:root{color-scheme:light;--background: oklch(.975 .006 248);--surface: oklch(.995 .004 248);--surface-muted: oklch(.935 .008 248);--foreground: oklch(.215 .014 248);--muted: oklch(.455 .018 248);--primary: oklch(.48 .14 220);--primary-dark: oklch(.38 .13 220);--primary-foreground: oklch(.985 .006 248);--accent: oklch(.72 .13 156);--accent-soft: oklch(.91 .06 156);--border: oklch(.84 .012 248);--shadow: 0 18px 70px oklch(.28 .025 248 / .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);color:var(--foreground)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}main{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit}.hero,.section{width:100%;padding-inline:clamp(1rem,5vw,4rem)}.hero{min-height:92svh;display:grid;grid-template-columns:minmax(0,.85fr) minmax(22rem,1.15fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding-block:clamp(2rem,6vw,5rem)}.hero__content,.section__header,.split{max-width:72rem}.hero__content{display:grid;gap:1.35rem;min-width:0}.eyebrow{margin:0;color:var(--primary);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-block:0;overflow-wrap:break-word}h1{max-width:11ch;font-size:clamp(4rem,13vw,10rem);line-height:.88;letter-spacing:0}h2{max-width:14ch;font-size:clamp(2.15rem,6vw,5rem);line-height:.95;letter-spacing:0}h3{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.1;letter-spacing:0}p{color:var(--muted);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.hero__lede{max-width:46rem;font-size:clamp(1.2rem,2vw,1.55rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.5rem}.button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-weight:700;text-decoration:none}.button--primary{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.button--primary:hover{background:var(--primary-dark)}.button:disabled{cursor:wait;opacity:.7}.button--secondary{background:var(--surface)}.hero__media{margin:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden;min-width:0}.hero__media figcaption{padding:.85rem 1rem 1rem;color:var(--muted);font-size:.88rem;line-height:1.45}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.section{padding-block:clamp(4rem,8vw,7rem)}.section__header{display:grid;gap:1rem;margin-bottom:clamp(2rem,4vw,3rem)}.section__header p,.split p{max-width:42rem}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.workflow-card,.benefits article{min-height:16rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:clamp(1.25rem,3vw,2rem)}.workflow-card{display:grid;align-content:space-between;gap:1.5rem}.workflow-card span{color:var(--accent);font-size:.78rem;font-weight:800}.workflow-card p,.benefits p{font-size:.98rem}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,6vw,6rem);margin-inline:auto;align-items:start}.stack{display:grid;gap:1.5rem}.check-list{display:grid;gap:.8rem;padding:0;margin:0;list-style:none}.check-list li{position:relative;padding-left:1.8rem;color:var(--foreground);line-height:1.55}.check-list li:before{position:absolute;left:0;top:.35rem;width:.75rem;height:.75rem;border-radius:999px;background:var(--accent);content:""}.section--native{background:var(--surface-muted)}.benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.benefits article{display:grid;gap:1rem;align-content:start}.product-proof{display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,.8fr);gap:clamp(2rem,6vw,5rem);align-items:start}.product-proof__copy{display:grid;gap:1rem}.proof-list{display:grid;gap:.85rem;padding:0;margin:0;list-style:none}.proof-list li{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1rem;color:var(--foreground);line-height:1.5}.waitlist{background:var(--foreground);color:var(--primary-foreground)}.waitlist p,.waitlist .eyebrow{color:#b8c6d4}.lead-form{display:grid;gap:1rem;max-width:56rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}label{display:grid;gap:.45rem;color:var(--primary-foreground);font-weight:700}input,select,textarea{width:100%;border:1px solid oklch(.42 .018 248);border-radius:8px;background:#242a30;color:var(--primary-foreground);font:inherit;padding:.9rem .95rem}input:focus,select:focus,textarea:focus{outline:3px solid oklch(.72 .13 156 / .35);border-color:var(--accent)}input:disabled,select:disabled,textarea:disabled{cursor:wait;opacity:.72}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.form-feedback{min-height:1.5rem;color:var(--primary-foreground);font-weight:700}@media(max-width:900px){.hero,.split{grid-template-columns:minmax(0,1fr)}.hero{min-height:auto}.hero__content,.hero__media,.section__header,.split,.product-proof__copy,.stack,.lead-form{width:100%;max-width:100%}.workflow-grid,.benefits,.form-grid,.product-proof{grid-template-columns:minmax(0,1fr)}.workflow-card,.benefits article{min-height:auto}h1{max-width:8ch}h2{max-width:100%}}@media(max-width:600px){.hero,.section{padding-inline:1rem}.hero__content,.hero__media,.section__header,.workflow-grid,.benefits,.split,.product-proof,.lead-form{inline-size:calc(100vw - 2rem)}h1{font-size:clamp(3rem,16vw,3.6rem);line-height:.92}h2{font-size:clamp(2rem,12vw,2.8rem);line-height:1}.hero__lede{font-size:1.15rem;max-width:30ch}.hero__media figcaption{max-width:30ch}}
