.coupon-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 20px 80px;
}

.coupon-page__header {
  margin-bottom: 48px;
  text-align: center;
}

.coupon-page .entry-title {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center !important;
}

.coupon-page__lead {
  margin: 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.9;
}

.coupon-steps {
  border-top: 1px solid #d9d4cc;
}

.coupon-step {
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d4cc;
}

.coupon-step__image-wrap {
  margin-bottom: 24px;
}

.coupon-step__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e5e0d8;
}

.coupon-step__image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 260px;
  padding: 24px;
  border: 1px dashed #b9b1a6;
  background: #f7f4ef;
  color: #4f4a44;
  text-align: center;
}

.coupon-step__image-placeholder span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.coupon-step__image-placeholder p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.coupon-step__body {
  max-width: 720px;
  margin-block: 50px;
}

.coupon-step__label {
  margin: 0 0 10px;
  color: #8f2d2d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.coupon-step__title {
  margin: 0 0 16px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.5;
}

.coupon-step__text {
  margin: 0 0 12px;
  color: #333;
  font-size: 1rem;
  line-height: 1.9;
}

.coupon-step__text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .coupon-page {
    padding: 0px 18px 56px;
  }

  .coupon-page__header {
    margin-bottom: 36px;
  }

  .coupon-page .entry-title {
    font-size: 2.25rem;
    line-height: 1.35;
  }

  .coupon-page__lead {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .coupon-step {
    padding: 32px 0;
  }

  .coupon-step__body {
    margin-block: 36px;
  }

  .coupon-step__label {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
  }

  .coupon-step__title {
    font-size: 1.5rem;
    line-height: 1.55;
  }

  .coupon-step__text {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .coupon-step__image-placeholder {
    min-height: 200px;
    padding: 20px;
  }

  .coupon-step__image-placeholder span {
    font-size: 0.95rem;
  }

  .coupon-step__image-placeholder p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 500px) {
  .coupon-page {
    padding: 0px 0px 48px;
  }

  .coupon-page__header {
    margin-bottom: 28px;
  }

  .coupon-page .entry-title {
    margin-bottom: 12px;
    font-size: 1.85rem;
    letter-spacing: 0.04em;
  }

  .coupon-page__lead {
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .coupon-step {
    padding: 24px 0;
  }

  .coupon-step__image-wrap {
    margin-bottom: 18px;
  }

  .coupon-step__body {
    margin-block: 28px;
  }

  .coupon-step__label {
    margin-bottom: 8px;
    font-size: 1.15rem;
    letter-spacing: 0.1em;
  }

  .coupon-step__title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .coupon-step__text {
    margin-bottom: 10px;
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .coupon-step__image-placeholder {
    min-height: 160px;
    padding: 16px;
  }

  .coupon-step__image-placeholder span {
    font-size: 0.88rem;
  }

  .coupon-step__image-placeholder p {
    font-size: 0.82rem;
    line-height: 1.65;
  }
}
