/**
 * Home landing only — Exclusive Offers Near You overrides.
 * Scoped under #cxLandingExclusiveOffers / .cx-landing-ux-top__offers-slot
 * (does not affect business page You may also like)
 *
 * Visible: ≤768px (mobile) and ≥1701px (large desktop)
 * Hidden:  769px–1700px (tablet / laptop)
 */

#cxLandingExclusiveOffers.cx-pub-you-may-like--landing {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: min(1600px, 100%);
}

#cxLandingExclusiveOffers .cx-pub-you-may-like__head--center {
  text-align: center;
  margin-top: clamp(0.4rem, 1vw, 0.75rem);
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
  padding-top: clamp(0.35rem, 0.9vw, 0.65rem);
  padding-bottom: clamp(0.2rem, 0.5vw, 0.4rem);
}

#cxLandingExclusiveOffers .cx-pub-you-may-like__head--center .cx-pub-you-may-like__title {
  width: 100%;
  text-align: center;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  background: linear-gradient(135deg, var(--sapphire-blue), var(--electric-lime));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#cxLandingExclusiveOffers .cx-pub-you-may-like__stage {
  min-height: 300px;
}

#cxLandingExclusiveOffers .cx-pub-promo-card__preview {
  min-height: 300px;
  height: 300px;
}

/* Ready state — avoid float-in leaving promos invisible after async load */
#cxLandingExclusiveOffers.cx-pub-you-may-like--ready {
  opacity: 1;
  visibility: visible;
}

#cxLandingExclusiveOffers.cx-pub-you-may-like--ready.float-in-up {
  transform: translate(0, 0);
}

/* Hidden by default; shown only in allowed viewport bands below */
#cxLandingOffersSlot,
.cx-landing-ux-top__offers-slot {
  margin-top: clamp(2px, 0.5vw, 6px);
  margin-bottom: 0;
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  display: none;
}

.cx-landing-ux-top__offers-slot.is-reserved {
  min-height: clamp(320px, 36vh, 380px);
}

.cx-landing-ux-top__offers-slot.is-empty {
  min-height: 0;
}

.cx-landing-ux-top__banner--for-business {
  margin-top: clamp(6px, 1vw, 12px);
}

.cx-landing-ux-top .cx-pub-you-may-like--landing.float-in-up {
  will-change: opacity, transform;
}

/* Show exclusive offers: mobile only */
@media (max-width: 768px) {
  #cxLandingOffersSlot,
  .cx-landing-ux-top__offers-slot:not(.is-empty) {
    display: block;
  }

  #cxLandingExclusiveOffers .cx-pub-you-may-like__stage {
    min-height: 300px;
  }

  #cxLandingExclusiveOffers .cx-pub-promo-card__preview {
    min-height: 300px;
    height: 300px;
  }

  .cx-landing-ux-top__banner--for-business {
    margin-top: clamp(6px, 1.2vw, 10px);
  }

  .cx-landing-ux-top__offers-slot.is-reserved {
    min-height: clamp(120px, 24vh, 180px);
  }
}

/* Show exclusive offers: large desktop only (strictly above 1700px) */
@media (min-width: 1701px) {
  #cxLandingOffersSlot,
  .cx-landing-ux-top__offers-slot:not(.is-empty) {
    display: block;
  }

  #cxLandingExclusiveOffers .cx-pub-promo-card__preview {
    min-height: 300px;
    height: 300px;
    aspect-ratio: auto;
  }

  #cxLandingExclusiveOffers .cx-pub-you-may-like__stage {
    min-height: 300px;
    height: auto;
  }

  .cx-landing-ux-top__offers-slot.is-reserved {
    min-height: clamp(320px, 36vh, 380px);
  }
}

/* Force-hide in tablet / mid-laptop gap */
@media (min-width: 769px) and (max-width: 1700px) {
  #cxLandingOffersSlot,
  .cx-landing-ux-top__offers-slot,
  #cxLandingExclusiveOffers {
    display: none !important;
    visibility: hidden !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
