:root{--ink:#111827;--muted:#667085;--brand:#4f46e5;--brand2:#312e81;--line:#e4e7ec;--soft:#f5f3ff;--bg:#fbfcfe;--ok:#067647;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:850;font-size:21px;letter-spacing:-.03em}.mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--brand);color:#fff;margin-right:9px}.links{display:flex;gap:22px;align-items:center;color:#475467;font-size:14px;font-weight:650}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:11px 16px;background:var(--brand);color:#fff;font-weight:750;border:1px solid var(--brand)}.btn:hover{background:#4338ca}.btn.secondary{background:#fff;color:#344054;border-color:#d0d5dd}.hero{padding:80px 0 72px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--soft);color:var(--brand2);font-size:13px;font-weight:800}.hero h1{font-size:clamp(44px,6.2vw,74px);line-height:.99;letter-spacing:-.055em;margin:20px 0 22px;max-width:780px}.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:700px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;color:#475467;font-size:13px}.proof span:before{content:"✓";color:var(--ok);font-weight:900;margin-right:7px}.product{background:#111827;border-radius:24px;padding:22px;box-shadow:0 32px 80px rgba(17,24,39,.22);transform:rotate(1deg)}.window{background:#fff;border-radius:16px;overflow:hidden}.window-top{height:46px;background:#f2f4f7;display:flex;align-items:center;gap:7px;padding:0 14px}.dot{width:10px;height:10px;border-radius:50%;background:#d0d5dd}.chat{padding:22px;display:grid;gap:14px;min-height:390px}.bubble{max-width:86%;padding:12px 14px;border-radius:14px;line-height:1.5;font-size:14px}.bubble.user{justify-self:end;background:#eef2ff}.bubble.bot{background:#f2f4f7}.source{font-size:11px;color:#667085;margin-top:-6px}.guard{padding:12px;border:1px solid #abefc6;background:#ecfdf3;border-radius:12px;color:#05603a;font-size:12px}.section{padding:78px 0}.section.alt{background:#f2f4f7}.section-head{max-width:720px;margin-bottom:34px}.section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.045em;margin:0 0 12px}.section-head p{color:var(--muted);font-size:17px;line-height:1.65}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px}.card .num{width:34px;height:34px;border-radius:10px;background:var(--soft);color:var(--brand);display:grid;place-items:center;font-weight:850}.card h3{font-size:18px;margin:18px 0 9px}.card p{color:var(--muted);line-height:1.6;margin:0;font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature{display:flex;gap:14px}.icon{width:42px;height:42px;border-radius:12px;background:var(--soft);display:grid;place-items:center;color:var(--brand);font-weight:850;flex:none}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price{display:flex;flex-direction:column}.price strong{font-size:30px;letter-spacing:-.04em}.price ul{color:var(--muted);padding-left:18px;line-height:1.8;font-size:14px}.price .btn{margin-top:auto}.empty-plan{grid-column:1/-1;text-align:center;padding:38px;background:#fff;border:1px dashed #98a2b3;border-radius:17px;color:var(--muted)}.cta{background:linear-gradient(135deg,#312e81,#4f46e5);color:#fff;border-radius:24px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:38px;letter-spacing:-.04em;margin:0 0 10px}.cta p{color:#dddafe;margin:0}.cta .btn{background:#fff;color:#312e81;border-color:#fff;white-space:nowrap}.footer{padding:36px 0;color:#667085;font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:48px}.product{transform:none}.grid3,.pricing{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.links a:not(.btn){display:none}.cta{align-items:flex-start;flex-direction:column}.hero h1{font-size:52px}}@media(max-width:560px){.hero h1{font-size:42px}.hero p{font-size:17px}.section{padding:58px 0}.cta{padding:28px}.cta h2{font-size:30px}}
