/* Лендинг v20260713 — дополнения к style.css */

.brand-sub {
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.hero h1 .accent {
  color: var(--muz-blue);
  display: block;
  font-size: 0.72em;
  font-weight: 700;
  margin-top: 0.35em;
  letter-spacing: -0.02em;
}

.hero-lead strong {
  color: var(--text);
  font-weight: 600;
}

.hero-lead em {
  font-size: 0.95em;
  color: var(--muted);
  font-style: italic;
}

.hero-points {
  gap: 10px;
}

.hero-points span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
}

.hero-step--highlight {
  background: linear-gradient(135deg, rgba(23, 119, 160, 0.12), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(23, 119, 160, 0.35);
}

.section-process {
  background:
    radial-gradient(circle at 20% 0%, rgba(23, 119, 160, 0.08), transparent 55%),
    var(--bg-plain);
  border-bottom: 1px solid var(--line);
}

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

.process-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px 16px;
  align-items: start;
}

.process-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--muz-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(23, 119, 160, 0.35);
  margin-top: 2px;
}

.process-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
}

.process-card p {
  grid-column: 2;
  grid-row: 2;
}

.card-featured {
  border: 2px solid var(--muz-blue);
  background: linear-gradient(180deg, rgba(23, 119, 160, 0.06), rgba(255, 255, 255, 0.92));
  box-shadow: 0 16px 48px rgba(23, 119, 160, 0.15);
}

.card-featured .card-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muz-blue);
  background: rgba(23, 119, 160, 0.12);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.brand-note {
  margin-top: 32px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px dashed rgba(148, 163, 184, 0.5);
  color: var(--text-soft);
  font-size: 0.92rem;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.brand-note strong {
  color: var(--text);
}

/* Роадмап */

.section-roadmap {
  background: linear-gradient(180deg, #fff 0%, var(--bg-plain) 100%);
  border-top: 1px solid var(--line);
}

.roadmap {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-left: 8px;
}

.roadmap::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--ok) 0%, var(--muz-blue) 35%, rgba(148, 163, 184, 0.45) 100%);
  border-radius: 2px;
}

.roadmap-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 0 0 28px;
  position: relative;
}

.roadmap-item:last-child {
  padding-bottom: 0;
}

.roadmap-marker {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  background: #fff;
  border: 2px solid var(--line);
  color: var(--muted);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.roadmap-item--done .roadmap-marker {
  background: var(--ok);
  border-color: var(--ok);
  color: #fff;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
}

.roadmap-item--next .roadmap-marker {
  background: var(--muz-blue);
  border-color: var(--muz-blue);
  color: #fff;
  box-shadow: 0 6px 20px rgba(23, 119, 160, 0.35);
}

.roadmap-body {
  background: var(--bg-soft);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.roadmap-item--done .roadmap-body {
  border-color: rgba(34, 197, 94, 0.35);
}

.roadmap-item--next .roadmap-body {
  border-color: rgba(23, 119, 160, 0.45);
  background: linear-gradient(135deg, rgba(23, 119, 160, 0.06), rgba(255, 255, 255, 0.95));
}

.roadmap-status {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 6px;
}

.roadmap-item--done .roadmap-status { color: #15803d; }
.roadmap-item--next .roadmap-status { color: var(--muz-blue); }

.roadmap-body h3 {
  font-size: 1.02rem;
  margin-bottom: 6px;
}

.roadmap-body p {
  color: var(--text-soft);
  font-size: 0.92rem;
  margin: 0;
}

.roadmap-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  justify-content: center;
}

.roadmap-platforms span {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: rgba(15, 23, 42, 0.05);
  color: var(--text-soft);
  border: 1px solid var(--line);
}

.roadmap-platforms span.is-live {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border-color: rgba(34, 197, 94, 0.35);
}

/* Тарифы */

.pricing-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 40px;
}

.pricing-soon-head {
  text-align: center;
  margin-bottom: 22px;
}

.pricing-soon-head h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.pricing-soon-head p {
  color: var(--text-soft);
  font-size: 0.94rem;
  max-width: 620px;
  margin: 0 auto;
}

.pricing-soon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.price-card-soon {
  border: 1px dashed rgba(148, 163, 184, 0.55);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.95));
  display: flex;
  flex-direction: column;
}

.price-card-soon .tag-soon {
  display: inline-block;
  background: rgba(23, 119, 160, 0.12);
  color: var(--muz-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.price-soon-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muz-blue);
  margin-bottom: 8px;
}

.price-soon-note {
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.45;
  margin-bottom: 12px;
  flex-grow: 1;
}

.price-list--compact {
  margin: 0 0 16px;
}

.price-list--compact li {
  font-size: 0.85rem;
  padding: 6px 0;
}

.btn-soon {
  width: 100%;
  justify-content: center;
  color: var(--muted);
  border-style: dashed;
  cursor: default;
  pointer-events: none;
  margin-top: auto;
}

.price-card .btn-red {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
}

.price-card .trial-after-cta {
  margin-top: 18px;
  text-align: center;
}

/* Мобильная вёрстка */

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 40px 0 48px;
  }

  .hero-grid > div:first-child {
    text-align: center;
  }

  .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    text-align: center;
  }

  .hero h1 .accent {
    font-size: 0.78em;
    margin-top: 0.4em;
  }

  .hero-lead {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .hero-points {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
  }

  .hero-points span {
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  section {
    padding: 48px 0;
  }

  .section-head h2 {
    font-size: 1.55rem;
  }

  .pricing-main {
    grid-template-columns: 1fr;
  }

  .pricing-soon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .roadmap {
    padding-left: 0;
  }

  .roadmap::before {
    left: 19px;
  }

  .roadmap-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .roadmap-marker {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .roadmap-body {
    padding: 14px 14px;
  }

  .pricing-main .btn-red {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 720px) {
  .hero-visual.card {
    padding: 18px !important;
  }

  .hero-step {
    padding: 12px;
  }

  .price {
    font-size: 2.2rem;
  }

  .pricing-soon-grid {
    grid-template-columns: 1fr;
  }
}
