*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0c;--bg2:#0f0f12;--text:#e8e5df;--text-dim:rgba(232,229,223,.45);--text-muted:rgba(232,229,223,.22);--accent:#c9a227;--accent-dim:#a8861e;--accent-strong:rgba(201,162,39,.3);--red:#d93636;--red-bg:rgba(217,54,54,.08);--red-border:rgba(217,54,54,.18);--orange:#e5873a;--green:#34b864;--bp-line:rgba(100,140,180,.06);--bp-line-strong:rgba(100,140,180,.12);--border:rgba(255,255,255,.04);--serif:"Instrument Serif",Georgia,serif;--sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--mono:"DM Mono","Consolas","Courier New",monospace}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none}::selection{background:var(--accent);color:var(--bg)}::-moz-selection{background:var(--accent);color:var(--bg)}.noise{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.bp-grid{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;background-image:linear-gradient(var(--bp-line-strong) 1px,transparent 1px),linear-gradient(90deg,var(--bp-line-strong) 1px,transparent 1px),linear-gradient(var(--bp-line) 1px,transparent 1px),linear-gradient(90deg,var(--bp-line) 1px,transparent 1px);background-size:120px 120px,120px 120px,24px 24px,24px 24px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black 20%,transparent 70%)}.bp-grid-dim{opacity:.4}.diag{width:100%;height:60px;position:relative;z-index:2}.diag-red{background:linear-gradient(to bottom right,var(--bg) 49.5%,#120a0a 50.5%)}.diag-dark{background:linear-gradient(to bottom right,#120a0a 49.5%,var(--bg) 50.5%)}.caution-stripe{position:absolute;top:0;left:0;right:0;height:4px;background:repeating-linear-gradient(90deg,var(--red) 0,var(--red) 20px,transparent 20px,transparent 40px);opacity:.4}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:.85rem 3rem;padding-left:max(3rem,env(safe-area-inset-left));padding-right:max(3rem,env(safe-area-inset-right));background:#0a0a0c99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-logo{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0}.nav-logo-img{height:32px;width:auto;object-fit:contain;display:block}.nav-links{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:.82rem;color:var(--text-dim);letter-spacing:.02em;margin-left:auto}.nav-links a{transition:color .2s;margin-left:2.5rem}.nav-links a:hover{color:var(--text)}.nav-cta{padding:.4rem 1rem;background:var(--accent);color:var(--bg);border-radius:6px;font-size:.78rem;font-weight:700;transition:all .2s;white-space:nowrap;display:inline-block;margin-left:2rem}.nav-cta:hover{background:var(--accent-dim)}.nav-cta-mobile{display:none}.hamburger{display:none;-webkit-flex-direction:column;flex-direction:column;background:none;border:none;cursor:pointer;padding:4px;z-index:101;-webkit-tap-highlight-color:transparent}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;-webkit-transition:-webkit-transform .25s,opacity .25s;transition:transform .25s,opacity .25s;margin-bottom:5px}.hamburger span:last-child{margin-bottom:0}.hamburger.active span:nth-child(1){-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.act{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;min-height:60vh;padding:6rem 2rem;position:relative}.act-content{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:1}.act-content-wide{max-width:960px;margin:0 auto;text-align:center;padding:0 2rem;position:relative;z-index:1}.act-open{min-height:100vh;padding-top:10rem;overflow:hidden}.scene{font-family:var(--serif);font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.25;letter-spacing:-.02em;margin-bottom:2rem}.scene-dim{font-family:var(--sans);font-size:clamp(1rem,2vw,1.25rem);color:var(--text-dim);line-height:1.8;max-width:520px;margin:0 auto .8rem;font-weight:400}.stagger{opacity:0;-webkit-transform:translateY(24px);transform:translateY(24px);-webkit-transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,transform .8s ease}.stagger.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.stagger-1{-webkit-transition-delay:.2s;transition-delay:.2s}.stagger-2{-webkit-transition-delay:1s;transition-delay:1s}.stagger-3{-webkit-transition-delay:1.8s;transition-delay:1.8s}.act-cost{min-height:50vh;background:var(--bg)}.scene-small{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--text-dim);margin-bottom:1.5rem;font-weight:400}.scene-big{font-family:var(--serif);font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:1.05;letter-spacing:-.03em}.redline{color:var(--red);text-decoration:underline;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red);text-underline-offset:6px;text-decoration-thickness:3px}.act-fallout{min-height:auto;padding:4rem 2rem;background:#120a0a;border-left:3px solid rgba(217,54,54,.15);border-right:3px solid rgba(217,54,54,.15)}.fallout-grid{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:3rem}.fallout-item{text-align:center;margin:0 2rem}.fallout-num{font-family:var(--mono);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:var(--red);letter-spacing:-.03em;line-height:1;margin-bottom:.5rem}.fallout-label{font-size:.85rem;color:#d9363699;line-height:1.5}.fallout-kicker{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-dim);max-width:520px;margin:0 auto}.fallout-kicker em{color:var(--text);font-style:normal;font-weight:600}.act-turn{min-height:50vh;background:var(--bg)}.turn-logo-wrap{position:relative;display:block;width:clamp(260px,38vw,500px);margin:0 auto -2.5rem}.turn-logo-wrap:before{content:"";position:absolute;top:55%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;height:50%;border-radius:50%;background:radial-gradient(ellipse,rgba(232,229,223,.03) 0%,transparent 60%);pointer-events:none;z-index:0}.turn-logo{display:block;width:100%;height:auto;object-fit:contain;position:relative;z-index:1;-webkit-filter:brightness(1.5);filter:brightness(1.5)}.act-turn .act-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.turn-tagline{font-family:var(--sans);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:var(--accent);margin:0 0 3.5rem}.scene-serif{font-family:var(--serif);font-style:italic;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.2;letter-spacing:-.02em;color:var(--accent)}.act-product{min-height:auto;padding:0 2rem 2rem;background:var(--bg);-webkit-flex-direction:column;flex-direction:column}.product-wrap{max-width:1100px;margin:0 auto}.app-mock{background:#0b0b0e;border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden;box-shadow:0 80px 160px #0009,0 0 120px #c9a2270a}.app-toolbar{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:9px 14px;background:#09090c;border-bottom:1px solid var(--border)}.app-dots{display:-webkit-flex;display:flex}.app-dots span{margin-right:5px}.app-dots span:last-child{margin-right:0}.app-dots span{width:8px;height:8px;border-radius:50%}.app-dots span:nth-child(1){background:#ff5f57}.app-dots span:nth-child(2){background:#febc2e}.app-dots span:nth-child(3){background:#28c840}.app-title{font-family:var(--mono);font-size:.62rem;color:var(--text-muted);margin-left:8px}.app-tabs{display:-webkit-flex;display:flex;margin-left:auto;font-family:var(--mono);font-size:.58rem}.app-tabs span{padding:3px 10px;color:var(--text-muted);border-radius:4px}.app-tabs span.active{background:#c9a22714;color:var(--accent)}.app-body{display:-webkit-flex;display:flex;height:320px}.app-sidebar{width:160px;-webkit-flex-shrink:0;flex-shrink:0;border-right:1px solid var(--border);padding:0;overflow:hidden;background:#0c0c0f}.sb-head{padding:8px 12px;font-family:var(--mono);font-size:.58rem;color:var(--text-muted);letter-spacing:.06em;border-bottom:1px solid var(--border)}.sb-head span{color:var(--green);margin-left:6px}.sb-sheet{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:5px 12px;font-size:.58rem;color:var(--text-muted);border-bottom:1px solid rgba(255,255,255,.015)}.sb-sheet.active{background:#c9a2270d;color:var(--text-dim)}.sb-sheet b{font-family:var(--mono);font-weight:700;color:var(--accent);min-width:32px;font-size:.58rem;margin-right:4px}.sb-sheet i{font-style:normal;color:var(--green);font-size:.45rem;margin-left:auto}.sb-sheet i:before{content:"\\25CF"}.app-viewer{-webkit-flex:1;flex:1;position:relative;overflow:hidden;background:#0b0b0e}.av-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(100,140,180,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(100,140,180,.04) 1px,transparent 1px);background-size:28px 28px}.av-room{position:absolute;border:1px solid rgba(100,140,180,.1)}.av-r1{top:24px;left:16px;width:48%;height:48%}.av-r2{top:24px;right:16px;width:34%;height:32%}.av-r3{bottom:50px;left:16px;width:32%;height:28%}.av-wall{position:absolute;background:#648cb424}.av-w1{top:50%;left:16px;width:48%;height:2px}.av-w2{top:24px;left:52%;width:2px;height:48%}.av-lbl{position:absolute;font-family:var(--mono);font-size:.44rem;color:#648cb42e;letter-spacing:.06em}.av-lbl1{top:40%;left:24px}.av-lbl2{top:34%;left:56%}.av-dim{position:absolute;font-family:var(--mono);font-size:.42rem;color:#648cb433;bottom:36px;left:28%}.av-scanline{position:absolute;top:0;left:0;right:0;height:2px;z-index:5;background:linear-gradient(90deg,transparent 10%,var(--accent),transparent 90%);box-shadow:0 0 14px var(--accent),0 4px 28px #c9a2271a;-webkit-animation:scan 5s ease-in-out infinite;animation:scan 5s ease-in-out infinite}@-webkit-keyframes scan{0%{top:-2px;opacity:0}5%{opacity:1}55%{top:100%;opacity:1}60%{opacity:0}to{top:100%;opacity:0}}@keyframes scan{0%{top:-2px;opacity:0}5%{opacity:1}55%{top:100%;opacity:1}60%{opacity:0}to{top:100%;opacity:0}}.av-issue{position:absolute;z-index:6;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation:pop .4s ease forwards;animation:pop .4s ease forwards}.av-issue1{top:18%;left:40%;-webkit-animation-delay:2s;animation-delay:2s}.av-issue2{top:54%;left:22%;-webkit-animation-delay:2.7s;animation-delay:2.7s}.av-issue3{top:28%;right:18%;-webkit-animation-delay:3.4s;animation-delay:3.4s}@-webkit-keyframes pop{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.av-issue i{display:block;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 6px var(--red)}.av-issue span{position:absolute;top:-1px;left:14px;white-space:nowrap;padding:2px 6px;background:var(--red-bg);border:1px solid var(--red-border);border-radius:3px;font-family:var(--mono);font-size:.5rem;color:var(--red)}.app-issues{border-top:1px solid var(--border);background:#09090c}.ai-head{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:6px 14px;font-family:var(--mono);font-size:.58rem;color:var(--text-muted);border-bottom:1px solid var(--border)}.ai-count{padding:1px 6px;background:var(--red-bg);border:1px solid var(--red-border);border-radius:3px;color:var(--red);font-size:.52rem}.ai-row{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:5px 14px;font-size:.55rem;color:var(--text-dim);border-bottom:1px solid rgba(255,255,255,.015)}.ai-row b{font-family:var(--mono);font-size:.5rem;width:32px;text-align:center;padding:1px 0;border-radius:2px;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10px}.ai-row.high b{color:var(--red);background:var(--red-bg)}.ai-row.med b{color:var(--orange);background:#e5873a14}.ai-row.low b{color:var(--text-muted);background:#ffffff08}.ai-row span{-webkit-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-row em{font-style:normal;font-family:var(--mono);color:var(--text-muted);font-size:.5rem;-webkit-flex-shrink:0;flex-shrink:0;margin-left:10px}.ticker-wrap{max-width:1100px;margin:1rem auto 0;overflow:hidden;position:relative}.ticker{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.ticker-track{display:-webkit-flex;display:flex;-webkit-animation:tickerScroll 30s linear infinite;animation:tickerScroll 30s linear infinite;width:-webkit-max-content;width:max-content}@-webkit-keyframes tickerScroll{0%{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-50%)}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tk{font-family:var(--mono);font-size:.6rem;padding:4px 12px;border-radius:4px;white-space:nowrap;-webkit-flex-shrink:0;flex-shrink:0;margin-right:1rem}.tk.high{background:var(--red-bg);border:1px solid var(--red-border);color:var(--red)}.tk.med{background:#e5873a0f;border:1px solid rgba(229,135,58,.15);color:var(--orange)}.tk.low{background:#ffffff05;border:1px solid var(--border);color:var(--text-muted)}.act-compare{min-height:auto;padding:6rem 2rem;background:var(--bg)}.compare-inner{max-width:880px;margin:0 auto;text-align:center;position:relative;z-index:1}.compare-heading{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.6rem);margin-bottom:3rem;letter-spacing:-.02em}.compare-grid{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch}.compare-card{-webkit-flex:1;flex:1;padding:2rem 1.8rem;text-align:left}.compare-before{background:#d9363608;border:1px solid rgba(217,54,54,.1);border-radius:12px 0 0 12px}.compare-after{background:#c9a2270a;border:1px solid rgba(201,162,39,.12);border-radius:0 12px 12px 0}.compare-tag{font-family:var(--mono);font-size:.65rem;font-weight:700;color:var(--text-muted);letter-spacing:.04em;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.compare-tag-accent{color:var(--accent)}.compare-rows{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.compare-rows .compare-row{margin-bottom:.9rem}.compare-rows .compare-row:last-child{margin-bottom:0}.compare-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.compare-label{font-size:.78rem;color:var(--text-muted)}.compare-val{font-family:var(--mono);font-size:.85rem;font-weight:600;color:var(--text-dim)}.compare-val-bad{color:var(--red)}.compare-val-good{color:var(--green)}.compare-vs{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-family:var(--serif);font-style:italic;font-size:1.2rem;color:var(--text-muted);padding:0 .6rem;-webkit-flex-shrink:0;flex-shrink:0}.act-pipeline{min-height:auto;padding:6rem 2rem;background:var(--bg2);-webkit-flex-direction:column;flex-direction:column}.pipeline-inner{max-width:1100px;margin:0 auto;text-align:center}.pipeline-intro{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--text);font-weight:500;margin-bottom:3rem}.pipeline{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.pipe-step{text-align:center;-webkit-flex-shrink:0;flex-shrink:0;width:120px}.pipe-icon{width:56px;height:56px;margin:0 auto .6rem;border-radius:10px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-family:var(--mono);font-size:.6rem;font-weight:700;color:var(--text-dim);background:#ffffff08;border:1px solid var(--border);letter-spacing:.02em;-webkit-transition:all .4s;transition:all .4s}.pipe-icon-accent{background:#c9a22714;border-color:#c9a22733;color:var(--accent)}.pipe-step:hover .pipe-icon{border-color:var(--accent);-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 16px #c9a2271a}.pipe-label{font-family:var(--mono);font-size:.68rem;color:var(--text);font-weight:600;margin-bottom:.3rem;letter-spacing:.02em}.pipe-desc{font-size:.7rem;color:var(--text-muted);line-height:1.4;padding:0 .3rem}.pipe-arrow{width:24px;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding-top:18px;color:var(--text-muted)}.pipe-arrow svg{width:20px;height:14px;-webkit-flex-shrink:0;flex-shrink:0}.pipe-anim{opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px);-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease}.pipe-anim.pipe-visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.pipe-output{margin-top:2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.pipe-output-arrow{display:block;width:24px;height:2px;background:var(--accent);-webkit-flex-shrink:0;flex-shrink:0;margin-right:.6rem}.pipe-output-text{font-size:.85rem;color:var(--text-dim);text-align:left}.act-proof{min-height:auto;padding:6rem 2rem;background:var(--bg)}.proof-split{max-width:1100px;margin:0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:relative;z-index:1}.proof-left{-webkit-flex:1;flex:1;text-align:left;margin-right:4rem}.proof-heading{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.2;letter-spacing:-.02em}.proof-heading-accent{color:var(--accent);margin-bottom:1.5rem}.proof-subtext{font-size:.95rem;color:var(--text-dim);line-height:1.7;max-width:400px}.proof-right{-webkit-flex:1;flex:1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.proof-stat{margin-bottom:2rem}.proof-stat:last-child{margin-bottom:0}.proof-stat{text-align:left;padding-left:1.5rem;border-left:2px solid rgba(201,162,39,.2)}.proof-num{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;color:var(--accent);letter-spacing:-.04em;line-height:1;margin-bottom:.3rem;font-variant-numeric:tabular-nums}.proof-label{font-size:.82rem;color:var(--text-dim);line-height:1.5}.act-who{min-height:auto;padding:5rem 2rem;background:var(--bg2)}.who-grid{max-width:1100px;margin:0 auto;display:-webkit-flex;display:flex}.who-card{-webkit-flex:1;flex:1;padding:2rem 1.6rem;background:#ffffff05;border:1px solid var(--border);border-radius:10px;-webkit-transition:border-color .3s;transition:border-color .3s;margin-left:1.5rem}.who-card:first-child{margin-left:0}.who-card:hover{border-color:#c9a22726}.who-icon{font-family:var(--mono);font-size:.7rem;font-weight:700;color:var(--accent);width:40px;height:40px;border-radius:8px;background:#c9a2270f;border:1px solid rgba(201,162,39,.12);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-bottom:1rem;letter-spacing:.02em}.who-title{font-size:.92rem;font-weight:700;color:var(--text);margin-bottom:.6rem}.who-desc{font-size:.82rem;color:var(--text-dim);line-height:1.65}.act-faq{min-height:auto;padding:5rem 2rem;background:var(--bg)}.faq-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.faq-heading{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.2rem);text-align:center;margin-bottom:2.5rem;letter-spacing:-.02em}.faq-list{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.faq-item{border-top:1px solid var(--border)}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-item summary{padding:1.2rem 0;font-size:.92rem;color:var(--text);cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;list-style:none;font-weight:500;-webkit-transition:color .2s;transition:color .2s;-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{display:none;content:""}.faq-item summary:focus{outline:none}.faq-item summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.faq-item summary:after{content:"+";font-family:var(--mono);font-size:1rem;color:var(--text-muted);-webkit-transition:-webkit-transform .2s;transition:transform .2s;-webkit-flex-shrink:0;flex-shrink:0;margin-left:1rem}.faq-item[open] summary:after{content:"−"}.faq-item[open] summary{color:var(--accent)}.faq-answer{padding:0 0 1.2rem;font-size:.85rem;color:var(--text-dim);line-height:1.7}.act-cta{min-height:auto;padding:7rem 2rem;background:var(--bg);position:relative;overflow:hidden}.cta-headline{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.cta-sub{font-size:.95rem;color:var(--text-dim);margin-bottom:2.5rem;line-height:1.7}.waitlist-form{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;margin-bottom:.7rem;margin-left:-.3rem;margin-right:-.3rem}.waitlist-form input,.waitlist-form button{margin:.3rem}.waitlist-form input{-webkit-flex:1;flex:1;min-width:180px;padding:.75rem 1rem;background:var(--bg2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.88rem;font-family:var(--sans);outline:none;transition:border-color .2s}.waitlist-form input:focus{border-color:var(--accent)}.waitlist-form input::placeholder{color:var(--text-muted)}.waitlist-form button{padding:.75rem 1.8rem;background:var(--accent);color:var(--bg);border:none;border-radius:8px;font-size:.88rem;font-weight:700;cursor:pointer;font-family:var(--sans);-webkit-transition:all .2s;transition:all .2s;-webkit-flex-shrink:0;flex-shrink:0;white-space:nowrap}.waitlist-form button:hover{background:var(--accent-dim);box-shadow:0 4px 20px var(--accent-strong)}.form-note{font-size:.72rem;color:var(--text-muted);margin-bottom:1.5rem}.success-msg{display:none;padding:1rem;background:#34b8640f;border:1px solid rgba(52,184,100,.15);border-radius:8px;color:var(--green);font-size:.88rem;margin-bottom:1.5rem}.success-msg.visible{display:block}.demo-link{font-size:.85rem;color:var(--text-muted)}.demo-link span{color:var(--accent);border-bottom:1px solid transparent;transition:border-color .2s}.demo-link:hover span{border-color:var(--accent)}footer{padding:2.5rem 3rem;border-top:1px solid var(--border);background:var(--bg2)}.footer-inner{max-width:1100px;margin:0 auto;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.footer-col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.footer-logo{font-size:.88rem;font-weight:700;margin-bottom:.3rem}.footer-logo span{color:var(--accent)}.footer-tagline{font-size:.7rem;color:var(--text-muted)}.footer-col-links{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.footer-col-links a{font-size:.78rem;color:var(--text-dim);-webkit-transition:color .2s;transition:color .2s;margin-left:2rem}.footer-col-links a:first-child{margin-left:0}.footer-col-links a:hover{color:var(--text)}.footer-col-right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.footer-social{color:var(--text-muted);-webkit-transition:color .2s;transition:color .2s;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:1rem}.footer-social:hover{color:var(--accent)}.footer-note{font-size:.7rem;color:var(--text-muted)}.fade-up{opacity:0;-webkit-transform:translateY(28px);transform:translateY(28px);-webkit-transition:opacity .7s ease,-webkit-transform .7s ease;transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width:1024px){nav{padding:.8rem 2rem}.nav-logo-img{height:28px}.act{padding:5rem 2rem}.act-open{padding-top:9rem;min-height:85vh}.act-cost,.act-turn{min-height:40vh}.turn-logo-wrap{width:clamp(180px,25vw,300px);margin-bottom:-1.5rem}.app-body{height:260px}.app-sidebar{width:140px}.app-title{display:none}.av-issue span{font-size:.44rem;padding:2px 4px}.act-product{padding:0 1.5rem 2rem}.product-wrap{max-width:900px}.compare-card{padding:1.5rem 1.2rem}.pipeline{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:-.5rem}.pipeline .pipe-step,.pipeline .pipe-arrow{margin:.5rem}.pipe-arrow{width:16px;padding-top:0}.proof-left{margin-right:3rem}.proof-heading{font-size:clamp(1.6rem,3vw,2.4rem)}.who-card{padding:1.5rem 1.2rem;margin-left:1rem}.who-card:first-child{margin-left:0}}@media (max-width:768px){nav{padding:.75rem 1.25rem}.nav-logo-img{height:24px}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0cf7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:1.2rem;z-index:100}.nav-links a{margin-left:0;margin-bottom:2rem}.nav-links a:last-child{margin-bottom:0}.nav-links.open{display:-webkit-flex;display:flex}.nav-cta-desktop{display:none}.nav-cta-mobile{display:inline-block;font-size:1rem;padding:.6rem 1.5rem;margin-left:0}.hamburger{display:-webkit-flex;display:flex}.act{padding:3.5rem 1.25rem}.act-content{max-width:100%}.act-content-wide{max-width:100%;padding:0}.act-open{padding-top:7rem;min-height:80vh}.scene{font-size:clamp(1.8rem,7vw,2.8rem);margin-bottom:1.5rem}.scene-dim{font-size:clamp(.9rem,3.5vw,1.1rem);max-width:100%;line-height:1.7}.act-cost{min-height:35vh;padding:3rem 1.25rem}.scene-small{font-size:1rem;margin-bottom:1rem}.scene-big{font-size:clamp(2.5rem,12vw,4rem)}.diag{height:40px}.act-fallout{padding:3rem 1.25rem}.fallout-grid{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-bottom:2rem}.fallout-item{margin:0 0 1.5rem}.fallout-num{font-size:clamp(1.8rem,8vw,2.4rem)}.act-turn{min-height:35vh;padding:3rem 1.25rem}.turn-logo-wrap{width:clamp(150px,40vw,260px);margin-bottom:-.5rem}.scene-serif{font-size:clamp(1.5rem,5.5vw,2.2rem)}.act-product{padding:0 .75rem 2rem}.app-mock{border-radius:8px}.app-toolbar{padding:6px 10px}.app-dots span{width:6px;height:6px}.app-title{display:none}.app-tabs span{font-size:.5rem;padding:2px 6px}.app-body{height:180px}.app-sidebar{width:90px}.sb-head{padding:6px 8px;font-size:.5rem}.sb-sheet{padding:4px 8px;font-size:.48rem}.sb-sheet b{font-size:.48rem;min-width:26px}.av-lbl{font-size:.36rem}.av-dim{font-size:.34rem}.av-issue span{font-size:.4rem;padding:1px 3px}.av-issue i{width:6px;height:6px}.ai-head{padding:5px 10px;font-size:.5rem}.ai-row{padding:4px 10px;font-size:.46rem}.ai-row b{font-size:.42rem;width:26px;margin-right:6px}.ai-row em{font-size:.42rem;margin-left:6px}.tk{font-size:.5rem;padding:3px 8px}.compare-grid{-webkit-flex-direction:column;flex-direction:column}.compare-before{border-radius:10px;margin-bottom:1rem}.compare-after{border-radius:10px}.compare-vs{padding:.2rem 0;-webkit-justify-content:center;justify-content:center;margin-bottom:1rem}.compare-heading{font-size:clamp(1.4rem,5vw,2rem);margin-bottom:2rem}.pipeline{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;margin:-.25rem}.pipeline .pipe-step,.pipeline .pipe-arrow{margin:.25rem}.pipe-step{width:100px}.pipe-icon{width:44px;height:44px;font-size:.5rem}.pipe-label{font-size:.6rem}.pipe-desc{font-size:.58rem}.pipe-arrow{width:16px;padding-top:14px;font-size:.6rem}.pipe-output{-webkit-flex-direction:column;flex-direction:column;text-align:center}.pipe-output-arrow{width:2px;height:16px}.pipe-output-text{text-align:center;font-size:.8rem}.proof-split{-webkit-flex-direction:column;flex-direction:column}.proof-left{text-align:center;margin-right:0;margin-bottom:2.5rem}.proof-subtext{max-width:100%;margin:0 auto}.proof-heading{font-size:clamp(1.6rem,6vw,2.2rem)}.proof-stat{text-align:center;border-left:none;padding-left:0;border-top:1px solid rgba(201,162,39,.1);padding-top:1.5rem}.who-grid{-webkit-flex-direction:column;flex-direction:column}.who-card{padding:1.5rem 1.25rem;margin-left:0;margin-bottom:1rem}.who-card:last-child{margin-bottom:0}.act-faq{padding:4rem 1.25rem}.faq-heading{font-size:clamp(1.3rem,5vw,1.8rem);margin-bottom:2rem}.act-who{padding:3.5rem 1.25rem}.act-cta{padding:5rem 1.25rem}.cta-headline{font-size:clamp(1.6rem,6vw,2.2rem)}.cta-sub{font-size:.88rem;margin-bottom:2rem}.waitlist-form{-webkit-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0}.waitlist-form input,.waitlist-form button{margin:.25rem 0}.waitlist-form input{min-width:unset;width:100%;padding:.7rem .9rem;font-size:.85rem}.waitlist-form button{width:100%;padding:.7rem;font-size:.85rem}.form-note{font-size:.68rem}footer{padding:1.5rem 1.25rem}.footer-inner{-webkit-flex-direction:column;flex-direction:column;text-align:center}.footer-col{-webkit-align-items:center;align-items:center;margin-bottom:1rem}.footer-col:last-child{margin-bottom:0}.footer-col-links a{margin-left:1.5rem}.footer-col-links a:first-child{margin-left:0}.footer-col-right{margin-top:.5rem}.footer-social{margin-right:.8rem}}@media (max-width:380px){.act-open{padding-top:6rem}.scene{font-size:1.6rem}.scene-big{font-size:2.4rem}.app-body{height:150px}.app-sidebar{width:70px}.sb-sheet{font-size:.4rem;padding:3px 6px}.sb-sheet b{font-size:.4rem;min-width:20px}.av-issue span{display:none}.ai-row span{max-width:120px}.pipe-step{width:80px}.pipe-icon{width:36px;height:36px;font-size:.44rem}.pipe-arrow{display:none}.compare-card{padding:1.2rem 1rem}.compare-val{font-size:.78rem}}
