:root {
  --green-950: #063b29;
  --green-900: #075137;
  --green-800: #076841;
  --green-700: #07834d;
  --green-600: #10a45a;
  --green-100: #dff5e6;
  --green-50: #f0faf3;
  --ink: #17211c;
  --muted: #68726c;
  --surface: #ffffff;
  --soft: #f7f9f7;
  --border: #e6ebe7;
  --coral: #ef4653;
  --shadow: 0 16px 45px rgba(29, 63, 45, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.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; }

.site { min-height: 100vh; background: var(--surface); color: var(--ink); transition: background .25s ease, color .25s ease; }
.container { width: min(1280px, calc(100% - 56px)); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 92%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--border) 85%, transparent); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px 13px 13px 4px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--green-600), var(--green-900)); box-shadow: 0 8px 18px rgba(7, 131, 77, .2); transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 26px; letter-spacing: -1.2px; font-weight: 820; }
.brand-copy strong span { color: var(--green-700); }
.brand-copy small { margin-top: 7px; color: var(--muted); font-size: 9px; letter-spacing: 1.45px; font-weight: 720; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 16px; font-weight: 650; }
.nav-links a { position: relative; padding: 31px 0 26px; color: var(--muted); transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--green-800); }
.nav-links a.active::after { content: ""; position: absolute; height: 3px; left: 0; right: 0; bottom: 18px; border-radius: 99px; background: var(--green-600); }
.nav-actions { display: flex; gap: 6px; align-items: center; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 50%; cursor: pointer; transition: background .2s ease; }
.icon-button:hover { background: var(--green-50); }
.mobile-menu { display: none; }

