:root {
  --ink: #17232b;
  --muted: #68757d;
  --line: #dfe5e3;
  --soft: #f3f4ef;
  --red: #d85d4e;
  --navy: #14282f;
  --blue: #4b7891;
  --teal: #2e9188;
  --gold: #c99549;
}

html { background: #f7f7f3; scroll-behavior: smooth; }
body { background: #f7f7f3; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
.topbar { background: rgba(247, 247, 243, .94); border-bottom: 1px solid rgba(23, 35, 43, .12); box-shadow: 0 8px 24px rgba(23, 35, 43, .04); backdrop-filter: blur(14px); }
.nav-wrap { max-width: 1280px; padding: 16px 28px; gap: 34px; }
.brandmark { font-size: 19px; color: var(--ink); }
.brand-dot { width: 40px; height: 40px; border-radius: 8px; background: var(--navy); color: #f6c26f; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.main-nav { gap: 22px; }
.main-nav a { font-size: 12px; letter-spacing: .08em; color: #718087; transition: color .18s ease; }
.main-nav a.active, .main-nav a:hover { color: var(--red); }
.catalog-status { max-width: 1280px; padding: 13px 28px; color: #718087; border-bottom-color: rgba(23, 35, 43, .1); font-size: 12px; }
.catalog-status strong { color: var(--ink); font-weight: 800; letter-spacing: .01em; }

.hero-refined { max-width: 1280px; min-height: 650px; padding: 84px 28px 74px; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 72px; }
.hero-copy { max-width: 650px; }
.eyebrow { color: var(--red); font-size: 11px; letter-spacing: .14em; margin-bottom: 18px; }
.hero h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: 68px; font-weight: 400; line-height: 1.02; letter-spacing: 0; color: var(--navy); }
.hero .lead, .page-hero p { font-size: 18px; line-height: 1.7; color: #68757d; max-width: 560px; }
.hero-actions, .detail-actions { gap: 10px; margin-top: 30px; }
.btn { min-height: 44px; border-radius: 4px; padding: 0 18px; font-size: 12px; letter-spacing: .02em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(23, 35, 43, .12); }
.btn.primary { background: var(--red); border-color: var(--red); }
.btn.secondary { background: var(--navy); border-color: var(--navy); }
.btn.ghost { border-color: #cdd6d3; color: var(--navy); }

.hero-board { border: 0; border-radius: 8px; background: var(--navy); color: #fff; box-shadow: 0 28px 70px rgba(20, 40, 47, .2); padding: 28px; }
.hero-board-head { border-bottom-color: rgba(255, 255, 255, .16); padding-bottom: 18px; margin-bottom: 4px; }
.hero-board-head span { color: #f0bd6a; font-size: 10px; letter-spacing: .14em; }
.hero-board-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.hero-picks { gap: 0; }
.hero-pick { grid-template-columns: 58px 1fr auto; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); border-radius: 0; background: transparent; padding: 18px 0; transition: background .18s ease; }
.hero-pick:last-child { border-bottom: 0; }
.hero-pick:hover { transform: none; box-shadow: none; background: rgba(255, 255, 255, .06); }
.hero-pick img { width: 58px; height: 58px; border-color: #dfe5e3; border-radius: 8px; }
.hero-pick span { color: #a8b5b8; font-size: 10px; letter-spacing: .12em; }
.hero-pick strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.hero-pick small { background: transparent; border: 1px solid rgba(255, 255, 255, .28); color: #f0bd6a; padding: 7px 9px; font-size: 10px; }
.hero-mini-grid { gap: 8px; margin-top: 16px; }
.hero-mini-grid div { border: 1px solid rgba(255, 255, 255, .14); border-radius: 4px; background: rgba(255, 255, 255, .04); padding: 14px 8px; }
.hero-mini-grid strong { color: #f0bd6a; font-size: 27px; font-weight: 500; }
.hero-mini-grid span { color: #a8b5b8; font-size: 10px; letter-spacing: .08em; }

.country-strip { max-width: 1280px; padding: 0 28px; margin: 0 auto 34px; gap: 8px; }
.country-strip a { border-color: #dbe2df; border-radius: 4px; padding: 15px; background: #fff; box-shadow: 0 5px 18px rgba(23, 35, 43, .035); }
.country-strip a:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23, 35, 43, .08); border-color: #c5d1cd; }
.country-strip strong { color: var(--red); font-size: 12px; letter-spacing: .08em; }
.country-strip span { font-size: 12px; }
.stats { max-width: 1280px; padding: 18px 28px 48px; gap: 10px; }
.stats div { background: #fff; border: 1px solid #e1e6e2; border-radius: 4px; padding: 24px 18px; text-align: left; }
.stats strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 400; }
.stats span { color: #7a878c; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.section, .page, .factor-band { max-width: 1280px; padding-left: 28px; padding-right: 28px; }
.section { padding-top: 64px; padding-bottom: 64px; }
.section-head { margin-bottom: 28px; }
.section-head h2, .promise-head h2 { font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 400; color: var(--navy); }
.section-head a, .section-link { color: var(--red); font-size: 12px; letter-spacing: .05em; }
.section-head.centered:after { width: 44px; height: 2px; background: var(--gold); margin-top: 20px; }
.grid.cards { gap: 16px; }
.brand-card { border-color: #dfe5e3; border-radius: 5px; padding: 57px 20px 20px; background: #fff; min-height: 302px; box-shadow: 0 8px 22px rgba(23, 35, 43, .035); }
.brand-card:hover { transform: translateY(-3px); border-color: #c8d4d0; box-shadow: 0 18px 36px rgba(23, 35, 43, .1); }
.deal-ribbon { background: var(--soft); color: var(--red); border-bottom: 1px solid #e6d5cf; font-size: 10px; letter-spacing: .1em; padding: 11px 16px; }
.brand-card-top img { width: 54px; height: 54px; border-radius: 8px; border-color: #dfe5e3; }
.brand-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; color: var(--navy); }
.brand-card h3 a:hover { color: var(--red); }
.brand-card-top p { font-size: 11px; letter-spacing: .03em; }
.brand-summary { font-size: 13px; line-height: 1.65; color: #6c797e; min-height: 82px; }
.meta-row { font-size: 11px; color: #829096; border-top-color: #e5eae7; }

.page { padding-top: 54px; padding-bottom: 84px; }
.page-hero { padding: 18px 0 38px; margin-bottom: 30px; border-bottom-color: #d9e1dd; }
.page-hero h1 { font-size: 54px; }
.filters input, .filters select { background: #fff; border-color: #d5dfdc; border-radius: 4px; min-height: 48px; color: var(--ink); }
.filters input:focus, .filters select:focus { outline: 2px solid rgba(216, 93, 78, .25); border-color: var(--red); }
.country-card { border-color: #dfe5e3; border-radius: 5px; background: #fff; padding: 18px; box-shadow: 0 7px 20px rgba(23, 35, 43, .035); }
.country-card strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--navy); }
.brand-detail { gap: 58px; padding: 44px 0; }
.brand-detail h1 { font-family: Georgia, "Times New Roman", serif; font-size: 60px; font-weight: 400; color: var(--navy); }
.big-offer { border-left: 4px solid var(--red); background: #fbefeb; border-radius: 4px; padding: 20px 22px; }
.big-offer span { font-family: Georgia, "Times New Roman", serif; color: var(--red); font-size: 38px; font-weight: 400; }
.detail-panel { border-color: #dfe5e3; border-radius: 5px; background: #f1f3ef; padding: 24px; }
.detail-panel.visual { background: #fff; box-shadow: 0 18px 42px rgba(23, 35, 43, .1); }
.detail-panel img.detail-hero-img { border-color: #dfe5e3; border-radius: 5px; }
.info-box { border-color: #dfe5e3; border-radius: 5px; box-shadow: 0 8px 22px rgba(23, 35, 43, .035); }
.info-box.accent { background: var(--navy); }

.product-card, .partner-card { border-color: #dfe5e3; border-radius: 5px; box-shadow: 0 8px 22px rgba(23, 35, 43, .04); }
.product-card:hover, .partner-card:hover, .info-box:hover { border-color: #c8d4d0; box-shadow: 0 18px 38px rgba(23, 35, 43, .1); }
.product-media { background: #f2f4f0; border-bottom-color: #e1e7e3; }
.product-category { color: var(--red); }
.product-card h3, .partner-card h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--navy); }
.product-deal { border-color: #ead4cd; background: #fbefeb; }
.product-tags span { border-color: #dfe5e3; background: #f2f4f0; color: #6b797d; }
.factor-shell { background: var(--navy); border-radius: 8px; box-shadow: 0 24px 58px rgba(20, 40, 47, .18); }
.factor-lead h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.factor-redesign .factor-card { border-radius: 5px; }
.values-redesign .value-card { border-color: #dfe5e3; border-radius: 5px; background: #fff; box-shadow: 0 8px 22px rgba(23, 35, 43, .04); }
.values-redesign .value-card h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--navy); }
.merchant-research { border-top-color: #d9e1dd; }
.research-header h2, .research-section h3, .research-verdict h3, .research-sources h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--navy); }
.research-verdict { border-left-color: var(--red); background: #fbefeb; }

.footer { background: var(--navy); margin-top: 0; }
.footer-grid { max-width: 1280px; padding: 52px 28px 42px; }
.footer-title { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; color: #fff; }
.footer-links { gap: 9px; font-size: 13px; color: #b9c4c4; }
.copyright { max-width: 1280px; padding: 16px 28px 30px; color: #92a2a2; }

@media (max-width: 900px) {
  .hero-refined { grid-template-columns: minmax(0, 1fr); min-height: auto; gap: 42px; }
  .hero h1, .brand-detail h1 { font-size: 52px; }
  .section-head h2, .promise-head h2 { font-size: 34px; }
}

@media (max-width: 560px) {
  .nav-wrap { padding: 14px 18px; }
  .main-nav { gap: 8px 10px; }
  .main-nav a { font-size: 11px; letter-spacing: .05em; }
  .catalog-status { padding: 11px 18px; }
  .hero-refined { padding: 44px 18px 34px; gap: 28px; }
  .hero h1, .page-hero h1 { font-size: 42px; line-height: 1.06; }
  .hero .lead, .page-hero p { font-size: 16px; }
  .hero-board { padding: 18px; }
  .hero-board-head strong { font-size: 19px; }
  .hero-pick { grid-template-columns: 50px 1fr; }
  .hero-pick img { width: 50px; height: 50px; }
  .hero-pick strong { font-size: 19px; }
  .country-strip { padding: 0 18px; }
  .stats { padding: 18px 18px 34px; }
  .section, .page, .factor-band { padding-left: 18px; padding-right: 18px; }
  .section { padding-top: 48px; padding-bottom: 48px; }
  .section-head h2, .promise-head h2 { font-size: 31px; }
  .brand-card { min-height: 286px; }
  .brand-detail { gap: 26px; }
  .brand-detail h1 { font-size: 44px; }
  .big-offer span { font-size: 31px; }
  .footer-grid { padding: 38px 18px 30px; }
  .copyright { padding-left: 18px; padding-right: 18px; }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.topbar { transition: box-shadow .22s ease, background .22s ease; }
.topbar.is-scrolled { background: rgba(247, 247, 243, .98); box-shadow: 0 10px 30px rgba(23, 35, 43, .1); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid #d5ddda; border-radius: 4px; background: #fff; place-items: center; align-content: center; gap: 4px; cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.home-hero { --pointer-x: 0; --pointer-y: 0; position: relative; min-height: 680px; overflow: hidden; background: var(--navy); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.home-hero-inner { position: relative; z-index: 2; max-width: 1280px; min-height: 680px; margin: 0 auto; padding: 88px 28px 76px; display: flex; align-items: center; }
.home-hero-copy { width: min(610px, 56%); }
.home-hero .eyebrow { color: #f0bd6a; }
.home-hero h1 { margin: 0 0 24px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 76px; font-weight: 400; line-height: 1; letter-spacing: 0; }
.home-hero .lead { max-width: 570px; margin: 0; color: #cad3d3; font-size: 18px; line-height: 1.7; }
.home-hero-media { position: absolute; inset: 0; z-index: 1; pointer-events: none; transform: translate3d(calc(var(--pointer-x) * -12px), calc(var(--pointer-y) * -8px), 0); transition: transform .35s ease-out; }
.home-product { position: absolute; display: block; object-fit: contain; background: #fff; border: 1px solid rgba(255, 255, 255, .5); border-radius: 8px; padding: 18px; box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }
.home-product-1 { width: min(31vw, 390px); height: 390px; right: 5%; top: 12%; transform: rotate(2deg); }
.home-product-2 { width: min(18vw, 225px); height: 225px; right: 30%; bottom: 5%; transform: rotate(-4deg); animation: product-float 5.5s ease-in-out infinite; }
.home-product-3 { width: min(15vw, 190px); height: 190px; right: 1.5%; bottom: 3%; transform: rotate(4deg); animation: product-float 6.5s ease-in-out -1.3s infinite; }
.hero-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; max-width: 600px; margin-top: 30px; padding: 6px; background: #fff; border: 1px solid rgba(255, 255, 255, .45); border-radius: 6px; box-shadow: 0 18px 42px rgba(0, 0, 0, .22); }
.hero-search input { width: 100%; min-width: 0; height: 46px; padding: 0 14px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 14px; }
.hero-search input:focus { outline: 0; }
.hero-search button { min-width: 104px; border: 0; border-radius: 4px; background: var(--red); color: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.hero-search:focus-within { outline: 3px solid rgba(240, 189, 106, .28); }
.hero-quick-links { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-top: 18px; color: #9fadaf; font-size: 12px; }
.hero-quick-links span { color: #f0bd6a; font-weight: 800; }
.hero-quick-links a { color: #dce3e3; border-bottom: 1px solid rgba(220, 227, 227, .35); }
.hero-quick-links a:hover { color: #fff; border-bottom-color: #fff; }
.hero-proof { display: flex; gap: 26px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .15); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; line-height: 1; }
.hero-proof span { color: #98a8aa; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.market-rail { display: flex; grid-template-columns: none; align-items: stretch; max-width: 1280px; margin: 0 auto; padding: 22px 28px; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.market-rail::-webkit-scrollbar { display: none; }
.market-rail-label { display: flex; min-width: 110px; align-items: center; color: #738087; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.market-rail a { min-width: 92px; flex: 1 0 92px; padding: 12px 13px; box-shadow: none; }
.market-rail .market-rail-all { border-color: #b9c8c4; background: var(--navy); }
.market-rail .market-rail-all strong { color: #f0bd6a; }
.market-rail .market-rail-all span { color: #d6dfdf; }

.home-featured { padding-top: 72px; }
.home-products { max-width: none; padding-left: max(28px, calc((100% - 1224px) / 2)); padding-right: max(28px, calc((100% - 1224px) / 2)); background: #eef1ec; }
.home-products .product-card { background: #fff; }
.editorial-feature { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); max-width: 1224px; margin: 78px auto; padding: 0; background: #e5e9e2; border: 1px solid #d4dcd7; }
.editorial-feature-copy { padding: 48px; }
.editorial-feature h2 { margin: 0 0 14px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 400; line-height: 1.08; }
.editorial-feature-copy > p:not(.eyebrow) { max-width: 680px; color: #536168; font-size: 16px; line-height: 1.72; }
.editorial-feature-side { display: flex; flex-direction: column; justify-content: center; padding: 42px; background: var(--navy); color: #fff; }
.editorial-feature-side > span { color: #f0bd6a; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.editorial-feature-side ol { margin: 20px 0 0; padding-left: 22px; color: #d4dddd; }
.editorial-feature-side li { margin: 0 0 14px; padding-left: 6px; }
.home-principles { max-width: 1280px; margin: 20px auto 84px; padding: 38px 28px 0; border-top: 1px solid #ccd7d3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.home-principles > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; }
.home-principles span { grid-row: 1 / 3; color: var(--red); font-size: 11px; font-weight: 800; }
.home-principles strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.home-principles p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.result-count { margin: -8px 0 22px; color: #748087; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
[hidden] { display: none !important; }
.reveal-item { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .2, 1); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.brand-card-top img, .product-media img, .partner-top img { transition: transform .35s ease; }
.brand-card:hover .brand-card-top img, .product-card:hover .product-media img, .partner-card:hover .partner-top img { transform: scale(1.045); }
.scroll-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--navy); color: #f0bd6a; font-size: 21px; cursor: pointer; box-shadow: 0 12px 28px rgba(20, 40, 47, .24); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@keyframes product-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (max-width: 980px) {
  .home-hero-copy { width: 62%; }
  .home-hero h1 { font-size: 62px; }
  .home-product-1 { right: -4%; width: 340px; height: 340px; }
  .home-product-2 { right: 21%; width: 190px; height: 190px; }
  .home-product-3 { display: none; }
  .editorial-feature { margin-left: 28px; margin-right: 28px; }
}

@media (max-width: 700px) {
  .nav-wrap { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .nav-toggle { display: grid; }
  .js-enabled .main-nav { display: none; grid-column: 1 / -1; padding: 8px 0 4px; }
  .js-enabled .main-nav.is-open { display: grid; }
  .main-nav a { padding: 9px 0; border-bottom: 1px solid #e1e6e2; }
  .home-hero, .home-hero-inner { min-height: 760px; }
  .home-hero-inner { padding: 54px 18px 265px; align-items: flex-start; }
  .home-hero-copy { width: 100%; }
  .home-hero h1 { font-size: 52px; line-height: 1.02; }
  .home-hero .lead { font-size: 16px; }
  .hero-search { margin-top: 24px; }
  .hero-search input { font-size: 13px; }
  .hero-search button { min-width: 86px; }
  .hero-quick-links { display: none; }
  .hero-proof { gap: 18px; margin-top: 24px; }
  .hero-proof strong { font-size: 24px; }
  .home-product-1 { width: 185px; height: 185px; right: 24px; top: auto; bottom: 28px; }
  .home-product-2 { width: 126px; height: 126px; right: 190px; bottom: 72px; }
  .market-rail { padding: 16px 18px; }
  .market-rail-label { min-width: 90px; }
  .home-featured { padding-top: 52px; }
  .home-products { padding-left: 18px; padding-right: 18px; }
  .editorial-feature { grid-template-columns: 1fr; margin: 50px 18px; }
  .editorial-feature-copy { padding: 30px 24px; }
  .editorial-feature h2 { font-size: 36px; }
  .editorial-feature-side { padding: 28px 24px; }
  .home-principles { grid-template-columns: 1fr; margin-bottom: 58px; padding: 30px 18px 0; gap: 28px; }
  .scroll-top { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-item { opacity: 1; transform: none; }
  .home-hero-media { transform: none; }
}

/* Conversion refresh: keep the catalog visible while adding motion and stronger shopping cues. */
:root {
  --ink: #183039;
  --muted: #66767a;
  --line: #dbe5e1;
  --soft: #edf4f1;
  --red: #e05b4d;
  --navy: #12343d;
  --teal: #198b7d;
  --gold: #f2bd5b;
}

body { background: #f4f7f5; color: var(--ink); }
.topbar { background: rgba(250, 252, 250, .96); }
.brand-dot { background: var(--navy); color: var(--gold); }
.main-nav a[href="/savings.html"] { color: #fff; background: var(--red); border-radius: 4px; padding: 8px 12px; }
.main-nav a[href="/savings.html"]:hover, .main-nav a[href="/savings.html"].active { color: #fff; background: #c94b3e; }
.catalog-status { background: #fff; }

.home-hero, .home-hero-inner { min-height: 530px; }
.home-hero-inner { padding-top: 36px; padding-bottom: 28px; }
.home-hero h1 { font-size: clamp(58px, 6vw, 84px); letter-spacing: 0; }
.home-hero .lead { max-width: 610px; color: #d5e0df; }
.hero-search { max-width: 620px; margin-top: 26px; }
.hero-search button { min-width: 126px; background: var(--red); }
.hero-search button:hover { background: #c94b3e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hero-actions .btn { min-height: 42px; }
.hero-actions .btn.ghost.light { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.hero-actions .btn.ghost.light:hover { border-color: #fff; background: rgba(255,255,255,.14); }
.home-product { box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.home-product-1 { width: min(29vw, 370px); height: 370px; top: 8%; }
.home-product-2 { bottom: 3%; }
.home-product-3 { bottom: 1%; }

.market-rail { background: #fff; border-bottom: 1px solid var(--line); }
.market-rail a { background: #f8fbf9; }
.market-rail a:hover { background: #fff; border-color: #b6d4ca; }
.market-rail .market-rail-all { background: var(--navy); }
.home-featured { padding-top: 62px; background: #fff; }
.home-featured .section-head { margin-bottom: 30px; }
.home-featured .brand-card { min-height: 326px; }
.brand-card { box-shadow: 0 10px 28px rgba(18,52,61,.06); }
.brand-card:hover { box-shadow: 0 18px 38px rgba(18,52,61,.12); }
.deal-ribbon { background: #fff1ed; color: #c94b3e; border-bottom-color: #f4d2cb; }
.coupon-strip { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 9px 10px; border: 1px solid #f0d2cc; border-radius: 4px; background: #fff8f5; }
.coupon-strip span, .coupon-card-code span { color: #b44d42; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.coupon-strip code, .coupon-card-code code { color: var(--navy); font-family: "Courier New", monospace; font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.coupon-strip small { color: #6d777a; font-size: 11px; }
.coupon-copy { min-height: 28px; margin-left: auto; padding: 0 8px; border: 1px solid #e1bdb5; border-radius: 3px; background: #fff; color: #b44d42; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.coupon-copy:hover { border-color: var(--red); background: #fff1ed; }
.card-actions { margin-top: auto; }
.card-actions .btn.primary { background: var(--red); }
.card-actions .btn.primary:hover { background: #c94b3e; }

.home-products { background: #eaf3ef; border-top: 1px solid #d6e5df; border-bottom: 1px solid #d6e5df; }
.home-products .product-card { min-height: 418px; }
.product-badge { background: var(--navy); color: #fff; }
.product-media { background: #fff; }
.product-card:hover { transform: translateY(-4px); }
.partner-section { background: #fff; }
.partner-card { min-height: 320px; }
.partner-ribbon { background: var(--navy); }
.coupon-hub { max-width: 1280px; margin: 0 auto 58px; padding: 48px 28px 54px; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coupon-hub .section-head { margin-bottom: 28px; }
.coupon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.coupon-card { display: flex; min-width: 0; flex-direction: column; padding: 20px; border: 1px solid #e2d9d3; border-radius: 5px; background: #fffdfb; box-shadow: 0 10px 26px rgba(18,52,61,.05); }
.coupon-card:hover { border-color: #e0b9b0; box-shadow: 0 18px 36px rgba(18,52,61,.11); }
.coupon-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.coupon-card-head span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.coupon-card-head small { color: #7c898d; font-size: 10px; white-space: nowrap; }
.coupon-card-brand { display: flex; align-items: center; gap: 12px; }
.coupon-card-brand img { width: 46px; height: 46px; padding: 6px; border: 1px solid #dfe5e3; border-radius: 7px; background: #fff; object-fit: contain; }
.coupon-card-brand h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.coupon-card-brand p { margin: 4px 0 0; color: #748186; font-size: 11px; }
.coupon-card-code { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 11px 12px; border: 1px dashed #d7a39a; border-radius: 4px; background: #fff4f0; }
.coupon-card-offer { min-height: 42px; margin: 14px 0 0; color: #68777b; font-size: 13px; line-height: 1.55; }
.coupon-card .card-actions { margin-top: 18px; }
.partner-directory { max-width: 1280px; margin: 0 auto; padding: 0 28px 58px; }
.partner-directory > .section-head { margin-bottom: 24px; }
.editorial-feature { box-shadow: 0 16px 40px rgba(18,52,61,.08); }
.home-principles { margin-top: 46px; }

/* Reveal on entry without hiding content before the user scrolls or a crawler captures it. */
.reveal-item { opacity: 1; transform: none; }
.reveal-item.is-visible { animation: card-enter .55s cubic-bezier(.2,.7,.2,1) both; }
@keyframes card-enter {
  from { opacity: .01; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .home-hero, .home-hero-inner { min-height: 520px; }
  .home-hero-inner { padding-top: 42px; padding-bottom: 36px; }
  .home-hero-media { display: none; }
  .home-hero h1 { font-size: 52px; }
  .editorial-feature { width: auto; max-width: none; }
  .coupon-hub { padding: 38px 18px 44px; }
  .coupon-grid { grid-template-columns: 1fr; }
  .coupon-card-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .partner-directory { padding-left: 18px; padding-right: 18px; }
  .hero-actions { margin-top: 18px; }
  .hero-actions .btn { flex: 1 1 150px; }
}

/* iPrice-inspired commerce system applied across every site template. */
:root {
  --ip-teal: #0b7487;
  --ip-teal-dark: #085d6d;
  --ip-charcoal: #303234;
  --ip-coral: #f26745;
  --ip-coral-dark: #d95032;
  --ip-yellow: #f6c945;
  --ink: #20353c;
  --muted: #68777c;
  --line: #dce3e1;
  --soft: #eef4f3;
  --red: var(--ip-coral);
  --navy: #114d59;
  --teal: var(--ip-teal);
  --gold: var(--ip-yellow);
}

body { background: #f5f7f6; color: var(--ink); }
.topbar { position: sticky; top: 0; z-index: 40; border-bottom: 0; background: var(--ip-teal); box-shadow: 0 8px 24px rgba(25,49,55,.13); backdrop-filter: none; }
.topbar::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 46px; background: var(--ip-charcoal); }
.nav-wrap { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(320px, 470px); max-width: 1280px; padding: 14px 28px 0; gap: 12px 32px; }
.brandmark { color: #fff; font-size: 21px; }
.brandmark:hover { color: #fff; }
.brand-dot { width: 42px; height: 42px; border-radius: 5px; background: #fff; color: var(--ip-coral); box-shadow: none; }
.site-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; max-width: 470px; height: 42px; justify-self: end; padding: 4px; border: 1px solid rgba(255,255,255,.6); border-radius: 4px; background: #fff; }
.site-search input { min-width: 0; padding: 0 12px; border: 0; color: var(--ink); font: inherit; font-size: 13px; }
.site-search input:focus { outline: 0; }
.site-search button { min-width: 78px; border: 0; border-radius: 3px; background: var(--ip-coral); color: #fff; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.site-search button:hover { background: var(--ip-coral-dark); }
.main-nav { grid-column: 1 / -1; min-height: 46px; justify-content: flex-start; gap: 0; }
.main-nav a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.09); color: #eef4f4; font-size: 12px; font-weight: 800; }
.main-nav a:hover, .main-nav a.active { border-bottom: 4px solid var(--ip-coral); background: #3a3d3f; color: #fff; }
.main-nav a[href="/savings.html"] { border-radius: 0; background: var(--ip-coral); color: #fff; }
.main-nav a[href="/savings.html"]:hover, .main-nav a[href="/savings.html"].active { border-bottom-color: var(--ip-yellow); background: var(--ip-coral-dark); }

.home-hero { min-height: 500px; background: #0f5d6c; }
.home-hero-inner { min-height: 500px; padding-top: 42px; padding-bottom: 40px; }
.home-hero h1, .page-hero h1, .section-head h2, .promise-head h2, .brand-detail h1, .brand-card h3, .product-card h3, .partner-card h3, .coupon-card-brand h3, .editorial-feature h2, .home-principles strong { font-family: "Noto Sans", Arial, sans-serif; letter-spacing: 0; }
.home-hero h1 { max-width: 680px; font-size: 70px; font-weight: 800; line-height: 1.02; }
.home-hero .eyebrow { color: var(--ip-yellow); }
.home-hero .lead { color: #d9eaec; }
.hero-search { border: 0; border-radius: 4px; box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.hero-search button { border-radius: 3px; background: var(--ip-coral); }
.hero-search button:hover { background: var(--ip-coral-dark); }
.hero-proof { gap: 28px; }
.hero-proof strong { color: #fff; font-family: "Noto Sans", Arial, sans-serif; font-weight: 800; }
.hero-proof span { color: #b7d1d5; }
.home-product { border-radius: 5px; }
.market-rail { border-bottom: 1px solid var(--line); background: #fff; }
.market-rail a { border-radius: 4px; background: #f7f9f8; }
.market-rail a:hover { border-color: #9bc5cc; background: #eaf5f6; }
.market-rail .market-rail-all { background: var(--ip-charcoal); }

.page { max-width: 1280px; padding: 38px 28px 76px; }
.page-hero { padding: 22px 0 34px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; color: var(--navy); font-size: 44px; font-weight: 800; line-height: 1.08; }
.page-hero p { max-width: 820px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.eyebrow { color: var(--ip-coral); }
.section { max-width: 1280px; }
.section-head h2, .promise-head h2 { color: var(--navy); font-size: 31px; font-weight: 800; }
.section-link, .section-head > a { color: var(--ip-coral-dark); }
.btn { border-radius: 3px; }
.btn.primary { border-color: var(--ip-coral); background: var(--ip-coral); }
.btn.primary:hover { border-color: var(--ip-coral-dark); background: var(--ip-coral-dark); }
.btn.secondary { border-color: var(--ip-charcoal); background: var(--ip-charcoal); }
.btn.ghost { background: #fff; }

.filters { padding: 14px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.filters input, .filters select { border-radius: 3px; background: #f9fbfa; }
.filters input:focus, .filters select:focus { border-color: var(--ip-teal); outline-color: rgba(11,116,135,.2); }
.brand-card, .product-card, .partner-card, .country-card, .info-box { border-radius: 5px; border-color: var(--line); box-shadow: 0 7px 20px rgba(27,53,59,.05); }
.brand-card:hover, .product-card:hover, .partner-card:hover, .country-card:hover, .info-box:hover { border-color: #abcbd0; box-shadow: 0 16px 34px rgba(27,53,59,.11); }
.brand-card h3, .product-card h3, .partner-card h3 { color: var(--navy); font-weight: 800; }
.deal-ribbon { background: #fff0eb; color: var(--ip-coral-dark); border-bottom-color: #f2c9bd; }
.coupon-strip { border-color: #ead78d; background: #fff9dc; }
.coupon-strip span, .coupon-card-code span { color: #9c6c00; }
.coupon-copy { border-color: #d8bd55; color: #7b5700; }
.coupon-copy:hover { border-color: #b88a09; background: #fff5bf; }
.product-badge { background: var(--ip-teal); }
.product-deal { border-color: #f0c8bb; background: #fff0eb; }
.partner-ribbon { background: var(--ip-charcoal); }
.factor-shell { background: var(--ip-teal-dark); }
.editorial-feature-side, .info-box.accent { background: var(--ip-charcoal); }
.big-offer { border-left-color: var(--ip-coral); background: #fff1ec; }
.big-offer span { color: var(--ip-coral-dark); font-family: "Noto Sans", Arial, sans-serif; font-weight: 800; }
.detail-panel { background: #eef4f3; }
.brand-detail h1 { font-weight: 800; }
.brand-overview { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 48px; margin: 12px 0 0; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-overview h2 { margin: 0; color: var(--navy); font-family: "Noto Sans", Arial, sans-serif; font-size: 32px; font-weight: 800; line-height: 1.15; letter-spacing: 0; }
.brand-overview-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.brand-overview-meta span { padding: 6px 9px; border: 1px solid #cdddda; border-radius: 3px; background: #fff; color: #53696f; font-size: 11px; font-weight: 700; }
.brand-overview-copy { max-width: 760px; }
.brand-overview-copy p { margin: 0 0 14px; color: #4f6268; font-size: 15px; line-height: 1.75; }
.brand-overview-copy .brand-intro { color: var(--ink); font-size: 19px; line-height: 1.65; }
.brand-overview-copy .brand-source-note { margin: 22px 0 0; padding-top: 14px; border-top: 1px solid var(--line); color: #7b898d; font-size: 12px; }
.brand-shopping-notes { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.savings-page { max-width: none; padding: 0 0 76px; }
.savings-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: center; gap: 54px; margin: 0; padding: 46px max(28px, calc((100% - 1224px) / 2)); border: 0; background: var(--ip-teal); color: #fff; }
.savings-hero h1 { max-width: 760px; margin-bottom: 14px; color: #fff; font-size: 46px; }
.savings-hero p:not(.eyebrow) { margin: 0; color: #d9ecef; }
.savings-hero .eyebrow { color: var(--ip-yellow); }
.savings-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.savings-kpis div { padding: 18px 14px; border-right: 1px solid rgba(255,255,255,.22); }
.savings-kpis div:last-child { border-right: 0; }
.savings-kpis strong { display: block; color: #fff; font-size: 30px; line-height: 1; }
.savings-kpis span { display: block; margin-top: 6px; color: #d5e8eb; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.coupon-hub { max-width: none; margin: 0; padding: 44px max(28px, calc((100% - 1224px) / 2)) 58px; border-top: 0; background: #f4f7f6; }
.coupon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.coupon-card { padding: 17px; border-color: #dce3e1; border-radius: 4px; background: #fff; box-shadow: 0 7px 20px rgba(27,53,59,.05); }
.coupon-card:hover { border-color: #d8b85c; box-shadow: 0 15px 30px rgba(27,53,59,.11); }
.coupon-card-head span { color: var(--ip-coral-dark); }
.coupon-card-brand h3 { color: var(--navy); font-size: 18px; font-weight: 800; }
.coupon-card-code { border-color: #d8b85c; background: #fff8d7; }
.coupon-card-code code { color: var(--ip-charcoal); }
.coupon-card-offer { min-height: 60px; }
.partner-directory { padding-top: 54px; }

.footer { background: var(--ip-charcoal); }
.footer-title { font-family: "Noto Sans", Arial, sans-serif; font-weight: 800; }
.footer a:hover { color: var(--ip-yellow); }

@media (max-width: 1100px) {
  .coupon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .savings-hero { grid-template-columns: 1fr; gap: 28px; }
  .savings-kpis { max-width: 620px; }
}

@media (max-width: 820px) {
  .coupon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-hero h1 { font-size: 56px; }
  .brand-overview { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 700px) {
  .topbar::after { display: none; }
  .nav-wrap { grid-template-columns: minmax(0, 1fr) auto; padding: 14px 18px; gap: 8px 12px; }
  .brandmark { min-width: 0; font-size: 18px; }
  .brand-dot { width: 38px; height: 38px; }
  .site-search { display: none; }
  .nav-toggle { position: relative; z-index: 2; display: grid; background: #fff; }
  .js-enabled .main-nav { grid-column: 1 / -1; grid-template-columns: 1fr; width: auto; margin: 6px -18px -14px; padding: 4px 18px 12px; background: var(--ip-charcoal); }
  .js-enabled .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 42px; padding: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; }
  .main-nav a:hover, .main-nav a.active { padding-left: 10px; border-bottom: 1px solid rgba(255,255,255,.12); background: #3a3d3f; }
  .main-nav a[href="/savings.html"] { padding-left: 10px; }
  .home-hero, .home-hero-inner { min-height: 500px; }
  .home-hero h1 { font-size: 48px; }
  .hero-proof { gap: 14px; justify-content: space-between; }
  .hero-proof strong { font-size: 21px; }
  .page { padding: 28px 18px 62px; }
  .page-hero h1 { font-size: 36px; }
  .savings-page { padding: 0 0 62px; }
  .savings-hero { padding: 38px 18px; }
  .savings-hero h1 { font-size: 38px; }
  .coupon-hub { padding: 38px 18px 48px; }
  .coupon-grid { grid-template-columns: 1fr; }
  .partner-directory { padding: 44px 18px 0; }
}
