:root{--bg:#f6f4ee;--bg-2:#efecdf;--bg-3:#e5e1d0;--fg:#0a0a09;--fg-2:#1a1a18;--fg-dim:#595852;--fg-faint:#9a988e;--line:#0a0a091a;--line-2:#0a0a0938;--line-strong:#0a0a098c;--g-yellow:#efcc0c;--g-chartreuse:#bdb82f;--g-sage:#7b9f5e;--g-teal:#498c81;--g-deep:#287f98;--gradient:linear-gradient(135deg, #efcc0c 0%, #bdb82f 28%, #7b9f5e 52%, #498c81 76%, #287f98 100%);--gradient-soft:linear-gradient(135deg, #efcc0c 0%, #7b9f5e 50%, #287f98 100%);--orb:radial-gradient(circle at 30% 25%, #fbe158 0%, #efcc0c 18%, #bdb82f 38%, #7b9f5e 58%, #498c81 78%, #287f98 100%);--display:"Heebo", system-ui, sans-serif;--body:"Heebo", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace}[data-theme=dark]{--bg:#0a0a09;--bg-2:#131312;--bg-3:#1d1d1b;--fg:#f6f4ee;--fg-2:#e2dfd4;--fg-dim:#9a988e;--fg-faint:#4a4843;--line:#f6f4ee1a;--line-2:#f6f4ee38;--line-strong:#f6f4ee8c}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--fg);font-family:var(--body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"kern" 1, "liga" 1, "calt" 1;font-weight:500;background:var(--bg)!important}html{overflow-x:clip}.landing-cursor-active,.landing-cursor-active a,.landing-cursor-active button{cursor:none}[style*="font-weight: 300"],.weight-light{letter-spacing:.005em}[style*="font-weight: 800"],[style*="font-weight: 900"]{letter-spacing:-.005em}@media (hover:none),(pointer:coarse){html,body{cursor:auto}}body{letter-spacing:-.005em;font-size:20px;line-height:1.55;transition:background .6s,color .6s}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit;cursor:none;background:0 0;border:none}img,svg{max-width:100%;display:block}::selection{background:var(--fg);color:var(--bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:8px}.cursor{background:var(--fg);pointer-events:none;z-index:9999;mix-blend-mode:difference;filter:invert();will-change:transform;border-radius:50%;width:14px;height:14px;transition:width .3s cubic-bezier(.2,.7,.1,1),height .3s cubic-bezier(.2,.7,.1,1),background .3s,border-radius .3s,mix-blend-mode .3s;position:fixed;top:0;left:0}.cursor.is-hover{background:var(--g-yellow);background-image:var(--gradient);mix-blend-mode:normal;filter:none;width:56px;height:56px}.cursor.is-text{border-radius:2px;width:4px;height:24px}.cursor.is-pill{background:var(--fg);mix-blend-mode:difference;border-radius:999px;width:80px;height:36px}.cursor-label{pointer-events:none;font-family:var(--mono);color:var(--bg);text-transform:uppercase;letter-spacing:.04em;opacity:0;z-index:10000;mix-blend-mode:difference;font-size:13px;font-weight:600;transition:opacity .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-label.show{opacity:1}@media (hover:none),(pointer:coarse){.cursor,.cursor-label{display:none}}.container{width:min(1440px,100% - 64px);margin:0 auto}@media (max-width:720px){.container{width:calc(100% - 28px)}}.eyebrow{font-family:var(--mono);letter-spacing:.02em;color:var(--fg-dim);text-transform:uppercase;white-space:nowrap;align-items:center;gap:12px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.eyebrow .e-dot{background:var(--orb);vertical-align:middle;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.h-display{font-family:var(--display);letter-spacing:-.004em;color:var(--fg);font-size:clamp(46px,6.5vw,104px);font-weight:800;line-height:1.02}.h-display .serif{font-family:var(--display);letter-spacing:-.004em;font-weight:300}.h-display .grad-text{background:var(--gradient);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-weight:300}.h2{font-family:var(--display);letter-spacing:-.004em;font-size:clamp(38px,5vw,80px);font-weight:800;line-height:1.02}.h2 .serif{font-family:var(--display);font-weight:300}.h2 .grad-text{background:var(--gradient);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:300}.lede{color:var(--fg-dim);letter-spacing:-.005em;max-width:56ch;font-size:clamp(21px,1.45vw,28px);line-height:1.5}@keyframes word-rise{0%{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes char-rise{0%{opacity:0;filter:blur(8px);transform:translateY(.45em)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes reveal-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.split-line{margin-bottom:-.08em;padding-bottom:.08em;display:block;overflow:hidden}.split-line .word{display:inline-block}.split-line.pre-anim .word{transform:translateY(110%)}.split-line.in .word{animation:1s cubic-bezier(.2,.7,.1,1) word-rise}.split-line .word+.word{margin-inline-end:0}.split-char{display:inline-block}.split-char.pre-anim{opacity:0;filter:blur(8px);transform:translateY(.45em)}.split-char.in{animation:.7s cubic-bezier(.2,.7,.1,1) char-rise}.reveal.pre-anim{opacity:0;transform:translateY(28px)}.reveal.in{animation:1s cubic-bezier(.2,.7,.1,1) reveal-rise}.btn{font-family:var(--display);letter-spacing:-.005em;white-space:nowrap;cursor:none;border:1px solid #0000;border-radius:999px;align-items:center;gap:14px;padding:22px 32px;font-size:18px;font-weight:600;transition:transform .4s cubic-bezier(.2,.7,.1,1),background .4s,color .4s,box-shadow .4s;display:inline-flex;position:relative}.btn-primary{background:var(--fg);color:var(--bg)}.btn-primary .pill-orb{background:var(--orb);border-radius:50%;flex-shrink:0;width:22px;height:22px;transition:transform .5s cubic-bezier(.2,.7,.1,1),box-shadow .5s;display:inline-block;box-shadow:0 0 #0000}.btn-primary:hover .pill-orb{transform:rotate(220deg)scale(1.15);box-shadow:0 0 18px #efcc0c99}.btn-ghost{color:var(--fg);border-color:var(--line-2)}.btn-ghost:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.btn-text{color:var(--fg-dim);font-family:var(--body);align-items:center;gap:8px;font-size:17px;font-weight:500;transition:color .3s,gap .3s;display:inline-flex}.btn-text:hover{color:var(--fg);gap:14px}.magnetic{will-change:transform;transition:transform .4s cubic-bezier(.2,.7,.1,1);display:inline-block}.nav{z-index:100;border-bottom:1px solid #0000;padding:20px 0;transition:background .5s,padding .4s,border-bottom .4s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(28px)saturate(200%);border-bottom:1px solid var(--line);background:#f6f4ee94;padding:14px 0}[data-theme=dark] .nav.scrolled{background:#0a0a0994}.nav-inner{color:var(--fg);justify-content:space-between;align-items:center;gap:32px;display:flex}.nav-logo{align-items:center;gap:12px;display:inline-flex}.nav-logo img{width:110px;height:auto}[data-theme=dark] .nav-logo img{filter:invert()}.nav-links{gap:36px;font-size:17px;font-weight:500;display:flex}.nav-links a{opacity:.85;white-space:nowrap;transition:opacity .3s;position:relative}.nav-links a:after{content:"";background:currentColor;width:0;height:1px;transition:width .4s cubic-bezier(.2,.7,.1,1);position:absolute;bottom:-6px;right:0}.nav-links a:hover{opacity:1}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--fg);color:var(--bg);font-size:17px;font-weight:600;font-family:var(--display);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:10px;padding:12px 18px 12px 22px;transition:transform .3s;display:inline-flex}.nav-cta .pill-orb{background:var(--orb);border-radius:50%;width:16px;height:16px}@media (max-width:880px){.nav-links{display:none}}.hero{align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.hero-grid{background-image:linear-gradient(to right, var(--line) 1px, transparent 1px), linear-gradient(to bottom, var(--line) 1px, transparent 1px);opacity:.45;pointer-events:none;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 70%,#000 20%,#0000 80%);mask-image:radial-gradient(90% 70%,#000 20%,#0000 80%)}.hero-inner{grid-template-columns:1fr;gap:28px;display:grid;position:relative}.hero-label{align-self:start;max-width:52ch;margin:0;font-size:15px}.hero-title{z-index:2;max-width:100%;position:relative}.hero-title .line{display:block}.hero-title .grad-text{display:inline}.hero-orb-wrap{aspect-ratio:1;z-index:1;pointer-events:auto;width:clamp(180px,22vw,320px);position:absolute;top:24vh;left:6vw}@media (max-width:1100px){.hero-orb-wrap{align-self:end;width:clamp(160px,36vw,240px);margin:0 0 0 auto;position:relative;top:0;left:0}}.hero-body-row{border-top:1px solid var(--line);z-index:2;grid-template-columns:1.05fr .95fr;align-items:end;gap:64px;margin-top:56px;padding-top:28px;display:grid;position:relative}@media (max-width:1000px){.hero-body-row{grid-template-columns:1fr;gap:32px}}.hero-orb{will-change:transform;background:radial-gradient(circle at 30% 26%,#ffffffbf 0%,#fff0 16%),radial-gradient(circle at 36% 32%,#fbe158 0%,#efcc0c 18%,#bdb82f 36%,#7b9f5e 58%,#498c81 80%,#2a7a8f 100%);border-radius:50%;animation:18s linear infinite orb-rotate;position:absolute;inset:0;box-shadow:inset -16px -22px 60px #143c4b6b,inset 8px 8px 30px #ffe1582e,0 30px 80px -20px #287f9873,0 10px 40px -10px #efcc0c4d}@keyframes orb-rotate{to{transform:rotate(360deg)}}.hero-body-row{border-top:1px solid var(--line);grid-template-columns:1.1fr 1fr;align-items:end;gap:80px;margin-top:64px;padding-top:32px;display:grid}@media (max-width:1000px){.hero-body-row{grid-template-columns:1fr;gap:40px}}.hero-ctas{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.hero-cta-row{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.hero-note{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:12px;font-size:14px;display:inline-flex}.hero-note:before{content:"";background:var(--line-strong);width:24px;height:1px}.hero-stats{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;display:grid}.hero-stat{border-top:1px solid var(--fg);flex-direction:column;gap:8px;padding-top:20px;display:flex}.hero-stat .num{font-family:var(--display);letter-spacing:-.003em;flex-wrap:wrap;align-items:baseline;gap:10px;font-size:clamp(38px,3.4vw,56px);font-weight:800;line-height:.95;display:flex}.hero-stat .num .unit{font-family:var(--display);background:var(--gradient);color:#0000;letter-spacing:-.004em;-webkit-background-clip:text;background-clip:text;font-size:.4em;font-weight:300}.hero-stat .label{font-family:var(--mono);color:var(--fg-dim);text-transform:uppercase;letter-spacing:.04em;font-size:14px;line-height:1.4}.toggle-demo{border:1px solid var(--line);background:var(--bg-2);border-radius:32px;margin-top:100px;padding:48px;position:relative;overflow:hidden}.toggle-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px;display:flex}.toggle-head h3{font-family:var(--display);letter-spacing:-.02em;font-size:clamp(24px,2.1vw,34px);font-weight:700}.toggle-head h3 .serif{font-family:var(--display);font-style:normal;font-weight:300}.toggle-switch{background:var(--fg);cursor:none;-webkit-user-select:none;user-select:none;border-radius:999px;flex-shrink:0;align-items:stretch;width:240px;height:64px;padding:6px;display:flex;position:relative}.toggle-switch:before{content:"";background:var(--bg);border-radius:999px;width:calc(50% - 6px);transition:transform .6s cubic-bezier(.5,1.6,.5,1);position:absolute;top:6px;bottom:6px;right:6px;transform:translate(0)}.toggle-switch.on:before{background:var(--orb);transform:translate(-100%);box-shadow:0 8px 24px -4px #287f988c}.toggle-label{font-family:var(--display);text-transform:uppercase;letter-spacing:.06em;z-index:1;color:var(--bg);flex:1;justify-content:center;align-items:center;font-size:15px;font-weight:700;transition:color .4s .1s;display:flex;position:relative}.toggle-switch.on .toggle-label.r-manual{color:var(--bg)}.toggle-switch.on .toggle-label.r-soosh,.toggle-switch:not(.on) .toggle-label.r-manual{color:var(--fg)}.toggle-switch:not(.on) .toggle-label.r-soosh{color:var(--bg)}.toggle-board{grid-template-columns:repeat(5,1fr);gap:14px;margin-top:8px;display:grid}@media (max-width:900px){.toggle-board{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.toggle-board{grid-template-columns:1fr}}.tb-card{border:1px solid var(--line);background:var(--bg);border-radius:18px;flex-direction:column;gap:12px;min-height:230px;padding:18px 18px 20px;transition:border-color .5s,transform .5s,background .5s;display:flex;position:relative;overflow:hidden}.tb-card .tb-platform{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.tb-card .tb-platform .swatch{border:1px solid var(--line-2);border-radius:50%;width:10px;height:10px}.tb-card .tb-state{font-family:var(--mono);color:var(--fg-faint);letter-spacing:.06em;text-transform:uppercase;font-size:11px}.tb-card .tb-body{color:var(--fg-dim);min-height:64px;font-size:16px;line-height:1.45}.tb-card .tb-body strong{color:var(--fg);font-weight:500}.tb-card.empty .tb-body{font-family:var(--mono);text-transform:uppercase;color:var(--fg-faint);letter-spacing:.05em;border:1px dashed var(--line-2);background:repeating-linear-gradient(45deg,#0000,#0000 6px,#00000005 6px 12px);border-radius:12px;justify-content:center;align-items:center;min-height:100px;font-size:11px;display:flex}.tb-card.on{border-color:var(--fg)}.tb-card .tb-progress{background:var(--line);border-radius:2px;height:2px;margin-top:auto;position:relative;overflow:hidden}.tb-card .tb-progress:after{content:"";background:var(--gradient);width:0%;transition:width 1.2s cubic-bezier(.2,.7,.1,1);position:absolute;inset:0}.tb-card.on .tb-progress:after{width:100%}.tb-card.empty{border:1px dashed var(--line-2);background:0 0}.tb-card.empty .tb-body{background:0 0;border:none}.marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;overflow:hidden}.marquee-track{gap:64px;width:max-content;animation:50s linear infinite marquee;display:flex}.marquee-item{font-weight:800;font-family:var(--display);letter-spacing:-.005em;white-space:nowrap;align-items:center;gap:18px;font-size:clamp(34px,4vw,64px);font-weight:800;display:inline-flex}.marquee-item .serif{font-family:var(--display);font-style:normal;font-weight:300}.marquee-item .star{background:var(--orb);border-radius:50%;flex-shrink:0;width:28px;height:28px;display:inline-block}@keyframes marquee{to{transform:translate(50%)}}.section{padding:clamp(96px,14vh,200px) 0;position:relative}.section-head{grid-template-columns:280px 1fr;align-items:end;gap:48px;margin-bottom:80px;display:grid}@media (max-width:900px){.section-head{grid-template-columns:1fr;align-items:start;gap:24px;margin-bottom:56px}}.section-head .eyebrow{padding-top:8px}.section-head h2{max-width:18ch}.sec-index{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.08em;z-index:5;height:calc(100% - 128px);font-size:13px;position:absolute;top:64px;left:32px}.sec-index .sticky{writing-mode:vertical-lr;white-space:nowrap;display:inline-block;position:sticky;top:22vh;transform:rotate(180deg)}@media (max-width:1440px){.sec-index{display:none}}.scroll-progress{background:var(--gradient);z-index:9998;transform-origin:100%;height:2px;transform:scaleX(var(--p,0));pointer-events:none;transition:transform .1s linear;position:fixed;top:0;left:0}[dir=rtl] .scroll-progress{transform-origin:100%}.btt-orb{z-index:90;opacity:0;pointer-events:none;cursor:none;background:radial-gradient(circle at 30% 26%,#ffffffb3 0%,#fff0 18%),radial-gradient(circle at 36% 32%,#fbe158 0%,#efcc0c 18%,#bdb82f 36%,#7b9f5e 58%,#498c81 80%,#2a7a8f 100%);border-radius:50%;width:56px;height:56px;transition:opacity .5s cubic-bezier(.2,.7,.1,1),transform .5s cubic-bezier(.5,1.6,.5,1);animation:18s linear infinite orb-rotate;position:fixed;bottom:28px;left:28px;transform:scale(.4)translateY(20px);box-shadow:inset -6px -8px 18px #143c4b59,inset 4px 4px 12px #ffe15833,0 14px 32px -10px #287f9880,0 6px 16px -6px #efcc0c59}.btt-orb.show{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.btt-orb:hover{transform:scale(1.1)translateY(-2px)}.btt-orb:after{content:"↑";font-family:var(--display);color:var(--fg);pointer-events:none;mix-blend-mode:multiply;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex;position:absolute;inset:0}@media (max-width:720px){.btt-orb{width:48px;height:48px;bottom:20px;left:20px}}.mechanism-dark{color:#f6f4ee;background:#0a0a09;border-top:1px solid #f6f4ee1a;position:relative;overflow:hidden}.mechanism-dark:before{content:"";opacity:.5;pointer-events:none;background-image:linear-gradient(90deg,#f6f4ee0f 1px,#0000 1px),linear-gradient(#f6f4ee0f 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 30%,#0000 80%);mask-image:radial-gradient(80% 60%,#000 30%,#0000 80%)}.mechanism-dark .container{z-index:1;position:relative}.mechanism-dark .h2{color:#fff}.mechanism-dark .h2 .grad-text{background:linear-gradient(135deg,#fbe158 0%,#c7e37a 35%,#5fd3c0 70%,#6fbdd1 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:500}.mechanism-dark .h2 .serif{color:#fff;opacity:.92;font-weight:300}.mechanism-dark .eyebrow{color:#f6f4eec7}.mechanism-dark .lede{color:#f6f4eed1}.mechanism-dark .lede strong{color:#fff}.mechanism-dark .mech-grid{border-top-color:#f6f4ee99}.mechanism-dark .mech-cell{border-bottom-color:#f6f4ee99;border-left-color:#f6f4ee1f}.mechanism-dark .mech-cell:last-child{border-inline-start:none}.mechanism-dark .mech-cell .pname{color:#fff}.mechanism-dark .mech-cell .pdesc{color:#f6f4eec7}.mechanism-dark .mech-cell .pnum{color:#f6f4ee73}.mechanism-dark .mech-cell:hover{background:#f6f4ee0a}.mechanism-dark .powered-by{color:#f6f4eed9;background:#f6f4ee0a;border-color:#f6f4ee38}.mechanism-dark .mechanism-closer{color:#f6f4eed1}.mechanism-dark .mechanism-closer .em{color:#fff;font-weight:500}.mechanism-dark .sec-index{color:#f6f4ee61}.problem-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:80px;display:grid}@media (max-width:1000px){.problem-grid{grid-template-columns:1fr;gap:32px}}.problem-sticky{align-self:start;min-width:0;position:sticky;top:14vh}.problem-h{font-family:var(--display);letter-spacing:-.005em;font-size:clamp(42px,5vw,84px);font-weight:800;line-height:.92}.problem-h .strike{display:inline-block;position:relative}.problem-h .strike:after{content:"";background:var(--gradient);transform-origin:100%;z-index:2;pointer-events:none;border-radius:4px;height:6px;transition:transform 1.1s cubic-bezier(.2,.7,.1,1) .5s;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)scaleX(0)}.problem-h.in .strike:after{transform:translateY(-50%)scaleX(1)}.problem-h .strike .word{background-image:none}.problem-narrative{flex-direction:column;gap:32px;max-width:50ch;display:flex}.problem-narrative p{color:var(--fg-dim);letter-spacing:-.005em;font-size:clamp(22px,1.55vw,30px);line-height:1.45}.problem-narrative p strong{color:var(--fg);font-weight:500}.problem-narrative p,.lede,.mechanism-body,.live-body,.step-content p{unicode-bidi:isolate}.problem-narrative p .em{background:var(--gradient);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:300}.problem-narrative .quote{border-inline-end:3px solid var(--fg);color:var(--fg);font-family:var(--display);padding-inline-end:24px;font-size:clamp(24px,2vw,34px);font-style:normal;font-weight:500;line-height:1.3}.problem-bridge{border-top:1px solid var(--fg);font-weight:800;font-family:var(--display);letter-spacing:-.004em;max-width:22ch;margin-top:120px;padding-top:48px;font-size:clamp(34px,4vw,64px);font-weight:700;line-height:1}.problem-bridge .em{font-family:var(--display);background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:300}.mech-grid{border-top:1px solid var(--fg);grid-template-columns:repeat(5,1fr);margin-top:0;display:grid}@media (max-width:1100px){.mech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.mech-grid{grid-template-columns:1fr}}.mech-cell{border-bottom:1px solid var(--fg);border-inline-start:1px solid var(--line);flex-direction:column;gap:16px;min-height:280px;padding:32px 24px;display:flex;position:relative}.mech-cell:last-child{border-inline-start:none}.mech-cell .pname{font-family:var(--display);letter-spacing:-.004em;align-items:center;gap:10px;font-size:22px;font-weight:700;display:flex}.mech-cell .pname .swatch{border-radius:50%;width:14px;height:14px}.mech-cell .pdesc{color:var(--fg-dim);flex:1;font-size:17px;line-height:1.5}.mech-cell .pnum{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.06em;font-size:14px}.powered-by{font-family:var(--mono);color:var(--fg-dim);border:1px solid var(--line);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:12px;margin-top:56px;padding:12px 18px;font-size:14px;display:inline-flex}.powered-by .dot{background:var(--orb);border-radius:50%;width:10px;height:10px}.mechanism-closer{font-family:var(--display);letter-spacing:-.02em;max-width:38ch;color:var(--fg-dim);margin-top:80px;font-size:clamp(32px,3vw,50px);font-weight:500;line-height:1.1}.mechanism-closer .em{color:var(--fg);font-family:var(--display);font-style:normal;font-weight:300}.live-demo{padding:0;position:relative}.live-stage{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);grid-template-columns:1fr 1fr;align-items:stretch;gap:0;height:100vh;min-height:720px;display:grid;position:sticky;top:0}@media (max-width:900px){.live-stage{grid-template-columns:1fr;height:auto;min-height:0;position:relative}}.live-left{border-inline-start:1px solid var(--line);flex-direction:column;justify-content:center;padding:64px;display:flex;position:relative}.live-left .progress-ring{font-family:var(--mono);color:var(--fg-dim);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:12px;font-size:13px;display:flex;position:absolute;top:64px;right:64px}.live-phone-frame{aspect-ratio:9/16;border:1px solid var(--line-strong);background:#0a0a09;border-radius:28px;width:clamp(180px,22vw,280px);margin:0 auto;padding:12px;position:relative;overflow:hidden;box-shadow:0 40px 80px -30px #0000004d}.live-phone-screen{background:linear-gradient(160deg,#1a3a4a 0%,#050a14 100%);border-radius:18px;width:100%;height:100%;position:relative;overflow:hidden}.live-phone-screen .silhouette{background:linear-gradient(#0000 0%,#287f988c 100%);border-radius:50% 50% 0 0/35% 35% 0 0;width:75%;height:65%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.live-phone-screen .silhouette-head{background:radial-gradient(circle,#287f98b3 30%,#0000 70%);border-radius:50%;width:60px;height:60px;position:absolute;top:30%;left:50%;transform:translate(-50%)}.live-phone-screen .rec{font-family:var(--mono);color:#fff;align-items:center;gap:6px;font-size:11px;display:flex;position:absolute;top:16px;right:16px}.live-phone-screen .rec .dot{background:#ff3b30;border-radius:50%;width:8px;height:8px}.live-phone-screen .caption{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-align:center;background:#00000080;border-radius:8px;padding:8px 10px;font-size:13px;position:absolute;bottom:50px;left:12px;right:12px}.live-right{flex-direction:column;gap:24px;padding:64px 64px 48px;display:flex;overflow:hidden}.live-step-label{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;font-size:13px;display:flex}.live-step-label .n{border:1px solid var(--fg);width:24px;height:24px;color:var(--fg);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.live-title{font-weight:800;font-family:var(--display);letter-spacing:-.004em;min-height:1.1em;margin-bottom:12px;font-size:clamp(36px,4vw,60px);font-weight:800;line-height:1}.live-title .serif{font-family:var(--display);font-style:normal;font-weight:300}.live-body{color:var(--fg-dim);max-width:44ch;min-height:80px;margin-bottom:16px;font-size:18px;line-height:1.55}.live-posts{flex-direction:column;gap:10px;margin-top:auto;display:flex}.live-post{background:var(--bg-2);border:1px solid var(--line);opacity:0;border-radius:14px;grid-template-columns:32px 1fr auto;align-items:center;gap:14px;padding:12px 16px;transition:opacity .6s,transform .6s cubic-bezier(.2,.7,.1,1);display:grid;transform:translateY(20px)}.live-post.show{opacity:1;transform:translateY(0)}.live-post .pchip{color:#fff;width:32px;height:32px;font-family:var(--mono);border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.live-post .ptxt{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;text-align:left;direction:ltr;font-size:15px;overflow:hidden}.live-post .pstate{font-family:var(--mono);color:var(--g-teal);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.live-spacer{height:200vh}.steps{grid-template-columns:1fr;margin-top:64px;display:grid}.step{border-top:1px solid var(--fg);grid-template-columns:100px 1.2fr 1.4fr;align-items:start;gap:56px;padding:64px 0;display:grid;position:relative}.step:last-child{border-bottom:1px solid var(--fg)}@media (max-width:900px){.step{grid-template-columns:60px 1fr;gap:24px;padding:40px 0}.step-visual{grid-column:1/-1;margin-top:16px}}.step-num{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.06em;padding-top:6px;font-size:15px}.step-num .big{font-family:var(--display);color:var(--fg);letter-spacing:-.004em;margin-bottom:4px;font-size:64px;font-weight:800;line-height:1;display:block}.step-content h3{font-weight:800;font-family:var(--display);letter-spacing:-.003em;margin-bottom:20px;font-size:clamp(34px,3.5vw,60px);font-weight:700;line-height:1}.step-content p{color:var(--fg-dim);max-width:36ch;font-size:20px;line-height:1.5}.step-content p+p{margin-top:10px}.step-visual{background:var(--bg-2);border:1px solid var(--line);min-height:220px;font-family:var(--mono);color:var(--fg-dim);border-radius:20px;padding:24px;font-size:15px;position:relative;overflow:hidden}.step-content h3 .serif{font-family:var(--display);font-style:normal;font-weight:300}.how-closer{font-weight:800;font-family:var(--display);letter-spacing:-.005em;margin-top:80px;font-size:clamp(42px,5vw,96px);font-weight:800;line-height:.9}.how-closer .a{color:var(--fg)}.how-closer .b{background:var(--gradient);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:300}.how-closer .c{color:var(--fg-faint)}.how-closer .br{display:block}.platforms{overflow:hidden}.plat-reel{scroll-snap-type:x mandatory;scrollbar-width:none;gap:20px;padding:80px 64px;display:flex;overflow-x:auto}.plat-reel::-webkit-scrollbar{display:none}.plat-reel-track{gap:20px;display:flex}.plat-card{scroll-snap-align:start;height:540px;color:var(--bg);background:var(--pcolor,var(--fg));cursor:none;border-radius:28px;flex-direction:column;flex:0 0 clamp(280px,28vw,420px);justify-content:space-between;padding:32px;transition:transform .5s cubic-bezier(.2,.7,.1,1);display:flex;position:relative;overflow:hidden}.plat-card:hover{transform:translateY(-12px)}.plat-card.is-light{color:var(--fg);border:1px solid var(--line)}.plat-card .pchip{font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;opacity:.7;align-items:center;gap:8px;font-size:14px;display:inline-flex}.plat-card .pname{font-family:var(--display);letter-spacing:-.004em;margin-bottom:12px;font-size:clamp(34px,3.5vw,60px);font-weight:800;line-height:.95}.plat-card .pcolor-code{font-family:var(--mono);opacity:.7;text-transform:uppercase;font-size:13px}.plat-card .pmid{flex-direction:column;gap:8px;display:flex}.plat-card .paud{opacity:.8;font-size:17px}.plat-card .pdesc{letter-spacing:-.005em;max-width:32ch;font-size:19px;font-weight:500;line-height:1.4}.plat-card .plogo{color:#fff;justify-content:center;align-items:center;width:88px;height:88px;margin-inline-end:-8px;display:flex}.plat-card .plogo svg{width:100%;height:100%}.plat-card.is-light .plogo{color:var(--fg)}.plat-controls{justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding:0 64px;display:flex}.plat-progress{background:var(--line);border-radius:1px;flex:1;height:1px;position:relative}.plat-progress:after{content:"";background:var(--fg);width:var(--p,20%);transition:width .4s;position:absolute;top:0;bottom:0;right:0}.plat-arrows{gap:10px;display:flex}.plat-arrow{border:1px solid var(--line-2);cursor:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s,color .3s,border-color .3s;display:flex}.plat-arrow:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.plat-closer{font-family:var(--display);color:var(--fg-dim);max-width:38ch;margin-top:64px;font-size:clamp(26px,2.5vw,40px);font-weight:500}.plat-closer .em{background:var(--gradient);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-style:normal}.proof-stats{border-top:1px solid var(--fg);border-bottom:1px solid var(--fg);grid-template-columns:repeat(3,1fr);margin:0 0 80px;display:grid}@media (max-width:800px){.proof-stats{grid-template-columns:1fr}}.proof-stat{border-inline-start:1px solid var(--line);text-align:start;padding:64px 32px}.proof-stat:last-child{border-inline-start:none}@media (max-width:800px){.proof-stat{border-inline-start:none;border-bottom:1px solid var(--line)}.proof-stat:last-child{border-bottom:none}}.proof-stat .num{font-family:var(--display);letter-spacing:-.005em;font-size:clamp(50px,5.5vw,96px);font-weight:800;line-height:.92}.proof-stat .num .unit{font-family:var(--display);background:var(--gradient);color:#0000;vertical-align:baseline;-webkit-background-clip:text;background-clip:text;margin-inline-end:8px;font-size:.4em;font-style:normal;font-weight:300}.proof-stat .label{font-family:var(--mono);color:var(--fg-dim);text-transform:uppercase;letter-spacing:.06em;margin-top:20px;font-size:14px}.testimonials{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.testimonials{grid-template-columns:1fr}}.testi{border:1px solid var(--line);background:var(--bg-2);border-radius:24px;flex-direction:column;gap:28px;min-height:260px;padding:32px;transition:border-color .4s,transform .4s;display:flex}.testi:hover{border-color:var(--fg);transform:translateY(-4px)}.testi-mark{background:var(--orb);border-radius:50%;width:28px;height:28px}.testi-quote{color:var(--fg);font-size:20px;line-height:1.5;font-family:var(--display);flex:1;font-weight:500}.testi-quote.placeholder{font-family:var(--mono);color:var(--fg-faint);border:1px dashed var(--line-2);text-transform:uppercase;letter-spacing:.04em;background:repeating-linear-gradient(135deg,#00000005,#00000005 6px,#0000 6px 12px);border-radius:12px;padding:18px;font-size:14px;font-weight:500;line-height:1.55}.testi-author{align-items:center;gap:14px;display:flex}.testi-avatar{background:var(--fg);width:48px;height:48px;color:var(--bg);font-family:var(--display);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.testi-meta{font-size:16px}.testi-name{color:var(--fg);font-weight:600}.testi-role{color:var(--fg-faint);font-size:15px}.price-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:0;display:grid}@media (max-width:1100px){.price-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.price-grid{grid-template-columns:1fr}}.plan{border:1px solid var(--line);background:var(--bg-2);border-radius:28px;flex-direction:column;gap:22px;padding:32px 28px;transition:border-color .4s,transform .4s,background .4s;display:flex;position:relative}.plan:hover{border-color:var(--fg);transform:translateY(-6px)}.plan.featured{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:translateY(-12px)}.plan.featured:hover{transform:translateY(-16px)}.plan.featured:before{content:"FEATURED";background:var(--orb);color:var(--fg);font-family:var(--mono);letter-spacing:.1em;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:-12px;right:32px}.plan-head{flex-direction:column;gap:4px;display:flex}.plan-name{font-family:var(--display);letter-spacing:-.004em;font-size:22px;font-weight:700}.plan-tag{font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;color:var(--fg-faint);font-size:13px}.plan.featured .plan-tag{color:var(--fg-dim);opacity:.7}.plan-price{font-family:var(--display);letter-spacing:-.005em;align-items:baseline;gap:6px;font-size:64px;font-weight:800;line-height:1;display:flex}.plan-price .symbol{opacity:.6;font-size:28px;font-weight:500}.plan-price .per{font-family:var(--body);opacity:.7;font-size:16px;font-weight:500}.plan ul{opacity:.92;flex-direction:column;flex:1;gap:12px;font-size:17px;list-style:none;display:flex}.plan ul li{align-items:flex-start;gap:10px;display:flex}.plan ul li:before{content:"";background:var(--orb);border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:4px}.plan.featured ul li:before{background:var(--orb)}.plan-cta{text-align:center;font-family:var(--display);border:1px solid var(--fg);color:var(--fg);cursor:none;border-radius:999px;width:100%;padding:14px 22px;font-size:18px;font-weight:600;transition:background .3s,color .3s,border-color .3s}.plan-cta:hover{background:var(--fg);color:var(--bg)}.plan.featured .plan-cta{background:var(--bg);color:var(--fg);border-color:var(--bg)}.plan.featured .plan-cta:hover{background:var(--orb);color:var(--fg);border-color:#0000}.price-compare{border:1px solid var(--line);background:var(--bg-2);border-radius:28px;margin-top:80px;overflow:hidden}.compare-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.compare-head h3{font-family:var(--display);letter-spacing:-.004em;font-size:22px;font-weight:700}.compare-head .legend{font-family:var(--mono);color:var(--fg-dim);text-transform:uppercase;letter-spacing:.06em;gap:24px;font-size:14px;display:flex}.compare-head .legend span:before{content:"";background:var(--fg);vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-inline-start:6px;display:inline-block}.compare-head .legend .b:before{background:var(--orb)}.compare-bars{flex-direction:column;gap:22px;padding:36px 32px 44px;display:flex;position:relative}.compare-row{grid-template-columns:160px 1fr 100px;align-items:center;gap:20px;display:grid}@media (max-width:700px){.compare-row{grid-template-columns:110px 1fr 80px;gap:12px}}.compare-row .role{font-family:var(--display);letter-spacing:-.005em;font-size:19px;font-weight:600}.compare-row .bar{background:var(--bg-3);border-radius:999px;height:22px;position:relative;overflow:hidden}.compare-row .bar:after{content:"";background:var(--fg);width:var(--w,50%);transform-origin:100%;border-radius:999px;transition:transform 1.3s cubic-bezier(.2,.7,.1,1);position:absolute;inset:0;transform:scaleX(0)}.compare-row .bar:before{content:"";width:var(--w,50%);opacity:0;pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000 0%,#fff0 30%,#ffffff59 50%,#fff0 70%,#0000 100%);border-radius:999px;position:absolute;inset:0;transform:translate(120%)}.compare-row.in-view .bar:after{transform:scaleX(1)}.compare-row.in-view .bar:before{animation:1.8s cubic-bezier(.2,.7,.1,1) 1s bar-shimmer}@keyframes bar-shimmer{0%{opacity:0;transform:translate(120%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(-120%)}}.compare-row.us .bar:after{background:var(--orb);animation:4.5s ease-in-out 2.4s infinite us-bar-breathe}@keyframes us-bar-breathe{0%,to{filter:brightness()saturate()}50%{filter:brightness(1.12)saturate(1.15)}}.compare-row.us .bar{isolation:isolate}.compare-row.us .role:after{content:"";background:var(--orb);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-inline-end:8px;animation:2.2s ease-in-out infinite dot-pulse;display:inline-block;box-shadow:0 0 10px #efcc0c8c}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.4)}}.compare-row .amount{font-family:var(--display);letter-spacing:-.004em;text-align:end;font-size:19px;font-weight:700}.compare-row.us .amount{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:22px}.compare-foot{border-top:1px solid var(--line);font-family:var(--mono);color:var(--fg-dim);text-transform:uppercase;letter-spacing:.05em;text-align:center;padding:20px 32px;font-size:15px}.compare-foot .em{color:var(--fg)}.agency-cta{text-align:center;color:var(--fg-dim);margin-top:32px;font-size:17px}.agency-cta a{color:var(--fg);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.faq-list{border-top:1px solid var(--fg)}.faq-item{border-bottom:1px solid var(--line);position:relative}.faq-item:last-child{border-bottom:1px solid var(--fg)}.faq-q{text-align:start;width:100%;font-family:var(--display);letter-spacing:-.003em;color:var(--fg);cursor:none;justify-content:space-between;align-items:center;gap:32px;padding:36px 0;font-size:clamp(24px,2.4vw,40px);font-weight:700;transition:color .3s,padding .4s;display:flex}.faq-q .qn{font-family:var(--mono);color:var(--fg-faint);letter-spacing:.06em;margin-inline-start:32px;font-size:16px;font-weight:500}.faq-q .qtext{flex:1}.faq-icon{border:1px solid var(--line-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s,border-color .3s,transform .5s;display:flex;position:relative}.faq-icon:before,.faq-icon:after{content:"";background:var(--fg);transition:transform .4s,background .3s;position:absolute}.faq-icon:before{width:14px;height:2px}.faq-icon:after{width:2px;height:14px}.faq-item.open .faq-icon{background:var(--fg);border-color:var(--fg);transform:rotate(180deg)}.faq-item.open .faq-icon:before{background:var(--bg)}.faq-item.open .faq-icon:after{transform:scaleY(0)}.faq-a{grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.2,.7,.1,1);display:grid}.faq-item.open .faq-a{grid-template-rows:1fr}.faq-a-inner{color:var(--fg-dim);font-size:20px;line-height:1.55;overflow:hidden}.faq-a-inner>div{padding-bottom:36px;max-width:70ch;padding-inline-end:56px}.final{background:var(--fg);color:var(--bg);padding:clamp(140px,22vh,280px) 0;position:relative;overflow:hidden}.final-orb{background:var(--orb);filter:blur(2px);opacity:.85;border-radius:50%;width:60vw;max-width:800px;height:60vw;max-height:800px;animation:25s linear infinite orb-rotate;position:absolute;bottom:-30%;left:-10%}.final-inner{z-index:1;flex-direction:column;gap:48px;display:flex;position:relative}.final-pre{font-family:var(--mono);color:var(--bg);opacity:.7;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;font-size:16px;display:inline-flex}.final-pre:before{content:"";opacity:.5;background:currentColor;width:32px;height:1px}.final-h{font-weight:800;font-family:var(--display);letter-spacing:-.005em;max-width:18ch;font-size:clamp(58px,9vw,132px);font-weight:800;line-height:.95}.final-h .line{display:block}.final-h .serif{font-family:var(--display);font-style:normal;font-weight:300}.final-h .grad-text{background:var(--gradient);color:#0000;font-family:var(--display);-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:300}.final-body{max-width:50ch;color:var(--bg);opacity:.75;font-size:clamp(20px,1.5vw,26px);line-height:1.5}.final-body strong{color:var(--bg);opacity:1;font-weight:500}.final .btn-primary{background:var(--bg);color:var(--fg);padding:26px 38px;font-size:20px}.final-row{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.final-note{font-family:var(--mono);opacity:.7;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:12px;font-size:14px;display:inline-flex}.footer{border-top:1px solid var(--line);background:var(--bg);color:var(--fg-faint);padding:96px 0 40px;font-size:16px;position:relative;overflow:hidden}.footer-stage{position:relative}.footer-eyebrow{font-family:var(--mono);color:var(--fg-dim);text-transform:uppercase;letter-spacing:.08em;margin-bottom:36px;align-items:center;gap:10px;margin-inline-end:4%;font-size:14px;display:inline-flex}.footer-eyebrow .dot{background:var(--orb);border-radius:50%;width:8px;height:8px}.footer-orb-wrap{aspect-ratio:1;z-index:0;pointer-events:none;width:clamp(180px,22vw,320px);position:absolute;top:20%;right:-8%}@media (max-width:900px){.footer-orb-wrap{width:200px;top:-40px;right:-20%}}.footer-orb{background:radial-gradient(circle at 30% 26%,#fff9 0%,#fff0 16%),radial-gradient(circle at 36% 32%,#fbe158 0%,#efcc0c 18%,#bdb82f 36%,#7b9f5e 58%,#498c81 80%,#2a7a8f 100%);border-radius:50%;animation:32s linear infinite reverse orb-rotate;position:absolute;inset:0;box-shadow:inset -16px -22px 60px #143c4b6b,inset 8px 8px 30px #ffe1582e,0 30px 80px -20px #287f9859}.footer-mega{color:var(--fg);margin-bottom:56px;z-index:1;width:88%;margin-inline-end:-2%;position:relative}.footer-mega img{width:100%;height:auto;display:block}[data-theme=dark] .footer-mega img{filter:invert()}.footer-inner{border-top:1px solid var(--line);z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;padding-top:32px;display:flex;position:relative}.footer-cols{flex-wrap:wrap;gap:56px;display:flex}.footer-col{flex-direction:column;gap:8px;min-width:120px;display:flex}.footer-col .h{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:14px}.footer-col a{color:var(--fg);transition:color .3s}.footer-col a:hover{color:var(--fg-dim)}.footer-copy{color:var(--fg-faint);font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em;text-align:end;font-size:14px}.h-display,.h2,.problem-h,.final-h,.live-title,.footer-mega,.step-content h3,.plat-card .pname,.toggle-head h3,.how-closer,.problem-bridge,.mechanism-closer,.plat-closer,.compare-head h3,.faq-q,.testi-quote,.plan-name{text-wrap:balance}p,.lede,.hero-label,.hero-note,.plat-card .pdesc,.plat-card .paud,.mech-cell .pdesc,.step-content p,.testi-quote,.faq-a-inner,.final-body,.agency-cta,.compare-foot,.plan ul li,.tb-body{text-wrap:pretty}:root{word-break:normal;overflow-wrap:break-word}.lede,.problem-narrative p,.mech-cell .pdesc,.step-content p,.plat-card .pdesc,.tb-body,.faq-a-inner,.final-body,.problem-bridge,.mechanism-closer,.plat-closer{unicode-bidi:isolate}.hero-label.eyebrow{white-space:normal;align-items:flex-start;line-height:1.5}.hero-label.eyebrow .e-dot{margin-top:7px}.btn{white-space:normal;text-align:center;line-height:1.25}@media (max-width:1024px){.container{width:calc(100% - 40px)}.section{padding:80px 0}.section-head{margin-bottom:56px}.plat-reel{padding:40px}.plat-controls{padding:0 40px}.hero-orb-wrap{align-self:end;width:clamp(160px,32vw,240px);margin:0 0 0 auto;position:relative;top:0;left:0;right:0}html[dir=ltr] .hero-orb-wrap{margin:0 auto 0 0}}@media (max-width:720px){body{font-size:17px;line-height:1.55}.container{width:calc(100% - 24px)}.h-display{line-height:1.04;font-size:clamp(38px,10vw,56px)!important}.h2{line-height:1.05;font-size:clamp(32px,8vw,48px)!important}.problem-h{font-size:clamp(32px,8vw,48px)!important}.final-h{line-height:.92;font-size:clamp(48px,14vw,96px)!important}.step-content h3{font-size:clamp(26px,6.5vw,36px)!important}.how-closer{line-height:1.02;font-size:clamp(34px,8vw,56px)!important}.problem-bridge{line-height:1.1;font-size:clamp(28px,7vw,42px)!important}.plat-card .pname{font-size:clamp(28px,7vw,40px)!important}.proof-stat .num{font-size:clamp(48px,13vw,72px)!important}.plan-price{font-size:48px}.toggle-head h3{font-size:clamp(18px,4.5vw,22px)!important}.faq-q{padding:24px 0;font-size:clamp(18px,4.5vw,22px)!important}.faq-icon{width:32px;height:32px}.hero{min-height:auto;padding:110px 0 56px}.hero-inner{gap:24px}.hero-orb-wrap{align-self:flex-end;width:clamp(140px,50vw,200px);margin:0}.hero-title{max-width:100%}.hero-body-row{gap:24px;margin-top:32px;padding-top:24px}.hero-stats{grid-template-columns:1fr;gap:16px;margin-top:24px}.hero-stat{padding-top:16px}.hero-stat .num{font-size:36px}.hero-ctas{gap:14px}.hero-cta-row{flex-direction:column;align-items:stretch;gap:14px;width:100%}.hero-cta-row .btn,.hero-cta-row .btn-text{justify-content:center;width:100%}.btn{padding:18px 22px;font-size:15px}.btn-primary{gap:10px}.toggle-demo{border-radius:22px;margin-top:56px;padding:28px 20px}.toggle-head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:24px}.toggle-switch{width:100%;height:52px}.toggle-switch:before{width:calc(50% - 6px)}.toggle-label{font-size:12px}.tb-card{min-height:180px;padding:14px 14px 16px}.section{padding:64px 0}.section-head{gap:18px;margin-bottom:36px}.problem-grid{gap:24px}.problem-sticky{position:static}.problem-narrative{gap:22px}.problem-narrative p{font-size:18px;line-height:1.5}.problem-narrative .quote{padding-inline-end:18px;font-size:20px}.problem-bridge{margin-top:56px;padding-top:28px}.mechanism-dark{padding:64px 0}.mech-cell{min-height:200px;padding:24px 20px}.mech-cell:last-child{border-bottom:1px solid var(--line)}.mechanism-dark .mech-cell:last-child{border-bottom:1px solid #f6f4ee8c}.powered-by{margin-top:32px;padding:10px 14px;font-size:11px}.mechanism-closer{margin-top:40px;line-height:1.15;font-size:clamp(22px,5vw,32px)!important}.step{grid-template-columns:1fr;gap:16px;padding:32px 0}.step-num{padding-top:0}.step-num .big{font-size:44px}.step-content p{font-size:16px}.step-visual{min-height:180px;padding:18px;font-size:12px}.how-closer{margin-top:40px;line-height:1.1}.how-closer .a,.how-closer .b,.how-closer .c{padding:0;display:inline}.how-closer .a:after,.how-closer .b:after{content:" "}.plat-reel{gap:14px;padding:40px 24px}.plat-card{border-radius:22px;flex:0 0 78vw;height:480px;padding:24px}.plat-card .plogo{width:64px;height:64px}.plat-controls{padding:0 24px}.proof-stat{text-align:start;padding:36px 20px}.testi{gap:20px;min-height:0;padding:24px}.testi-quote{font-size:16px}.testi-avatar{width:40px;height:40px;font-size:13px}.price-grid{gap:12px}.plan{border-radius:22px;padding:26px 22px}.plan.featured{transform:none}.plan.featured:hover{transform:translateY(-4px)}.plan-cta{padding:14px 18px}.price-compare{border-radius:22px;margin-top:48px}.compare-head{flex-direction:column;align-items:flex-start;gap:8px;padding:18px 20px}.compare-head h3{font-size:18px}.compare-head .legend{gap:16px;font-size:11px}.compare-bars{gap:16px;padding:24px 20px 28px}.compare-row{grid-template-columns:90px 1fr 70px;gap:10px}.compare-row .role,.compare-row .amount{font-size:14px}.compare-row.us .amount{font-size:16px}.compare-foot{padding:16px 20px;font-size:11px}.faq-a-inner{font-size:16px}.faq-a-inner>div{padding-inline-end:0;padding-bottom:24px}.faq-q .qn{margin-inline-start:16px;font-size:11px}.final{padding:80px 0}.final-inner{gap:28px}.final .btn-primary{width:100%;padding:18px 24px;font-size:16px}.final-row{align-items:stretch;width:100%}.final-note{justify-content:center;font-size:11px}.final-orb{width:90vw;height:90vw;bottom:-50%;left:-30%}.footer{padding:56px 0 32px}.footer-mega{margin-bottom:32px}.footer-eyebrow{margin-inline-end:0;margin-bottom:24px;font-size:11px}.footer-cols{gap:28px}.footer-col{min-width:100px}.footer-inner{flex-direction:column;align-items:flex-start;gap:32px}.footer-copy{text-align:start}.footer-orb-wrap,.cursor,.cursor-label{display:none}.btt-orb{width:44px;height:44px;bottom:16px;left:16px}.btt-orb:after{font-size:18px}.marquee{padding:18px 0}.marquee-track{gap:36px}.marquee-item{font-size:clamp(24px,7vw,38px)}.marquee-item .star{width:18px;height:18px}}@media (max-width:380px){body{font-size:16px}.container{width:calc(100% - 20px)}.h-display{font-size:36px!important}.h2{font-size:30px!important}.final-h{font-size:48px!important}.toggle-switch{height:48px}.hero-stat .num{font-size:32px}.proof-stat .num{font-size:44px!important}.plat-card{flex:0 0 88vw;height:440px}}@media (max-width:720px){.nav{padding:14px 0}.nav.scrolled{padding:12px 0}.nav-logo img{width:96px}.nav-cta{padding:10px 14px;font-size:13px}.nav-cta .pill-orb{width:12px;height:12px}.scroll-progress{height:2px}}.nav-actions{align-items:center;gap:16px;display:flex}.lang-switch{border:1px solid var(--line-2);font-family:var(--mono);letter-spacing:.08em;color:var(--fg-dim);cursor:none;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;transition:border-color .3s,color .3s,background .3s;display:inline-flex}.lang-switch:hover{border-color:var(--fg);color:var(--fg)}.lang-switch span{opacity:.45;transition:color .3s,opacity .3s}.lang-switch span.active{color:var(--fg);opacity:1}.lang-switch .sep{background:var(--line-2);opacity:1;width:1px;height:12px;margin:0 2px;display:inline-block}[data-theme=dark] .lang-switch{color:#f6f4ee99;border-color:#f6f4ee38}[data-theme=dark] .lang-switch:hover{color:var(--fg);border-color:var(--fg)}@media (max-width:880px){.lang-switch{padding:6px 10px;font-size:10px}}html[dir=ltr] body{letter-spacing:-.005em}html[dir=ltr] .sec-index{left:32px;right:auto}html[dir=ltr] .scroll-progress{transform-origin:0}html[dir=ltr] .btt-orb{left:auto;right:28px}@media (max-width:720px){html[dir=ltr] .btt-orb{right:16px}}html[dir=ltr] .hero-orb-wrap{left:auto;right:6vw}@media (max-width:1100px){html[dir=ltr] .hero-orb-wrap{left:auto;right:0}}html[dir=ltr] .footer-orb-wrap{left:-8%;right:auto}@media (max-width:900px){html[dir=ltr] .footer-orb-wrap{left:-20%;right:auto}}html[dir=ltr] .marquee-track{animation-direction:reverse}html[dir=ltr] .problem-h .strike:after,html[dir=ltr] .compare-row .bar:after{transform-origin:0}html[dir=ltr] .toggle-switch:before{left:6px;right:auto;transform:translate(0)}html[dir=ltr] .toggle-switch.on:before{transform:translate(100%)}html[dir=ltr] .plan-feature-badge{left:32px;right:auto}
