:root{--font-display:"Cormorant Garamond","Iowan Old Style",Georgia,serif;--font-body:"Outfit","Avenir Next","Segoe UI",sans-serif;--bg:#faf7f2;--surface:#ffffff94;--surface-strong:#ffffffb8;--ink:#1a1d23;--muted:#78716c;--green:#10b981;--green-deep:#059669;--gold:#c9a84c;--line:#1a1d2314;--line-soft:#1a1d230d;--dark-bg:#0f1a15;--dark-surface:#ffffff0a;--dark-line:#ffffff14;--radius-lg:20px;--radius-xl:28px;--shadow-soft:0 28px 80px #00000014;--glass-bg:#ffffff73;--glass-border:#ffffff80;--glass-shadow:0 8px 32px 0 #1f268712}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);font-family:var(--font-body),sans-serif;margin:0;padding:0}a{color:inherit;text-decoration:none}.site-shell{max-width:1200px;margin:0 auto;padding:88px 1.2rem 4.5rem;position:relative}.ambient-gradient{z-index:0;pointer-events:none;background:radial-gradient(circle at 78% 11%,#10b98126,#0000 40%),radial-gradient(circle at 18% 18%,#c9a84c1f,#0000 35%);position:fixed;inset:0}.grain-overlay{z-index:1;pointer-events:none;opacity:.32;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-repeat:repeat;position:fixed;inset:0}.top-nav,.hero,.section{z-index:2;position:relative}.top-nav{z-index:50;justify-content:center;padding:1rem 1.2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-container{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#ffffffad;border:1px solid #fff6;border-radius:28px;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:1100px;min-height:58px;padding:.45rem .6rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d,0 10px 30px -5px #1a1d231a}.nav-container:hover{background:#ffffffd1;border-color:#fff9;box-shadow:0 8px 12px -1px #00000014,0 15px 40px -5px #1a1d231f}.nav-left{flex-shrink:0}.brand{border-radius:20px;align-items:center;gap:.75rem;padding:.25rem .75rem .25rem .25rem;transition:background-color .2s;display:flex}.brand:hover{background:#00000008}.brand-logo-container{background:#fff;border:1px solid #10b9811a;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 12px #10b98126}.brand-wordmark{font-family:var(--font-display),serif;letter-spacing:-.01em;color:var(--ink);font-size:1.25rem;font-weight:700}.center-nav{flex:1;justify-content:center;display:flex}.nav-links{background:#00000008;border:1px solid #00000005;border-radius:20px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.nav-link-item{color:var(--muted);border-radius:16px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;transition:all .2s}.nav-link-item:hover{color:var(--ink);background:#fffc;box-shadow:0 2px 8px #0000000a}.nav-actions{flex-shrink:0}.nav-actions-group{align-items:center;gap:.75rem;display:flex}.locale-switch{background:#00000008;border:1px solid #00000005;border-radius:14px;padding:.2rem;display:flex}.locale-link{width:32px;height:32px;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;transition:all .2s;display:flex}.locale-link.active{background:var(--ink);color:#fff;box-shadow:0 2px 8px #0000001a}.nav-cta-button{color:#fff;background:linear-gradient(135deg,#1a1d23 0%,#374151 100%);border-radius:18px;align-items:center;gap:.5rem;padding:.62rem 1.25rem;font-size:.82rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #1a1d2333}.nav-cta-button:hover{background:linear-gradient(135deg,#059669 0%,#10b981 100%);transform:translateY(-2px);box-shadow:0 8px 20px #1a1d2340}.nav-cta-icon{font-size:1rem;line-height:1;transition:transform .2s}.nav-cta-button:hover .nav-cta-icon{transform:translate(3px)}.mobile-menu-toggle{cursor:pointer;z-index:120;background:#10b98114;border:1px solid #10b98126;border-radius:14px;width:44px;height:44px;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:relative}.mobile-menu-toggle:hover{background:#10b9811f}.mobile-menu-toggle.active{background:var(--ink);border-color:var(--ink)}.mobile-menu-toggle.active .hamburger-inner,.mobile-menu-toggle.active .hamburger-inner:before,.mobile-menu-toggle.active .hamburger-inner:after{background-color:#fff}.hamburger-box{width:24px;height:24px;position:relative}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:var(--ink);border-radius:4px;width:20px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s;position:absolute}.hamburger-inner{top:50%;left:50%;transform:translate(-50%,-50%)}.hamburger-inner:before{content:"";top:-6px;left:0}.hamburger-inner:after{content:"";top:6px;left:0}.mobile-menu-toggle.active .hamburger-inner{background-color:#0000!important}.mobile-menu-toggle.active .hamburger-inner:before{transform:translateY(6px)rotate(45deg)}.mobile-menu-toggle.active .hamburger-inner:after{transform:translateY(-6px)rotate(-45deg)}.mobile-menu-overlay{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);opacity:0;visibility:hidden;pointer-events:none;background:#faf7f2;flex-direction:column;padding-top:88px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-content{flex-direction:column;flex:1;width:100%;max-width:500px;margin:0 auto;padding:3rem 1.5rem;display:flex}.mobile-nav-links{flex-direction:column;gap:1.25rem;display:flex}.mobile-nav-item{background:#fff;border:1px solid #0000000d;border-radius:24px;align-items:center;gap:1.25rem;padding:1.5rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000008}.mobile-nav-item:hover{border-color:var(--green);transform:scale(1.02)translate(8px);box-shadow:0 8px 24px #10b9811a}.mobile-nav-num{font-family:var(--font-display),serif;color:var(--green);opacity:.8;font-size:1rem;font-weight:700}.mobile-nav-text{color:var(--ink);letter-spacing:-.03em;font-size:1.75rem;font-weight:700}.mobile-menu-footer{margin-top:auto;padding:2rem 0}.mobile-menu-cta{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:28px;justify-content:center;align-items:center;width:100%;padding:1.4rem;font-size:1.25rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 12px 32px #10b9814d}.mobile-menu-cta:active{transform:scale(.98)}@media (max-width:768px){.center-nav,.nav-cta-button{display:none}.mobile-menu-toggle{justify-content:center;align-items:center;display:flex}.nav-container{max-width:92%;padding:.4rem .6rem}.brand-wordmark{display:none}}.hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-template-areas:"copy mockup""form mockup";align-items:center;gap:1.5rem 3.2rem;min-height:min(760px,100vh - 96px);padding-top:2.25rem;display:grid;position:relative}.hero-copy-wrap{z-index:2;grid-area:copy;max-width:552px;position:relative}.hero-mockup-wrap{z-index:2;grid-area:mockup;justify-content:flex-end;justify-self:end;width:100%;display:flex;position:relative}.hero-form-inline{background:var(--surface-strong);border:1px solid var(--line);max-width:552px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:3;border-radius:18px;grid-area:form;padding:1.5rem;position:relative}.hero-blur{pointer-events:none;filter:blur(105px);z-index:1;border-radius:999px;position:absolute}.hero-blur-green{background:radial-gradient(circle,#10b98157 0%,#10b98100 70%);width:520px;height:520px;top:20px;right:90px}.hero-blur-gold{background:radial-gradient(circle,#c9a84c38 0%,#c9a84c00 70%);width:420px;height:420px;bottom:0;left:-60px}h1,h2,h3{font-family:var(--font-display),serif;margin:0}h1{color:var(--ink);letter-spacing:-.03em;margin-top:.68rem;font-size:clamp(2.25rem,5.1vw,4.2rem);line-height:1.18}.title-line{display:block}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--green);align-items:center;gap:.62rem;margin:0;font-size:.78rem;font-weight:600;display:inline-flex}.hero-eyebrow:before{content:"";background-color:var(--green);width:25px;height:1px;margin-top:1px}.hero-divider{pointer-events:none;z-index:1;background:linear-gradient(#0000,#1a1d231a 20% 80%,#0000);width:1px;position:absolute;top:0;bottom:0;left:calc(50% - 4px)}.title-emphasis{font-family:var(--font-display),serif;color:var(--green-deep);font-style:italic;font-weight:500}.title-gradient{background:linear-gradient(165deg,#10b981 0%,#059669 50%,#c9a84c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-title .title-emphasis{color:#0000;background-image:linear-gradient(135deg,#10b981 0%,#059669 55%,#c9a84c 100%);-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:500}.hero-description{max-width:40ch;color:var(--muted);margin:1.35rem 0 0;font-size:clamp(.98rem,1.25vw,1.15rem);line-height:1.68}.hero-actions{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.45rem;display:flex}.hero-primary-cta,.hero-secondary-cta{letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;min-height:49px;padding:.86rem 1.6rem;font-size:1rem;font-weight:600;transition:transform .18s,box-shadow .18s,color .18s,border-color .18s;display:inline-flex}.hero-primary-cta{color:#fff;background:#1a1d23;border:1px solid #ffffff2e;box-shadow:0 16px 36px #1a1d232e}.hero-secondary-cta{color:var(--ink);background:#ffffff73;border:1px solid #1a1d231f}.hero-primary-cta:hover,.hero-primary-cta:focus-visible,.hero-secondary-cta:hover,.hero-secondary-cta:focus-visible{transform:translateY(-2px);box-shadow:0 14px 34px #1a1d2329}.hero-stats{flex-wrap:wrap;gap:1.4rem;margin-top:2.25rem;display:flex}.stat-item{align-items:center;gap:1.35rem;display:flex}.stat-item+.stat-item{border-left:1px solid #1a1d2314;padding-left:1.4rem}.stat-value{font-family:var(--font-display),serif;letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.56rem,2.8vw,2.05rem);line-height:1;display:block}.stat-label{color:var(--muted);letter-spacing:.02em;margin-top:.28rem;font-size:.76rem;display:block}.waitlist-form{gap:.5rem;display:grid}.waitlist-form label{color:#6e6863;font-size:.82rem;font-weight:600}.waitlist-form input,.waitlist-form select{background:var(--surface-strong);min-height:44px;color:var(--ink);border:1px solid #1a1d2333;border-radius:12px;padding:.65rem .72rem;font-size:.94rem}.waitlist-form input:focus,.waitlist-form select:focus{outline-offset:1px;outline:2px solid #10b98140}.turnstile-slot{min-height:66px}.mockup-container{place-items:center;width:min(100%,492px);min-height:610px;display:grid;position:relative}.iphone-frame{z-index:2;background:#faf7f2;border:10px solid #ffffffe6;border-radius:44px;width:272px;height:586px;position:relative;overflow:hidden;box-shadow:20px 20px 60px #0000000f,-10px -10px 40px #fffc}.iphone-screen{background:linear-gradient(#f0fdf4 0%,#faf7f2 42%,#f0fdf4 100%);border-radius:36px;flex-direction:column;gap:14px;padding:38px 16px 18px;display:flex;position:absolute;inset:10px;overflow:hidden}.iphone-notch{z-index:3;background:#faf7f2;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:96px;height:25px;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:inset 0 2px 4px #00000005}.mockup-header-row{justify-content:space-between;align-items:center;display:flex}.mockup-brand{text-transform:uppercase;letter-spacing:.08em;color:var(--green);align-items:center;gap:4px;font-size:9px;font-weight:700;display:inline-flex}.mockup-status-dots{gap:4px;display:inline-flex}.mockup-status-dots span{background:#1a1d231a;border-radius:999px;width:6px;height:6px}.mockup-status-dots .active{background:var(--green)}.mockup-heading{font-family:var(--font-display),serif;letter-spacing:-.02em;transform-origin:0 0;height:28px;color:var(--ink);margin:-4px 0 0;font-size:42px;line-height:1;transform:scale(.53)}.mockup-search{color:#a1a1aa;background:#ffffffb3;border:1px solid #0000000a;border-radius:16px;align-items:center;gap:8px;height:34.5px;padding:0 13px;font-size:11px;display:flex}.mockup-search-icon{opacity:.7;font-size:12px}.mockup-grid-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.mockup-action-card{background:#ffffffa6;border:1px solid #00000008;border-radius:14px;align-content:center;justify-items:center;gap:4px;min-height:63px;display:grid}.mockup-action-icon{border-radius:10px;place-items:center;width:24px;height:24px;font-size:9px;line-height:1;display:grid}.mockup-action-icon.chat{color:#10b981;background:#dcfce7}.mockup-action-icon.labs{color:#3b82f6;background:#dbeafe}.mockup-action-icon.track{color:#d97706;background:#fef3c7}.mockup-action-label{color:var(--ink);font-size:9px;font-weight:600}.mockup-insight-card{background:#ffffffb3;border:1px solid #00000008;border-radius:16px;padding:14px}.mockup-insight-label{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:9px;font-weight:700;display:flex}.mockup-insight-card p{color:var(--ink);margin:0;font-size:11px;font-weight:600;line-height:1.45}.mockup-insight-link{color:var(--green);margin-top:8px;font-size:10px;font-weight:700}.mockup-recent-list{gap:4px;display:grid}.mockup-recent-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:9px;font-weight:600}.mockup-recent-item{background:#ffffff80;border:1px solid #00000005;border-radius:14px;align-items:center;min-height:42px;padding:0 12px;display:flex}.mockup-recent-item span{color:var(--ink);font-size:10px;font-weight:500}.floating-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:3;background:#ffffffa8;border:1px solid #ffffff80;border-radius:16px;padding:15px;animation:6.4s ease-in-out infinite float;position:absolute;box-shadow:0 16px 40px #0000000f}.card-1{width:132px;top:82px;left:-2px}.card-2{width:126px;animation-delay:-3.2s;top:390px;right:-8px}.floating-card-row{align-items:center;gap:10px;display:flex}.floating-card-icon{border-radius:14px;place-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:grid}.floating-card-icon.heart{color:#10b981;background:#dcfce7}.floating-card-icon.insight{color:#d97706;background:#fef3c7}.floating-card-copy{min-width:0}.floating-card-label{color:var(--muted);font-size:10px;font-weight:500;line-height:1.2}.floating-card-value{font-family:var(--font-display),serif;color:var(--ink);margin-top:2px;font-size:18px;line-height:1}.floating-card-value span{font-family:var(--font-body),sans-serif;color:var(--muted);font-size:11px}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}.turnstile-note{color:var(--muted);margin:-.15rem 0 0;font-size:.75rem}.button{color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#1a1d23,#2b3039);border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-height:44px;margin-top:.2rem;padding:.72rem 1rem;font-size:.86rem;font-weight:600;transition:transform .18s,box-shadow .18s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 14px 34px #1a1d2333}.button:disabled{opacity:.72;cursor:wait}.form-note{color:var(--muted);margin:.25rem 0 0;font-size:.74rem;line-height:1.45}.form-feedback{color:#0d7a67;margin:.15rem 0 0;font-size:.8rem;font-weight:600}.form-feedback.error{color:#ad4d2b}.section{margin-top:4.8rem;position:relative}.section:before{content:"";pointer-events:none;opacity:.015;background-image:linear-gradient(var(--ink)1px,transparent 1px),linear-gradient(90deg,var(--ink)1px,transparent 1px);background-size:60px 60px;position:absolute;inset:0}.section>*{z-index:1;position:relative}.section-head{max-width:70ch;margin-bottom:1.15rem}.section-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--green);align-items:center;gap:.55rem;margin-bottom:.6rem;font-size:.72rem;font-weight:600;display:inline-flex}.section-kicker:before{content:"";background:currentColor;width:28px;height:1px}.section-head h2{letter-spacing:-.03em;font-size:clamp(2rem,4.4vw,3.2rem);font-weight:600;line-height:1.15}.section-title .title-emphasis{font-style:italic;font-weight:500}.section-head p{color:var(--muted);margin:.65rem 0 0;line-height:1.75}.problem-grid,.solution-grid,.security-grid,.incentive-grid,.split-grid{gap:.95rem;display:grid}.problem-grid,.solution-grid,.security-grid,.incentive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.problem-atlas-note{color:#5c6878;max-width:64ch;margin:.15rem 0 0;font-size:.9rem;line-height:1.65}.problem-atlas{grid-template-columns:repeat(12,minmax(0,1fr));gap:.95rem;margin-top:.85rem;display:grid}.problem-panel{transform-origin:50%;background:linear-gradient(164deg,#fff9,#ffffff70);border:1px solid #0000000d;border-radius:20px;padding:1.05rem 1rem .95rem;position:relative;overflow:hidden;box-shadow:0 14px 30px #1a1d230f}.problem-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b9812e 0%,#10b98100 72%);border-radius:999px;width:220px;height:220px;position:absolute;top:-140px;right:-120px}.problem-panel-1{grid-column:1/span 8;transform:rotate(-.5deg)}.problem-panel-2{grid-column:5/-1;transform:rotate(.48deg)}.problem-panel-top{z-index:1;align-items:center;gap:.62rem;display:flex;position:relative}.problem-panel-index{letter-spacing:.08em;color:#0f9f72;background:#10b9811a;border-radius:8px;justify-content:center;align-items:center;min-width:31px;height:20px;font-size:.66rem;font-weight:700;display:inline-flex}.problem-panel h3{margin:0;font-size:1.03rem;line-height:1.24}.problem-signal-list{z-index:1;gap:.38rem;margin:.62rem 0 0;padding:0;list-style:none;display:grid;position:relative}.problem-signal-list li{color:#556375;grid-template-columns:auto 1fr;align-items:start;gap:.55rem;font-size:.87rem;line-height:1.52;display:grid}.problem-signal{background:#10b981c2;border-radius:999px;width:11px;height:2px;margin-top:.62em}.panel-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(160deg,#ffffffa3,#ffffff80);border:1px solid #0000000a;border-radius:20px;padding:1.45rem;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 14px 32px #1a1d230f,inset 0 1px #ffffff80}.panel-card:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#ffffff38 0%,#fff0 45%);position:absolute;inset:0}.panel-card:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#10b98124 0%,#10b98100 72%);border-radius:999px;width:220px;height:220px;position:absolute;top:-130px;right:-120px}.panel-card>*{z-index:1;position:relative}.panel-card:hover{border-color:#10b98138;transform:translateY(-4px);box-shadow:0 18px 36px #1a1d2314,inset 0 1px #ffffff8f}.panel-card h3,.security-item h3,.future-note h3{letter-spacing:-.01em;font-size:1.42rem;font-weight:600;line-height:1.2}.panel-card h3{margin-top:1.05rem}.panel-card ul{gap:.48rem;margin:.7rem 0 0;padding-left:1rem;display:grid}.panel-card li::marker{color:#059669bd}.panel-card li,.panel-card p,.security-item p,.future-note p,.faq-list p{color:var(--muted);line-height:1.68}.card-chip{width:40px;height:40px;color:var(--green);background:#dcfce7;border-radius:14px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffff85}.incentive-chip{color:#b28729;background:#fef3c7}.incentive-card:after{background:radial-gradient(circle,#c9a84c33 0%,#c9a84c00 72%)}.solution-shell{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-items:start;column-gap:2rem;margin-top:.45rem;display:grid}.solution-lead{border-left:2px solid #10b9813d;padding:.2rem 0 .2rem .95rem}.solution-lead-kicker{letter-spacing:.12em;text-transform:uppercase;color:#0f9f72;margin:0;font-size:.68rem;font-weight:700}.solution-lead-copy{color:#495769;margin:.58rem 0 0;font-size:.9rem;line-height:1.6}.solution-flow{margin:0;padding:0;list-style:none}.solution-item{border-bottom:1px solid #1a1d2314;grid-template-columns:auto 1fr;align-items:start;column-gap:.85rem;padding:.86rem 0;display:grid}.solution-item:last-child{border-bottom:none}.solution-item-index{letter-spacing:.08em;color:#0f9f72;background:#10b9811a;border-radius:8px;justify-content:center;align-items:center;width:31px;height:20px;margin-top:.08rem;font-size:.66rem;font-weight:700;display:inline-flex}.solution-step-content h3{margin:0;font-size:1.02rem;line-height:1.25}.solution-step-content p{color:#516072;margin:.3rem 0 0;font-size:.88rem;line-height:1.56}.section-dark{border-radius:var(--radius-xl);background:linear-gradient(140deg,#0f1a15,#1a2e28);padding:1.6rem 1.2rem;overflow:hidden}.section-dark:before{opacity:.04;background-image:linear-gradient(#ffffff29 1px,#0000 1px),linear-gradient(90deg,#ffffff29 1px,#0000 1px)}.section-dark .section-kicker{color:var(--gold)}.section-dark .section-head h2,.section-dark .security-item h3{color:#fff}.section-dark .section-head p,.section-dark .security-item p{color:#ffffffa8}.privacy-section{background:radial-gradient(circle at 78% 12%,#10b9812e,#0000 38%),radial-gradient(circle at 70% 28%,#c9a84c1a,#0000 26%),linear-gradient(134deg,#071711 0%,#0b231a 44%,#0a1f18 100%);border-radius:28px;padding:2rem 1.4rem;position:relative}.privacy-section:before{opacity:.02;background-image:linear-gradient(#ffffff26 1px,#0000 1px),linear-gradient(90deg,#ffffff26 1px,#0000 1px);background-size:56px 56px}.privacy-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:2.25rem;display:grid}.privacy-mockup{justify-content:center;display:flex}.privacy-device{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(160deg,#ffffff0d,#ffffff05);border:1px solid #ffffff0f;border-radius:24px;width:min(100%,370px);padding:1rem;box-shadow:0 24px 52px #00000047,inset 0 1px #ffffff12}.privacy-device-head{border-bottom:1px solid #ffffff12;align-items:center;gap:.7rem;padding-bottom:.85rem;display:flex}.privacy-avatar{width:36px;height:36px;color:var(--gold);background:linear-gradient(135deg,#10b98133,#c9a84c33);border-radius:999px;place-items:center;font-size:.84rem;display:grid}.privacy-device-title{color:#ffffffe6;margin:0;font-size:.88rem;font-weight:600}.privacy-device-state{color:#10b981d1;margin:.08rem 0 0;font-size:.72rem}.privacy-bubble{border-radius:16px;margin-top:.85rem;padding:.85rem .9rem;font-size:.88rem;line-height:1.5}.privacy-bubble.user{color:#ffffffd6;background:#ffffff17;border:1px solid #ffffff0f;max-width:84%;margin-left:auto}.privacy-bubble.assistant{color:#ffffffd6;background:linear-gradient(152deg,#10b98121,#c9a84c14);border:1px solid #10b98133;max-width:88%}.privacy-source-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;margin-top:1rem;padding:.9rem}.privacy-source-card span{letter-spacing:.14em;text-transform:uppercase;color:#c9a84cad;font-size:.64rem;font-weight:700;display:block}.privacy-source-card strong{font-family:var(--font-display),serif;color:#ffffffe6;margin-top:.35rem;font-size:1.3rem;font-weight:600;display:block}.privacy-source-card p{color:#ffffff70;margin:.35rem 0 0;font-size:.78rem}.privacy-copy{width:min(100%,520px)}.privacy-head{margin-bottom:1.35rem}.privacy-head .section-kicker{color:var(--gold)}.privacy-list{gap:.85rem;display:grid}.privacy-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;padding:.95rem 1rem}.privacy-item h3{font-size:1.02rem;font-family:var(--font-body),sans-serif;color:#ffffffe6;letter-spacing:0;margin:0;padding-left:1.1rem;font-weight:600;line-height:1.3;position:relative}.privacy-item h3:before{content:"";background:var(--green);border-radius:999px;width:6px;height:6px;position:absolute;top:.5em;left:0}.privacy-item p{color:#ffffff75;margin:.35rem 0 0 1.1rem;font-size:.88rem;line-height:1.55}.privacy-cta{color:#0f1a15;letter-spacing:.01em;background:linear-gradient(162deg,#10b981 0%,#c9a84c 100%);border-radius:999px;justify-content:center;align-items:center;min-height:48px;margin-top:1.3rem;padding:.84rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex}.privacy-cta:hover,.privacy-cta:focus-visible{transform:translateY(-2px);box-shadow:0 14px 36px #00000038}.security-item{border:1px solid var(--dark-line);background:var(--dark-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:1rem}.split-grid{grid-template-columns:1.1fr .9fr}.audience-surface{gap:1.5rem}.audience-list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.audience-row{border-bottom:1px solid #1a1d2314;grid-template-columns:auto 1fr;align-items:center;gap:.62rem;padding:.78rem 0;display:grid}.audience-dot{background:#10b981d9;border-radius:999px;width:7px;height:7px;margin-top:1px}.audience-text{color:#2b3644;font-size:.94rem;font-weight:450;line-height:1.55}.future-note{background:0 0;border:none;border-left:2px solid #10b9814d;border-radius:0;flex-direction:column;justify-content:flex-start;padding:.15rem 0 .15rem 1rem;display:flex}.future-kicker{letter-spacing:.12em;text-transform:uppercase;color:#0f9f72;margin:0;font-size:.68rem;font-weight:700}.future-note p{color:#495769;margin:.45rem 0 0;line-height:1.6}.future-link{color:#0b8b62;align-items:center;margin-top:1rem;font-size:.86rem;font-weight:700;transition:transform .16s,color .16s;display:inline-flex}.future-link:hover,.future-link:focus-visible{color:#08714f;transform:translate(2px)}.early-access-section{margin-top:4.2rem}.early-access-shell{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.4rem;display:grid}.early-access-intro{padding:.2rem 0}.early-access-copy{color:#4a5565;max-width:34ch;margin:.6rem 0 0;font-size:.95rem;line-height:1.6}.early-access-cta{color:#171b22;letter-spacing:.01em;background:#ffffffe0;border:1px solid #1a1d231f;border-radius:999px;justify-content:space-between;align-items:center;gap:.65rem;min-width:240px;min-height:50px;margin-top:1rem;padding:.42rem .46rem .42rem 1rem;font-size:.9rem;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;box-shadow:0 10px 24px #1a1d231a,inset 0 1px #ffffffa6}.early-access-cta-icon{color:#fff;background:#1a1d23;border-radius:999px;place-items:center;width:34px;height:34px;font-size:.9rem;line-height:1;transition:transform .18s,background-color .18s;display:grid}.early-access-cta:hover,.early-access-cta:focus-visible{border-color:#10b98159;transform:translateY(-2px);box-shadow:0 14px 30px #1a1d2324}.early-access-cta:hover .early-access-cta-icon,.early-access-cta:focus-visible .early-access-cta-icon{background:#11151b;transform:translate(1px)}.early-access-list{margin:0;padding:0;list-style:none}.early-benefit-item{padding:.85rem 0}.early-benefit-item+.early-benefit-item{border-top:1px solid #1a1d2314}.early-benefit-item h3{letter-spacing:-.01em;margin:0;font-size:.98rem;font-weight:600;line-height:1.2}.early-benefit-item p{color:#5a697a;margin:0;font-size:.84rem;line-height:1.5}.faq-list{gap:.7rem;display:grid}.faq-list details{background:linear-gradient(160deg,#ffffff9e,#ffffff80);border:1px solid #0000000a;border-radius:18px;padding:.86rem 1rem;box-shadow:0 10px 24px #1a1d230d,inset 0 1px #ffffff75}.faq-list summary{cursor:pointer;letter-spacing:-.01em;font-size:1rem;font-weight:600}.faq-list p{margin:.6rem 0 0}.reveal-1,.reveal-2,.reveal-3,.reveal-4,.reveal-5,.reveal-6,.reveal-7{opacity:0;animation:.72s cubic-bezier(.22,1,.36,1) forwards rise;transform:translateY(14px)}.reveal-2{animation-delay:.12s}.reveal-3{animation-delay:.21s}.reveal-4{animation-delay:.3s}.reveal-5{animation-delay:.39s}.reveal-6{animation-delay:.47s}.reveal-7{animation-delay:.55s}@keyframes rise{to{opacity:1;transform:translateY(0)}}@media (max-width:1050px){.site-shell{padding-top:110px}.hero{text-align:left;grid-template-columns:1fr;grid-template-areas:"copy""mockup""form";row-gap:2.1rem;min-height:auto;padding-top:1rem}.hero-divider{display:none}.hero-copy-wrap,.hero-form-inline{max-width:100%}.hero-mockup-wrap{justify-content:center}.hero-actions{justify-content:flex-start}.mockup-container{transform-origin:top;transform:scale(.94)}.problem-grid,.solution-grid,.security-grid,.incentive-grid,.split-grid{grid-template-columns:1fr}.problem-atlas{grid-template-columns:1fr;gap:.85rem}.problem-panel-1,.problem-panel-2{grid-column:1;transform:none}.solution-shell{grid-template-columns:1fr;row-gap:1rem}.audience-list{gap:.3rem}.early-access-shell{grid-template-columns:1fr}.privacy-grid{grid-template-columns:1fr;gap:1.5rem}.privacy-mockup{order:2}.privacy-copy{order:1;width:100%}}@media (max-width:760px){.site-shell{padding-top:110px;padding-left:.9rem;padding-right:.9rem}.hero{row-gap:1.4rem}.hero-actions{grid-template-columns:1fr;display:grid}.hero-primary-cta,.hero-secondary-cta{width:100%}.hero-stats{gap:.9rem;margin-top:1.35rem;display:grid}.stat-item+.stat-item{border-left:none;padding-left:0}.mockup-container{width:100%;min-height:580px;transform:scale(.84)}.audience-list{gap:.18rem}.problem-atlas-note{font-size:.86rem}.problem-panel{padding:.9rem .82rem .85rem}.early-access-cta{width:100%}.card-1{left:10px}.card-2{right:2px}.section{margin-top:3.6rem}.section-dark,.privacy-section{padding:1.25rem .9rem}.privacy-cta{width:100%}}
