:root{
  --bg: #f6fbff;
  --ink: #0b1b2b;
  --muted: #4e5b6b;
  --primary: #01b2f1;
  --primary-2: #184f8a;
  --card: #ffffff;
  --shadow: 0 16px 40px rgba(10, 20, 30, .12);
  --shadow-soft: 0 10px 24px rgba(10, 20, 30, .10);
  --radius: 22px;
  --container: 1120px;
}

*{ box-sizing:border-box }
html,body{ height:100% }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 15% 15%, rgba(1,178,241,.14), transparent 62%),
    radial-gradient(900px 520px at 85% 10%, rgba(24,79,138,.12), transparent 60%),
    linear-gradient(180deg, #ffffff, var(--bg));
}

a{ color:inherit; text-decoration:none }
.container{ max-width:var(--container); margin:0 auto; padding:0 20px; }

section{ padding: 46px 0 }

.page{ padding: 46px 0 60px; }

h1{
  font-size: clamp(2.0rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.subtitle{
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 70ch;
  
}

.hero {
  min-height: 100vh; padding-top: 70px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
#canvas-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero-glow {
  position: absolute; top: 40%; left: 45%; transform: translate(-50%, -50%);
  width: 900px; height: 700px;
  background: radial-gradient(ellipse at center,
    rgba(22, 96, 255, 0.13) 0%, rgba(123, 63, 228, 0.07) 40%, transparent 70%);
  z-index: 1; pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  padding: 5rem 0;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0, 212, 255, 0.07); border: 1px solid rgba(0, 212, 255, 0.28);
  padding: 0.38rem 1rem; border-radius: 100px;
  font-size: 0.78rem; font-weight: 600; color: var(--cyan); letter-spacing: 0.06em;
  margin-bottom: 1.5rem; animation: pulse-ring 3s ease-in-out infinite;
}
@keyframes pulse-ring {
  0%,100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(0, 212, 255, 0); }
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan); animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.25} }

.hero-left h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800; line-height: 1.08; letter-spacing: -0.035em; margin-bottom: 1.5rem;
}
.hero-left h1 .accent {
  display: block;
  background: linear-gradient(100deg, #00D4FF 0%, #1660FF 50%, #7B3FE4 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: flow 5s linear infinite;
}
@keyframes flow { 0%{background-position:0% center} 100%{background-position:200% center} }
.hero-left p { color: var(--text-2); font-size: 1.1rem; max-width: 480px; line-height: 1.75; margin-bottom: 2.5rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Mockup */
.hero-right { display: flex; justify-content: center; }
.mockup {
  width: 100%; max-width: 430px;
  background: rgba(6, 16, 32, 0.82); border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 20px; padding: 1.5rem; backdrop-filter: blur(24px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 0 1px rgba(0,212,255,0.08), inset 0 1px 0 rgba(255,255,255,0.05);
  animation: levitate 7s ease-in-out infinite;
}
@keyframes levitate {
  0%,100% { transform: translateY(0) rotateX(1deg); }
  50%      { transform: translateY(-14px) rotateX(-1deg); }
}
.mockup-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 1rem; margin-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mockup-title { display: flex; align-items: center; gap: 8px; font-family: 'Syne', sans-serif; font-weight: 600; font-size: 0.88rem; }
.online-pill { font-size: 0.68rem; font-weight: 700; padding: 2px 9px; border-radius: 4px; background: rgba(0,229,160,0.12); color: #00E5A0; border: 1px solid rgba(0,229,160,0.28); }
.bot-row {
  display: flex; align-items: center; gap: 10px; padding: 0.7rem 0.75rem; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.04); background: rgba(255,255,255,0.02); margin-bottom: 0.55rem; transition: all 0.3s;
}
.bot-row:hover { background: rgba(0,212,255,0.04); border-color: rgba(0,212,255,0.12); }
.bot-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bot-meta { flex: 1; min-width: 0; }
.bot-name { font-size: 0.8rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bot-sub  { font-size: 0.7rem; color: var(--text-2); }
.tag { font-size: 0.68rem; font-weight: 600; padding: 2px 9px; border-radius: 5px; white-space: nowrap; flex-shrink: 0; }
.tag-cyan   { background: rgba(0,212,255,0.1);  color: var(--cyan);   border: 1px solid rgba(0,212,255,0.22); }
.tag-green  { background: rgba(0,229,160,0.1);  color: #00E5A0;       border: 1px solid rgba(0,229,160,0.22); }
.tag-amber  { background: rgba(245,158,11,0.1); color: var(--amber);  border: 1px solid rgba(245,158,11,0.22); }
.tag-purple { background: rgba(123,63,228,0.1); color: var(--purple); border: 1px solid rgba(123,63,228,0.22); }
.mockup-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1rem; margin-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.05);
}
.kpi { text-align: center; }
.kpi-val { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.3rem; }
.kpi-lbl { font-size: 0.68rem; color: var(--text-2); margin-top: 1px; }

/* ── STATS ── */
.stats-strip {
  background: rgba(5, 13, 26, 0.9);
  border-top: 1px solid rgba(0,212,255,0.08); border-bottom: 1px solid rgba(0,212,255,0.08);
  padding: 2.75rem 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-block { text-align: center; padding: 1.25rem 1rem; position: relative; }
.stat-block + .stat-block::before {
  content: ''; position: absolute; left: 0; top: 25%; height: 50%; width: 1px;
  background: rgba(255,255,255,0.07);
}
.stat-val {
  font-family: 'Syne', sans-serif; font-size: 2.6rem; font-weight: 800;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 0.4rem;
}
.stat-val.plain { -webkit-text-fill-color: var(--cyan); background: none; }
.stat-lbl { color: var(--text-2); font-size: 0.9rem; }

/* ── FEATURE HIGHLIGHTS ── */
.feat-preview { padding: 7rem 0; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feat-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem; backdrop-filter: blur(12px); position: relative; overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.feat-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.feat-card:hover::before { transform: scaleX(1); }
.feat-card:hover { transform: translateY(-5px); border-color: rgba(0,212,255,0.28); box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 40px rgba(0,212,255,0.08); }
.feat-ico { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.feat-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; }
.feat-card p  { color: var(--text-2); font-size: 0.9rem; line-height: 1.7; }

/* ── TESTIMONIALS ── */
.testimonials {
  padding: 7rem 0;
  background: linear-gradient(180deg, transparent, rgba(5,14,28,0.6), transparent);
}
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testi-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem; backdrop-filter: blur(12px); transition: transform 0.3s, border-color 0.3s;
}
.testi-card:hover { transform: translateY(-5px); border-color: rgba(0,212,255,0.25); }
.stars { color: var(--amber); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testi-body { color: var(--text-2); font-size: 0.93rem; line-height: 1.75; font-style: italic; margin-bottom: 1.5rem; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem; color: #000; flex-shrink: 0; }
.author-name { font-weight: 600; font-size: 0.9rem; }
.author-role { color: var(--text-2); font-size: 0.8rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-right { order: -1; }
  .mockup { max-width: 400px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid .stat-block:nth-child(2)::before { display: none; }
}
@media (max-width: 768px) {
  .hero-inner { padding: 3rem 0; }
  .hero-left h1 { font-size: 2.25rem; }
  .hero-cta { flex-direction: column; }
  .feat-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .stat-block::before { display: none !important; }
}
@media (max-width: 480px) {
  .hero-left h1 { font-size: 2rem; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}
