:root{--bg:#100c1a;--bg-deep:#090611;--surface:#171126;--surface-2:#1c1530;--surface-3:#241a3d;--ink:#f8fafc;--muted:rgba(248,250,252,.68);--soft:rgba(248,250,252,.45);--faint:rgba(248,250,252,.08);--line:hsla(0,0%,100%,.11);--teal:#a99bff;--teal-strong:#8b7cff;--teal-dark:#6c5ce7}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body,html{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;color:var(--ink);background:radial-gradient(circle at 50% 8%,rgba(139,124,255,.08),transparent 26rem),var(--bg);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}@supports (overflow:clip){body,html{overflow-x:clip}}a{color:inherit;text-decoration:none}a,button,input,textarea{-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}h1,h2,h3,p{margin-top:0}.shell{width:min(1200px,calc(100% - 48px));margin-inline:auto}.scroll-progress{position:fixed;inset:0 0 auto;height:2px;z-index:120;pointer-events:none}.scroll-progress span{display:block;width:100%;height:100%;background:var(--teal);transform:scaleX(0);transform-origin:left}.motion-ready [data-reveal]{opacity:0;filter:blur(7px);transform:var(--reveal-transform,translate3d(0,42px,0));transition:opacity .85s cubic-bezier(.2,.75,.2,1),transform 1s cubic-bezier(.16,1,.3,1),filter .85s cubic-bezier(.2,.75,.2,1);will-change:opacity,transform,filter}.motion-ready [data-reveal=left]{--reveal-transform:translate3d(-55px,25px,0) rotateY(-8deg)}.motion-ready [data-reveal=right]{--reveal-transform:translate3d(55px,25px,0) rotateY(8deg)}.motion-ready [data-reveal].is-visible{opacity:1;filter:blur(0);transform:translateZ(0) rotateX(0) rotateY(0)}.motion-ready [data-reveal][data-delay="1"].is-visible{transition-delay:.08s}.motion-ready [data-reveal][data-delay="2"].is-visible{transition-delay:.16s}.motion-ready [data-reveal][data-delay="3"].is-visible{transition-delay:.24s}.hero-enter{opacity:0;animation:heroEnter .75s cubic-bezier(.16,1,.3,1) forwards}.hero-enter-1{animation-delay:.1s}.hero-enter-3{animation-delay:.75s}.hero-enter-4{animation-delay:.9s}.hero-enter-5{animation-delay:1.05s}.hero-word{display:inline-block;opacity:0;filter:blur(10px);transform:translateY(70px) rotateX(-25deg);animation:wordReveal 1s cubic-bezier(.16,1,.3,1) forwards}.hero-word-1{animation-delay:.2s}.hero-word-2{animation-delay:.28s}.hero-word-3{animation-delay:.36s}.hero-word-4{animation-delay:.44s}@keyframes heroEnter{0%{opacity:0;transform:translateY(18px);filter:blur(5px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes wordReveal{to{opacity:1;filter:blur(0);transform:translateY(0) rotateX(0)}}@keyframes pulseSoft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.35)}}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-11px) rotate(3deg)}}@keyframes scrollHint{0%,to{transform:translateY(0);opacity:.45}50%{transform:translateY(6px);opacity:.9}}.site-header{position:fixed;inset:14px 0 auto;z-index:100;pointer-events:none}.nav{min-height:64px;padding:0 12px 0 18px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid hsla(0,0%,100%,.12);border-radius:18px;background:rgba(9,18,36,.64);box-shadow:0 18px 50px rgba(0,0,0,.2),inset 0 1px hsla(0,0%,100%,.04);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);pointer-events:auto;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.site-header.is-scrolled .nav{border-color:hsla(0,0%,100%,.16);background:rgba(9,18,36,.82);box-shadow:0 20px 55px rgba(0,0,0,.32),inset 0 1px hsla(0,0%,100%,.05)}.brand{display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:850;letter-spacing:-.04em}.brand-mark{width:29px;height:29px;border-radius:9px;overflow:hidden;display:flex;flex-direction:column;transform:rotate(-8deg);box-shadow:0 8px 25px rgba(139,124,255,.22)}.brand-mark i{height:50%;background:var(--teal)}.brand-mark i:last-child{background:var(--teal-strong)}.nav-links{display:flex;align-items:center;gap:34px;color:var(--muted);font-size:12px;font-weight:650}.nav-links a{transition:color .25s ease}.nav-links a:hover{color:var(--teal)}.mobile-nav-panel,.mobile-nav-scrim,.mobile-nav-toggle{display:none}.button{min-height:50px;padding:0 22px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.button:hover{transform:translateY(-2px)}.button svg{transition:transform .25s ease}.button:hover svg{transform:translateX(3px)}.button-primary{color:#061019;background:#fff;box-shadow:0 15px 35px -15px rgba(169,155,255,.65)}.button-dark,.button-primary:hover{background:var(--teal)}.button-dark{color:#07131b}.button-dark:hover{background:#7cf2df;box-shadow:0 18px 35px -18px rgba(169,155,255,.8)}.site-header .button-dark{color:#07131b;background:hsla(0,0%,100%,.94)}.site-header .button-dark:hover{background:var(--teal)}.button-small{min-height:40px;padding-inline:17px;font-size:11px}.button-ghost{color:#fff;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.045);backdrop-filter:blur(10px)}.button-ghost:hover{border-color:rgba(169,155,255,.55);background:hsla(0,0%,100%,.08)}.hero{min-height:100svh;position:relative;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,rgba(9,18,36,.4),var(--bg) 96%),var(--bg)}.hero-grain{position:absolute;inset:0;z-index:-1;opacity:.4;background-image:radial-gradient(hsla(0,0%,100%,.08) .7px,transparent 0);background-size:4px 4px;mask-image:linear-gradient(180deg,#000,transparent 88%)}.hero-orb{position:absolute;z-index:-2;border-radius:50%;filter:blur(10px)}.hero-orb-one{width:720px;height:720px;left:50%;top:3%;transform:translateX(-50%);background:radial-gradient(circle,rgba(139,124,255,.18),transparent 67%)}.hero-orb-two{width:440px;height:440px;right:-140px;bottom:-80px;background:radial-gradient(circle,rgba(169,155,255,.08),transparent 70%)}.hero-stage{min-height:100svh;padding:140px 0 90px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;will-change:transform,opacity}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:7px;color:var(--teal);text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:800}.hero .eyebrow{padding:8px 13px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);color:var(--teal);background:hsla(0,0%,100%,.035);backdrop-filter:blur(12px)}.pulse-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:pulseSoft 2.4s ease-in-out infinite}h1{margin:34px 0 27px;font-size:clamp(3.8rem,10vw,9.7rem);line-height:.88;letter-spacing:-.065em;font-weight:650;perspective:900px}.hero-line{display:block;overflow:hidden;padding:.03em .06em .08em}.hero-accent{color:transparent;background:linear-gradient(100deg,var(--teal),var(--teal-strong) 55%,#99f6e4);background-clip:text;-webkit-background-clip:text}.hero-lead{max-width:720px;color:var(--muted);font-size:clamp(15px,1.4vw,19px);line-height:1.65}.hero-lead strong{color:#fff}.hero-actions{align-items:center;gap:12px;margin-top:32px}.hero-actions,.trust-row{display:flex;justify-content:center}.trust-row{flex-wrap:wrap;gap:22px;margin-top:31px;color:var(--soft);font-size:10px;font-weight:700}.trust-row span{display:inline-flex;align-items:center;gap:6px}.trust-row svg{color:var(--teal)}.scroll-hint{position:absolute;bottom:27px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--soft);font-size:8px;letter-spacing:.3em;animation:scrollHint 1.8s ease-in-out infinite}.scroll-hint i{width:1px;height:27px;background:linear-gradient(var(--muted),transparent)}.proof-strip{border-block:1px solid var(--line);background:hsla(0,0%,100%,.025)}.proof-grid{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px;color:var(--soft);font-size:9px;letter-spacing:.16em;font-weight:850}.proof-grid i{width:4px;height:4px;border-radius:50%;background:var(--teal)}.section{padding-block:130px}.section-heading{display:grid;grid-template-columns:1.1fr .9fr;column-gap:75px;align-items:end;margin-bottom:58px}.section-heading .kicker{grid-column:1/-1;margin-bottom:18px}.cta h2,.economics-heading h2,.product-copy h2,.section-heading h2{margin:0;font-size:clamp(44px,5.3vw,68px);line-height:.98;letter-spacing:-.055em;font-weight:620}.cta h2 em,.economics-heading h2 em,.product-copy h2 em,.section-heading h2 em{color:var(--teal);font-family:inherit;font-style:normal;font-weight:inherit}.cta>p,.economics-heading p,.product-copy>p,.section-heading>p{color:var(--muted);line-height:1.7}.section-heading>p{margin:0 0 3px;max-width:460px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.benefit-grid article{min-height:340px;padding:29px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.025));box-shadow:0 25px 70px -45px rgba(0,0,0,.9),inset 0 1px hsla(0,0%,100%,.035);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,background .3s ease}.benefit-grid article:hover{transform:translateY(-7px);border-color:rgba(169,155,255,.32);background:hsla(0,0%,100%,.06)}.benefit-top{display:flex;justify-content:space-between;align-items:center;color:var(--teal)}.benefit-top span{color:var(--soft);font-size:11px;letter-spacing:.15em}.benefit-grid h3{margin:82px 0 15px;font-size:24px;letter-spacing:-.035em}.benefit-grid p{color:var(--muted);line-height:1.65;font-size:13px}.order-flow{margin-top:100px;min-height:680px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:34px;background:linear-gradient(135deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.015));box-shadow:0 40px 100px -65px #000}.flow-copy{padding:70px}.kicker-light{color:var(--teal)}.flow-copy h2{margin:22px 0;font-size:clamp(42px,4.4vw,60px);line-height:.98;letter-spacing:-.05em;font-weight:620}.flow-copy h2 em{color:var(--teal);font-style:normal}.flow-copy p{color:var(--muted);line-height:1.7}.flow-copy ul{list-style:none;padding:0;margin:29px 0 0;display:grid;gap:13px;color:hsla(0,0%,100%,.8);font-size:12px}.flow-copy li{display:flex;align-items:center;gap:9px}.flow-copy li svg{color:var(--teal)}.flow-visual{min-height:680px;display:grid;place-items:center;position:relative;background:radial-gradient(circle,rgba(139,124,255,.16),transparent 56%)}.flow-visual:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(169,155,255,.09);border-radius:50%;box-shadow:0 0 0 85px hsla(0,0%,100%,.018),0 0 0 170px hsla(0,0%,100%,.01)}.conversation-card{width:320px;height:654px;position:relative;z-index:2;padding:10px;border:1px solid hsla(0,0%,100%,.17);border-radius:48px;background:#05090d;box-shadow:0 45px 100px -28px rgba(0,0,0,.9),inset 0 0 0 2px #1f2937;animation:floatSlow 6s ease-in-out infinite}.conversation-card:after,.conversation-card:before{content:"";position:absolute;width:3px;left:-3px;border-radius:3px 0 0 3px;background:#253242}.conversation-card:before{height:48px;top:125px}.conversation-card:after{height:75px;top:188px}.phone-island{position:absolute;z-index:8;top:17px;left:50%;width:103px;height:25px;transform:translateX(-50%);border-radius:99px;background:#020406}.phone-screen{height:100%;display:grid;grid-template-rows:23px 57px 1fr 48px;overflow:hidden;border-radius:39px;background:#e5ddd4}.phone-status{z-index:5;padding:8px 19px 0;display:flex;justify-content:space-between;color:#fff;background:#075e54;font-size:7px;font-weight:800}.phone-status span:last-child{font-size:5px;letter-spacing:1px}.conversation-top{padding:7px 12px 10px 8px;color:#fff;background:#075e54;display:flex;align-items:center;gap:8px}.conversation-back{font-size:23px;line-height:1;font-weight:300}.conversation-avatar{width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#6c5ce7;display:grid;place-items:center;font-size:11px;font-weight:850}.conversation-top>span:nth-child(3){min-width:0;flex:1}.conversation-top small,.conversation-top strong{display:block}.conversation-top strong{font-size:10px}.conversation-top small{margin-top:2px;font-size:7px;opacity:.75}.conversation-top i{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.16)}.conversation-body{min-height:0;padding:13px 10px;display:flex;flex-direction:column;gap:10px;background-color:#e5ddd4;background-image:radial-gradient(circle at 18% 25%,rgba(7,94,84,.04),transparent 55px),radial-gradient(circle at 72% 78%,rgba(7,94,84,.04),transparent 65px)}.chat-day{align-self:center;padding:4px 8px;border-radius:4px;color:#61736d;background:#d7eaf0;font-size:6px;box-shadow:0 1px 2px rgba(0,0,0,.07)}.chat-bubble{max-width:85%;padding:9px 10px 6px;border-radius:8px;color:#172620;font-size:9px;line-height:1.45;box-shadow:0 1px 2px rgba(0,0,0,.12)}.chat-bubble small{margin-top:3px;display:flex;justify-content:flex-end;align-items:center;gap:3px;color:#667781;font-size:6px}.chat-bubble small svg{color:#34b7f1}.chat-bubble-out{align-self:flex-end;border-top-right-radius:2px;background:#dcf8c6}.chat-bubble-in{align-self:flex-start;border-top-left-radius:2px;background:#fff}.voice-note{width:198px;display:grid;grid-template-columns:31px 1fr auto;align-items:center;gap:8px}.voice-note>b{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#128c7e}.voice-note i{height:18px;position:relative;overflow:hidden}.voice-note i:before{content:"▁▃▅▂▇▄▂▆▃▅▁▇▂▃▅▁";position:absolute;top:1px;color:#4ba58d;font-size:12px;font-style:normal;letter-spacing:1px;white-space:nowrap}.voice-note strong{color:#60736b;font-size:7px}.order-confirmation{padding:10px;display:flex;align-items:center;gap:8px;color:#156c51;background:#fff;border-radius:9px;box-shadow:0 1px 2px rgba(0,0,0,.12)}.order-confirmation>span{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#e4f7ea}.order-confirmation div{min-width:0;flex:1}.order-confirmation small,.order-confirmation strong{display:block}.order-confirmation strong{font-size:8px}.order-confirmation small{margin-top:3px;color:#75827d;font-size:6px}.order-confirmation>b{padding:5px 6px;border-radius:5px;color:#156c51;background:#e7f5ee;font-size:7px}.conversation-input{margin:0;padding:0 9px 0 14px;display:flex;align-items:center;justify-content:space-between;color:#969e9a;background:#f0f0f0;font-size:7px}.conversation-input span{width:calc(100% - 34px);padding:9px 12px;border-radius:999px;background:#fff}.conversation-input svg{width:29px;height:29px;padding:7px;border-radius:50%;color:#fff;background:#075e54}.flow-visual .conversation-card{transform:rotate(2deg)}.economics{padding:130px 0;border-block:1px solid var(--line);background:var(--bg-deep)}.economics-heading{max-width:820px;margin:0 auto 60px;text-align:center}.economics-heading .kicker{margin-bottom:18px}.economics-heading p{max-width:580px;margin:25px auto 0}.math-card{padding:38px;display:grid;grid-template-columns:1fr 70px 1fr;border:1px solid var(--line);border-radius:28px;background:rgba(23,17,38,.75);box-shadow:0 35px 100px -60px #000,inset 0 1px hsla(0,0%,100%,.035);backdrop-filter:blur(18px)}.math-side{padding:20px 24px}.math-side>span{color:var(--soft);font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:850}.math-side>strong{display:block;margin:14px 0 25px;font-size:66px;line-height:1;letter-spacing:-.06em;font-weight:600}.math-side-orderly>strong{color:var(--teal)}.retained{padding-bottom:12px;display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line)}.retained small{color:var(--soft)}.retained b{font-size:23px}.bar{height:10px;margin:22px 0 10px;display:flex;overflow:hidden;border-radius:99px;background:hsla(0,0%,100%,.08)}.bar i{background:var(--teal-strong)}.bar b{background:hsla(0,0%,100%,.18)}.math-side>small{color:var(--soft);font-size:9px}.math-vs{width:45px;height:45px;align-self:center;justify-self:center;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--soft);background:hsla(0,0%,100%,.04);font-size:9px;font-weight:900}.math-result{grid-column:1/-1;margin-top:28px;padding:23px 28px;display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid rgba(169,155,255,.25);border-radius:18px;color:#fff;background:linear-gradient(100deg,rgba(139,124,255,.2),rgba(169,155,255,.08))}.math-result span{font-size:11px;font-weight:800}.math-result strong{grid-row:span 2;color:var(--teal);font-size:29px;letter-spacing:-.035em}.math-result b{margin-top:5px;color:var(--muted);font-size:10px}.calculator{margin-top:20px;padding:40px;display:grid;grid-template-columns:.7fr 1fr .7fr;gap:38px;align-items:center;border:1px solid var(--line);border-radius:27px;background:hsla(0,0%,100%,.035)}.calculator-copy h3{margin:15px 0 10px;font-size:29px}.calculator-copy p{margin:0;color:var(--muted);line-height:1.5;font-size:12px}.calculator-controls{display:grid;gap:27px}.calculator-controls label>span{margin-bottom:12px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px}.calculator-controls strong{color:var(--teal);font-size:12px}.calculator-controls input{appearance:none;width:100%;height:4px;border-radius:99px;background:hsla(0,0%,100%,.15);accent-color:var(--teal)}.calculator-controls input::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border:4px solid var(--surface);border-radius:50%;background:var(--teal);box-shadow:0 0 0 2px var(--teal);cursor:pointer}.calculator-result{min-height:175px;padding:23px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(169,155,255,.32);border-radius:19px;background:rgba(139,124,255,.13)}.calculator-result small{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.calculator-result strong{margin:8px 0;color:var(--teal);font-size:40px;letter-spacing:-.05em}.calculator-result span{font-size:10px;font-weight:800}.calculator-result p{margin:13px 0 0;color:var(--soft);font-size:8px}.comparison-wrap{margin-top:90px}.comparison-intro{margin-bottom:30px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:end;gap:60px}.comparison-intro .kicker{grid-column:1/-1}.comparison-intro h3{margin:12px 0 0;font-size:38px;letter-spacing:-.045em}.comparison-intro p{margin:0;color:var(--muted);line-height:1.6}.comparison-table{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:hsla(0,0%,100%,.025)}.comparison-row{min-height:67px;padding:0 24px;display:grid;grid-template-columns:.6fr 1.2fr .6fr;align-items:center;gap:25px;border-bottom:1px solid var(--line);font-size:12px}.comparison-row:last-child{border-bottom:0}.comparison-row>span{color:var(--muted)}.comparison-row>b{text-align:right}.comparison-head{min-height:47px;color:var(--soft);background:hsla(0,0%,100%,.035);text-transform:uppercase;letter-spacing:.12em;font-size:8px;font-weight:900}.comparison-head span:last-child{text-align:right}.comparison-row.is-orderly{color:#fff;background:linear-gradient(90deg,rgba(139,124,255,.22),rgba(169,155,255,.07))}.comparison-row.is-orderly b,.comparison-row.is-orderly strong{color:var(--teal)}.source-note{margin:15px 4px 0;color:var(--soft);line-height:1.55;font-size:8px}.source-note a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.product-section{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:90px}.product-copy .kicker{margin-bottom:18px}.product-copy>p{max-width:480px;margin:27px 0}.feature-list{margin-bottom:34px;display:grid;grid-template-columns:repeat(2,1fr);gap:13px 20px}.feature-list span{display:flex;align-items:center;gap:8px;color:hsla(0,0%,100%,.78);font-size:10px;font-weight:750}.feature-list svg{color:var(--teal)}.product-stack{position:relative;min-width:0;padding:40px 0;perspective:1200px}.stack-main{padding:7px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);border-radius:23px;background:hsla(0,0%,100%,.07);box-shadow:0 40px 100px -45px rgba(0,0,0,.95);transform:rotateY(-5deg) rotateX(2deg);transition:transform .7s cubic-bezier(.16,1,.3,1)}.stack-main:hover{transform:rotateY(-1deg) rotateX(0) translateY(-5px)}.stack-main img{display:block;width:100%;height:auto;border-radius:16px}.stack-stat{position:absolute;left:-34px;bottom:3px;min-width:180px;padding:13px 15px;display:flex;align-items:center;gap:10px;border:1px solid hsla(0,0%,100%,.12);border-radius:15px;background:rgba(23,17,38,.82);box-shadow:0 22px 50px rgba(0,0,0,.4);backdrop-filter:blur(16px)}.stack-stat>svg{color:var(--teal)}.stack-stat span{flex:1}.stack-stat small,.stack-stat strong{display:block}.stack-stat small{color:var(--soft);font-size:7px}.stack-stat strong{margin-top:3px;font-size:14px}.stack-stat>b{padding:5px 6px;border-radius:6px;color:var(--teal);background:rgba(139,124,255,.13);font-size:7px}.stack-stat-two{left:auto;right:-25px;top:0;bottom:auto}.results-band{border-block:1px solid rgba(169,155,255,.18);background:linear-gradient(90deg,rgba(139,124,255,.18),rgba(169,155,255,.05))}.results-grid{min-height:205px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.results-grid>div{padding:20px 28px;text-align:center;border-right:1px solid var(--line)}.results-grid>div:last-child{border:0}.results-grid strong{display:block;color:var(--teal);font-size:44px;line-height:1;letter-spacing:-.055em;font-weight:600}.results-grid span{max-width:170px;margin:10px auto 0;display:block;color:var(--muted);font-size:9px;line-height:1.45;text-transform:uppercase;letter-spacing:.11em;font-weight:800}.cta{min-height:650px;padding-block:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cta-icon{width:59px;height:59px;margin-bottom:27px;display:grid;place-items:center;border:1px solid rgba(169,155,255,.28);border-radius:18px;color:var(--teal);background:rgba(139,124,255,.12);transform:rotate(-7deg)}.cta h2{margin:20px 0 25px}.cta>p{max-width:590px}.cta .button{margin-top:10px}.cta-trust{margin-top:28px;display:flex;gap:24px;color:var(--soft);font-size:9px;font-weight:700}.cta-trust span{display:flex;align-items:center;gap:6px}.cta-trust svg{color:var(--teal)}footer{border-top:1px solid var(--line);background:var(--bg-deep)}.footer-inner{min-height:135px;display:grid;grid-template-columns:auto 1fr auto auto;gap:40px;align-items:center}.footer-inner p,.footer-inner>span{margin:0;color:var(--soft);font-size:9px}.footer-inner>div{display:flex;gap:20px;color:var(--muted);font-size:10px;font-weight:750}@media (max-width:1020px){.product-section,.section-heading{grid-template-columns:1fr}.section-heading>p{margin-top:24px}.calculator{grid-template-columns:1fr 1fr}.calculator-result{grid-column:1/-1}.product-section{gap:50px}.product-copy{max-width:680px}.product-stack{width:min(800px,92%);margin:auto}}@media (max-width:760px){.shell{width:min(100% - 30px,1200px)}.site-header{top:9px}.nav{min-height:58px;border-radius:16px}.nav .button,.nav-links{display:none}.hero-stage{padding:120px 0 100px}h1{margin-top:27px;font-size:clamp(3.7rem,18vw,5.6rem)}.hero-lead{font-size:14px}.hero-actions{width:100%;flex-direction:column}.hero-actions .button{width:min(300px,100%)}.trust-row{flex-direction:column;gap:9px}.scroll-hint{display:none}.proof-grid{padding:18px 0;justify-content:center;flex-wrap:wrap}.proof-grid i{display:none}.economics,.section{padding-block:90px}.section-heading{display:block}.cta h2,.economics-heading h2,.product-copy h2,.section-heading h2{font-size:43px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{min-height:265px}.benefit-grid h3{margin-top:46px}.order-flow{grid-template-columns:1fr;margin-top:60px}.flow-copy{padding:44px 27px}.flow-visual{min-height:650px}.flow-visual:before{width:300px;height:300px}.flow-visual .conversation-card{transform:scale(.88) rotate(2deg)}.math-card{grid-template-columns:1fr;padding:21px}.math-vs{margin:7px auto}.math-result{grid-template-columns:1fr;gap:7px;text-align:center}.math-result strong{grid-row:auto;font-size:24px}.calculator{grid-template-columns:1fr;padding:27px}.calculator-result{grid-column:auto}.comparison-wrap{margin-top:65px}.comparison-intro{display:block}.comparison-intro p{margin-top:16px}.comparison-row{padding:13px 15px;grid-template-columns:.8fr 1fr;gap:14px}.comparison-row>span:nth-child(2){grid-column:1/-1;grid-row:2}.comparison-row>b{grid-column:2;grid-row:1}.comparison-head{display:none}.product-section{gap:35px}.feature-list{grid-template-columns:1fr}.product-stack{width:100%;padding-bottom:96px}.stack-main{transform:none}.stack-stat{left:4px;bottom:18px}.stack-stat-two{top:auto;right:4px;bottom:79px}.results-grid{grid-template-columns:repeat(2,1fr);padding:21px 0}.results-grid>div{border-bottom:1px solid var(--line)}.results-grid>div:nth-child(2){border-right:0}.results-grid>div:nth-child(3),.results-grid>div:nth-child(4){border-bottom:0}.cta{min-height:auto;padding-block:90px}.cta-trust{flex-direction:column;gap:9px}.footer-inner{padding:44px 0;grid-template-columns:1fr;gap:18px;text-align:center}.footer-inner .brand,.footer-inner>div{justify-content:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-enter,.hero-word,.motion-ready [data-reveal]{opacity:1!important;filter:none!important;transform:none!important}}.brand-glyph{width:29px;height:29px;padding:6px 5px;display:flex;align-items:center;justify-content:center;gap:2px;border:1px solid rgba(169,155,255,.35);border-radius:10px;background:linear-gradient(145deg,rgba(169,155,255,.22),rgba(139,124,255,.06));box-shadow:0 10px 28px rgba(91,69,212,.22)}.brand-glyph i{width:2px;border-radius:99px;background:var(--teal)}.brand-glyph i:first-child,.brand-glyph i:nth-child(4){height:7px}.brand-glyph i:nth-child(2){height:15px}.brand-glyph i:nth-child(3){height:11px}.nav-dropdown{position:relative;padding-block:22px;cursor:default}.nav-dropdown>i{width:4px;height:4px;margin:0 0 2px 5px;display:inline-block;border-right:1px solid;border-bottom:1px solid;transform:rotate(45deg)}.nav-dropdown>span{width:220px;padding:8px;position:absolute;top:55px;left:50%;display:grid;gap:2px;opacity:0;visibility:hidden;transform:translate(-50%,8px);border:1px solid var(--line);border-radius:15px;background:rgba(16,12,26,.94);box-shadow:0 25px 65px rgba(0,0,0,.45);backdrop-filter:blur(18px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-dropdown:focus-within>span,.nav-dropdown:hover>span{opacity:1;visibility:visible;transform:translate(-50%)}.nav-dropdown>span a{padding:11px 12px;border-radius:10px;color:var(--muted)}.nav-dropdown>span a:hover{color:#fff;background:rgba(169,155,255,.1)}.home-hero{min-height:920px;padding:155px 0 105px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 83% 45%,rgba(139,124,255,.13),transparent 28rem),linear-gradient(180deg,#100c1a,#0c0814)}.home-hero:after{content:"";position:absolute;inset:0;z-index:-3;opacity:.22;background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:44px 44px;mask-image:radial-gradient(circle at 80% 45%,#000,transparent 55%)}.hero-signal{position:absolute;z-index:-1;border:1px solid rgba(169,155,255,.13);border-radius:50%}.hero-signal-one{width:640px;height:640px;right:-170px;top:100px}.hero-signal-two{width:430px;height:430px;right:-65px;top:205px}.home-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:85px}.home-hero-copy{position:relative;z-index:4}.home-hero-copy h1{margin:25px 0 27px;font-size:clamp(62px,7.2vw,104px);line-height:.88;letter-spacing:-.072em;text-align:left}.home-hero-copy h1 em{color:transparent;background:linear-gradient(100deg,#d8d1ff,var(--teal) 45%,var(--teal-strong));background-clip:text;-webkit-background-clip:text;font-style:normal}.home-hero-copy>p{max-width:610px;color:var(--muted);font-size:17px;line-height:1.7}.home-hero-copy>p strong{color:#fff}.home-hero-copy .hero-actions{justify-content:flex-start}.hero-proof{margin-top:30px;display:flex;flex-wrap:wrap;gap:19px;color:var(--soft);font-size:10px;font-weight:700}.hero-proof span{display:flex;align-items:center;gap:6px}.hero-proof svg{color:var(--teal)}.voice-stage{min-height:660px;position:relative;display:grid;place-items:center}.voice-orbit{position:absolute;border:1px solid rgba(169,155,255,.14);border-radius:50%}.voice-orbit-one{width:570px;height:570px}.voice-orbit-two{width:410px;height:410px;border-style:dashed;animation:orbitSpin 30s linear infinite}.voice-orbit-two:after,.voice-orbit-two:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--teal);box-shadow:0 0 24px rgba(169,155,255,.9)}.voice-orbit-two:before{top:36px;left:68px}.voice-orbit-two:after{right:33px;bottom:86px}@keyframes orbitSpin{to{transform:rotate(1turn)}}.voice-caption{min-width:210px;padding:12px 14px;position:absolute;z-index:5;display:flex;align-items:center;gap:10px;border:1px solid hsla(0,0%,100%,.13);border-radius:15px;background:rgba(23,17,38,.82);box-shadow:0 24px 55px rgba(0,0,0,.4);backdrop-filter:blur(16px)}.voice-caption>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--teal);background:rgba(169,155,255,.12)}.voice-caption small,.voice-caption strong{display:block}.voice-caption small{margin-bottom:3px;color:var(--soft);font-size:7px;text-transform:uppercase;letter-spacing:.1em}.voice-caption strong{font-size:10px}.voice-caption-top{top:80px;right:-15px}.voice-caption-bottom{left:-15px;bottom:85px}.voice-phone{width:318px;height:650px;padding:10px;position:relative;z-index:3;border:1px solid hsla(0,0%,100%,.17);border-radius:48px;background:#050509;box-shadow:0 50px 110px -30px rgba(0,0,0,.95),inset 0 0 0 2px #26212e;animation:voicePhoneFloat 6s ease-in-out infinite}@keyframes voicePhoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.voice-phone:after,.voice-phone:before{content:"";width:3px;position:absolute;left:-3px;border-radius:3px 0 0 3px;background:#302b39}.voice-phone:before{height:48px;top:125px}.voice-phone:after{height:74px;top:188px}.voice-phone .phone-screen{height:100%;position:relative;display:grid;grid-template-rows:23px 57px 1fr 48px;overflow:hidden;border-radius:39px;background:#e5ddd4}.voice-phone .phone-island{top:17px}.wa-head{padding:7px 12px 10px 8px;color:#fff;background:#075e54;display:flex;align-items:center;gap:8px}.wa-back{font-size:23px;line-height:1;font-weight:300}.wa-avatar{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#6c5ce7;font-size:11px;font-weight:850}.wa-head>span:nth-child(3){min-width:0;flex:1}.wa-head small,.wa-head strong{display:block}.wa-head strong{font-size:10px}.wa-head small{margin-top:2px;font-size:7px;opacity:.74}.wa-head i{width:7px;height:7px;border-radius:50%;background:#4ade80}.wa-body{min-height:0;padding:13px 10px;display:flex;flex-direction:column;gap:7px;background-color:#e5ddd4;background-image:radial-gradient(circle at 18% 25%,rgba(7,94,84,.04),transparent 55px),radial-gradient(circle at 72% 78%,rgba(7,94,84,.04),transparent 65px)}.wa-day{align-self:center;padding:4px 8px;border-radius:4px;color:#61736d;background:#d7eaf0;font-size:6px;box-shadow:0 1px 2px rgba(0,0,0,.07)}.wa-bubble{max-width:86%;padding:9px 10px 6px;border-radius:8px;color:#172620;font-size:9px;line-height:1.45;box-shadow:0 1px 2px rgba(0,0,0,.12)}.wa-bubble small{margin-top:3px;display:flex;justify-content:flex-end;align-items:center;gap:3px;color:#667781;font-size:6px}.wa-bubble small svg{color:#34b7f1}.wa-out{align-self:flex-end;border-top-right-radius:2px;background:#dcf8c6}.wa-in{align-self:flex-start;border-top-left-radius:2px;background:#fff}.voice-bubble{width:248px;padding:9px 11px 6px;border-radius:17px;border-top-right-radius:4px}.voice-row{height:42px;display:grid;grid-template-columns:36px minmax(0,1fr) 26px;align-items:center;gap:8px}.voice-play{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#128c7e;box-shadow:0 4px 10px rgba(18,140,126,.18)}.voice-wave{width:100%;height:34px;display:flex;align-items:center;justify-content:space-between;gap:0;overflow:hidden}.voice-wave i{display:block;width:2px;min-width:2px;max-width:2px;inline-size:2px;min-inline-size:2px;max-inline-size:2px;min-height:5px;flex:none;border-radius:99px;background:#759b8a;opacity:.94}.voice-phone-compact .voice-wave i{width:2.44px;min-width:2.44px;max-width:2.44px;inline-size:2.44px;min-inline-size:2.44px;max-inline-size:2.44px}.voice-progress-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12)}.voice-time{align-self:center;color:#60736b;font-weight:650;letter-spacing:-.02em}.voice-bubble>small{margin-top:0}.wa-list-message{width:86%;padding:10px 10px 5px}.wa-list-message>em,.wa-list-message>strong{display:block}.wa-list-message>strong{font-size:9px}.wa-list-message>p{margin:4px 0;font-size:8px;line-height:1.4}.wa-list-message>em{color:#7a8581;font-size:6px;font-style:normal}.wa-list-message>button{width:calc(100% + 20px);margin:7px -10px 0;padding:8px 8px 5px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-top:1px solid #ecefed;color:#027a6c;background:transparent;font:inherit;font-size:8px;font-weight:750;cursor:pointer}.wa-confirmation-message{display:grid;gap:2px}.wa-confirmation-message>span,.wa-confirmation-message>strong{display:block}.wa-confirmation-message>strong{font-size:9px}.wa-confirmation-message>span{color:#596660;font-size:8px}.wa-list-overlay{position:absolute;inset:80px 0 48px;z-index:20;display:flex;align-items:flex-end}.wa-list-scrim{position:absolute;inset:0;border:0;background:rgba(15,20,18,.48);cursor:pointer}.wa-list-sheet{width:100%;position:relative;z-index:1;padding:15px 14px 18px;border-radius:18px 18px 0 0;color:#172620;background:#fff;box-shadow:0 -12px 28px rgba(0,0,0,.18)}.wa-list-sheet-head{margin-bottom:13px;display:flex;align-items:center;justify-content:space-between}.wa-list-sheet-head>strong{font-size:11px}.wa-list-sheet-head>button{width:24px;height:24px;border:0;border-radius:50%;color:#5f6b66;background:#f1f3f2;font-size:17px;cursor:pointer}.wa-list-sheet>small{display:block;margin-bottom:4px;color:#77827e;font-size:7px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.wa-list-row{width:100%;padding:10px 2px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #edf0ee;color:#172620;background:transparent;text-align:left;cursor:pointer}.wa-list-row small,.wa-list-row span,.wa-list-row strong{display:block}.wa-list-row strong{font-size:9px}.wa-list-row small{margin-top:3px;color:#7a8581;font-size:7px}.wa-list-row i{width:13px;height:13px;border:1px solid #c9cfcc;border-radius:50%}.wa-input{padding:0 8px;display:flex;align-items:center;gap:6px;background:#f0f0f0}.wa-input>span{flex:1;padding:9px 12px;border-radius:99px;color:#969e9a;background:#fff;font-size:7px}.wa-input>b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#075e54}.voice-phone-compact{transform:scale(.82);animation:none}.signal-strip{border-block:1px solid var(--line);background:linear-gradient(90deg,rgba(139,124,255,.15),rgba(169,155,255,.04),rgba(139,124,255,.15))}.signal-strip-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;color:var(--soft);font-size:9px;letter-spacing:.16em;font-weight:850}.signal-strip-inner i{color:var(--teal);font-style:normal}.story-heading{max-width:900px;margin:0 auto 65px;text-align:center}.story-heading .kicker{margin-bottom:18px}.benefit-heading h2,.detail-heading h2,.final-cta h2,.product-story-copy h2,.story-heading h2{margin:0;font-size:clamp(45px,5.3vw,69px);line-height:.98;letter-spacing:-.055em;font-weight:620}.benefit-heading h2 em,.detail-heading h2 em,.final-cta h2 em,.product-story-copy h2 em,.story-heading h2 em{color:var(--teal);font-style:normal}.story-heading>p{max-width:650px;margin:24px auto 0;color:var(--muted);line-height:1.7}.voice-explainer{min-height:610px;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:60px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(135deg,rgba(169,155,255,.07),hsla(0,0%,100%,.015));overflow:hidden}.explainer-copy{padding:65px 0 65px 65px}.section-number{color:var(--soft);font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}.explainer-copy h3{margin:25px 0 20px;font-size:clamp(37px,4vw,53px);line-height:1;letter-spacing:-.05em}.explainer-copy p{color:var(--muted);line-height:1.7}.inline-link{display:inline-flex;align-items:center;gap:7px;color:var(--teal);font-size:11px;font-weight:800}.inline-link svg{transition:transform .2s ease}.inline-link:hover svg{transform:translateX(3px)}.explainer-media{min-height:610px;display:grid;place-items:center;background:radial-gradient(circle,rgba(139,124,255,.14),transparent 58%)}.transcript-panel{width:min(530px,86%);padding:26px;border:1px solid hsla(0,0%,100%,.14);border-radius:24px;background:rgba(23,17,38,.8);box-shadow:0 35px 90px rgba(0,0,0,.35);backdrop-filter:blur(18px);transform:rotate(1.5deg)}.transcript-audio{padding:16px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:13px;border-radius:16px;background:rgba(169,155,255,.09)}.transcript-audio>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#0d0915;background:var(--teal)}.large-wave{width:100%;height:48px;display:flex;align-items:center;justify-content:space-between;gap:0}.large-wave i{width:2px;flex:0 0 2px;border-radius:99px;background:linear-gradient(var(--teal),var(--teal-strong))}.transcript-audio>b{color:var(--soft);font-size:10px}.transcript-text{padding:25px 4px 20px;border-bottom:1px solid var(--line)}.transcript-text small{color:var(--teal);font-size:8px;letter-spacing:.16em;font-weight:850}.transcript-text p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.transcript-items{padding-top:19px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center}.transcript-items span{padding:10px;border-radius:9px;color:var(--muted);background:hsla(0,0%,100%,.04);font-size:9px}.transcript-items span b{color:var(--teal)}.transcript-items strong{grid-row:span 2;font-size:21px}.pipeline-section{padding:125px 0;border-block:1px solid var(--line);background:var(--bg-deep)}.compact-heading{margin-bottom:55px}.voice-pipeline{display:grid;grid-template-columns:repeat(7,auto);align-items:stretch;gap:12px}.voice-pipeline article{min-width:0;min-height:220px;padding:20px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:20px;background:hsla(0,0%,100%,.035)}.pipeline-icon{width:40px;height:40px;margin-bottom:auto;display:grid;place-items:center;border-radius:11px;color:var(--teal);background:rgba(169,155,255,.11)}.voice-pipeline article>small{margin-top:23px;color:var(--soft);font-size:8px;letter-spacing:.12em;text-transform:uppercase;font-weight:850}.voice-pipeline article>p{margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.voice-pipeline article>strong{margin-top:10px;color:#fff;font-size:23px}.pipeline-arrow{align-self:center;color:var(--teal)}.mini-wave{width:100%;height:32px;margin-top:11px;display:flex;align-items:center;justify-content:space-between;gap:0}.mini-wave i{width:2px;flex:0 0 2px;border-radius:99px;background:var(--teal)}.pipeline-check{margin-top:9px;display:flex;align-items:center;gap:5px;color:var(--muted);font-size:8px}.pipeline-check svg{color:var(--teal)}.pipeline-cta{margin-top:30px;text-align:center}.benefit-heading{margin-bottom:50px}.benefit-grid>article>span{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;color:var(--teal);background:rgba(169,155,255,.1)}.comparison-section{padding:130px 0;border-block:1px solid var(--line);background:var(--bg-deep)}.comparison-heading{margin-bottom:55px}.focused-comparison{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:hsla(0,0%,100%,.025)}.focused-row{min-height:68px;padding:0 23px;display:grid;grid-template-columns:1.1fr repeat(3,.7fr);align-items:center;gap:20px;border-bottom:1px solid var(--line);font-size:11px}.focused-row:last-child{border-bottom:0}.focused-row>span{color:var(--muted)}.focused-row>strong{color:var(--teal)}.focused-row>span:last-child{text-align:right}.focused-row>span:not(:first-child),.focused-row>strong{text-align:center}.focused-head{min-height:48px;color:var(--soft);background:hsla(0,0%,100%,.035);text-transform:uppercase;letter-spacing:.1em;font-size:8px}.focused-head strong{color:var(--muted)}.focused-head strong:first-of-type{color:var(--teal)}.comparison-note{margin:13px 4px 0;color:var(--soft);font-size:8px;line-height:1.5}.compare-links{margin:28px 0 80px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.compare-links a{padding:24px;display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--line);border-radius:18px;background:hsla(0,0%,100%,.025);transition:transform .25s ease,border-color .25s ease}.compare-links a:hover{transform:translateY(-4px);border-color:rgba(169,155,255,.35)}.compare-links span{grid-column:1/-1;margin-bottom:8px;color:var(--soft);font-size:8px;text-transform:uppercase;letter-spacing:.12em}.compare-links strong{font-size:16px}.compare-links svg{color:var(--teal)}.product-story{display:grid;grid-template-columns:.74fr 1.26fr;align-items:center;gap:85px}.product-story-copy .kicker{margin-bottom:18px}.product-story-copy>p{margin:25px 0;color:var(--muted);line-height:1.7}.product-story-copy ul{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:hsla(0,0%,100%,.78);font-size:11px}.product-story-copy li{display:flex;align-items:center;gap:8px}.product-story-copy svg{color:var(--teal)}.dashboard-scene{min-width:0;padding:45px 0;position:relative}.dashboard-window{overflow:hidden;padding:7px;border:1px solid hsla(0,0%,100%,.13);border-radius:22px;background:hsla(0,0%,100%,.06);box-shadow:0 40px 100px -40px rgba(0,0,0,.95);transform:perspective(1200px) rotateY(-4deg) rotateX(1.5deg)}.dashboard-window img{width:100%;height:auto;display:block;border-radius:0 0 15px 15px}.window-bar{height:32px;padding:0 11px;display:flex;align-items:center;gap:5px;border-radius:15px 15px 0 0;color:#817a8e;background:#f8f7fb}.window-bar span{width:7px;height:7px;border-radius:50%;background:#d8d3df}.window-bar b{margin-left:10px;font-size:7px;font-weight:500}.dashboard-float{min-width:205px;padding:13px 15px;position:absolute;left:-25px;bottom:7px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:15px;background:rgba(23,17,38,.88);box-shadow:0 20px 48px rgba(0,0,0,.38);backdrop-filter:blur(16px)}.dashboard-float svg{color:var(--teal)}.dashboard-float small,.dashboard-float strong{display:block}.dashboard-float small{color:var(--soft);font-size:7px}.dashboard-float strong{margin-top:3px;font-size:10px}.dashboard-float-two{left:auto;right:-20px;top:7px;bottom:auto}.final-cta{padding:130px 0;text-align:center;background:radial-gradient(circle,rgba(139,124,255,.15),transparent 30rem)}.final-cta-inner>p{max-width:620px;margin:24px auto 28px;color:var(--muted);line-height:1.7}.final-cta-inner>div{margin-top:28px;display:flex;justify-content:center;gap:22px;color:var(--soft);font-size:9px}.final-cta-inner>div span{display:flex;align-items:center;gap:6px}.final-cta-inner>div svg{color:var(--teal)}.site-footer{border-top:1px solid var(--line);background:#090611}.footer-main{padding:75px 0 55px;display:grid;grid-template-columns:1.5fr repeat(3,.65fr);gap:65px}.footer-brand>p{max-width:330px;margin:20px 0;color:var(--muted);line-height:1.6;font-size:12px}.footer-demo{display:inline-flex;align-items:center;gap:7px;color:var(--teal);font-size:10px;font-weight:800}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-column strong{margin-bottom:6px;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.footer-column a{color:var(--muted);font-size:10px;transition:color .2s ease}.footer-column a:hover{color:var(--teal)}.footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--soft);font-size:8px}.subpage-hero{min-height:700px;padding:155px 0 95px;position:relative;display:grid;place-items:center;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 60%,rgba(139,124,255,.14),transparent 28rem),#100c1a}.subpage-orbit{width:630px;height:630px;position:absolute;left:50%;top:105px;transform:translateX(-50%);border:1px solid rgba(169,155,255,.1);border-radius:50%;box-shadow:0 0 0 90px rgba(169,155,255,.018),0 0 0 180px rgba(169,155,255,.01)}.subpage-hero-inner{position:relative;z-index:2}.subpage-hero h1{margin:25px 0 22px;font-size:clamp(55px,8vw,106px);line-height:.9;letter-spacing:-.065em}.subpage-hero h1 em{color:var(--teal);font-style:normal}.subpage-hero p{max-width:660px;margin:0 auto 28px;color:var(--muted);line-height:1.7;font-size:16px}.subpage-feature{min-height:760px;padding:100px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.subpage-phone{min-height:660px;display:grid;place-items:center;background:radial-gradient(circle,rgba(139,124,255,.14),transparent 55%)}.subpage-copy h2{margin:20px 0;font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-.05em}.subpage-copy>p{color:var(--muted);line-height:1.7}.subpage-copy ul{list-style:none;padding:0;margin:27px 0 0;display:grid;gap:13px;color:hsla(0,0%,100%,.8);font-size:11px}.subpage-copy li{display:flex;align-items:center;gap:8px}.subpage-copy li svg{color:var(--teal)}.detail-band,.pricing-calculator,.side-by-side-section{padding:120px 0;border-block:1px solid var(--line);background:var(--bg-deep)}.detail-heading{max-width:800px;margin:0 auto 55px;text-align:center}.detail-heading .kicker{margin-bottom:18px}.detail-cards{padding:100px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.detail-cards article{min-height:285px;padding:29px;border:1px solid var(--line);border-radius:22px;background:hsla(0,0%,100%,.03)}.detail-cards svg{color:var(--teal)}.detail-cards h3{margin:58px 0 13px;font-size:20px}.detail-cards p{color:var(--muted);line-height:1.65;font-size:12px}.subpage-cta{min-height:540px;padding:100px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.subpage-cta>svg{margin-bottom:22px;color:var(--teal)}.subpage-cta h2{margin:0;font-size:clamp(44px,5vw,66px);line-height:.98;letter-spacing:-.055em}.subpage-cta p{margin:23px 0 27px;color:var(--muted)}.subpage-cta .inline-link{margin-top:20px}.steps-page{padding:110px 0}.step-row{min-height:610px;display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:80px;border-bottom:1px solid var(--line)}.step-row:nth-child(2n){grid-template-columns:1.28fr .72fr}.step-row:nth-child(2n) .step-copy{order:2}.step-row:nth-child(2n) .step-media{order:1}.step-copy{position:relative}.step-copy>span{color:var(--soft);font-size:9px;letter-spacing:.16em}.step-copy>svg{margin:22px 0;display:block;color:var(--teal)}.step-copy h2{margin:0 0 16px;font-size:43px;letter-spacing:-.045em}.step-copy p{color:var(--muted);line-height:1.7}.step-media{min-height:520px;display:grid;place-items:center;border-radius:28px;background:radial-gradient(circle,rgba(139,124,255,.14),transparent 58%);overflow:hidden}.step-media .voice-phone-compact{margin-block:-65px}.confirmation-visual,.understanding-visual{width:min(410px,82%);padding:30px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:23px;background:rgba(23,17,38,.86);box-shadow:0 30px 80px rgba(0,0,0,.35)}.understanding-visual>span{padding:13px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.understanding-visual>span b{margin-right:10px;color:var(--teal)}.understanding-visual>i{height:1px;margin:20px 0;background:linear-gradient(90deg,transparent,var(--teal),transparent)}.understanding-visual>strong{display:flex;align-items:center;gap:8px;color:var(--teal);font-size:11px}.confirmation-visual{align-items:center;text-align:center}.confirmation-visual>svg{color:var(--teal)}.confirmation-visual small{margin:20px 0 7px;color:var(--soft);letter-spacing:.14em}.confirmation-visual>strong{font-size:48px}.confirmation-visual>span{margin:7px 0 22px;color:var(--muted);font-size:11px}.confirmation-visual button{width:100%;padding:13px;border:0;border-radius:10px;color:#100c1a;background:var(--teal);font-weight:800}.pricing-focus{min-height:620px;padding:100px 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.pricing-number{min-height:410px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(169,155,255,.25);border-radius:30px;background:radial-gradient(circle,rgba(139,124,255,.17),transparent 70%)}.pricing-number>span{color:var(--soft);font-size:9px;text-transform:uppercase;letter-spacing:.16em}.pricing-number strong{color:var(--teal);font-size:120px;line-height:1;letter-spacing:-.08em}.pricing-number b{color:var(--muted);font-size:11px}.pricing-details h2{font-size:44px;letter-spacing:-.045em}.pricing-details>div{margin:25px 0 32px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.pricing-details>div span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.pricing-details svg{color:var(--teal)}.pricing-fine{margin-top:18px;display:flex;justify-content:center;align-items:center;gap:7px;color:var(--soft);font-size:8px}.compare-hero-visual{min-height:710px;padding:90px 0;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px}.compare-phone{min-height:650px;display:grid;place-items:center;background:radial-gradient(circle,rgba(139,124,255,.14),transparent 58%)}.compare-economics{padding:37px;border:1px solid var(--line);border-radius:26px;background:hsla(0,0%,100%,.03)}.economics-line{padding:24px 0;border-bottom:1px solid var(--line)}.economics-line>div{display:grid;grid-template-columns:1fr auto;align-items:end}.economics-line small{color:var(--soft);font-size:9px}.economics-line strong{grid-row:span 2;font-size:28px}.economics-line span{margin-top:5px;color:var(--muted);font-size:9px}.economics-line>i{height:7px;margin-top:14px;display:block;overflow:hidden;border-radius:99px;background:hsla(0,0%,100%,.08)}.economics-line>i b{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--teal-strong),var(--teal))}.saving-callout{margin-top:25px;padding:20px;border:1px solid rgba(169,155,255,.25);border-radius:16px;background:rgba(139,124,255,.1)}.saving-callout small,.saving-callout span,.saving-callout strong{display:block}.saving-callout small{color:var(--soft);font-size:8px;text-transform:uppercase;letter-spacing:.12em}.saving-callout strong{margin:7px 0;color:var(--teal);font-size:25px}.saving-callout span{color:var(--muted);font-size:9px}.compare-economics>p{margin:20px 0 0;color:var(--soft);font-size:9px;line-height:1.5}.side-by-side{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.side-by-side article{min-height:410px;padding:34px;border:1px solid rgba(169,155,255,.25);border-radius:24px;background:rgba(139,124,255,.07)}.side-by-side article:last-child{border-color:var(--line);background:hsla(0,0%,100%,.025)}.side-label{padding:6px 9px;border-radius:99px;color:#100c1a;background:var(--teal);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.side-label-muted{color:var(--muted);background:hsla(0,0%,100%,.07)}.side-by-side h3{margin:27px 0;font-size:28px}.side-by-side ul{list-style:none;padding:0;margin:0;display:grid;gap:15px;color:var(--muted);font-size:11px}.side-by-side li{display:flex;align-items:flex-start;gap:9px}.side-by-side li svg{flex:0 0 auto;color:var(--teal)}.comparison-source{margin:18px 3px 0;color:var(--soft);font-size:8px}.comparison-source a{color:var(--muted);text-decoration:underline}.voice-difference{min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.voice-difference>div:first-child>svg{margin-bottom:22px;color:var(--teal)}.voice-difference h2{margin:20px 0;font-size:45px;letter-spacing:-.045em}.voice-difference p{color:var(--muted);line-height:1.7}.voice-difference-list{display:grid;gap:12px}.voice-difference-list span{padding:20px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:15px;color:var(--muted);background:hsla(0,0%,100%,.025);font-size:11px}.voice-difference-list svg{color:var(--teal)}@media (max-width:1020px){.home-hero-grid{grid-template-columns:1fr}.home-hero-copy,.home-hero-copy h1{text-align:center}.home-hero-copy>p{margin-inline:auto}.hero-proof,.home-hero-copy .hero-actions{justify-content:center}.voice-stage{margin-top:10px}.compare-hero-visual,.pricing-focus,.product-story,.subpage-feature,.voice-explainer{grid-template-columns:1fr}.explainer-copy{padding:60px}.voice-pipeline{grid-template-columns:repeat(4,1fr)}.pipeline-arrow{display:none}.product-story{gap:50px}.footer-main{grid-template-columns:1.2fr repeat(3,.7fr);gap:35px}}@media (max-width:760px){.home-hero{min-height:auto;padding:125px 0 85px}.home-hero-copy h1{font-size:clamp(54px,16vw,72px)}.home-hero-copy>p{font-size:14px}.voice-stage{min-height:630px}.voice-stage .voice-phone{transform:scale(.86);animation:none}.voice-orbit-one{width:390px;height:390px}.voice-orbit-two{width:300px;height:300px}.voice-caption{min-width:185px}.voice-caption-top{top:48px;right:0}.voice-caption-bottom{left:0;bottom:54px}.signal-strip-inner{padding:18px 0;flex-wrap:wrap;justify-content:center;gap:10px 15px}.benefit-heading h2,.detail-heading h2,.final-cta h2,.product-story-copy h2,.story-heading h2{font-size:42px}.voice-explainer{grid-template-columns:1fr}.explainer-copy{padding:42px 26px}.explainer-media{min-height:520px}.transcript-panel{width:calc(100% - 30px);padding:18px;transform:none}.transcript-items{grid-template-columns:1fr 1fr}.transcript-items strong{grid-row:auto;grid-column:1/-1;text-align:right}.voice-pipeline{grid-template-columns:1fr}.voice-pipeline article{min-height:190px}.focused-row{padding:13px 14px;grid-template-columns:1fr repeat(3,.65fr);gap:7px;font-size:9px}.focused-head{font-size:7px}.compare-links{grid-template-columns:1fr}.dashboard-scene{padding-bottom:120px}.dashboard-window{transform:none}.dashboard-float{left:4px;bottom:18px}.dashboard-float-two{top:auto;right:4px;bottom:77px}.final-cta-inner>div{flex-direction:column;align-items:center;gap:8px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;justify-content:center;gap:8px}.subpage-hero{min-height:610px;padding-top:130px}.subpage-hero h1{font-size:clamp(52px,16vw,76px)}.subpage-feature{padding:70px 0;gap:30px}.subpage-phone{min-height:610px}.detail-cards,.side-by-side{grid-template-columns:1fr}.step-row,.step-row:nth-child(2n){padding:70px 0;grid-template-columns:1fr;gap:30px}.step-row:nth-child(2n) .step-copy,.step-row:nth-child(2n) .step-media{order:0}.step-media{min-height:480px}.pricing-details>div{grid-template-columns:1fr}.pricing-number strong{font-size:100px}.compare-hero-visual{padding:65px 0;gap:25px}.compare-phone{min-height:590px}.voice-difference{padding:80px 0;grid-template-columns:1fr;gap:45px}}body{font-size:17px}.button,.nav-links{font-size:14px}.button-small{font-size:13px}.eyebrow,.kicker{font-size:12px;line-height:1.35}.hero-proof{font-size:13px}.voice-caption small{font-size:10px}.voice-caption strong{font-size:12px}.section-number{font-size:11px}.inline-link{font-size:13px}.signal-strip-inner{font-size:11px}.benefit-grid p,.calculator-copy p,.detail-cards p{font-size:15px}.benefit-grid h3{font-size:25px}.pipeline-icon{flex:0 0 auto}.voice-pipeline article>small{font-size:10px;line-height:1.4}.voice-pipeline article>p{font-size:13px}.pipeline-check{font-size:11px}.focused-row{font-size:13px}.focused-head{font-size:10px}.comparison-note,.comparison-source,.pricing-fine,.source-note{font-size:12px}.compare-links span{font-size:10px}.compare-links strong{font-size:18px}.feature-list span,.pricing-details>div span,.product-story-copy ul,.side-by-side ul,.subpage-copy ul,.voice-difference-list span{font-size:14px}.dashboard-float small{font-size:9px}.dashboard-float strong{font-size:12px}.footer-brand>p{font-size:14px}.footer-column a,.footer-column strong,.footer-demo{font-size:13px}.footer-bottom{font-size:11px}.calculator-controls label>span{font-size:13px}.calculator-controls strong{font-size:14px}.calculator-result small{font-size:10px;line-height:1.4}.calculator-result span{font-size:13px}.calculator-result p,.pricing-number>span{font-size:11px}.pricing-number b{font-size:14px}.compare-economics>p,.economics-line small,.economics-line span,.saving-callout span{font-size:12px}.saving-callout small,.side-label{font-size:10px}.language-switch{padding:3px;display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.035)}.language-switch button{width:34px;height:28px;padding:0;border:0;border-radius:999px;color:var(--soft);background:transparent;cursor:pointer;font-size:11px;font-weight:850;transition:color .2s ease,background .2s ease}.language-switch button.active{color:#100c1a;background:var(--teal)}.switch-section{padding:130px 0;border-block:1px solid var(--line);background:radial-gradient(circle at 50% 20%,rgba(139,124,255,.12),transparent 30rem),var(--bg-deep)}.switch-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.switch-steps article{min-height:310px;padding:30px;border:1px solid var(--line);border-radius:23px;background:hsla(0,0%,100%,.03)}.switch-steps article>span{color:var(--teal);font-size:13px;letter-spacing:.15em;font-weight:850}.switch-steps h3{margin:68px 0 15px;font-size:25px;letter-spacing:-.035em}.switch-steps p{color:var(--muted);font-size:15px;line-height:1.65}.switch-promise{margin-top:18px;padding:22px 25px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;border:1px solid rgba(169,155,255,.25);border-radius:18px;background:rgba(139,124,255,.09)}.switch-promise>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--teal);background:rgba(169,155,255,.12)}.switch-promise small,.switch-promise strong{display:block}.switch-promise small{margin-bottom:4px;color:var(--soft);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.switch-promise strong{font-size:15px}.language-section{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 76% 48%,rgba(139,124,255,.17),transparent 28rem),linear-gradient(180deg,var(--bg) 0,var(--bg-deep) 100%)}.language-layout,.qr-layout{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(55px,8vw,120px)}.language-copy h2,.qr-copy h2{margin:20px 0 24px;font-size:clamp(39px,4.7vw,67px);line-height:.99;letter-spacing:-.06em}.language-copy h2 em,.qr-copy h2 em{color:var(--teal);font-family:Georgia,serif;font-weight:400}.language-copy>p,.qr-copy>p{max-width:590px;color:var(--muted);font-size:17px;line-height:1.72}.language-proof{margin:30px 0 20px;display:flex;flex-wrap:wrap;gap:11px}.language-proof span{padding:12px 15px;display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(169,155,255,.24);border-radius:13px;color:#ded9ff;background:rgba(169,155,255,.07);font-size:14px;font-weight:750}.language-note{font-size:13px!important;color:var(--soft)!important}.language-card{padding:clamp(25px,4vw,45px);border:1px solid rgba(169,155,255,.22);border-radius:30px;background:linear-gradient(145deg,rgba(36,26,61,.96),rgba(15,10,27,.96));box-shadow:0 35px 85px rgba(0,0,0,.33),inset 0 1px hsla(0,0%,100%,.07)}.language-card-head{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:14px;font-weight:750}.live-dot{width:8px;height:8px;border-radius:50%;background:#70efc4;box-shadow:0 0 0 5px rgba(112,239,196,.1)}.language-chips{margin:27px 0 32px;display:flex;flex-wrap:wrap;gap:9px}.language-chips span{padding:10px 13px;border:1px solid var(--line);border-radius:999px;color:rgba(248,250,252,.82);background:hsla(0,0%,100%,.045);font-size:14px}.language-chips .language-more{color:var(--teal);border-color:rgba(169,155,255,.28)}.transcription-preview{padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid rgba(112,239,196,.18);border-radius:17px;color:#70efc4;background:rgba(112,239,196,.055)}.transcription-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:rgba(112,239,196,.1)}.transcription-preview small,.transcription-preview strong{display:block}.transcription-preview small{margin-bottom:5px;color:rgba(248,250,252,.48);font-size:10px;letter-spacing:.11em}.transcription-preview strong{color:var(--ink);font-size:14px;line-height:1.45}.qr-section{overflow:hidden;background:linear-gradient(110deg,rgba(169,155,255,.06),transparent 42%),var(--surface)}.qr-card-scene{position:relative;min-height:590px;display:grid;place-items:center;perspective:1200px}.qr-card-scene:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:rgba(139,124,255,.17);filter:blur(60px)}.qr-print-card{position:relative;width:min(360px,82vw);padding:29px 31px 32px;border:1px solid hsla(0,0%,100%,.5);border-radius:27px;color:#171123;background:linear-gradient(155deg,#f7f5ff,#e9e4ff);box-shadow:36px 42px 80px rgba(0,0,0,.38);transform:rotateY(8deg) rotate(-3deg)}.qr-brand{display:flex;align-items:center;gap:9px;font-size:18px}.qr-brand .brand-glyph{border-color:rgba(23,17,35,.12);background:rgba(23,17,35,.05)}.qr-restaurant{margin-top:37px;display:block;color:#6c5ce7;font-size:11px;font-weight:850;letter-spacing:.18em}.qr-print-card h3{margin:10px 0 23px;max-width:280px;font-size:34px;line-height:1.02;letter-spacing:-.05em}.qr-code-box{width:154px;height:154px;display:grid;place-items:center;border:10px solid #fff;border-radius:18px;color:#171123;background:#fff;box-shadow:0 12px 30px rgba(31,21,59,.13)}.qr-print-card>p{margin:18px 0 0;color:#5f586d;font-size:13px;font-weight:700}.qr-scene-label{position:absolute;right:1%;bottom:14%;padding:11px 14px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:rgba(16,12,26,.82);backdrop-filter:blur(12px);font-size:12px}.qr-benefits{margin:29px 0 31px;padding:0;display:grid;gap:15px;list-style:none}.qr-benefits li{display:flex;align-items:flex-start;gap:11px;color:rgba(248,250,252,.84);font-size:15px;line-height:1.5}.qr-benefits svg{flex:0 0 auto;margin-top:2px;color:#70efc4}.qr-detail-feature{padding:130px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(60px,9vw,130px)}.qr-detail-card-wrap{min-height:590px;position:relative;display:grid;place-items:center}.qr-detail-card-wrap:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(139,124,255,.18);filter:blur(65px)}.qr-detail-card{width:min(390px,86vw);padding:33px 35px 35px;position:relative;border:1px solid hsla(0,0%,100%,.55);border-radius:30px;color:#171123;background:linear-gradient(150deg,#fbfaff,#e6e0ff);box-shadow:40px 46px 95px rgba(0,0,0,.38);transform:rotateY(7deg) rotate(-2deg)}.qr-detail-card>span{margin-top:43px;display:block;color:#6c5ce7;font-size:11px;font-weight:850;letter-spacing:.18em}.qr-detail-card>h2{margin:11px 0 25px;max-width:290px;font-size:38px;line-height:1;letter-spacing:-.055em}.qr-detail-card>div:not(.qr-brand){width:184px;height:184px;display:grid;place-items:center;border:12px solid #fff;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(31,21,59,.14)}.qr-detail-card>p{margin:20px 0 0;display:flex;align-items:center;gap:7px;color:#5f586d;font-size:14px;font-weight:750}.qr-detail-copy h2,.qr-economics h2,.qr-package h2{margin:20px 0 24px;font-size:clamp(41px,5vw,67px);line-height:.99;letter-spacing:-.06em}.qr-detail-copy>p,.qr-economics p{color:var(--muted);font-size:17px;line-height:1.72}.qr-detail-copy ul{margin:31px 0 0;padding:0;display:grid;gap:16px;list-style:none}.qr-detail-copy li{display:flex;align-items:flex-start;gap:11px;color:rgba(248,250,252,.86);font-size:15px;line-height:1.5}.qr-detail-copy li svg{flex:0 0 auto;margin-top:2px;color:#70efc4}.qr-placement-section{padding:130px 0;border-block:1px solid var(--line);background:radial-gradient(circle at 50% 15%,rgba(139,124,255,.11),transparent 26rem),var(--bg-deep)}.qr-journey .detail-heading,.qr-placement-section .detail-heading{max-width:850px;margin:0 auto 60px;text-align:center}.qr-placement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.qr-placement-grid article{min-height:290px;padding:27px;border:1px solid var(--line);border-radius:22px;background:hsla(0,0%,100%,.035)}.qr-placement-grid article>svg{color:var(--teal)}.qr-placement-grid h3{margin:86px 0 13px;font-size:23px;letter-spacing:-.035em}.qr-placement-grid p{color:var(--muted);font-size:14px;line-height:1.62}.qr-journey{padding:130px 0}.qr-journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.qr-journey-grid article{min-height:310px;padding:30px;position:relative;border:1px solid rgba(169,155,255,.2);border-radius:24px;background:linear-gradient(145deg,rgba(36,26,61,.72),rgba(19,13,32,.72))}.qr-journey-grid article>span{position:absolute;right:25px;top:25px;color:var(--soft);font-size:12px;letter-spacing:.15em}.qr-journey-grid article>svg{color:var(--teal)}.qr-journey-grid h3{margin:87px 0 14px;font-size:25px;letter-spacing:-.04em}.qr-journey-grid p{color:var(--muted);font-size:15px;line-height:1.66}.qr-economics{padding:130px 0;border-block:1px solid var(--line);background:var(--surface)}.qr-economics-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:clamp(60px,9vw,125px)}.qr-economics small{display:block;margin-top:21px;color:var(--soft);font-size:12px;line-height:1.55}.qr-route-visual{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:12px}.qr-route-visual>div{min-height:155px;padding:17px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(169,155,255,.22);border-radius:20px;background:rgba(16,12,26,.76)}.qr-route-visual>div>span{color:var(--soft);font-size:10px;letter-spacing:.12em}.qr-route-visual>div>strong{color:var(--teal);font-size:28px;letter-spacing:-.04em}.qr-route-visual>div>svg{color:var(--teal)}.qr-route-visual>div>small{margin:0;color:var(--muted);font-size:10px}.qr-route-visual>i{color:var(--teal);font-style:normal}.qr-package{padding:130px 0;display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(60px,9vw,130px)}.qr-package-list{padding:32px;display:grid;gap:0;border:1px solid var(--line);border-radius:24px;background:hsla(0,0%,100%,.025)}.qr-package-list>span{padding:17px 0;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line);color:rgba(248,250,252,.86);font-size:15px}.qr-package-list>span svg{color:#70efc4}.qr-package-list>p{margin:21px 0 0;color:var(--soft);font-size:12px;line-height:1.55}.wa-head strong{font-size:11px}.phone-status,.wa-day,.wa-head small{font-size:8px}.wa-bubble{font-size:10px}.wa-bubble small{font-size:7px}.voice-time{font-size:8px}.wa-confirmation-message>strong{font-size:10px}.wa-confirmation-message>span,.wa-input>span{font-size:8px}@media (max-width:1100px){.nav-links{gap:20px}.nav{gap:14px}}@media (max-width:760px){.language-switch{margin-left:auto;margin-right:2px}.switch-section{padding:90px 0}.switch-steps{grid-template-columns:1fr}.switch-steps article{min-height:255px}.switch-steps h3{margin-top:45px}.switch-promise{grid-template-columns:auto 1fr}.switch-promise .inline-link{grid-column:1/-1;margin-top:5px}.language-layout,.qr-layout{grid-template-columns:1fr;gap:55px}.language-card{padding:24px}.transcription-preview{grid-template-columns:auto 1fr}.transcription-preview>svg{display:none}.qr-card-scene{min-height:480px;order:2}.qr-card-scene:before{width:310px;height:310px}.qr-scene-label{right:0;bottom:8%}.qr-detail-feature,.qr-economics-grid,.qr-package{grid-template-columns:1fr;gap:55px}.qr-detail-card-wrap{min-height:510px}.qr-detail-card-wrap:before{width:310px;height:310px}.qr-journey-grid,.qr-placement-grid{grid-template-columns:1fr}.qr-journey-grid article,.qr-placement-grid article{min-height:250px}.qr-journey-grid h3,.qr-placement-grid h3{margin-top:54px}.qr-route-visual{grid-template-columns:1fr}.qr-route-visual>i{text-align:center;transform:rotate(90deg)}}.scroll-narrative{height:420svh;position:relative;border-block:1px solid var(--line);background:var(--bg-deep)}.scroll-narrative-sticky{height:100vh;height:100svh;position:sticky;top:0;overflow:hidden;isolation:isolate}.story-backdrop{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 76% 53%,rgba(139,124,255,.15),transparent 28rem),linear-gradient(135deg,rgba(23,17,38,.78),rgba(9,6,17,.96))}.story-backdrop i{position:absolute;width:min(56vw,720px);aspect-ratio:1;top:50%;right:-5%;border:1px solid rgba(169,155,255,.09);border-radius:50%;transform:translateY(-50%)}.story-backdrop i:nth-child(2){width:min(43vw,550px);right:2%;border-style:dashed}.story-backdrop i:nth-child(3){width:min(30vw,390px);right:9%}.scroll-narrative-shell{height:100%;padding:clamp(98px,12vh,130px) 0 clamp(34px,6vh,65px);display:flex;flex-direction:column}.scroll-narrative-heading{position:relative;z-index:3;flex:0 0 auto}.scroll-narrative-heading h2{max-width:840px;margin:13px 0 0;font-size:clamp(35px,4.2vw,61px);line-height:.98;letter-spacing:-.055em;font-weight:620}.scroll-narrative-heading h2 em{color:var(--teal);font-style:normal}.scroll-narrative-layout{min-height:0;flex:1;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(45px,8vw,110px)}.scroll-copy-stage{height:min(390px,48vh);position:relative;z-index:3}.scroll-story-step{position:absolute;inset:0 0 92px;display:flex;flex-direction:column;justify-content:center;opacity:0;filter:blur(9px);pointer-events:none;transition:opacity .58s cubic-bezier(.2,.75,.2,1),transform .72s cubic-bezier(.16,1,.3,1),filter .58s cubic-bezier(.2,.75,.2,1);will-change:opacity,transform,filter}.scroll-story-step.is-before{transform:translate3d(0,-76px,0)}.scroll-story-step.is-after{transform:translate3d(0,76px,0)}.scroll-story-step.is-active{opacity:1;filter:blur(0);transform:translateZ(0);pointer-events:auto}.story-step-number{margin-bottom:17px;color:var(--soft);font-size:11px;font-weight:850;letter-spacing:.18em}.scroll-story-step>svg{margin-bottom:18px;color:var(--teal)}.scroll-story-step h3{margin:0 0 17px;font-size:clamp(42px,4.5vw,64px);line-height:.96;letter-spacing:-.055em;font-weight:620}.scroll-story-step p{max-width:510px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}.story-controls{position:absolute;inset:auto 0 0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:13px 25px}.story-progress{height:2px;grid-column:1/-1;overflow:hidden;background:hsla(0,0%,100%,.09)}.story-progress i{width:100%;height:100%;display:block;background:linear-gradient(90deg,var(--teal-strong),var(--teal));transform-origin:left;transition:transform .65s cubic-bezier(.16,1,.3,1)}.story-dots{display:flex;gap:7px}.story-dots button{width:37px;height:30px;padding:0;border:1px solid var(--line);border-radius:999px;color:var(--soft);background:transparent;cursor:pointer;font-size:9px;font-weight:850;transition:color .25s ease,border-color .25s ease,background .25s ease}.story-dots button.is-active,.story-dots button:hover{color:#100c1a;border-color:var(--teal);background:var(--teal)}.story-controls .inline-link{justify-self:end}.scroll-visual-stage{min-height:0;height:min(590px,66vh);position:relative;display:grid;place-items:center;pointer-events:none}.story-phone-backend{position:relative;z-index:1;opacity:.82;filter:saturate(.88);transform:scale(.9)}.story-phone-backend:after{content:"";position:absolute;inset:10% -24%;z-index:-1;border-radius:50%;background:rgba(139,124,255,.13);filter:blur(45px)}.voice-phone-story .wa-body{scroll-behavior:smooth}.voice-phone-story .story-chat-enter{animation:storyChatEnter .62s cubic-bezier(.16,1,.3,1) both;transform-origin:bottom}.voice-phone-story .story-chat-delay{animation-delay:.55s}.voice-phone-story .story-message-current{box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(139,124,255,.28),0 8px 24px rgba(91,69,212,.12)}@keyframes storyChatEnter{0%{opacity:0;filter:blur(5px);transform:translate3d(0,16px,0) scale(.97)}to{opacity:1;filter:blur(0);transform:translateZ(0) scale(1)}}.story-float{min-width:260px;padding:18px;position:absolute;z-index:4;right:1%;bottom:15%;display:flex;align-items:center;gap:13px;border:1px solid hsla(0,0%,100%,.14);border-radius:18px;background:rgba(28,21,48,.9);box-shadow:0 28px 70px rgba(0,0,0,.42),inset 0 1px hsla(0,0%,100%,.05);backdrop-filter:blur(18px);opacity:0;filter:blur(8px);transition:opacity .5s ease,transform .68s cubic-bezier(.16,1,.3,1),filter .5s ease}.story-float.is-before{transform:translate3d(0,-52px,0) scale(.96)}.story-float.is-after{transform:translate3d(0,52px,0) scale(.96)}.story-float.is-active{opacity:1;filter:blur(0);transform:translateZ(0) scale(1)}.story-float>svg{flex:0 0 auto;color:var(--teal)}.story-float small,.story-float strong{display:block}.story-float small{margin-bottom:4px;color:var(--soft);font-size:9px;letter-spacing:.1em}.story-float strong{font-size:16px}.story-mini-wave{margin-left:auto;display:flex;align-items:center;gap:3px}.story-mini-wave i{width:3px;border-radius:99px;background:var(--teal)}.story-mini-wave i:first-child,.story-mini-wave i:nth-child(7){height:9px}.story-mini-wave i:nth-child(2),.story-mini-wave i:nth-child(6){height:17px}.story-mini-wave i:nth-child(3),.story-mini-wave i:nth-child(5){height:25px}.story-mini-wave i:nth-child(4){height:14px}.story-float-order{display:grid;gap:8px}.story-float-order>span{color:var(--muted);font-size:12px}.story-float-order>span b{margin-right:8px;color:var(--teal)}.story-float-order>strong{padding-top:10px;display:flex;align-items:center;gap:7px;border-top:1px solid var(--line);color:var(--teal);font-size:10px;letter-spacing:.1em}.story-float-confirm>b,.story-float-kitchen>b{margin-left:auto;padding:7px 9px;display:flex;align-items:center;gap:5px;border-radius:8px;color:#100c1a;background:var(--teal);font-size:9px}@media (max-width:760px){.scroll-narrative{height:400svh}.scroll-narrative-shell{padding:102px 0 26px}.scroll-narrative-heading h2{font-size:clamp(34px,10vw,46px)}.scroll-narrative-layout{position:relative;display:block}.scroll-copy-stage{height:100%;position:relative}.scroll-story-step{inset:10% 0 104px;justify-content:flex-start}.scroll-story-step h3{font-size:clamp(43px,13vw,58px)}.scroll-story-step p{max-width:92%;font-size:14px}.scroll-visual-stage{position:absolute;inset:0 -24px 0 23%;height:100%;opacity:.24}.story-phone-backend{transform:scale(.76)}.story-float{display:none}.story-controls{z-index:5;grid-template-columns:1fr}.story-controls .inline-link{display:none}.story-dots{justify-content:space-between}.story-dots button{width:44px}}@media (prefers-reduced-motion:reduce){.scroll-narrative{height:auto}.scroll-narrative-sticky{height:auto;position:relative;overflow:visible}.scroll-narrative-shell{height:auto;padding-block:100px}.scroll-narrative-layout{display:block}.scroll-copy-stage{height:auto;display:grid;gap:50px}.scroll-story-step{position:static;min-height:240px;opacity:1;filter:none;transform:none!important}.scroll-visual-stage,.story-controls{display:none}}@media (max-width:760px){body{font-size:16px}.shell{width:calc(100% - 32px)}.site-header{inset:8px 0 auto}.nav{min-height:56px;padding:0 9px 0 13px;gap:9px;border-radius:15px;z-index:2}.brand{font-size:17px}.brand-glyph{width:27px;height:27px;border-radius:9px}.language-switch{margin-left:auto}.language-switch button{width:32px;height:30px}.mobile-nav-toggle{width:40px;height:40px;padding:0;flex:0 0 40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;color:#fff;background:hsla(0,0%,100%,.055);cursor:pointer}.mobile-nav-scrim{position:fixed;inset:0;z-index:1;display:block;border:0;background:rgba(5,3,10,.32);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.mobile-nav-scrim.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav-panel{width:100%;padding:10px;position:absolute;top:calc(100% + 8px);left:0;display:grid;gap:3px;border:1px solid hsla(0,0%,100%,.14);border-radius:17px;background:rgba(12,8,20,.97);box-shadow:0 28px 70px rgba(0,0,0,.5);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.985);transform-origin:top;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.mobile-nav-panel.is-open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.mobile-nav-panel>a:not(.button){min-height:45px;padding:0 13px;display:flex;align-items:center;border-radius:11px;color:rgba(248,250,252,.82);font-size:14px;font-weight:700}.mobile-nav-panel>a:not(.button):hover{color:#fff;background:rgba(169,155,255,.09)}.mobile-nav-panel>span{padding:12px 13px 5px;color:var(--soft);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.mobile-nav-panel .button{width:100%;min-height:47px;margin-top:7px;display:flex}.home-hero{padding:112px 0 48px}.home-hero-grid{gap:25px}.home-hero-copy h1{margin:21px 0 23px;font-size:clamp(52px,15vw,68px);line-height:.9}.home-hero-copy>p{max-width:36rem;font-size:15px;line-height:1.62}.home-hero-copy .hero-actions{margin-top:26px;gap:9px}.home-hero-copy .hero-actions .button{min-height:52px}.hero-proof{margin-top:23px;justify-content:center;gap:10px 16px;font-size:12px}.voice-stage{min-height:535px;margin-top:0}.voice-stage .voice-phone{transform:scale(.74)}.voice-orbit-one{width:350px;height:350px}.voice-orbit-two{width:275px;height:275px}.voice-caption{min-width:174px;padding:10px 11px}.voice-caption-top{top:28px;right:-3px}.voice-caption-bottom{left:-3px;bottom:28px}.signal-strip-inner{min-height:62px;padding-block:16px;font-size:9px;letter-spacing:.1em}.language-section,.qr-section,.section,.switch-section{padding-block:78px}.benefit-heading,.story-heading{margin-bottom:43px}.benefit-heading h2,.detail-heading h2,.final-cta h2,.product-story-copy h2,.story-heading h2{font-size:clamp(37px,11vw,46px)}.benefit-grid,.detail-cards,.switch-steps{gap:12px}.benefit-grid article,.detail-cards article,.switch-steps article{min-height:auto;padding:24px;border-radius:20px}.benefit-grid h3,.detail-cards h3,.switch-steps h3{margin-top:38px}.switch-promise{padding:18px}.language-layout,.qr-layout{gap:43px}.language-copy h2,.qr-copy h2{font-size:clamp(38px,11vw,50px)}.language-copy>p,.qr-copy>p{font-size:15px}.language-card{padding:21px;border-radius:23px}.language-chips{margin-block:22px;gap:7px}.language-chips span{padding:9px 11px;font-size:12px}.transcription-preview{padding:14px}.subpage-hero{min-height:540px;padding:112px 0 65px}.subpage-hero h1{font-size:clamp(48px,14vw,66px)}.subpage-hero p{font-size:15px}.qr-detail-feature,.qr-package,.subpage-feature{padding-block:72px}.compare-phone,.subpage-phone{min-height:525px}.compare-phone .voice-phone,.subpage-phone .voice-phone{transform:scale(.76)}.step-row,.step-row:nth-child(2n){min-height:auto;padding:66px 0}.step-copy h2{font-size:37px}.step-media{min-height:425px}.calculator{padding:22px;gap:28px;border-radius:21px}.calculator-result{min-height:155px}.calculator-controls input{height:6px}.calculator-controls input::-webkit-slider-thumb{width:22px;height:22px}.pricing-focus{padding-block:72px;gap:42px}.pricing-number{min-height:330px}.comparison-table{border-radius:17px}.comparison-row{padding:15px}.side-by-side article{min-height:auto;padding:25px}.focused-comparison{border-radius:18px}.focused-row{min-height:76px;padding:12px 10px;grid-template-columns:1.05fr .78fr .92fr .8fr;gap:4px;font-size:11px;line-height:1.25}.focused-row>*{min-width:0;overflow-wrap:anywhere;hyphens:auto}.focused-row>span:first-child{text-align:left}.focused-row>span:not(:first-child),.focused-row>strong{padding-inline:2px;text-align:center}.focused-head{min-height:58px;font-size:8px;line-height:1.15;letter-spacing:.06em}.site-footer{text-align:left}.footer-main{padding:58px 0 40px;grid-template-columns:1fr 1fr;gap:36px 20px}.footer-brand{grid-column:1/-1}.footer-column{gap:12px}.footer-bottom{min-height:82px;text-align:center}.scroll-narrative{height:380svh}.scroll-narrative-shell{padding:82px 0 20px}.scroll-narrative-heading .kicker{font-size:10px}.scroll-narrative-heading h2{max-width:330px;font-size:clamp(30px,8.5vw,38px)}.scroll-story-step{inset:12% 0 100px}.scroll-story-step h3{max-width:78%;font-size:clamp(40px,12vw,53px)}.scroll-story-step p{max-width:72%;font-size:14px;line-height:1.55}.scroll-visual-stage{inset:2% -95px 0 26%;opacity:.34}.story-phone-backend{transform:scale(.71)}.story-controls{padding-top:8px}.story-dots button{min-height:38px}}@media (max-width:420px){.shell{width:calc(100% - 24px)}.brand{gap:7px}.language-switch button{width:29px}.home-hero-copy h1{font-size:clamp(48px,15vw,61px)}.voice-stage{min-height:485px}.voice-stage .voice-phone{transform:scale(.67)}.voice-caption{display:none}.hero-proof{max-width:310px;margin-inline:auto}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.scroll-story-step h3{max-width:84%}.scroll-story-step p{max-width:78%}.scroll-visual-stage{right:-125px;opacity:.29}.focused-row{padding-inline:7px;grid-template-columns:1.02fr .76fr .94fr .8fr;gap:2px;font-size:10px}.focused-head{font-size:7px;letter-spacing:.045em}}.contact-page{min-height:100svh;padding:145px 0 105px;position:relative;display:grid;align-items:center;overflow:hidden;isolation:isolate}.contact-page:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.32;background-image:radial-gradient(hsla(0,0%,100%,.1) .65px,transparent 0);background-size:5px 5px;mask-image:linear-gradient(180deg,#000,transparent 88%)}.contact-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(4px);pointer-events:none}.contact-glow-one{width:700px;height:700px;top:-270px;left:-250px;background:radial-gradient(circle,rgba(139,124,255,.16),transparent 68%)}.contact-glow-two{width:520px;height:520px;right:-210px;bottom:-180px;background:radial-gradient(circle,rgba(169,155,255,.1),transparent 70%)}.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(54px,8vw,105px)}.contact-intro{max-width:485px}.contact-intro h1{margin:27px 0 25px;font-size:clamp(54px,6.5vw,82px);line-height:.92;letter-spacing:-.06em;font-weight:630}.contact-intro h1 em{color:var(--teal);font-style:normal;font-weight:inherit}.contact-intro>p{max-width:440px;color:var(--muted);font-size:16px;line-height:1.75}.contact-expectations{margin-top:42px;display:grid;gap:18px}.contact-expectations>div{display:flex;align-items:center;gap:14px}.contact-expectations>div>span{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border:1px solid rgba(169,155,255,.19);border-radius:13px;color:var(--teal);background:rgba(169,155,255,.07)}.contact-expectations div div{display:grid;gap:4px}.contact-expectations small{color:var(--soft);font-size:10px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.contact-expectations strong{font-size:13px}.contact-form-card{padding:clamp(24px,4vw,42px);border:1px solid hsla(0,0%,100%,.13);border-radius:30px;background:linear-gradient(145deg,hsla(0,0%,100%,.075),hsla(0,0%,100%,.03)),rgba(16,12,26,.78);box-shadow:0 40px 100px -50px rgba(0,0,0,.9),inset 0 1px hsla(0,0%,100%,.04);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:21px 16px}.contact-form-heading{margin-bottom:7px;grid-column:1/-1;display:flex;align-items:baseline;justify-content:space-between;gap:20px}.contact-form-heading span{font-size:18px;font-weight:780;letter-spacing:-.025em}.contact-field>small,.contact-form-heading small{color:var(--soft);font-size:10px}.contact-field{min-width:0;display:grid;gap:8px}.contact-field-wide{grid-column:1/-1}.contact-field label{color:rgba(248,250,252,.82);font-size:11px;font-weight:750}.contact-field input,.contact-field textarea{width:100%;border:1px solid hsla(0,0%,100%,.12);border-radius:13px;outline:none;color:var(--ink);background:rgba(5,3,10,.38);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.contact-field input{min-height:50px;padding:0 15px}.contact-field textarea{min-height:132px;padding:14px 15px;line-height:1.55;resize:vertical}.contact-field input::placeholder,.contact-field textarea::placeholder{color:rgba(248,250,252,.3)}.contact-field input:focus,.contact-field textarea:focus{border-color:rgba(169,155,255,.65);background:rgba(5,3,10,.58);box-shadow:0 0 0 3px rgba(169,155,255,.1)}.contact-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.contact-submit{width:max-content;min-width:158px;margin-top:3px;cursor:pointer}.contact-submit:disabled{cursor:wait;opacity:.7;transform:none}.contact-spinner{animation:contactSpin .8s linear infinite}@keyframes contactSpin{to{transform:rotate(1turn)}}.contact-error{margin:-3px 0 0;padding:12px 14px;grid-column:1/-1;border:1px solid hsla(0,91%,71%,.25);border-radius:12px;color:#fecaca;background:rgba(127,29,29,.14);font-size:12px;line-height:1.5}.contact-privacy{margin:0;align-self:center;justify-self:end;color:var(--soft);font-size:10px;line-height:1.45;text-align:right}.contact-success{min-height:575px;padding:clamp(18px,4vw,40px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contact-success-icon{width:62px;height:62px;margin-bottom:30px;display:grid;place-items:center;border:1px solid rgba(169,155,255,.25);border-radius:19px;color:var(--teal);background:rgba(169,155,255,.1);box-shadow:0 20px 50px -20px rgba(169,155,255,.55)}.contact-success h2{max-width:430px;margin:18px 0 16px;font-size:clamp(38px,4vw,54px);line-height:1;letter-spacing:-.05em;font-weight:630}.contact-success p{max-width:450px;margin-bottom:28px;color:var(--muted);font-size:15px;line-height:1.7}.contact-success .button{cursor:pointer}@media (max-width:1020px){.contact-layout{grid-template-columns:.75fr 1.25fr;gap:40px}.contact-intro h1{font-size:clamp(48px,6.5vw,65px)}}@media (max-width:760px){.contact-page{padding:116px 0 76px}.contact-layout{grid-template-columns:1fr;gap:44px}.contact-intro{max-width:580px}.contact-intro h1{margin-block:22px;font-size:clamp(48px,14vw,66px)}.contact-intro>p{font-size:15px}.contact-expectations{margin-top:30px}.contact-form-card{padding:23px;border-radius:23px}.contact-form{grid-template-columns:1fr;gap:18px}.contact-error,.contact-field-wide,.contact-form-heading{grid-column:auto}.contact-form-heading{align-items:flex-start;flex-direction:column;gap:6px}.contact-submit{width:100%}.contact-privacy{justify-self:center;text-align:center}.contact-success{min-height:460px;padding:8px}}.demo-hero{min-height:640px;padding:160px 0 90px;position:relative;display:grid;place-items:center;overflow:hidden;isolation:isolate;text-align:center;background:linear-gradient(180deg,rgba(9,6,17,.28),var(--bg)),var(--bg)}.demo-hero:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.32;background-image:radial-gradient(hsla(0,0%,100%,.1) .65px,transparent 0);background-size:5px 5px;mask-image:linear-gradient(180deg,#000,transparent 90%)}.demo-hero-glow{width:790px;height:790px;position:absolute;top:-265px;left:50%;z-index:-1;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(139,124,255,.19),transparent 67%)}.demo-hero-copy{position:relative;z-index:1}.demo-hero h1{margin:28px 0 25px;font-size:clamp(58px,8vw,106px);line-height:.9;letter-spacing:-.065em;font-weight:630}.demo-hero h1 em{color:var(--teal);font-style:normal;font-weight:inherit}.demo-hero p{max-width:720px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.75}.demo-stage-section{padding:44px 0 120px;border-bottom:1px solid var(--line);background:var(--bg-deep)}.demo-toolbar{min-height:84px;margin-bottom:18px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--line);border-radius:19px;background:hsla(0,0%,100%,.028)}.demo-toolbar>div{display:flex;align-items:center;gap:18px}.demo-toolbar>div>small{color:var(--soft);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.demo-current-language{display:flex;align-items:center;gap:12px}.demo-current-language strong{padding:10px 14px;border:1px solid rgba(169,155,255,.2);border-radius:11px;color:var(--teal);background:rgba(169,155,255,.07);font-size:11px;letter-spacing:.04em}.demo-live-label{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.demo-live-label i{width:7px;height:7px;border-radius:50%;background:#5ee6a8;box-shadow:0 0 0 5px rgba(94,230,168,.08);animation:pulseSoft 2s ease-in-out infinite}.demo-workspace{min-height:760px;display:grid;grid-template-columns:.82fr 1.18fr;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);border-radius:32px;background:linear-gradient(135deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.012)),#100c1a;box-shadow:0 45px 110px -65px rgba(0,0,0,.95),inset 0 1px hsla(0,0%,100%,.04)}.demo-phone-scene{min-height:760px;padding:48px 38px 34px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-right:1px solid var(--line);background:radial-gradient(circle at 50% 38%,rgba(139,124,255,.18),transparent 44%),rgba(5,3,10,.2)}.demo-phone-scene:after,.demo-phone-scene:before{content:"";width:360px;height:360px;position:absolute;border:1px solid rgba(169,155,255,.08);border-radius:50%;pointer-events:none}.demo-phone-scene:after{width:510px;height:510px;border-color:rgba(169,155,255,.04)}.demo-phone{width:300px;height:604px;position:relative;z-index:2;padding:9px;border:1px solid hsla(0,0%,100%,.18);border-radius:45px;background:#05090d;box-shadow:0 42px 95px -28px rgba(0,0,0,.92),inset 0 0 0 2px #1f2937}.demo-phone-screen{height:100%;position:relative;overflow:hidden;border-radius:37px;color:#111827;background:#efeae2}.demo-phone-screen:before{content:"";position:absolute;inset:77px 0 52px;opacity:.16;background:radial-gradient(circle at 20% 20%,#829a8f 1px,transparent 1.5px) 0 0 /35px 35px,radial-gradient(circle at 75% 65%,#829a8f 1px,transparent 1.5px) 0 0 /42px 42px}.demo-phone-screen .phone-status{height:29px;padding:0 18px;z-index:3;justify-content:space-between;font-size:8px;font-weight:800}.demo-phone-screen .phone-status,.demo-wa-head{position:relative;display:flex;align-items:center;color:#fff;background:#075e54}.demo-wa-head{height:52px;padding:0 11px 0 7px;z-index:2;gap:8px}.demo-wa-back{font-size:27px;line-height:1}.demo-wa-head .wa-avatar{width:31px;height:31px;flex:0 0 31px}.demo-wa-head>span:nth-child(3){min-width:0;display:grid}.demo-wa-head strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.demo-wa-head small{margin-top:2px;font-size:7px;font-weight:500}.demo-wa-head i{width:3px;height:3px;margin-left:auto;border-radius:50%;background:#fff;box-shadow:0 -6px #fff,0 6px #fff}.demo-chat{height:calc(100% - 133px);padding:12px 9px;position:relative;z-index:1;display:flex;flex-direction:column;gap:9px;overflow:hidden}.demo-chat .wa-day{align-self:center}.demo-incoming{align-self:flex-start;border-radius:2px 9px 9px 9px;background:#fff;animation:demoMessageIn .5s cubic-bezier(.16,1,.3,1) both}.demo-incoming,.demo-outgoing{max-width:84%;padding:8px 9px 14px;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.12);font-size:9px;line-height:1.45}.demo-outgoing{min-width:54px;align-self:flex-end;border-radius:9px 2px 9px 9px;background:#d9fdd3}.demo-incoming>small,.demo-outgoing>small,.demo-voice-bubble>small{position:absolute;right:6px;bottom:3px;display:flex;align-items:center;gap:2px;color:#7b8790;font-size:6px}.demo-voice-bubble{width:86%;min-height:63px;padding:10px 9px 16px;position:relative;align-self:flex-end;display:grid;grid-template-columns:30px 1fr 28px;align-items:center;gap:6px;border-radius:9px 2px 9px 9px;background:#d9fdd3;box-shadow:0 1px 2px rgba(0,0,0,.12);animation:demoMessageIn .45s cubic-bezier(.16,1,.3,1) both}.demo-voice-bubble>button{width:30px;height:30px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#00a884;cursor:pointer}.demo-voice-bubble>button:disabled{cursor:default;opacity:.72}.demo-waveform{height:48px;display:flex;align-items:center;gap:1px;overflow:hidden}.demo-waveform i{width:2px;flex:0 0 2px;max-height:36px;border-radius:2px;background:#91aaa2;transition:background .15s ease,opacity .15s ease}.demo-waveform i.heard{background:#00a884}.demo-voice-bubble>span{color:#60716c;font-size:7px}.demo-api-message{max-width:91%;white-space:pre-line}.demo-accepted-message{border-left:2px solid #00a884;background:#f7fffa}.demo-composer{height:52px;padding:0 7px 0 13px;position:absolute;inset:auto 0 0;z-index:3;display:flex;align-items:center;gap:8px;color:#84908c;background:#f0f2f5;font-size:8px}.demo-composer>span:first-child{min-height:34px;padding:0 12px;flex:1;display:flex;align-items:center;border-radius:18px;background:#fff}.demo-composer>b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#00a884}.demo-composer .demo-recording-status{gap:7px;color:#d14b53;font-weight:750}.demo-recording-status i{width:6px;height:6px;border-radius:50%;background:#e94f5c;animation:pulseSoft 1.1s ease-in-out infinite}.demo-primary-control{min-height:84px;margin-top:28px;position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:10px}.demo-primary-control .button{min-width:260px;cursor:pointer}.demo-primary-control .button>span{font-size:10px;font-weight:650;opacity:.58}.demo-primary-control .button:disabled{cursor:wait;opacity:.65;transform:none}.demo-primary-control>small{max-width:300px;color:var(--soft);font-size:9px;line-height:1.4;text-align:center}.demo-intelligence{min-width:0;padding:36px;display:flex;flex-direction:column;gap:18px;background:radial-gradient(circle at 90% 0,rgba(139,124,255,.09),transparent 20rem),rgba(16,12,26,.7)}.demo-intelligence-head{min-height:64px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:16px;background:hsla(0,0%,100%,.035)}.demo-intelligence-head>div{display:flex;align-items:center;gap:12px}.demo-intelligence-head>div>span{width:37px;height:37px;display:grid;place-items:center;border-radius:11px;color:#100c1a;background:var(--teal)}.demo-intelligence-head>div>div{display:grid;gap:4px}.demo-intelligence-head small{color:var(--soft);font-size:8px;font-weight:800;letter-spacing:.12em}.demo-intelligence-head strong{font-size:12px}.demo-intelligence-head>svg{color:var(--teal)}.demo-process{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.demo-process-step{min-width:0;min-height:105px;padding:12px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:13px;color:var(--soft);background:hsla(0,0%,100%,.022);transition:border-color .35s ease,background .35s ease,color .35s ease,transform .35s ease}.demo-process-step>span{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;font-size:8px}.demo-process-step>div{display:grid;gap:4px}.demo-process-step strong{color:rgba(248,250,252,.54);font-size:9px;line-height:1.3}.demo-process-step small{display:none;font-size:8px;line-height:1.4}.demo-process-step.active{border-color:rgba(169,155,255,.45);color:var(--teal);background:rgba(169,155,255,.08);transform:translateY(-2px)}.demo-process-step.active strong{color:#fff}.demo-process-step.done{border-color:rgba(94,230,168,.2);color:#5ee6a8;background:rgba(94,230,168,.045)}.demo-process-step.done strong{color:rgba(248,250,252,.84)}.demo-order-card,.demo-transcript{padding:18px;border:1px solid var(--line);border-radius:17px;background:hsla(0,0%,100%,.026);visibility:hidden;opacity:0;transition:opacity .4s ease,border-color .4s ease,transform .45s cubic-bezier(.16,1,.3,1),visibility .4s ease}.demo-order-card.visible,.demo-transcript.visible{border-color:rgba(169,155,255,.19);visibility:visible;opacity:1;transform:translateY(0)}.demo-order-card{transform:translateY(8px)}.demo-panel-label{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:14px}.demo-panel-label>span{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.demo-panel-label svg{color:var(--teal)}.demo-panel-label>small{display:inline-flex;align-items:center;gap:5px;color:var(--teal);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.demo-transcript-copy{min-height:98px;position:relative}.demo-transcript-copy p{margin:0 0 5px;color:transparent;font-size:12px;line-height:1.55;transform:translateY(5px);transition:color .35s ease,transform .35s ease}.demo-transcript-copy p.visible{color:rgba(248,250,252,.78);transform:none}.demo-type-cursor{width:2px;height:14px;display:inline-block;background:var(--teal);animation:demoBlink .75s steps(1) infinite}.demo-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.demo-order-grid>div{min-width:0;padding:11px;display:grid;gap:5px;border:1px solid hsla(0,0%,100%,.08);border-radius:11px;background:rgba(5,3,10,.23)}.demo-order-grid small{color:var(--soft);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.demo-order-grid strong{min-width:0;display:flex;align-items:center;gap:5px;color:rgba(248,250,252,.88);font-size:10px;line-height:1.35}.demo-order-grid svg{flex:0 0 auto;color:var(--teal)}.demo-order-grid .demo-address{grid-column:1/-1}.demo-next{padding:115px 0}.demo-next-inner{padding:60px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:70px;overflow:hidden;border:1px solid rgba(169,155,255,.2);border-radius:28px;background:radial-gradient(circle at 100% 20%,rgba(139,124,255,.15),transparent 22rem),hsla(0,0%,100%,.028)}.demo-next h2{max-width:690px;margin:16px 0;font-size:clamp(40px,5vw,64px);line-height:.98;letter-spacing:-.055em;font-weight:630}.demo-next p{max-width:660px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.demo-next-inner>div:last-child{display:flex;flex-direction:column;align-items:center;gap:19px}@keyframes demoMessageIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@keyframes demoBlink{50%{opacity:0}}@media (max-width:1020px){.demo-workspace{grid-template-columns:.9fr 1.1fr}.demo-phone-scene{padding-inline:24px}.demo-intelligence{padding:26px}.demo-process{grid-template-columns:1fr 1fr}.demo-process-step{min-height:76px}.demo-next-inner{padding:45px;gap:40px}}@media (max-width:760px){.demo-hero{min-height:560px;padding:126px 0 70px}.demo-hero h1{font-size:clamp(50px,14vw,68px)}.demo-hero p{font-size:15px}.demo-stage-section{padding:24px 0 78px}.demo-toolbar{padding:15px;gap:14px}.demo-toolbar,.demo-toolbar>div{align-items:stretch;flex-direction:column}.demo-toolbar>div{gap:9px}.demo-live-label{padding-left:4px}.demo-workspace{grid-template-columns:1fr;border-radius:24px}.demo-phone-scene{min-height:770px;padding:38px 16px 27px;border-right:0;border-bottom:1px solid var(--line)}.demo-phone{transform:scale(.93)}.demo-primary-control{margin-top:14px}.demo-primary-control .button{min-width:min(300px,calc(100vw - 56px))}.demo-intelligence{padding:20px}.demo-process{grid-template-columns:1fr 1fr}.demo-process-step{min-height:86px}.demo-transcript-copy{min-height:125px}.demo-next{padding:78px 0}.demo-next-inner{padding:28px;grid-template-columns:1fr;gap:30px;border-radius:22px}.demo-next-inner>div:last-child{align-items:stretch}}@media (max-width:400px){.demo-phone{transform:scale(.88)}.demo-phone-scene{min-height:735px}.demo-intelligence{padding:14px}.demo-process-step{padding:10px}.demo-order-grid{grid-template-columns:1fr}.demo-order-grid .demo-address{grid-column:auto}}@media (prefers-reduced-motion:reduce){.demo-live-label i,.demo-recording-status i,.demo-type-cursor{animation:none}.demo-incoming,.demo-process-step,.demo-voice-bubble{transition:none;animation:none}}