:root{--bg:#070a08;--panel:#0d120f;--text:#f5f7f3;--muted:#a9b2aa;--green:#35df70;--deep:#11933b;--line:#283029}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 75% 35%,#12331d 0,transparent 34%),var(--bg);font-family:Inter,Manrope,"Segoe UI",Arial,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--green);outline-offset:4px}.site-header{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:14px clamp(22px,5vw,76px);border-bottom:1px solid var(--line)}.wordmark{display:flex;align-items:center;gap:10px;font-size:1.2rem}.wordmark img{width:46px;height:46px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:24px;font-weight:750}.sign-in{padding:11px 18px;border:1px solid #647067;border-radius:999px}.hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:center;min-height:calc(100vh - 78px);max-width:1500px;margin:auto;padding:clamp(50px,7vw,110px) clamp(22px,5vw,76px);gap:clamp(45px,7vw,110px)}.eyebrow{color:var(--green);font-family:"Space Mono",Consolas,monospace;font-size:.78rem;font-weight:900;letter-spacing:.14em}.hero h1,.next-step h2{margin:20px 0 26px;font-size:clamp(3.5rem,6.2vw,7rem);line-height:.92;letter-spacing:-.075em}.hero h1 em{color:var(--green);font-style:normal}.lead{max-width:660px;color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65}.primary-actions{display:flex;gap:12px;margin-top:34px}.primary-actions button,.primary-actions a,.next-step a{padding:17px 22px;border:1px solid var(--green);cursor:pointer;font-weight:900}.primary-actions button{color:#071009;background:var(--green)}.primary-actions button span{margin-left:18px}.primary-actions a{background:transparent}.demo-note{color:#829087;font-size:.88rem}.demo-stage{position:relative;display:grid;place-items:center;min-height:650px}.demo-stage:before,.demo-stage:after{content:"";position:absolute;width:min(82vw,620px);height:min(82vw,620px);border:1px solid #31513a;border-radius:50%}.demo-stage:after{width:min(64vw,470px);height:min(64vw,470px);border-style:dashed;animation:spin 30s linear infinite}.demo-ring{position:relative;z-index:2;display:grid;place-items:center;width:330px;height:330px;padding:0;color:var(--text);border:0;border-radius:50%;background:#0a100c;box-shadow:0 0 50px #35df7040,0 0 0 1px #35df7050;cursor:pointer}.demo-ring img{position:absolute;width:118%;height:118%;object-fit:contain;filter:drop-shadow(0 0 22px #35df7070);animation:breathe 3s ease-in-out infinite}.demo-ring span{z-index:1;display:grid;gap:7px}.demo-ring strong{font-size:1.35rem}.demo-ring small{color:var(--muted)}.demo-choice,.live-call-frame{position:relative;z-index:3;width:min(100%,620px);padding:32px;border:1px solid #46604d;background:#0b100dcf;box-shadow:16px 18px 0 #35df7026;backdrop-filter:blur(18px)}.demo-choice[hidden],.live-call-frame[hidden]{display:none}.demo-choice h2{margin:7px 0 10px;font-size:2.5rem;letter-spacing:-.06em}.demo-choice>p:not(.eyebrow){color:var(--muted);line-height:1.5}.demo-choice label{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:800}.demo-choice label span{color:var(--muted);font-size:.8rem}.demo-choice form>div{display:grid;grid-template-columns:1fr auto}.demo-choice input{min-width:0;padding:15px;color:var(--text);border:1px solid #516057;background:#080b09}.demo-choice form button,.cold-call{padding:15px 18px;border:0;background:var(--green);cursor:pointer;font-weight:900}.cold-call{width:100%;margin-top:10px;color:var(--text);border:1px solid #66736a;background:transparent}.status{font-size:.85rem}.live-call-frame{height:650px;padding:0;overflow:hidden}.live-call-frame iframe{width:100%;height:100%;border:0;background:#fff}.frame-loading{position:absolute;z-index:2;inset:0;display:grid;place-content:center;justify-items:center;gap:10px;color:#132016;background:#f5f7f3}.frame-loading[hidden]{display:none}.frame-loading span{width:55px;height:55px;border:5px solid #c7d4ca;border-top-color:var(--deep);border-radius:50%;animation:spin 1s linear infinite}.frame-loading small{color:#657069}.next-step{max-width:1100px;margin:0 auto;padding:100px 24px;text-align:center;border-top:1px solid var(--line)}.next-step h2{font-size:clamp(3rem,6vw,6rem)}.next-step>p:not(.eyebrow){max-width:650px;margin:0 auto 30px;color:var(--muted);font-size:1.1rem;line-height:1.6}.next-step>div{display:flex;justify-content:center;gap:12px}.next-step .start{color:#071009;background:var(--green)}footer{display:flex;justify-content:space-between;gap:25px;padding:32px clamp(22px,5vw,76px);color:var(--muted);border-top:1px solid var(--line)}footer a:hover{color:var(--green)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes breathe{50%{transform:scale(1.04);filter:drop-shadow(0 0 35px #35df7090)}}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-copy{text-align:center}.lead{margin-left:auto;margin-right:auto}.primary-actions{justify-content:center}.demo-stage{min-height:600px}.demo-ring{width:280px;height:280px}}@media(max-width:560px){.site-header{min-height:68px}.site-header nav{gap:10px}.site-header nav>a:first-child{display:none}.wordmark img{width:38px;height:38px}.hero{padding:48px 18px;gap:24px}.hero h1{font-size:3.5rem}.primary-actions{flex-direction:column}.demo-stage{min-height:520px}.demo-stage:before{width:430px;height:430px}.demo-stage:after{width:330px;height:330px}.demo-ring{width:250px;height:250px}.demo-choice{padding:22px}.demo-choice form>div{grid-template-columns:1fr}.live-call-frame{width:calc(100vw - 20px);height:640px}.next-step>div{flex-direction:column}footer{flex-wrap:wrap}footer span{order:3;width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.demo-stage:after,.demo-ring img{animation:none}}
