.check-wrap{display:flex;gap:9px;align-items:flex-start;color:var(--r-muted);font-size:13px;line-height:1.45}.check-wrap a,.auth-foot a{color:var(--r-blue-light)}.btn-primary{border:0!important;background:var(--r-blue)!important;color:white!important;border-radius:12px!important;font-weight:900!important;padding:13px 18px!important}.btn-full{width:100%}.alert{padding:11px 13px;border-radius:10px;background:#571f2a;color:#ffd7de;font-size:14px;margin-bottom:15px}.hidden{display:none!important}.auth-foot{text-align:center;margin-top:24px}.landing{min-height:100dvh;background:radial-gradient(circle at 75% 5%,#2f80ed40,transparent 28%),var(--r-bg)}.landing-nav{max-width:1160px;margin:auto;padding:20px 28px;display:flex;align-items:center;justify-content:space-between}.nav-logo{color:white;text-decoration:none;font-weight:900;display:flex;align-items:center;gap:9px}.nav-logo-box{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--r-blue)}.nav-links,.nav-actions{display:flex;align-items:center;gap:22px}.nav-links a{color:var(--r-muted);text-decoration:none}.hero{max-width:1160px;margin:auto;padding:100px 24px 80px;text-align:center;position:relative;overflow:hidden}
.hero-flex{display:grid;grid-template-columns:1fr minmax(280px,380px);gap:56px;align-items:center;text-align:left}
.hero-flex .hero-eyebrow,.hero-flex h1,.hero-flex .hero-sub{margin-left:0;margin-right:0}
.hero-flex .hero-sub{margin:25px 0}
.hero-flex .hero-cta{justify-content:flex-start;margin:30px 0}
.hero-flex .hero-stats{justify-content:flex-start}
.hero-blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.35;pointer-events:none;z-index:0}
.hero-blob-a{width:420px;height:420px;background:var(--r-blue);top:-180px;right:-120px;animation:blobDrift 14s ease-in-out infinite}
.hero-blob-b{width:320px;height:320px;background:#7b2ff7;bottom:-160px;left:-100px;animation:blobDrift 18s ease-in-out infinite reverse}
@keyframes blobDrift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-24px,26px) scale(1.12)}}
.hero-flex,.landing-nav,.hero-eyebrow,.hero h1,.hero-sub,.hero-cta,.hero-stats{position:relative;z-index:1}
/* Animated chat mockup - the thing that makes a landing page read as a real
   chat product instead of a static brochure. Pure CSS looping animation, no JS. */
.mock-window{border:1px solid var(--r-line);border-radius:22px;background:linear-gradient(160deg,#14233a,#0c1728);box-shadow:0 30px 90px #0009;overflow:hidden}
.mock-bar{display:flex;gap:6px;padding:12px 14px;border-bottom:1px solid var(--r-line)}
.mock-bar span{width:10px;height:10px;border-radius:50%;background:#2a3f5c}
.mock-bar span:nth-child(1){background:#ff5f57}.mock-bar span:nth-child(2){background:#febc2e}.mock-bar span:nth-child(3){background:#28c840}
.mock-chat-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--r-line)}
.mock-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--r-blue),#7b2ff7);display:grid;place-items:center;font-weight:900;font-size:13px;color:#fff;flex:0 0 auto}