:root{color-scheme:light;--bg: #FFFFFF;--surface: #FFFFFF;--soft-bg: #F8FAFA;--surface-2: #F8FAFA;--text: #101112;--muted: #5F666A;--muted-2: #9AA3A6;--faint: #9AA3A6;--border: #E6ECEC;--border-strong: #101112;--accent: #00F5D4;--accent-strong: #00DDC0;--accent-hover: #00DDC0;--accent-soft: rgba(0, 245, 212, .14);--accent-border: rgba(0, 245, 212, .42);--on-accent: #05100E;--card: #FFFFFF;--card-hover: #F8FAFA;--success: #101112;--danger: #c0392b;--shadow: 0 18px 45px rgba(16, 17, 18, .08);--accent-shadow: 0 18px 45px rgba(0, 245, 212, .18);--container: 1200px;--font-display: "Montserrat", system-ui, sans-serif;--font-body: "Montserrat", system-ui, sans-serif;--font-mono: "Montserrat", system-ui, sans-serif;--space-section: 108px;--radius-card: 28px;--radius-control: 999px}*{box-sizing:border-box}html{background:var(--bg);font-family:var(--font-body);scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input{font:inherit}input::placeholder{color:var(--muted-2);opacity:1}svg{display:block}.container{width:min(100% - 64px,var(--container));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:var(--bg);border-bottom:1px solid var(--border);transition:box-shadow .16s ease,background .16s ease,backdrop-filter .16s ease}.site-header.is-scrolled{background:#fffffff5;box-shadow:none;backdrop-filter:blur(12px)}.header-inner{width:min(100% - 48px,1480px);margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:15px;font-weight:700;font-family:var(--font-display);letter-spacing:0;white-space:nowrap}.brand-mark{width:28px;height:28px;border-radius:8px;background:var(--accent);border:1px solid var(--text);color:var(--text);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{color:var(--muted);font-size:14px;font-weight:500;font-family:var(--font-mono);letter-spacing:-.01em;transition:color .15s ease}.nav-links a:hover{color:var(--text)}.btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;padding:0 24px;font-size:15px;font-weight:700;font-family:var(--font-body);line-height:1;letter-spacing:0;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease}.btn:focus-visible{outline:2px solid var(--text);outline-offset:3px}.btn:hover{transform:translateY(-1px)}.btn-small{min-height:36px;padding:0 18px;border-radius:999px;font-size:14px}.btn-large{padding:0 26px}.btn-primary{background:var(--accent);color:var(--on-accent, #05100E);border-color:transparent;box-shadow:0 2px 8px #10111214}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 2px 8px #1011121a}.btn-secondary{background:var(--card-hover);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn-inverted{background:var(--accent);color:var(--on-accent, #05100E);border-color:transparent;box-shadow:0 2px 8px #10111214;font-weight:700}.btn-inverted:hover{background:var(--accent-strong);box-shadow:0 2px 8px #1011121a}.hero-section{position:relative;min-height:100vh;padding:0;background:var(--bg);overflow:hidden}.hero-sticky{position:sticky;top:0;min-height:100vh;display:flex;align-items:center;padding:92px 0 64px;overflow:hidden}.hero-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:56px;align-items:center}.hero-content{max-width:600px;will-change:opacity,transform}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-display)}h1{max-width:820px;margin:10px 100px 24px;color:var(--text);text-align:left;font-size:clamp(40px,5vw,64px);font-weight:500;line-height:1.1;letter-spacing:0}.hero-copy{max-width:600px;margin:0 0 40px;color:var(--muted);text-align:left;font-size:18px;line-height:1.7}.hero-actions{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:0}.hero-visual{position:relative;z-index:1}.hero-visual:before{display:none}.browser-mockup{position:relative;z-index:2;max-width:100%;margin:0 auto;border-radius:36px;border:1.5px solid var(--border);background:var(--surface);box-shadow:0 24px 64px #1011121f;overflow:hidden;transform-origin:center center;will-change:transform,border-radius;transition:box-shadow .18s ease,border-radius .18s ease}.browser-mockup:hover{box-shadow:0 32px 80px #10111229}.hero-scroll-fade{position:absolute;right:0;bottom:-1px;left:0;height:34vh;pointer-events:none;background:var(--soft-bg);opacity:calc(var(--zoom-progress, 0) * .92)}.browser-chrome{min-height:47px;padding:12px 16px;display:grid;grid-template-columns:80px 1fr 80px;align-items:center;gap:10px;background:#f0f4f4;border-bottom:1px solid var(--border)}.window-dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:999px}.red{background:var(--text)}.yellow{background:var(--accent)}.green{background:var(--border)}.browser-url{justify-self:center;width:min(100%,320px);height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--faint);font-size:11px}.generated-browser{overflow:visible}.generated-browser .browser-chrome,.generated-screen{overflow:hidden}.generated-screen{position:relative;padding:28px;background:#fff}.generated-topline{display:grid;grid-template-columns:.7fr .3fr;gap:12px;margin-bottom:18px}.generated-topline span,.generated-action-row span{height:14px;border-radius:999px;background:var(--border)}.generated-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.generated-card{border:1px solid var(--border);border-radius:12px;background:var(--soft-bg);padding:16px;min-height:112px}.generated-action-row{display:grid;grid-template-columns:1fr 120px;gap:12px;margin-top:14px}.generated-action-row span:last-child{background:#fff;border:1px solid var(--border)}.annotation{position:absolute;z-index:4;display:inline-flex;align-items:center;min-height:26px;border:1px solid var(--border);border-radius:999px;background:var(--accent);color:var(--text);padding:3px 9px;font-size:11px;font-weight:700;font-family:var(--font-mono);line-height:1;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;box-shadow:0 4px 12px #1011121a}.a-same{top:72px;left:10px}.a-focal{top:122px;right:10px}.a-repeat{bottom:78px;left:10px}.a-cta{right:24px;bottom:34px}.hero-comparison,.comparison-grid,.solution-grid{display:grid;grid-template-columns:1fr 1fr}.mock-panel{padding:24px}.before-panel{background:var(--soft-bg);border-right:2px solid var(--text)}.after-panel{background:#fff}.mock-label{margin-bottom:16px;font-size:11px;font-weight:600;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.mock-label.muted{color:var(--faint)}.mock-label.accent{color:var(--text);background:var(--accent);display:inline-flex;padding:2px 8px;border:1px solid var(--text);border-radius:999px}.flat-grid,.polished-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.flat-card,.polished-card,.flat-row,.polished-list{border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px}.skeleton-icon{display:block;width:20px;height:20px;border-radius:4px;background:var(--border);margin-bottom:8px}.skeleton-line{display:block;height:8px;border-radius:4px;background:var(--border);margin-bottom:6px}.skeleton-line.pale{height:6px;background:#e8e8e1}.skeleton-line.mid{background:#bdbdb5}.w90{width:90%}.w80{width:80%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w50{width:50%}.w35{width:35%}.flat-row{margin-top:8px}.flat-row div{display:flex;gap:6px}.flat-row div span,.polished-list div span,.refined-list div span{height:6px;border-radius:4px;background:#e8e8e1;flex:1}.flat-row div .narrow{flex:.8}.highlight-card,.refined-hero,.mini-hero{border-radius:10px;background:var(--text)}.highlight-card{padding:16px 16px 20px;margin-bottom:10px}.highlight-icon{display:block;width:24px;height:24px;border-radius:6px;background:var(--accent);margin-bottom:10px}.highlight-line{display:block;height:6px;border-radius:4px;width:80%;margin-bottom:4px;background:#ffffff6b}.highlight-line.strong{height:10px;width:55%;margin-bottom:6px;background:var(--accent)}.highlight-line.short{width:65%;background:#ffffff57}.polished-card,.polished-list{border-radius:10px;background:var(--soft-bg)}.polished-icon{display:block;width:18px;height:18px;border-radius:5px;background:var(--accent);border:1px solid var(--text);margin-bottom:8px}.polished-list{padding:10px 12px}.polished-list div{display:flex;align-items:center;gap:6px;margin-bottom:6px}.polished-list div:last-child{margin-bottom:0}.status-dot{width:5px;height:5px;border-radius:999px;background:var(--success);flex:0 0 auto}.section{padding:var(--space-section) 0;background:var(--bg)}.section-gray{background:var(--soft-bg);border-top:1px solid var(--border)}.section-intro{margin-bottom:64px}.section-intro.left{max-width:600px}.section-intro.center{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.comparison-intro{max-width:920px}.section-kicker{margin-bottom:12px;font-size:12px;font-weight:600;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;width:fit-content;padding:3px 8px;border:1px solid var(--text);background:var(--accent);color:var(--text);border-radius:999px}.section-kicker.muted,.section-kicker.accent{color:var(--text)}.section h2,.cta-section h2{color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.2;letter-spacing:0}.section-intro h2{margin-bottom:20px}.section-intro.center h2{margin-bottom:0}.section-intro p:not(.section-kicker),.lead{color:var(--muted);font-size:17px;line-height:1.7}.diagnosis-board{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}.critique-card{position:relative;min-height:240px;border:1px solid var(--border);border-left:6px solid var(--accent);border-radius:var(--radius-card);background:var(--surface);padding:28px;overflow:hidden}.critique-number{position:absolute;top:18px;right:18px;color:var(--text);font-family:var(--font-mono);font-size:12px;font-weight:900}.critique-card:nth-child(1),.critique-card:nth-child(4){box-shadow:0 18px 45px #10111214}.critique-label{display:inline-flex;margin-bottom:28px;border:1px solid var(--text);border-radius:999px;background:var(--accent);padding:3px 9px;color:var(--text);font-size:11px;font-weight:800;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.critique-card h3{max-width:560px;margin-bottom:12px;color:var(--text);font-size:clamp(22px,2.6vw,34px);line-height:1.05}.critique-card p{max-width:420px;color:var(--muted);font-size:16px;line-height:1.55}.critique-arrow{position:absolute;right:72px;bottom:50px;width:92px;height:1.5px;background:var(--text);transform:rotate(-8deg);transform-origin:right center}.critique-arrow:after{content:"";position:absolute;right:-1px;top:-4px;width:9px;height:9px;border-top:1.5px solid var(--text);border-right:1.5px solid var(--text);transform:rotate(45deg)}.critique-mark{position:absolute;right:24px;bottom:24px;display:grid;gap:7px;width:120px}.critique-mark span{height:8px;border-radius:999px;background:var(--border)}.critique-mark span:nth-child(2){width:70%;background:var(--text)}.critique-mark span:nth-child(3){width:44%;background:var(--accent);border:1px solid var(--text)}.thinking-section{border-top:1px solid var(--border)}.thinking-diagram{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border);border-radius:28px;background:var(--surface);overflow:hidden;box-shadow:0 18px 45px #10111214}.thinking-step{min-height:300px;padding:32px;border-right:1px solid var(--border)}.thinking-step:last-child{border-right:0}.thinking-index{width:fit-content;margin-bottom:80px;border:1px solid var(--text);border-radius:999px;background:var(--accent);padding:4px 10px;font-size:12px;font-weight:900;font-family:var(--font-mono)}.thinking-step h3{margin-bottom:12px;color:var(--text);font-size:clamp(30px,4vw,54px);line-height:.95}.thinking-step p{color:var(--muted);font-size:15px;line-height:1.65}.judgment-strip{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px;color:var(--text);font-size:12px;font-weight:800;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.judgment-strip i{width:36px;height:1px;background:var(--text)}.problem-grid,.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.surface-card{position:relative;isolation:isolate;height:100%;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);padding:28px 28px 32px;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease,background .15s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 18px 45px #1011121a}.pricing-emphasis-grid{grid-template-columns:repeat(24,minmax(0,1fr));align-items:stretch}.pricing-emphasis-grid .problem-card{grid-column:span 6}.pricing-emphasis-grid .problem-card.is-emphasized{grid-column:span 8;border:1.5px solid var(--border-strong);box-shadow:var(--accent-shadow);transform:translateY(-10px)}.pricing-emphasis-grid .problem-card.is-emphasized:hover{transform:translateY(-14px);box-shadow:4px 4px 0 var(--text)}.pricing-emphasis-grid .problem-card.is-emphasized .icon-box{background:var(--accent);border-color:var(--border-strong)}.pricing-emphasis-grid .problem-card.is-emphasized h3{font-size:17px}.pricing-emphasis-grid .problem-card:nth-child(3),.pricing-emphasis-grid .problem-card:nth-child(4){grid-column:span 5}.hover-soft:hover{background:var(--surface);box-shadow:0 12px 32px #10111214}.icon-box,.feature-icon{width:40px;height:40px;border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--soft-bg);color:var(--icon-color, var(--accent));margin-bottom:20px}.surface-card h3,.feature-card h3,.use-card h3,.step-item h3{color:var(--text);font-size:15px;font-weight:700;line-height:1.35;letter-spacing:0;margin-bottom:10px}.surface-card p,.feature-card p,.use-card p,.step-item p{color:var(--muted);font-size:14px;line-height:1.65}.solution-grid{gap:80px;align-items:center}.solution-grid h2{max-width:520px;margin-bottom:20px}.lead{margin-bottom:32px}.benefit-list{display:flex;flex-direction:column;gap:14px;list-style:none;padding:0;margin:0}.benefit-list li{display:flex;align-items:center;gap:10px;color:var(--text);font-size:15px;font-weight:500}.benefit-list span{width:18px;height:18px;border-radius:999px;background:var(--accent);color:var(--text);border:1px solid var(--text);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.flow-diagram{display:flex;flex-direction:column;gap:12px}.flow-card{border:1px solid var(--border);border-radius:14px;padding:20px}.flow-card.generic{background:var(--soft-bg)}.flow-card.refined{background:var(--surface);border:1px solid var(--border);border-left:6px solid var(--accent);box-shadow:0 12px 32px #10111214}.mini-grid{display:grid;gap:8px}.mini-grid.three{grid-template-columns:repeat(3,1fr)}.mini-grid.two{grid-template-columns:repeat(2,1fr)}.mini-grid div{border:1px solid var(--border);border-radius:8px;background:#fff;padding:10px}.mini-grid span{display:block;height:6px;border-radius:3px;background:var(--border);margin-bottom:6px}.mini-grid span:last-child{height:5px;margin-bottom:0;background:#e8e8e1}.transform-bar{display:flex;align-items:center;gap:12px;padding:4px 8px}.transform-bar span{height:1px;background:var(--border);flex:1}.transform-bar strong{border-radius:999px;background:var(--accent);border:1px solid var(--text);padding:6px 16px;color:var(--text);font-size:12px;font-weight:700;white-space:nowrap}.mini-hero{padding:14px 14px 18px;margin-bottom:8px}.mini-hero span{display:block;height:8px;width:45%;border-radius:4px;background:var(--accent);margin-bottom:6px}.mini-hero span:last-child{width:75%;height:5px;background:#ffffff7a}.step-item{position:relative}.connector{position:absolute;top:28px;right:-10px;z-index:1;width:20px;height:1px;background:var(--border)}.step-number{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--text);color:var(--text);display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:12px;font-weight:800}.step-number.active{background:var(--accent);color:var(--text)}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card{border:1px solid var(--border);border-radius:24px;background:var(--surface);padding:24px 28px;display:flex;gap:18px;transition:background .15s ease,box-shadow .18s ease}.feature-icon{width:36px;height:36px;flex:0 0 auto;margin:0;background:#fff;color:var(--text)}.feature-card:nth-child(2n) .feature-icon,.feature-card:nth-child(4) .feature-icon,.feature-card:nth-child(6) .feature-icon{color:var(--text)}.feature-card:nth-child(3) .feature-icon,.feature-card:nth-child(5) .feature-icon{color:var(--text)}.use-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.use-card{border:1px solid var(--border);border-radius:24px;background:var(--surface);padding:24px 24px 28px;transition:box-shadow .18s ease,transform .18s ease}.use-emoji{width:28px;height:28px;margin-bottom:14px;font-size:24px;line-height:28px;filter:grayscale(1) contrast(1.25)}.use-case-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.use-case-pill{display:inline-flex;align-items:center;gap:10px;border:1.5px solid var(--text);border-radius:999px;background:#fff;padding:12px 16px}.use-case-pill span{width:10px;height:10px;border-radius:999px;background:var(--accent);border:1px solid var(--text)}.use-case-pill h3{margin:0;color:var(--text);font-size:15px;font-family:var(--font-mono)}.comparison-grid{gap:24px}.comparison-grid+*{margin-top:0}.comparison-label{min-height:50px;display:flex;align-items:flex-start;gap:8px;margin-bottom:16px}.comparison-label span{color:var(--faint);font-size:13px;line-height:1.45}.tag{border-radius:6px;padding:3px 10px;font-size:12px;font-weight:600;font-family:var(--font-mono)}.tag.before{color:var(--danger);border:1px solid var(--text);background:#fff}.tag.after{color:var(--text);border:1px solid var(--text);background:var(--accent)}.comparison-box{border-radius:16px;padding:24px}.comparison-box.before{border:1px solid var(--border);background:var(--soft-bg)}.comparison-box.after{border:1px solid var(--border);border-left:6px solid var(--accent);background:var(--surface);box-shadow:0 18px 45px #1011121a}.breakdown-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.breakdown-panel{display:grid;grid-template-rows:auto 1fr;gap:18px}.breakdown-copy{border:1px solid var(--border);border-radius:14px;background:#fff;padding:18px}.breakdown-copy ul{display:grid;gap:8px;list-style:none;margin:16px 0 0;padding:0}.breakdown-copy li{color:var(--muted);font-size:14px;line-height:1.4}.breakdown-copy li:before{content:"- ";color:var(--text);font-weight:900}.annotated-frame{position:relative;min-height:430px;border:1px solid var(--border);border-radius:28px;background:var(--surface);padding:30px;overflow:hidden}.before-frame{background:var(--soft-bg)}.after-frame{box-shadow:0 18px 45px #1011121a}.compact{grid-template-columns:repeat(2,1fr)}.compact div{min-height:118px}.dominant-card{border-radius:14px;background:var(--text);padding:28px;min-height:170px;margin-bottom:18px}.dominant-card span,.grouped-content span{display:block;height:10px;border-radius:999px;background:#fff;margin-bottom:10px}.dominant-card span:first-child{width:42px;height:42px;border-radius:10px;background:var(--accent)}.dominant-card span:nth-child(2){width:55%;background:var(--accent)}.dominant-card span:nth-child(3){width:78%;opacity:.56}.grouped-content{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grouped-content div{border:1px solid var(--border);border-radius:12px;background:var(--soft-bg);padding:16px;min-height:92px}.grouped-content span{background:#bdbdb5}.grouped-content span:last-child{width:70%;background:#e8e8e1}.cta-wire{width:160px;height:44px;margin-top:18px;margin-left:auto;border:1px solid var(--border);border-radius:999px;background:var(--accent);box-shadow:0 4px 14px #00f5d459}.note-a{top:18px;left:18px}.note-b{right:18px;bottom:18px}.note-c{top:18px;right:18px}.note-d{right:34px;bottom:36px}.repetitive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.repetitive-grid div{border:1px solid var(--border);border-radius:8px;background:#fff;padding:14px;min-height:96px}.refined-hero{padding:22px 24px 26px;margin-bottom:12px}.refined-hero div{display:flex;align-items:center;gap:10px;margin-bottom:14px}.refined-hero div span:first-child{width:28px;height:28px;border-radius:8px;background:var(--accent)}.refined-hero div span:last-child,.refined-hero>span{display:block;height:8px;border-radius:4px;background:#ffffff80;width:60px}.refined-hero>span{height:11px;width:50%;margin-bottom:8px;background:var(--accent)}.refined-hero>span:nth-of-type(2){height:6px;width:75%;margin-bottom:4px;background:#ffffff8f}.refined-hero>span:nth-of-type(3){height:6px;width:60%;margin-bottom:0;background:#fff6}.asymmetric-grid{display:grid;grid-template-columns:2fr 1fr;gap:10px;margin-bottom:10px}.asymmetric-grid div,.refined-list{border:1px solid var(--border);border-radius:10px;background:var(--soft-bg);padding:16px}.asymmetric-grid div:last-child{border-color:var(--border-strong);background:var(--accent)}.asymmetric-grid span,.refined-list>span{display:block;height:8px;width:55%;margin-bottom:8px;border-radius:4px;background:#bdbdb5}.asymmetric-grid span:not(:first-child){height:5px;width:100%;margin-bottom:5px;background:var(--border)}.asymmetric-grid div:last-child span:first-child{background:var(--text)}.asymmetric-grid div:last-child span:last-child{height:20px;width:100%;border-radius:6px;background:#fff}.refined-list{padding:12px 16px}.refined-list>span{width:30%;height:7px;margin-bottom:10px}.refined-list div{display:flex;align-items:center;gap:8px;margin-bottom:7px}.refined-list div:last-child{margin-bottom:0}.refined-list i{width:6px;height:6px;border-radius:999px;background:var(--success);flex:0 0 auto}.cta-section{background:var(--soft-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 0}.cta-inner{max-width:720px;text-align:center}.cta-section h2{color:var(--text);font-size:clamp(28px,4vw,48px);line-height:1.15;margin-bottom:20px}.cta-section p{max-width:540px;margin:0 auto 44px;color:var(--text);font-size:18px;line-height:1.65}.cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.waitlist-form{display:flex;align-items:center;gap:8px}.waitlist-form input{width:220px;min-height:44px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);outline:none;padding:0 16px;font-size:14px}.waitlist-form input::placeholder{color:var(--faint)}.waitlist-form input:focus{border-color:var(--accent-strong)}.waitlist-form button{min-height:44px;border:1px solid transparent;border-radius:999px;background:var(--accent);color:var(--text);padding:0 18px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s ease}.waitlist-form button:hover{background:var(--accent-strong)}.waitlist-success{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--text);border-radius:999px;background:#fff;color:var(--text);padding:12px 24px;font-size:15px;font-weight:600}.waitlist-success svg{color:var(--success)}.cta-section .cta-note{margin-top:16px;margin-bottom:0;color:#2a2a2a;font-size:13px}.footer{position:relative;background:var(--bg);border-top:1px solid var(--border);padding:60px 0 40px}#roadmap{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;opacity:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:56px}.footer-brand{color:var(--text);margin-bottom:16px}.footer-brand .brand-mark{width:26px;height:26px;border-radius:7px}.footer p{max-width:280px;color:var(--muted);font-size:14px;line-height:1.65}.footer h2{margin:0 0 20px;color:var(--text);font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.footer ul{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.footer a{color:var(--muted);font-size:14px;transition:color .15s ease}.footer a:hover,.footer-brand:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--faint);font-size:13px}.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}@media(max-width:980px){.container{width:min(100% - 48px,var(--container))}.nav-links{display:none}.hero-sticky{padding-top:128px}.hero-split{grid-template-columns:1fr;gap:56px}.hero-content{max-width:760px;margin:0 auto;text-align:center}h1,.hero-copy{text-align:center;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{max-width:900px;margin:0 auto}.hero-comparison,.solution-grid,.comparison-grid{grid-template-columns:1fr}.before-panel{border-right:0;border-bottom:2px solid var(--border)}.solution-grid{gap:56px}.diagnosis-board,.thinking-diagram,.breakdown-grid{grid-template-columns:1fr}.thinking-step{min-height:auto;border-right:0;border-bottom:1px solid var(--border)}.thinking-step:last-child{border-bottom:0}.thinking-index{margin-bottom:40px}.problem-grid,.steps-grid,.features-grid,.use-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-emphasis-grid .problem-card,.pricing-emphasis-grid .problem-card.is-emphasized,.pricing-emphasis-grid .problem-card:nth-child(3),.pricing-emphasis-grid .problem-card:nth-child(4){grid-column:auto}.pricing-emphasis-grid .problem-card.is-emphasized{transform:none}.pricing-emphasis-grid .problem-card.is-emphasized:hover{transform:translateY(-2px)}.connector{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.hero-scroll-fade{display:none}}@media(max-width:640px){.container{width:min(100% - 32px,var(--container))}.header-inner{min-height:60px}.brand{font-size:14px}.site-header .btn,.hero-scroll-fade{display:none}h1{font-size:40px}.hero-copy{font-size:16px;line-height:1.65}.hero-actions{align-items:stretch;flex-direction:column;margin-bottom:0}.hero-actions .btn{width:100%}.browser-chrome{grid-template-columns:auto 1fr}.browser-chrome:after{display:none}.browser-url{justify-self:stretch}.generated-screen{padding:18px}.generated-card-grid,.grouped-content,.compact,.generated-action-row{grid-template-columns:1fr}.annotation{position:static;width:fit-content;margin:0 0 8px;box-shadow:none}.generated-screen .annotation{display:none}.critique-card,.annotated-frame{min-height:auto;padding:22px}.critique-card h3{font-size:24px}.critique-mark{position:static;margin-top:32px}.judgment-strip{align-items:flex-start;flex-direction:column}.judgment-strip i{width:1px;height:24px}.note-a,.note-b,.note-c,.note-d{margin-bottom:12px}.mock-panel,.comparison-box{padding:18px}.flat-grid,.polished-grid,.repetitive-grid,.mini-grid.three,.mini-grid.two,.asymmetric-grid{grid-template-columns:1fr}.section{padding:72px 0}.section-intro{margin-bottom:40px}.section-intro.center,.section-intro.left{text-align:left}.section h2,.cta-section h2{font-size:30px}.problem-grid,.steps-grid,.features-grid,.use-case-grid{grid-template-columns:1fr}.pricing-emphasis-grid .problem-card.is-emphasized,.pricing-emphasis-grid .problem-card.is-emphasized:hover{transform:none}.feature-card{padding:22px}.comparison-label{min-height:0;flex-direction:column}.cta-section{padding:76px 0}.cta-section p{font-size:16px;margin-bottom:32px}.cta-actions,.waitlist-form{width:100%;flex-direction:column}.cta-actions .btn,.waitlist-form input,.waitlist-form button{width:100%}.footer-grid{grid-template-columns:1fr;gap:36px;margin-bottom:44px}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.hero-scroll-fade{display:none}.btn,.browser-mockup{transition:none}.btn:hover,.browser-mockup:hover{transform:none}}.hero-bg,.hero-skiper-bg{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;background:transparent;overflow:hidden;opacity:1}.hero-bg canvas,.hero-skiper-bg canvas{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;display:block;filter:none}.hero-peeps-runner{position:absolute;left:0;bottom:clamp(96px,16vh,150px);z-index:0;pointer-events:none;user-select:none;animation:peepsMoveRight 18s linear infinite;will-change:transform}.hero-peeps-walker{display:block;width:clamp(180px,16.8vw,264px);max-width:none;height:auto;opacity:1;animation:peepsWalkBounce 1.5s ease-in-out infinite;will-change:transform}@keyframes peepsMoveRight{0%{transform:translate(-100%)}to{transform:translate(100vw)}}@keyframes peepsWalkBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-actions .btn:focus-visible{outline:3px solid rgba(0,221,192,.55);outline-offset:3px}.hero-actions .btn-primary{box-shadow:0 2px 8px #10111214}.hero-actions .btn-primary:hover{box-shadow:0 2px 8px #1011121a}.hero-mvp-scroll{position:relative;min-height:100vh;min-height:100svh;background:var(--bg);overflow:hidden}.hero-mvp-scroll .hero-sticky{position:relative;min-height:100svh;padding:0;display:flex;align-items:flex-start;overflow:hidden;background:var(--bg)}.hero-content{position:relative;z-index:10;width:min(100% - 48px,1200px);max-width:1200px;margin:0 auto;padding-top:clamp(60px,10vh,120px);display:flex;flex-direction:column;align-items:center;text-align:center}.hero-title{width:100%;max-width:100%;margin:0;color:var(--text);text-align:center;font-size:clamp(72px,13vw,190px);font-weight:800;line-height:.9;letter-spacing:-.07em}.hero-title-word{display:inline}.hero-subtitle{max-width:760px;margin:24px auto 0;color:var(--muted);text-align:center;font-size:clamp(18px,2vw,28px);line-height:1.45}.hero-content .hero-actions{margin-top:36px;justify-content:center}.product-explanation{position:relative;z-index:5;background:var(--bg);border-top:1px solid var(--border);padding:96px 0 116px}.product-explanation-inner{display:grid;gap:92px}.product-explanation-block{display:grid;gap:28px}.product-explanation-lead{max-width:920px}.product-explanation h2{color:var(--text);font-size:clamp(30px,4vw,54px);font-weight:800;line-height:1.1;letter-spacing:0}.product-explanation-lead h2{margin-bottom:20px}.product-explanation p{max-width:820px;color:var(--muted);font-size:18px;line-height:1.75}.product-explanation-heading{max-width:780px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}.product-info-card{min-height:172px;display:flex;flex-direction:column;justify-content:space-between;gap:28px;border:1px solid var(--border);border-radius:24px;background:var(--surface);padding:24px;box-shadow:0 18px 45px #10111212}.product-info-card span{width:34px;height:34px;border:1px solid var(--text);border-radius:10px;background:var(--accent)}.product-info-card h3{margin:0;color:var(--text);font-size:16px;font-weight:700;line-height:1.35}.compact-card{min-height:132px}@media(max-width:1180px){.product-card-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.hero-content{width:min(100% - 40px,900px);padding-top:clamp(72px,10vh,104px)}.product-card-grid,.product-card-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.hero-peeps-runner{bottom:84px}.hero-peeps-walker{width:clamp(144px,43.2vw,216px)}}@media(prefers-reduced-motion:reduce){.hero-peeps-runner,.hero-peeps-walker{animation:none!important}.hero-peeps-runner{left:50%;transform:translate(-50%)}}@media(max-width:640px){.hero-content{width:min(100% - 56px,520px);padding-top:78px;padding-inline:20px}.hero-title{font-size:clamp(56px,15.5vw,80px);letter-spacing:-.055em}.hero-title-word{display:block}.hero-subtitle{max-width:min(92%,300px);font-size:17px}.hero-content .hero-actions{margin-top:28px}.product-explanation{padding:72px 0}.product-explanation-inner{gap:64px}.product-explanation p{font-size:16px;line-height:1.65}.product-card-grid,.product-card-grid-five{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hero-bg canvas,.hero-skiper-bg canvas{display:none}}.lp-section{position:relative;padding:clamp(80px,10vw,140px) 0;background:var(--bg)}.lp-section--alt{background:var(--soft-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.lp-container{width:min(100% - 48px,1200px);margin:0 auto}.lp-head{max-width:760px;margin:0 0 48px}.lp-head--center{margin-left:auto;margin-right:auto;text-align:center}.lp-label{display:inline-block;margin-bottom:18px;padding:6px 12px;border-radius:999px;background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.lp-title{margin:0;color:var(--text);font-family:var(--font-display);font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.12;letter-spacing:-.01em}.lp-text{margin:20px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.lp-text+.lp-text{margin-top:14px}.lp-grid{display:grid;gap:18px}.lp-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-card{display:flex;flex-direction:column;gap:10px;padding:26px;border-radius:26px;background:var(--surface);border:1px solid var(--border)}.lp-card-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;background:var(--accent);color:var(--text);font-weight:800;font-size:15px}.lp-card-ico{width:38px;height:38px;border-radius:12px;background:#00f5d447;border:1px solid var(--border)}.lp-card h3{margin:0;color:var(--text);font-size:18px;font-weight:700}.lp-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.lp-step{position:relative}.lp-step-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.lp-highlight{margin-top:36px;padding:28px 32px;border-radius:24px;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);color:var(--text);font-family:var(--font-display);font-size:clamp(20px,2.4vw,26px);font-weight:700;line-height:1.4;max-width:760px}.qa-preview-section{background:linear-gradient(180deg,var(--bg) 0%,var(--soft-bg) 100%)}.qa-preview-shell{width:min(100% - 48px,1120px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);gap:clamp(30px,4.5vw,64px);align-items:start;padding:clamp(30px,4.5vw,52px);border:1px solid var(--border);border-radius:24px;background:#ffffffdb;box-shadow:var(--shadow)}.qa-preview-title{margin:0;max-width:480px;color:var(--text);font-family:var(--font-display);font-size:clamp(30px,4.6vw,50px);font-weight:800;line-height:1.05;letter-spacing:0}.qa-preview-title span{display:block}.qa-preview-actions{display:flex;flex-wrap:nowrap;gap:12px;margin-top:26px}.qa-preview-actions .btn{flex:0 0 auto;white-space:nowrap}.qa-preview-list{min-width:0;align-self:start}.faq-accordion{display:grid;gap:12px}.faq-item{border:1px solid var(--border);border-radius:16px;background:var(--card);overflow:hidden;box-shadow:0 10px 30px #00000047;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}@keyframes faq-panel-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-item[hidden]{display:none}.faq-item[open]{border-color:var(--accent-border);box-shadow:0 18px 42px #00f5d41f}.faq-item>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:64px minmax(0,1fr) 48px;gap:18px;align-items:center;min-height:76px;padding:18px 20px 18px 26px;color:var(--text)}.faq-item>summary::-webkit-details-marker{display:none}.faq-item>summary:focus-visible{outline:2px solid var(--text);outline-offset:-5px;border-radius:14px}.faq-item-number{color:var(--accent-strong);font-family:var(--font-display);font-size:22px;font-weight:800;line-height:1}.faq-item-question{color:var(--text);font-family:var(--font-display);font-size:clamp(18px,2vw,24px);font-weight:800;line-height:1.22}.faq-item-toggle{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--soft-bg);justify-self:end;transition:background .18s ease,border-color .18s ease,transform .18s ease}.faq-item-toggle:before,.faq-item-toggle:after{content:"";position:absolute;inset:50% auto auto 50%;width:14px;height:2px;border-radius:999px;background:var(--text);transform:translate(-50%,-50%);transition:transform .18s ease,opacity .18s ease}.faq-item-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[open] .faq-item-toggle{background:var(--accent);border-color:var(--accent);transform:rotate(180deg)}.faq-item[open] .faq-item-toggle:after{opacity:0}.faq-item-panel{display:grid;grid-template-rows:1fr;padding:0 20px 24px 108px;transform-origin:top}.faq-item-panel p{margin:0;max-width:720px;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:17px;line-height:1.7}.faq-item[open] .faq-item-panel{animation:faq-panel-reveal .28s cubic-bezier(.22,1,.36,1) both}@supports selector(::details-content){:root{interpolate-size:allow-keywords}.faq-item::details-content{block-size:0;overflow:hidden;opacity:0;transition:block-size .34s cubic-bezier(.22,1,.36,1),opacity .22s ease;transition-behavior:allow-discrete}.faq-item[open]::details-content{block-size:auto;opacity:1}}@media(prefers-reduced-motion:reduce){.faq-item,.faq-item::details-content,.faq-item-panel,.faq-item-toggle,.faq-item-toggle:before,.faq-item-toggle:after{animation:none!important;transition-duration:1ms!important}}.faq-accordion--preview .faq-item-panel{padding-right:28px}.faq-page{background:linear-gradient(180deg,var(--soft-bg) 0%,var(--bg) 46%)}.faq-body-section{padding:clamp(72px,8vw,112px) 0 clamp(88px,10vw,140px)}.faq-body-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:clamp(32px,5vw,64px);align-items:start}.faq-nav-card{position:sticky;top:28px;display:grid;align-content:start;min-height:340px;padding:28px;border:1px solid var(--border);border-radius:22px;background:#ffffffeb;box-shadow:var(--shadow)}.faq-nav-card h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:18px;font-weight:800}.faq-category-list{display:flex;flex-wrap:wrap;gap:10px;align-content:start;margin-top:24px}.faq-category-list button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--text);cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:800;transition:background .15s ease,border-color .15s ease,color .15s ease}.faq-category-list button:hover{border-color:var(--accent-border);background:var(--accent-soft)}.faq-category-list button.is-active{background:var(--accent);color:var(--text);border-color:var(--accent)}.faq-category-list button:focus-visible{outline:2px solid var(--text);outline-offset:3px}.faq-nav-action{align-self:end;margin-top:42px;color:var(--text);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.faq-nav-action:hover{color:var(--accent)}.faq-list-column{min-width:0;align-self:start;display:flex;flex-direction:column;justify-content:flex-start}.faq-list-title{margin:0 0 30px;color:var(--text);font-family:var(--font-display);font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.08;letter-spacing:0}.faq-accordion--full{gap:14px}.faq-empty-state{margin:0;padding:28px;border:1px solid var(--border);border-radius:16px;background:var(--card);color:var(--muted);font-size:16px;font-weight:600}.lp-waitlist{text-align:center}.lp-waitlist .lp-title{margin:0 auto;max-width:720px}.lp-waitlist-action{display:flex;justify-content:center;margin-top:34px}.site-footer{background:#0b0f10;color:#eef3f3;padding:72px 0 40px;border-top:1px solid var(--border)}.site-footer-inner{width:min(100% - 48px,1200px);margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}.site-footer .footer-brand{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-size:17px;font-weight:800}.site-footer .footer-brand-mark{width:28px;height:28px;flex:0 0 auto;display:block}.site-footer .footer-tagline{margin:16px 0 0;max-width:420px;color:#eef3f3b3;font-size:14px;line-height:1.6}.site-footer .footer-nav{display:flex;flex-wrap:wrap;gap:12px 28px}.site-footer .footer-nav a{color:#eef3f3d1;font-size:14px;font-weight:500;transition:color .15s ease}.site-footer .footer-nav a:hover{color:var(--accent)}.site-footer-bottom{width:min(100% - 48px,1200px);margin:44px auto 0;padding-top:24px;border-top:1px solid rgba(238,243,243,.14);display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;color:#eef3f38c;font-size:13px}@media(max-width:900px){.lp-grid--2,.lp-grid--3{grid-template-columns:1fr}.lp-head{margin-bottom:36px}.qa-preview-shell,.faq-body-grid{grid-template-columns:1fr}.qa-preview-shell{padding:30px}.faq-nav-card{position:static;min-height:auto}.faq-category-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.faq-category-list button{flex:0 0 auto}.site-footer-inner{grid-template-columns:1fr;gap:28px}}@media(max-width:640px){.lp-container,.site-footer-inner,.site-footer-bottom{width:min(100% - 32px,1200px)}.lp-card{padding:22px}.lp-highlight{padding:22px 24px}.qa-preview-section{padding-top:64px;padding-bottom:64px}.qa-preview-shell{width:min(100% - 28px,1120px);padding:24px 18px;border-radius:20px}.qa-preview-actions .btn{flex:1 1 0;min-width:0;width:auto;padding-right:12px;padding-left:12px;font-size:13px}.faq-item>summary{grid-template-columns:44px minmax(0,1fr) 38px;gap:10px;min-height:68px;padding:16px 14px 16px 16px}.faq-item-number{font-size:18px}.faq-item-question{font-size:16px}.faq-item-toggle{width:34px;height:34px}.faq-item-panel,.faq-accordion--preview .faq-item-panel{padding:0 16px 18px}.faq-item-panel p{padding-top:14px;font-size:14px}.faq-nav-card{padding:22px}}
