@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600;700&display=swap";
:root{--bg:#09090b;--bg2:#0f0f12;--bg3:#141418;--surface:#1a1a20;--border:#27272a;--text:#e4e4e7;--text-dim:#71717a;--text-muted:#52525b;--amber:#f59e0b;--amber-dim:#f59e0b1f;--amber-glow:#f59e0b0f;--red:#ef4444;--red-dim:#ef44441f;--green:#22c55e;--green-dim:#22c55e1f;--blue:#3b82f6;--blue-dim:#3b82f61f;--purple:#a855f7;--purple-dim:#a855f71f;--cyan:#06b6d4}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(1.2);backdrop-filter:blur(20px)saturate(1.2);background:#09090bcc;border-bottom:1px solid #27272a80;justify-content:space-between;align-items:center;width:100%;padding:.9rem 2rem;display:flex;position:fixed;top:0}.logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-icon{flex-shrink:0;width:38px;height:38px}.logo-text{font-family:JetBrains Mono,monospace;font-size:1.1rem}.logo-text .loom{color:var(--text);font-weight:400}.logo-text .code{color:var(--amber);font-weight:700}.nav-cta{background:var(--amber);color:var(--bg);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.nav-cta:hover{background:#fbbf24;transform:translateY(-1px)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:7rem 2rem 5rem;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b0a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-tag{letter-spacing:2.5px;text-transform:uppercase;color:var(--amber);background:var(--amber-dim);opacity:0;border:1px solid #f59e0b33;border-radius:20px;margin-bottom:2.5rem;padding:.4rem 1rem;font-family:JetBrains Mono,monospace;font-size:.72rem;animation:.8s .2s forwards fadeUp}.hero h1{letter-spacing:-2px;opacity:0;max-width:780px;margin-bottom:1.8rem;font-family:DM Serif Display,serif;font-size:clamp(2.6rem,6vw,4.8rem);line-height:1.08;animation:.8s .4s forwards fadeUp}.hero h1 .accent{color:var(--amber)}.hero h1 .dim{color:var(--text-dim)}.hero-sub{color:var(--text-dim);opacity:0;max-width:500px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7;animation:.8s .6s forwards fadeUp}.hero-cta-row{opacity:0;align-items:center;gap:.8rem;animation:.8s .8s forwards fadeUp;display:flex}.btn-primary{background:var(--amber);color:var(--bg);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.8rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary:hover{background:#fbbf24;transform:translateY(-1px)}.btn-ghost{color:var(--text-dim);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.8rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted)}.hero-form{opacity:0;width:100%;max-width:420px;animation:.8s .8s forwards fadeUp}.hero-form .email-row{margin-bottom:0}.hero-form-msg{color:var(--green);text-align:center;margin-top:.6rem;font-size:.82rem;font-weight:500;display:none}.hero-form-note{text-align:center;color:var(--text-muted);margin-top:.6rem;font-size:.78rem}.hero-form-hint{text-align:center;color:var(--amber);opacity:.85;margin-top:.3rem;font-size:.75rem}.hero-see-more{color:var(--text-muted);opacity:0;margin-top:2rem;font-size:.85rem;text-decoration:none;transition:color .2s;animation:.8s 1s forwards fadeUp;display:inline-block}.hero-see-more:hover{color:var(--text)}.sticky-cta{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);z-index:100;text-align:center;background:#09090bf2;padding:.7rem 1rem;transition:transform .3s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.sticky-cta.visible{transform:translateY(0)}.sticky-cta-btn{width:100%;padding:.7rem 1rem;font-size:.88rem}@media (max-width:600px){.sticky-cta{display:block}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.sec{padding:6rem 2rem;position:relative}.sec-alt{background:var(--bg2)}.sec-inner{max-width:1120px;margin:0 auto}.sec-label{letter-spacing:2.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600}.sec-h2{letter-spacing:-1px;margin-bottom:.7rem;font-family:DM Serif Display,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.15}.sec-h2 .accent{color:var(--amber)}.sec-sub{color:var(--text-dim);max-width:520px;margin-bottom:2.5rem;font-size:1rem;line-height:1.65}.ide-window{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 25px 60px #00000080,0 0 0 1px #ffffff05}.ide-titlebar{background:var(--bg3);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.65rem 1rem;display:flex}.ide-dots{gap:6px;display:flex}.ide-dots span{border-radius:50%;width:10px;height:10px}.ide-title{color:var(--text-dim);margin-left:.5rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.ide-layout{min-height:360px;display:flex}.ide-sidebar{border-right:1px solid var(--border);background:var(--bg2);flex-shrink:0;width:200px;padding:.8rem 0}.ide-file{color:var(--text-dim);cursor:default;align-items:center;gap:.4rem;padding:.3rem 1rem;font-family:JetBrains Mono,monospace;font-size:.72rem;display:flex}.ide-file.active{color:var(--amber);background:#f59e0b14}.ide-folder{color:var(--text-muted);margin-top:.4rem;padding:.3rem 1rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600}.ide-folder:first-child{margin-top:0}.ide-main{flex-direction:column;flex:1;display:flex}.ide-tabs{border-bottom:1px solid var(--border);background:var(--bg2);display:flex}.ide-tab{color:var(--text-dim);border-right:1px solid var(--border);padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.ide-tab.active{background:var(--bg);color:var(--text);border-bottom:2px solid var(--amber)}.ide-code{flex:1;padding:1rem 0;overflow-x:auto}.code-line{align-items:flex-start;padding:0 1rem;font-family:JetBrains Mono,monospace;font-size:.78rem;line-height:1.65;display:flex;position:relative}.code-line:hover{background:#ffffff05}.line-num{text-align:right;width:32px;color:var(--text-muted);-webkit-user-select:none;user-select:none;flex-shrink:0;margin-right:1rem;font-size:.72rem}.line-content{white-space:pre;flex:1}.kw{color:#c084fc}.fn{color:#60a5fa}.str{color:#34d399}.cmt{color:#52525b;font-style:italic}.num{color:#fb923c}.op{color:#94a3b8}.var{color:#e4e4e7}.type{color:#fbbf24}.bool{color:#f472b6}.intent-gutter{border-radius:0 3px 3px 0;width:6px;position:absolute;top:0;bottom:0;right:0}.code-line.has-intent{cursor:pointer}.code-line.has-intent:hover{background:var(--amber-dim)}.intent-popover{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:10px;width:340px;padding:1rem;font-size:.8rem;display:none;position:absolute;top:100%;right:16px;box-shadow:0 16px 40px #0009}.code-line.has-intent:hover .intent-popover{display:block}.intent-popover-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--amber);align-items:center;gap:.4rem;margin-bottom:.6rem;font-family:JetBrains Mono,monospace;font-size:.6rem;display:flex}.intent-popover-title:before{content:"";background:var(--amber);border-radius:50%;width:6px;height:6px}.intent-chain{flex-direction:column;gap:.6rem;display:flex}.intent-step{align-items:flex-start;gap:.6rem;display:flex}.intent-step-bar{border-radius:2px;flex-shrink:0;width:3px;min-height:32px}.intent-step-body{flex:1}.intent-step-label{letter-spacing:1px;text-transform:uppercase;margin-bottom:.15rem;font-family:JetBrains Mono,monospace;font-size:.58rem}.intent-step-text{color:var(--text-dim);font-size:.78rem;line-height:1.45}.intent-step-meta{color:var(--text-muted);margin-top:.15rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.term-window{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 25px 60px #00000080}.term-titlebar{background:var(--bg3);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.65rem 1rem;display:flex}.term-body{padding:1.2rem 1.4rem}.term-line{color:var(--text-dim);word-break:break-word;overflow-wrap:break-word;font-family:JetBrains Mono,monospace;font-size:.8rem;line-height:1.7}.term-prompt{color:var(--green)}.term-cmd{color:var(--text)}.term-output{margin-top:.8rem}.trace-chain{margin:.5rem 0}.trace-step{border-left:3px solid #0000;align-items:flex-start;gap:.8rem;padding:.6rem 0 .6rem 1rem;display:flex}.trace-step-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700;display:flex}.trace-step-body{flex:1}.trace-step-label{letter-spacing:1.5px;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.62rem}.trace-step-text{color:var(--text);word-break:break-word;overflow-wrap:break-word;margin-top:.1rem;font-size:.82rem;line-height:1.5}.trace-step-meta{color:var(--text-muted);word-break:break-word;overflow-wrap:break-word;margin-top:.15rem;font-family:JetBrains Mono,monospace;font-size:.68rem}.trace-connector{border-radius:2px;width:3px;height:16px;margin-left:11px}.coverage-panel{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 25px 60px #00000080}.coverage-titlebar{background:var(--bg3);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.65rem 1rem;display:flex}.coverage-body{padding:1.5rem}.coverage-summary{gap:2rem;margin-bottom:1.5rem;display:flex}.coverage-stat{text-align:center;flex:1}.coverage-stat-num{font-family:DM Serif Display,serif;font-size:2.2rem;line-height:1}.coverage-stat-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dim);margin-top:.3rem;font-family:JetBrains Mono,monospace;font-size:.62rem}.coverage-bar-track{border-radius:6px;height:28px;margin-bottom:1.2rem;display:flex;overflow:hidden}.coverage-bar-fill{justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:600;display:flex}.coverage-files{flex-direction:column;gap:.4rem;display:flex}.coverage-file-row{align-items:center;gap:.6rem;font-family:JetBrains Mono,monospace;font-size:.72rem;display:flex}.coverage-file-name{width:180px;color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:0;overflow:hidden}.coverage-file-bar{background:var(--bg3);border-radius:4px;flex:1;height:8px;overflow:hidden}.coverage-file-fill{border-radius:4px;height:100%}.coverage-file-pct{text-align:right;width:40px;color:var(--text-dim)}.flow-section{padding:6rem 2rem}.flow-inner{max-width:1120px;margin:0 auto}.flow-diagram{justify-content:center;align-items:stretch;gap:0;display:flex}.flow-col{flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.flow-arrow-col{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:1rem .5rem;font-size:1.4rem;display:flex}.flow-chip{background:var(--bg2);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.8rem;font-weight:500;transition:border-color .2s;display:flex}.flow-chip:hover{border-color:var(--text-muted)}.flow-chip .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.flow-center-box{background:var(--amber-dim);border:2px solid var(--amber);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 2rem;display:flex}.flow-center-label{color:var(--amber);font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700}.flow-center-sub{color:var(--text-dim);max-width:160px;margin-top:.4rem;font-size:.75rem;line-height:1.4}.flow-col-label{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:.3rem;font-family:JetBrains Mono,monospace;font-size:.58rem}.cta-section{text-align:center;padding:8rem 2rem}.cta-section h2{letter-spacing:-1px;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15}.cta-section h2 .accent{color:var(--amber)}.cta-section h2 .dim{color:var(--text-dim)}.cta-sub{color:var(--text-dim);max-width:460px;margin:0 auto 1.2rem;font-size:1.05rem;line-height:1.7}.cta-metric{color:var(--text-dim);max-width:460px;margin:0 auto 2rem;font-size:.9rem;font-style:italic;line-height:1.6}.cta-metric strong{color:var(--text)}.cta-box{background:var(--bg2);border:1px solid #f59e0b33;border-radius:14px;max-width:580px;margin:0 auto;padding:2rem;box-shadow:0 0 0 1px #f59e0b0d,0 8px 32px #0006}.email-row{gap:.5rem;display:flex}.email-row input{background:var(--surface);color:var(--text);border:1px solid #ffffff1a;border-radius:6px;outline:none;flex:1;padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px 3px #00000040}.email-row input:focus{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-dim);outline:none}.email-row input::placeholder{color:var(--text-dim);opacity:.6}.signup-msg{margin-top:.6rem;font-size:.82rem;font-weight:500}.signup-msg.success{color:var(--green)}.signup-msg.error{color:var(--red)}footer{text-align:center;color:var(--text-muted);letter-spacing:1px;border-top:1px solid var(--border);padding:2rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}html,body,section,.sec,.flow-section{max-width:100vw;overflow-x:hidden}@media (max-width:820px){.ide-sidebar{display:none}.flow-diagram{flex-direction:column;align-items:center}.flow-arrow-col{padding:.3rem;font-size:1.2rem;transform:rotate(90deg)}.flow-col{width:100%;max-width:340px}.sec{padding:4rem 1.2rem}.sec-inner{max-width:100%}.flow-section{padding:4rem 1.2rem}.flow-inner{max-width:100%}}@media (max-width:600px){nav{padding:.7rem 1rem}.logo-icon{width:28px;height:28px}.logo-text{font-size:.95rem}.nav-cta{padding:.4rem .8rem;font-size:.75rem}.hero{min-height:auto;padding:5.5rem 1rem 2.5rem}.hero:before{width:300px;height:300px}.hero h1{letter-spacing:-1px;max-width:100%;font-size:2rem}.hero-sub{max-width:100%;margin-bottom:1.5rem;font-size:.95rem}.hero-tag{padding:.3rem .7rem;font-size:.62rem}.hero-form{max-width:100%}.hero-form .email-row{flex-direction:column}.hero-form .email-row input{font-size:16px}.hero-see-more{margin-top:1.5rem}.hero-cta-row{flex-direction:column;width:100%;max-width:280px}.btn-primary,.btn-ghost{text-align:center;width:100%;padding:.65rem 1.2rem}.sec{padding:3rem .8rem}.sec-h2{letter-spacing:-.5px;font-size:1.5rem}.sec-sub{max-width:100%;font-size:.88rem}.sec-label{font-size:.6rem}.ide-window{border-radius:8px;max-width:100%}.ide-titlebar{padding:.5rem .8rem}.ide-title{text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.ide-layout{min-height:auto}.ide-sidebar{display:none}.ide-tabs{overflow-x:auto}.ide-tab{white-space:nowrap;padding:.4rem .7rem;font-size:.65rem}.ide-code{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.code-line{min-width:0;padding:0 .6rem;font-size:.65rem}.line-num{width:20px;margin-right:.5rem;font-size:.58rem}.intent-popover,.code-line.has-intent:hover .intent-popover{display:none!important}.intent-gutter{width:4px}.ide-hint{font-size:.68rem}.term-window{max-width:100%}.term-titlebar{padding:.5rem .8rem}.term-body{padding:.8rem}.term-line{word-break:break-word;overflow-wrap:break-word;font-size:.68rem}.term-cmd{word-break:break-word}.trace-chain{overflow:hidden}.trace-step{gap:.4rem;padding:.4rem 0 .4rem .5rem}.trace-step-icon{border-radius:4px;width:20px;min-width:20px;height:20px;font-size:.55rem}.trace-step-text{word-break:break-word;overflow-wrap:break-word;font-size:.72rem}.trace-step-label{font-size:.58rem}.trace-step-meta{word-break:break-all;font-size:.58rem}.trace-connector{height:10px;margin-left:9px}.coverage-panel{max-width:100%}.coverage-titlebar{padding:.5rem .8rem}.coverage-body{padding:.8rem}.coverage-summary{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.coverage-stat-num{font-size:1.5rem}.coverage-stat-label{font-size:.55rem}.coverage-bar-track{height:22px}.coverage-bar-fill{font-size:.6rem}.coverage-file-row{gap:.4rem}.coverage-file-name{width:100px;font-size:.6rem}.coverage-file-bar{min-width:40px}.coverage-file-pct{width:32px;font-size:.6rem}.flow-section{padding:3rem .8rem}.flow-inner{max-width:100%}.flow-diagram{flex-direction:column;align-items:center;gap:0}.flow-col{width:100%;max-width:100%;padding:.8rem 0}.flow-arrow-col{padding:.2rem;font-size:1.1rem;transform:rotate(90deg)}.flow-chip{padding:.4rem .7rem;font-size:.75rem}.flow-center-box{padding:1rem}.flow-center-label{font-size:.9rem}.flow-center-sub{font-size:.7rem}.flow-col-label{font-size:.55rem}.cta-section{padding:3rem .8rem}.cta-section h2{font-size:1.6rem}.cta-sub{max-width:100%;font-size:.92rem}.cta-box{max-width:100%;padding:1.2rem}.email-row{flex-direction:column}.email-row input{padding:.65rem .8rem;font-size:16px}.btn-primary{padding:.65rem 1rem}footer{padding:1.5rem 1rem;font-size:.6rem}}@media (max-width:380px){.hero h1{font-size:1.7rem}.sec-h2{font-size:1.3rem}.coverage-file-name{width:80px;font-size:.55rem}.code-line{font-size:.6rem}}.mobile-intent-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;max-width:100%;margin:.8rem 0;padding:1rem;font-size:.78rem;display:none}@media (max-width:600px){.mobile-intent-card{display:block}}.hero-peek{flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:7rem 2rem 0;display:flex;position:relative;overflow:hidden}.hero-peek-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:680px;display:flex}.hero-peek h1{letter-spacing:-1px;opacity:0;max-width:640px;margin-bottom:0;font-family:DM Serif Display,serif;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.18;animation:.8s .3s forwards fadeUp}.hero-peek .hero-sub{color:var(--text-dim);opacity:0;max-width:560px;margin:1.2rem auto 0;font-size:1rem;line-height:1.7;animation:.8s .45s forwards fadeUp}.hero-peek .hero-icp{opacity:0;margin-top:.75rem;animation:.7s .55s forwards fadeUp}.hero-peek-cta{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;animation:.7s .65s forwards fadeUp;display:flex}.hero-peek-note{color:var(--text-dim);font-size:.8rem}.hero-peek-ide{opacity:0;flex-shrink:0;width:100%;max-width:900px;margin-top:2.5rem;animation:.9s .75s forwards fadeUp;position:relative}.hero-peek-ide:after{content:"";background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none;height:120px;position:absolute;bottom:0;left:0;right:0}.hero-v2{flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative}.hero-v2-head{text-align:center}.hero-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--amber);opacity:0;margin-bottom:1.2rem;font-size:.85rem;font-weight:600;animation:.7s .2s forwards fadeUp}.hero-icp{color:var(--text-dim);opacity:0;margin-top:1rem;margin-bottom:0;font-size:.9rem;animation:.7s .5s forwards fadeUp}.hero-v2 h1{letter-spacing:-1px;opacity:0;max-width:780px;margin-bottom:0;font-family:DM Serif Display,serif;font-size:clamp(1.7rem,3.2vw,2.8rem);line-height:1.15;animation:.8s .4s forwards fadeUp}.hero-br{display:block}.hero-v2-bottom{text-align:center;width:100%;max-width:540px}.hero-v2-bottom .hero-sub{color:var(--text-dim);opacity:0;margin-bottom:1.8rem;font-size:1.1rem;line-height:1.7;animation:.8s .7s forwards fadeUp}.hero-email-row{margin-bottom:0}#waitlist{background:#ffffff05;border:1px solid #ffffff12;border-radius:12px;padding:1.25rem 1.25rem .75rem}.hero-demo-link{color:var(--text-dim);opacity:0;margin-top:1rem;font-size:.88rem;text-decoration:none;transition:color .2s;animation:.8s 1s forwards fadeUp;display:inline-block}.hero-demo-link:hover{color:var(--text)}.hero-demo-note{color:var(--text-muted);font-size:.82rem}.hero-ide-window{background:var(--bg);border:1px solid var(--border);opacity:0;border-radius:12px;width:100%;max-width:1200px;animation:.9s .55s forwards fadeUp;overflow:hidden;box-shadow:0 30px 80px #0009,0 0 0 1px #ffffff05}.hero-ide-layout{grid-template-columns:180px 1fr 272px;display:grid}.hero-code-pane{border-right:1px solid var(--border);flex-direction:column;display:flex}.hero-loom-panel{background:var(--bg2);border-left:1px solid var(--border);flex-direction:column;gap:.7rem;padding:1rem;font-size:.78rem;display:flex}.loom-panel-hdr{letter-spacing:2px;text-transform:uppercase;color:var(--amber);align-items:center;gap:.4rem;font-family:JetBrains Mono,monospace;font-size:.58rem;display:flex}.loom-panel-dot{background:var(--amber);border-radius:50%;flex-shrink:0;width:6px;height:6px}.loom-panel-fn{color:var(--text);border-bottom:1px solid var(--border);padding-bottom:.7rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.loom-trace-list{flex-direction:column;gap:.7rem;display:flex}.loom-trace-item{align-items:flex-start;gap:.5rem;display:flex}.loom-trace-bar{border-radius:2px;flex-shrink:0;width:3px;min-height:48px}.loom-trace-label{letter-spacing:1.2px;text-transform:uppercase;margin-bottom:.1rem;font-family:JetBrains Mono,monospace;font-size:.56rem}.loom-trace-ref{color:var(--text-muted);margin-bottom:.15rem;font-family:JetBrains Mono,monospace;font-size:.6rem}.loom-trace-text{color:var(--text-dim);font-size:.74rem;line-height:1.4}.loom-drift-alert{background:#ef444414;border:1px solid #ef444433;border-radius:6px;align-items:flex-start;gap:.5rem;padding:.6rem .7rem;display:flex}.loom-drift-icon{color:var(--red);flex-shrink:0;margin-top:.05rem;font-size:.85rem}.loom-drift-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--red);margin-bottom:.15rem;font-family:JetBrains Mono,monospace;font-size:.56rem}.loom-drift-body{color:var(--text-dim);font-size:.73rem;line-height:1.4}.hero-mobile-intent{border-top:1px solid var(--border);background:var(--bg2);padding:.8rem 1rem;display:none}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.5rem;display:grid}.problem-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.6rem;display:flex}.problem-tag{letter-spacing:1.5px;text-transform:uppercase;color:var(--amber);border-bottom:1px solid var(--border);padding-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.problem-body{flex-direction:column;flex:1;gap:.6rem;display:flex}.problem-body p{color:var(--text-dim);font-size:.9rem;line-height:1.65}.problem-punchline{color:var(--text);border-top:1px solid var(--border);padding-top:.75rem;font-size:.9rem;font-weight:600}.problem-outcome{color:var(--green);margin-top:.5rem;font-size:.85rem;font-style:italic;line-height:1.55}.credibility-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.credibility-quotes{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:2rem;display:grid}.credibility-quote{background:var(--bg);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.7rem;padding:1.2rem;display:flex}.credibility-quote-text{color:var(--text-dim);flex:1;font-size:.88rem;font-style:italic;line-height:1.65}.credibility-quote-attr{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.62rem;text-decoration:none}.credibility-quote-attr:hover{color:var(--amber)}.credibility-tagline{text-align:center;color:var(--text);border-top:1px solid var(--border);padding-top:1rem;font-size:1.05rem;font-weight:600}.hiw-steps{flex-direction:column;gap:0;margin-top:2.5rem;display:flex}.hiw-step{border-bottom:1px solid var(--border);align-items:flex-start;gap:2rem;padding:1.8rem 0;display:flex}.hiw-step:last-child{border-bottom:none}.hiw-step-num{color:var(--border);text-align:right;flex-shrink:0;width:56px;font-family:DM Serif Display,serif;font-size:2.8rem;line-height:1;transition:color .3s}.hiw-step:hover .hiw-step-num{color:var(--amber)}.hiw-step-content{flex:1}.hiw-step-title{color:var(--text);margin-bottom:.5rem;font-size:1.05rem;font-weight:600;line-height:1.4}.hiw-step-body{color:var(--text-dim);font-size:.9rem;line-height:1.7}.hiw-logos{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2rem}.hiw-logos-label{color:var(--text-dim);text-align:center;margin-bottom:1rem;font-size:.88rem;line-height:1.6}.hiw-logo-chips{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.hiw-logo-chip{color:var(--text-dim);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.3rem .7rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.cta-partner-badge{letter-spacing:2px;text-transform:uppercase;color:var(--amber);background:var(--amber-dim);border:1px solid #f59e0b33;border-radius:20px;margin-bottom:1.5rem;padding:.3rem .8rem;font-family:JetBrains Mono,monospace;font-size:.65rem;display:inline-block}.cta-note{text-align:center;color:var(--text-muted);margin-top:.6rem;font-size:.78rem}.cta-demo-row{flex-direction:column;align-items:center;gap:.3rem;margin-top:1.5rem;display:flex}.cta-demo-link{color:var(--text-dim);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.cta-demo-link:hover{color:var(--text)}.cta-demo-note{color:var(--text-muted);font-size:.78rem}.legacy-credibility-bar{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;max-width:100%;padding:1rem 2rem;display:flex}.legacy-credibility-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;flex-shrink:0;padding-top:.1rem;font-family:JetBrains Mono,monospace;font-size:.62rem}.legacy-credibility-text{color:var(--text-dim);max-width:760px;font-size:.88rem;line-height:1.6}.legacy-credibility-text strong{color:var(--text)}.cost-stat{color:var(--amber);margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.legacy-install-callout{background:var(--amber-dim);color:var(--text-dim);border:1px solid #f59e0b33;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1.8rem;padding:1rem 1.2rem;font-size:.9rem;line-height:1.65;display:flex}.legacy-install-icon{flex-shrink:0;margin-top:.1rem;font-size:1.2rem}.legacy-install-callout strong{color:var(--text)}@media (max-width:960px){.hero-ide-layout{grid-template-columns:1fr 240px}.hero-ide-layout .ide-sidebar{display:none}}@media (max-width:820px){.problem-grid,.credibility-quotes,.hero-ide-layout{grid-template-columns:1fr}.hero-loom-panel{display:none}.hero-mobile-intent{display:block}.hiw-step{gap:1rem}.hiw-step-num{width:40px;font-size:2rem}.legacy-credibility-bar{flex-direction:column;gap:.5rem}}@media (max-width:600px){.hero-peek{min-height:auto;padding:5.5rem 1rem 3rem}.hero-peek h1{letter-spacing:-.5px;font-size:1.65rem}.hero-peek .hero-sub{font-size:.9rem}.hero-peek-cta{flex-direction:column;gap:.6rem;margin-top:1.4rem}.hero-peek-ide{margin-top:1.5rem}.hero-peek-ide:after{display:none}.hero-v2{gap:1.5rem;padding:5.5rem 1rem 3rem}.hero-v2 h1{letter-spacing:-1px;font-size:2rem}.hero-v2-bottom .hero-sub{font-size:.95rem}.hero-ide-layout .ide-sidebar,.hero-loom-panel{display:none}.hero-mobile-intent{display:block}.hero-br{display:none}.hiw-step{flex-direction:column;gap:.5rem;padding:1.2rem 0}.hiw-step-num{text-align:left;width:auto;font-size:1.5rem}}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text-dim);border-radius:6px;padding:.4rem .7rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-link:hover,.nav-link-active{color:var(--text);background:#ffffff0a}.nav-link-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-family:DM Sans,sans-serif;display:flex}.nav-chevron{opacity:.6;font-size:.7rem;transition:transform .2s}.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:relative}.nav-dropdown-menu{opacity:0;pointer-events:none;min-width:240px;padding-top:8px;transition:opacity .15s,transform .15s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-4px)}.nav-dropdown-menu-inner{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:.4rem;box-shadow:0 16px 40px #00000080}.nav-dropdown.open .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.nav-dropdown-item{border-radius:7px;flex-direction:column;gap:.15rem;padding:.65rem .8rem;text-decoration:none;transition:background .15s;display:flex}.nav-dropdown-item:hover{background:#ffffff0d}.nav-dropdown-item.active{background:var(--amber-dim)}.nav-dd-label{color:var(--text);font-size:.85rem;font-weight:600}.nav-dd-desc{color:var(--text-dim);font-size:.75rem}@media (max-width:600px){.nav-links{display:none}}.legacy-hero{text-align:center;flex-direction:column;align-items:center;min-height:100vh;padding:6rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.legacy-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60a 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:0;left:50%;transform:translate(-50%)}.legacy-hero-tag{letter-spacing:2.5px;text-transform:uppercase;color:var(--blue);background:var(--blue-dim);opacity:0;border:1px solid #3b82f633;border-radius:20px;margin-bottom:2rem;padding:.4rem 1rem;font-family:JetBrains Mono,monospace;font-size:.72rem;animation:.8s .2s forwards fadeUp}.legacy-hero h1{letter-spacing:-2px;opacity:0;max-width:820px;margin-bottom:1.6rem;font-family:DM Serif Display,serif;font-size:clamp(2.4rem,5.5vw,4.2rem);line-height:1.1;animation:.8s .4s forwards fadeUp}.legacy-hero h1 .accent{color:var(--amber)}.legacy-hero-sub{color:var(--text-dim);opacity:0;max-width:580px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7;animation:.8s .6s forwards fadeUp}.legacy-hero-btns{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin-bottom:3.5rem;animation:.8s .8s forwards fadeUp;display:flex}.legacy-hero-scroll{color:var(--text-muted);opacity:0;font-size:.82rem;text-decoration:none;transition:color .2s;animation:.8s 1s forwards fadeUp}.legacy-hero-scroll:hover{color:var(--text-dim)}.legacy-hero-visual{opacity:0;width:100%;max-width:740px;animation:.9s .9s forwards fadeUp}.legacy-visual-toggle{border:1px solid var(--border);border-radius:8px;gap:0;width:fit-content;margin:0 auto 1rem;display:flex;overflow:hidden}.legacy-visual-toggle button{cursor:pointer;background:var(--bg2);color:var(--text-dim);border:none;padding:.45rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.legacy-visual-toggle button.active{background:var(--surface);color:var(--text)}.legacy-code-window{background:var(--bg);border:1px solid var(--border);text-align:left;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080}.legacy-code-titlebar{background:var(--bg3);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.65rem 1rem;display:flex}.legacy-code-body{padding:0;position:relative}.legacy-code-lines{padding:.8rem 0}.thought-bubble{border:1px solid var(--border);max-width:220px;color:var(--text-dim);background:#0f0f12f2;border-radius:10px;padding:.7rem 1rem;font-size:.78rem;line-height:1.45;transition:opacity .3s;position:absolute;top:.5rem;right:1rem;box-shadow:0 8px 24px #0006}.thought-bubble-icon{color:var(--text-muted);margin-right:.3rem}.intent-panel{background:var(--amber-dim);border-top:1px solid #f59e0b33;margin:0;padding:1rem 1.2rem;font-size:.78rem;transition:opacity .3s}.intent-panel-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--amber);align-items:center;gap:.4rem;margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.6rem;display:flex}.intent-panel-title:before{content:"";background:var(--amber);border-radius:50%;width:6px;height:6px}.intent-entry{margin-bottom:.5rem}.intent-entry-meta{color:var(--amber);margin-bottom:.2rem;font-family:JetBrains Mono,monospace;font-size:.62rem}.intent-entry-text{color:var(--text-dim);line-height:1.5}.intent-entry-link{color:var(--blue);margin-top:.3rem;margin-right:.6rem;font-family:JetBrains Mono,monospace;font-size:.6rem;display:inline-block}.intent-entry-link--slack{color:#e8813a}.cost-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;display:grid}.cost-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:1.8rem;transition:border-color .2s}.cost-card:hover{border-color:var(--text-muted)}.cost-num{color:var(--amber);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:3rem;line-height:1}.cost-title{color:var(--text);margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.cost-body{color:var(--text-dim);font-size:.9rem;line-height:1.7}.capability{opacity:0;padding:5rem 2rem;transition:opacity .7s,transform .7s;position:relative;transform:translateY(24px)}.capability.visible{opacity:1;transform:translateY(0)}.capability-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1120px;margin:0 auto;display:grid}.capability-inner.reverse{direction:rtl}.capability-inner.reverse>*{direction:ltr}.capability-label{letter-spacing:2.5px;text-transform:uppercase;color:var(--amber);margin-bottom:.8rem;font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:600}.capability-title{letter-spacing:-.5px;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15}.capability-body{color:var(--text-dim);margin-bottom:1.5rem;font-size:.95rem;line-height:1.75}.capability-how{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.6rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.capability-bullets{flex-direction:column;gap:.45rem;list-style:none;display:flex}.capability-bullets li{color:var(--text-dim);padding-left:1.2rem;font-size:.88rem;position:relative}.capability-bullets li:before{content:"→";color:var(--amber);font-family:JetBrains Mono,monospace;font-size:.8rem;position:absolute;left:0}.cap-visual{background:var(--bg2);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #0006}.cap-visual-titlebar{background:var(--bg3);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.55rem 1rem;display:flex}.cap-visual-title{color:var(--text-dim);font-family:JetBrains Mono,monospace;font-size:.65rem}.cap-visual-body{padding:1.2rem}.cap-timeline{flex-direction:column;gap:0;display:flex}.cap-tl-item{gap:.8rem;padding-bottom:1.2rem;display:flex;position:relative}.cap-tl-item:last-child{padding-bottom:0}.cap-tl-left{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.cap-tl-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.2rem}.cap-tl-line{background:var(--border);flex:1;width:2px;min-height:20px;margin-top:4px}.cap-tl-item:last-child .cap-tl-line{display:none}.cap-tl-content{flex:1}.cap-tl-date{color:var(--text-muted);margin-bottom:.15rem;font-family:JetBrains Mono,monospace;font-size:.62rem}.cap-tl-who{color:var(--text);margin-bottom:.2rem;font-size:.8rem;font-weight:600}.cap-tl-text{color:var(--text-dim);font-size:.78rem;line-height:1.5}.cap-tl-tag{border-radius:4px;margin-top:.25rem;padding:.1rem .4rem;font-family:JetBrains Mono,monospace;font-size:.6rem;display:inline-block}.cap-capture{flex-direction:column;gap:.8rem;display:flex}.cap-capture-block{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.cap-capture-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem;font-family:JetBrains Mono,monospace;font-size:.58rem}.cap-capture-text{color:var(--text-dim);font-size:.8rem;line-height:1.5}.cap-capture-mono{color:var(--text);font-family:JetBrains Mono,monospace;font-size:.72rem}.cap-drift{flex-direction:column;gap:.7rem;display:flex}.cap-drift-item{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.cap-drift-header{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.cap-drift-name{color:var(--text);flex:1;font-family:JetBrains Mono,monospace;font-size:.78rem}.cap-drift-badge{border-radius:4px;padding:.15rem .5rem;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:600}.cap-drift-badge.high{background:var(--red-dim);color:var(--red)}.cap-drift-badge.medium{color:var(--amber);background:#f59e0b1f}.cap-drift-badge.low{background:var(--green-dim);color:var(--green)}.cap-drift-intent{color:var(--text-muted);margin-bottom:.15rem;font-size:.75rem}.cap-drift-current{color:var(--text-dim);font-size:.75rem}.comparison-wrap{border:1px solid var(--border);border-radius:12px;margin-top:3rem;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;font-size:.88rem}.comparison-table th{text-align:left;background:var(--bg2);border-bottom:1px solid var(--border);white-space:nowrap;padding:1rem 1.2rem;font-weight:600}.comparison-table th:first-child{color:var(--text-dim);font-weight:400}.comparison-table th.col-loom{color:var(--amber)}.comparison-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:.9rem 1.2rem;line-height:1.55}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:first-child{color:var(--text);font-weight:500}.comparison-table td:nth-child(2){color:var(--text-dim)}.comparison-table td:nth-child(3){color:var(--text-dim);background:#f59e0b08}.comparison-table td .loom-check{color:var(--amber);margin-right:.4rem;font-weight:600}.integration-grid{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:3rem;display:grid}.integration-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .2s}.integration-card:hover{border-color:var(--text-muted)}.integration-card-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.integration-icon{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.integration-name{color:var(--text);font-size:.95rem;font-weight:600}.integration-body{color:var(--text-dim);font-size:.88rem;line-height:1.65}.quote-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem;display:grid}.quote-card{background:var(--bg2);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1.2rem;padding:1.5rem;display:flex}.quote-text{color:var(--text);flex:1;font-size:.95rem;font-style:italic;line-height:1.65}.quote-text:before{content:"\"";color:var(--amber);vertical-align:-.4rem;margin-right:.2rem;font-size:1.4rem;line-height:.5}.quote-text:after{content:"\"";color:var(--amber);vertical-align:-.4rem;margin-left:.2rem;font-size:1.4rem;line-height:.5}.quote-author{color:var(--text-dim);font-family:JetBrains Mono,monospace;font-size:.8rem;text-decoration:none}.quote-author:hover{color:var(--amber)}.pricing-hero{text-align:center;padding:8rem 2rem 4rem}.pricing-hero h1{letter-spacing:-1.5px;opacity:0;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.1;animation:.8s .2s forwards fadeUp}.pricing-hero h1 .accent{color:var(--amber)}.pricing-hero-sub{color:var(--text-dim);opacity:0;max-width:460px;margin:0 auto;font-size:1.1rem;line-height:1.7;animation:.8s .4s forwards fadeUp}.pricing-plans{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;max-width:1120px;margin:4rem auto 0;padding:0 2rem;display:grid}.plan-card{background:var(--bg2);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:0;padding:2rem;display:flex}.plan-card.featured{border-color:var(--amber);background:linear-gradient(180deg,#f59e0b0f 0%,var(--bg2)100%);position:relative}.plan-badge{background:var(--amber);color:var(--bg);white-space:nowrap;letter-spacing:1px;border-radius:20px;padding:.2rem .8rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan-name{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.8rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.plan-price-row{margin-bottom:.4rem}.plan-price{letter-spacing:-1px;font-family:DM Serif Display,serif;font-size:2.8rem;line-height:1}.plan-price.free{color:var(--green)}.plan-price.team{color:var(--amber)}.plan-price.enterprise{color:var(--text)}.plan-price-unit{color:var(--text-dim);font-family:DM Sans,sans-serif;font-size:.85rem}.plan-billing{color:var(--text-muted);margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.78rem}.plan-desc{color:var(--text-dim);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.85rem;line-height:1.55}.plan-features{flex-direction:column;flex:1;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.plan-features li{color:var(--text-dim);align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.45;display:flex}.plan-check{color:var(--green);flex-shrink:0;margin-top:.15rem;font-size:.8rem}.plan-cta{text-align:center;border-radius:8px;margin-top:auto;padding:.75rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.plan-cta.primary{background:var(--amber);color:var(--bg)}.plan-cta.primary:hover{background:#fbbf24;transform:translateY(-1px)}.plan-cta.ghost{color:var(--text);border:1px solid var(--border);background:0 0}.plan-cta.ghost:hover{border-color:var(--text-muted);background:#ffffff08}.plan-cta.outline{color:var(--amber);border:1px solid var(--amber);background:0 0}.plan-cta.outline:hover{background:var(--amber-dim)}.pricing-spots-banner{color:var(--text);opacity:0;background:#e8a8321a;border:1px solid #e8a83259;border-radius:8px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-bottom:2.5rem;padding:.75rem 1.4rem;font-size:.95rem;line-height:1.4;animation:.8s .1s forwards fadeUp;display:inline-flex}.pricing-spots-dot{background:var(--amber);width:8px;height:8px;box-shadow:0 0 6px var(--amber);border-radius:50%;flex-shrink:0;animation:1.8s ease-in-out infinite pulse}.pricing-spots-banner strong{color:var(--amber)}.pricing-spots-cta{color:var(--amber);white-space:nowrap;border-bottom:1px solid #e8a83266;font-weight:600;text-decoration:none}.pricing-spots-cta:hover{border-bottom-color:var(--amber)}.pricing-note{text-align:center;color:var(--text-muted);margin-top:1.5rem;padding:0 2rem;font-size:.82rem}.faq-section{max-width:680px;margin:5rem auto;padding:0 2rem 5rem}.faq-title{letter-spacing:-.5px;text-align:center;margin-bottom:2rem;font-family:DM Serif Display,serif;font-size:clamp(1.6rem,3vw,2.2rem)}.faq-list{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:600;transition:background .15s;display:flex}.faq-question:hover{background:#ffffff05}.faq-chevron{color:var(--text-muted);flex-shrink:0;font-size:.8rem;transition:transform .2s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;color:var(--text-dim);padding:0 1.4rem;font-size:.9rem;line-height:1.7;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 1.4rem 1.1rem}@media (max-width:820px){.cost-grid{grid-template-columns:1fr}.capability-inner{grid-template-columns:1fr;gap:2rem}.capability-inner.reverse{direction:ltr}.quote-grid{grid-template-columns:1fr}.pricing-plans{grid-template-columns:1fr;max-width:480px}.integration-grid{grid-template-columns:1fr}.comparison-wrap{font-size:.82rem}.comparison-table td,.comparison-table th{padding:.7rem .9rem}}@media (max-width:600px){.legacy-hero{padding:6rem 1rem 3rem}.legacy-hero h1{letter-spacing:-1px;font-size:2rem}.legacy-hero-sub{font-size:.95rem}.legacy-hero-btns{flex-direction:column;width:100%;max-width:280px}.legacy-hero-btns .btn-primary,.legacy-hero-btns .btn-ghost{text-align:center;width:100%}.capability{padding:3rem 1rem}.cap-visual{display:none}.cost-card{padding:1.2rem}.cost-num{font-size:2.2rem}.pricing-hero{padding:6rem 1rem 2rem}.pricing-plans{padding:0 1rem}.plan-card{padding:1.4rem}.faq-section{margin-top:3rem;padding:0 1rem 3rem}.quote-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=435522381c4a96c6.css.map*/