:root {
  --bg: #090b14;
  --bg2: #10162b;
  --text: #f3f6ff;
  --muted: #b7c2e4;
  --line: #273153;
  --glass: rgba(17, 24, 47, 0.58);
  --primary: #5eead4;
  --primary2: #60a5fa;
  --dark: #06181a;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 700px at 8% -10%, #203274 0%, transparent 55%),
              radial-gradient(1100px 700px at 100% 0%, #145b5a 0%, transparent 48%),
              linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  min-height: 100vh;
  line-height: 1.6;
}

.container { width: min(1120px, 92%); margin: 0 auto; }
.section { padding: 46px 0; }

.bg-blur {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  filter: blur(68px);
  opacity: .3;
  pointer-events: none;
  z-index: -1;
}
.bg-blur-1 { background: #4f46e5; top: -100px; left: -90px; }
.bg-blur-2 { background: #06b6d4; right: -90px; top: 140px; }

.glass {
  background: var(--glass);
  border: 1px solid rgba(149, 170, 255, .24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.topbar {
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo { font-weight: 800; letter-spacing: .3px; }

.hero { padding: 24px 0 24px; }
.hero-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: start;
}
.kicker {
  display: inline-block;
  font-size: 14px;
  color: #c5d0f2;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin: 4px 0 8px;
}
h1 {
  font-size: clamp(34px, 5.2vw, 60px);
  line-height: 1.05;
  margin: 6px 0 14px;
  letter-spacing: -0.02em;
}
h1 span {
  background: linear-gradient(90deg, var(--primary), var(--primary2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { color: var(--muted); max-width: 720px; font-size: clamp(16px, 2.1vw, 20px); }
.hero-actions { margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 720px; }
.metric { border-radius: 12px; padding: 12px 14px; }
.metric strong { display: block; font-size: 18px; }
.metric span { color: var(--muted); font-size: 13px; }

.hero-card {
  border-radius: 16px;
  padding: 18px;
}
.hero-card h3 { margin-top: 0; }
.hero-card ul { padding-left: 20px; margin: 10px 0 16px; }
.hero-card li { margin: 8px 0; }

h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 4.2vw, 40px);
  line-height: 1.15;
}
h3 { margin: 0 0 8px; font-size: 20px; }
p, li { color: var(--muted); }

.cards-3, .cards-2 {
  display: grid;
  gap: 14px;
}
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  border-radius: 16px;
  padding: 18px;
}
.card ul { margin: 8px 0 0; padding-left: 20px; }

.compare {
  border-radius: 16px;
  overflow: hidden;
}
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.row > div {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(159, 177, 255, .22);
}
.row > div:first-child {
  border-right: 1px solid rgba(159, 177, 255, .22);
  color: #c7d1ef;
}
.row.head {
  background: rgba(86, 115, 227, .19);
  font-weight: 700;
}
.row:last-child > div { border-bottom: none; }

.final {
  border-radius: 18px;
  text-align: center;
  padding: 34px 20px;
}
.final p { max-width: 760px; margin: 8px auto 18px; }
.lead-form { max-width: 760px; margin: 14px auto 0; display: grid; gap: 10px; }
.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid rgba(159,177,255,.35);
  background: rgba(9,13,27,.62);
  color: var(--text);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
}
.lead-form textarea { min-height: 92px; resize: vertical; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #93a4d3; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: .18s ease;
}
.btn-sm { padding: 8px 12px; background: transparent; color: var(--text); border-color: var(--line); }
.btn-primary {
  padding: 13px 18px;
  color: var(--dark);
  background: linear-gradient(90deg, var(--primary), var(--primary2));
}
.btn-secondary { padding: 12px 16px; color: var(--text); background: rgba(96, 165, 250, .18); border-color: rgba(96, 165, 250, .4); }
.btn-lg { padding: 14px 20px; font-size: 17px; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); }

.muted { color: var(--muted); margin: 0; font-size: 14px; }
.footer { padding: 20px 0 36px; text-align: center; }
.footer p { font-size: 13px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards-3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .cards-3, .cards-2, .metrics, .row { grid-template-columns: 1fr; }
  .row > div:first-child { border-right: none; border-bottom: 1px solid rgba(159, 177, 255, .22); }
  .row.head > div:first-child { border-bottom: none; }
}