:root {
  --bg: #eef4fb;
  --ink: #1c2733;
  --muted: #5f7185;
  --line: #d1deec;
  --brand: #0a66db;
  --brand-dark: #0748a0;
  --accent: #0f9aa8;
  --card: #ffffff;
  --soft: #edf5ff;
  --shadow: 0 18px 45px rgba(17, 40, 70, 0.11);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Manrope, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 420px at -10% -5%, #dce9ff 0%, transparent 60%),
    radial-gradient(860px 460px at 115% 10%, #dff8ff 0%, transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 22px 88px;
  position: relative;
}
.wrap > *:not(.scene) {
  position: relative;
  z-index: 2;
}
.scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(0.2px);
  opacity: 0.34;
}
.shape.s1 { width: 260px; height: 260px; right: -80px; top: 30px; background: linear-gradient(140deg, #8cd6ff, #8ba9ff); }
.shape.s2 { width: 190px; height: 190px; left: -55px; top: 380px; background: linear-gradient(145deg, #9ce4d8, #7eb8ff); }
.shape.s3 { width: 140px; height: 140px; right: 18%; top: 620px; background: linear-gradient(145deg, #d6b4ff, #8cc8ff); }
.shape.s4 { width: 110px; height: 110px; left: 18%; top: 170px; background: linear-gradient(145deg, #ffe7af, #f7bd7d); }

h1 { margin: 0 0 12px; font-size: 46px; line-height: 1.05; letter-spacing: -0.02em; }
h2 { margin: 52px 0 16px; font-size: 32px; letter-spacing: -0.01em; }
h3 { margin: 0 0 8px; font-size: 19px; }
p { margin: 0; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.5; margin-bottom: 16px; }

.row { display: flex; gap: 10px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  padding: 11px 16px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
}
.btn.primary {
  background: linear-gradient(145deg, var(--brand), #0b53bf);
  color: #fff;
  box-shadow: 0 10px 22px rgba(10, 102, 219, 0.35);
}
.btn.primary:hover { transform: translateY(-1px); background: linear-gradient(145deg, #0958be, var(--brand-dark)); }
.btn.secondary { background: rgba(255,255,255,0.88); border-color: var(--line); color: var(--ink); backdrop-filter: blur(4px); }

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: stretch;
}
.hero-clean {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-top: 8px;
}
.hero-copy .lead {
  max-width: 64ch;
}
.hero-visual {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #cae0f5;
  background:
    radial-gradient(360px 160px at 100% -20%, rgba(13, 150, 180, 0.2) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  box-shadow: 0 18px 36px rgba(18, 44, 77, 0.12);
}
.visual-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  border: 1px solid #c7dcf3;
  background: #eaf4ff;
  color: #1c5b98;
  padding: 4px 10px;
}
.hero-visual h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 24px;
}
.visual-steps {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
.visual-steps > div {
  border-top: 1px solid #dbe9f7;
  padding-top: 10px;
  color: #2d4b67;
}
.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.check-list li {
  position: relative;
  padding-left: 24px;
  color: #33506a;
  font-weight: 600;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(145deg, #0a66db, #0f9aa8);
}
.home-band {
  margin-top: 36px;
  border-radius: 22px;
  border: 1px solid #cbdef2;
  padding: 26px;
  background: linear-gradient(132deg, #f5f9ff 0%, #edf6ff 52%, #f0fbff 100%);
}
.band-intro p {
  max-width: 75ch;
}
.value-columns {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value-columns article {
  border-left: 3px solid #bcd6ef;
  padding-left: 14px;
}
.value-columns h3 {
  margin-bottom: 6px;
}
.value-columns p {
  color: #44607a;
}
.service-layout {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.service-item {
  border: 1px solid #d5e3f2;
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
}
.service-item strong {
  display: block;
  margin-bottom: 6px;
}
.service-item p {
  color: #4e677f;
  font-size: 14px;
  line-height: 1.45;
}
.pricing-rail {
  border: 1px solid #c8dbef;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(15, 40, 72, 0.1);
}
.price-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #e2edf8;
  color: #2a4560;
}
.price-line:last-of-type {
  border-bottom: 0;
}
.price-line strong {
  color: #0d3059;
}
.compare-wrap {
  margin-top: 12px;
}
.hero-main {
  padding: 30px;
  border-radius: 24px;
  border: 1px solid #cbddf3;
  background:
    radial-gradient(540px 280px at 75% -20%, rgba(20, 174, 188, 0.19) 0%, transparent 56%),
    radial-gradient(520px 290px at -10% 115%, rgba(10, 102, 219, 0.17) 0%, transparent 58%),
    linear-gradient(175deg, #ffffff 0%, #f4f9ff 60%, #edf7ff 100%);
  box-shadow: 0 20px 48px rgba(15, 46, 89, 0.15);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid #bdd9f5;
  background: #ebf6ff;
  color: #0a4b8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hero-main h1 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.hero-note {
  margin-top: 14px;
  color: #4f6478;
  font-size: 14px;
}
.trust-row {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.trust-item {
  border: 1px solid #d5e4f4;
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 10px;
  font-size: 13px;
  color: #36546f;
  font-weight: 700;
}
.split-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.split-item {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d4e4f5;
  background: rgba(255, 255, 255, 0.92);
}
.split-item strong {
  display: block;
  margin-bottom: 4px;
}
.hero-panel,
.card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}
.subtle {
  background: linear-gradient(180deg, #f4f9ff 0%, #edf5ff 100%);
  border: 1px solid #d8e7fb;
  border-radius: 14px;
  padding: 12px;
}
.pill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.pill {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
}
.k { color: var(--muted); font-size: 12px; font-weight: 700; }
.v { font-size: 19px; font-weight: 800; margin-top: 4px; }
.muted { color: var(--muted); }

.iconline { display: flex; align-items: center; gap: 10px; }
.icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #cfe2f7;
  background: linear-gradient(160deg, #f2f8ff 0%, #e6f2ff 100%);
  color: #1f4f8f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.feature-tile {
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 12px 28px rgba(15, 40, 72, 0.08);
}
.feature-tile:nth-child(3n+2) { transform: translateY(4px); }
.feature-tile:nth-child(3n) { transform: translateY(-3px); }
.stack {
  display: grid;
  gap: 12px;
}

.flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.flow-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}
.flow-step .num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #bad7f3;
  background: #ebf6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #0a4b8f;
  margin-bottom: 6px;
}

.focus-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}
.compare {
  margin-top: 14px;
  border: 1px solid #c8dbef;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20, 43, 76, 0.12);
}
.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
}
.compare-head {
  background: #edf6ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #40617d;
}
.compare-head > div,
.compare-row > div {
  padding: 12px;
  border-right: 1px solid #dce9f7;
}
.compare-head > div:last-child,
.compare-row > div:last-child {
  border-right: 0;
}
.compare-row {
  border-top: 1px solid #e3eef9;
}
.compare-row .y {
  color: #175a99;
  font-weight: 700;
}

.big-cta {
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid #bfd8ef;
  background:
    radial-gradient(380px 170px at 12% -18%, rgba(24, 206, 194, 0.22) 0%, transparent 65%),
    linear-gradient(145deg, #0d5ec7 0%, #0e74d4 42%, #0f93bf 100%);
  color: #fff;
  padding: 24px;
  box-shadow: 0 24px 50px rgba(6, 50, 105, 0.3);
}
.big-cta h2 {
  margin: 0 0 10px;
  color: #fff;
}
.big-cta p {
  color: rgba(255, 255, 255, 0.9);
}
.big-cta .btn.secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.difference {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.badge-strip {
  border-left: 4px solid var(--brand);
  padding: 14px 14px 14px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.pricing-list { display: grid; gap: 12px; }
.price-row {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 40, 72, 0.06);
}
.price-row .amt { font-size: 28px; font-weight: 800; color: #0f2d56; }
.price-row .amt small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
  text-align: right;
}
.price-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 8px;
  border: 1px solid #bddcf8;
  background: #eaf5ff;
  color: #0a4b8f;
  margin-bottom: 6px;
}

.plan-variants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.variant {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px;
}
.variant strong { display: block; margin-bottom: 6px; }

.faq {
  display: grid;
  gap: 10px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}

.field { margin-bottom: 10px; }
label { display: block; font-size: 13px; font-weight: 700; color: #33485f; margin-bottom: 6px; }
input, textarea, select {
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font: inherit;
  color: inherit;
  background: #fff;
}
.small { font-size: 13px; }
pre { margin: 0; white-space: pre-wrap; }
.hidden { display: none !important; }

.section-band {
  margin-top: 14px;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #cfe0f2;
  background: linear-gradient(130deg, #f4f9ff 0%, #ecf5ff 50%, #edfafd 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat-card {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px;
}

.stat-card .label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.stat-card .value {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0f2d56;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #b7d4f4;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
  background: #eaf4ff;
  color: #0a4b8f;
}

.status-chip.warn {
  border-color: #f4d89f;
  background: #fff5de;
  color: #8f5a0a;
}

.status-chip.bad {
  border-color: #f0b8b2;
  background: #ffedeb;
  color: #8a261b;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.data-table th,
.data-table td {
  text-align: left;
  padding: 11px 12px;
  border-bottom: 1px solid #e3edf8;
  vertical-align: top;
}

.data-table th {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #546b80;
  background: #f4f9ff;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.empty {
  border: 1px dashed #bfd3ea;
  border-radius: 12px;
  padding: 12px;
  color: var(--muted);
  background: #f8fbff;
}

@media (max-width: 980px) {
  .hero, .hero-clean, .service-layout, .service-list, .value-columns, .grid-3, .grid-2, .difference, .plan-variants, .stats-grid, .split-callout, .flow, .focus-grid, .trust-row { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 1fr; }
  .compare-head, .compare-row { grid-template-columns: 1fr; }
  .price-row .amt small { text-align: left; }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  .wrap { padding: 28px 18px 74px; }
  .feature-tile:nth-child(3n+2), .feature-tile:nth-child(3n) { transform: none; }
}