.search-zone { position: relative; z-index: 4; height: 18px; }
.search-bar { position: absolute; left: 50%; top: 0; transform: translate(-50%, -4px); height: 60px; max-width: 840px; display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 20px; border-radius: 13px; background: var(--surface); color: #87918b; box-shadow: 0 8px 28px rgba(26, 52, 37, .13); border: 1px solid var(--border); }
.search-bar input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.search-bar input::placeholder { color: #98a09b; }
.search-bar button { width: 48px; height: 46px; border: 0; border-radius: 10px; display: grid; place-items: center; color: white; background: linear-gradient(140deg, var(--green-600), var(--green-800)); cursor: pointer; box-shadow: 0 7px 16px rgba(7, 131, 77, .22); }

.hero { position: relative; min-height: 600px; overflow: hidden; background: linear-gradient(105deg, #fff 1%, #fffaf7 48%, #f8ecea 100%); }
.hero-grid { min-height: 600px; padding-top: 82px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 50px 0 70px; position: relative; z-index: 3; }
.eyebrow, .section-kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 8px; color: var(--green-700); font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 610px; font-size: clamp(50px, 5.4vw, 76px); line-height: .98; letter-spacing: -4px; font-weight: 830; }
.hero h1 span { display: inline-block; margin-top: 10px; color: var(--green-700); }
.hero-intro { max-width: 545px; margin: 25px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.primary-button { display: inline-flex; align-items: center; gap: 10px; padding: 15px 22px; border-radius: 10px; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: white; font-size: 14px; font-weight: 760; box-shadow: 0 12px 25px rgba(7, 131, 77, .23); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(7, 131, 77, .3); }
.hero-benefits { margin-top: 42px; display: flex; gap: 28px; }
.hero-benefits > div { display: flex; align-items: center; gap: 10px; }
.hero-benefits svg { color: var(--green-700); width: 21px; }
.hero-benefits span { display: flex; flex-direction: column; gap: 3px; }
.hero-benefits strong { font-size: 11px; }
.hero-benefits small { color: var(--muted); font-size: 9px; }
.hero-visual { height: 515px; align-self: end; position: relative; overflow: visible; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 82% center; border-radius: 50% 0 0 0; filter: saturate(.94); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 148px; padding: 12px 15px; border-radius: 12px; color: var(--green-700); background: rgba(255,255,255,.93); box-shadow: 0 12px 35px rgba(43, 65, 51, .14); backdrop-filter: blur(8px); }
.floating-card span { display: flex; flex-direction: column; gap: 3px; }
.floating-card strong { color: var(--ink); font-size: 11px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.save-card { left: -30px; top: 130px; }
.verify-card { right: -4px; top: 200px; }
.hero-bg-shape { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-shape-one { width: 220px; height: 220px; right: -30px; top: 0; background: #f6d9df; }
.hero-shape-two { width: 160px; height: 160px; left: -70px; bottom: -70px; background: #dff4e6; }

.store-strip { position: relative; z-index: 5; min-height: 94px; margin-top: -18px; padding: 17px 20px; display: flex; align-items: center; gap: 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); scroll-margin-top: 105px; }
.store-strip-label { margin: 0; flex: 0 0 auto; color: var(--green-800); font-size: 13px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.store-logos { flex: 1; display: flex; align-items: center; gap: 10px; overflow-x: auto; padding: 2px; scrollbar-width: thin; }
.store-chip { min-height: 46px; padding: 0 18px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border); border-radius: 99px; color: var(--ink); background: var(--soft); cursor: pointer; font-size: 14px; font-weight: 720; transition: .2s ease; }
.store-chip small { min-width: 19px; height: 19px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 99px; color: var(--green-800); background: var(--green-100); font-size: 9px; }
.store-chip:hover, .store-chip.selected { border-color: #8bcba3; color: var(--green-800); background: var(--green-50); }

.section-block { padding-top: 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-heading .section-kicker { margin-bottom: 8px; font-size: 12px; letter-spacing: 1.5px; }
.section-kicker.hot { color: var(--coral); }
.section-heading h2 { margin: 0; font-size: clamp(32px, 3vw, 40px); letter-spacing: -1.2px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; padding: 7px 0; color: var(--green-700); cursor: pointer; font-size: 15px; font-weight: 740; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.category-card { min-height: 142px; padding: 19px 10px 15px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 13px; border: 1px solid transparent; border-radius: 14px; background: var(--soft); cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1.35; transition: .2s ease; }
.category-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--green-700); background: var(--green-50); }
.category-card small { margin-top: -7px; color: var(--muted); font-size: 11px; font-weight: 600; }
.category-card:hover, .category-card.selected { transform: translateY(-3px); border-color: #b9dec7; background: var(--surface); box-shadow: 0 10px 25px rgba(31, 69, 46, .08); }
.more-card > span { font-size: 21px; letter-spacing: 2px; }

.deals-section { padding-bottom: 8px; }
.search-message { margin: -8px 0 18px; padding: 12px 15px; border-radius: 9px; background: var(--green-50); color: var(--green-800); font-size: 14px; }
.deals-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 22px; }
.deal-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); box-shadow: 0 10px 28px rgba(27, 51, 36, .09); transition: transform .2s ease, box-shadow .2s ease; }
.deal-card:hover { transform: translateY(-4px); box-shadow: 0 13px 30px rgba(27, 51, 36, .12); }
.deal-image { height: 310px; position: relative; overflow: hidden; background: #f7f9f7; }
.deal-image-link { width: 100%; height: 100%; display: block; }
.deal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; image-rendering: auto; transition: transform .25s ease; }
.deal-card:hover .deal-image img { transform: scale(1.025); }
.discount { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 8px 12px; border-radius: 99px; color: white; background: var(--coral); font-size: 12px; font-weight: 820; box-shadow: 0 5px 14px rgba(239,70,83,.25); }
.deal-copy { padding: 20px; }
.deal-store { margin: 0 0 8px; color: var(--green-700); font-size: 12px; font-weight: 780; text-transform: uppercase; letter-spacing: .55px; }
.deal-copy h3 { margin: 0; min-height: 54px; font-size: 17px; line-height: 1.55; letter-spacing: -.15px; }
.deal-copy h3 a:hover { color: var(--green-700); }
.deal-price { margin: 17px 0 18px; display: flex; align-items: center; gap: 10px; }
.deal-price strong { color: var(--coral); font-size: 24px; }
.deal-price del { color: #98a09b; font-size: 14px; }
.offer-note { margin: -6px 0 16px; padding: 11px 12px; border-radius: 9px; color: #705315; background: #fff6d8; font-size: 12px; line-height: 1.5; }
.deal-actions { display: grid; grid-template-columns: 1fr 46px; gap: 10px; }
.deal-actions > a { height: 48px; display: grid; place-items: center; border: 1px solid #8ac6a0; border-radius: 10px; color: var(--green-800); background: var(--green-50); font-size: 14px; font-weight: 780; transition: .2s ease; }
.deal-actions > a:hover { color: #fff; background: var(--green-700); }
.favorite { height: 46px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 10px; background: transparent; color: #7b8680; cursor: pointer; }
.favorite.active { color: var(--coral); background: #fff3f4; border-color: #ffc4ca; }
.affiliate-disclosure { margin: 11px 0 0; color: #66736b; font-size: 12px; line-height: 1.55; }
.single-deal-cta { margin-top: 24px; }
.single-deal-cta > p:first-child { margin-bottom: 0; }
.single-deal-cta .affiliate-disclosure { max-width: 520px; margin-top: 9px; }
.empty-state { padding: 40px; text-align: center; border-radius: 14px; background: var(--soft); color: var(--muted); }

.deal-detail { min-height: 70vh; padding: 34px 0 88px; background: linear-gradient(180deg, var(--soft), var(--surface) 520px); }
.deal-breadcrumb { margin-bottom: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 13px; }
.deal-breadcrumb a { color: var(--green-700); font-weight: 700; }
.deal-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.deal-detail-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr); gap: 54px; align-items: start; }
.deal-detail-media { min-height: 560px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.deal-detail-media > img { width: 100%; height: 100%; max-height: 680px; object-fit: contain; object-position: center; }
.detail-discount { top: 20px; left: 20px; padding: 10px 15px; font-size: 14px; }
.deal-detail-summary { padding: 10px 0; }
.deal-detail-label { margin: 0 0 13px; color: var(--green-700); font-size: 13px; font-weight: 820; letter-spacing: .8px; text-transform: uppercase; }
.deal-detail-summary h1 { margin: 0; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.05; letter-spacing: -2.6px; }
.best-for { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.best-for strong { color: var(--ink); }
.deal-detail-price { margin: 26px 0 20px; padding: 22px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.deal-detail-price > strong { color: var(--coral); font-size: clamp(38px, 4vw, 52px); line-height: 1; }
.deal-detail-price > span { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 12px; }
.deal-detail-price del { font-size: 17px; }
.coupon-box { margin: 0 0 20px; padding: 14px 14px 14px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px dashed #77bf91; border-radius: 13px; background: var(--green-50); }
.coupon-box span { display: flex; flex-direction: column; gap: 4px; }
.coupon-box small { color: var(--muted); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .7px; }
.coupon-box strong { color: var(--green-900); font-size: 20px; letter-spacing: .8px; }
.coupon-box button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 9px; color: #fff; background: var(--green-700); cursor: pointer; font-weight: 760; }
.coupon-box button:hover, .coupon-box button.is-copied { background: var(--green-900); }
.deal-facts { margin: 0 0 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--border); border-radius: 13px; overflow: hidden; }
.deal-facts > div { min-width: 0; padding: 14px 15px; background: var(--surface); }
.deal-facts > div:nth-child(even) { border-left: 1px solid var(--border); }
.deal-facts > div:nth-child(n+3) { border-top: 1px solid var(--border); }
.deal-facts dt { margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .65px; }
.deal-facts dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 680; line-height: 1.45; overflow-wrap: anywhere; }
.detail-offer-note { margin: 0 0 18px; font-size: 13px; }
.deal-detail-cta { width: 100%; min-height: 56px; justify-content: center; font-size: 16px; }
.deal-detail-summary > .affiliate-disclosure { margin-top: 12px; font-size: 12px; }
.deal-review-section { margin-top: 68px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 24px; align-items: start; }
.deal-review-main { display: grid; gap: 24px; }
.review-panel { padding: 30px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); box-shadow: 0 10px 28px rgba(27, 51, 36, .06); }
.review-panel .section-kicker { margin-bottom: 8px; }
.review-panel h2 { margin: 0 0 18px; font-size: 27px; letter-spacing: -.7px; }
.review-copy { color: var(--muted); font-size: 16px; line-height: 1.8; }
.review-copy > :first-child { margin-top: 0; }
.review-copy > :last-child { margin-bottom: 0; }
.review-copy a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.feature-list, .pros-cons-grid ul { margin: 0; padding: 0; list-style: none; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); line-height: 1.55; }
.feature-list svg { margin-top: 2px; flex: 0 0 auto; color: var(--green-700); }
.pros-cons-grid { display: grid; gap: 24px; }
.pros-cons-grid li { position: relative; margin-top: 12px; padding-left: 22px; color: var(--muted); line-height: 1.6; }
.pros-cons-grid li::before { position: absolute; left: 0; top: 0; font-weight: 850; }
.pros-panel li::before { content: "+"; color: var(--green-700); }
.cons-panel li::before { content: "–"; color: var(--coral); }
.pros-panel { border-top: 4px solid var(--green-600); }
.cons-panel { border-top: 4px solid var(--coral); }
.deal-transparency-note { margin-top: 26px; padding: 24px 27px; display: flex; align-items: flex-start; gap: 15px; border-radius: 16px; color: var(--green-950); background: var(--green-100); }
.deal-transparency-note svg { flex: 0 0 auto; color: var(--green-700); }
.deal-transparency-note h2 { margin: 0 0 7px; font-size: 18px; }
.deal-transparency-note p { margin: 0; font-size: 13px; line-height: 1.65; }

.trust-row { margin-top: 55px; margin-bottom: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.trust-row > div { display: flex; align-items: center; justify-content: center; gap: 12px; }
.trust-row svg { width: 21px; color: var(--green-700); }
.trust-row span { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font-size: 14px; }
.trust-row small { color: var(--muted); font-size: 12px; line-height: 1.4; }

.newsletter { min-height: 170px; padding: 26px 36px; display: grid; grid-template-columns: 140px 1fr 1.05fr; gap: 34px; align-items: center; overflow: hidden; position: relative; border-radius: 18px; color: #fff; background: linear-gradient(100deg, #07703f, #39ad5f 55%, #c4ef96); box-shadow: 0 15px 34px rgba(7, 112, 63, .2); }
.newsletter::after { content: ""; width: 290px; height: 290px; position: absolute; right: -100px; top: -125px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.newsletter-art { position: relative; height: 120px; display: grid; place-items: center; }
.newsletter-art svg { transform: rotate(8deg); opacity: .85; }
.newsletter-art span { position: absolute; z-index: 2; top: 5px; left: 15px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 14px; background: #0b8247; font-size: 30px; font-weight: 820; transform: rotate(-11deg); box-shadow: 0 9px 20px rgba(0,0,0,.16); }
.newsletter-copy { position: relative; z-index: 2; }
.newsletter-copy p { margin: 0 0 8px; font-size: 12px; letter-spacing: 1.6px; font-weight: 850; opacity: .85; }
.newsletter-copy h2 { margin: 0 0 10px; max-width: 430px; font-size: 29px; line-height: 1.15; letter-spacing: -.9px; }
.newsletter-copy span { font-size: 14px; opacity: .88; }
.newsletter form { position: relative; z-index: 2; }
.newsletter form > div { height: 52px; padding: 5px 5px 5px 15px; display: flex; align-items: center; gap: 8px; border-radius: 10px; background: #fff; color: #78827c; box-shadow: 0 10px 25px rgba(13, 91, 49, .15); }
.newsletter input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; color: #213129; }
.newsletter button { height: 42px; padding: 0 18px; border: 0; border-radius: 8px; color: white; background: var(--green-800); cursor: pointer; font-weight: 720; font-size: 12px; }
.newsletter form small { display: block; min-height: 14px; margin: 8px 0 0 14px; font-size: 10px; opacity: .82; }
.follow-links { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.follow-links a { min-height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; color: #075137; background: rgba(255,255,255,.9); font-size: 14px; font-weight: 780; }
.follow-links a:hover { background: #fff; }

.articles-section { padding-bottom: 78px; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.article-card { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: 0 8px 24px rgba(28, 51, 37, .07); }
.article-card > img { width: 100%; aspect-ratio: 1.78; object-fit: cover; }
.article-card > div { padding: 18px 19px 20px; }
.article-card span { display: inline-block; padding: 4px 7px; border-radius: 99px; color: #fff; background: var(--green-700); font-size: 8px; font-weight: 760; }
.article-card h3 { margin: 11px 0 13px; font-size: 18px; line-height: 1.42; letter-spacing: -.25px; }
.article-card p { margin: 0; color: var(--muted); font-size: 11px; }

.footer { color: rgba(255,255,255,.8); background: linear-gradient(130deg, #075334, #043c29); }
.footer-grid { padding: 52px 0 42px; display: grid; grid-template-columns: 1.25fr .72fr 1.05fr 1.45fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo { color: white; margin-bottom: 18px; }
.footer-logo .brand-copy strong span { color: #84dfa2; }
.footer-logo .brand-copy small { color: rgba(255,255,255,.55); }
.footer-grid h3 { margin: 4px 0 17px; color: white; font-size: 16px; }
.footer-grid p { margin: 0 0 12px; max-width: 300px; font-size: 14px; line-height: 1.7; }
.footer-grid a:not(.brand) { margin-bottom: 11px; font-size: 14px; transition: color .2s; }
.footer-grid a:not(.brand):hover { color: #9be8b3; }
.footer-subscribe { margin-top: 6px; display: inline-flex; align-items: center; gap: 7px; color: #a1e7b7; font-weight: 760; }
.footer-contact-link { font-size: 14px !important; text-decoration: underline; text-underline-offset: 3px; }
.footer-grid .social-title { margin-top: 20px; }
.footer-socials { display: flex; align-items: center; gap: 10px; }
.footer-socials a { width: 37px; height: 37px; margin: 0 !important; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; }
.footer-socials a:hover { background: rgba(255,255,255,.12); }
.footer-newsletter h3 { font-size: 16px; }
.footer-newsletter form { width: 100%; }
.footer-newsletter label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 750; letter-spacing: .8px; text-transform: uppercase; }
.footer-newsletter input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; outline: 0; color: #203329; background: #fff; font-size: 13px; }
.footer-newsletter button { width: 100%; height: 44px; margin-top: 9px; border: 0; border-radius: 8px; color: #075137; background: #a7e9b9; cursor: pointer; font-size: 12px; font-weight: 780; }
.footer-newsletter button:hover { background: #c3f3cf; }
.footer-newsletter small { display: block; min-height: 13px; margin-top: 8px; color: rgba(255,255,255,.65); font-size: 9px; }
.footer-transparency p { max-width: 310px; color: rgba(255,255,255,.72); }
.legal-links { margin-top: 5px; display: flex; flex-wrap: wrap; gap: 4px 16px; }
.legal-links a { color: #a1e7b7; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { min-height: 66px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 12px; }

.dark-theme { --surface: #122019; --soft: #182b21; --ink: #f1f6f2; --muted: #a3afa8; --border: #2c4437; --green-50: #183526; --green-100: #204f35; }
.dark-theme .header { background: rgba(18, 32, 25, .92); }
.dark-theme .hero { background: linear-gradient(105deg, #122019 1%, #18251e 48%, #302824 100%); }
.dark-theme .hero-visual > img { opacity: .88; }
.dark-theme .store-chip { color: var(--ink); }
.dark-theme .deal-image { background: #f7faf8; }

@media (max-width: 1050px) {
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .deals-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-benefits { gap: 16px; }
  .newsletter { grid-template-columns: 110px 1fr 1fr; gap: 22px; }
  .footer-grid { grid-template-columns: 1.2fr .75fr 1fr; }.footer-transparency { grid-column: 1 / -1; }
  .deal-detail-hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 34px; }
  .deal-detail-media { min-height: 480px; }
  .deal-review-section { grid-template-columns: minmax(0, 1fr) minmax(270px, .55fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .nav-wrap { height: 70px; }
  .brand-copy strong { font-size: 21px; }.brand-mark { width: 38px; height: 38px; }
  .mobile-menu { display: grid; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 10px 20px 18px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--border); background: var(--surface); box-shadow: 0 15px 25px rgba(0,0,0,.08); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 0; }.nav-links a.active::after { bottom: 6px; right: auto; width: 28px; }
  .search-zone { height: 72px; padding-top: 11px; background: var(--surface); }
  .search-bar { top: 9px; transform: translateX(-50%); height: 52px; }
  .search-bar button { width: 42px; height: 40px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-top: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 0 35px; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); letter-spacing: -3px; }
  .hero-intro { margin: 20px 0 24px; font-size: 15px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-benefits > div { align-items: flex-start; }.hero-benefits small { display: none; }
  .hero-visual { height: 420px; margin-inline: -14px; }.hero-visual > img { border-radius: 38% 0 0 0; object-position: 80% center; }
  .save-card { left: 8px; top: 80px; }.verify-card { right: 6px; top: 160px; }
  .store-strip { margin-top: 18px; min-height: 80px; align-items: flex-start; flex-direction: column; gap: 10px; }.store-logos { width: 100%; }
  .section-block { padding-top: 56px; }
  .section-heading h2 { font-size: 30px; }.section-heading .section-kicker { margin-bottom: 7px; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }.category-card { min-height: 118px; font-size: 13px; }
  .deals-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 20px; }.deal-card, .deal-card:nth-child(n) { display: block; min-width: min(84vw, 370px); scroll-snap-align: start; }.deal-image { height: 285px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }.trust-row > div { justify-content: flex-start; }
  .newsletter { padding: 30px 24px; grid-template-columns: 1fr; gap: 18px; }.newsletter-art { display: none; }.newsletter-copy h2 { font-size: 26px; }
  .articles-grid { grid-template-columns: 1fr; }.article-card { display: grid; grid-template-columns: 42% 1fr; }.article-card > img { height: 100%; aspect-ratio: auto; }.article-card > div { padding: 15px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }.footer-brand, .footer-transparency { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .deal-detail { padding-top: 24px; }
  .deal-detail-hero { grid-template-columns: 1fr; gap: 30px; }
  .deal-detail-media { min-height: 0; aspect-ratio: 1 / 1; }
  .deal-detail-summary { padding: 0; }
  .deal-detail-summary h1 { font-size: clamp(36px, 9vw, 50px); letter-spacing: -1.8px; }
  .deal-review-section { margin-top: 48px; grid-template-columns: 1fr; }
  .pros-cons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 24px); }
  .brand-copy small { display: none; }
  .hero-copy { padding-top: 43px; }.eyebrow { font-size: 12px; }
  .hero h1 { font-size: 48px; }
  .hero-benefits { grid-template-columns: 1fr 1fr; }.hero-benefits > div:nth-child(3) { display: none; }
  .hero-visual { height: 345px; }.floating-card { min-width: 128px; padding: 10px; }.verify-card { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: flex-start; }.section-heading > .text-link { display: none; }
  .trust-row { grid-template-columns: 1fr; margin-top: 40px; }
  .follow-links { grid-template-columns: 1fr; }
  .article-card { display: block; }.article-card > img { width: 100%; height: auto; aspect-ratio: 1.75; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-transparency { grid-column: auto; }
  .deal-detail { padding-bottom: 60px; }
  .deal-breadcrumb { margin-bottom: 20px; }
  .deal-detail-summary h1 { font-size: 36px; }
  .deal-facts, .feature-list, .pros-cons-grid { grid-template-columns: 1fr; }
  .deal-facts > div:nth-child(even) { border-left: 0; }
  .deal-facts > div:nth-child(n+2) { border-top: 1px solid var(--border); }
  .review-panel { padding: 23px 20px; }
  .coupon-box { align-items: stretch; flex-direction: column; }
  .coupon-box button { width: 100%; }
  .deal-transparency-note { padding: 21px 19px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

body.admin-bar .header { top: 32px; }
.td-content { min-height: 65vh; padding: 70px 0 90px; }
.td-content-inner { width: min(820px, 100%); }
.td-content h1 { margin: 0 0 25px; font-size: clamp(36px, 6vw, 58px); line-height: 1.05; letter-spacing: -2px; }
.td-content h2, .td-content h3 { margin-top: 1.7em; }
.td-content p, .td-content li { color: var(--muted); font-size: 16px; line-height: 1.8; }
.td-content a { color: var(--green-700); text-decoration: underline; }
.td-content .primary-button { color: #fff; text-decoration: none; }
.td-content img { border-radius: 14px; }
.td-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.td-post-card { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: 0 8px 24px rgba(28, 51, 37, .07); }
.td-post-card img { width: 100%; aspect-ratio: 1.65; object-fit: cover; border-radius: 0; }
.td-post-card > div { padding: 20px; }
.td-post-card h2 { margin: 0 0 10px; font-size: 20px; }
.td-post-card p { font-size: 13px; }
.td-empty { padding: 35px; border-radius: 14px; background: var(--soft); color: var(--muted); }
.deal-card[hidden] { display: none !important; }
.newsletter-message { color: #fff; }
#categories, #hot-deals, #blog { scroll-margin-top: 92px; }

@media (max-width: 782px) { body.admin-bar .header { top: 46px; } }
@media (max-width: 780px) { .td-post-list { grid-template-columns: 1fr; } }
