.landing-page{font-family:var(--font-primary);color:var(--color-charcoal-900)}.landing-page a{color:inherit;text-decoration:none}.landing-page *{-webkit-tap-highlight-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{font-family:var(--font-primary);font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand)}.h1-hero{font-size:38px;line-height:1.08;font-weight:600;letter-spacing:-.025em;color:#fff;margin:0}.h1-hero .italic{font-family:var(--font-serif);font-weight:400;font-style:italic;letter-spacing:-.01em}.h2{font-size:30px;line-height:1.15;font-weight:600;letter-spacing:-.022em;color:var(--color-charcoal-900);margin:0;text-wrap:pretty}.h2 .italic{font-family:var(--font-serif);font-weight:400;font-style:italic;letter-spacing:-.005em}.sub{font-size:16px}.sub,.sub-tight{line-height:1.55;color:var(--color-gray-700);margin:0}.sub-tight{font-size:15px}@media (min-width:768px){.h1-hero{font-size:64px}.h2{font-size:44px}}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(15,30,60,.08);box-shadow:0 1px 0 rgba(15,30,60,.04)}.site-header-inner{max-width:1200px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header-logo{display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}.site-header-logo img{height:26px;width:auto;display:block}.site-header-nav{display:none}.site-header-hamburger{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(15,30,60,.05);border:none;cursor:pointer}.site-header-hamburger span{display:block;width:16px;height:1.5px;background:var(--color-charcoal-900,#0F1E3C);border-radius:1px;position:relative}.site-header-hamburger span:after,.site-header-hamburger span:before{content:"";position:absolute;left:0;width:16px;height:1.5px;background:var(--color-charcoal-900,#0F1E3C);border-radius:1px}.site-header-hamburger span:before{top:-5px}.site-header-hamburger span:after{top:5px}@media (min-width:900px){.site-header-inner{padding:16px 40px}.site-header-logo img{height:28px}.site-header-nav{display:flex;align-items:center;gap:32px;margin-left:auto}.site-header-nav a{color:var(--color-charcoal-800,#1F2A44);font-size:14.5px;font-weight:500;letter-spacing:-.005em;text-decoration:none;transition:color .18s ease;display:inline-flex;align-items:center;gap:4px}.site-header-nav a:hover{color:var(--color-brand,#3C83F6)}.site-header-nav .ext-arrow{font-size:12px;opacity:.65;transition:transform .18s ease,opacity .18s ease}.site-header-nav a:hover .ext-arrow{opacity:1;transform:translate(1px,-1px)}.site-header-hamburger{display:none}}.hero{position:relative;min-height:640px;padding:96px 20px 28px;background:radial-gradient(ellipse at 50% 90%,rgba(255,255,255,.18) 0,transparent 60%),linear-gradient(180deg,#5DA3FF,#3C83F6 60%,#2C6DDB);overflow:hidden;text-align:center;color:#fff}.sebi-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:11.5px;font-weight:500;letter-spacing:.02em;color:rgba(255,255,255,.95);margin:0 auto 22px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.sebi-pill .laurel{font-size:14px;opacity:.85}.sebi-pill .dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.5)}.hero-headline{margin:0 auto;max-width:22ch}.hero-sub{margin:16px auto 0;max-width:36ch;color:rgba(255,255,255,.82);font-size:15px;line-height:1.5}.hero-stage{position:relative;margin:26px auto 0;width:100%;max-width:380px;aspect-ratio:1080/1920;perspective:1400px;transform-style:preserve-3d;transition:transform .25s cubic-bezier(.22,1,.36,1);will-change:transform}.hero-stage:before{content:"";position:absolute;left:50%;top:48%;width:130%;height:80%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(255,255,255,.32) 0,rgba(255,255,255,0) 65%);pointer-events:none;animation:heroAura 7s ease-in-out infinite;z-index:0}@keyframes heroAura{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(.95)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.05)}}.hero-phone{position:absolute;inset:0;border-radius:0;overflow:visible;box-shadow:none;background:transparent;z-index:2;animation:heroFloat 9s ease-in-out infinite;transform-origin:center 60%}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-4px) rotate(-.4deg)}}.hero-phone-screen{position:absolute;inset:0;opacity:0;transform:scale(1.06) translateY(14px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.hero-phone-screen.exiting{opacity:0;transform:scale(.96) translateY(-8px);transition:opacity .5s cubic-bezier(.4,0,.6,1),transform .5s cubic-bezier(.4,0,.6,1)}.hero-phone-screen.active{opacity:1;transform:scale(1) translateY(0);animation:kenBurns 3.5s ease-in-out forwards;animation-delay:.7s}@keyframes kenBurns{0%{transform:scale(1) translateY(0)}to{transform:scale(1.045) translateY(-6px)}}.hero-phone-screen img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:32px}@media (min-width:900px){.hero-phone-screen img{border-radius:36px}}.hero-phone-tap{position:absolute;inset:0;background:transparent;cursor:pointer;z-index:5}.hero-callouts{position:absolute;inset:0;pointer-events:none;z-index:3}.hero-callout{position:absolute;padding:8px 12px 8px 10px;border-radius:14px;background:rgba(255,255,255,.98);color:var(--color-charcoal-900);font-size:12.5px;font-weight:600;letter-spacing:-.005em;box-shadow:0 14px 32px -10px rgba(0,40,110,.4),0 4px 10px -4px rgba(0,40,110,.18),0 0 0 1px rgba(0,0,0,.04);display:inline-flex;align-items:center;gap:7px;opacity:0;transform:translateY(6px) scale(.5) rotate(-6deg);transition:opacity .52s cubic-bezier(.22,1.4,.36,1),transform .52s cubic-bezier(.22,1.4,.36,1);white-space:nowrap;z-index:4}.hero-callout.show{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}.hero-callout:after{content:"";position:absolute;inset:-8px;border-radius:22px;background:radial-gradient(ellipse at center,rgba(60,131,246,.35) 0,rgba(60,131,246,0) 70%);z-index:-1;opacity:0;transition:opacity .6s ease .2s;pointer-events:none}.hero-callout.show:after{opacity:1}.hero-callout.tone-green:after{background:radial-gradient(ellipse at center,rgba(22,163,74,.35) 0,rgba(22,163,74,0) 70%)}.hero-callout.tone-amber:after{background:radial-gradient(ellipse at center,rgba(245,158,11,.4) 0,rgba(245,158,11,0) 70%)}.hero-callout.tone-red:after{background:radial-gradient(ellipse at center,rgba(239,68,68,.4) 0,rgba(239,68,68,0) 70%)}.hero-callout.tone-soft:after{background:radial-gradient(ellipse at center,rgba(148,163,184,.3) 0,rgba(148,163,184,0) 70%)}.hero-callout.tone-blue:after{background:radial-gradient(ellipse at center,rgba(60,131,246,.35) 0,rgba(60,131,246,0) 70%)}.hero-callout:before{width:8px;height:8px;content:"";width:7px;height:7px;border-radius:50%;background:var(--color-brand);flex:0 0 auto}.hero-callout.tone-green:before{background:#16a34a}.hero-callout.tone-amber:before{background:#f59e0b}.hero-callout.tone-red:before{background:#ef4444}.hero-callout.tone-soft:before{background:#94a3b8}.hero-callout.tone-blue:before{background:var(--color-brand)}.hero-callout.pos-tl{top:6%;left:-8px}.hero-callout.pos-tr{top:6%;right:-8px}.hero-callout.pos-bl{bottom:14%;left:-10px}.hero-callout.pos-br{bottom:14%;right:-10px}@media (min-width:480px){.hero-callout.pos-tl{left:-22px}.hero-callout.pos-tr{right:-22px}.hero-callout.pos-bl{left:-26px}.hero-callout.pos-br{right:-26px}}@media (prefers-reduced-motion:reduce){.hero-phone,.hero-phone-screen,.hero-phone-screen.active,.hero-stage:before{animation:none!important}}.hero-dots{display:flex;gap:6px;justify-content:center;margin:18px 0 0}.hero-dots button{width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.4);transition:all .3s ease}.hero-dots button.active{width:22px;background:#fff}.hero-proof{margin:20px 0 0;display:inline-flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.88);font-weight:500}.hero-proof .stars{color:#FFD66B;letter-spacing:-1px;font-size:13px}@media (min-width:768px){.hero{padding:110px 40px 60px;min-height:880px}.hero-stage{max-width:400px}}section.feature{padding:64px 20px 56px;text-align:center;position:relative}.frame-linked{display:block;position:relative;margin:0 auto;max-width:460px;width:100%;border-radius:28px;transition:transform .24s cubic-bezier(.22,1,.36,1);cursor:pointer}.frame-linked:hover{transform:translateY(-4px)}.frame-linked img{width:100%;height:auto;border-radius:28px;display:block;box-shadow:0 30px 60px -22px rgba(15,40,95,.28),0 8px 20px -8px rgba(15,40,95,.14);transition:box-shadow .24s cubic-bezier(.22,1,.36,1)}.frame-linked:hover img{box-shadow:0 40px 80px -22px rgba(60,131,246,.4),0 12px 28px -8px rgba(60,131,246,.22)}.frame-link-hint{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:11.5px;font-weight:600;letter-spacing:-.005em;color:var(--color-brand);box-shadow:0 6px 14px -4px rgba(15,40,95,.25),0 0 0 1px rgba(15,40,95,.05);pointer-events:none;transform:translateY(-2px);opacity:.95;transition:transform .24s ease,opacity .24s ease}.frame-linked:hover .frame-link-hint{transform:translateY(0);opacity:1}.feature.tint{background:linear-gradient(180deg,#E3EEFE,#C9DEFC)}.feature.white{background:#fff}.feature .eyebrow{display:block;margin-bottom:14px}.feature .sub{margin:14px auto 28px;max-width:38ch}.feature .frame{margin:0 auto;max-width:460px;width:100%}.feature .frame img{width:100%;height:auto;border-radius:28px;display:block;box-shadow:0 30px 60px -22px rgba(15,40,95,.28),0 8px 20px -8px rgba(15,40,95,.14)}.frame-masked img{-webkit-mask-image:linear-gradient(180deg,#000 70%,transparent);mask-image:linear-gradient(180deg,#000 70%,transparent)}.section-pillars{padding:72px 20px 56px;background:#fff;text-align:center}.section-pillars .heading{max-width:22ch;margin:14px auto 0}.pillar-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:36px auto 0;max-width:1080px}.pillar-card{background:#fff;border:1px solid var(--color-gray-300);border-radius:18px;padding:22px 22px 26px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pillar-card:hover{transform:translateY(-2px);border-color:rgba(60,131,246,.35);box-shadow:0 14px 40px -20px rgba(60,131,246,.35)}.pillar-icon{width:40px;height:40px;border-radius:12px;background:rgba(60,131,246,.1);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:var(--color-brand)}.pillar-title{font-size:18px;font-weight:600;color:var(--color-charcoal-900);margin:0 0 6px;letter-spacing:-.01em}.pillar-body{font-size:14.5px;line-height:1.55;color:var(--color-gray-700);margin:0}.landing-page .pillar-link{display:inline-flex;align-items:center;gap:6px;margin:26px auto 0;color:var(--color-brand);font-weight:600;font-size:14.5px;transition:gap .2s ease}.landing-page .pillar-link:hover{gap:10px;color:var(--color-brand-dark,#1D7AFD)}.pillar-link:after{content:"→"}@media (min-width:760px){.pillar-grid{grid-template-columns:1fr 1fr 1fr;gap:18px}}.section-tiers{padding:72px 20px 56px;background:#fff;text-align:center}.section-tiers .heading{max-width:22ch;margin:14px auto 0}.section-tiers .sub{margin:16px auto 36px;max-width:38ch}.tier-list{display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:720px;text-align:left}.tier-row{display:grid;grid-template-columns:14px 100px 1fr;gap:14px;align-items:start;padding:16px 18px;background:#fff;border:1px solid var(--color-gray-300);border-radius:14px}.tier-dot{width:10px;height:10px;border-radius:50%;margin-top:6px}.tier-dot.healthy{background:var(--color-emerald-500);box-shadow:0 0 0 4px rgba(16,185,129,.12)}.tier-dot.stable{background:var(--color-green-400);box-shadow:0 0 0 4px rgba(52,211,153,.12)}.tier-dot.watch{background:var(--color-amber-500);box-shadow:0 0 0 4px rgba(245,158,11,.12)}.tier-dot.critical{background:var(--color-red-500);box-shadow:0 0 0 4px rgba(239,68,68,.12)}.tier-dot.notrated{background:var(--color-gray-400);box-shadow:0 0 0 4px rgba(215,215,215,.4)}.tier-name{font-weight:600;color:var(--color-charcoal-900);font-size:15px}.tier-copy{font-size:14px;color:var(--color-gray-700);line-height:1.5}@media (max-width:480px){.tier-row{grid-template-columns:14px 1fr}.tier-name{font-size:15px;margin-bottom:2px}.tier-row>.tier-copy{grid-column:2}}.tier-row{transition:transform .6s cubic-bezier(.22,1,.36,1),box-shadow .6s cubic-bezier(.22,1,.36,1),border-color .6s ease;will-change:transform,box-shadow}.tier-row.highlighted,.tier-row:hover{transform:translateY(-3px) scale(1.015);border-color:rgba(60,131,246,.35);box-shadow:0 18px 40px -16px rgba(60,131,246,.3),0 0 0 1px rgba(60,131,246,.18);cursor:default}.tier-row.highlighted .tier-dot.healthy,.tier-row:hover .tier-dot.healthy{box-shadow:0 0 0 6px rgba(16,185,129,.2);animation:dotPulse 1.1s ease-in-out infinite}.tier-row.highlighted .tier-dot.stable,.tier-row:hover .tier-dot.stable{box-shadow:0 0 0 6px rgba(52,211,153,.2);animation:dotPulse 1.1s ease-in-out infinite}.tier-row.highlighted .tier-dot.watch,.tier-row:hover .tier-dot.watch{box-shadow:0 0 0 6px rgba(245,158,11,.2);animation:dotPulse 1.1s ease-in-out infinite}.tier-row.highlighted .tier-dot.critical,.tier-row:hover .tier-dot.critical{box-shadow:0 0 0 6px rgba(239,68,68,.2);animation:dotPulse 1.1s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}@media (prefers-reduced-motion:reduce){.tier-row:hover .tier-dot{animation:none}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.in{opacity:1;transform:translateY(0)}.reveal-children>*{opacity:0;transform:translateY(16px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--stagger, 0) * 90ms);will-change:opacity,transform}.reveal-children.in>*{opacity:1;transform:translateY(0)}.feature .frame{transition:transform .9s cubic-bezier(.22,1,.36,1);will-change:transform}.feature:not(.in) .frame{transform:scale(1.04)}.feature.in .frame{transform:scale(1)}@media (prefers-reduced-motion:reduce){.feature .frame,.reveal,.reveal-children>*,.tier-row{transition:none!important;transform:none!important;opacity:1!important}.tier-row.highlighted{box-shadow:none!important}}.section-buckets{padding:72px 20px 56px;background:#FAF7F1;text-align:center}.bucket-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:36px auto 0;max-width:880px}.bucket-card{background:#fff;border-radius:22px;padding:26px 24px 28px;text-align:left;border:1px solid rgba(0,0,0,.06)}.bucket-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:rgba(60,131,246,.1);color:var(--color-brand)}.bucket-card.lifestyle .bucket-icon{background:rgba(245,158,11,.12);color:#d97706}.bucket-tag{font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--color-gray-600);text-transform:uppercase;margin:0 0 6px}.bucket-title{font-size:19px;font-weight:600;letter-spacing:-.015em;color:var(--color-charcoal-900);margin:0 0 10px;line-height:1.25}.bucket-body{font-size:14.5px;line-height:1.55;color:var(--color-gray-700);margin:0}.bucket-amount{display:inline-block;margin-top:14px;padding:6px 10px;background:var(--color-gray-100);border-radius:8px;font-family:var(--font-mono);font-size:13px;color:var(--color-charcoal-900);letter-spacing:.01em}@media (min-width:720px){.bucket-grid{grid-template-columns:1fr 1fr}}.section-founders{padding:72px 20px 64px;background:#fff;text-align:center}.founders-row{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:20px;margin:36px -20px 0;padding:4px 20px 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.founders-row::-webkit-scrollbar{display:none}.founder-card{flex:0 0 86%;max-width:360px;scroll-snap-align:start;background:#fff;border-radius:22px;border:1px solid var(--color-gray-300);overflow:hidden;text-align:left;display:flex;flex-direction:column}.founder-photo{aspect-ratio:5/4;overflow:hidden;background:var(--color-gray-200);position:relative}.founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.founder-body{padding:18px 20px 20px}.founder-name{font-size:18px;font-weight:600;letter-spacing:-.015em;margin:0;color:var(--color-charcoal-900)}.founder-role{font-size:13px;color:var(--color-brand);font-weight:600;margin:2px 0 10px}.founder-bio{font-size:14px;line-height:1.5;color:var(--color-gray-700);margin:0 0 14px}.founder-logos{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;padding-top:14px;border-top:1px solid var(--color-gray-300)}.founder-logos img{height:18px;width:auto;opacity:.7}@media (min-width:760px){.founders-row{overflow:visible;gap:24px;justify-content:center;padding-bottom:0;margin-left:auto;margin-right:auto;max-width:1080px}.founder-card{flex:1 1 0;max-width:480px}}.section-testimonials{padding:64px 24px 56px;background:#fff;text-align:center}.testimonials-eyebrow{font-family:var(--font-mono);font-size:11.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gray-600);margin:0 0 28px}.testimonials-quote-wrap{position:relative;max-width:640px;margin:0 auto;min-height:180px}.testimonials-quote{margin:0;position:absolute;inset:0;opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease,filter .5s ease;filter:blur(6px);pointer-events:none}.testimonials-quote.active{opacity:1;transform:translateY(0);filter:blur(0);position:relative;pointer-events:auto}.testimonials-quote p{margin:0;font-size:17px;line-height:1.55;color:var(--color-charcoal-900);font-weight:400}@media (min-width:768px){.testimonials-quote p{font-size:19px}}.testimonials-author-row{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:28px}.testimonials-avatars{display:flex;gap:-6px}.testimonials-avatar{width:44px;height:44px;border-radius:50%;background:rgba(60,131,246,.1);color:var(--color-brand);font-weight:600;font-size:12px;letter-spacing:.02em;border:2px solid #fff;margin-right:-10px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;z-index:1;overflow:hidden;padding:0;cursor:pointer}.testimonials-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.testimonials-avatar .testimonials-avatar-initials{font-size:12px}.testimonials-avatar.active{transform:scale(1.18);z-index:2;box-shadow:0 0 0 3px var(--color-brand),0 8px 18px -6px rgba(60,131,246,.45)}.testimonials-avatar:hover:not(.active){transform:scale(1.05);z-index:2}.testimonials-divider{height:32px;width:1px;background:var(--color-gray-300)}.testimonials-author{text-align:left;min-width:160px}.testimonials-name{font-size:14px;font-weight:600;color:var(--color-charcoal-900);margin:0;letter-spacing:-.005em}.testimonials-role{font-size:12.5px;color:var(--color-gray-600);margin:2px 0 0}.section-waitlist-stamp{padding:72px 20px 56px;background:linear-gradient(180deg,#FFFFFF,#F2F6FE)}.waitlist-stamp-card{max-width:720px;margin:0 auto;padding:36px 28px;border-radius:28px;background:radial-gradient(140% 80% at 50% 0,rgba(60,131,246,.1) 0,rgba(60,131,246,0) 60%),#fff;border:1px solid rgba(60,131,246,.18);text-align:center;box-shadow:0 20px 60px -28px rgba(60,131,246,.3),0 0 0 1px rgba(60,131,246,.04)}.waitlist-stamp-form{margin-top:28px;text-align:left;max-width:460px;margin-left:auto;margin-right:auto}.waitlist-stamp-form input{width:100%;border:1px solid var(--color-gray-300);border-radius:14px;padding:14px 16px;font-size:15px;background:#fff;outline:none;color:var(--color-charcoal-900);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.waitlist-stamp-form input:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px rgba(60,131,246,.18)}.waitlist-stamp-row{display:flex;gap:10px;margin-top:10px}.waitlist-stamp-row input{flex:1 1 auto;min-width:0}.waitlist-stamp-row button{flex:0 0 auto;padding:14px 18px;border-radius:14px;color:#fff;font-size:14px;font-weight:600;letter-spacing:-.005em;background:radial-gradient(100% 100% at 50% 0,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%),linear-gradient(180deg,#3C83F6,#1D7AFD);box-shadow:0 8px 18px -6px rgba(60,131,246,.45);display:inline-flex;align-items:center;gap:6px;transition:transform .15s ease}.waitlist-stamp-row button:hover{transform:translateY(-1px)}.waitlist-stamp-row button:disabled{opacity:.55;transform:none}.waitlist-stamp-fineprint{margin:14px 0 0;font-size:12px;color:var(--color-gray-600);line-height:1.5;text-align:center}.waitlist-stamp-success{margin-top:28px;display:flex;gap:14px;align-items:flex-start;text-align:left;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:14px;padding:18px;max-width:460px;margin-left:auto;margin-right:auto}.waitlist-stamp-success .check{width:28px;height:28px;border-radius:50%;background:#d1fae5;color:#047857;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.waitlist-stamp-success-title{margin:0 0 4px;color:#064e3b;font-weight:600;font-size:15px}.waitlist-stamp-success-body{margin:0;color:#065f46;font-size:13.5px;line-height:1.5}.section-faq{background:#161616;color:#fff;padding:72px 20px 96px}.section-faq .h2{color:#fff;text-align:center;max-width:22ch;margin:0 auto}.faq-inner{max-width:760px;margin:0 auto}.faq-group{margin-top:36px}.faq-group-label{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand);margin:0 0 12px}.faq-list{border-top:1px solid rgba(255,255,255,.08)}.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 4px;text-align:left;color:#fff;font-size:15.5px;font-weight:500;letter-spacing:-.005em;line-height:1.4}.faq-trigger:hover{color:rgba(255,255,255,.85)}.faq-chev{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);transition:transform .25s ease,background .2s ease;font-size:12px}.faq-item.open .faq-chev{transform:rotate(180deg);background:rgba(60,131,246,.25);color:#fff}.faq-body{overflow:hidden;max-height:0;transition:max-height .32s ease}.faq-body-inner{padding:0 4px 18px;font-size:14.5px;line-height:1.6;color:rgba(255,255,255,.72)}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -10px 30px -10px rgba(0,0,0,.1);background:#fff}.sticky-cta-row1{display:flex;gap:8px;padding:12px;background:#fff;max-width:1200px;margin:0 auto}@media (min-width:900px){.sticky-cta{left:50%;right:auto;bottom:20px;transform:translateX(-50%);width:calc(100% - 80px);max-width:720px;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px -18px rgba(15,30,60,.28),0 6px 14px -6px rgba(15,30,60,.14)}.sticky-cta-row1{padding:14px 16px;gap:10px}.sticky-cta-row2{padding:9px 16px}}.sticky-cta-row1 input{flex:1 1 auto;min-width:0;border:1px solid var(--color-gray-300);border-radius:12px;padding:12px 14px;font-size:14.5px;background:#fff;outline:none;color:var(--color-charcoal-900);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.sticky-cta-row1 input:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px rgba(60,131,246,.18)}.sticky-cta-row1 button{flex:0 0 auto;padding:12px 16px;border-radius:12px;color:#fff;font-size:13.5px;font-weight:600;letter-spacing:-.005em;background:radial-gradient(100% 100% at 50% 0,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%),linear-gradient(180deg,#3C83F6,#1D7AFD);box-shadow:0 6px 14px -4px rgba(60,131,246,.45);display:inline-flex;align-items:center;gap:6px;transition:transform .15s ease}.sticky-cta-row1 button:hover{transform:translateY(-1px) scale(1.015);box-shadow:0 12px 22px -6px rgba(60,131,246,.55),0 2px 4px -2px rgba(60,131,246,.35)}.sticky-cta-row1 button:active{transform:translateY(0) scale(.98)}.sticky-cta-row1 button:disabled{opacity:.55;transform:none;box-shadow:0 6px 14px -4px rgba(60,131,246,.25)}.sticky-cta-row2{padding:8px 16px;background:rgba(60,131,246,.08);font-size:12.5px;color:var(--color-charcoal-800);text-align:center;font-weight:500;letter-spacing:-.005em}.sticky-cta-row2 .stars{color:#f59e0b;letter-spacing:-1px;margin-right:4px}.sticky-cta .success{flex:1;display:flex;align-items:center;gap:10px;padding:6px 10px;font-size:14px;color:#047857;font-weight:500}.sticky-cta .success .check{width:22px;height:22px;border-radius:50%;background:#d1fae5;color:#047857;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}footer.site-footer{background:#fff;border-top:1px solid var(--color-gray-300);padding:48px 20px 32px;color:var(--color-charcoal-900)}.footer-inner{max-width:1180px;margin:0 auto}.footer-logo{height:28px;width:auto}.footer-row{display:grid;grid-template-columns:1fr;gap:28px;padding:24px 0}.footer-entity{font-size:13px;color:var(--color-gray-700);line-height:1.55;max-width:540px}.footer-entity h3{font-size:15px;font-weight:600;color:var(--color-charcoal-900);margin:8px 0 4px}.footer-entity p{margin:4px 0}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}.footer-links a{font-size:13.5px;color:var(--color-charcoal-800);text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(0,0,0,.18)}.footer-divide{height:1px;background:var(--color-gray-300);margin:8px 0}.footer-addrs{display:grid;grid-template-columns:1fr;gap:22px;padding:24px 0}.footer-addrs h4{font-size:13.5px;font-weight:600;margin:0 0 6px;color:var(--color-charcoal-900)}.footer-addrs p{font-size:13px;color:var(--color-gray-700);line-height:1.55;margin:0}.footer-officers{display:grid;grid-template-columns:1fr;gap:22px;padding:24px 0}.footer-officers h4{font-size:13.5px;font-weight:600;margin:0 0 4px}.footer-officers a,.footer-officers p{font-size:13px;color:var(--color-gray-700);margin:0;display:block}.footer-warn{border-left:4px solid #f59e0b;background:#fffbeb;border-radius:6px;padding:12px 14px;margin:16px auto;color:var(--color-charcoal-800);line-height:1.5}.footer-disclaimer,.footer-warn{font-size:12.5px;max-width:720px}.footer-disclaimer{line-height:1.55;margin:8px auto 16px}.footer-copyright,.footer-disclaimer{color:var(--color-gray-700);text-align:center}.footer-copyright{font-size:13px;padding-top:20px;border-top:1px solid var(--color-gray-300)}.footer-socials{display:flex;gap:14px;padding-top:10px}.footer-socials a{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-gray-300);color:var(--color-charcoal-800)}@media (min-width:720px){.footer-row{grid-template-columns:1.4fr 1fr}.footer-addrs,.footer-officers{grid-template-columns:1fr 1fr 1fr}}.hero-copy{position:relative;z-index:2;margin:0 auto;max-width:540px}.count-up{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;display:inline-block;min-width:3.2ch}.hero-laurel{display:inline-flex;align-items:center;gap:12px;margin:0 auto 24px}.hero-laurel-leaf{flex:0 0 auto;height:52px;width:auto;display:block}.hero-laurel-leaf-r{transform:scaleX(-1)}.hero-laurel-text{display:flex;flex-direction:column;align-items:center;gap:3px;line-height:1}.hero-laurel-line-1{font-size:19px;font-weight:600;letter-spacing:-.005em;color:rgba(255,255,255,.98);white-space:nowrap}.hero-laurel-line-2{font-family:DM Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;color:rgba(255,255,255,.72);text-transform:uppercase;white-space:nowrap}@media (min-width:900px){.hero-laurel{gap:14px;margin-bottom:28px}.hero-laurel-leaf{height:58px}.hero-laurel-line-1{font-size:21px}.hero-laurel-line-2{font-size:12px}}.hero-title{margin:0;font-family:var(--font-display);font-size:clamp(38px,9vw,60px);font-weight:600;line-height:1.04;letter-spacing:-.02em;color:#fff}.hero-title .italic{font-family:var(--font-italic,"Instrument Serif",serif);font-style:italic;font-weight:400;letter-spacing:-.01em}.hero .hero-sub{margin:18px auto 0;max-width:38ch;color:rgba(255,255,255,.88);font-size:16px;line-height:1.5}.hero-right{display:block}@media (min-width:900px){.hero{min-height:auto;padding:120px 48px 56px;text-align:left}.hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:56px;align-items:start;max-width:1200px;margin:0 auto}.hero-copy{padding-top:20px}.hero-seal{margin-left:0;margin-right:0}.hero-copy{margin:0;max-width:560px;text-align:left}.hero-title{font-size:clamp(48px,5vw,68px);text-align:left}.hero .hero-sub{margin:22px 0 0;max-width:44ch;text-align:left}.hero-pill{margin-bottom:28px}.hero-right{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-stage{margin:0;max-width:420px}.hero-dots{margin:22px auto 0;justify-content:center}.hero-proof{margin-top:22px;justify-content:center}}.feature-pair{padding:0;background:transparent}.feature-pair-grid{display:grid;grid-template-columns:1fr;gap:0}.feature.feature-in-pair{padding:64px 24px 56px;text-align:center;display:flex;flex-direction:column;align-items:center}.feature.feature-in-pair .eyebrow{display:block;margin:0 auto 12px}.feature.feature-in-pair .sub{max-width:32ch;margin:0 auto 26px}.feature.feature-in-pair .frame{max-width:300px;margin-top:auto}@media (min-width:900px){.feature-pair-grid{grid-template-columns:1fr 1fr;align-items:stretch}.feature.feature-in-pair{padding:84px 40px 72px}.feature.feature-in-pair .frame{max-width:340px}.feature.feature-in-pair .sub{max-width:34ch}}.hero-right{opacity:0;transform:translateY(28px) scale(.985);animation:heroEnter .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.48s}@keyframes heroEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hero-right{animation:none;opacity:1;transform:none}}.hero-line{display:block;overflow:hidden;padding-bottom:.12em}.hero-line-in{display:block;will-change:transform}.hero-title-em{font-family:var(--font-italic,"Instrument Serif",Georgia,serif);font-style:italic;font-weight:400;letter-spacing:-.01em;background:linear-gradient(180deg,#ffffff 6%,#e4eeff 52%,#bbd7ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-form{display:flex;flex-wrap:wrap;gap:10px;margin:24px auto 0;max-width:440px}.hero-form-input{flex:1 1 200px;min-width:0;height:52px;border-radius:999px;border:1.5px solid rgba(255,255,255,.3);background:rgba(255,255,255,.13);padding:0 20px;color:#fff;font-size:15px;font-family:var(--font-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .18s ease,background .18s ease}.hero-form-input::placeholder{color:rgba(255,255,255,.62)}.hero-form-input:hover{border-color:rgba(255,255,255,.45)}.hero-form-input:focus{outline:none;border-color:#fff;background:rgba(255,255,255,.2)}.hero-form-input:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero-form-hp{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0;pointer-events:none}.hero-form-cta,.hero-magnet{display:inline-flex;width:100%}.hero-form-cta{height:52px;border-radius:999px;padding:0 24px;background:#fff;color:#1a4fae;font-family:var(--font-primary);font-size:15px;font-weight:700;align-items:center;justify-content:center;gap:8px;white-space:nowrap;box-shadow:0 14px 30px -12px rgba(6,26,76,.5);transition:transform .2s ease,box-shadow .2s ease}.hero-form-cta:hover{box-shadow:0 18px 36px -12px rgba(6,26,76,.58)}.hero-form-cta:hover .hero-form-arrow{transform:translateX(4px)}.hero-form-cta:disabled{opacity:.72}.hero-form-arrow{font-size:16px;transition:transform .2s ease}.hero-form-done{margin-top:24px;gap:10px;max-width:460px;padding:14px 18px;border-radius:16px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32);font-size:14px;font-weight:500;color:#fff;text-align:left}.hero-form-check,.hero-form-done{display:inline-flex;align-items:center}.hero-form-check{justify-content:center;width:22px;height:22px;flex:0 0 auto;border-radius:50%;background:#fff;color:#1a4fae;font-size:12px;font-weight:800}.hero-form-err{margin-top:9px;font-size:13px;font-weight:500;color:#ffdada}.hero-trust{display:flex;align-items:center;justify-content:center;gap:11px;margin-top:22px}.hero-trust-avatars{display:flex;flex:0 0 auto}.hero-trust-av{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #4a93f8;margin-left:-9px}.hero-trust-av:first-child{margin-left:0}.hero-trust-text{font-size:13px;font-weight:500;color:rgba(255,255,255,.86)}@media (min-width:900px){.hero-form{margin-left:0;margin-right:0}.hero-form-cta,.hero-magnet{width:auto}.hero-trust{justify-content:flex-start}}@media (min-width:1100px){.section-buckets,.section-faq,.section-founders,.section-pillars,.section-testimonials,.section-tiers,.section-waitlist-stamp{padding-left:40px;padding-right:40px}.section-pillars>.eyebrow,.section-pillars>.h2,.section-pillars>.pillar-link{max-width:1080px;margin-left:auto;margin-right:auto}section.feature:not(.feature-in-pair){padding:96px 40px 72px}section.feature:not(.feature-in-pair) .frame{max-width:440px}}