@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Sora:wght@400;600;700;800&display=swap";:root{--gold:#c9a020;--gold-light:#f0c842;--gold-pale:#fdf3d0;--gold-mid:#e8b830;--blue:#1565c0;--blue-dark:#0d47a1;--blue-light:#1976d2;--blue-pale:#e3f0ff;--white:#fff;--off-white:#f8f9fc;--ink:#0f1419;--ink-soft:#1e2938;--muted:#5a6a7a;--muted-light:#8b9bb0;--border:#00000014;--border-strong:#00000024;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 20px 60px #0000001f;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--white);color:var(--ink);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.sora{font-family:Sora,sans-serif}.section{padding:96px 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-tag:before{content:"";background:var(--gold);border-radius:2px;width:20px;height:2px;display:block}.section-title{letter-spacing:-.025em;color:var(--ink);font-family:Sora,sans-serif;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.18}.section-title .blue{color:var(--blue)}.section-title .gold{color:var(--gold)}.section-subtitle{color:var(--muted);max-width:560px;margin-top:1rem;font-size:1.05rem;line-height:1.8}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media (width<=960px){.section{padding:64px 1.5rem}}nav{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#fffffff5;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}nav.scrolled{box-shadow:var(--shadow-md)}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-text{color:var(--blue);letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700}.nav-logo-text span{color:var(--gold)}.nav-links{align-items:center;gap:.2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-links a:hover{color:var(--ink);background:var(--off-white)}.nav-actions{align-items:center;gap:.75rem;display:flex}.btn-nav-ghost{color:var(--blue);border:1.5px solid var(--blue);border-radius:var(--radius-sm);padding:.5rem 1.2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.btn-nav-ghost:hover{background:var(--blue);color:#fff}.btn-nav-primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-mid) 100%);color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #c9a02059}.btn-nav-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #c9a02073}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .2s;display:block}@media (width<=960px){.nav-links{box-shadow:var(--shadow-md);border-top:1px solid var(--border);background:#fff;flex-direction:column;padding:1rem;display:none;position:absolute;top:68px;left:0;right:0}.nav-links.open{display:flex}.nav-actions{display:none}.nav-hamburger{display:flex}.nav-inner{padding:0 1.2rem}}.hero{background:linear-gradient(160deg,#0d1b3e 0%,#0d47a1 45%,#1565c0 100%);align-items:center;min-height:100vh;padding:100px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a0202e 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a0201a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero-grid-overlay{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-badge{color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;background:#c9a02026;border:1px solid #c9a02059;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--gold-light);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.12}.hero-title .gold{color:var(--gold-light)}.hero-title .underline-gold{display:inline-block;position:relative}.hero-title .underline-gold:after{content:"";background:var(--gold-light);border-radius:2px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.hero-desc{color:#ffffffb8;max-width:480px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-hero-primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-mid) 100%);color:var(--ink);border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px #c9a02066}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #c9a02080}.btn-hero-ghost{color:#fff;border-radius:var(--radius-md);background:#ffffff14;border:1.5px solid #ffffff40;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.btn-hero-ghost:hover{background:#ffffff29;border-color:#fff6}.hero-card-wrap{flex-direction:column;gap:1.2rem;display:flex}.hero-stat-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff24;padding:1.8rem 2rem;transition:transform .2s}.hero-stat-card:hover{transform:translate(-4px)}.hero-stat-card.gold-accent{background:#c9a02014;border-color:#c9a02066}.hsc-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:.4rem;font-size:.75rem;font-weight:600}.hsc-value{color:#fff;font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.hsc-value.gold{color:var(--gold-light)}.hsc-sub{color:#ffffff80;margin-top:.4rem;font-size:.82rem}.hero-stat-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hero-stat-mini{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;padding:1.2rem 1.4rem}.hsm-num{color:var(--gold-light);font-family:Sora,sans-serif;font-size:1.6rem;font-weight:800}.hsm-label{color:#ffffff73;margin-top:.2rem;font-size:.75rem}@media (width<=960px){.hero-inner{grid-template-columns:1fr}.hero-card-wrap{display:none}.hero{padding:100px 1.5rem 60px}}@media (width<=600px){.hero-stat-row{grid-template-columns:1fr 1fr}}.ticker{background:var(--ink);padding:.9rem 0;overflow:hidden}.ticker-track{white-space:nowrap;gap:0;animation:35s linear infinite scroll-left;display:flex}.ticker-item{letter-spacing:.12em;text-transform:uppercase;color:#fff6;flex-shrink:0;align-items:center;gap:2.5rem;padding:0 2.5rem;font-size:.72rem;font-weight:600;display:flex}.ticker-item .gold{color:var(--gold)}.ticker-item span{align-items:center;gap:2.5rem;display:inline-flex}.ticker-dot{background:var(--gold);opacity:.5;border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.problem-section{background:#0a1628}.problem-section .section-title{color:#fff}.problem-section .section-subtitle{color:#ffffff8c;max-width:100%}.problem-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin-top:4rem;display:grid}.prob-big-num{color:var(--gold);letter-spacing:-.04em;font-family:Sora,sans-serif;font-size:clamp(6rem,14vw,11rem);font-weight:900;line-height:1}.prob-big-sub{color:#fff6;max-width:300px;margin-top:.6rem;font-size:.9rem;line-height:1.7}.prob-crore{color:var(--blue-light);border-top:1px solid #ffffff14;margin-top:2rem;padding-top:2rem;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:800}.prob-crore-label{color:#ffffff59;margin-top:.2rem;font-size:.78rem}.cause-list{flex-direction:column;gap:0;margin-top:2rem;display:flex}.cause-item{color:#ffffff8c;border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.95rem;transition:color .2s,padding-left .2s;display:flex}.cause-item:hover{color:#fff;padding-left:.5rem}.cause-icon{background:#c9a0201f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:flex}.prob-copy p{color:#ffffff8c;margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.prob-copy p strong{color:#fff;font-weight:600}@media (width<=960px){.problem-grid{grid-template-columns:1fr;gap:2.5rem}}.about-section{background:var(--off-white)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-top:4rem;display:grid}.about-visual{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);border-radius:var(--radius-xl);padding:3.5rem;position:relative;overflow:hidden}.about-visual:before{content:"";background:#c9a02026;border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.av-word{color:#fff;letter-spacing:-.04em;z-index:1;font-family:Sora,sans-serif;font-size:3.5rem;font-weight:900;line-height:1;position:relative}.av-word .g{color:var(--gold-light)}.av-tag{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-top:.5rem;font-family:Inter,monospace;font-size:.7rem}.av-pills{z-index:1;flex-direction:column;gap:.8rem;margin-top:2rem;display:flex;position:relative}.av-pill{border-radius:var(--radius-md);background:#ffffff14;border:1px solid #ffffff24;padding:.9rem 1.2rem}.av-pill-title{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.2rem;font-size:.7rem;font-weight:700}.av-pill-text{color:#ffffff8c;font-size:.85rem}.about-copy p{color:var(--muted);margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.about-copy p strong{color:var(--ink);font-weight:600}.belief-box{background:var(--gold-pale);border-radius:var(--radius-md);border:1.5px solid #c9a0204d;margin-top:1.5rem;padding:1.4rem 1.6rem}.belief-box p{color:var(--ink);margin:0;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.6}@media (width<=960px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}.how-section{background:#fff}.steps-wrap{margin-top:4rem}.steps-grid{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.step-card{border-right:1px solid var(--border);padding:2.4rem 1.8rem;transition:background .25s;position:relative}.step-card:last-child{border-right:none}.step-card:hover{background:var(--blue-pale)}.step-card:hover .step-num-badge{background:var(--blue);color:#fff}.step-num-badge{background:var(--off-white);border:1.5px solid var(--border-strong);width:36px;height:36px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;transition:background .25s,color .25s;display:flex}.step-icon-wrap{margin-bottom:1.2rem;font-size:2rem;line-height:1}.step-title{color:var(--ink);margin-bottom:.7rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.step-desc{color:var(--muted);font-size:.85rem;line-height:1.75}.step-arrow{border:1px solid var(--border);width:26px;height:26px;color:var(--blue);z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;top:50%;right:-14px;transform:translateY(-50%)}.step-card:last-child .step-arrow{display:none}@media (width<=960px){.steps-grid{grid-template-columns:1fr 1fr}.step-card:nth-child(2){border-right:none}.step-card:nth-child(2) .step-arrow{display:none}}@media (width<=600px){.steps-grid{grid-template-columns:1fr}.step-card{border-right:none;border-bottom:1px solid var(--border)}.step-card:last-child{border-bottom:none}.step-arrow{display:none}}.features-section{background:var(--off-white)}.features-header{justify-content:space-between;align-items:flex-end;display:flex}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.feat-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:2.2rem 2rem;transition:transform .2s,box-shadow .2s,border-color .2s}.feat-card:hover{box-shadow:var(--shadow-md);border-color:#1565c033;transform:translateY(-4px)}.feat-card.featured{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);color:#fff;border-color:#0000}.feat-card.featured .feat-title{color:#fff}.feat-card.featured .feat-desc{color:#fff9}.feat-card.featured .feat-badge{color:var(--gold-light);background:#c9a02033}.feat-icon-box{border-radius:var(--radius-md);background:var(--blue-pale);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feat-card.featured .feat-icon-box{background:#ffffff1f}.feat-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--gold-pale);color:#7a5a00;border-radius:4px;margin-bottom:.8rem;padding:.2rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.feat-title{color:var(--ink);margin-bottom:.7rem;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.35}.feat-desc{color:var(--muted);font-size:.87rem;line-height:1.75}@media (width<=960px){.features-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.coming-next-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.coming-next-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.full-width-card{background:var(--off-white);border:1px dashed var(--border);border-radius:var(--radius-lg);grid-column:span 3;grid-template-columns:1fr 1fr;gap:2rem;padding:2.2rem 2rem;display:grid}.showcase-grid{border-top:1px dashed var(--border);grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:3rem;padding-top:3rem;display:grid}.showcase-card{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:1.5rem;transition:transform .2s,border-color .2s}.showcase-card:hover{border-color:var(--blue);transform:translateY(-2px)}.showcase-icon{margin-bottom:.8rem;font-size:1.8rem}.showcase-title{color:var(--ink);font-family:Sora,sans-serif;font-size:.95rem;font-weight:700}@media (width<=960px){.coming-next-grid{grid-template-columns:1fr 1fr}.full-width-card{grid-column:span 2;grid-template-columns:1fr}.showcase-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.coming-next-grid,.showcase-grid{grid-template-columns:1fr}.full-width-card{grid-column:span 1}}.results-section{background:#fff}.results-intro{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:4rem;display:grid}.results-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.result-card{background:#fff;padding:2rem 1.8rem;transition:background .2s}.result-card:hover{background:var(--off-white)}.rc-before{letter-spacing:.08em;text-transform:uppercase;color:#d44;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:flex}.rc-before:before{content:"✕";font-size:.65rem}.rc-after{letter-spacing:.08em;text-transform:uppercase;color:#2e7d32;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:flex}.rc-after:before{content:"✓";font-size:.75rem}.rc-label{color:var(--ink);margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.3}.rc-label-after{color:var(--blue)}.rc-desc{color:var(--muted);font-size:.82rem;line-height:1.65}.rc-divider{background:var(--border);height:1px;margin:1rem 0}.results-cta{margin-top:1rem}.results-cta p{color:var(--muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.results-cta p strong{color:var(--ink)}.results-btn{color:#0f1419;background:linear-gradient(135deg,#c9a020,#e8b830);border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 18px #c9a02059}.results-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #c9a02073}@media (width<=960px){.results-intro{grid-template-columns:1fr;gap:2.5rem}.results-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.results-grid{grid-template-columns:1fr}}.founder-section{background:var(--off-white)}.founder-grid{grid-template-columns:380px 1fr;align-items:start;gap:4rem;margin-top:4rem;display:grid}.founder-card{border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.founder-card-header{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);text-align:center;padding:2.5rem 2rem}.founder-avatar{width:80px;height:80px;color:var(--gold-light);background:#ffffff26;border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-family:Sora,sans-serif;font-size:1.8rem;font-weight:800;display:flex}.founder-name{color:#fff;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800}.founder-role{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;margin-top:.3rem;font-size:.78rem}.founder-card-body{padding:1.8rem 2rem}.founder-stat-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.founder-stat{background:var(--off-white);border-radius:var(--radius-md);text-align:center;padding:1rem}.fs-num{color:var(--blue);font-family:Sora,sans-serif;font-size:1.5rem;font-weight:800}.fs-label{color:var(--muted);margin-top:.2rem;font-size:.72rem}.founder-contact{flex-direction:column;gap:.7rem;margin-top:1.5rem;display:flex}.fc-item{color:var(--muted);align-items:center;gap:.7rem;font-size:.85rem;display:flex}.fc-icon{background:var(--gold-pale);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;display:flex}.fc-item a{color:var(--blue);font-weight:500;text-decoration:none}.fc-item a:hover{text-decoration:underline}.founder-quote{color:var(--ink);border-left:3px solid var(--gold);background:var(--gold-pale);border-radius:0 var(--radius-md) var(--radius-md) 0;margin-bottom:2rem;padding:1.5rem 2rem;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.6}.founder-text p{color:var(--muted);margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.founder-text p strong{color:var(--ink);font-weight:600}.founder-sign{border-top:1px solid var(--border);color:var(--blue);margin-top:2rem;padding-top:1.5rem;font-size:.9rem;font-style:italic;font-weight:600}@media (width<=960px){.founder-grid{grid-template-columns:1fr}}.beta-section{text-align:center;background:linear-gradient(145deg,#0d1b3e 0%,#0d47a1 60%,#1565c0 100%);position:relative;overflow:hidden}.beta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a02026 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.beta-inner{z-index:2;position:relative}.beta-desc{color:#ffffffa6;max-width:520px;margin:1rem auto 3rem;font-size:1rem;line-height:1.8}.beta-perks{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.beta-perk{color:#ffffffbf;align-items:center;gap:.5rem;font-size:.87rem;font-weight:500;display:flex}.bp-check{width:20px;height:20px;color:var(--gold-light);background:#c9a02033;border:1px solid #c9a02066;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;display:flex}.beta-form{border-radius:var(--radius-lg);text-align:left;max-width:600px;box-shadow:var(--shadow-lg);background:#ffffff0d;border:1px solid #ffffff1f;margin:0 auto;padding:2.5rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:span 2}.form-group label{color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.form-group input{border-radius:var(--radius-md);color:#fff;background:#ffffff12;border:1px solid #ffffff2e;outline:none;padding:.9rem 1.1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,background-color .2s}.form-group input:focus{border-color:var(--gold-light);background:#ffffff1f}.same-phone-wrap{align-items:center;gap:.5rem;margin-top:.3rem;display:flex}.same-phone-wrap input[type=checkbox]{cursor:pointer;width:14px;height:14px}.same-phone-wrap label{color:#ffffff80;text-transform:none;letter-spacing:0;cursor:pointer;font-size:.72rem;font-weight:500}.btn-beta-submit{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-mid) 100%);border-radius:var(--radius-md);width:100%;color:var(--ink);cursor:pointer;border:none;padding:1rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .15s;box-shadow:0 6px 20px #c9a0204d}.btn-beta-submit:hover{opacity:.9;transform:translateY(-1px)}.legal-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1419d9;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.legal-modal-backdrop.show{display:flex}.legal-modal-content{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;max-width:650px;max-height:90vh;box-shadow:var(--shadow-lg);text-align:left;flex-direction:column;animation:.3s modalFadeIn;display:flex;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.legal-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.legal-modal-header h3{color:var(--ink);font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800}.legal-modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.legal-modal-close:hover{color:var(--ink)}.legal-modal-body{background:var(--off-white);border-bottom:1px solid var(--border);max-height:350px;padding:2rem;overflow-y:auto}.legal-scroll-content h4{color:var(--blue-dark);margin:20px 0 10px;font-family:Sora,sans-serif;font-size:1.05rem}.legal-scroll-content p{color:#2c3e50;margin-bottom:12px;font-size:.88rem;line-height:1.6}.legal-modal-footer{background:var(--white);flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:flex}.legal-scroll-indicator{color:#e65100;text-align:center;background:#fff3e0;border-radius:6px;padding:.5rem 1rem;font-size:.78rem;font-weight:600;transition:opacity .3s}.legal-checkbox-row{align-items:flex-start;gap:.6rem;display:flex}.legal-checkbox-row input[type=checkbox]{cursor:pointer;margin-top:.2rem}.legal-checkbox-row label{color:var(--muted);cursor:pointer;font-size:.8rem;line-height:1.5}.legal-checkbox-row label.disabled-label{opacity:.5;cursor:not-allowed}.legal-action-buttons{justify-content:flex-end;gap:1rem;margin-top:.5rem;display:flex}.btn-cancel{background:var(--off-white);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:600;transition:background .2s}.btn-cancel:hover{background:#0000000a}.btn-confirm{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:700;transition:background .2s}.btn-confirm:hover:not(:disabled){background:var(--blue-dark)}.btn-confirm:disabled{background:var(--muted-light);cursor:not-allowed;opacity:.6}.beta-success{color:var(--gold-light);margin-top:1rem;font-size:.88rem}@media (width<=600px){.beta-perks{flex-direction:column;align-items:center}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.legal-modal-content{max-height:95vh}.legal-modal-body{max-height:280px}}.contact-section{background:#fff}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-top:3.5rem;display:grid}.contact-cards{flex-direction:column;gap:1.2rem;display:flex}.contact-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--off-white);align-items:center;gap:1.2rem;padding:1.5rem 1.8rem;transition:border-color .2s,box-shadow .2s;display:flex}.contact-card:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}.cc-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.cc-icon.blue-bg{background:var(--blue-pale)}.cc-icon.gold-bg{background:var(--gold-pale)}.cc-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-light);margin-bottom:.2rem;font-size:.72rem;font-weight:700}.cc-value{color:var(--ink);font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.cc-value a{color:var(--blue);text-decoration:none}.cc-value a:hover{text-decoration:underline}.contact-company{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);border-radius:var(--radius-xl);color:#fff;padding:2rem}.company-logo-row{align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.company-name{color:#fff;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;line-height:1.2}.company-name span{color:var(--gold-light)}.company-meta{color:#ffffff73;font-size:.78rem}.company-desc{color:#fff9;margin-bottom:1.5rem;font-size:.9rem;line-height:1.75}.company-tag{color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;background:#c9a02026;border:1px solid #c9a0204d;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=960px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}footer{color:#ffffff73;background:#0a1628;padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-brand-logo{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.footer-brand-name{color:#fff;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800}.footer-brand-name span{color:var(--gold)}.footer-tagline{color:#ffffff59;max-width:280px;margin-top:.5rem;font-size:.85rem;font-style:italic;line-height:1.7}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-bottom:1.2rem;font-size:.75rem;font-weight:700}.footer-links{flex-direction:column;gap:.7rem;display:flex}.footer-links a{color:#fff6;font-size:.87rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact-item{color:#fff6;align-items:center;gap:.6rem;margin-bottom:.7rem;font-size:.85rem;display:flex}.footer-contact-item a{color:#ffffff80;text-decoration:none}.footer-contact-item a:hover{color:#fff}.footer-bottom{justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.footer-copy{color:#ffffff40}.footer-legal{letter-spacing:.1em;text-transform:uppercase;color:#ffffff26;font-size:.65rem}@media (width<=960px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}}@media (width<=960px){.doc-header-inner{padding:0 20px}.doc-sidebar{display:none}.doc-content{padding:20px}.doc-content-card{padding:30px 20px}}.doc-page-container{background:var(--off-white);min-height:100vh;color:var(--ink);flex-direction:column;width:100%;font-family:Inter,sans-serif;display:flex}.doc-header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:64px;position:fixed;top:0;left:0;right:0}.doc-header-inner{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 40px;display:flex}.doc-logo{color:var(--blue);font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;text-decoration:none}.doc-logo span{color:var(--gold)}.doc-header-title{letter-spacing:.05em;color:var(--muted);text-transform:uppercase;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700}.doc-back-btn{color:var(--blue);border-radius:var(--radius-sm);border:1.5px solid var(--blue);padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.doc-back-btn:hover{background:var(--blue);color:#fff}.doc-main{width:100%;min-height:calc(100vh - 64px);margin-top:64px;padding:0;display:flex}.doc-sidebar{background:var(--white);border-right:1px solid var(--border);flex-shrink:0;width:320px;height:calc(100vh - 64px);padding:30px;position:sticky;top:64px;overflow-y:auto}.sidebar-sticky{position:relative}.sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:20px;font-family:Sora,sans-serif;font-size:.85rem;font-weight:800}.sidebar-links{padding:0;list-style:none}.sidebar-links li{margin-bottom:8px}.sidebar-link-btn{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;transition:all .15s}.sidebar-link-btn:hover{background:var(--off-white);color:var(--ink)}.sidebar-link-btn.active{background:var(--blue-pale);color:var(--blue);font-weight:600}.doc-content{background:var(--off-white);flex:1;padding:40px 60px;overflow-y:auto}.doc-content-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);width:100%;padding:50px 60px}.doc-section{border-bottom:1px solid var(--off-white);margin-bottom:40px;padding-bottom:30px;scroll-margin-top:90px}.doc-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.doc-section h2{color:var(--blue-dark);margin-bottom:16px;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:800}.doc-section h3{color:var(--ink);margin:24px 0 12px;font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700}.doc-section p{color:#2c3e50;margin-bottom:16px;font-size:.95rem;line-height:1.7}.doc-section ul{margin-bottom:16px;padding-left:24px;list-style-type:disc}.doc-section li{color:#2c3e50;margin-bottom:8px;font-size:.95rem;line-height:1.6}@media (width<=960px){.doc-header-inner{padding:0 20px}.doc-sidebar{display:none}.doc-content{padding:20px}.doc-content-card{padding:30px 20px}}
