.hidden {
  display: none !important;
}

.step-page {
  display: none;
}

.step-page.is-active {
  display: block;
}

.special-offer-page {
  background: #f4f5f7;
  color: #111827;
}

.special-offer-header {
  background: #ffffff;
}

.offer-story,
.special-offer-form-card {
  border-color: #dbe2ea;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  background: #f8fafc;
  color: #111827;
}

.offer-story-media {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #dbe2ea;
  min-height: 200px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #eff3f8 100%);
  overflow: hidden;
}

.offer-story-media img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  opacity: 0.9;
}

@media (max-width: 640px) {
  .offer-story-media {
    min-height: 160px;
  }
}
