html:has(.landing-root){background:#0b0d10}.landing-root{--background:#0b0d10;--background-elev:#101317;--background-elev-2:#161a20;--foreground:#fafaf7;--muted:#8b9099;--muted-2:#5c636c;--border:#1f242b;--border-strong:#2b313a;--accent:#f4b83c;--accent-soft:#ffd27a;--accent-deep:#b7811a;--signal-green:#6fcf8c;--signal-red:#e26b6b;--landing-radius:6px;--landing-radius-lg:10px;--font-sans:var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:var(--font-geist-mono), ui-monospace, "SF Mono", Menlo, monospace;--maxw:1240px;--pad-x:clamp(20px, 4vw, 56px);background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-feature-settings:"ss01", "cv11";min-height:100vh;line-height:1.5;position:relative;overflow-x:hidden}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box}.landing-root:before{content:"";pointer-events:none;z-index:100;opacity:.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");position:fixed;inset:0}.landing-root ::selection{background:var(--accent);color:#0b0d10}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.landing-root .wrap{max-width:var(--maxw);padding-inline:var(--pad-x);margin:0 auto}.landing-root .mono{font-family:var(--font-mono);font-feature-settings:"ss01";letter-spacing:-.01em}.landing-root .eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:500}.landing-root .eyebrow .dot{background:var(--accent);vertical-align:2px;border-radius:50%;width:5px;height:5px;margin-right:8px;animation:2.4s ease-in-out infinite oa-pulse;display:inline-block;box-shadow:0 0 0 4px #f4b83c1f}@keyframes oa-pulse{0%,to{box-shadow:0 0 0 4px #f4b83c1f}50%{box-shadow:0 0 0 8px #f4b83c0a}}.landing-root .hairline{background:var(--border);height:1px}.landing-root nav.top{z-index:50;-webkit-backdrop-filter:blur(14px)saturate(140%);background:color-mix(in srgb, var(--background) 78%, transparent);border-bottom:1px solid var(--border);position:sticky;top:0}.landing-root nav.top .inner{justify-content:space-between;align-items:center;height:64px;display:flex}.landing-root .brand{letter-spacing:-.01em;align-items:center;gap:10px;font-size:15px;font-weight:600;display:inline-flex}.landing-root .brand .mark{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:relative}.landing-root .brand .mark svg{display:block}.landing-root nav.top .links{color:var(--muted);gap:28px;font-size:14px;display:flex}.landing-root nav.top .links a:hover{color:var(--foreground)}.landing-root nav.top .right{align-items:center;gap:16px;display:flex}@media (max-width:760px){.landing-root nav.top .links{display:none}}.landing-root .btn{border-radius:var(--landing-radius);letter-spacing:-.005em;white-space:nowrap;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:500;transition:transform .15s,background .15s,color .15s,border-color .15s;display:inline-flex}.landing-root .btn-primary{background:var(--accent);color:#0b0d10;box-shadow:0 1px 0 0 #ffffff40 inset, 0 0 0 1px var(--accent-deep)}.landing-root .btn-primary:hover{background:var(--accent-soft)}.landing-root .btn-primary .arrow{transition:transform .2s}.landing-root .btn-primary:hover .arrow{transform:translate(3px)}.landing-root .btn-ghost{color:var(--foreground);border:1px solid var(--border-strong);background:0 0}.landing-root .btn-ghost:hover{border-color:var(--muted);background:var(--background-elev)}.landing-root .btn-sm{height:32px;padding:0 12px;font-size:13px}.landing-root .btn-link{color:var(--muted);font-size:14px}.landing-root .btn-link:hover{color:var(--accent)}.landing-root .hero{padding:96px 0 80px;position:relative;overflow:hidden}.landing-root .hero:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 50% 0,#f4b83c12,#0000 70%);height:70%;position:absolute;inset:-10% -10% auto}.landing-root .hero .grid{pointer-events:none;background-image:linear-gradient(90deg,#ffffff06 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 30%,#0000 80%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 30%,#0000 80%)}.landing-root .hero .stripband{font-family:var(--font-mono);color:var(--muted-2);text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:14px;margin-bottom:28px;font-size:11px;display:flex;position:relative}.landing-root .hero .stripband .pip{background:var(--border-strong);width:28px;height:1px;display:inline-block}.landing-root .hero h1{letter-spacing:-.035em;text-wrap:balance;max-width:14ch;margin:0 0 28px;font-size:clamp(40px,6.4vw,84px);font-weight:500;line-height:.98}.landing-root .hero h1 .accent{color:var(--accent);font-style:italic;font-weight:400}.landing-root .hero .sub{max-width:56ch;color:var(--muted);text-wrap:pretty;margin-bottom:40px;font-size:clamp(16px,1.4vw,19px);line-height:1.55}.landing-root .hero .sub strong{color:var(--foreground);font-weight:500}.landing-root .hero .ctas{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.landing-root .hero .ctas .btn-primary{height:46px;padding:0 22px;font-size:14.5px}.landing-root .hero .ctas .student-link{height:46px;color:var(--muted);border-bottom:1px solid #0000;align-items:center;gap:8px;margin-left:6px;padding:0 10px;font-size:14px;transition:color .15s,border-color .15s;display:inline-flex}.landing-root .hero .ctas .student-link:hover{color:var(--foreground);border-bottom-color:var(--border-strong)}.landing-root .hero .ctas .student-link:before{content:"";background:var(--muted-2);width:18px;height:1px}.landing-root .hero .meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;display:grid}.landing-root .hero .meta .cell{border-right:1px solid var(--border);flex-direction:column;gap:6px;padding:22px 24px;display:flex}.landing-root .hero .meta .cell:last-child{border-right:none}.landing-root .hero .meta .k{font-family:var(--font-mono);letter-spacing:.16em;color:var(--muted-2);text-transform:uppercase;font-size:10.5px}.landing-root .hero .meta .v{color:var(--foreground);letter-spacing:-.01em;font-size:15px;font-weight:500}@media (max-width:720px){.landing-root .hero .meta{grid-template-columns:repeat(2,1fr)}.landing-root .hero .meta .cell:nth-child(2){border-right:none}.landing-root .hero .meta .cell:first-child,.landing-root .hero .meta .cell:nth-child(2){border-bottom:1px solid var(--border)}}.landing-root section.bay{padding:120px 0;position:relative}.landing-root section.bay+section.bay{border-top:1px solid var(--border)}.landing-root .section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:32px;margin-bottom:56px;display:flex}.landing-root .section-head .left{max-width:64ch}.landing-root .section-head h2{letter-spacing:-.025em;text-wrap:balance;margin:14px 0 0;font-size:clamp(28px,3.2vw,44px);font-weight:500;line-height:1.05}.landing-root .section-head h2 em{color:var(--accent);font-style:italic;font-weight:400}.landing-root .section-head .right{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.14em;text-transform:uppercase;align-self:flex-end;font-size:11px}.landing-root .demo-wrap{border:1px solid var(--border-strong);border-radius:var(--landing-radius-lg);background:var(--background-elev);overflow:hidden;box-shadow:0 40px 120px -40px #0009,0 0 0 1px #f4b83c0a}.landing-root .demo-bar{border-bottom:1px solid var(--border);background:linear-gradient(#ffffff05,#0000);align-items:center;gap:14px;padding:12px 16px;display:flex}.landing-root .demo-bar .lights{gap:7px;display:flex}.landing-root .demo-bar .lights span{background:var(--background-elev-2);border:1px solid var(--border-strong);border-radius:50%;width:10px;height:10px}.landing-root .demo-bar .label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;font-size:11.5px}.landing-root .demo-bar .label .accent{color:var(--accent)}.landing-root .demo-bar .timestamp{font-family:var(--font-mono);color:var(--muted-2);margin-left:auto;font-size:11px}.landing-root .demo-grid{grid-template-columns:1fr 1.05fr;min-height:540px;display:grid}@media (max-width:880px){.landing-root .demo-grid{grid-template-columns:1fr}}.landing-root .chat{border-right:1px solid var(--border);background:linear-gradient(#0000 0%,#f4b83c04 100%);flex-direction:column;gap:22px;padding:28px 28px 24px;display:flex}@media (max-width:880px){.landing-root .chat{border-right:none;border-bottom:1px solid var(--border)}}.landing-root .msg{align-items:flex-start;gap:14px;min-width:0;display:flex}.landing-root .msg .body{word-break:break-word;overflow-wrap:anywhere;flex:auto;min-width:0}.landing-root .msg .who{width:32px;height:32px;font-family:var(--font-mono);border:1px solid var(--border-strong);background:var(--background-elev-2);color:var(--muted);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:500;display:inline-flex}.landing-root .msg.user .who{color:var(--foreground)}.landing-root .msg.ai .who{background:var(--accent);color:#0b0d10;border-color:var(--accent-deep)}.landing-root .msg .body{padding-top:4px}.landing-root .msg .name{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:11px}.landing-root .msg.user .text{color:var(--foreground);font-size:16px;line-height:1.5}.landing-root .msg.user .text .quote{color:var(--accent)}.landing-root .msg.ai .text{font-family:var(--font-mono);color:var(--foreground);font-size:13px;line-height:1.7}.landing-root .msg.ai .text .dim{color:var(--muted)}.landing-root .msg.ai .text .ok{color:var(--signal-green)}.landing-root .msg.ai .text .accent{color:var(--accent)}.landing-root .typed{border-right:2px solid var(--accent);white-space:nowrap;vertical-align:bottom;width:0;max-width:100%;animation:2.6s steps(48,end) .4s forwards oa-type,.7s step-end .4s infinite oa-caret;display:inline-block;overflow:hidden}@media (max-width:540px){.landing-root .typed{white-space:normal}}@keyframes oa-type{to{width:100%}}@keyframes oa-caret{50%{border-color:#0000}}.landing-root .stream-line{opacity:0;animation:.18s forwards oa-fadein;transform:translateY(2px)}.landing-root .stream-line.l1{animation-delay:3.2s}.landing-root .stream-line.l2{animation-delay:3.5s}.landing-root .stream-line.l3{animation-delay:3.8s}.landing-root .stream-line.l4{animation-delay:4.1s}.landing-root .stream-line.l5{animation-delay:4.4s}.landing-root .stream-line.l6{animation-delay:4.7s}@keyframes oa-fadein{to{opacity:1;transform:translateY(0)}}.landing-root .strip{background:repeating-linear-gradient(0deg,#0000 0 39px,#ffffff05 39px 40px);flex-direction:column;gap:16px;padding:28px;display:flex}.landing-root .strip-head{border-bottom:1px dashed var(--border-strong);opacity:0;justify-content:space-between;align-items:center;padding-bottom:14px;animation:.3s 3.2s forwards oa-fadein;display:flex}.landing-root .strip-head .title{letter-spacing:-.005em;font-size:13px;font-weight:500}.landing-root .strip-head .badge{font-family:var(--font-mono);color:var(--signal-green);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:6px;font-size:10.5px;display:inline-flex}.landing-root .strip-head .badge:before{content:"";background:var(--signal-green);width:6px;height:6px;box-shadow:0 0 8px var(--signal-green);border-radius:50%}.landing-root .strip-row{opacity:0;grid-template-columns:96px 1fr auto;align-items:baseline;gap:16px;padding:6px 0;animation:.25s forwards oa-fadein;display:grid}.landing-root .strip-row .k{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.14em;text-transform:uppercase;font-size:10.5px}.landing-root .strip-row .v{color:var(--foreground);font-size:14.5px;font-family:var(--font-mono);letter-spacing:-.005em}.landing-root .strip-row .v .dim{color:var(--muted)}.landing-root .strip-row .v .accent{color:var(--accent)}.landing-root .strip-row .meta{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.04em;font-size:10.5px}.landing-root .strip-row.r1{animation-delay:3.4s}.landing-root .strip-row.r2{animation-delay:3.7s}.landing-root .strip-row.r3{animation-delay:4s}.landing-root .strip-row.r4{animation-delay:4.3s}.landing-root .strip-row.r5{animation-delay:4.6s}.landing-root .strip-row.r6{animation-delay:4.9s}.landing-root .strip-row.r7{animation-delay:5.2s}.landing-root .strip .strip-foot{border-top:1px dashed var(--border-strong);opacity:0;justify-content:flex-end;gap:8px;margin-top:auto;padding-top:16px;animation:.3s 5.5s forwards oa-fadein;display:flex}.landing-root .strip .ghost-pill{font-family:var(--font-mono);color:var(--muted);border:1px solid var(--border-strong);letter-spacing:.04em;border-radius:4px;padding:6px 10px;font-size:11px}.landing-root .strip .send-pill{font-family:var(--font-mono);color:#0b0d10;background:var(--accent);letter-spacing:.04em;border-radius:4px;padding:6px 12px;font-size:11px;font-weight:500}.landing-root .demo-caption{color:var(--muted-2);font-family:var(--font-mono);letter-spacing:.06em;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-top:18px;font-size:11.5px;display:flex}.landing-root .demo-caption .dim{color:var(--muted-2)}.landing-root .demo-caption .ok{color:var(--signal-green)}.landing-root .role-tag{border:1px solid var(--border-strong);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);border-radius:999px;align-items:center;gap:10px;padding:6px 12px;font-size:11px;display:inline-flex}.landing-root .role-tag .glyph{color:var(--accent)}.landing-root .feat-grid{border:1px solid var(--border);border-radius:var(--landing-radius-lg);background:var(--background-elev);grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}@media (max-width:920px){.landing-root .feat-grid{grid-template-columns:1fr}}.landing-root .feat{border-right:1px solid var(--border);flex-direction:column;gap:14px;padding:32px 28px 28px;transition:background .2s;display:flex;position:relative}@media (max-width:920px){.landing-root .feat{border-right:none;border-bottom:1px solid var(--border)}.landing-root .feat:last-child{border-bottom:none}}.landing-root .feat:last-child{border-right:none}.landing-root .feat:hover{background:var(--background-elev-2)}.landing-root .feat .num{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.14em;font-size:11px}.landing-root .feat h3{letter-spacing:-.015em;margin:0;font-size:19px;font-weight:500;line-height:1.25}.landing-root .feat p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.6}.landing-root .feat .demo-snip{border:1px solid var(--border);background:var(--background);font-family:var(--font-mono);color:var(--muted);border-radius:6px;margin-top:12px;padding:12px 14px;font-size:12.5px;line-height:1.7}.landing-root .feat .demo-snip .accent{color:var(--accent)}.landing-root .feat .demo-snip .ok{color:var(--signal-green)}.landing-root .feat .demo-snip .dim{color:var(--muted-2)}.landing-root .feat .icon-frame{border:1px solid var(--border-strong);width:36px;height:36px;color:var(--accent);background:var(--background);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.landing-root .why{grid-template-columns:1.4fr 1fr;align-items:center;gap:64px;display:grid}@media (max-width:880px){.landing-root .why{grid-template-columns:1fr;gap:48px}}.landing-root .why p{color:var(--foreground);letter-spacing:-.01em;text-wrap:pretty;max-width:38ch;font-size:clamp(18px,1.6vw,22px);font-weight:400;line-height:1.55}.landing-root .why p .dim{color:var(--muted)}.landing-root .why p strong{color:var(--accent);font-weight:500}.landing-root .why-stat{border-left:1px solid var(--border-strong);flex-direction:column;gap:14px;padding-left:32px;display:flex}.landing-root .why-stat .big{letter-spacing:-.04em;color:var(--accent);font-size:clamp(60px,7vw,96px);font-weight:300;line-height:.9;font-family:var(--font-mono)}.landing-root .why-stat .big .ph{color:var(--muted-2)}.landing-root .why-stat .big .unit{color:var(--muted);margin-left:8px;font-size:.4em}.landing-root .why-stat .label{color:var(--muted);max-width:32ch;font-size:14px;line-height:1.5}.landing-root .why-stat .src{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.14em;text-transform:uppercase;margin-top:8px;font-size:10.5px}.landing-root .price-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:880px){.landing-root .price-grid{grid-template-columns:1fr}}.landing-root .tier{border:1px solid var(--border);border-radius:var(--landing-radius-lg);background:var(--background-elev);flex-direction:column;gap:18px;padding:28px 26px 24px;transition:border-color .15s;display:flex}.landing-root .tier:hover{border-color:var(--border-strong)}.landing-root .tier.feature{border-color:var(--accent-deep);background:linear-gradient(180deg, #f4b83c0a, transparent 60%), var(--background-elev);position:relative}.landing-root .tier .top{justify-content:space-between;align-items:flex-start;display:flex}.landing-root .tier .name{font-family:var(--font-mono);color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:11px}.landing-root .tier.feature .name{color:var(--accent)}.landing-root .tier .badge{font-family:var(--font-mono);background:var(--accent);color:#0b0d10;letter-spacing:.1em;text-transform:uppercase;border-radius:3px;padding:3px 8px;font-size:10px;font-weight:500}.landing-root .tier .price{align-items:baseline;gap:6px;display:flex}.landing-root .tier .price .num{letter-spacing:-.025em;font-size:38px;font-weight:400;font-family:var(--font-mono);color:var(--foreground)}.landing-root .tier .price .per{color:var(--muted);font-size:13px}.landing-root .tier .price .from{color:var(--muted-2);font-size:12px;font-family:var(--font-mono);margin-right:2px}.landing-root .tier .who-for{color:var(--muted);font-size:13px;line-height:1.5}.landing-root .tier ul{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:0;padding:16px 0 0;list-style:none;display:flex}.landing-root .tier li{color:var(--foreground);align-items:flex-start;gap:10px;font-size:13.5px;display:flex}.landing-root .tier li:before{content:"";background:var(--accent);border-radius:50%;flex:none;width:6px;height:6px;margin-top:7px}.landing-root footer.foot{border-top:1px solid var(--border);background:var(--background-elev);padding:80px 0 56px}.landing-root .foot-grid{grid-template-columns:1.2fr .7fr .7fr .7fr;gap:48px;display:grid}@media (max-width:880px){.landing-root .foot-grid{grid-template-columns:1fr 1fr;gap:40px}}.landing-root .foot h3{font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:11px}.landing-root .foot ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.landing-root .foot a{color:var(--muted);font-size:14px}.landing-root .foot a:hover{color:var(--foreground)}.landing-root .foot-cta{max-width:36ch}.landing-root .foot-cta p{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.55}.landing-root .signup{gap:8px;display:flex}.landing-root .signup input{background:var(--background);border:1px solid var(--border-strong);border-radius:var(--landing-radius);height:40px;color:var(--foreground);font:inherit;outline:none;flex:1;padding:0 12px;font-size:14px}.landing-root .signup input:focus{border-color:var(--accent)}.landing-root .signup input::placeholder{color:var(--muted-2)}.landing-root .signup button{border-radius:var(--landing-radius);background:var(--foreground);color:#0b0d10;height:40px;padding:0 14px;font-size:13.5px;font-weight:500}.landing-root .foot-bottom{border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.08em;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-top:64px;padding-top:24px;font-size:11px;display:flex}.landing-root .foot-bottom .row{flex-wrap:wrap;gap:22px;display:flex}.landing-root .foot-bottom .row a{color:var(--muted-2);text-transform:uppercase}.landing-root .foot-bottom .row a:hover{color:var(--accent)}.landing-root .reg-mark{z-index:30;font-family:var(--font-mono);color:var(--muted-2);letter-spacing:.18em;text-transform:uppercase;pointer-events:none;opacity:.65;font-size:10px;position:fixed;bottom:18px;right:18px}.landing-root :focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :before,.landing-root :after{transition-duration:1ms!important;animation-duration:1ms!important;animation-delay:0s!important}.landing-root .typed{border-right:none;width:100%!important}}@media (max-width:720px){.landing-root .reg-mark{display:none}.landing-root nav.top .inner{height:56px}.landing-root nav.top .right{gap:8px}.landing-root nav.top .right .btn-link{display:none}.landing-root nav.top .right .btn-primary{padding:0 12px}.landing-root .hero{padding:56px 0}.landing-root .hero h1{max-width:none;margin-bottom:24px}.landing-root .hero .sub{margin-bottom:32px;font-size:16px}.landing-root .hero .ctas{flex-direction:column;align-items:stretch;gap:14px}.landing-root .hero .ctas .btn-primary{justify-content:center;width:100%;height:52px}.landing-root .hero .ctas .student-link{justify-content:center;height:auto;margin-left:0;padding:4px 0}.landing-root .hero .ctas .student-link:before{display:none}.landing-root .hero .meta{margin-top:40px}.landing-root .hero .meta .cell{padding:16px 18px}.landing-root .hero .meta .v{font-size:14px}.landing-root section.bay{padding:64px 0}.landing-root .section-head{gap:16px;margin-bottom:32px}.landing-root .section-head .right{align-self:flex-start}.landing-root .demo-bar{flex-wrap:wrap;padding:10px 12px}.landing-root .demo-bar .label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:11px;overflow:hidden}.landing-root .demo-bar .timestamp{font-size:10px}.landing-root .chat,.landing-root .strip{padding:20px 18px}.landing-root .strip-row{grid-template-rows:auto auto;grid-template-columns:80px 1fr;row-gap:2px}.landing-root .strip-row .meta{grid-column:2/-1;justify-self:start}.landing-root .strip-row .v{font-size:13px}.landing-root .demo-grid{min-height:0}.landing-root .strip .strip-foot{flex-wrap:wrap;justify-content:flex-start}.landing-root .feat{padding:24px 20px}.landing-root .why{gap:32px}.landing-root .why p{max-width:none;font-size:18px}.landing-root .why-stat{border-left:none;border-top:1px solid var(--border-strong);padding-top:24px;padding-left:0}.landing-root .why-stat .big{font-size:clamp(48px,14vw,72px)}.landing-root .tier{padding:22px 20px}.landing-root footer.foot{padding:56px 0 40px}.landing-root .foot-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .foot-cta{grid-column:1/-1}.landing-root .signup{flex-direction:column;align-items:stretch}.landing-root .signup input,.landing-root .signup button{width:100%;height:44px}.landing-root .foot-bottom{margin-top:40px}.landing-root .demo-caption{gap:12px;font-size:11px}}@media (max-width:480px){.landing-root .hero h1{font-size:clamp(34px,9vw,44px);line-height:1.02}.landing-root .hero .meta{grid-template-columns:1fr}.landing-root .hero .meta .cell{border-right:none;border-bottom:1px solid var(--border)}.landing-root .hero .meta .cell:last-child{border-bottom:none}.landing-root .foot-grid{grid-template-columns:1fr}}
