/* vers5 — дополнения к vers4 (доверие к автору + детали уроков) */

.v4-hero-hook {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5.5vw, 1.85rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--color-text);
  margin: 0 0 0.85rem;
}

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

/* Блок доверия сразу после hero */
.v5-author-trust {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(45, 31, 61, 0.75), rgba(26, 18, 40, 0.92));
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
}

.v5-author-trust__head {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold-bright);
  margin-bottom: 1rem;
}

.v5-author-trust__row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.v5-author-trust__photo {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-peach);
  flex-shrink: 0;
}

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

.v5-author-trust__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--color-gold-bright);
  margin: 0 0 0.35rem;
  line-height: 1.15;
}

.v5-author-trust__tag {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin: 0 0 0.65rem;
}

.v5-author-trust__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
}

.v5-author-trust__stats li {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text);
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(92, 74, 110, 0.45);
  border: 1px solid rgba(201, 169, 97, 0.2);
}

.v5-author-trust__quote {
  margin: 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--color-line);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.35;
  color: var(--color-peach-soft);
  text-align: center;
}

.v5-author-trust__body {
  min-width: 0;
  flex: 1;
}

@media (min-width: 640px) {
  .v5-author-trust {
    padding: 1.5rem;
  }

  .v5-author-trust__photo {
    width: 5.5rem;
    height: 5.5rem;
  }

  .v5-author-trust__row {
    gap: 1.25rem;
  }
}

/* Что внутри каждого дня */
.v4-day__inside {
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
}

.v4-day__inside li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1rem;
  font-size: 0.74rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.v4-day__inside li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-gold);
  font-weight: 700;
  font-size: 0.7rem;
}

.v4-day__inside-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-peach);
}

.v4-day {
  align-items: start;
}

.v4-day h3 {
  line-height: 1.3;
}

.v5-format-note {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.v5-format-note strong {
  color: var(--color-gold-bright);
}
