/* ============================================
   Посадочные страницы под отдельные сценарии
   (/audio-v-tekst, /golosovoy-vvod, /mir-v-zametkah и следующие).

   Шапка, подвал и кнопки берутся из common.css — здесь только
   содержимое страницы. Палитра и радиусы повторяют лендинг,
   чтобы страницы не выглядели чужими.
   ============================================ */

body {
  background: #ffffff;
}

.seo-hero,
.seo-section {
  scroll-margin-top: 96px;
}

/* Хлебные крошки. Класс висит на том же элементе, что и .container,
   поэтому только padding-top — иначе затрутся его боковые отступы. */
.seo-breadcrumbs {
  padding-top: 20px;
  font-size: 14px;
  color: #9aa1ac;
}

.seo-breadcrumbs a {
  color: #646b75;
  text-decoration: none;
}

.seo-breadcrumbs a:hover {
  color: #0000ff;
}

.seo-breadcrumbs span {
  margin: 0 8px;
}

/* Первый экран */
.seo-hero {
  padding: 36px 0 56px;
}

.seo-hero h1 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #1b1f24;
  max-width: 780px;
  margin: 0 0 20px;
}

.seo-hero-lead {
  font-size: 20px;
  line-height: 1.55;
  color: #646b75;
  max-width: 680px;
  margin: 0 0 28px;
}

.seo-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.seo-hero-actions .btn {
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 14px;
}

.seo-hero-note {
  font-size: 15px;
  color: #6b7280;
  margin: 16px 0 0;
}

/* Секции */
.seo-section {
  padding: 56px 0;
}

.seo-section--muted {
  background: #f6f7f9;
}

.seo-section h2 {
  font-size: 32px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #1b1f24;
  margin: 0 0 16px;
}

.seo-section h3 {
  font-size: 19px;
  font-weight: 650;
  color: #1b1f24;
  margin: 0 0 10px;
}

.seo-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #646b75;
  max-width: 760px;
}

.seo-section p + p {
  margin-top: 14px;
}

.seo-section a {
  color: #0000ff;
}

.seo-lead {
  font-size: 18px;
  line-height: 1.65;
  color: #646b75;
  max-width: 760px;
  margin: 0 0 32px;
}

/* Шаги */
.seo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-step {
  background: #ffffff;
  border: 1px solid #eef2ff;
  border-radius: 24px;
  padding: 28px 24px;
}

.seo-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef2ff;
  color: #0000ff;
  font-size: 15px;
  font-weight: 650;
  margin-bottom: 14px;
}

.seo-step p {
  font-size: 15px;
  line-height: 1.65;
}

/* Таблица характеристик */
.seo-specs {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  max-width: 860px;
}

.seo-spec-row {
  display: grid;
  grid-template-columns: minmax(0, 220px) 1fr;
  gap: 20px;
  padding: 16px 24px;
  border-bottom: 1px solid #eef2ff;
}

.seo-spec-row:last-child {
  border-bottom: none;
}

.seo-spec-key {
  font-size: 15px;
  font-weight: 600;
  color: #1b1f24;
}

.seo-spec-value {
  font-size: 15px;
  line-height: 1.6;
  color: #646b75;
}

/* Карточки */
.seo-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.seo-cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.seo-card {
  background: #ffffff;
  border: 1px solid #eef2ff;
  border-radius: 24px;
  padding: 28px 24px;
}

.seo-card p {
  font-size: 15px;
  line-height: 1.65;
}

.seo-card--template {
  display: flex;
  flex-direction: column;
}

.seo-card-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6470;
}

.seo-card-notes {
  margin: 0 0 20px;
  color: #646b75;
}

.seo-card--template .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Честный блок ограничений */
.seo-limits {
  border: 1.5px solid #fde68a;
  background: #fffbeb;
  border-radius: 20px;
  padding: 26px 28px;
  max-width: 860px;
}

.seo-limits h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.seo-limits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-limits-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #7c5e10;
}

.seo-limits-list li + li {
  margin-top: 10px;
}

.seo-limits-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #b45309;
}

/* Стоимость */
.seo-price-note {
  font-size: 15px;
  color: #6b7280;
  margin-top: 18px;
}

/* FAQ */
.seo-faq {
  max-width: 760px;
}

.seo-faq details {
  border-bottom: 1px solid #eef2ff;
  padding: 18px 0;
}

.seo-faq summary {
  font-size: 17px;
  font-weight: 600;
  color: #1b1f24;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq summary::after {
  content: '+';
  color: #0000ff;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.seo-faq details[open] summary::after {
  content: '−';
}

.seo-faq details p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}

/* Ссылки на материалы */
.seo-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.seo-related a {
  display: block;
  border: 1px solid #eef2ff;
  border-radius: 20px;
  padding: 22px 20px;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.5;
  color: #1b1f24;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.seo-related a:hover {
  border-color: #c7d2fe;
  transform: translateY(-2px);
}

/* Финальный призыв */
.seo-cta {
  background: #0f1226;
  border-radius: 28px;
  padding: 48px 40px;
  text-align: center;
  color: #ffffff;
  margin: 24px 0 48px;
}

.seo-cta h2 {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.seo-cta p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin: 0 auto 24px;
}

.seo-cta .seo-hero-actions {
  justify-content: center;
}

.seo-cta .btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.seo-cta .btn-secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.seo-cta .btn {
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 14px;
}

@media (max-width: 1100px) {
  .seo-cards--3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .seo-hero h1 {
    font-size: 34px;
  }

  .seo-hero-lead {
    font-size: 18px;
  }

  .seo-section h2 {
    font-size: 26px;
  }

  .seo-steps,
  .seo-cards,
  .seo-related {
    grid-template-columns: 1fr;
  }

  .seo-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .seo-cta {
    padding: 36px 24px;
  }
}
