:root{
  --bg:#060910;--bg-2:#090d16;--surface:#101620;--surface-2:#151d2a;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.14);
  --text:#f7f9fc;--text-soft:#c7d0df;--muted:#8492a8;--blue:#5b8cff;--violet:#8068ff;--green:#4fd18a;
  --grad:linear-gradient(135deg,var(--blue),var(--violet));--max:1180px;--radius:18px;
  font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,var(--bg),var(--bg-2));color:var(--text)}a{color:inherit;text-decoration:none}button{font:inherit}.glow{position:fixed;z-index:-1;pointer-events:none;border-radius:50%;filter:blur(110px);opacity:.38}.glow-a{width:620px;height:540px;left:-300px;top:-260px;background:#245bcf}.glow-b{width:620px;height:540px;right:-320px;bottom:-300px;background:#6840c9}

.site-header{position:sticky;z-index:30;top:0;width:100%;border-bottom:1px solid var(--line);background:rgba(6,9,16,.86);backdrop-filter:blur(22px) saturate(1.15);box-shadow:none}
.site-header-inner{width:min(var(--max),calc(100% - 32px));min-height:70px;margin:0 auto;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand b{font-size:15px;font-weight:850;letter-spacing:-.02em}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.14em}.mark{display:flex;align-items:center;gap:2.5px;width:28px;height:28px;color:var(--blue);flex:0 0 28px}.mark i{display:block;width:4px;border-radius:999px;background:currentColor;box-shadow:0 0 16px rgba(91,140,255,.28)}.mark i:nth-child(1),.mark i:nth-child(5){height:8px}.mark i:nth-child(2),.mark i:nth-child(4){height:17px}.mark i:nth-child(3){height:27px}.mark.small{width:23px;height:23px;flex-basis:23px}.mark.small i{width:3px}.mark.small i:nth-child(1),.mark.small i:nth-child(5){height:6px}.mark.small i:nth-child(2),.mark.small i:nth-child(4){height:13px}.mark.small i:nth-child(3){height:22px}
.site-header nav{display:flex;align-items:center;gap:24px;margin-left:auto;color:var(--muted);font-size:12px;font-weight:650}.site-header nav a{transition:.18s color}.site-header nav a:hover{color:var(--text)}.header-cta{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);font-size:11px;font-weight:800;transition:.18s border-color,.18s background}.header-cta:hover{border-color:rgba(91,140,255,.35);background:var(--surface-2)}

main{position:relative;width:min(var(--max),calc(100% - 32px));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);gap:56px;align-items:center;min-height:640px;padding:64px 0 70px}.eyebrow{font-size:9px;font-weight:900;letter-spacing:.16em;color:#83a7ff}h1,h2{margin:0;letter-spacing:-.045em}h1{margin-top:16px;font-size:clamp(50px,6vw,76px);line-height:.98}h1 em,h2 em{font-style:normal;color:#7fa3ff}.hero-copy>p{max-width:650px;margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.hero-actions{margin-top:28px;min-height:58px}.telegram-login{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.telegram-login small,.login-ready small{color:var(--muted);font-size:10px}.login-ready{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.login-ready .avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--grad);font-weight:850}.login-ready span:nth-child(2){display:grid}.login-ready .text-link{font-size:10px;color:var(--muted)}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border-radius:12px;font-size:12px;font-weight:850}.button.primary{color:#fff;background:var(--grad);box-shadow:0 12px 28px rgba(91,140,255,.22)}.button.large{min-height:50px;padding:0 22px}.notice{margin-top:16px;padding:12px 14px;border:1px solid rgba(91,140,255,.28);border-radius:12px;background:rgba(91,140,255,.09);color:#c9d6eb;font-size:11px;line-height:1.5}.notice a{color:#8eb0ff;font-weight:850}.notice.error{border-color:rgba(245,111,125,.3);background:rgba(245,111,125,.08)}

.dashboard-preview{padding:18px;border:1px solid var(--line-strong);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:0 30px 80px rgba(0,0,0,.32)}.preview-top{display:flex;align-items:center;gap:9px;font-size:12px}.preview-top .online{margin-left:auto;padding:5px 8px;border:1px solid rgba(79,209,138,.22);border-radius:9px;color:var(--green);background:rgba(79,209,138,.06);font-size:7px;font-weight:900}.preview-search{min-height:46px;display:flex;align-items:center;gap:9px;margin-top:16px;padding:0 12px;border:1px solid var(--line);border-radius:12px;color:var(--muted);background:rgba(255,255,255,.025);font-size:10px}.preview-search>span:nth-child(2){min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-search kbd{padding:3px 6px;border:0;border-radius:7px;background:rgba(255,255,255,.06);color:var(--muted);font-size:8px}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.preview-grid article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 9px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.035)}.preview-grid article>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--grad)}.preview-grid b{font-size:10px}.preview-grid small{color:var(--muted);font-size:7px}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.preview-stats span{padding:9px;border-radius:10px;background:rgba(255,255,255,.035);color:var(--muted);font-size:7px}.preview-stats b{display:block;color:var(--text);font-size:16px}.site-icon{--site-icon:url('/app/assets/design/ui/question.svg');display:inline-block;width:18px;height:18px;background:currentColor;-webkit-mask:var(--site-icon) center/contain no-repeat;mask:var(--site-icon) center/contain no-repeat}.site-icon-search{--site-icon:url('/app/assets/design/ui/search.svg')}.site-icon-mail{--site-icon:url('/app/assets/design/tools/gmail.svg')}.site-icon-leads{--site-icon:url('/app/assets/design/tools/youtube-leads.svg')}.site-icon-crm{--site-icon:url('/app/assets/design/tools/crm.svg')}

