/* Mobile / tablet: same prepaid copy as desktop hero (hero image only ≥768px) */

.home-prepaid-offer {
  background: #fff;
  padding: 2rem 16px 20px;
}

.home-prepaid-offer__wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.home-prepaid-offer__content {
  max-width: 28rem;
}

.home-prepaid-offer__badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background: #facc15;
  color: #0f172a;
  font-family: "Geist", "Manrope", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-prepaid-offer__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  font-family: "Geist", "Manrope", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-prepaid-offer__title-row {
  display: block;
  font-size: clamp(1.75rem, 7vw, 2.25rem);
}

.home-prepaid-offer__title-row--sub {
  margin-top: 0.05em;
}

.home-prepaid-offer__highlight {
  color: #16a34a;
}

.home-prepaid-offer__lede {
  margin: 14px 0 0;
  max-width: 26rem;
  font-family: "Geist", "Manrope", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: #64748b;
}

.home-prepaid-offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font-family: "Geist", "Manrope", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-prepaid-offer__cta:hover {
  background: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

.home-prepaid-offer__cta:focus-visible {
  outline: 2px solid #16a34a;
  outline-offset: 2px;
}

.home-prepaid-offer__cta-icon {
  flex-shrink: 0;
}

/* Desktop hero shows this block — hide duplicate strip */
@media (min-width: 768px) {
  .home-prepaid-offer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-prepaid-offer__cta {
    transition: background 0.2s ease;
  }

  .home-prepaid-offer__cta:hover {
    transform: none;
  }
}
