.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:var(--lp-grid-size,64px) var(--lp-grid-size,64px);pointer-events:none;z-index:0;mask-image:radial-gradient(ellipse 90% 75% at 88% 8%,black 0,black 28%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse 90% 75% at 88% 8%,black 0,black 28%,transparent 72%)}.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:40px 0 70px;overflow:hidden;background:var(--lp-bg)}@media(min-width:768px){.landing-page .lp-hero{padding:48px 0 70px}}.landing-page .lp-hero-inner{max-width:1300px;margin:0 auto;width:100%;padding:0 var(--spacing-xl);display:grid;grid-template-columns:1fr;gap:48px;align-items:start;position:relative;z-index:1}@media(max-width:1024px){.landing-page .lp-hero-inner{padding:0 var(--spacing-lg)}}@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 .lp-required{color:#e53e3e}.landing-page .lp-form-group .lp-field-error{margin:6px 0 0;font-size:12px;color:#e53e3e;line-height:1.4}.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 0;background:var(--lp-bg)}.landing-page .lp-section.lp-bg-warm{background:var(--lp-bg-warm)}.landing-page .lp-section-inner{max-width:1300px;margin:0 auto;width:100%;padding:0 var(--spacing-xl)}@media(max-width:1024px){.landing-page .lp-section-inner{padding:0 var(--spacing-lg)}}.landing-page .lp-section-label{font-size:16px;font-weight:300;line-height:1.4;color:var(--lp-orange);text-transform:uppercase;letter-spacing:.08em;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;text-transform:uppercase}.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 0;text-align:center;background:var(--lp-teal-heading-ref);color:#fff;overflow:hidden}.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 0 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 0}.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 0}.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}}.landing-page.lp-campaign{--lp-grid-line:rgba(130,180,220,0.35);--lp-grid-size:48px;--lp-hero-navy:#0b3d5c}.landing-page.lp-campaign .lp-nav-right{display:flex;align-items:center;gap:16px}.landing-page.lp-campaign .lp-nav-phone{font-size:13px;font-weight:500;color:var(--lp-text-muted);display:none}@media(min-width:768px){.landing-page.lp-campaign .lp-nav-phone{display:inline}}.landing-page.lp-campaign .lp-campaign-hero{min-height:auto;padding:56px 0 72px;border-bottom:1px dashed rgba(100,170,210,.55);background:radial-gradient(ellipse 50% 45% at 0 0,rgba(255,186,140,.22) 0,transparent 55%),radial-gradient(ellipse 65% 55% at 100% 0,rgba(150,200,240,.42) 0,transparent 58%),radial-gradient(ellipse 40% 35% at 95% 30%,rgba(190,220,245,.2) 0,transparent 50%),#fff}@media(min-width:768px){.landing-page.lp-campaign .lp-campaign-hero{padding:64px 0 80px}}.landing-page.lp-campaign .lp-campaign-hero .lp-hero-inner{max-width:1300px;display:flex;flex-direction:column;gap:28px;align-items:stretch}.landing-page.lp-campaign .lp-campaign-hero .lp-grid-bg{mask-image:radial-gradient(ellipse 95% 80% at 70% 20%,black 5%,black 40%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse 95% 80% at 70% 20%,black 5%,black 40%,transparent 78%);opacity:1}.landing-page.lp-campaign .lp-hero-glow{position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 55% 50% at 100% -8%,rgba(120,180,230,.28),transparent 62%)}.landing-page.lp-campaign .lp-hero-leaf{position:absolute;left:clamp(-100px,-6vw,-30px);top:clamp(10px,4%,40px);width:min(46vw,520px);height:min(56vw,620px);z-index:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,190,145,.7),rgba(247,150,90,.35) 45%,rgba(255,210,175,.15));-webkit-mask-image:url(/images/leaf-lp.png);mask-image:url(/images/leaf-lp.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center;opacity:.42}@media(max-width:767px){.landing-page.lp-campaign .lp-hero-leaf{width:min(70vw,280px);height:min(80vw,340px);left:-36px;top:24px;opacity:.28}}.landing-page.lp-campaign .lp-hero{min-height:auto}.landing-page.lp-campaign .lp-hero-headline{position:relative;z-index:1;width:100%;max-width:none;margin:0;text-transform:uppercase;font-size:clamp(28px,3.9vw,44px);font-weight:400;letter-spacing:-.015em;line-height:1.28;color:#3d5a6c}.landing-page.lp-campaign .lp-hero-body{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:36px;align-items:start}@media(min-width:1025px){.landing-page.lp-campaign .lp-hero-body{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:48px;align-items:center}}.landing-page.lp-campaign .lp-hero-copy{position:relative;z-index:1;max-width:560px}.landing-page.lp-campaign .lp-hero-em{font-style:normal;color:inherit;font-weight:inherit}.landing-page.lp-campaign .lp-hero-sub{font-size:20px;line-height:1.65;font-weight:300;color:#5c6b76;max-width:540px;margin:0 0 28px;letter-spacing:.01em}.landing-page.lp-campaign .lp-hero h1.lp-hero-headline{text-transform:uppercase;font-size:clamp(28px,3.9vw,44px);font-weight:500;letter-spacing:-.015em;line-height:1.28;margin:0;color:#3d5a6c;max-width:none}.landing-page.lp-campaign .lp-chips{display:none}.landing-page.lp-campaign .lp-hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px}.landing-page.lp-campaign .lp-cta-lg{padding:12px 22px;font-size:14px;font-weight:600;border-radius:8px;box-shadow:none}.landing-page.lp-campaign .lp-cta-secondary{font-size:14px;font-weight:600;padding:11px 20px;border-radius:8px;border:1.5px solid var(--lp-orange);color:var(--lp-orange);background:#fff;text-decoration:none;transition:all .2s}.landing-page.lp-campaign .lp-cta-secondary:hover{background:var(--lp-orange-light);color:var(--lp-orange-hover);border-color:var(--lp-orange-hover)}.landing-page.lp-campaign .lp-hero-micro{display:inline-flex;align-items:center;margin-left:4px;font-size:13px;font-weight:400;color:#9aa3af;white-space:nowrap}.landing-page.lp-campaign .lp-compare-card{position:relative;z-index:1;background:#fff;border:1.5px solid rgba(130,185,225,.65);border-radius:10px;padding:28px 26px;box-shadow:0 10px 36px rgba(3,74,102,.07)}.landing-page.lp-campaign .lp-compare-card h4{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a96a3;margin:0 0 24px}.landing-page.lp-campaign .lp-compare-row{margin-bottom:18px}.landing-page.lp-campaign .lp-compare-row:last-of-type{margin-bottom:14px}.landing-page.lp-campaign .lp-compare-label{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;font-size:14px}.landing-page.lp-campaign .lp-compare-label .name{color:var(--lp-hero-navy);font-weight:500}.landing-page.lp-campaign .lp-compare-label .pct{font-weight:600;font-size:13px;color:#8a96a3}.landing-page.lp-campaign .lp-compare-label .pct.is-accent{color:#4a9ad4}.landing-page.lp-campaign .lp-bar-track{height:8px;border-radius:100px;background:#e8eef3;overflow:hidden}.landing-page.lp-campaign .lp-bar-fill{height:100%;width:0;border-radius:100px;background:#c5ced6;transition:width 1s ease}.landing-page.lp-campaign .lp-bar-fill.is-accent{background:#5babd9}.landing-page.lp-campaign .lp-compare-foot{margin:4px 0 0;font-size:12px;color:#9aa3af;line-height:1.55}.landing-page.lp-campaign .lp-trust{padding:28px 0 0;border-top:none;background:#fff;text-align:center}.landing-page.lp-campaign .lp-trust .lp-section-inner{padding-bottom:0}.landing-page.lp-campaign .lp-trust .border-t{border-top:none}.landing-page.lp-campaign .lp-trust-label{font-size:18px;font-weight:300;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-orange);margin-bottom:16px}.landing-page.lp-campaign .lp-section-label--on-dark{color:#fff}.landing-page.lp-campaign .lp-problem-grid,.landing-page.lp-campaign .lp-reg-grid,.landing-page.lp-campaign .lp-testi-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:641px){.landing-page.lp-campaign .lp-problem-grid,.landing-page.lp-campaign .lp-reg-grid,.landing-page.lp-campaign .lp-testi-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.landing-page.lp-campaign .lp-problem-grid,.landing-page.lp-campaign .lp-reg-grid,.landing-page.lp-campaign .lp-testi-grid{grid-template-columns:repeat(3,1fr)}}.landing-page.lp-campaign .lp-problem-desc{font-size:18px;line-height:1.65;font-weight:300;color:hsla(0,0%,100%,.95);margin:0;max-width:540px;letter-spacing:.01em}.landing-page.lp-campaign a.lp-problem-cta{background:#fff!important;color:var(--lp-orange)!important;border:1.5px solid var(--lp-orange)!important;box-shadow:none}.landing-page.lp-campaign a.lp-problem-cta:hover{background:#fff!important;color:var(--primary-blue,#00516e)!important;border-color:var(--primary-blue,#00516e)!important}.landing-page.lp-campaign .lp-regs-section{position:relative;overflow:hidden;background:radial-gradient(ellipse 55% 50% at 0 0,rgba(150,200,240,.45) 0,transparent 58%),radial-gradient(ellipse 50% 45% at 100% 100%,rgba(255,186,140,.2) 0,transparent 55%),radial-gradient(ellipse 40% 35% at 80% 20%,rgba(190,220,245,.18) 0,transparent 50%),#fff}.landing-page.lp-campaign .lp-regs-section .lp-section-inner{position:relative;z-index:1}.landing-page.lp-campaign .lp-regs-section .lp-grid-bg{--lp-grid-line:rgba(130,180,220,0.35);--lp-grid-size:48px;mask-image:radial-gradient(ellipse 95% 80% at 50% 30%,black 5%,black 45%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 95% 80% at 50% 30%,black 5%,black 45%,transparent 80%);opacity:1}.landing-page.lp-campaign .lp-regs-glow{position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 45% 40% at 10% 5%,rgba(120,180,230,.22),transparent 60%),radial-gradient(ellipse 40% 35% at 90% 70%,rgba(247,134,62,.1),transparent 55%)}.landing-page.lp-campaign .lp-regs-leaf{position:absolute;right:-12%;top:8%;width:min(560px,58vw);aspect-ratio:787/865;pointer-events:none;z-index:0;background:url(/images/orange-right-leaf.png) no-repeat 50%;background-size:contain;opacity:.55}@media(max-width:767px){.landing-page.lp-campaign .lp-regs-leaf{width:min(280px,70vw);right:-18%;top:12%;opacity:.35}}.landing-page.lp-campaign .lp-sec-head-center{text-align:center;margin-bottom:40px}.landing-page.lp-campaign .lp-sec-head-center .lp-section-title{text-transform:uppercase;font-weight:500;letter-spacing:-.015em;line-height:1.28;color:#3d5a6c;max-width:820px;margin-left:auto;margin-right:auto}.landing-page.lp-campaign .lp-sec-head-center .lp-section-desc{font-size:18px;line-height:1.65;font-weight:300;color:#5c6b76;max-width:640px;margin-left:auto;margin-right:auto;margin-bottom:0}@media(min-width:1025px){.landing-page.lp-campaign .lp-reg-grid{grid-template-columns:repeat(4,1fr)}}.landing-page.lp-campaign .lp-card-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-orange);margin-bottom:10px}.landing-page.lp-campaign .lp-reg-code{font-size:16px;font-weight:700;color:var(--lp-teal-heading-ref,#0a3d5c);margin-bottom:6px}.landing-page.lp-campaign .lp-reg-card{display:flex;flex-direction:column;min-height:100%;background:hsla(0,0%,100%,.92)}.landing-page.lp-campaign .lp-reg-card h4{font-size:14px;font-weight:600;margin-bottom:8px}.landing-page.lp-campaign .lp-reg-card p{flex:1;margin-bottom:16px}.landing-page.lp-campaign .lp-reg-explore{padding:8px 16px;background:#fff;color:var(--lp-orange);text-decoration:none;transition:color .2s,border-color .2s}.landing-page.lp-campaign .lp-reg-explore,.landing-page.lp-campaign .lp-reg-explore-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;align-self:flex-start;border-radius:6px;border:1.5px solid var(--lp-orange);font-size:13px;font-weight:600}.landing-page.lp-campaign .lp-reg-explore-btn{padding:10px 18px;background:var(--lp-orange);color:#fff}.landing-page.lp-campaign .lp-reg-card.is-featured{background:linear-gradient(145deg,#0a2f3d,#0d4a58);border-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.85)}.landing-page.lp-campaign .lp-reg-card.is-featured .lp-reg-code{color:#fff;font-size:22px}.landing-page.lp-campaign .lp-reg-card.is-featured h4{color:#fff}.landing-page.lp-campaign .lp-reg-card.is-featured p{color:hsla(0,0%,100%,.75)}.landing-page.lp-campaign .lp-reg-card.is-featured:hover{color:hsla(0,0%,100%,.85)}.landing-page.lp-campaign a.lp-reg-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.landing-page.lp-campaign a.lp-reg-card h4{color:var(--lp-teal-heading)}.landing-page.lp-campaign a.lp-reg-card p{color:var(--lp-text-secondary)}.landing-page.lp-campaign a.lp-reg-card:hover{transform:translateY(-2px);box-shadow:var(--lp-card-shadow-hover);color:inherit}.landing-page.lp-campaign a.lp-reg-card:hover h4{color:var(--lp-orange)}.landing-page.lp-campaign a.lp-reg-card:hover .lp-reg-explore{color:var(--primary-blue,#00516e);border-color:var(--primary-blue,#00516e)}.landing-page.lp-campaign a.lp-reg-card.is-featured:hover h4{color:#fff}.landing-page.lp-campaign .lp-reg-note{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:14px;color:var(--lp-text-secondary)}.landing-page.lp-campaign .lp-reg-note svg{width:16px;height:16px;stroke:#52c41a;flex-shrink:0}.landing-page.lp-campaign .lp-how-section .lp-how-title{text-transform:uppercase;font-size:clamp(24px,3.2vw,36px);font-weight:500;letter-spacing:-.015em;line-height:1.28;color:#fff;max-width:820px;margin:0 auto;text-align:center}.landing-page.lp-campaign .lp-how-section .lp-section-label{margin-bottom:16px}.landing-page.lp-campaign .lp-how-card{background:#fff;border-radius:8px;padding:24px;border:1px solid #d1d5db;box-shadow:0 4px 4px rgba(0,0,0,.25);height:100%}.landing-page.lp-campaign .lp-how-tag{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--secondary-blue,#00516e);background:#dceaf0;border:1px solid var(--secondary-blue,#00516e);border-radius:4px;padding:4px 8px;display:inline-block;text-align:center}.landing-page.lp-campaign .lp-shared-band{position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 5% 0,rgba(255,186,140,.28) 0,transparent 55%),radial-gradient(ellipse 55% 55% at 100% 100%,rgba(140,190,230,.32) 0,transparent 58%),radial-gradient(ellipse 40% 35% at 70% 40%,rgba(200,220,240,.15) 0,transparent 50%),#f7f9fb}.landing-page.lp-campaign .lp-shared-band>.lp-grid-bg{--lp-grid-line:rgba(130,175,210,0.28);--lp-grid-size:52px;mask-image:radial-gradient(ellipse 90% 85% at 50% 40%,black 15%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse 90% 85% at 50% 40%,black 15%,transparent 78%);z-index:0}.landing-page.lp-campaign .lp-shared-band .lp-shared-glow{position:absolute;inset:0;pointer-events:none;z-index:0;background:linear-gradient(160deg,rgba(255,200,160,.12),transparent 35%,rgba(150,195,230,.14))}.landing-page.lp-campaign .lp-shared-band .lp-band-section,.landing-page.lp-campaign .lp-shared-band .lp-platform-section,.landing-page.lp-campaign .lp-shared-band .lp-section{position:relative;z-index:1;background:rgba(0,0,0,0)}.landing-page.lp-campaign .lp-shared-band .lp-book-demo{background:rgba(0,0,0,0)}.landing-page.lp-campaign .lp-shared-band .lp-outcomes{padding-top:24px;padding-bottom:48px}@media(max-width:767px){.landing-page.lp-campaign .lp-shared-band .lp-band-section,.landing-page.lp-campaign .lp-shared-band .lp-platform-section,.landing-page.lp-campaign .lp-shared-band .lp-section{padding-top:28px;padding-bottom:28px}.landing-page.lp-campaign .lp-shared-band .lp-platform-section{padding-top:36px}.landing-page.lp-campaign .lp-shared-band .lp-outcomes{padding-top:16px;padding-bottom:28px}.landing-page.lp-campaign .lp-shared-band .lp-faq{padding-top:28px;padding-bottom:28px}.landing-page.lp-campaign .lp-shared-band .lp-faq .lp-sec-head-center{margin-bottom:28px}.landing-page.lp-campaign .lp-shared-band .lp-book-demo{padding-top:28px;padding-bottom:40px}.landing-page.lp-campaign .lp-shared-band .lp-book-demo .lp-sec-head-center{margin-bottom:24px}.landing-page.lp-campaign .lp-shared-band .lp-benefit-row{margin-bottom:28px}.landing-page.lp-campaign .lp-shared-band .lp-stats-grid{margin-bottom:40px}}.landing-page.lp-campaign .lp-shared-band .customer-outcomes-section{background:rgba(0,0,0,0);padding:0}.landing-page.lp-campaign .lp-shared-band .customer-outcomes-section .section-heading{margin-bottom:1.25rem;font-weight:500;color:var(--lp-teal-heading,#0a3d5c)}.landing-page.lp-campaign .lp-shared-band .customer-outcomes-section .section-heading span{color:inherit;font-weight:500}.landing-page.lp-campaign .lp-shared-band .customer-outcomes-section .text-h6{font-size:16px;font-weight:300!important;letter-spacing:.08em}.landing-page.lp-campaign .lp-shared-band .customer-outcomes-section .text-h5{font-size:18px;font-weight:300!important;line-height:1.65;color:#6b7c88;max-width:52rem;margin-left:auto;margin-right:auto}.landing-page.lp-campaign .lp-shared-band .customer-outcomes__quote-icon{color:#07a3df}.landing-page.lp-campaign .lp-shared-band .customer-outcomes__stat{color:#07a3df!important;font-size:32px;line-height:48px;font-weight:700}.landing-page.lp-campaign .lp-platform-section{padding-top:64px;padding-bottom:48px}.landing-page.lp-campaign .lp-stats-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:80px}@media(min-width:641px){.landing-page.lp-campaign .lp-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.landing-page.lp-campaign .lp-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.landing-page.lp-campaign .lp-stat-card{background:#fff;border:1px solid rgba(180,200,220,.45);border-radius:12px;padding:28px 22px;text-align:center;box-shadow:0 2px 10px rgba(3,74,102,.04)}.landing-page.lp-campaign .lp-stat-num{font-size:clamp(28px,3.2vw,36px);font-weight:600;color:#07a3df;margin-bottom:8px;letter-spacing:-.02em;line-height:1.15}.landing-page.lp-campaign .lp-stat-label{font-size:14px;font-weight:400;color:#6b7c88;line-height:1.45}.landing-page.lp-campaign .lp-cap-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:641px){.landing-page.lp-campaign .lp-cap-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.landing-page.lp-campaign .lp-cap-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.landing-page.lp-campaign .lp-cap-card{background:#fff;border:1px solid rgba(180,200,220,.45);border-radius:16px;padding:28px 24px;box-shadow:0 2px 10px rgba(3,74,102,.04)}.landing-page.lp-campaign .lp-cap-card h4{font-size:16px;font-weight:700;color:#0a3d5c;margin:0;line-height:1.3;flex:1;min-width:0}.landing-page.lp-campaign .lp-cap-card p{margin:0;font-size:14px;line-height:1.6;color:#6b7c88;font-weight:400}.landing-page.lp-campaign .lp-cap-card-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.landing-page.lp-campaign .lp-cap-icon{width:52px;height:52px;flex-shrink:0;border-radius:0;background:rgba(0,0,0,0);border:none;display:flex;align-items:center;justify-content:center;margin:0;padding:0}.landing-page.lp-campaign .lp-cap-icon svg{width:44px;height:44px;stroke:#07a3df;fill:none}.landing-page.lp-campaign .lp-platform-section .lp-sec-head-center{margin-top:0;margin-bottom:40px}.landing-page.lp-campaign .lp-testi-num{font-size:28px;font-weight:500;color:var(--lp-orange);margin-bottom:12px}.landing-page.lp-campaign .lp-testi-quote{font-size:15px;color:var(--lp-text-secondary);line-height:1.65;margin:0 0 16px}.landing-page.lp-campaign .lp-testi-source{font-size:12px;font-weight:600;color:var(--lp-text-muted);letter-spacing:.02em}.landing-page.lp-campaign .lp-faq{padding-top:64px;padding-bottom:64px}.landing-page.lp-campaign .lp-faq-inner{max-width:none}.landing-page.lp-campaign .lp-faq .lp-sec-head-center{margin-bottom:64px}.landing-page.lp-campaign .lp-faq-list{display:flex;flex-direction:column;gap:12px;max-width:880px;width:100%;margin-left:auto;margin-right:auto}.landing-page.lp-campaign .lp-faq-item{border:1px solid rgba(180,200,220,.55);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px 4px rgba(3,74,102,.04);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.landing-page.lp-campaign .lp-faq-item.is-open{background:#fff5ed;border-color:var(--lp-orange);box-shadow:0 2px 10px rgba(247,134,62,.1)}.landing-page.lp-campaign .lp-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:rgba(0,0,0,0);border:none;text-align:left;font-family:inherit;font-size:16px;font-weight:600;color:var(--lp-teal-heading);line-height:1.4;cursor:pointer}.landing-page.lp-campaign .lp-faq-icon{width:18px;height:18px;position:relative;flex-shrink:0}.landing-page.lp-campaign .lp-faq-icon:after,.landing-page.lp-campaign .lp-faq-icon:before{content:"";position:absolute;background:var(--lp-orange);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:1px}.landing-page.lp-campaign .lp-faq-icon:before{width:14px;height:2px}.landing-page.lp-campaign .lp-faq-icon:after{width:2px;height:14px;transition:transform .2s ease,opacity .2s ease}.landing-page.lp-campaign .lp-faq-item.is-open .lp-faq-icon:after{transform:translate(-50%,-50%) scaleY(0);opacity:0}.landing-page.lp-campaign .lp-faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}.landing-page.lp-campaign .lp-faq-a p{margin:0;padding:0 22px 20px;font-size:15px;font-weight:400;color:#6b7c88;line-height:1.65}.landing-page.lp-campaign .lp-book-demo{padding:64px 0;background:rgba(0,0,0,0);border-top:none}.landing-page.lp-campaign .lp-book-demo .lp-sec-head-center{width:100%;max-width:920px;margin-left:auto;margin-right:auto;margin-bottom:40px}.landing-page.lp-campaign .lp-book-demo .lp-sec-head-center .lp-section-desc,.landing-page.lp-campaign .lp-book-demo .lp-sec-head-center .lp-section-title{max-width:none}.landing-page.lp-campaign .lp-book-demo .lp-sec-head-center .lp-section-desc{margin-top:12px;margin-bottom:0}.landing-page.lp-campaign .lp-benefit-row{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:48px;width:100%;max-width:920px;margin-left:auto;margin-right:auto}@media(min-width:768px){.landing-page.lp-campaign .lp-benefit-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:64px}}.landing-page.lp-campaign .lp-benefit-box{display:flex;align-items:flex-start;gap:10px;padding:16px 18px;background:hsla(0,0%,100%,.72);border:1px solid rgba(180,200,220,.55);border-radius:10px;font-size:13px;line-height:1.5;color:#5c6b76;font-weight:400}.landing-page.lp-campaign .lp-benefit-box svg{width:18px;height:18px;stroke:#52c41a;flex-shrink:0;margin-top:1px}.landing-page.lp-campaign .lp-book-form-card{max-width:720px;width:100%;margin:0 auto;padding:36px 32px 32px;border-radius:16px;border:1px solid rgba(180,200,220,.45);box-shadow:0 8px 32px rgba(3,74,102,.08),0 2px 8px rgba(0,0,0,.04)}.landing-page.lp-campaign .lp-book-form-card:before{display:none}.landing-page.lp-campaign .lp-book-form-card .lp-book-form-title,.landing-page.lp-campaign .lp-book-form-card h3{text-align:center;font-size:22px;font-weight:700;color:var(--lp-teal-heading);margin-bottom:8px}.landing-page.lp-campaign .lp-book-form-card .lp-seats{text-align:center;font-size:14px;color:#6b7c88;margin-bottom:28px;line-height:1.5}.landing-page.lp-campaign .lp-book-form-card .lp-form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7c88' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.landing-page.lp-campaign .lp-book-form-card .lp-regs-picker{position:relative}.landing-page.lp-campaign .lp-book-form-card .lp-regs-control{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:46px;padding:8px 12px;border:1px solid var(--lp-border-strong);border-radius:6px;background:#fff;cursor:text;transition:border-color .2s}.landing-page.lp-campaign .lp-book-form-card .lp-regs-control.is-open,.landing-page.lp-campaign .lp-book-form-card .lp-regs-control:focus-within{border-color:var(--lp-teal)}.landing-page.lp-campaign .lp-book-form-card .lp-regs-control>input{flex:1;min-width:140px;border:none!important;padding:6px 0!important;box-shadow:none!important;outline:none;background:rgba(0,0,0,0);font-size:14px}.landing-page.lp-campaign .lp-book-form-card .lp-regs-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:var(--lp-orange);color:#fff;font-size:12px;font-weight:600;line-height:1.3}.landing-page.lp-campaign .lp-book-form-card .lp-regs-tag button{border:none;background:rgba(0,0,0,0);color:inherit;font-size:14px;line-height:1;cursor:pointer;padding:0 0 0 2px}.landing-page.lp-campaign .lp-book-form-card .lp-regs-add{border:1px solid var(--lp-orange);background:rgba(0,0,0,0);color:var(--lp-orange);border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.landing-page.lp-campaign .lp-book-form-card .lp-regs-dropdown{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 4px);max-height:280px;overflow:auto;background:#fff;border:1px solid var(--lp-border-strong);border-radius:8px;box-shadow:0 8px 24px rgba(3,74,102,.12)}.landing-page.lp-campaign .lp-book-form-card .lp-regs-dropdown--empty{padding:14px 16px}.landing-page.lp-campaign .lp-book-form-card .lp-regs-dropdown--empty p{margin:0 0 8px;font-size:13px;color:#6b7c88}.landing-page.lp-campaign .lp-book-form-card .lp-regs-category{border-bottom:1px solid rgba(180,200,220,.45)}.landing-page.lp-campaign .lp-book-form-card .lp-regs-category:last-child{border-bottom:none}.landing-page.lp-campaign .lp-book-form-card .lp-regs-category-label{position:sticky;top:0;padding:8px 14px;background:#f5f8fa;font-size:12px;font-weight:700;color:#3d5a6c}.landing-page.lp-campaign .lp-book-form-card .lp-regs-option{display:block;width:100%;text-align:left;border:none;background:rgba(0,0,0,0);padding:9px 14px;font-size:13px;color:var(--lp-text-primary);cursor:pointer}.landing-page.lp-campaign .lp-book-form-card .lp-regs-option:hover{background:rgba(7,163,223,.08)}.landing-page.lp-campaign .lp-book-form-card .lp-form-consent{text-align:center}.landing-page.lp-campaign .lp-book-form-card .lp-reg-btn{margin-top:12px;padding:15px;border-radius:8px;font-size:16px}@media(max-width:640px){.landing-page.lp-campaign .lp-book-form-card{padding:28px 20px 24px}}.landing-page.lp-campaign .lp-cta-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}.landing-page.lp-campaign .lp-reason-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:14px}.landing-page.lp-campaign .lp-reason-list li{display:flex;gap:12px;font-size:14px;color:var(--lp-text-secondary);line-height:1.5}.landing-page.lp-campaign .lp-reason-list li svg{width:18px;height:18px;stroke:#52c41a;flex-shrink:0;margin-top:2px}.landing-page.lp-campaign .lp-reg-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.landing-page.lp-campaign .lp-reg-pill{font-size:12px;font-weight:600;border:1.5px solid var(--lp-border-strong);border-radius:100px;padding:6px 12px;cursor:pointer;background:var(--lp-bg-warm);color:var(--lp-text-primary);font-family:inherit;transition:all .15s}.landing-page.lp-campaign .lp-reg-pill.is-active{background:var(--lp-orange);border-color:var(--lp-orange);color:#fff}.landing-page.lp-campaign .lp-reg-pill:disabled{opacity:.6;cursor:not-allowed}.landing-page.lp-campaign .lp-sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--lp-border);padding:12px 16px;display:flex;justify-content:center;z-index:200;transform:translateY(100%);transition:transform .25s ease;box-shadow:0 -8px 24px rgba(0,0,0,.08)}.landing-page.lp-campaign .lp-sticky-cta.is-show{transform:translateY(0)}.landing-page.lp-campaign .lp-sticky-cta .lp-nav-cta{width:100%;max-width:420px;text-align:center}@media(min-width:860px){.landing-page.lp-campaign .lp-sticky-cta{display:none}}.landing-page.lp-campaign .lp-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.landing-page.lp-campaign .lp-reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.landing-page.lp-campaign .lp-reveal{opacity:1;transform:none;transition:none}.landing-page.lp-campaign .lp-bar-fill{transition:none}}