/* vers4 — direct response, те же CSS-переменные */

body.landing-v4,
body.landing-v4 .page-bg {
  overflow-x: clip;
}

.v4-shell {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 1.15rem calc(5.5rem + var(--safe-bottom));
  overflow-x: clip;
}

/* Верх: компактная плашка старт + цена */
.v4-launch-strip {
  margin: 0 -1.15rem 0.65rem;
  padding: 0.45rem 0.65rem 0.5rem;
  text-align: center;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: rgba(26, 18, 40, 0.88);
  border: 1px solid var(--color-line);
  border-top: 1px solid rgba(212, 165, 116, 0.35);
}

.v4-launch-strip__line,
.v4-launch-strip__access {
  margin: 0;
  line-height: 1.25;
}

.v4-launch-strip__line {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text);
}

.v4-launch-strip__line strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-gold-bright);
}

.v4-launch-strip__line--price {
  margin-top: 0.2rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.v4-launch-strip__line--price .price-new {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  color: var(--color-gold-bright);
}

.v4-launch-strip__line--price .price-old {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  text-decoration-thickness: 2.5px;
  text-decoration-color: #e8a87c;
}

.v4-launch-strip__access {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--color-text-muted);
}

.v4-modal-price-note {
  margin-top: 0.75rem;
  text-align: center;
}

.v4-modal-price-note .price-new {
  font-weight: 700;
  color: var(--color-gold-bright);
}

/* Hero — без absolute-багов */
.hero.hero--v4 {
  position: relative;
  min-height: auto;
  overflow: visible;
  isolation: auto;
  padding: 0 0 1.5rem;
  margin: 0;
  display: block;
}

.hero.hero--v4 .hero__visual {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: auto;
  height: auto;
  aspect-ratio: 16 / 11;
  max-height: 16rem;
  margin: 0 0 1.25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.hero.hero--v4 .hero__visual img {
  width: 100%;
  height: 100%;
  min-height: auto;
  object-fit: cover;
  object-position: center 20%;
  transform: none;
}

.hero.hero--v4 .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(26, 18, 40, 0.85) 100%);
}

.hero.hero--v4 .hero__content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  max-width: none;
  text-shadow: none;
}

.v4-kicker {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-peach-soft);
  background: rgba(92, 74, 110, 0.65);
  border: 1px solid rgba(232, 180, 160, 0.35);
}

.hero.hero--v4 h1 {
  font-size: clamp(1.85rem, 7.5vw, 2.65rem);
  line-height: 1.08;
  margin-bottom: 0.85rem;
}

.v4-h1-accent {
  color: var(--color-peach-soft);
  font-style: italic;
}

.v4-lead-sharp {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.45;
  margin-bottom: 0.5rem;
}

.v4-lead-sharp--second {
  margin-bottom: 0.75rem;
}

.v4-sub {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

.v4-hero-cta {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: rgba(45, 31, 61, 0.75);
  border: 1px solid var(--color-line);
  text-align: center;
}

.v4-hero-cta .price-row {
  justify-content: center;
  margin-top: 0;
}

.v4-hero-cta .price-old,
.v4-cta-box .price-old {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration-thickness: 3px;
  text-decoration-color: #e8a87c;
}

.v4-hero-cta .btn--primary {
  font-size: 0.85rem;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 6px 32px rgba(201, 169, 97, 0.45);
}

.v4-micro-trust {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  color: var(--color-text-muted);
}

/* Секции */
.v4-block {
  margin-bottom: 2rem;
}

.v4-block h2 {
  font-size: clamp(1.45rem, 5vw, 1.85rem);
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.v4-block h2 em {
  font-style: italic;
  color: var(--color-peach-soft);
}

.v4-divider {
  width: 4rem;
  height: 2px;
  margin: 0 auto 1.25rem;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

/* Боли — жёсткие карточки */
.v4-punch-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v4-punch {
  padding: 1rem 1rem 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(45, 31, 61, 0.55);
  border-left: 4px solid var(--color-peach);
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--color-text);
}

.v4-punch strong {
  color: var(--color-peach-soft);
  font-weight: 700;
}

/* Триггеры — чеклист */
.v4-triggers {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(92, 74, 110, 0.4), rgba(26, 18, 40, 0.9));
  border: 1px solid var(--color-line);
}

.v4-triggers__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--color-gold-bright);
}

