.section-offers-hero {
  padding-top: var(--space-16);
  padding-bottom: var(--space-12);
}

.section-offers-hero__grid {
  align-items: center;
}

.section-offers-hero__eyebrow {
  font-size: var(--font-size-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-success);
  margin-bottom: var(--space-2);
}

.section-offers-hero__lead {
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.section-offers-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.section-offers-hero__media {
  margin-top: var(--space-6);
}

.section-offers-hero__image-wrapper {
  margin-bottom: var(--space-3);
}

.section-offers-hero__note {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-header {
  max-width: 44rem;
  margin-bottom: var(--space-6);
}

.section-header--center {
  margin-inline: auto;
  text-align: center;
}

.section-offers__block {
  gap: var(--space-6);
}

.section-offers__block--reverse {
  flex-direction: column;
}

.section-offers__list {
  margin-top: var(--space-3);
}

.section-offers__list--ordered {
  padding-left: 1.25rem;
}

.section-offers__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.section-offers__cta-row--stack {
  flex-direction: column;
}

.section-offers__fine-print {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-offers__highlight {
  align-self: stretch;
}

.section-offers__image-card {
  height: 100%;
}

.section-offers__image-caption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-offers__info-panel {
  align-self: stretch;
}

.section-offers__pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.section-offers__testimonials {
  margin-top: var(--space-6);
}

.section-offers__testimonial-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: var(--space-2);
}

.section-offers__testimonials-footer {
  margin-top: var(--space-8);
}

.section-offers__next-month {
  max-width: 50rem;
  margin-inline: auto;
}

.section-offers__newsletter {
  margin-top: var(--space-4);
}

.section-offers__newsletter-grid {
  display: grid;
  gap: var(--space-4);
}

.section-offers__newsletter-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.section-offers__newsletter-field {
  max-width: 26rem;
}

@media (min-width: 768px) {
  .section-offers__block--reverse {
    flex-direction: row-reverse;
  }

  .section-offers-hero__media {
    margin-top: 0;
  }

  .section-offers__newsletter-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    align-items: flex-end;
  }

  .section-offers__cta-row--stack {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .section-offers-hero {
    padding-top: var(--space-12);
  }
}
