/* ==========================================================================
   V7 — дневниковая строка, чек-лист «Что внутри», блок «за 30 секунд»,
   оффер (иконки, ценовой якорь, лестница цен + таймер).
   ========================================================================== */

/* ---------- узкая дневниковая строка (синяя бумага + линовка) ---------- */
.diary-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 3.4rem) 0;
}
.diary-strip__lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 43px,
    rgba(241, 232, 213, .18) 43px,
    rgba(241, 232, 213, .18) 44px
  );
  pointer-events: none;
}
.diary-strip .wrap { position: relative; z-index: 2; max-width: 900px; }
.diary-strip__text {
  font-family: "Neucha", cursive;
  color: var(--c-cream);
  font-size: clamp(1.35rem, 3.6vw, 2.15rem);
  line-height: 1.34;
  text-align: center;
  margin: 0;
  transform: rotate(-.6deg);
}

/* ---------- чек-лист «Что внутри» ---------- */
.checklist {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: .1rem;
  max-width: 460px;
}
.checklist li {
  display: flex;
  align-items: center;
  gap: .85em;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.02rem, 2.6vw, 1.22rem);
  font-weight: 600;
  color: var(--c-dark);
  padding: .7rem .2rem;
  border-bottom: 1px dashed rgba(28, 24, 20, .18);
}
.checklist li:last-child { border-bottom: none; }
.checklist li::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  flex-shrink: 0;
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C44A0C' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}
.checklist-note {
  font-family: "Neucha", cursive;
  color: var(--c-terracotta);
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  line-height: 1.4;
  text-align: center;
  max-width: 34ch;
  margin: 1.8rem auto 0;
}

/* ==========================================================================
   Блок «Как это выглядит за 30 секунд» — вертикальный степпер
   ========================================================================== */
.how30 { position: relative; }
.steps30 {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 2.4rem;
}
.steps30::before {
  content: "";
  position: absolute;
  left: 9px;
  top: .6rem;
  bottom: .6rem;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--c-terracotta) 0 6px, transparent 6px 12px);
  opacity: .5;
}
.step30 {
  position: relative;
  padding: .55rem 0;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.4;
}
.step30::before {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: .95rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-terracotta);
  box-shadow: 0 0 0 4px rgba(196, 74, 12, .18);
}
.step30 b { font-weight: 700; }
.step30--soft { opacity: .82; font-family: "Manrope", sans-serif; }

/* ==========================================================================
   Оффер — иконки, ценовой якорь, лестница цен, таймер
   ========================================================================== */
.value-card__ico { display: block; margin-bottom: .7rem; }
.value-card__ico img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

/* ценовой якорь */
.price-anchor {
  font-family: "Neucha", cursive;
  color: var(--c-cream);
  font-size: clamp(1.05rem, 2.6vw, 1.35rem);
  line-height: 1.4;
  max-width: 30ch;
  margin: 1.4rem 0 0;
  opacity: .95;
}

/* лестница цен */
.price-ladder {
  display: flex;
  align-items: stretch;
  gap: .5rem;
  margin: 1.2rem 0 1rem;
}
.price-step {
  flex: 1;
  text-align: center;
  padding: .7rem .4rem;
  border-radius: 12px;
  border: 1px solid rgba(241, 232, 213, .2);
  font-family: "JetBrains Mono", monospace;
}
.price-step.is-now {
  border-color: var(--c-amber);
  background: rgba(244, 166, 35, .12);
}
.price-step__price { font-size: 1.1rem; font-weight: 700; color: var(--c-cream); }
.price-step.is-now .price-step__price { color: var(--c-amber); font-size: 1.35rem; }
.price-step__when {
  display: block;
  font-size: .6rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .65;
  margin-top: .25rem;
}
.price-step__arrow { align-self: center; opacity: .5; font-size: 1.1rem; }

/* таймер */
.price-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 1.2rem;
  font-family: "JetBrains Mono", monospace;
}
.price-timer__label {
  font-size: .68rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: .7;
}
.price-timer__clock {
  display: inline-flex;
  gap: .3rem;
}
.price-timer__clock b {
  background: rgba(0, 0, 0, .28);
  border-radius: 7px;
  padding: .3em .5em;
  font-size: 1.05rem;
  color: var(--c-amber);
  min-width: 2.2em;
  text-align: center;
}
.price-timer__clock span { align-self: center; opacity: .5; }

@media (max-width: 460px) {
  .price-ladder { flex-direction: column; }
  .price-step__arrow { transform: rotate(90deg); }
}