.v4-triggers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v4-triggers li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.65rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--color-text-muted);
  border-bottom: 1px solid rgba(201, 169, 97, 0.12);
}

.v4-triggers li:last-child {
  border-bottom: none;
}

.v4-triggers li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--color-peach);
  font-weight: 700;
}

/* Pivot — правда */
.v4-truth {
  text-align: center;
  padding: 1.5rem 1.15rem;
  border-radius: var(--radius-lg);
  background: radial-gradient(ellipse at 50% 0%, rgba(232, 180, 160, 0.16), transparent 65%);
  border: 1px solid var(--color-line);
}

.v4-truth__big {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  color: var(--color-peach-soft);
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.v4-truth p {
  font-size: 0.9rem;
  margin: 0;
}

/* Что получишь — compact */
.v4-wins {
  display: grid;
  gap: 0.55rem;
}

@media (min-width: 560px) {
  .v4-wins {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.v4-win {
  padding: 0.85rem;
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  background: rgba(45, 31, 61, 0.5);
  border: 1px solid rgba(201, 169, 97, 0.15);
  min-width: 0;
}

/* 5 дней — коротко */
.v4-days {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.v4-day {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(45, 31, 61, 0.45);
  border: 1px solid rgba(201, 169, 97, 0.12);
}

.v4-day__n {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-bg-deep);
  background: linear-gradient(135deg, var(--color-gold), var(--color-peach));
}

.v4-day h3 {
  font-size: 0.88rem;
  margin: 0 0 0.2rem;
}

.v4-day p {
  font-size: 0.78rem;
  margin: 0;
}

/* Value stack бонусов */
.v4-stack {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-line);
}

.v4-stack__head {
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-bg-deep);
  background: linear-gradient(90deg, var(--color-gold), var(--color-peach-soft));
}

.v4-stack__item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  background: rgba(45, 31, 61, 0.55);
  border-top: 1px solid rgba(201, 169, 97, 0.12);
}

.v4-stack__item span:last-child {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--color-gold-bright);
  font-size: 0.75rem;
}

.v4-stack__total {
  padding: 1rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.15rem;
  background: rgba(26, 18, 40, 0.9);
  color: var(--color-peach-soft);
}

/* CTA блоки */
.v4-cta-box {
  text-align: center;
  padding: 1.75rem 1.25rem;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(90% 70% at 50% 100%, rgba(232, 180, 160, 0.14), transparent),
    rgba(45, 31, 61, 0.65);
  border: 2px solid rgba(201, 169, 97, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.v4-cta-box--hot {
  border-color: var(--color-peach);
}

.v4-cta-box h2 {
  margin-bottom: 0.5rem;
}

.v4-cta-box .price-row {
  justify-content: center;
}

.v4-compare {
  margin: 0.75rem 0 1rem;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.45;
}

.v4-guarantee-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold-bright);
  border: 1px solid var(--color-line);
}

.v4-author-mini {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem;
  border-radius: var(--radius-lg);
  background: rgba(45, 31, 61, 0.5);
  border: 1px solid var(--color-line);
}

.v4-author-mini__photo {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-gold);
  flex-shrink: 0;
}

.v4-author-mini__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.v4-author-mini__name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--color-gold-bright);
  margin-bottom: 0.35rem;
}

.v4-author-mini p {
  font-size: 0.82rem;
  margin: 0;
}

.v4-footer {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
  font-size: 0.78rem;
}

.v4-footer a {
  color: var(--color-gold-bright);
}

.v4-faq details {
  margin-bottom: 0.45rem;
}

@media (min-width: 768px) {
  .v4-shell {
    max-width: 48rem;
    padding-inline: 1.75rem;
  }

  .v4-launch-strip {
    margin-inline: -1.75rem;
  }

  .hero.hero--v4 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 1.75rem;
    align-items: center;
  }

  .hero.hero--v4 .hero__visual {
    order: 2;
    margin: 0;
    max-height: 20rem;
    aspect-ratio: 4 / 5;
  }

  .hero.hero--v4 .hero__content {
    order: 1;
  }
}

@media (min-width: 720px) {
  .hero.hero--v4 {
    min-height: auto;
    max-width: none;
    padding-bottom: 1.5rem;
  }

  .hero.hero--v4 .hero__visual {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  .hero.hero--v4 .hero__visual img {
    min-height: auto;
    transform: none;
  }
}