.section{padding:82px 0}.section-title span{font-size:9px;font-weight:850;letter-spacing:.16em;color:var(--muted)}.section-title h2,.split-section h2,.price-section h2{margin-top:8px;font-size:clamp(34px,4vw,52px)}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:30px}.feature{min-height:170px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 12px 30px rgba(0,0,0,.08);transition:.18s transform,.18s border-color}.feature:hover{transform:translateY(-2px);border-color:rgba(91,140,255,.32)}.feature>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(91,140,255,.16);border-radius:12px;color:var(--blue);background:rgba(91,140,255,.08)}.feature .site-icon{width:21px;height:21px}.feature b{display:block;margin-top:15px;font-size:12px}.feature p{margin:6px 0 0;color:var(--muted);font-size:9px;line-height:1.5}

.split-section{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;padding:84px 0}.split-section p{color:var(--muted);font-size:14px;line-height:1.7}.split-section ul{padding:0;list-style:none;color:var(--text-soft);font-size:12px;line-height:1.95}.split-section li:before{content:'✓';margin-right:9px;color:var(--green)}.crm-card{padding:18px;border:1px solid var(--line-strong);border-radius:20px;background:var(--surface);box-shadow:0 24px 60px rgba(0,0,0,.18)}.crm-head{display:flex;justify-content:space-between}.crm-head span{color:var(--muted);font-size:10px}.crm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:16px 0}.crm-stats span{padding:10px;border-radius:10px;background:var(--surface-2)}.crm-stats b{display:block;font-size:16px}.crm-stats small{color:var(--muted);font-size:7px}.contact{display:flex;align-items:center;gap:9px;margin-top:7px;padding:11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.015)}.contact i{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--grad);font-style:normal;font-weight:850}.contact span{display:grid}.contact small{color:var(--muted);font-size:8px}.contact em{margin-left:auto;padding:4px 7px;border-radius:7px;background:var(--surface-2);font-size:7px;font-style:normal}.contact em.sale{color:var(--green);background:rgba(79,209,138,.1)}

.price-section{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:64px 0 88px;padding:34px;border:1px solid rgba(91,140,255,.22);border-radius:22px;background:linear-gradient(135deg,rgba(91,140,255,.12),rgba(128,104,255,.08))}.price-section p{margin-bottom:0;color:var(--muted)}

.site-footer{width:min(var(--max),calc(100% - 32px));margin:0 auto;padding:24px 0 34px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;color:var(--muted)}.site-footer-brand{display:flex;align-items:center;gap:18px}.site-footer-brand>span{font-size:9px}.site-footer-links{display:grid;justify-items:end;gap:4px;text-align:right;font-size:9px}.site-footer-links a{color:#8eb0ff}.site-footer .brand small{letter-spacing:0;text-transform:none;font-weight:600}

@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:50px 0 58px}.dashboard-preview{max-width:640px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section{grid-template-columns:1fr;gap:34px;padding:70px 0}.price-section{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.site-header-inner{width:calc(100% - 24px);min-height:62px}.header-cta{min-height:36px;padding:0 11px;font-size:10px}.brand small{display:none}main{width:calc(100% - 24px)}.hero{padding:38px 0 44px;gap:32px}h1{font-size:42px}.hero-copy>p{font-size:13px}.dashboard-preview{padding:13px;border-radius:18px}.preview-grid{grid-template-columns:1fr}.preview-stats{overflow-x:auto;grid-template-columns:repeat(3,minmax(100px,1fr))}.section{padding:62px 0}.feature-grid{gap:8px}.feature{min-height:150px;padding:14px}.split-section{padding:62px 0}.price-section{margin:44px 0 66px;padding:22px}.site-footer{width:calc(100% - 24px);grid-template-columns:1fr;align-items:start}.site-footer-brand{align-items:flex-start;flex-direction:column;gap:10px}.site-footer-links{justify-items:start;text-align:left}}
@media(max-width:380px){.header-cta{display:none}.feature-grid{grid-template-columns:1fr}.feature{min-height:0}.site-header-inner{justify-content:space-between}}
