.abo-page { background: #f4f8fd; }
.abo-main { padding-bottom: 64px; }

.abo-hero {
  padding: clamp(40px, 6vw, 72px) 0 28px;
  background: linear-gradient(135deg, #032d60, #0176d3);
  color: #fff;
}
.abo-hero h1,
.abo-hero .eyebrow,
.abo-hero .lede,
.abo-hero strong { color: #fff; }
.abo-hero .lede { color: rgba(255,255,255,.9); max-width: 42rem; }
.abo-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
.abo-hero-points li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  font-size: .92rem;
}

.abo-wizard {
  margin-top: -24px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line, #d5e5f5);
  box-shadow: 0 24px 70px rgba(3,45,96,.12);
}

.abo-progress {
  height: 8px;
  border-radius: 999px;
  background: #e8f2fc;
  overflow: hidden;
  margin-bottom: 12px;
}
.abo-progress-bar {
  height: 100%;
  width: 14%;
  background: linear-gradient(90deg, #0176d3, #1b96ff);
  transition: width .35s ease;
}
.abo-step-meta {
  margin: 0 0 22px;
  color: #4a6076;
  font-weight: 700;
  font-size: .92rem;
}

.abo-step[hidden] { display: none !important; }
.abo-step h2 { margin-bottom: 8px; max-width: none; }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0 8px;
}
.choice-grid.compact { grid-template-columns: repeat(4, 1fr); }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice-grid.packs { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.choice-grid[hidden],
.abo-check-line[hidden],
.abo-subhead[hidden],
.lede[hidden] { display: none !important; }
.abo-subhead {
  margin: 28px 0 8px;
  font-size: 1.35rem;
}
.choice-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 16px;
  border: 2px solid #d5e5f5;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.choice-card:hover { border-color: #9fc8f0; }
.choice-card:has(input:checked) {
  border-color: #0176d3;
  background: #eef6ff;
  box-shadow: 0 10px 28px rgba(1,118,211,.12);
}
.choice-card:has(input:focus-visible) {
  outline: 2px solid #0176d3;
  outline-offset: 2px;
}
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-title { font-weight: 800; color: #0b1f33; }
.choice-desc { color: #4a6076; font-size: .92rem; }

.need-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin: 18px 0;
}
.need-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #d5e5f5;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
  color: #0b1f33;
}
.need-card:has(input:checked) {
  border-color: #0176d3;
  background: #eef6ff;
}
.need-card input { width: 18px; height: 18px; accent-color: #0176d3; }

.abo-check-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 18px 0 8px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4f8fd;
  border: 1px solid #d5e5f5;
  color: #0b1f33;
  font-weight: 600;
}
.abo-check-line small {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: #4a6076;
  font-size: 0.86rem;
}
.quote-card .promo-badge {
  margin-bottom: 12px;
}
.quote-was {
  margin: 0 0 2px;
  color: #4a6076;
  text-decoration: line-through;
  font-weight: 600;
}
.quote-after {
  margin: 4px 0 0;
  color: #0b5cab;
  font-size: 0.86rem;
  font-weight: 700;
}

.abo-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.quote-card {
  margin-top: 12px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 20px;
  background: linear-gradient(160deg, #ffffff, #eef6ff);
  border: 1px solid #9fc8f0;
}
.quote-card.compact { margin-top: 18px; }
.quote-plan {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #032d60;
  margin-bottom: 16px;
}
.quote-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 14px;
}
.quote-big {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #0b1f33;
}
.quote-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #4a6076;
}
.quote-lines li {
  position: relative;
  padding-left: 18px;
}
.quote-lines li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0176d3;
}
.quote-note {
  margin: 14px 0 0;
  font-size: .92rem;
  color: #4a6076;
}

.abo-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 12px;
}
.field {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #0b1f33;
}
.field.full { grid-column: 1 / -1; }
.field span { font-size: .9rem; color: #4a6076; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid #d5e5f5;
  font: inherit;
  background: #fff;
  color: #0b1f33;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(1,118,211,.25);
  border-color: #0176d3;
}
.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.form-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  font-weight: 700;
}
.form-status.error { color: #b42318; }
.form-status.ok { color: #067647; }
.form-legal-note {
  margin: 10px 0 0;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}
.form-legal-note a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1100px) {
  .choice-grid.three,
  .choice-grid.packs { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .choice-grid,
  .choice-grid.compact,
  .quote-prices,
  .abo-form .form-grid {
    grid-template-columns: 1fr;
  }
  .abo-nav .btn { flex: 1 1 auto; }
}
