:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #66645f;
  --paper: #ffffff;
  --canvas: #f7f6f3;
  --soft: #f1efea;
  --line: #dedbd4;
  --accent: #ff5a1f;
  --accent-dark: #d63e0b;
  --accent-soft: #fff0e9;
  --success: #147a4f;
  --shadow: 0 18px 45px rgba(37, 31, 24, 0.1);
}

.deal-detail { padding-top: 42px; padding-bottom: 72px; }
.deal-breadcrumb { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; color: #6b7280; font-size: .92rem; }
.deal-breadcrumb a { color: #c2410c; text-decoration: none; }
.deal-detail-card { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); overflow: hidden; border: 1px solid #ece7e2; border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(48, 35, 28, .09); }
.deal-detail-media { min-height: 500px; display: grid; place-items: center; padding: 42px; background: #f8f6f3; }
.deal-detail-media img { width: 100%; max-width: 470px; max-height: 470px; object-fit: contain; mix-blend-mode: multiply; }
.deal-detail-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.deal-detail-content h1 { margin: 14px 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.045em; }
.deal-detail-price { display: flex; align-items: baseline; gap: 14px; margin: 0 0 20px; }
.deal-detail-price strong { color: #111827; font-size: 2rem; }
.deal-detail-price span { color: #6b7280; }
.deal-detail-price-note { color: #504c47; font-size: .92rem; font-weight: 750; margin: -10px 0 12px; }
.deal-detail-summary { max-width: 65ch; color: #4b5563; line-height: 1.7; }
.deal-detail-meta, .deal-detail-fineprint { color: #6b7280; font-size: .9rem; line-height: 1.55; }
.deal-detail-cta { align-self: flex-start; margin: 18px 0 12px; padding: 15px 20px; border-radius: 12px; background: #ff5a1f; color: #fff; font-weight: 800; text-decoration: none; }
.deal-more { padding-top: 42px; text-align: center; }
.deal-more a { color: #c2410c; font-weight: 750; }
.deal-proof {
  align-items: center;
  background: #fff;
  border: 1px solid #e7e2db;
  border-radius: 22px;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  margin-top: 28px;
  padding: clamp(26px, 4vw, 42px);
}
.deal-proof h2 { margin: 10px 0 8px; font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: -.035em; }
.deal-proof p { color: #5f5b55; line-height: 1.65; margin: 0; }
.deal-proof dl { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.deal-proof dl div { background: #f7f5f1; border-radius: 14px; padding: 16px; text-align: left; }
.deal-proof dt { color: #6b6862; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.deal-proof dd { color: #171717; font-size: 1.18rem; font-weight: 900; margin: 6px 0 0; }
.related-deals { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 22px 0 28px; text-align: left; }
.related-deal { background: #fff; border: 1px solid #e4dfd7; border-radius: 16px; color: #171717 !important; display: grid; grid-template-columns: 112px minmax(0, 1fr); min-width: 0; overflow: hidden; text-decoration: none; transition: border-color 180ms ease, transform 180ms ease; }
.related-deal:hover { border-color: rgba(214, 62, 11, .48); transform: translateY(-2px); }
.related-deal-media { align-items: center; background: #f3f1ed; display: flex; justify-content: center; min-height: 126px; padding: 14px; }
.related-deal-media img { height: 100%; max-height: 104px; object-fit: contain; width: 100%; }
.related-deal-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 15px; }
.related-deal-copy span { align-items: baseline; display: flex; gap: 7px; }
.related-deal-copy span strong { font-size: 1.18rem; }
.related-deal-copy del { color: #77736d; font-size: .82rem; }
.related-deal-copy b { font-size: .88rem; line-height: 1.35; margin-top: 8px; }
.related-deal-copy small { color: #6b6862; font-weight: 750; margin-top: 7px; }
.latest-trust-strip { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: -6px 0 24px; }
.latest-trust-strip span { background: #fff; border: 1px solid #e5e0d8; border-radius: 14px; display: flex; flex-direction: column; padding: 15px 17px; }
.latest-trust-strip strong { font-size: .88rem; }
.latest-trust-strip small { color: #6b6862; line-height: 1.4; margin-top: 4px; }
.latest-featured { margin-bottom: 42px; }
.latest-controls {
  align-items: end;
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 16px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: -8px 0 24px;
  padding: 16px 18px;
}
.latest-controls label { color: #595650; display: grid; font-size: .75rem; font-weight: 850; gap: 7px; letter-spacing: .05em; text-transform: uppercase; }
.latest-controls select { appearance: none; background: #f7f5f1; border: 1px solid #d8d3ca; border-radius: 10px; color: #171717; font: inherit; font-size: .88rem; min-width: 220px; padding: 11px 36px 11px 12px; text-transform: none; }
.latest-controls p { color: #65615b; font-size: .88rem; margin: 0 0 11px; }
.load-more-wrap { display: flex; justify-content: center; padding: 34px 0 8px; }
.load-more { background: #171717; border: 0; border-radius: 12px; color: #fff; cursor: pointer; font: inherit; font-weight: 850; min-height: 48px; padding: 0 24px; }
.load-more:hover { background: #343434; }
.load-more[hidden], .deal-card[hidden], .latest-empty[hidden] { display: none; }
.latest-empty { background: #fff; border: 1px solid #e5e0d8; border-radius: 16px; color: #615d57; padding: 28px; text-align: center; }
.deal-media img { background: #f1efea; aspect-ratio: 20 / 13; }
@media (max-width: 760px) {
  .deal-detail-card { grid-template-columns: 1fr; }
  .deal-detail-media { min-height: 300px; padding: 24px; }
  .deal-proof { grid-template-columns: 1fr; }
  .deal-proof dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-deals { grid-template-columns: 1fr; }
  .latest-page .deal-home { padding-top: 22px; }
  .latest-page .page-heading { gap: 6px; margin-bottom: 17px; }
  .latest-page .page-heading h1 { font-size: clamp(34px, 9.6vw, 42px); letter-spacing: -.045em; line-height: 1; }
  .latest-page .page-heading > p { font-size: .76rem; }
  .latest-page .latest-featured { margin-bottom: 22px; }
  .latest-page .featured-deal { border-radius: 18px; grid-template-columns: 1fr; min-height: 0; }
  .latest-page .featured-media { height: 220px; min-height: 0; padding: 18px; }
  .latest-page .featured-media img { max-height: 188px; }
  .latest-page .featured-content { padding: 20px; }
  .latest-page .featured-label { font-size: 9px; margin-bottom: 9px; }
  .latest-page .featured-price-line > strong { font-size: clamp(37px, 10.8vw, 44px); }
  .latest-page .featured-saving { margin-top: 9px; }
  .latest-page .featured-title { font-size: 19px; margin-top: 15px; }
  .latest-page .featured-merchant { font-size: 11px; margin-top: 6px; }
  .latest-page .featured-cta { align-self: stretch; margin-top: 15px; min-height: 46px; padding: 11px 15px; }
  .latest-page .featured-fineprint { display: none; }
  .latest-page .latest-trust-strip { display: none; }
  .latest-page .deals-heading-row { gap: 6px; }
  .latest-page .deals-heading-row h2 { font-size: clamp(28px, 8vw, 34px); }
  .latest-page .latest-controls { margin: 14px 0 18px; padding: 12px; }
  .latest-controls { align-items: stretch; flex-direction: column; gap: 10px; }
  .latest-controls select { width: 100%; }
  .latest-page .latest-controls p { font-size: .76rem; margin: 0; }
  .related-deal { grid-template-columns: 96px minmax(0, 1fr); }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid #1779e6;
  outline-offset: 3px;
}

.sr-only,
.verification-token {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.shell {
  margin-inline: auto;
  width: min(1180px, calc(100% - 40px));
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
}

.site-header .nav {
  display: grid;
  gap: 28px;
  grid-template-columns: auto minmax(250px, 480px) auto;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 950;
  gap: 10px;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--accent);
  border-radius: 10px 10px 10px 3px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  transform: rotate(-3deg);
  width: 34px;
}

.site-search {
  align-items: center;
  background: var(--canvas);
  border: 1px solid #d8d5ce;
  border-radius: 12px;
  display: flex;
  min-height: 44px;
  overflow: hidden;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 180ms ease;
}

.site-search:focus-within {
  background: #fff;
  border-color: #99958d;
  box-shadow: 0 0 0 3px rgba(23, 121, 230, 0.13);
}

.site-search svg {
  fill: none;
  height: 18px;
  margin-left: 14px;
  stroke: #696761;
  stroke-linecap: round;
  stroke-width: 2;
  width: 18px;
}

.site-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 14px;
  height: 42px;
  min-width: 0;
  outline: 0;
  padding: 0 14px 0 10px;
  width: 100%;
}

.site-search input::placeholder {
  color: #77746d;
}

.nav-links,
.links {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

.nav-links a,
.links a {
  color: #4e4c47;
  font-size: 13px;
  font-weight: 800;
  min-height: 44px;
  text-decoration: none;
}

.nav-links > a:not(.nav-app),
.links a {
  align-items: center;
  display: inline-flex;
}

.nav-links a:hover,
.links a:hover {
  color: var(--accent-dark);
}

.nav-links .nav-app {
  align-items: center;
  background: var(--ink);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  padding: 0 16px;
}

.deal-home {
  padding-block: 38px 86px;
}

.page-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.page-kicker,
.streaming-kicker,
.eyebrow {
  color: var(--accent-dark);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page-kicker > span {
  background: var(--success);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: 5px;
  width: 7px;
}

.page-heading h1 {
  font-size: clamp(38px, 5.2vw, 62px);
  letter-spacing: -0.062em;
  line-height: 0.96;
  margin: 0;
}

.page-heading > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 3px;
  max-width: 315px;
  text-align: right;
}

.page-heading > p strong {
  color: var(--ink);
}

#freshness-label {
  color: var(--success);
  font-weight: 800;
}

.featured-wrap {
  position: relative;
}

.partner-showcase {
  margin-top: 38px;
}

.partner-showcase-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.partner-showcase-heading h2 {
  font-size: clamp(27px, 3.4vw, 40px);
  letter-spacing: -0.052em;
  line-height: 1;
  margin: 0;
}

.partner-showcase-heading > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 2px;
  max-width: 285px;
  text-align: right;
}

.partner-showcase-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.partner-scroll-controls {
  display: none;
}

.partner-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.partner-card:hover {
  border-color: rgba(214, 62, 11, 0.46);
  box-shadow: 0 14px 32px rgba(37, 31, 24, 0.1);
  transform: translateY(-3px);
}

.partner-card:focus-visible {
  outline-offset: 4px;
}

.partner-card-media {
  align-items: center;
  background: var(--soft);
  display: flex;
  height: 165px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.partner-card-media img {
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: transform 200ms ease;
  width: 100%;
  z-index: 1;
}

.partner-card:hover .partner-card-media img {
  transform: scale(1.04);
}

.partner-discount {
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  left: 10px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  padding: 6px 8px;
  position: absolute;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
  z-index: 2;
}

.partner-fallback {
  font-size: 24px;
  height: 68px;
  width: 68px;
}

.partner-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 210px;
  padding: 15px;
}

.partner-name {
  color: var(--success);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.partner-price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.partner-price-line strong {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.052em;
  line-height: 1;
}

.partner-price-line del,
.partner-renewal {
  color: #76736d;
  font-size: 10px;
  font-weight: 700;
}

.partner-renewal {
  text-decoration: none;
}

.partner-saving {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 8px;
}

.partner-title {
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 11px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.partner-cta {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 950;
  margin-top: auto;
  padding-top: 14px;
}

.partner-skeleton {
  animation: pulse 1.15s ease-in-out infinite alternate;
  background: #eae7e1;
  border-radius: 17px;
  min-height: 360px;
}

.featured-deal {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  min-height: 390px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.featured-deal:hover {
  border-color: rgba(214, 62, 11, 0.45);
  box-shadow: 0 24px 58px rgba(37, 31, 24, 0.15);
  transform: translateY(-3px);
}

.featured-deal:focus-visible {
  outline-offset: 4px;
}

.save-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d7d3cb;
  border-radius: 999px;
  color: #3c3a36;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.save-button:hover {
  border-color: #9b968d;
  transform: translateY(-1px);
}

.save-button.saved {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.save-icon {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.featured-save {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 5;
}

.featured-media {
  align-items: center;
  background: var(--soft);
  display: flex;
  justify-content: center;
  min-height: 390px;
  overflow: hidden;
  padding: 35px;
  position: relative;
}

.featured-media::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75), transparent 68%);
  content: "";
  inset: 10%;
  position: absolute;
}

.featured-media img {
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  position: relative;
  transition: transform 220ms ease;
  width: 100%;
  z-index: 1;
}

.featured-media img[src$=".svg"],
.deal-media img[src$=".svg"] {
  border-radius: 14px;
  object-fit: cover;
}

.featured-deal:hover .featured-media img {
  transform: scale(1.025);
}

.featured-badge,
.discount-badge {
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  left: 18px;
  letter-spacing: 0.035em;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  z-index: 3;
}

.product-fallback {
  align-items: center;
  background: #e5e0d8;
  border-radius: 50%;
  color: #a59c91;
  display: flex;
  font-size: 38px;
  font-weight: 900;
  height: 104px;
  justify-content: center;
  position: absolute;
  width: 104px;
}

.featured-media.image-missing img,
.deal-media.image-missing img {
  display: none;
}

.featured-content {
  align-items: flex-start;
  background: linear-gradient(145deg, #fff 0%, #fff9f6 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}

.featured-label {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.featured-price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.featured-price-line > strong {
  color: var(--ink);
  font-size: clamp(42px, 5.4vw, 62px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.featured-original,
.original-price {
  color: #77746d;
  font-size: 13px;
}

.featured-original del,
.featured-original .struck,
.original-price del {
  text-decoration-color: var(--accent-dark);
  text-decoration-thickness: 1.5px;
}

.featured-original .struck {
  text-decoration-line: line-through;
}

.featured-original.renewal-price .struck {
  text-decoration: none;
}

.featured-saving,
.saving-text {
  background: #e7f5ed;
  border-radius: 6px;
  color: var(--success);
  font-size: 12px;
  font-weight: 900;
  margin-top: 12px;
  padding: 7px 9px;
}

.price-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  margin-top: 9px;
}

.featured-title {
  font-size: clamp(20px, 2vw, 25px);
  letter-spacing: -0.03em;
  line-height: 1.22;
  margin-top: 22px;
}

.featured-merchant {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  margin-top: 8px;
}

.featured-cta {
  align-items: center;
  background: var(--accent);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  margin-top: 24px;
  min-height: 48px;
  padding: 12px 18px;
}

.featured-deal:hover .featured-cta {
  background: var(--accent-dark);
}

.featured-fineprint {
  color: #85827c;
  font-size: 10px;
  line-height: 1.35;
  margin-top: 10px;
}

.deals-section {
  padding-top: 70px;
}

.category-discovery {
  align-items: start;
  background: #201f1d;
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(245px, .72fr) minmax(0, 1.55fr);
  margin-top: 34px;
  padding: clamp(24px, 4vw, 40px);
}

.category-intro {
  max-width: 390px;
}

.category-intro .page-kicker {
  color: #ff9b76;
}

.category-intro h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: -.052em;
  line-height: 1;
  margin: 0;
}

.category-intro p {
  color: #aaa8a2;
  font-size: 13px;
  line-height: 1.55;
  margin: 17px 0 0;
}

.category-intro p strong {
  color: #fff;
}

.category-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  appearance: none;
  background: #2c2b28;
  border: 1px solid #46443f;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 156px;
  padding: 16px;
  text-align: left;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.category-card:hover,
.category-card[aria-pressed="true"] {
  background: #383632;
  border-color: #ff8a5f;
  transform: translateY(-2px);
}

.category-card.category-empty {
  background: #272623;
  border-style: dashed;
}

.category-card.category-empty:hover {
  border-color: #77736d;
}

.category-icon {
  align-items: center;
  background: var(--accent);
  border-radius: 9px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  margin-bottom: 14px;
  width: 32px;
}

.category-card strong {
  font-size: 14px;
  letter-spacing: -.015em;
  line-height: 1.25;
}

.category-card > span:not(.category-icon) {
  color: #a9a69f;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 5px;
}

.category-card small {
  color: #d8d5ce;
  font-size: 10px;
  font-weight: 750;
  margin-top: auto;
  padding-top: 13px;
}

.category-card small b {
  color: #ff9b76;
}

.deals-heading-row {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.deals-heading-row h2,
.streaming-heading h2 {
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.052em;
  line-height: 1;
  margin: 0;
}

.deals-heading-row > div > p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  margin: 9px 0 0;
}

.sort-control {
  align-items: center;
  display: flex;
  gap: 9px;
}

.deal-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.sort-control > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.sort-control select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2354514c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center / 17px;
  border: 1px solid #d4d0c8;
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 44px;
  padding: 0 38px 0 13px;
}

.merchant-control select {
  min-width: 176px;
}

.trust-section {
  margin: 5.5rem 0 1rem;
  padding: 3.5rem;
  border: 1px solid #e8e2d8;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 90, 31, 0.12), transparent 28%),
    #fffdf9;
}

.trust-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1rem 4rem;
  align-items: end;
  margin-bottom: 2.25rem;
}

.trust-intro .page-kicker { grid-column: 1 / -1; }

.trust-intro h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.trust-intro > p {
  margin: 0;
  color: #625d55;
  font-size: 1.02rem;
  line-height: 1.65;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e8e2d8;
  border-radius: 20px;
  background: #e8e2d8;
}

.trust-card {
  min-height: 230px;
  padding: 1.6rem;
  background: #fff;
}

.trust-number {
  display: inline-flex;
  margin-bottom: 2.4rem;
  color: #ff5a1f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.trust-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.12rem;
  letter-spacing: -0.025em;
}

.trust-card p {
  margin: 0;
  color: #6f6a62;
  font-size: 0.91rem;
  line-height: 1.55;
}

.coverage-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.15rem 1.35rem;
  border-radius: 16px;
  background: #171714;
  color: #fff;
}

.coverage-bar div { display: grid; gap: 0.2rem; }
.coverage-bar strong { font-size: 0.96rem; }
.coverage-bar span { color: #aaa69e; font-size: 0.78rem; }

@media (max-width: 900px) {
  .trust-section { padding: 2.25rem; }
  .trust-intro { grid-template-columns: 1fr; gap: 1rem; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .trust-section { margin-top: 3.5rem; padding: 1.35rem; border-radius: 22px; }
  .trust-grid, .coverage-bar { grid-template-columns: 1fr; }
  .trust-card { min-height: 0; }
  .trust-number { margin-bottom: 1.25rem; }
}

.filter-bar {
  display: flex;
  gap: 8px;
  margin: 25px 0 22px;
  overflow-x: auto;
  padding: 3px;
  scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-chip {
  align-items: center;
  background: var(--paper);
  border: 1px solid #d6d2ca;
  border-radius: 999px;
  color: #514f4a;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.filter-chip:hover {
  border-color: #8f8a81;
}

.filter-chip.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.saved-filter {
  gap: 7px;
}

.filter-count {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 999px;
  color: var(--accent-dark);
  display: inline-flex;
  font-size: 10px;
  height: 21px;
  justify-content: center;
  min-width: 21px;
  padding-inline: 6px;
}

.filter-chip.active .filter-count {
  background: #fff;
  color: var(--ink);
}

.deal-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deal-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.deal-card-link {
  color: var(--ink);
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
}

.deal-card:hover {
  border-color: rgba(214, 62, 11, 0.48);
  box-shadow: 0 16px 38px rgba(37, 31, 24, 0.11);
  transform: translateY(-4px);
}

.deal-card-link:focus-visible {
  outline-offset: 4px;
}

.card-save {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
}

.deal-media {
  align-items: center;
  background: var(--soft);
  display: flex;
  height: 290px;
  justify-content: center;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.deal-media img {
  height: 100%;
  object-fit: contain;
  position: relative;
  transition: transform 220ms ease;
  width: 100%;
  z-index: 1;
}

.deal-card:hover .deal-media img {
  transform: scale(1.035);
}

.deal-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 270px;
  padding: 20px;
}

.price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.price-line > strong {
  color: var(--ink);
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.saving-text {
  align-self: flex-start;
  font-size: 11px;
  margin-top: 10px;
  padding: 6px 8px;
}

.deal-title {
  display: -webkit-box;
  font-size: 17px;
  letter-spacing: -0.022em;
  line-height: 1.34;
  margin-top: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.deal-meta {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  margin-top: 8px;
}

.deal-cta {
  align-items: center;
  background: var(--accent);
  border-radius: 9px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 46px;
  padding: 11px 15px;
  width: 100%;
}

.deal-cta::after {
  content: " →";
}

.deal-card:hover .deal-cta {
  background: var(--accent-dark);
}

.deal-skeleton,
.stream-skeleton {
  animation: pulse 1.15s ease-in-out infinite alternate;
  background: #eae7e1;
  border-radius: 18px;
  min-height: 540px;
}

@keyframes pulse {
  to { opacity: 0.45; }
}

.streaming-section {
  background: #20201f;
  color: #fff;
  padding-block: 76px 88px;
}

.streaming-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.streaming-kicker {
  color: #ff9b76;
}

.streaming-heading > p {
  color: #aaa8a2;
  font-size: 13px;
  margin: 0 0 2px;
}

.streaming-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.stream-card {
  background: #2b2b29;
  border: 1px solid #42423f;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 12px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.stream-card:hover {
  background: #32322f;
  border-color: #706f69;
  transform: translateY(-3px);
}

.stream-media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #f5f4f1;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
}

.stream-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.stream-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 8px 8px;
}

.stream-tag {
  color: #ff9b76;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stream-body > strong {
  font-size: 17px;
  letter-spacing: -0.025em;
  line-height: 1.26;
  margin-top: 7px;
}

.stream-copy {
  color: #aaa8a2;
  font-size: 12px;
  line-height: 1.48;
  margin-top: 9px;
}

.stream-cta {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  margin-top: auto;
  padding-top: 18px;
}

.stream-skeleton {
  background: #333330;
  min-height: 255px;
}

.footer {
  background: #161615;
  color: #fff;
  padding-block: 44px 28px;
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto 1fr;
}

.footer-inner > p {
  color: #92918c;
  font-size: 12px;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 21px;
  justify-content: flex-end;
}

.footer-links a {
  color: #d0cfca;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.disclosure {
  border-top: 1px solid #31312f;
  color: #777671;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 28px;
  padding-top: 18px;
}

.empty-state {
  background: var(--paper);
  border: 1px dashed #cfcbc2;
  border-radius: 16px;
  color: var(--muted);
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  text-align: center;
}

.empty-state strong,
.empty-state span {
  display: block;
}

.empty-state strong {
  color: var(--ink);
  font-size: 17px;
}

.empty-state span {
  font-size: 13px;
  line-height: 1.5;
  margin: 8px auto 0;
  max-width: 430px;
}

.empty-state-dark {
  background: #2b2b29;
  border-color: #4a4945;
  color: #aaa8a2;
}

.save-toast {
  background: var(--ink);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 14px 36px rgba(20, 20, 18, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  left: 50%;
  padding: 13px 18px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 40;
}

.save-toast[hidden] {
  display: none;
}

/* Shared support and privacy pages */
.hero {
  align-items: center;
  display: grid;
  gap: clamp(38px, 7vw, 94px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  padding-block: 62px;
}

.hero h1 {
  font-size: clamp(42px, 5.6vw, 66px);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.hero > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.button {
  align-items: center;
  background: var(--accent);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
  text-decoration: none;
}

.panel,
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}

.panel h2,
.card h2,
.section h2 {
  font-size: 21px;
  letter-spacing: -0.025em;
  margin: 0 0 9px;
}

.panel p,
.card p,
.section p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.section {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding: 34px 0 60px;
}

@media (max-width: 960px) {
  .site-header .nav {
    gap: 18px;
    grid-template-columns: auto minmax(220px, 1fr) auto;
  }

  .deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .streaming-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-discovery {
    grid-template-columns: 1fr;
  }

  .category-intro {
    max-width: 620px;
  }
}

@media (max-width: 740px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header .nav {
    gap: 12px;
    grid-template-columns: 1fr auto;
    padding-block: 11px;
    position: relative;
    z-index: 1;
  }

  .site-header {
    transition: background-color 160ms ease, border-color 160ms ease;
  }

  .site-header::before {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(37, 31, 24, 0.08);
    content: "";
    height: 63px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 160ms ease;
  }

  .site-header .brand,
  .site-header .nav-links {
    transition: opacity 140ms ease;
  }

  .site-header.is-compact {
    backdrop-filter: none;
    background: transparent;
    border-bottom-color: transparent;
    pointer-events: none;
  }

  .site-header.is-compact::before {
    opacity: 1;
  }

  .site-header.is-compact .brand,
  .site-header.is-compact .nav-links {
    opacity: 0;
    pointer-events: none;
  }

  .site-header.is-compact .site-search {
    pointer-events: auto;
    transform: translateY(-46px);
  }

  .site-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links > a {
    flex: 0 0 auto;
  }

  .links > a:not(:last-child) {
    display: none;
  }

  .nav-links .nav-app {
    padding-inline: 14px;
  }

  .deal-home {
    padding-block: 30px 68px;
  }

  .page-heading,
  .deals-heading-row,
  .partner-showcase-heading,
  .streaming-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-heading {
    gap: 13px;
    margin-bottom: 20px;
  }

  .page-heading > p {
    max-width: none;
    text-align: left;
  }

  .partner-showcase-heading > p {
    max-width: none;
    text-align: left;
  }

  .partner-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-deal {
    grid-template-columns: 1fr;
  }

  .featured-media {
    min-height: 320px;
  }

  .featured-content {
    padding: 28px;
  }

  .deals-section {
    padding-top: 40px;
  }

  .deals-heading-row {
    gap: 20px;
  }

  .category-discovery {
    display: none;
  }

  .deal-controls {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .sort-control {
    justify-content: space-between;
    width: 100%;
  }

  .sort-control select {
    flex: 1;
    max-width: 230px;
  }

  .merchant-control select {
    max-width: none;
  }

  .streaming-section {
    padding-block: 62px 70px;
  }

  .streaming-heading {
    gap: 11px;
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-block: 45px;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 18px;
  }

  .brand-mark {
    height: 31px;
    width: 31px;
  }

  .page-heading h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .featured-media {
    min-height: 275px;
    padding: 28px;
  }

  .partner-showcase-grid {
    -webkit-overflow-scrolling: touch;
    display: grid;
    gap: 12px;
    grid-auto-columns: minmax(230px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-inline: -14px;
    overflow-x: auto;
    padding: 2px 14px 12px;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
  }

  .partner-scroll-controls {
    align-items: center;
    display: flex;
    gap: 8px;
  }

  .partner-scroll-controls > span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
    margin-right: 2px;
  }

  .partner-scroll-controls button {
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .partner-scroll-controls button:disabled {
    cursor: default;
    opacity: 0.35;
  }

  .partner-card,
  .partner-skeleton {
    scroll-snap-align: start;
  }

  .featured-media img {
    max-height: 230px;
  }

  .featured-price-line > strong {
    font-size: 46px;
  }

  .featured-cta {
    align-self: stretch;
  }

  .deal-grid,
  .streaming-grid,
  .grid {
    grid-template-columns: 1fr;
  }

  .deal-grid {
    gap: 16px;
  }

  .deal-card {
    border-radius: 14px;
  }

  .deal-card:hover {
    border-color: var(--line);
    box-shadow: none;
    transform: none;
  }

  .deal-card:hover .deal-media img,
  .card-save:hover {
    transform: none;
  }

  .deal-card:hover .deal-cta {
    background: var(--accent);
  }

  .discount-badge {
    left: 12px;
    top: 12px;
  }

  .card-save {
    min-height: 44px;
    padding: 0;
    right: 12px;
    top: 12px;
    width: 44px;
  }

  .card-save .save-label {
    display: none;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 136px;
  }

  .deal-media {
    aspect-ratio: auto;
    height: clamp(200px, 60vw, 250px);
    padding: 18px;
  }

  .deal-body {
    min-height: 0;
    padding: 16px;
  }

  .price-line {
    gap: 7px;
  }

  .price-line > strong {
    font-size: 28px;
  }

  .price-line > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .saving-text {
    margin-top: 8px;
    padding: 5px 7px;
  }

  .price-note {
    display: -webkit-box;
    line-height: 1.35;
    margin-top: 7px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .deal-title {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 13px;
    overflow-wrap: anywhere;
  }

  .deal-meta {
    margin-top: 6px;
  }

  .deal-cta {
    margin-top: 14px;
    min-height: 44px;
    padding: 10px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
