body.offer-landing-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(36, 91, 232, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f9ff 0%, #edf3ff 100%);
  color: #162955;
  font-family: var(--font-ui);
}

.offer-landing-shell {
  width: min(calc(100vw - 40px), 1240px);
  margin: 0 auto;
  padding: 24px 0 56px;
}

.offer-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid rgba(26, 63, 151, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(19, 38, 77, 0.08);
}

.offer-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.offer-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(26, 63, 151, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #1e3a75;
  font-weight: 700;
  text-decoration: none;
}

.offer-landing-main {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.offer-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #5a709f;
  font-size: 0.95rem;
}

.offer-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.offer-hero-card,
.offer-story-card,
.offer-related-card,
.offer-index-store-card,
.offer-index-hero {
  border: 1px solid rgba(20, 44, 96, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 52px rgba(19, 38, 77, 0.08);
}

.offer-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 420px);
  gap: 22px;
  padding: 28px;
}

.offer-store-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(36, 91, 232, 0.14);
  border-radius: 999px;
  background: rgba(36, 91, 232, 0.08);
  color: #1e4fd5;
  font-weight: 800;
}

.offer-hero-copy h1,
.offer-index-hero h1,
.offer-story-card h2,
.offer-related-head h2 {
  margin: 12px 0 10px;
  font-family: "Avenir Next", "Avenir Next LT Pro", "Segoe UI", sans-serif;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #18285d;
}

.offer-index-hero h1,
.offer-story-card h2,
.offer-related-head h2 {
  font-size: clamp(1.5rem, 2vw, 2.3rem);
}

.offer-detail-copy,
.offer-index-hero p,
.offer-story-card p {
  margin: 0;
  color: #4f6592;
  line-height: 1.6;
}

.offer-price-row-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.offer-price-row-main strong {
  color: #df2935;
  font-family: "Avenir Next", "Avenir Next LT Pro", "Segoe UI", sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.offer-discount-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffe16c;
  color: #1d3567;
  font-weight: 800;
}

.offer-price-subline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: #586d98;
  font-size: 1rem;
}

.offer-dot {
  color: #a0aed1;
}

.offer-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}

.offer-meta-grid div {
  padding: 14px 16px;
  border: 1px solid rgba(26, 63, 151, 0.08);
  border-radius: 18px;
  background: #f8fbff;
}

.offer-meta-grid dt {
  margin: 0 0 6px;
  color: #5e739f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-meta-grid dd {
  margin: 0;
  color: #192d60;
  font-weight: 700;
}

.offer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.offer-source-note {
  margin: 14px 0 0;
  color: #5c709c;
  font-size: 0.92rem;
  line-height: 1.55;
}

.offer-support-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.offer-hero-media {
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(36, 91, 232, 0.12), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
}

.offer-hero-art,
.offer-index-art {
  display: grid;
  place-items: center;
  gap: 10px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.5), transparent 36%),
    linear-gradient(160deg, var(--art-a), var(--art-b) 56%, var(--art-c));
  color: #19305f;
  text-align: center;
}

.offer-hero-art.image-art,
.offer-index-art.image-art {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.5), transparent 36%),
    linear-gradient(160deg, color-mix(in srgb, var(--art-a) 18%, white), #ffffff 56%, color-mix(in srgb, var(--art-c) 16%, white));
}

.offer-hero-art {
  width: min(100%, 340px);
  min-height: 340px;
  padding: 28px;
}

.offer-index-art {
  width: 72px;
  min-height: 72px;
  padding: 10px;
  border-radius: 20px;
}

.offer-hero-art-image,
.offer-index-art-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.offer-hero-art-image {
  max-height: 284px;
}

.offer-index-art-image {
  max-height: 52px;
}

.offer-hero-art-monogram,
.offer-index-art-monogram {
  font-family: "Avenir Next", "Avenir Next LT Pro", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.offer-hero-art-detail,
.offer-index-art-detail {
  color: rgba(25, 48, 95, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.offer-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-story-card,
.offer-related-card,
.offer-index-store-card,
.offer-index-hero {
  padding: 22px;
}

.offer-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.offer-eyebrow {
  margin: 0;
  color: #5b72a3;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.offer-chip-grid,
.offer-index-links {
  display: grid;
  gap: 12px;
}

.offer-chip,
.offer-index-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(26, 63, 151, 0.08);
  border-radius: 18px;
  background: #f8fbff;
  color: #183063;
  text-decoration: none;
}

.offer-chip strong,
.offer-index-copy strong {
  display: block;
}

.offer-chip span,
.offer-index-copy small {
  color: #5b70a0;
}

.offer-index-grid {
  display: grid;
  gap: 18px;
}

.offer-index-store-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.offer-index-link {
  grid-template-columns: 72px minmax(0, 1fr) auto;
}

.offer-index-price {
  color: #df2935;
  font-weight: 800;
}

.offer-muted {
  margin: 0;
  color: #657aa7;
}

@media (max-width: 980px) {
  .offer-hero-card,
  .offer-story-grid {
    grid-template-columns: 1fr;
  }

  .offer-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .offer-landing-shell {
    width: min(calc(100vw - 18px), 1240px);
    padding: 12px 0 34px;
  }

  .offer-site-header {
    padding: 14px 16px;
    border-radius: 22px;
  }

  .offer-header-actions {
    width: 100%;
  }

  .offer-header-link {
    flex: 1 1 160px;
  }

  .offer-hero-card,
  .offer-story-card,
  .offer-related-card,
  .offer-index-store-card,
  .offer-index-hero {
    padding: 18px;
    border-radius: 22px;
  }

  .offer-index-link {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .offer-index-art {
    width: 56px;
    min-height: 56px;
  }

  .offer-index-price {
    grid-column: 2;
  }
}
