:root{--bg:#09090b;--panel:#121217;--text:#f8f8fb;--muted:#aaa;--line:rgba(255,255,255,.1);--accent:#7c5cff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 10%,rgba(124,92,255,.18),transparent 30%),var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1120px,calc(100% - 40px));margin:auto}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:27px;font-weight:900}.brand span{color:var(--accent)}.navLinks{display:flex;gap:30px;color:var(--muted);font-size:14px}.ghostButton,.primaryButton,.smallButton{border-radius:14px;display:inline-flex;align-items:center;justify-content:center}.smallButton{padding:11px 16px;border:1px solid var(--line)}.primaryButton{padding:16px 24px;background:var(--accent);font-weight:800}.ghostButton{padding:16px 24px;border:1px solid var(--line);color:var(--muted)}.hero{padding:110px 0 70px}.eyebrow{color:#9b87ff;font-size:12px;letter-spacing:2px;font-weight:800;margin-bottom:18px}.hero h1{font-size:clamp(60px,10vw,116px);line-height:.92;margin:0;letter-spacing:-6px}.hero h1 span{color:#9b87ff}.hero>p{max-width:650px;color:var(--muted);font-size:21px;line-height:1.9;margin:30px 0}.heroActions{display:flex;gap:12px;flex-wrap:wrap}.heroCard{margin-top:65px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:28px;padding:28px}.status{color:var(--muted);font-size:13px;display:flex;align-items:center;gap:9px}.dot{width:9px;height:9px;border-radius:50%;background:#4ade80;box-shadow:0 0 18px #4ade80}.chat{display:grid;grid-gap:13px;gap:13px;margin-top:25px}.bubble{width:-moz-fit-content;width:fit-content;max-width:78%;padding:15px 18px;border-radius:18px;line-height:1.7}.customer{justify-self:start;background:#23232c}.ai{justify-self:end;background:var(--accent)}.stats{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.stats div{padding:34px;border-left:1px solid var(--line)}.stats div:last-child{border-left:0}.stats strong{display:block;font-size:28px;margin-bottom:8px}.stats span{color:var(--muted);font-size:14px}.section{padding:110px 0}.sectionHead{max-width:720px;margin-bottom:44px}.cta h2,.sectionHead h2{font-size:clamp(38px,6vw,68px);line-height:1.08;margin:0 0 16px;letter-spacing:-2px}.employeeCard p,.sectionHead p,.steps p{color:var(--muted);line-height:1.8}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.employeeCard{background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:28px;min-height:240px}.cardNumber{color:#9b87ff;font-weight:900}.employeeCard h3{font-size:27px;margin:55px 0 12px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.steps>div{border-top:1px solid var(--line);padding-top:24px}.steps span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--accent);font-weight:900}.steps h3{font-size:24px;margin:24px 0 10px}.chips{display:flex;flex-wrap:wrap;gap:12px}.chips span{background:#18181f;border:1px solid var(--line);padding:15px 20px;border-radius:999px}.cta{margin-bottom:90px;padding:58px;border-radius:30px;background:linear-gradient(135deg,#6f50ff,#8f79ff);display:flex;align-items:end;justify-content:space-between;gap:30px}.cta .primaryButton{background:white;color:#111}.footer{border-top:1px solid var(--line);min-height:150px;display:flex;align-items:center;gap:24px;color:var(--muted)}.footer .brand{color:var(--text)}.footer span:last-child{margin-right:auto}@media(max-width:760px){.shell{width:min(100% - 28px,1120px)}.navLinks{display:none}.hero{padding-top:75px}.hero h1{font-size:64px;letter-spacing:-4px}.hero>p{font-size:17px}.grid,.stats,.steps{grid-template-columns:1fr}.stats div{border-left:0;border-bottom:1px solid var(--line)}.section{padding:80px 0}.cta{padding:36px 24px;flex-direction:column;align-items:stretch}.footer{flex-wrap:wrap;padding:35px 0}.footer span:last-child{width:100%;margin-right:0}}