.today-offer-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.75rem;
  padding: 1.6rem 1.15rem 1.45rem;
  border-radius: 28px;
  color: #1f1a2e;
  text-align: center;
  background:
    radial-gradient(120% 90% at 8% 0%, rgba(255, 200, 87, 0.42) 0%, transparent 48%),
    radial-gradient(90% 80% at 100% 100%, rgba(230, 126, 34, 0.18) 0%, transparent 52%),
    linear-gradient(145deg, #fffdf9 0%, #fff4e8 55%, #ffe8d4 100%);
  border: 1px solid rgba(230, 126, 34, 0.16);
  box-shadow: 0 14px 32px rgba(230, 126, 34, 0.12);
}

.today-offer-hero__glow {
  position: absolute;
  inset: auto -18% -38% 18%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.today-offer-hero__burst {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(230, 126, 34, 0.08);
  pointer-events: none;
}

.today-offer-hero__burst--1 {
  top: -48px;
  inset-inline-start: -36px;
}

.today-offer-hero__burst--2 {
  right: -28px;
  bottom: -52px;
  width: 160px;
  height: 160px;
  background: rgba(255, 200, 87, 0.18);
}

.today-offer-hero__badge,
.today-offer-hero__title,
.today-offer-hero__subtitle,
.today-offer-hero__timer {
  position: relative;
  z-index: 1;
}

.today-offer-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #ffe8d6;
  color: #e67e22;
  font-size: 0.82rem;
  font-weight: 800;
}

.today-offer-hero__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.25;
  color: #e67e22;
}

.today-offer-hero__subtitle {
  margin: 0 auto 1.2rem;
  max-width: 36rem;
  font-size: clamp(1.05rem, 3.4vw, 1.28rem);
  font-weight: 700;
  line-height: 1.75;
  color: #1f1a2e;
}

.today-offer-hero__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.today-offer-hero__timer-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #6b6478;
}

.today-offer-hero__units {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
}

.today-offer-hero__unit {
  min-width: 4.4rem;
  padding: 0.55rem 0.5rem 0.45rem;
  border-radius: 16px;
  background: #e67e22;
  color: #fff;
  box-shadow: 0 8px 18px rgba(230, 126, 34, 0.28);
}

.today-offer-hero__unit strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.today-offer-hero__unit small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.92;
}

.today-offer-hero__colon {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: #e67e22;
}

.today-offer-section,
.today-premium-section {
  margin-bottom: 2.25rem;
}

.today-offer-section__head {
  text-align: center;
  margin-bottom: 1.15rem;
}

.today-offer-section__title,
.today-premium-banner__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 4vw, 1.7rem);
  font-weight: 800;
  color: #1f1a2e;
}

.today-offer-section__desc,
.today-premium-banner__desc {
  margin: 0 auto;
  max-width: 36rem;
  color: #6b6478;
  font-size: 0.95rem;
  line-height: 1.65;
}

.today-offer-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  border-radius: 20px;
  background: #fff8f1;
  color: #6b6478;
}

.today-offer-empty h3 {
  margin: 0.75rem 0 0.35rem;
  color: #1f1a2e;
  font-weight: 800;
}

.today-premium-banner {
  margin-bottom: 1.25rem;
  padding: 1.4rem 1.15rem 1.25rem;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(145deg, #fffdf9 0%, #fff4e8 55%, #ffe8d4 100%);
  border: 1px solid rgba(230, 126, 34, 0.16);
  box-shadow: 0 10px 24px rgba(230, 126, 34, 0.08);
}

.today-premium-banner__eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  background: #ffe8d6;
  color: #e67e22;
  font-size: 0.78rem;
  font-weight: 800;
}

.today-premium-banner__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.today-premium-banner__pills li {
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  color: #d46a1a;
  border: 1px solid rgba(230, 126, 34, 0.18);
  font-size: 0.8rem;
  font-weight: 800;
}

.btn-today-offer-more {
  min-width: 10rem;
  border-radius: 999px !important;
  font-weight: 800;
  padding: 0.55rem 1.4rem;
  background: #e67e22 !important;
  border-color: #e67e22 !important;
  color: #fff !important;
}

.btn-today-offer-more:hover,
.btn-today-offer-more:focus {
  background: #d46a1a !important;
  border-color: #d46a1a !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .today-offer-hero {
    padding: 2.1rem 1.75rem 1.85rem;
  }

  .today-offer-hero__unit {
    min-width: 5.2rem;
  }

  .today-offer-hero__unit strong {
    font-size: 1.85rem;
  }
}
