:root {
  --bg: #050816;
  --bg-2: #0a1024;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #f8fbff;
  --muted: #aab6d3;
  --muted-2: #66708f;
  --line: rgba(255, 255, 255, 0.12);
  --primary: #3778ff;
  --primary-2: #23d3c3;
  --accent: #8b5cf6;
  --success: #23d18b;
  --warning: #f7b955;
  --danger: #ff6b6b;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img, svg { max-width: 100%; }

.site-shell { overflow: hidden; background: radial-gradient(circle at top left, rgba(35,211,195,.16), transparent 32%), radial-gradient(circle at top right, rgba(55,120,255,.18), transparent 30%), var(--bg); }
.container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
.section-padding { padding: 110px 0; }

.header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(100% - 40px, var(--container));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(5, 8, 22, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
  transition: 0.25s ease;
}
.header.scrolled { top: 10px; background: rgba(5, 8, 22, 0.9); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.03em; }
.brand-mark { display: inline-flex; align-items: center; gap: 4px; width: 36px; height: 36px; justify-content: center; border-radius: 12px; background: linear-gradient(135deg, rgba(35,211,195,.18), rgba(55,120,255,.20)); border: 1px solid rgba(255,255,255,.15); }
.brand-mark span { width: 4px; border-radius: 999px; display: block; background: linear-gradient(180deg, var(--primary-2), var(--primary)); }
.brand-mark span:nth-child(1) { height: 13px; }
.brand-mark span:nth-child(2) { height: 23px; }
.brand-mark span:nth-child(3) { height: 30px; }
.brand-mark span:nth-child(4) { height: 20px; }
.brand-mark span:nth-child(5) { height: 10px; }
.brand-text { font-size: 1.08rem; }
.nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 700; color: #dce7ff; }
.nav a { opacity: .82; transition: .2s; }
.nav a:hover { opacity: 1; color: var(--primary-2); }
.header-actions { display: flex; gap: 10px; }
.nav-toggle { display: none; background: transparent; border: 0; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: white; border-radius: 999px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 11px 18px; font-weight: 800; transition: .2s ease; cursor: pointer; }
.btn-primary { background: linear-gradient(135deg, var(--primary), #1f5eff); color: white; box-shadow: 0 16px 36px rgba(55, 120, 255, .35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 44px rgba(55,120,255,.45); }
.btn-ghost { color: #dce7ff; }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-outline { border-color: rgba(35,211,195,.55); color: white; background: rgba(255,255,255,.04); }
.btn-outline:hover { background: rgba(35,211,195,.1); transform: translateY(-2px); }
.btn-large { padding: 15px 24px; }

.hero { min-height: 100vh; display: flex; align-items: center; position: relative; padding-top: 160px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 22% 50%, rgba(139,92,246,.16), transparent 26%), linear-gradient(180deg, transparent 0%, rgba(10,16,36,.8) 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 54px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--primary-2); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.pulse { width: 9px; height: 9px; background: var(--primary-2); border-radius: 50%; box-shadow: 0 0 0 8px rgba(35,211,195,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 22px; font-size: clamp(3rem, 6.1vw, 6.2rem); line-height: .96; letter-spacing: -.075em; }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: 1.15rem; margin-bottom: 8px; }
.hero-lead { color: #c8d4ef; font-size: 1.16rem; max-width: 610px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 620px; }
.trust-strip div { padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.trust-strip strong { display: block; font-size: 1.35rem; color: white; }
.trust-strip span { display: block; color: var(--muted); font-size: .82rem; }

.dashboard-card { border: 1px solid rgba(55,120,255,.4); background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); border-radius: var(--radius-xl); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(20px); }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.04); }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; background: rgba(255,255,255,.22); border-radius: 50%; }
.dashboard-title { font-weight: 900; }
.chip { padding: 7px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.dashboard-layout { display: grid; grid-template-columns: 145px 1fr; min-height: 560px; }
.dashboard-sidebar { padding: 18px 12px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: .78rem; }
.dashboard-sidebar span { padding: 10px 12px; border-radius: 10px; }
.dashboard-sidebar .active { background: rgba(55,120,255,.22); color: white; }
.dashboard-content { padding: 18px; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.kpi-grid article, .chart-card, .sentiment-card, .calls-card { background: rgba(0,0,0,.22); border: 1px solid var(--line); border-radius: 16px; padding: 15px; }
.kpi-grid span { display: block; color: var(--muted); font-size: .76rem; }
.kpi-grid strong { display: block; font-size: 1.45rem; margin: 5px 0; }
.kpi-grid small { color: var(--success); }
.analytics-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 12px; margin-top: 12px; }
.card-title { font-size: .86rem; font-weight: 900; margin-bottom: 12px; color: #dfe8ff; }
.line-chart { height: 175px; display: flex; align-items: end; }
.donut { width: 112px; height: 112px; border-radius: 50%; background: conic-gradient(var(--success) 0 76%, var(--warning) 76% 91%, var(--danger) 91% 100%); position: relative; margin: 10px auto; }
.donut::after { content: ''; position: absolute; inset: 24px; border-radius: 50%; background: #111729; }
.sentiment-card ul { padding: 0; margin: 8px 0 0; list-style: none; color: var(--muted); font-size: .78rem; display: grid; gap: 6px; }
.dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; margin-right: 7px; }
.green { background: var(--success); } .yellow { background: var(--warning); } .red { background: var(--danger); }
.calls-card { margin-top: 12px; }
.call-row { display: grid; grid-template-columns: 1fr 1.35fr .45fr .7fr; gap: 8px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted); font-size: .79rem; }
.score { border-radius: 7px; text-align: center; color: #07111f; }
.score.good { background: var(--success); } .score.warn { background: var(--warning); }
em { color: var(--primary-2); font-style: normal; }

.logo-cloud { padding: 28px 0; background: rgba(255,255,255,.035); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-cloud .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo-cloud span { color: var(--muted); font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.logos { display: flex; gap: 30px; flex-wrap: wrap; color: rgba(255,255,255,.65); }

.modules, .pricing { background: #f7f9ff; color: #081225; }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading p, .benefits-copy p, .qa-copy p { color: #66708f; font-size: 1.05rem; }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.module-card { background: white; border: 1px solid #e7ecf7; border-radius: 22px; padding: 25px; box-shadow: 0 18px 50px rgba(17, 29, 63, .08); transition: .25s ease; }
.module-card:hover { transform: translateY(-8px); box-shadow: 0 24px 70px rgba(17,29,63,.14); }
.module-card p { color: #66708f; font-size: .94rem; }
.icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(55,120,255,.12), rgba(35,211,195,.14)); font-size: 1.35rem; margin-bottom: 18px; }

.benefits { background: linear-gradient(180deg, #f7f9ff, #eef4ff); color: #081225; }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.check-list { padding: 0; margin: 26px 0 0; display: grid; gap: 13px; list-style: none; color: #303b55; }
.check-list li { display: flex; gap: 10px; }
.check-list li::before { content: '✓'; color: var(--success); font-weight: 900; }
.impact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.impact-grid article { background: white; border: 1px solid #e7ecf7; border-radius: 24px; padding: 30px; box-shadow: 0 18px 50px rgba(17, 29, 63, .08); }
.impact-grid strong { display: block; font-size: 3rem; letter-spacing: -.06em; color: #081225; }
.impact-grid span { color: #66708f; font-weight: 700; }

.qa { background: #071024; position: relative; }
.qa::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(35,211,195,.12), transparent 28%), radial-gradient(circle at 80% 60%, rgba(55,120,255,.16), transparent 32%); pointer-events: none; }
.qa-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; }
.qa-panel { border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.075); padding: 26px; box-shadow: var(--shadow); }
.qa-header { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-weight: 900; }
.qa-header strong { color: var(--primary-2); }
.qa-item { display: grid; grid-template-columns: 1.25fr 1fr 56px; gap: 12px; align-items: center; padding: 15px 0; color: #dce7ff; }
.qa-item div { height: 9px; background: rgba(255,255,255,.12); border-radius: 999px; overflow: hidden; }
.qa-item i { display: block; height: 100%; background: linear-gradient(90deg, var(--primary-2), var(--primary)); border-radius: inherit; }
.transcript-box { background: rgba(0,0,0,.25); border: 1px solid var(--line); border-radius: 18px; padding: 16px; color: var(--muted); margin-top: 12px; }
.transcript-box p { margin: 0 0 8px; }
.transcript-box p:last-child { margin-bottom: 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { background: white; border: 1px solid #e7ecf7; border-radius: 28px; padding: 30px; box-shadow: 0 18px 50px rgba(17,29,63,.08); position: relative; display: flex; flex-direction: column; }
.price-card.featured { background: #081225; color: white; border-color: rgba(55,120,255,.45); transform: translateY(-16px); box-shadow: 0 30px 90px rgba(55,120,255,.22); }
.badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(35,211,195,.15); color: var(--primary-2); font-weight: 900; font-size: .72rem; }
.price-card p, .price-card li { color: #66708f; }
.price-card.featured p, .price-card.featured li { color: #b9c5de; }
.price { font-size: 2.7rem; font-weight: 900; letter-spacing: -.06em; margin: 8px 0 18px; }
.price span { font-size: .98rem; color: #66708f; }
.price-card ul { padding: 0; margin: 0 0 24px; list-style: none; display: grid; gap: 10px; }
.price-card li::before { content: '✓'; color: var(--success); font-weight: 900; margin-right: 8px; }
.price-card .btn { margin-top: auto; }

.cta { padding: 105px 0; background: linear-gradient(135deg, #061026, #0e2f86); }
.cta-box { display: grid; grid-template-columns: .95fr .85fr; gap: 50px; align-items: center; padding: 48px; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); box-shadow: var(--shadow); }
.lead-form { display: grid; gap: 12px; }
.lead-form input, .lead-form select { width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: white; outline: none; }
.lead-form select option { color: #081225; }
.lead-form input::placeholder { color: rgba(255,255,255,.58); }
.form-note { color: #bac6df; font-size: .84rem; margin: 0; }

.footer { background: #030612; padding: 54px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .5fr .5fr; gap: 40px; }
.footer p, .footer a { color: var(--muted); }
.footer a { display: block; margin-top: 8px; }
.footer strong { display: block; margin-bottom: 12px; }
.copyright { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .88rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .18s; }

@media (max-width: 1080px) {
  .header-actions { display: none; }
  .hero-grid, .benefits-grid, .qa-grid, .cta-box { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .dashboard-card { max-width: 760px; margin: 0 auto; }
}

@media (max-width: 820px) {
  .section-padding { padding: 82px 0; }
  .header { border-radius: 22px; align-items: flex-start; flex-wrap: wrap; }
  .nav-toggle { display: flex; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px 4px 4px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px; border-radius: 12px; background: rgba(255,255,255,.05); }
  .hero { padding-top: 130px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .trust-strip, .impact-grid, .kpi-grid, .analytics-grid, .footer-grid { grid-template-columns: 1fr; }
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .logo-cloud .container { align-items: flex-start; flex-direction: column; }
  .module-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 28px; }
  .call-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero-actions { flex-direction: column; }
  .btn-large { width: 100%; }
  .dashboard-content { padding: 12px; }
  .qa-item { grid-template-columns: 1fr; }
}
