.landing-page{--lp-bg:#ffffff;--lp-bg-warm:#faf8f6;--lp-teal-heading-ref:#0a3d5c;--lp-teal:#0e6e6e;--lp-teal-heading:var(--secondary-blue-dark,#034a66);--lp-orange:var(--primary-orange,#f7863e);--lp-orange-hover:var(--primary-orange-dark,#e55a2b);--lp-orange-light:rgba(247,134,62,0.08);--lp-orange-border:rgba(247,134,62,0.2);--lp-text-primary:#1a2b3d;--lp-text-secondary:#4a5568;--lp-text-muted:#718096;--lp-text-light:#a0aec0;--lp-border:rgba(3,74,102,0.08);--lp-border-strong:rgba(3,74,102,0.12);--lp-grid-line:rgba(3,74,102,0.04);--lp-teal-badge-bg:rgba(14,110,110,0.06);--lp-teal-badge-border:rgba(14,110,110,0.18);--lp-teal-light:rgba(14,110,110,0.05);--lp-card-shadow:0 1px 3px rgba(3,74,102,0.06),0 4px 16px rgba(3,74,102,0.04);--lp-card-shadow-hover:0 2px 8px rgba(3,74,102,0.08),0 8px 30px rgba(3,74,102,0.06);font-family:var(--font-family);color:var(--lp-text-secondary);line-height:1.6;font-size:16px;background:var(--lp-bg);overflow-x:hidden}.landing-page a{color:var(--lp-teal)}.landing-page a:hover{color:var(--lp-orange)}.landing-page .lp-grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--lp-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--lp-grid-line) 1px,transparent 1px);background-size:80px 80px;pointer-events:none;z-index:0;-webkit-mask-image:radial-gradient(ellipse at 60% 30%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse at 60% 30%,black 20%,transparent 70%)}.landing-page .lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--lp-border)}@media(min-width:768px){.landing-page .lp-nav{padding:16px 48px}}.landing-page .lp-nav-logo img{height:auto;max-width:160px;width:auto}.landing-page .lp-nav-cta{font-size:13px;font-weight:600;padding:10px 24px;background:var(--lp-orange);color:#fff;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .2s}.landing-page .lp-nav-cta:hover{background:var(--lp-orange-hover);transform:translateY(-1px);color:#fff}.landing-page .lp-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:100px 24px 70px;overflow:hidden;background:var(--lp-bg)}@media(min-width:768px){.landing-page .lp-hero{padding:110px 48px 70px}}.landing-page .lp-hero-inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr;gap:48px;align-items:start;position:relative;z-index:1}@media(min-width:1025px){.landing-page .lp-hero-inner{grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}}.landing-page .lp-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;background:var(--lp-teal-badge-bg);border:1px solid var(--lp-teal-badge-border);border-radius:4px;font-size:11px;font-weight:700;color:var(--lp-teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:28px}.landing-page .lp-hero-badge .dot{width:7px;height:7px;background:var(--lp-teal);border-radius:50%;animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.3}}.landing-page .lp-hero h1{font-size:clamp(28px,3.6vw,42px);font-weight:500;color:var(--lp-teal-heading);line-height:1.12;margin-bottom:8px;letter-spacing:-.025em;text-transform:uppercase}.landing-page .lp-hero-accent{color:var(--lp-orange);display:block}.landing-page .lp-hero-sub{font-size:16px;color:var(--lp-text-secondary);line-height:1.7;margin-bottom:36px;max-width:520px}.landing-page .lp-hero-meta{display:flex;flex-direction:column;gap:14px}.landing-page .lp-hero-meta-item{display:flex;align-items:center;gap:14px;font-size:15px;color:var(--lp-text-secondary)}.landing-page .lp-hero-meta-icon{flex-shrink:0;width:40px;height:40px;border-radius:8px;background:var(--lp-teal-badge-bg);border:1px solid var(--lp-teal-badge-border);display:flex;align-items:center;justify-content:center}.landing-page .lp-hero-meta-icon svg{width:18px;height:18px;stroke:var(--lp-teal);fill:none;stroke-width:2}.landing-page .lp-event-card{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(145deg,#0a2f3d,#0d4a58 45%,#0a3545);box-shadow:0 4px 24px rgba(10,47,61,.35),0 12px 48px rgba(3,74,102,.2);color:#fff}.landing-page .lp-event-card-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:48px 48px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse at 50% 0,black 10%,transparent 75%);mask-image:radial-gradient(ellipse at 50% 0,black 10%,transparent 75%)}.landing-page .lp-event-card-inner{position:relative;z-index:1;padding:36px 32px 32px;text-align:center}@media(max-width:640px){.landing-page .lp-event-card-inner{padding:28px 24px 24px}}.landing-page .lp-event-card-label{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0 0 28px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-orange)}.landing-page .lp-event-card-label svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.landing-page .lp-event-card-date{font-size:clamp(26px,3.2vw,34px);font-weight:400;color:#fff;line-height:1.2;margin-bottom:12px;letter-spacing:-.02em}.landing-page .lp-event-card-date strong{font-weight:500}.landing-page .lp-event-card-time-primary{font-size:clamp(22px,2.8vw,28px);font-weight:500;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.landing-page .lp-event-card-time-secondary{font-size:14px;color:hsla(0,0%,100%,.55);margin:0 0 28px;line-height:1.5}.landing-page .lp-event-card-platform{display:flex;align-items:flex-start;gap:14px;text-align:left;max-width:290px;margin:0 auto 28px;padding:16px 18px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:10px}.landing-page .lp-event-card-platform-icon{flex-shrink:0;width:40px;height:40px;border-radius:8px;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center}.landing-page .lp-event-card-platform-icon svg{width:20px;height:20px;stroke:hsla(0,0%,100%,.85);fill:none;stroke-width:1.75}.landing-page .lp-event-card-platform-name{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px}.landing-page .lp-event-card-platform-note{font-size:13px;color:hsla(0,0%,100%,.55);margin:0;line-height:1.4}.landing-page .lp-event-card-cta{display:block;width:100%;padding:16px 24px;background:var(--lp-orange);color:#fff!important;font-size:16px;font-weight:600;text-align:center;text-decoration:none;border-radius:8px;border:none;transition:background .2s,transform .2s}.landing-page .lp-event-card-cta:hover{background:var(--lp-orange-hover);color:#fff!important;transform:translateY(-1px)}.landing-page .lp-event-card-seats{display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 0 0;font-size:13px;font-weight:500;color:var(--lp-orange)}.landing-page .lp-event-card-seats-dot{width:6px;height:6px;border-radius:50%;background:var(--lp-orange);flex-shrink:0}.landing-page .lp-reg-card{position:relative;background:#fff;border:1px solid var(--lp-border-strong);border-radius:14px;padding:36px 32px;box-shadow:var(--lp-card-shadow);overflow:hidden}.landing-page .lp-reg-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--lp-teal),#e8713a);border-radius:14px 14px 0 0}.landing-page .lp-reg-card h3{font-size:22px;font-weight:500;color:var(--lp-teal-heading);margin-bottom:6px}.landing-page .lp-reg-card .lp-seats{font-size:13px;color:var(--lp-text-muted);margin-bottom:24px}.landing-page .lp-form-group{margin-bottom:16px}.landing-page .lp-form-group label{display:block;font-size:12px;font-weight:600;color:var(--lp-text-primary);margin-bottom:6px;letter-spacing:.02em}.landing-page .lp-form-group input,.landing-page .lp-form-group select{width:100%;padding:11px 14px;border:1px solid var(--lp-border-strong);border-radius:6px;font-size:14px;font-family:inherit;color:var(--lp-text-primary);background:#fff;transition:border-color .2s}.landing-page .lp-form-group input:focus,.landing-page .lp-form-group select:focus{outline:none;border-color:var(--lp-teal)}.landing-page .lp-form-group input.lp-error,.landing-page .lp-form-group select.lp-error{border-color:#e53e3e}.landing-page .lp-form-group input::-moz-placeholder,.landing-page .lp-form-group select::-moz-placeholder{color:var(--lp-text-light)}.landing-page .lp-form-group input::placeholder,.landing-page .lp-form-group select::placeholder{color:var(--lp-text-light)}.landing-page .lp-form-row{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:641px){.landing-page .lp-form-row{grid-template-columns:1fr 1fr}}.landing-page .lp-reg-btn{width:100%;padding:14px;background:var(--lp-orange);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px;transition:background .2s}.landing-page .lp-reg-btn:hover{background:var(--lp-orange-hover)}.landing-page .lp-form-consent{font-size:11px;color:var(--lp-text-muted);margin-top:14px;line-height:1.5}.landing-page .lp-form-consent a{text-decoration:underline}.landing-page .lp-form-error{font-size:13px;color:#e53e3e;margin-bottom:12px;line-height:1.5}.landing-page .lp-reg-btn:disabled{opacity:.7;cursor:not-allowed}.landing-page .lp-reg-success{text-align:center;padding:16px 0}.landing-page .lp-reg-success .lp-check{width:56px;height:56px;border-radius:50%;background:rgba(0,81,110,.08);border:2px solid var(--lp-teal);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.landing-page .lp-reg-success .lp-check svg{width:28px;height:28px;stroke:var(--lp-teal);fill:none;stroke-width:2.5}.landing-page .lp-reg-success h3{margin-bottom:10px}.landing-page .lp-reg-success p{font-size:14px;color:var(--lp-text-secondary);margin-bottom:20px}.landing-page .lp-teams-link{display:inline-block;padding:12px 28px;background:var(--lp-teal);color:#fff!important;border-radius:6px;font-weight:600;font-size:14px;text-decoration:none}.landing-page .lp-teams-link:hover{opacity:.92;color:#fff!important}.landing-page .lp-section{padding:96px 24px;background:var(--lp-bg)}@media(min-width:768px){.landing-page .lp-section{padding:96px 48px}}.landing-page .lp-section.lp-bg-warm{background:var(--lp-bg-warm)}.landing-page .lp-section-inner{max-width:1100px;margin:0 auto}.landing-page .lp-section-label{font-size:11px;font-weight:700;color:var(--lp-orange);text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}.landing-page .lp-section-title{font-size:clamp(24px,2.8vw,34px);font-weight:500;color:var(--lp-teal-heading);line-height:1.3;margin-bottom:14px;letter-spacing:-.02em}.landing-page .lp-section-desc{font-size:16px;color:var(--lp-text-secondary);max-width:640px;margin-bottom:40px;line-height:1.7;font-weight:300}.landing-page .lp-speakers-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1025px){.landing-page .lp-speakers-grid{grid-template-columns:1fr 1fr}}.landing-page .lp-speaker-card{background:#fff;border:1px solid var(--lp-border);border-radius:12px;padding:28px;box-shadow:var(--lp-card-shadow);transition:box-shadow .25s}.landing-page .lp-speaker-card:hover{box-shadow:var(--lp-card-shadow-hover)}.landing-page .lp-speaker-top{display:flex;gap:16px;margin-bottom:16px}.landing-page .lp-speaker-avatar{width:56px;height:56px;border-radius:12px;background:var(--lp-teal-badge-bg);border:1px solid var(--lp-teal-badge-border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:var(--lp-teal);flex-shrink:0}.landing-page .lp-speaker-avatar.lp-orange{background:var(--lp-orange-light);border-color:var(--lp-orange-border);color:var(--lp-orange)}.landing-page .lp-speaker-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:11px}.landing-page .lp-speaker-info h4{font-size:17px;font-weight:700;color:var(--lp-teal-heading);margin-bottom:2px}.landing-page .lp-speaker-info .role{font-size:13px;font-weight:600;color:var(--lp-teal)}.landing-page .lp-speaker-info .org{font-size:12px;color:var(--lp-text-muted)}.landing-page .lp-speaker-bio{font-size:14px;line-height:1.65;margin-bottom:16px}.landing-page .lp-speaker-tags{display:flex;flex-wrap:wrap;gap:8px}.landing-page .lp-speaker-tag{font-size:11px;font-weight:600;padding:5px 12px;background:var(--lp-teal-badge-bg);border:1px solid var(--lp-teal-badge-border);border-radius:4px;color:var(--lp-teal)}.landing-page .lp-learn-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:641px)and (max-width:1024px){.landing-page .lp-learn-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.landing-page .lp-learn-grid{grid-template-columns:repeat(3,1fr)}}.landing-page .lp-audience-grid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:641px)and (max-width:1024px){.landing-page .lp-audience-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.landing-page .lp-audience-grid{grid-template-columns:repeat(4,1fr)}}.landing-page .lp-card-item{background:#fff;border:1px solid var(--lp-border);border-radius:10px;padding:24px;box-shadow:var(--lp-card-shadow)}.landing-page .lp-card-item h4{font-size:15px;font-weight:700;color:var(--lp-teal-heading);margin-bottom:8px}.landing-page .lp-card-item p{font-size:13px;line-height:1.6}.landing-page .lp-learn-icon{width:44px;height:44px;border-radius:10px;background:var(--lp-orange-light);border:1px solid var(--lp-orange-border);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.landing-page .lp-learn-icon svg{width:20px;height:20px;stroke:var(--lp-orange);fill:none;stroke-width:2}.landing-page .lp-audience-card{text-align:center}.landing-page .lp-audience-card h4{font-size:13px}.landing-page .lp-audience-card p{font-size:12.5px;color:var(--lp-text-muted)}.landing-page .lp-audience-icon{width:48px;height:48px;border-radius:10px;background:var(--lp-teal-light);border:1px solid var(--lp-teal-badge-border);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.landing-page .lp-audience-icon svg{width:22px;height:22px;stroke:var(--lp-teal);fill:none;stroke-width:1.8}.landing-page .lp-agenda-list{display:flex;flex-direction:column;gap:0}.landing-page .lp-agenda-item{display:grid;grid-template-columns:90px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--lp-border)}.landing-page .lp-agenda-item:last-child{border-bottom:none}@media(max-width:640px){.landing-page .lp-agenda-item{grid-template-columns:72px 1fr;gap:14px;padding:20px 0}}.landing-page .lp-agenda-time{font-size:14px;font-weight:700;color:var(--lp-orange);padding-top:2px}.landing-page .lp-agenda-content h4{font-size:16px;font-weight:700;color:var(--lp-teal-heading);margin-bottom:6px}.landing-page .lp-agenda-content p{font-size:14px;line-height:1.6}.landing-page .lp-cta-section{position:relative;padding:96px 24px;text-align:center;background:var(--lp-teal-heading-ref);color:#fff;overflow:hidden}@media(min-width:768px){.landing-page .lp-cta-section{padding:96px 48px}}.landing-page .lp-cta-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:80px 80px;pointer-events:none}.landing-page .lp-cta-section .lp-section-inner{position:relative;z-index:1}.landing-page .lp-cta-section .lp-section-label{color:var(--lp-orange)}.landing-page .lp-cta-section .lp-section-title{color:#fff;max-width:560px;margin:0 auto 14px}.landing-page .lp-cta-section .lp-section-desc{color:hsla(0,0%,100%,.7);max-width:480px;margin:0 auto 36px;text-align:center}.landing-page .lp-cta-section .lp-cta-btn-large{display:inline-block;padding:15px 48px;background:var(--lp-orange);color:#fff!important;border-radius:7px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;position:relative;z-index:1}.landing-page .lp-cta-section .lp-cta-btn-large:hover{background:var(--lp-orange-hover);transform:translateY(-2px);box-shadow:0 10px 36px rgba(247,134,62,.35);color:#fff!important}.landing-page .lp-footer{padding:32px 24px;text-align:center;background:var(--lp-bg-warm);border-top:1px solid var(--lp-border);font-size:13px;color:var(--lp-text-muted)}.landing-page .lp-footer .lp-footer-brand{display:inline-block;margin-bottom:8px}.landing-page .lp-footer .lp-footer-brand img{height:auto;max-width:140px;width:auto}.landing-page .lp-footer .lp-footer-brand:hover{opacity:.9}.landing-page .lp-footer a{color:var(--lp-text-muted);text-decoration:none}.landing-page .lp-footer a:hover{color:var(--lp-teal)}@media(max-width:1024px){.landing-page .lp-hero-inner{gap:48px}.landing-page .lp-section-desc{margin-bottom:36px}}@media(max-width:640px){.landing-page{font-size:15px}.landing-page .lp-nav{padding:14px 20px}.landing-page .lp-nav-logo img{max-width:130px}.landing-page .lp-nav-cta{padding:9px 18px;font-size:12px}.landing-page .lp-hero{min-height:auto;padding:96px 20px 48px;align-items:flex-start}.landing-page .lp-hero-inner{gap:40px}.landing-page .lp-hero-badge{margin-bottom:20px;font-size:10px;padding:6px 12px}.landing-page .lp-hero h1{font-size:clamp(24px,7vw,32px)}.landing-page .lp-hero-sub{font-size:15px;margin-bottom:28px}.landing-page .lp-hero-meta-item{font-size:14px;gap:12px}.landing-page .lp-hero-meta-icon{width:36px;height:36px}.landing-page .lp-hero-meta-icon svg{width:16px;height:16px}.landing-page .lp-reg-card{padding:24px 20px}.landing-page .lp-reg-card h3{font-size:20px}.landing-page .lp-reg-card .lp-seats{margin-bottom:20px}.landing-page .lp-form-group{margin-bottom:14px}.landing-page .lp-reg-success{padding:32px 12px}.landing-page .lp-section{padding:60px 20px}.landing-page .lp-section-title{font-size:clamp(22px,6vw,28px)}.landing-page .lp-section-desc{font-size:15px;margin-bottom:28px}.landing-page .lp-speaker-card{padding:22px}.landing-page .lp-card-item{padding:22px 20px}.landing-page .lp-cta-section{padding:60px 20px}.landing-page .lp-cta-section .lp-section-desc{margin-bottom:28px}.landing-page .lp-cta-section .lp-cta-btn-large{width:100%;max-width:320px;padding:14px 24px}.landing-page .lp-footer{padding:28px 20px;font-size:12px}.landing-page .lp-footer .lp-footer-brand img{max-width:120px}}