:root{--mint:#d1f8e3;--mint-mid:#a8edcc;--mint-deep:#7ddcb0;--green:#30a460;--green-dark:#2d503c;--green-deep:#1e3829;--white:#fff;--off-white:#f7fdf9;--gray-50:#f0f9f4;--gray-100:#e4f4ec;--gray-200:#c8e8d6;--gray-400:#7aaa90;--gray-600:#4a7060;--ink:#0f1f18;--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:none;--shadow-md:none;--shadow-lg:none}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}nav{z-index:200;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:none;justify-content:space-between;align-items:center;height:68px;padding:0 48px;transition:background .3s,border-bottom-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(64px);background:#ffffffdb}.logo{align-items:center;gap:9px;text-decoration:none;display:flex}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--gray-900);letter-spacing:.01em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--green)}.nav-right{align-items:center;gap:12px;display:flex}.nav-ghost{color:var(--green-dark);border:1.5px solid var(--gray-200);border-radius:50px;padding:8px 20px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.nav-ghost:hover{border-color:var(--green);color:var(--green)}.nav-cta{background:var(--green);color:var(--white);letter-spacing:.01em;border-radius:50px;padding:9px 22px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .25s}.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.nav-toggle{border:1px solid var(--gray-900);background:var(--gray-900);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .2s,border-color .2s,box-shadow .2s,transform .1s;display:none;position:relative;box-shadow:0 12px 40px #0f172a52}.nav-toggle span{background:#000;border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s,top .2s;position:absolute}.nav-toggle span:first-child{top:13px}.nav-toggle span:nth-child(2){top:18px}.nav-toggle span:nth-child(3){top:23px}.nav-toggle.is-open{background:var(--gray-900);border-color:var(--gray-900);box-shadow:0 12px 40px #0f172a52}.nav-toggle.is-open span:first-child{top:18px;transform:rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){top:18px;transform:rotate(-45deg)}.nav-mobile{display:none}.hero{text-align:center;background:var(--off-white);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:130px 24px 80px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:radial-gradient(90% 70% at 50% -10%,#d1f8e3e6 0%,#0000 65%),radial-gradient(60% 50% at 15% 90%,#a8edcc59 0%,#0000 60%),radial-gradient(50% 40% at 90% 80%,#30a46014 0%,#0000 60%);position:absolute;inset:0}.hero-dots{z-index:0;background-image:radial-gradient(circle,#30a4602e 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 90%,#000 20%,#0000 80%);mask-image:radial-gradient(80% 90%,#000 20%,#0000 80%)}.hero-content{z-index:1;max-width:820px;position:relative}.hero-pill{background:var(--white);border:1px solid var(--mint-mid);color:var(--green-dark);letter-spacing:.04em;border-radius:50px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px 6px 10px;font-size:.78rem;font-weight:600;animation:.55s both fadeUp;display:inline-flex}.hero-pill-dot{background:var(--mint);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.hero-pill-dot svg{color:var(--green)}.hero h1{letter-spacing:-.03em;color:var(--green-deep);font-family:Fraunces,Times New Roman,serif;font-size:clamp(2.8rem,6.5vw,5.8rem);font-weight:600;line-height:1.06;animation:.6s 80ms both fadeUp}.hero h1 em{color:var(--green);font-style:italic;font-weight:300;position:relative}.hero h1 em:after{content:"";background:linear-gradient(90deg,var(--green),var(--mint-deep));opacity:.5;border-radius:2px;height:3px;position:absolute;bottom:4px;left:0;right:0}.hero-sub{color:var(--gray-600);max-width:540px;margin:24px auto 0;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:400;line-height:1.75;animation:.6s .16s both fadeUp}.hero-actions{justify-content:center;align-items:center;gap:14px;margin-top:44px;animation:.6s .24s both fadeUp;display:flex}.btn-primary{background:var(--green);color:var(--white);cursor:pointer;letter-spacing:.01em;border:none;border-radius:50px;align-items:center;gap:8px;padding:15px 32px;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.975rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px)}.btn-outline{background:var(--white);color:var(--green-dark);border:1.5px solid var(--gray-200);cursor:pointer;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.975rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline:hover{border-color:var(--green);color:var(--green)}.hero-stats{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-100);gap:0;margin-top:64px;animation:.6s .32s both fadeUp;display:inline-flex;overflow:hidden}.hero-stat{text-align:center;border-right:1px solid var(--gray-100);padding:20px 36px}.hero-stat:last-child{border-right:none}.hero-stat-num{color:var(--green-dark);font-family:Fraunces,Times New Roman,serif;font-size:2rem;font-weight:600;line-height:1}.hero-stat-num span{color:var(--green)}.hero-stat-label{color:var(--gray-400);letter-spacing:.04em;text-transform:uppercase;margin-top:4px;font-size:.75rem;font-weight:500}section{padding:96px 24px}.container{max-width:1140px;margin:0 auto}.section-eyebrow{color:var(--green);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:14px;font-size:.75rem;font-weight:700;display:inline-flex}.section-eyebrow:before{content:"";background:var(--green);border-radius:1px;width:18px;height:2px;display:block}.section-title{letter-spacing:-.025em;color:var(--green-deep);font-family:Fraunces,Times New Roman,serif;font-size:clamp(1.9rem,3.8vw,3rem);font-weight:600;line-height:1.12}.section-title em{color:var(--green);font-style:italic;font-weight:300}.section-body{color:var(--gray-600);max-width:520px;margin-top:14px;font-size:1rem;line-height:1.75}.problem-section{background:var(--white)}.problem-header{max-width:640px;margin-bottom:56px}.problem-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.prob-card{background:var(--off-white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:40px 36px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.prob-card:hover{border-color:var(--mint-mid);transform:translateY(-4px)}.prob-card.wide{grid-column:span 2}.prob-card-accent{border-radius:0 var(--radius-lg)0 120px;opacity:.06;background:var(--green);width:120px;height:120px;position:absolute;top:0;right:0}.prob-icon-wrap{background:var(--mint);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:22px;display:flex}.prob-icon-wrap svg{color:var(--green-dark)}.prob-num{color:var(--green-deep);letter-spacing:-.03em;margin-bottom:6px;font-family:Fraunces,Times New Roman,serif;font-size:3.2rem;font-weight:600;line-height:1}.prob-num span{color:var(--green)}.prob-card h3{color:var(--green-deep);margin-bottom:10px;font-size:1.05rem;font-weight:700}.prob-card p{color:var(--gray-600);font-size:.9rem;line-height:1.7}.solution-section{background:var(--green-deep);position:relative;overflow:hidden}.solution-section:before{content:"";background:radial-gradient(circle,#d1f8e30f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.solution-section .section-eyebrow{color:var(--mint-deep)}.solution-section .section-eyebrow:before{background:var(--mint-deep)}.solution-section .section-title{color:var(--white)}.solution-section .section-title em{color:var(--mint-deep)}.solution-section .section-body{color:#d1f8e3a6}.sol-layout{grid-template-columns:1fr 1fr;align-items:start;gap:64px;margin-top:56px;display:grid}.sol-features{flex-direction:column;gap:16px;display:flex}.sol-feat{border-radius:var(--radius);background:#ffffff0a;border:1px solid #d1f8e31a;gap:18px;padding:24px 22px;transition:background .25s,border-color .25s,transform .25s;display:flex}.sol-feat:hover{background:#ffffff12;border-color:#d1f8e340;transform:translate(5px)}.sol-feat-icon{background:#d1f8e31f;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sol-feat-icon svg{color:var(--mint-deep)}.sol-feat h3{color:var(--white);margin-bottom:5px;font-size:.95rem;font-weight:700}.sol-feat p{color:#d1f8e399;font-size:.85rem;line-height:1.65}.verify-panel{border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #d1f8e31f;padding:36px 28px;position:sticky;top:100px}.verify-panel-title{letter-spacing:.1em;text-transform:uppercase;color:var(--mint-deep);align-items:center;gap:6px;margin-bottom:24px;font-size:.72rem;font-weight:700;display:flex}.verify-panel-title svg{opacity:.7}.verify-step{background:#ffffff08;border:1px solid #d1f8e314;border-radius:12px;align-items:flex-start;gap:14px;margin-bottom:10px;padding:16px 14px;transition:border-color .2s;display:flex}.verify-step:hover{border-color:#d1f8e333}.v-num{background:var(--green);width:26px;height:26px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:monospace;font-size:.72rem;font-weight:700;display:flex}.verify-step h4{color:var(--white);margin-bottom:2px;font-size:.875rem;font-weight:600}.verify-step p{color:#d1f8e380;font-size:.78rem;line-height:1.5}.verified-seal{background:#30a4602e;border:1px solid #30a46066;border-radius:12px;align-items:center;gap:12px;margin-top:22px;padding:14px 18px;display:flex}.verified-seal svg{color:#5ee89a;flex-shrink:0}.verified-seal strong{color:#5ee89a;font-size:.875rem;display:block}.verified-seal small{color:#d1f8e380;font-size:.75rem}.how-section{background:var(--gray-50)}.how-tabs-wrap{justify-content:center;margin:44px 0 52px;display:flex}.how-tabs{background:var(--white);border:1px solid var(--gray-100);border-radius:50px;gap:0;padding:4px;display:flex}.how-tab{cursor:pointer;color:var(--gray-400);background:0 0;border:none;border-radius:50px;padding:9px 26px;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;transition:all .22s}.how-tab.active{background:var(--green);color:var(--white)}.how-steps{grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}.how-connector{z-index:0;background:linear-gradient(90deg,transparent 0%,var(--mint-mid)20%,var(--mint-mid)80%,transparent 100%);height:1px;position:absolute;top:40px;left:15%;right:15%}.how-step{text-align:center;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);z-index:1;padding:32px 20px;transition:transform .25s,border-color .25s;position:relative}.how-step:hover{border-color:var(--mint-mid);transform:translateY(-4px)}.how-step-num{background:var(--green);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-family:monospace;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.how-icon-wrap{background:var(--mint);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.how-icon-wrap svg{color:var(--green-dark)}.how-step h3{color:var(--green-deep);margin-bottom:8px;font-size:1rem;font-weight:700}.how-step p{color:var(--gray-600);font-size:.85rem;line-height:1.65}.ai-section{background:var(--white)}.ai-layout{grid-template-columns:1.05fr .95fr;align-items:start;gap:64px;margin-top:56px;display:grid}.ai-feats{flex-direction:column;gap:14px;display:flex}.ai-feat{border:1px solid var(--gray-100);border-radius:var(--radius);background:var(--off-white);padding:22px;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.ai-feat:hover{border-color:var(--mint-mid);transform:translate(4px)}.ai-feat-bar{background:linear-gradient(180deg,var(--green),var(--mint-deep));width:3px;position:absolute;top:0;bottom:0;left:0}.ai-feat-head{align-items:center;gap:12px;margin-bottom:8px;display:flex}.ai-feat-icon-wrap{background:var(--mint);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ai-feat-icon-wrap svg{color:var(--green)}.ai-feat h3{color:var(--green-deep);font-size:.95rem;font-weight:700}.ai-feat p{color:var(--gray-600);padding-left:3px;font-size:.855rem;line-height:1.65}.ai-tag{background:var(--gray-100);color:var(--gray-600);letter-spacing:.04em;border-radius:50px;align-items:center;gap:5px;margin-top:10px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.ai-tag svg{color:var(--green)}.ai-panel{background:var(--off-white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:28px 24px;position:sticky;top:100px}.ai-panel-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ai-panel-title{letter-spacing:.1em;text-transform:uppercase;color:var(--green);align-items:center;gap:5px;font-size:.72rem;font-weight:700;display:flex}.ai-panel-meta{color:var(--gray-400);font-size:.72rem}.match-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);margin-bottom:10px;padding:14px 14px 12px;transition:border-color .2s}.match-card:hover{border-color:var(--mint-mid)}.match-card:first-of-type{border-color:var(--green)}.match-top{align-items:center;gap:12px;margin-bottom:10px;display:flex}.match-av{width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Fraunces,Times New Roman,serif;font-size:.9rem;font-weight:600;display:flex}.match-info{flex:1;min-width:0}.match-name{color:var(--green-deep);font-size:.9rem;font-weight:700}.match-sub{color:var(--gray-400);margin-top:1px;font-size:.75rem}.match-score-wrap{text-align:right;flex-shrink:0}.match-score{color:var(--green);font-family:Fraunces,Times New Roman,serif;font-size:1.2rem;font-weight:600;line-height:1}.match-score-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem}.match-bar{background:var(--gray-100);border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}.match-bar-fill{background:linear-gradient(90deg,var(--green),var(--mint-deep));border-radius:2px;height:100%}.match-why{color:var(--gray-600);align-items:center;gap:5px;font-size:.72rem;font-style:italic;display:flex}.match-why svg{color:var(--green);flex-shrink:0}.best-badge{background:var(--green);color:var(--white);letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;border-radius:50px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-flex}.best-badge svg{width:10px;height:10px}.trust-section{background:linear-gradient(165deg,var(--mint)0%,#d1f8e34d 50%,var(--white)100%)}.trust-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}.trust-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);text-align:center;padding:34px 28px;transition:transform .3s,border-color .3s}.trust-card:hover{border-color:var(--mint-mid);transform:translateY(-5px)}.trust-icon-wrap{background:var(--mint);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;display:flex}.trust-icon-wrap svg{color:var(--green-dark)}.trust-card h3{color:var(--green-deep);margin-bottom:8px;font-size:1rem;font-weight:700}.trust-card p{color:var(--gray-600);font-size:.875rem;line-height:1.65}.trust-verify-badge{color:var(--green);letter-spacing:.04em;background:#30a46014;border:1px solid #30a46033;border-radius:50px;align-items:center;gap:5px;margin-top:16px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.trust-verify-badge svg{width:12px;height:12px}.traction-section{background:var(--white)}.traction-layout{grid-template-columns:1fr 1fr;align-items:start;gap:64px;margin-top:56px;display:grid}.roadmap{flex-direction:column;gap:0;display:flex}.road-item{gap:20px;padding-bottom:32px;display:flex;position:relative}.road-item:last-child{padding-bottom:0}.road-item:before{content:"";background:var(--gray-100);width:1px;position:absolute;top:44px;bottom:0;left:19px}.road-item:last-child:before{display:none}.road-dot{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.road-dot.active{background:var(--green)}.road-dot.active svg{color:var(--white)}.road-dot.upcoming{background:var(--mint)}.road-dot.upcoming svg{color:var(--green-dark)}.road-period{color:var(--green);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:700}.road-item h3{color:var(--green-deep);margin-bottom:4px;font-size:.975rem;font-weight:700}.road-item p{color:var(--gray-600);font-size:.86rem;line-height:1.6}.icp-wrap{flex-direction:column;gap:16px;display:flex}.icp-card{background:var(--off-white);border:1px solid var(--gray-100);border-radius:var(--radius);align-items:flex-start;gap:16px;padding:22px 20px;transition:border-color .25s;display:flex}.icp-card:hover{border-color:var(--mint-mid)}.icp-icon{background:var(--mint);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.icp-icon svg{color:var(--green-dark)}.icp-card h4{color:var(--green-deep);margin-bottom:4px;font-size:.95rem;font-weight:700}.icp-card p{color:var(--gray-600);font-size:.84rem;line-height:1.6}.waitlist-section{background:var(--green-deep);position:relative;overflow:hidden}.waitlist-section:before{content:"";background:radial-gradient(circle,#d1f8e30d 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-200px;left:-200px}.waitlist-section:after{content:"";background:radial-gradient(circle,#30a4601a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-150px}.waitlist-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.waitlist-left .section-eyebrow{color:var(--mint-deep)}.waitlist-left .section-eyebrow:before{background:var(--mint-deep)}.waitlist-left .section-title{color:var(--white)}.waitlist-left .section-title em{color:var(--mint-deep)}.waitlist-bullets{flex-direction:column;gap:12px;margin-top:36px;display:flex}.waitlist-bullet{color:#d1f8e3bf;align-items:center;gap:12px;font-size:.9rem;display:flex}.w-check{background:#30a4604d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.w-check svg{color:var(--mint-deep)}.waitlist-form-wrap{background:var(--white);border-radius:var(--radius-xl);padding:40px 36px}.form-title{color:var(--green-deep);margin-bottom:4px;font-family:Fraunces,Times New Roman,serif;font-size:1.5rem;font-weight:600}.form-sub{color:var(--gray-400);margin-bottom:28px;font-size:.85rem}.wf{flex-direction:column;gap:12px;display:flex}.f-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.f-input,.f-select{background:var(--gray-50);border:1.5px solid var(--gray-100);border-radius:var(--radius-sm);width:100%;color:var(--ink);outline:none;padding:13px 15px;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;transition:border-color .2s,background .2s}.f-input::placeholder{color:var(--gray-400)}.f-input:focus{border-color:var(--green);background:var(--white)}.f-select{color:var(--gray-600);appearance:none;cursor:pointer}.f-select:focus{border-color:var(--green);color:var(--ink);background:var(--white)}.f-select option{background:var(--white);color:var(--ink)}.f-submit{background:var(--green);width:100%;color:var(--white);cursor:pointer;letter-spacing:.01em;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:15px;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700;transition:all .25s;display:flex}.f-submit:hover{background:#268a50;transform:translateY(-2px)}.f-submit[disabled]{opacity:.7;cursor:not-allowed}.f-error{color:#b91c1c;margin-top:8px;font-size:.8rem}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:999px;width:16px;height:16px;margin-right:8px;animation:.7s linear infinite spin}.f-note{color:var(--gray-400);text-align:center;justify-content:center;align-items:center;gap:5px;margin-top:6px;font-size:.75rem;display:flex}.f-note svg{color:var(--green)}.success-state{text-align:center;padding:20px 0;display:none}.success-state.visible{display:block}.success-icon-wrap{background:var(--mint);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.success-icon-wrap svg{color:var(--green)}.success-state h3{color:var(--green-deep);margin-bottom:8px;font-family:Fraunces,Times New Roman,serif;font-size:1.8rem}.success-state p{color:var(--gray-600);font-size:.9rem;line-height:1.6}footer{background:var(--green-deep);border-top:1px solid #d1f8e312;padding:48px 24px 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;max-width:1140px;margin:0 auto 48px;display:grid}.footer-brand p{color:#d1f8e380;max-width:280px;margin-top:12px;font-size:.875rem;line-height:1.7}.footer-col h4{color:var(--mint-deep);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:.78rem;font-weight:700}.footer-col a{color:#d1f8e380;margin-bottom:10px;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--mint-deep)}.footer-bottom{color:#d1f8e34d;border-top:1px solid #d1f8e312;justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;padding-top:28px;font-size:.8rem;display:flex}.legal-page{padding-top:96px;padding-bottom:80px}.legal-section{max-width:760px;margin:0 auto}.legal-header h1{margin-bottom:6px;font-size:2rem}.legal-meta{color:var(--gray-500);margin-bottom:24px;font-size:.85rem}.legal-section h2{margin-top:32px;margin-bottom:10px;font-size:1.2rem}.legal-section p{margin-bottom:14px;line-height:1.7}.legal-section ul{margin-bottom:16px;padding-left:18px}.legal-section li{margin-bottom:8px}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}@media (max-width:900px){nav{padding:0 20px}.nav-links,.nav-ghost,.nav-right .nav-cta{display:none}.nav-toggle{display:inline-flex}.nav-mobile{z-index:190;-webkit-backdrop-filter:blur(28px);opacity:0;pointer-events:none;background:#fffffff7;border-radius:10px;flex-direction:column;gap:10px;margin:10px;padding:12px 20px 20px;transition:transform .18s ease-out,opacity .18s ease-out;display:flex;position:fixed;top:68px;left:0;right:0;transform:translateY(-8px);box-shadow:0 18px 45px #0f172a1f}.nav-mobile.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile a{color:var(--gray-900);padding:8px 2px;font-size:.95rem;font-weight:500;text-decoration:none}.nav-mobile a:hover{color:var(--green)}.nav-mobile .nav-cta{text-align:center;width:100%;margin-top:4px}.hero h1{font-size:2.7rem}.hero-stats{flex-wrap:wrap}.hero-stat{flex:120px}.problem-grid,.sol-layout,.ai-layout,.traction-layout,.waitlist-inner,.footer-grid{grid-template-columns:1fr;gap:32px}.prob-card.wide{grid-column:span 1}.how-steps{grid-template-columns:1fr 1fr}.how-connector{display:none}.trust-grid{grid-template-columns:1fr 1fr}.verify-panel,.ai-panel{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero-actions{flex-direction:column}.btn-primary,.btn-outline{justify-content:center;width:100%}.f-row{grid-template-columns:1fr}.waitlist-form-wrap{padding:28px 20px}}@media (max-width:540px){section{padding:64px 16px}.trust-grid,.how-steps,.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.hero-stats{flex-direction:column}.hero-stat{border-right:none;border-bottom:1px solid var(--gray-100)}.hero-stat:last-child{border-bottom:none}}
