/*
Theme Name:   Magazine Premium Child
Theme URI:    https://truepornreviews.com
Description:  Child theme for Magazine Premium — sales-optimized review design with discount badges, star ratings, CTA buttons, and full mobile responsiveness.
Author:       Custom
Template:     magazine-premium-master
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  magazine-premium-child
*/

/* ============================================================
   IMPORT PARENT THEME
   ============================================================ */
@import url("../magazine-premium-master/style.css");

/* ============================================================
   DESIGN TOKENS / VARIABLES
   ============================================================ */
:root {
  /* ── Unified orange system ─────────────────────────────────
     Primary   #c94400 — logo / Lifetime Deals / key CTAs (dark, premium)
     Secondary #e0621a — sidebar letters / UI / filters (medium)
     Accent    #f07535 — hover accents / underlines (brightest)
  ─────────────────────────────────────────────────────────── */
  --color-primary:     #c94400;   /* dark rich orange — logo / Lifetime / key CTA */
  --color-primary-dk:  #a83800;   /* hover on primary */
  --color-secondary:   #DF7830;   /* orange — sidebar letters / UI (calm, -5% sat from prev) */
  --color-accent:      #e0621a;   /* accent — hover on secondary elements */
  --color-cta:         #e8000d;   /* red — "get deal" button */
  --color-cta-dk:      #b80009;
  --color-text:        #1a1a1a;   /* deep black — sharper, more premium */
  --color-text-muted:  #6b7280;
  --color-bg:          #F5F3EF;   /* warm off-white */
  --color-card:        #ffffff;
  --color-border:      #E8DDD0;   /* warm border */
  --color-star:        #d4530a;   /* stars match primary orange */
  --color-gold:        #F0C040;   /* button gold — bright vivid like blackfridayporn */
  --color-gold-light:  #F8D060;   /* gold hover — brighter */

  --radius-card:       10px;
  --radius-btn:        4px;
  --shadow-card:       0 2px 16px rgba(0,0,0,.08);
  --shadow-card-hover: 0 8px 32px rgba(0,0,0,.14);
  --transition:        all .22s ease;

  --font-body:         'Inter', 'Segoe UI', sans-serif;
  --font-heading:      'Inter', 'Segoe UI', sans-serif;
}

/* ============================================================
   GOOGLE FONTS — load Inter for modern feel
   (also add in functions.php wp_enqueue_style)
   ============================================================ */

/* ============================================================
   GLOBAL RESET OVERRIDES
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

body {
  background: var(--color-bg);
  font-family: var(--font-body);
  color: var(--color-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--color-primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--color-primary-dk); }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  color: var(--color-text);
  line-height: 1.25;
  margin-top: 0;
}

img:not(.emoji) { max-width: 100%; height: auto; display: block; }
img.emoji { display: inline !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -.1em !important; }

/* ============================================================
   HEADER — sticky, logo left + search right
   ============================================================ */
#header {
  background: #fff;
  border-bottom: 3px solid var(--color-primary);
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
  position: relative; /* header scrolls with page */
  z-index: 100;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Logo / site title — fixed width so search gets all remaining space */
.header-logo-wrap {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: none;
}

/* Override parent theme's huge padding on #site-logo */
#site-logo {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

#site-logo img {
  max-height: 52px;
  width: auto;
  display: block;
}

#site-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.15;
}

#site-title a {
  color: var(--color-primary) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  text-transform: none !important;
  white-space: nowrap;
  text-shadow: 0 1px 10px rgba(201,68,0,0.22);
}
#site-title a:hover { color: #b04208 !important; }

.site-title-heart {
  color: #e03a1e;
  font-style: normal;
  font-size: 1.05em;
  line-height: 1;
}

#site-description {
  font-size: .72rem;
  color: var(--color-text-muted);
  margin: 2px 0 0;
  padding: 0 !important;
}

/* Override parent theme #title-wrapper margin */
#title-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

/* Search — fills all remaining header space */
.header-search-wrap {
  flex: 1 1 0%;
  min-width: 0;
  max-width: none;
}

.header-search-wrap .search-form {
  display: flex;
  height: 46px;
  width: 100%;
}

.header-search-wrap .search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 0 18px;
  border: 2px solid #d4b89a;
  border-right: none;
  border-radius: 10px 0 0 10px;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  height: 100%;
  background: #fffaf7;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.header-search-wrap .search-form input[type="search"]::placeholder {
  color: #a89080;
}

.header-search-wrap .search-form input[type="search"]:focus {
  border-color: var(--color-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201,68,0,.10);
}

.header-search-wrap .search-form input[type="submit"] {
  background: transparent;
  color: rgba(160,55,0,0.6);
  border: 1.5px solid rgba(160,55,0,0.3);
  padding: 0 18px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: .82rem;
  height: 100%;
  transition: all .2s;
  white-space: nowrap;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-shrink: 0;
  min-width: 80px;
}

.header-search-wrap .search-form input[type="submit"]:hover {
  background: var(--color-primary);
  color: #fff;
}

/* ---- SEARCH AUTOCOMPLETE DROPDOWN ---- */
#search-suggestions {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid var(--color-border);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.13);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 9999;
  overflow: hidden;
}

#search-suggestions.is-open { display: block; }

#search-suggestions li {
  margin: 0;
  padding: 0;
  border: none !important;
  display: block !important;
}

#search-suggestions li a {
  display: block;
  padding: 9px 16px;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text) !important;
  text-decoration: none;
  transition: background .12s, color .12s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search-suggestions li a:hover,
#search-suggestions li.active a {
  background: var(--color-primary);
  color: #fff !important;
}

/* ---- END AUTOCOMPLETE ---- */

/* Mobile burger */
.mobile-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 0;
  margin-right: 8px;
  min-width: 44px;
  min-height: 44px;
}

.mobile-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: var(--transition);
}

/* Navigation bar */
#nav-wrapper {
  background: linear-gradient(90deg, #1a0900 0%, #2d1500 50%, #1a0900 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(100,40,0,.40);
}

.nav-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.menus ul { margin: 0; padding: 0; list-style: none; display: flex; }

.menus ul li {
  position: relative;
}

/* тонкий вертикальный разделитель между пунктами */
.menus ul li + li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28%;
  height: 44%;
  width: 1px;
  background: rgba(255,255,255,.13);
  pointer-events: none;
}

.menus ul li a {
  color: rgba(255,255,255,.95);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 13px 20px;
  display: block;
  position: relative;
  transition: color .22s ease;
}

/* анимированная линия снизу */
.menus ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--color-primary);
  transition: left .25s ease, right .25s ease;
}

.menus ul li a:hover {
  color: var(--color-primary);
  background: none;
}
.menus ul li a:hover::after {
  left: 14px;
  right: 14px;
}

.menus ul li.current-menu-item > a {
  color: var(--color-primary);
  background: none;
}
.menus ul li.current-menu-item > a::after {
  left: 14px;
  right: 14px;
}

/* money-page highlight — оранжевый pill */
.menus ul li.menu-highlight > a {
  color: #fff !important;
  background: var(--color-primary) !important;
  border-radius: 4px;
  margin: 6px 4px;
  padding: 7px 16px;
}
.menus ul li.menu-highlight > a::after { display: none; }
.menus ul li.menu-highlight > a:hover {
  background: var(--color-primary-dk) !important;
  color: #fff !important;
}

.menus ul ul {
  background: #1e293b;
  border-top: 2px solid var(--color-primary);
  min-width: 200px;
  box-shadow: var(--shadow-card-hover);
}

.menus ul ul li a {
  font-size: .82rem;
  padding: 9px 18px;
  text-transform: none;
  letter-spacing: 0;
}

/* Old mobile menu — hide (replaced by burger) */
#mobile-menu { display: none !important; }
#drop-down-search { display: none !important; }

/* ============================================================
   PAGINATION — "Porn Deals X of Y"
   ============================================================ */
#pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.total-pages {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  color: var(--color-text-muted);
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 6px 12px;
  white-space: nowrap;
}

.pagination-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-primary);
  font-size: .75rem;
}

.pl-true {
  font-weight: 800;
  color: inherit;
  letter-spacing: inherit;
}

.pagination-current {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-text);
}

.pagination-sep { font-size: .75rem; color: var(--color-text-muted); }

.pagination-total {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

/* Page number links */
#pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-card);
  border: 1px solid var(--color-border);
  transition: var(--transition);
  text-decoration: none;
}

#pagination .page-numbers:hover,
#pagination .page-numbers.current {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

/* Responsive header */
@media (max-width: 700px) {
  .header-inner { flex-wrap: wrap; padding: 8px 12px; gap: 10px; }
  .header-logo-wrap { flex: 1 1 auto; }
  .mobile-burger { display: flex; order: -1; }
  .header-search-wrap { order: 3; width: 100%; flex: 1 1 100%; }
  .header-search-wrap .search-form { height: 42px; }
  .header-search-wrap .search-form input[type="submit"] {
    min-width: 0;
    padding: 0 16px;
    font-size: .85rem;
    letter-spacing: .04em;
  }
  #nav-wrapper .menus { display: none; }
  #nav-wrapper .menus.is-open { display: block; }
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.breadcrumbs {
  margin: 0 0 16px;
  font-size: .82rem;
  color: #888;
}

.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.breadcrumbs li { display: flex; align-items: center; gap: 4px; }

.breadcrumbs a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color .2s;
}

.breadcrumbs a:hover { color: var(--color-primary-dk); text-decoration: underline; }

.breadcrumbs [aria-current="page"] { color: #666; }

.bc-sep { color: #bbb; font-size: .9rem; }

/* ============================================================
   HOMEPAGE HERO — title block above post list
   ============================================================ */
.homepage-hero {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}

.homepage-intro {
  font-size: .92rem;
  color: #666;
  line-height: 1.6;
  margin: 10px 0 0;
  max-width: 720px;
}

.homepage-seasonal {
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.4;
}

.homepage-h1 {
  margin: 0 0 6px;
}

.homepage-h1__main {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-primary);
  margin: 0;
  line-height: 1.2;
}

.homepage-hero__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}

.homepage-h1__sub {
  font-size: .95rem;
  color: var(--color-text-muted);
  margin: 0;
  font-weight: 500;
}

.homepage-meta {
  font-size: .82rem;
  color: var(--color-text-muted);
  margin: 0;
  font-style: italic;
}

/* ── Category page title (not H1 — just styled label) ── */
.category-header { margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--color-border); }
.category-title {
  font-size: 1rem;
  font-weight: 600;
  color: #888;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.category-title::before { content: '↳ '; color: var(--color-primary); font-style: normal; }

/* ── Category archive header ── */
#archive-header {
  padding: 16px 0 16px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--color-primary);
}

#archive-header .page-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.2;
}

.archive-desc {
  color: #777;
  font-size: .88rem;
  margin: 4px 0 0;
}

/* ============================================================
   MAIN LAYOUT
   ============================================================ */
#main {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0 16px;
}

#primary { padding-right: 24px; }

/* Single post — full width, no sidebar */
.single #primary {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  float: none;
}

/* ============================================================
   POST CARDS — 2-column vertical grid (image top, content below)
   ============================================================ */

/* Grid container */
.review-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

/* Card wrapper: vertical flex column */
article.post,
article.type-post {
  background: var(--color-card);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 0;
}

article.post:hover,
article.type-post:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}

/* ---- THUMBNAIL — full width on top ---- */
.review-thumb-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex: none;
  background: #f0ebe3;
  aspect-ratio: 1/1;
}

.review-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: block;
}

article.post:hover .review-thumb-wrap img,
article.type-post:hover .review-thumb-wrap img {
  transform: scale(1.06);
}

/* ---- DISCOUNT BADGE ---- */
.badge-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  z-index: 5;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.badge-discount--green {
  background: rgba(15, 15, 15, 0.78);
  left: 8px;
  top: 8px;
  border: 1.5px solid rgba(255,215,0,.55);
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .88rem;
  font-weight: 800;
  color: #FFD700;
  text-shadow: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.45);
  animation: none;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: center;
  backdrop-filter: blur(2px);
}

/* On single post — bigger, more prominent */
.sr-thumb .badge-discount--green {
  top: 14px;
  left: 14px;
  padding: 10px 22px;
  font-size: 1.4rem;
  border-radius: 30px;
  border: 2px solid rgba(255,215,0,.9);
  background: rgba(10,10,10,.85);
}

@media (max-width: 700px) {
  .badge-discount {
    font-size: .82rem;
    padding: 5px 10px;
  }
}

/* ---- LABEL BADGES ---- */
.badge-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: .68rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  z-index: 5;
}

.badge-label.top       { background: #f97316; color: #fff; }
.badge-label.hot       { background: var(--color-primary); color: #fff; }
.badge-label.exclusive { background: #7c3aed; color: #fff; }
.badge-label.free      { background: #059669; color: #fff; }

/* ---- PREMIUM CARD BADGE — bottom center strip (lists only) ---- */
.badge-card-premium {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(10, 10, 10, 0.90);
  border-top: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 5px 8px;
  z-index: 4;
  pointer-events: none;
}

/* ---- CARD BODY — below image ---- */
.card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0; /* prevent overflow */
}

/* ---- TOP ROW: title block + rating badge ---- */
.card-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.card-title-block { flex: 1; min-width: 0; }

/* ---- RATING BADGE — dark box top-right ---- */
.rating-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -.5px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
  line-height: 1;
}

.rating-badge .rating-max {
  font-size: .58rem;
  font-weight: 500;
  opacity: .65;
  margin-top: 2px;
  letter-spacing: 0;
}

/* ---- CATEGORY TAG ---- */
.post-category { margin-bottom: 3px; }

.post-category a {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-primary);
  background: rgba(220,53,69,.08);
  padding: 2px 8px;
  border-radius: 20px;
}

/* ---- TITLE ---- */
.entry-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 6px;
  text-transform: none;
}

.entry-title a { color: var(--color-text); }
.entry-title a:hover { color: var(--color-primary); }

/* ---- STAR RATING ---- */
.star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.stars { display: inline-flex; gap: 1px; }

.stars span        { color: #d1d5db; font-size: 1rem; line-height: 1; }
.stars span.filled { color: var(--color-star); }

.rating-number {
  font-size: .78rem;
  font-weight: 700;
  color: var(--color-text-muted);
}

/* ---- META ---- */
.entry-meta {
  font-size: .72rem;
  color: var(--color-text-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.entry-meta a { color: var(--color-text-muted); }
.entry-meta a:hover { color: var(--color-primary); }

/* ---- EXCERPT ---- */
.excerpt {
  font-size: .85rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.excerpt p { margin: 0; display: contents; }

/* ---- BOTTOM ROW: price on top, button full width below ---- */
.card-bottom-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

/* ---- PRICE ROW ---- */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.price-old  { font-size: .85rem; color: #888; text-decoration: line-through; text-decoration-thickness: 2px; }
.price-new  { font-size: 1.52rem; font-weight: 900; color: #D4000D; }
.price-free { font-size: 1.15rem; font-weight: 800; color: #059669; }

/* Price in single post hero — bigger */
.sr-price .price-new  { font-size: 2.4rem; }
.sr-price .price-old  { font-size: 1.15rem; color: #888; text-decoration-thickness: 2px; }

/* ---- CTA BUTTON — dark premium + gold, pill shape ---- */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #181818 0%, #0d0d0d 100%);
  color: #FFD700 !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  padding: 13px 36px;
  border-radius: 50px;
  border: 1.5px solid rgba(255,215,0,.7);
  cursor: pointer;
  transition: all .25s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  box-shadow: 0 0 18px rgba(255,145,0,0.25), 0 3px 12px rgba(0,0,0,.35);
  white-space: nowrap;
}

/* shimmer sweep on card buttons */
.btn-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,215,0,.12), transparent);
  transform: skewX(-20deg);
  animation: btn-shine 3.5s ease-in-out infinite;
}

@keyframes btn-shine {
  0%   { left: -120%; }
  40%  { left: 160%; }
  100% { left: 160%; }
}

/* Card bottom row — centre the button */
.card-bottom-row .btn-cta,
.card-body > .btn-cta {
  align-self: center;
  margin-top: auto;
}

/* Hover — stronger gold glow + scale */
.btn-cta:hover {
  background: linear-gradient(135deg, #222 0%, #111 100%);
  color: #FFE030 !important;
  border-color: #FFE030;
  box-shadow: 0 0 28px rgba(255,145,0,0.42), 0 4px 16px rgba(0,0,0,0.4);
  transform: translateY(-2px) scale(1.03);
}

.btn-cta .arrow { transition: transform .2s ease; }
.btn-cta:hover .arrow { transform: translateX(4px); }

/* CTA button text: full on desktop, short on mobile */
.cta-short { display: none; }
@media (max-width: 768px) {
  .cta-full { display: none; }
  .cta-short { display: inline; }
}

/* ============================================================
   MOBILE: 1 column
   ============================================================ */
@media (max-width: 640px) {
  .review-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-list article.post,
  .review-list article.type-post {
    flex-direction: column;
  }

  .review-list .review-thumb-wrap {
    width: 100%;
    aspect-ratio: 16/9;
  }

  .review-list .card-body { padding: 14px 16px 16px; }
  .card-body { padding: 14px 16px 16px; }
  .card-bottom-row { flex-direction: column; align-items: stretch; }
  .btn-cta { width: 100% !important; }
}

/* Tablet: 2 columns still look good */
@media (max-width: 900px) and (min-width: 641px) {
  .review-list { gap: 14px; }
}

/* ============================================================
   REVIEW LIST — override parent theme column classes
   ============================================================ */

/* Float grid — ensure columns sit side by side on single post */
#primary.c8 { width: 66.66%; float: left; padding-left: 20px; padding-right: 20px; }
#secondary.c4 { width: 33.33%; float: left; padding-left: 20px; padding-right: 20px; }

/* Narrower column → shrink thumb so CTA button stays wide */
#primary.c8 .sr-thumb { flex: 0 0 36%; max-width: 300px; }

/* Let grid handle sizing — remove float overrides */
#primary article.post,
#primary article.type-post {
  width: auto !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: none;
}

.row > article.post,
.row > article.type-post {
  width: auto !important;
  float: none !important;
}

/* ============================================================
   HOMEPAGE LIST — horizontal card layout (1 per row, desktop only)
   ============================================================ */
@media (min-width: 641px) {
  .review-list article.post,
  .review-list article.type-post {
    flex-direction: row;
  }

  .review-list .review-thumb-wrap {
    width: 260px;
    flex: none;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .review-list .card-body {
    padding: 20px 26px 22px;
  }
}

/* Remove parent theme border dividers between column groups */
.c12.border { display: none !important; }

/* ============================================================
   SIDEBAR
   ============================================================ */
#secondary {
  padding-left: 4px;
}
@media (min-width: 601px) {
  #secondary {
    position: sticky;
    top: 20px;
    align-self: flex-start;
  }
}

.widget {
  background: var(--color-card);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 20px;
  margin-bottom: 24px;
}

.widget-title {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-text);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-primary);
}

.widget ul { padding: 0; margin: 0; list-style: none; }
.widget ul li {
  padding: 7px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: .88rem;
}
.widget ul li:last-child { border-bottom: none; }

/* Top Deals widget box */
.widget-top-deals {
  background: linear-gradient(135deg, #fff0f0 0%, #ffffff 100%);
  border: 1px solid rgba(232,0,13,.15);
}

/* ---- SIDEBAR LINKS — numbered site list for SEO ---- */
.widget ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Numbered list counter */
.widget ul.numbered-list {
  counter-reset: widget-counter;
}

.widget ul.numbered-list li {
  counter-increment: widget-counter;
}

.widget ul.numbered-list li::before {
  content: counter(widget-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  background: var(--color-primary);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 1;
}

/* Site link style */
.widget ul li a {
  font-weight: 600;
  color: var(--color-text);
  font-size: .9rem;
  flex: 1;
  transition: color .18s;
}

.widget ul li a:hover {
  color: var(--color-primary);
}

/* Rating next to site name */
.widget ul li .site-rating {
  font-size: .75rem;
  font-weight: 700;
  color: var(--color-text-muted);
  background: #f1f5f9;
  padding: 2px 7px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- A–Z SITE INDEX WIDGET ---- */
.widget-az-index { padding: 18px 16px; }

/* Letter jump bar */
.az-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 14px;
}

.az-letter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #f1f5f9;
  color: var(--color-text);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, color .15s;
  flex-shrink: 0;
}

.az-letter-btn:hover,
.az-letter-btn.is-active {
  background: var(--color-primary);
  color: #fff;
}

/* "All" button slightly wider */
.az-letter-btn.az-all {
  width: auto;
  padding: 0 10px;
  font-size: .72rem;
}

/* Scrollable list area — no scroll by default, scroll only when .is-long */
.az-list {
  overflow-y: visible;
}

.az-list.is-long {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-border) transparent;
}

.az-list.is-long::-webkit-scrollbar { width: 4px; }
.az-list.is-long::-webkit-scrollbar-track { background: transparent; }
.az-list.is-long::-webkit-scrollbar-thumb { background: var(--color-border); border-radius: 4px; }

/* Letter group */
.az-group { margin-bottom: 10px; }

.az-group-letter {
  display: inline-block;
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff !important;
  background: #d4530a;
  padding: 2px 9px;
  border-radius: 4px;
  margin: 0 0 5px;
  line-height: 1.7;
  scroll-margin-top: 80px;
}

.az-group ul { margin: 0; padding: 0; list-style: none; }

.az-group ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 0;
  border-bottom: 1px solid #f1f5f9;
}

.az-group ul li:last-child { border-bottom: none; }

.az-group ul li a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--color-text);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s;
}

.az-group ul li a:hover { color: var(--color-primary); }

.az-group ul li .site-rating {
  font-size: .7rem;
  font-weight: 700;
  color: var(--color-text-muted);
  background: #f1f5f9;
  padding: 1px 6px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- TOP DEALS HOMEPAGE BLOCK ---- */
.tpr-featured-block{margin:0 0 36px;padding:36px 0 0}
.tpr-featured-title{font-size:1rem;font-weight:600;letter-spacing:.01em;color:#2a2a2a;margin:0 0 16px;padding:0 2px}
.tpr-featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
@media(max-width:900px){.tpr-featured-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.tpr-featured-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px;scroll-snap-type:x mandatory}}
.tpr-feat-card{background:#fff;border-radius:8px;border:1px solid #e8e4de;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}
.tpr-feat-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.09);transform:translateY(-2px)}
.tpr-feat-card--hero{border-color:#ddd;box-shadow:0 2px 8px rgba(0,0,0,.07)}
@media(max-width:600px){.tpr-feat-card{min-width:160px;scroll-snap-align:start}}
.tpr-feat-thumb{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:#f5f3ef}
.tpr-feat-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.tpr-feat-badge{position:absolute;top:6px;right:6px;font-size:.63rem;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap;opacity:.92}
.feat-b-orange{background:var(--color-primary);color:#fff}
.feat-b-purple{background:#7c3aed;color:#fff}
/* legacy — map to orange */
.feat-b-red,.feat-b-blue,.feat-b-green{background:var(--color-primary);color:#fff}
.tpr-feat-body{padding:10px 10px 12px;display:flex;flex-direction:column;gap:6px;flex:1}
.tpr-feat-name{margin:0;font-size:.82rem;font-weight:700;line-height:1.3}
.tpr-feat-name a{color:#1a1a1a;text-decoration:none}
.tpr-feat-name a:hover{color:var(--color-primary)}
.tpr-feat-price{font-size:.9rem;font-weight:800;color:#e00010}
.tpr-feat-cta{display:block;text-align:center;padding:7px 6px;font-size:.72rem;font-weight:800;letter-spacing:.04em;border-radius:6px;margin-top:auto}

/* ---- TOP OFFERS WIDGET ---- */
.widget-top-offers{padding:12px 14px 10px;margin-bottom:0;border-bottom:1px solid var(--color-border)}
.widget-top-offers .widget-title{font-size:.95rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#555;margin:0 0 8px}
.tpr-tabs{display:flex;gap:3px;flex-wrap:wrap;margin-bottom:10px}
.tpr-tab{flex:1;min-width:0;padding:4px 3px;font-size:.68rem;font-weight:600;border:1px solid var(--color-border);border-radius:4px;background:#faf8f5;color:#777;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}
.tpr-tab:hover{background:#fdf6ee;border-color:var(--color-primary);color:var(--color-primary)}
.tpr-tab.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.tpr-offers-list{list-style:none;margin:0;padding:0}
.tpr-offer a{display:flex;justify-content:space-between;align-items:center;padding:6px 4px;border-radius:4px;text-decoration:none;transition:background .12s,transform .12s}
.tpr-offer a:hover{background:#fdf6ee;transform:translateX(3px)}
.tpr-offer.tpr-top2 a{background:#fffbf5}
.tpr-offer.tpr-top2 .az-name{font-weight:700}
.tpr-offer+.tpr-offer{border-top:1px solid #f4f0ea}

/* ---- DISCOUNT CATEGORIES WIDGET ---- */
.widget-discount-cats { padding: 18px 16px 14px; }

.widget-discount-cats .widget-title {
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary-dk);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary);
}

/* Letter anchor navigation */
.az-letter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
  padding: 10px 0 14px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.az-letter-nav a {
  font-size: 0.9rem;
  font-weight: 800;
  color: #555;
  text-decoration: none;
  min-width: 22px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 3px;
  transition: color .15s, background .15s;
}
.az-letter-nav a:hover {
  color: #fff;
  background: var(--color-primary);
}

/* Mobile: single-row horizontal scroll */
@media (max-width: 600px) {
  .az-letter-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 10px;
  }
  .az-letter-nav::-webkit-scrollbar { display: none; }
  .az-letter-nav a { flex-shrink: 0; }
}

/* Reuse az-group styles — only tweak the list items */
.widget-discount-cats .az-group ul { margin: 0; padding: 0; list-style: none; }

.widget-discount-cats .dc-item { border-bottom: none; }
.widget-discount-cats .dc-item.dc-hidden { display: none; }

.widget-discount-cats .dc-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px 3px 8px;
  font-size: 0.83rem;
  color: #444;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0 5px 5px 0;
  background: transparent;
  transition: color .18s, border-color .18s, background .18s, padding-left .18s;
}

.widget-discount-cats .dc-item a::after {
  content: '→';
  font-size: 0.75rem;
  color: var(--color-primary);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .18s, transform .18s;
  margin-left: auto;
  flex-shrink: 0;
}

.widget-discount-cats .dc-item a:hover {
  color: var(--color-primary-dk);
  border-left-color: var(--color-primary);
  background: rgba(200, 148, 58, 0.08);
  padding-left: 12px;
}

.widget-discount-cats .dc-item a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.dc-show-more,
.dc-show-more-letter {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 5px 0;
  background: none;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.03em;
  transition: border-color .18s, background .18s, color .18s;
}
.dc-show-more:hover,
.dc-show-more-letter:hover {
  border-color: var(--color-primary);
  background: rgba(200, 148, 58, 0.07);
  color: var(--color-primary-dk);
}

/* ---- SIDEBAR DEAL CARD — mini version ---- */
.sidebar-deal-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}

.sidebar-deal-item:last-child { border-bottom: none; }

.sidebar-deal-item img {
  width: 60px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.sidebar-deal-info { flex: 1; min-width: 0; }

.sidebar-deal-title {
  font-size: .85rem;
  font-weight: 700;
  color: var(--color-text);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  margin-bottom: 3px;
}

.sidebar-deal-price {
  font-size: .78rem;
  font-weight: 800;
  color: var(--color-primary);
}

.sidebar-deal-item:hover .sidebar-deal-title { color: var(--color-primary); }

/* Hide lower front page section (Advanced Front Page lower block) */
#lower-index { display: none !important; }

/* ============================================================
   SINGLE POST PAGE — full review layout
   ============================================================ */

/* Reset card styles for single post */
.single article.post,
.single article.type-post,
article.single-review {
  display: block !important;
  flex-direction: unset !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  min-height: unset !important;
  margin-bottom: 0 !important;
}

/* ---- HERO: image left (40%) + meta right (60%) ---- */
.sr-hero {
  display: flex;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,.10);
  border: 1px solid var(--color-border);
  padding: 24px;
  margin-bottom: 28px;
}


.sr-thumb {
  position: relative;
  flex: 0 0 45%;
  max-width: 460px;
  border-radius: 10px;
  overflow: hidden;
  align-self: stretch;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.sr-thumb-link {
  display: flex;
  position: relative;
  line-height: 0;
  flex: 1;
  min-height: 0;
}

.sr-thumb img {
  width: 100%;
  height: 100%;
  flex: 1;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 10px;
  transition: transform .3s ease;
}

.sr-thumb-link:hover img {
  transform: scale(1.03);
}

/* "Get Discount" overlay on hover */
.sr-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  text-align: center;
  padding: 28px 12px 14px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transition: opacity .25s ease;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sr-thumb-link:hover .sr-thumb-overlay {
  opacity: 1;
}

/* Icon in CTA button */
.btn-icon {
  font-style: normal;
  margin-right: 2px;
}

.sr-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}

.sr-title {
  font-size: 1.7rem !important;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 !important;
  color: var(--color-text);
}

.sr-seo-intro {
  font-size: .92rem;
  color: #666;
  margin: 2px 0 6px;
  line-height: 1.5;
}

.sr-rating-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sr-price {
  margin: 0;
}
.sr-lifetime-badge {
  font-size: .82rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-left: 6px;
  vertical-align: middle;
}

/* ---- Lifetime Hero — minimal WOW block ---- */
.sr-lt-hero {
  background: linear-gradient(135deg, #fdf3e3 0%, #fdfaf0 100%);
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  padding: 18px 16px 14px;
  text-align: center;
  margin: 10px 0 12px;
  box-shadow: 0 4px 20px rgba(200,148,58,.18);
}
.sr-lt-hero__badge {
  display: inline-block;
  background: linear-gradient(90deg, #C8943A, #A67832);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.sr-lt-hero__price {
  font-size: 3.1rem;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 3px;
}
.sr-lt-hero__sub {
  font-size: .78rem;
  color: #999;
  letter-spacing: .01em;
  margin-bottom: 8px;
}
.sr-lt-hero__value {
  font-size: .86rem;
  font-style: italic;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}
/* Stepped savings hierarchy — $681 is the hero, text is support */
.sr-lt-hero__savings {
  margin: 8px 0 4px;
}
.sr-lt-hero__savings-primary {
  font-size: .78rem;   /* "Save" and "over 3 years" — quiet support text */
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}
.sr-lt-hero__savings-primary strong {
  color: var(--color-primary);
  font-size: 1.55rem;  /* $681 — the number is the anchor */
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1;
}
.sr-lt-hero__savings-secondary {
  font-size: .71rem;
  font-weight: 500;
  color: #bbb;         /* even lighter than primary text */
  margin-top: 2px;
}
/* No-savings fallback line — rational, not competing with price */
.sr-lt-hero__no-savings {
  font-size: .84rem;
  font-weight: 500;
  color: #666;
  margin-top: 8px;
}
/* SEO line under CTA — for Google, not the eye */
.sr-lt-seo {
  font-size: .78rem;
  color: #bbb;
  text-align: center;
  margin-top: 2px;
  font-style: italic;
}
/* "One-time payment. No recurring billing." line under CTA */
.sr-lt-onetime {
  font-size: .78rem;
  color: #888;
  text-align: center;
  margin-top: 2px;
  letter-spacing: .01em;
}
.sr-lt-hero__monthly {
  font-size: .76rem;
  color: #aaa;
  margin-top: 2px;
}

/* ============================================================
   UNIVERSAL OFFER HERO — Annual + Trial types
   Base class: .sr-offer-hero + modifier .sr-offer-hero--{type}
   ============================================================ */
.sr-offer-hero {
  border-radius: 10px;
  padding: 16px 16px 13px;
  text-align: center;
  margin: 10px 0 12px;
}
.sr-offer-hero__badge {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 10px;
}
.sr-offer-hero__old {
  font-size: .84rem;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.sr-offer-hero__price {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 3px;
}
.sr-offer-hero__price--free {
  color: #16a34a;
}
.sr-offer-hero__sub {
  font-size: .76rem;
  color: #999;
  margin-bottom: 8px;
}
.sr-offer-hero__monthly-eq {
  font-size: .84rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.sr-offer-hero__save {
  display: inline-block;
  border-radius: 6px;
  padding: 5px 14px;
  font-size: .92rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.sr-offer-hero__save strong {
  font-size: 1.05em;
}
.sr-offer-hero__save-sub {
  font-size: .73rem;
  color: #888;
  text-align: center;
  margin-top: 2px;
}
.sr-offer-hero__after {
  font-size: .78rem;
  color: #888;
  margin-top: 6px;
}

/* ---- Annual — neutral steel-blue tint ---- */
.sr-offer-hero--annual {
  background: linear-gradient(135deg, #f0f4ff 0%, #f8faff 100%);
  border: 2px solid #a5b4fc;
  box-shadow: 0 4px 20px rgba(99,102,241,.10);
}
.sr-offer-hero--annual .sr-offer-hero__badge {
  background: linear-gradient(90deg, #6366f1, #4f46e5);
  color: #fff;
}
.sr-offer-hero--annual .sr-offer-hero__price {
  color: #4f46e5;
}
.sr-offer-hero--annual .sr-offer-hero__monthly-eq {
  color: #6366f1;
}
.sr-offer-hero--annual .sr-offer-hero__save {
  background: #eef2ff;
  border: 1px solid rgba(99,102,241,.3);
}
.sr-offer-hero--annual .sr-offer-hero__save strong {
  color: #4f46e5;
}

/* ---- Trial — soft green, minimal, trust ---- */
.sr-offer-hero--trial {
  background: linear-gradient(135deg, #f0fdf4 0%, #f7fffe 100%);
  border: 2px solid #86efac;
  box-shadow: 0 4px 20px rgba(22,163,74,.08);
}
.sr-offer-hero--trial .sr-offer-hero__badge {
  background: linear-gradient(90deg, #16a34a, #15803d);
  color: #fff;
}
.sr-offer-hero--trial .sr-offer-hero__price {
  color: #15803d;
}
.sr-offer-hero--trial .sr-offer-hero__price--free {
  color: #15803d;
  font-size: 3rem;
}

/* CTA in hero — PREMIUM big button with shimmer + pulse glow */
.sr-cta {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1100 50%, #0a0a0a 100%) !important;
  color: #FFD700 !important;
  border: 2px solid rgba(255,215,0,.6) !important;
  border-radius: 50px !important;
  width: 100%;
  align-self: stretch;
  padding: 22px 40px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 0 rgba(255,215,0,0),
    0 0 16px rgba(255,215,0,0.15),
    0 4px 14px rgba(0,0,0,.32) !important;
  animation: sr-cta-pulse 2.8s ease-in-out infinite;
}

/* shimmer sweep — faster & more visible on the big hero button */
.sr-cta::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -130%;
  width: 60%;
  height: 120%;
  background: linear-gradient(90deg, transparent, rgba(255,215,0,.18), transparent);
  transform: skewX(-22deg);
  animation: sr-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes sr-cta-pulse {
  0%, 100% { box-shadow: 0 0 28px rgba(255,215,0,.28), 0 5px 20px rgba(0,0,0,.5) !important; }
  50%       { box-shadow: 0 0 48px rgba(255,215,0,.55), 0 5px 20px rgba(0,0,0,.5) !important; }
}

@keyframes sr-shine {
  0%   { left: -130%; }
  45%  { left: 160%; }
  100% { left: 160%; }
}

.sr-cta:hover {
  background: linear-gradient(135deg, #151500 0%, #2a2000 50%, #151500 100%) !important;
  color: #FFE840 !important;
  border-color: #FFE840 !important;
  transform: translateY(-3px);
  box-shadow: 0 0 56px rgba(255,215,0,0.65), 0 8px 28px rgba(0,0,0,.5) !important;
  animation: none;
}

.sr-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.sr-trust span {
  font-size: .88rem;
  color: #444;
  font-weight: 600;
  letter-spacing: .02em;
}

.sr-date-meta {
  font-size: .78rem;
  color: var(--color-text-muted);
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: auto;
}

/* ---- FULL CONTENT ---- */
/* ---- Headline inline (inside hero, between trust & CTA) ---- */
.sr-headline-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #C8943A 0%, #A67832 100%);
  border: none;
  border-left: 4px solid #F0C040;
  border-radius: 6px;
  padding: 13px 18px;
  margin: 12px 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 3px 14px rgba(200,148,58,.3);
  letter-spacing: .01em;
}
.sr-headline-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  animation: pulse-icon 1.8s ease-in-out infinite;
}
@keyframes pulse-icon {
  0%,100% { transform: scale(1);    opacity: 1; }
  50%      { transform: scale(1.3);  opacity: .85; }
}

/* ─── Discount Verified badge ─── */
.sr-code-verified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #FDF8EE;
  border: 1px solid rgba(200,148,58,.45);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: .78rem;
  margin: 4px 0 14px;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(200,148,58,.12);
}
.scv-check { color: var(--color-primary); font-weight: 900; font-size: .9rem; line-height: 1; }
.scv-label { font-weight: 600; color: #5a4a2a; letter-spacing: .02em; }

/* ─── Micro-copy under CTA ─── */
.sr-micro-copy {
  font-size: .74rem;
  color: #9ca3af;
  margin: 7px 0 4px;
  text-align: center;
  letter-spacing: .01em;
}

/* ─── Deal urgency line ─── */
.deal-urgency {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #c0392b;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 6px 0 2px;
}

/* ─── "Price different?" note ─── */
.sr-price-note {
  font-size: .78rem;
  color: #b0b0b0;
  margin: 8px 0 0;
  text-align: center;
}
.sr-price-note a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sr-price-note a:hover { color: var(--color-primary-dk); }

/* ---- DEAL IMAGE OVERLAY — .deal-image links in post content ---- */
.deal-image {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.deal-image img {
  display: block;
  width: 100%;
  height: auto;
}
.deal-image:hover img {
  transform: scale(1.02);
}
.deal-image::after {
  content: 'View Deal →';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.88);
  color: #F0C040;
  font-size: 28px;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 26px;
  letter-spacing: 0.5px;
  border: 1.5px solid rgba(240, 192, 64, 0.55);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.80);
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.65);
  pointer-events: none;
  z-index: 2;
}
.deal-image:hover::after {
  background: rgba(0, 0, 0, 0.95);
  border-color: rgba(240, 192, 64, 0.85);
  color: #F8D060;
}

.sr-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 20px rgba(0,0,0,.07);
  border: 1px solid var(--color-border);
  padding: 28px 32px;
  margin-bottom: 28px;
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}

/* Force dark text on all paragraphs — override any inline styles */
.sr-content p,
.sr-content li,
.sr-content blockquote {
  color: #334155 !important;
}

.sr-content a {
  color: var(--color-primary);
}

.sr-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 24px 0 10px;
  padding: 10px 14px;
  background: #f8fafc;
  border-left: 4px solid var(--color-primary);
  border-radius: 0 8px 8px 0;
  line-height: 1.4;
}

/* ── COUPON H2 — orange strip, white text ── */
.sr-content h2.coupon-cta-h2 {
  background: linear-gradient(90deg, #E55A00 0%, #FF7A1A 50%, #E55A00 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 20px !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  box-shadow: 0 3px 16px rgba(229,90,0,0.35) !important;
  animation: none !important;
  margin: 32px 0 14px !important;
  display: none !important;
}

.sr-content h2.coupon-cta-h2::before {
  content: '↓ ' !important;
  font-style: normal !important;
  opacity: 0.9 !important;
}

.sr-content h2.coupon-cta-h2::after {
  content: ' ↓' !important;
  font-style: normal !important;
  opacity: 0.9 !important;
}

.sr-content h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 18px 0 8px;
  color: var(--color-text);
}

/* Images inside content — full width, rounded */
.sr-content img:not(.emoji) {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  margin: 16px 0;
  display: block;
}

/* Emoji inside content — keep inline at text size */
.sr-content img.emoji,
.sr-content p img[src*="twemoji"],
.sr-content p img[src*="emoji"],
.sr-content p img[draggable="false"] {
  width: auto !important;
  height: 1.4em !important;
  display: inline !important;
  vertical-align: middle !important;
  margin: 0 .1em !important;
  border-radius: 0 !important;
}

/* Remove extra margin from <p> wrapping images (wpautop) */
.sr-content p:has(> img:only-child) {
  margin: 0;
  line-height: 0;
  font-size: 0;
}

/* Coupon image link — make it a proper block */
.sr-content a:has(> img),
.sr-content p > a:has(> img) {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity .2s, transform .2s;
}

.sr-content a:has(> img):hover {
  opacity: .92;
  transform: translateY(-2px);
}

/* h2 in content — slightly less dramatic than default */
.sr-content h2:first-child {
  margin-top: 0;
}

/* Coupon anchor — offset for sticky header */
#site-coupon {
  scroll-margin-top: 80px;
}

/* ---- PREV / NEXT NAVIGATION ---- */
.sr-post-nav {
  margin-bottom: 32px;
}

.sr-post-nav__title {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-text-muted);
  margin: 0 0 12px;
}

.sr-post-nav__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* If only one nav card, stretch it */
.sr-post-nav__grid:has(.sr-nav-card:only-child) {
  grid-template-columns: 1fr;
}

.sr-nav-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px 16px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  overflow: hidden;
}

.sr-nav-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.11);
  transform: translateY(-2px);
  border-color: var(--color-primary);
}

.sr-nav-next {
  flex-direction: row-reverse;
  text-align: right;
}

.sr-nav-card__img {
  flex-shrink: 0;
  width: 72px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
}

.sr-nav-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-nav-card__no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--color-text-muted);
}

.sr-nav-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.sr-nav-card__label {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-primary);
}

.sr-nav-card__name {
  font-size: .92rem;
  font-weight: 700;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sr-nav-card__rating {
  font-size: .75rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

/* ---- MOBILE: single post stacks vertically ---- */
@media (max-width: 700px) {
  .sr-hero {
    flex-direction: column;
    padding: 16px;
  }

  .sr-thumb {
    flex: unset;
    max-width: 100%;
    width: 100%;
    height: 220px;
    min-height: unset;
  }
  .sr-thumb img {
    height: 100%;
    object-position: center center;
  }

  .sr-content { padding: 18px 16px; }

  .sr-bottom-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .sr-post-nav__grid { grid-template-columns: 1fr; }
  .sr-nav-next { flex-direction: row; text-align: left; }
}

/* Single post review box */
.review-summary-box {
  background: #fff;
  border: 2px solid var(--color-border);
  border-left: 5px solid var(--color-primary);
  border-radius: var(--radius-card);
  padding: 22px 24px;
  margin: 28px 0;
}

.review-summary-box h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}

/* Pros / Cons lists */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.pros li::before { content: '✓ '; color: var(--color-cta); font-weight: 700; }
.cons li::before { content: '✗ '; color: var(--color-primary); font-weight: 700; }

.pros ul, .cons ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}
.pros ul li, .cons ul li { font-size: .9rem; padding: 4px 0; }

/* ============================================================
   FOOTER
   ============================================================ */
/* ============================================================
   FOOTER — premium dark redesign
   ============================================================ */
#footer {
  background: #fff;
  color: #666;
  margin-top: 40px;
  border-top: 1px solid #e5ddd0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  text-align: center;
}

/* Brand */
.footer-logo {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary) !important;
  letter-spacing: .03em;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: .85rem;
  color: #666;
  margin: 0 0 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Nav */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
  margin-bottom: 28px;
}

.footer-nav a {
  font-size: .82rem;
  font-weight: 600;
  color: #999 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
  transition: color .18s;
}

.footer-nav a:hover { color: var(--color-primary) !important; }

/* Divider */
.footer-divider {
  border: none;
  border-top: 1px solid #222;
  margin: 0 0 22px;
}

/* Disclaimer */
.footer-disclaimer {
  font-size: .75rem;
  color: #555;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 14px;
}

/* Mobile sticky bottom nav — hidden on desktop, shown on mobile via media query */
.mob-nav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9000;
  background: #111;
  border-top: 1px solid #333;
  justify-content: space-around;
  align-items: center;
  padding: 6px 0 env(safe-area-inset-bottom);
}
.mob-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #aaa;
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  padding: 4px 12px;
  transition: color .15s;
}
.mob-nav__item:hover, .mob-nav__item.is-active { color: var(--color-primary); }
.mob-nav__icon { font-size: 1.1rem; line-height: 1; }

/* Copyright */
.footer-copy {
  font-size: .78rem;
  color: #888;
  margin: 0;
}

/* ============================================================
   SEARCH BAR
   ============================================================ */
.search-form {
  display: flex;
  gap: 0;
}

.search-form input[type="search"] {
  flex: 1;
  padding: 10px 14px;
  border: 2px solid var(--color-border);
  border-right: none;
  border-radius: var(--radius-btn) 0 0 var(--radius-btn);
  font-size: .9rem;
  outline: none;
  transition: var(--transition);
}

.search-form input[type="search"]:focus {
  border-color: var(--color-primary);
}

.search-form input[type="submit"] {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 0 var(--radius-btn) var(--radius-btn) 0;
  cursor: pointer;
  font-weight: 700;
  font-size: .88rem;
  transition: var(--transition);
}

.search-form input[type="submit"]:hover {
  background: var(--color-primary-dk);
}

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination, #posts-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.pagination a,
.pagination span,
#posts-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-card);
  border: 1px solid var(--color-border);
  transition: var(--transition);
}

.pagination a:hover,
#posts-pagination a:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.pagination .current {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

/* ============================================================
   MISCELLANEOUS UTILITIES
   ============================================================ */
.screen-reader-text { position: absolute; clip: rect(0,0,0,0); height: 1px; width: 1px; }

.fl { float: left; }
.fr { float: right; }
.clearfix::after { content: ''; display: table; clear: both; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Focus states for accessibility */
a:focus, button:focus, input:focus { outline: 2px solid var(--color-primary); outline-offset: 2px; }

/* ============================================================
   RESPONSIVE — TABLET (max 900px)
   ============================================================ */
@media (max-width: 900px) {
  .home-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  #primary { padding-right: 0; }

  .row { flex-wrap: wrap; }

  .c8, .c9 { width: 100% !important; }
  .c4, .c3 { width: 100% !important; padding-left: 0 !important; }

  #secondary { margin-top: 28px; }

  .pros-cons { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE — MOBILE (max 600px)
   ============================================================ */
@media (max-width: 600px) {

  /* Single column grid */
  .home-grid { grid-template-columns: 1fr; gap: 14px; }

  /* Header */
  #header { position: sticky; top: 0; }

  #mobile-menu { display: flex; }

  .title-logo-wrapper { padding: 8px 0; }

  #site-title a { font-size: 1.25rem; }

  /* Hide desktop nav, show mobile */
  #nav-wrapper .menus { display: none; }
  #nav-wrapper .menus.is-open { display: block; }

  /* Mobile bottom nav */
  .mob-nav { display: flex; }
  body { padding-bottom: 60px; }

  .menus ul li { border-bottom: 1px solid rgba(255,255,255,.07); }

  /* Cards */
  .card-body { padding: 14px 16px 16px; }

  .entry-title { font-size: 1.05rem !important; }

  .btn-cta {
    font-size: .9rem;
    padding: 14px 16px;
    /* Bigger touch target */
    min-height: 50px;
  }

  /* Price row */
  .price-new { font-size: 1.15rem; }

  /* Single post */
  .review-summary-box { padding: 16px; }

  /* Footer */
  #footer .c4 { width: 100% !important; margin-bottom: 20px; }

  /* Pagination — bigger tap targets */
  .pagination a,
  .pagination span,
  #posts-pagination a {
    min-width: 44px;
    height: 44px;
  }

  /* Main padding */
  #main { padding: 0 12px; margin-top: 14px; }
}

/* ============================================================
   LIFETIME DEALS PAGE  (ld-*)
   ============================================================ */
.ld-page-wrap { max-width: 860px; margin: 0 auto; padding: 0 16px 40px; float: none !important; width: 100% !important; }

/* Hero — dark luxury */
.ld-hero {
  background: linear-gradient(135deg, #0f0a04 0%, #1e1005 60%, #2a1608 100%);
  border-bottom: 3px solid var(--color-gold);
  padding: 42px 32px 36px;
  text-align: center;
  margin: 0 -16px 32px;
}
.ld-hero__eyebrow {
  display: inline-block;
  color: var(--color-gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid rgba(240,192,64,.35);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 14px;
}
.ld-hero__title {
  color: var(--color-gold) !important;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 12px;
  letter-spacing: -.01em;
}
.ld-hero__sub {
  color: rgba(255,255,255,.65);
  font-size: .95rem;
  margin: 0 0 18px;
}
.ld-hero__meta {
  color: rgba(255,255,255,.45);
  font-size: .78rem;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ld-hero__meta span { color: rgba(255,255,255,.55); }
.ld-hero__sep { opacity: .3; }

.ld-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }

.ld-item {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
.ld-item:hover { box-shadow: 0 6px 20px rgba(0,0,0,.12); }

.ld-item__num {
  flex: 0 0 52px;
  min-width: 52px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-text-muted);
  background: #f1f5f9;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ld-item__thumb-link { flex: 0 0 260px; display: block; }
.ld-item__thumb {
  width: 260px;
  height: 195px;
  overflow: hidden;
  position: relative;
}
.ld-item__thumb img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  display: block;
}
.ld-lifetime-tag {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #111;
  color: #fff;
  font-size: .7rem;
  padding: 2px 6px;
  border-radius: 4px;
}
.ld-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--color-accent, #dc3545);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
}

.ld-item__body {
  flex: 1;
  min-width: 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ld-item__title { font-size: 1rem; font-weight: 800; margin: 0; }
.ld-item__title a { color: var(--color-text); text-decoration: none; }
.ld-item__title a:hover { color: var(--color-accent); }
.ld-item__desc { font-size: .84rem; color: var(--color-text-muted); margin: 0; line-height: 1.5; }

.ld-price-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.ld-price-old { font-size: .85rem; color: var(--color-text-muted); text-decoration: line-through; }
.ld-price { font-size: 1.05rem; font-weight: 800; color: var(--color-accent, #dc3545); }
.ld-price--free { color: #16a34a; }

.ld-item__cta,
.ld-btn {
  align-self: flex-start;
  padding: 10px 24px;
  font-size: .88rem;
  width: auto !important;
  display: inline-block;
}

@media (max-width: 640px) {
  .ld-item { flex-direction: column; }
  .ld-item__num { width: 100%; min-width: 0; padding: 8px; flex: unset; align-self: auto; }
  .ld-item__thumb-link { flex: unset; width: 100%; }
  .ld-item__thumb { width: 100%; height: 220px; }
  .ld-item__thumb img { width: 100%; height: 220px; }
  .ld-item__cta { width: 100%; text-align: center; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (max 380px)
   ============================================================ */
@media (max-width: 380px) {
  #site-title a { font-size: 1.1rem; }
  .entry-title { font-size: .97rem !important; }
  .btn-cta { font-size: .85rem; }
}

/* ============================================================
   TOP 10 DEALS PAGE
   ============================================================ */
.td-page-wrap { max-width: 900px; margin: 0 auto; padding: 0 16px 40px; }

.td-header {
  text-align: center;
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #FFF8EE 0%, #FFF3E0 60%, #FFFAF2 100%);
  border-radius: 16px;
  border: 1px solid rgba(200,148,58,.28);
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(200,100,0,.08);
}
.td-h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a0800;
  margin-bottom: 10px;
}
.td-intro {
  font-size: 1rem;
  color: #6b5030;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Trust bar — updated date + verified icons */
.td-trust-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(200,148,58,.25);
}
.td-trust-bar span {
  font-size: .8rem;
  font-weight: 700;
  color: #7a5510;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: .02em;
}

/* List reset */
.td-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card */
.td-card {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  box-shadow: 0 3px 16px rgba(0,0,0,.07);
  overflow: hidden;
  transition: box-shadow .22s ease, transform .22s ease;
  position: relative;
}
.td-card:hover { box-shadow: 0 8px 28px rgba(180,70,0,.16); transform: translateY(-2px); }

/* Top 3 highlights */
.td-gold   { border-color: #f59e0b; border-width: 2px; background: linear-gradient(135deg, #fffbeb 0%, #fff 50%); box-shadow: 0 4px 20px rgba(245,158,11,.22); }
.td-silver { border-color: #94a3b8; border-width: 2px; }
.td-bronze { border-color: #b45309; border-width: 2px; }
.td-gold   .td-rank { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.td-silver .td-rank { background: linear-gradient(135deg, #cbd5e1, #94a3b8); }
.td-bronze .td-rank { background: linear-gradient(135deg, #d97706, #b45309); }

/* Rank column */
.td-rank {
  flex: 0 0 72px;
  min-width: 72px;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  align-self: stretch;
}
.td-rank-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.td-gold   .td-rank-num,
.td-silver .td-rank-num,
.td-bronze .td-rank-num { color: #fff; }
/* Default (ranks 4-10) */
.td-card:not(.td-gold):not(.td-silver):not(.td-bronze) .td-rank {
  background: #e2e8f0;
}
.td-card:not(.td-gold):not(.td-silver):not(.td-bronze) .td-rank-num {
  color: var(--color-text-muted);
}
.td-medal { font-size: 1.4rem; margin-top: 4px; line-height: 1; }

/* Thumbnail column */
.td-thumb {
  flex: 0 0 260px;
  max-width: 260px;
  height: 195px;
  position: relative;
  overflow: hidden;
  align-self: center;
}
.td-thumb img,
.td-img-placeholder {
  width: 100%;
  height: 195px;
  object-fit: cover;
  display: block;
  min-height: unset;
}
.td-img-placeholder {
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  color: var(--color-text-muted);
  padding: 16px;
  text-align: center;
}

.td-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #C84000 0%, #E85500 60%, #FF6800 100%);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(210,68,0,.35);
}

/* Body */
.td-body {
  flex: 1;
  min-width: 0;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.td-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0;
  color: var(--color-text);
}
.td-title a {
  color: var(--color-text);
  text-decoration: none;
}
.td-title a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}
.td-desc {
  font-size: .86rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin: 0;
}
.td-btn {
  align-self: flex-start;
  padding: 12px 24px;
  font-size: .95rem;
  width: auto;
}

/* Price row */
.td-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.td-price-new {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-accent, #dc3545);
}
.td-price-old {
  font-size: .9rem;
  color: var(--color-text-muted);
  text-decoration: line-through;
}

/* Read full review link */
.td-read-review {
  font-size: .85rem;
  color: var(--color-text-muted);
  text-decoration: none;
  align-self: flex-start;
}
.td-read-review:hover {
  color: var(--color-accent, #dc3545);
  text-decoration: underline;
}

/* Empty state */
.td-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--color-text-muted);
  font-size: 1rem;
}

/* Mobile */
@media (max-width: 640px) {
  .td-card { flex-direction: column; align-items: stretch; }
  .td-rank { flex-direction: row; gap: 8px; padding: 10px 16px; min-width: 0; flex: unset; }
  .td-thumb { flex: unset; max-width: 100%; max-height: 220px; }
  .td-thumb img { max-height: 220px; }
  .td-body { padding: 16px; }
  .td-btn { width: 100%; text-align: center; justify-content: center; }
  .td-read-review { align-self: center; }
  .td-h1 { font-size: 1.5rem; }
}

/* ============================================================
   STICKY CTA BAR — scroll-triggered deal reminder
   Desktop: slides from TOP | Mobile: slides from BOTTOM
   ============================================================ */
.deal-sticky {
  position: fixed;
  top: -90px;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #111;
  border-bottom: 3px solid var(--color-gold);
  transition: top .35s cubic-bezier(.4,0,.2,1);
  padding: 10px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.5);
}

.deal-sticky.is-visible {
  top: 0;
}

.deal-sticky__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.deal-sticky__label {
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-gold);
  white-space: nowrap;
  background: rgba(200,169,79,.15);
  padding: 3px 8px;
  border-radius: 4px;
}

.deal-sticky__title {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-sticky__prices {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.deal-sticky__price-old {
  font-size: .95rem;
  font-weight: 600;
  color: #aaa;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.deal-sticky__price {
  font-size: 1.1rem;
  font-weight: 900;
  color: #dc2626;
  white-space: nowrap;
}

.deal-sticky__price.free { color: #22c55e; }

.deal-sticky__btn {
  background: #FFD700;
  color: #111 !important;
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px 30px;
  border-radius: 50px;
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(255,215,0,0.7), 0 0 8px rgba(255,215,0,0.4);
}

.deal-sticky__btn:hover {
  background: #FFE433;
  box-shadow: 0 0 30px rgba(255,215,0,0.9), 0 0 12px rgba(255,215,0,0.5);
  transform: translateY(-1px);
}

.deal-sticky__close {
  background: none;
  border: none;
  color: #888;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  flex-shrink: 0;
  transition: color .2s;
}

.deal-sticky__close:hover { color: #fff; }

/* ---- MOBILE: slide from BOTTOM ---- */
@media (max-width: 768px) {
  .deal-sticky {
    top: auto;
    bottom: -90px;
    border-bottom: none;
    border-top: 3px solid var(--color-gold);
    transition: bottom .35s cubic-bezier(.4,0,.2,1);
    padding: 10px 14px;
  }

  .deal-sticky.is-visible {
    top: auto;
    bottom: 0;
  }

  .deal-sticky__title { display: none; }
  .deal-sticky__label { font-size: .65rem; }
  .deal-sticky__btn   { flex: 1; text-align: center; justify-content: center; }
}

/* ============================================================
   FORCE OVERRIDE — parent theme font-size fixes (must be last)
   ============================================================ */
#site-title,
h1#site-title,
h2#site-title,
div#site-title {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#site-title a,
h1#site-title a,
h2#site-title a {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--color-primary) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: italic !important;
  white-space: nowrap !important;
  text-shadow: 0 1px 10px rgba(201,68,0,0.22) !important;
}

/* Force logo color on ALL pages including single posts */
body #site-title,
body h1#site-title,
body div#site-title {
  text-transform: none !important;
}
body #site-title a,
body h1#site-title a,
body div#site-title a {
  color: var(--color-primary) !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

/* ============================================================
   COMMENTS / READER REVIEWS
   ============================================================ */
.comments-area {
  max-width: 760px;
  margin: 48px auto 0;
  padding: 0 0 40px;
}

.comments-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-border);
  letter-spacing: .02em;
}
.comments-title .comments-count {
  color: var(--color-primary);
}

/* Comment list */
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list > li {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}
.comment-list > li:last-child {
  border-bottom: none;
}

/* Avatar + content row */
.comment-body {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.comment-body .avatar {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--color-border);
}

/* Author & date */
.comment-author .fn {
  font-weight: 700;
  font-size: .9rem;
  color: #1a1a1a;
}
.comment-author a { color: inherit; text-decoration: none; }
.comment-metadata {
  font-size: .78rem;
  color: #94a3b8;
  margin: 2px 0 8px;
}
.comment-metadata a { color: inherit; text-decoration: none; }

/* Comment text */
.comment-content p {
  font-size: .9rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 8px;
}
.comment-content p:last-child { margin-bottom: 0; }

/* Awaiting moderation */
.comment-awaiting-moderation {
  font-size: .78rem;
  color: #f59e0b;
  font-style: italic;
  margin-top: 6px;
}

/* Reply link */
.comment-reply-link {
  font-size: .78rem;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}
.comment-reply-link:hover { color: var(--color-primary-dk); }

/* Nested replies indent */
.comment-list .children {
  margin-left: 56px;
  border-left: 2px solid var(--color-border);
  padding-left: 16px;
}

/* ── Comment Form ── */
.comment-reply-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 36px 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-border);
}

#commentform {
  display: grid;
  gap: 14px;
}
#commentform p { margin: 0; }

#commentform label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-size: .9rem;
  color: #1a1a1a;
  background: #fff;
  transition: border-color .2s;
  box-sizing: border-box;
}
#commentform input:focus,
#commentform textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

#commentform textarea { min-height: 120px; resize: vertical; }

/* Author / email / url row */
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  display: inline-block;
  width: calc(33.33% - 10px);
  vertical-align: top;
  margin-right: 10px;
}
#commentform .comment-form-url { margin-right: 0; }

#commentform .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
}
#commentform .comment-form-cookies-consent label {
  font-size: .78rem;
  text-transform: none;
  font-weight: 400;
  color: #94a3b8;
  margin: 0;
}

/* Submit button */
#commentform .form-submit { margin: 4px 0 0; }
#commentform input[type="submit"] {
  background: #111;
  color: #F0C040;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
#commentform input[type="submit"]:hover {
  background: #222;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .comment-list .children { margin-left: 20px; }
  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-url {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}


/* ============================================================
   POST-BACKUP ADDITIONS (20 Mar – 24 Mar 2026)
   ============================================================ */

/* -- Price: larger + redder (20 Mar) -- */
.sr-price .price-new{color:#e00010;font-size:2.8rem;font-weight:700;line-height:1}

/* -- H1 title (23 Mar) -- */
.sr-title{font-size:1.85rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:#1a1a1a}

/* -- Discount badge: square top-right (23 Mar) -- */
.badge-discount-overlay{position:absolute;top:0;right:0;background:#F0C040;color:#111;font-weight:700;text-align:center;padding:4px 8px;line-height:1.2;z-index:2;min-width:56px}
.bdo-label{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}
.bdo-value{display:block;font-size:1.1rem;font-weight:900}

/* -- Category pill: amber outline (23 Mar) -- */
.sr-cat-pill{display:inline-block;border:1.5px solid var(--color-primary);color:var(--color-primary);background:transparent;border-radius:20px;padding:2px 12px;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .2s}
.sr-cat-pill:hover{background:var(--color-primary);color:#fff}

/* -- Lifetime badge on cards (23 Mar) -- */
.badge-card-premium{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.75);color:#F0C040;font-size:.65rem;font-weight:700;text-align:center;padding:4px 6px;text-transform:uppercase;letter-spacing:.04em}

/* -- A-Z Sidebar nav (24 Mar) -- */
.sidebar-az-widget{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:16px;margin-bottom:20px}
.sidebar-az-widget h3,.sidebar-az-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);border-bottom:2px solid var(--color-primary);padding-bottom:6px;margin:0 0 12px}
.az-letter-nav{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:14px}
.az-letter-nav a{display:inline-block;font-size:.9rem;font-weight:700;color:#333;text-decoration:none;padding:2px 5px;transition:color .2s,border-color .2s;border-bottom:2px solid transparent;letter-spacing:.02em}
.az-letter-nav a:hover{color:var(--color-accent)}
.az-letter-nav a.active{color:var(--color-secondary);font-weight:700;border-bottom:2px solid var(--color-secondary);padding-bottom:2px}
.az-groups{margin-top:4px}
.az-group{margin-bottom:14px}
.az-group-letter{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--color-secondary);color:#fff;font-size:.95rem;font-weight:700;border-radius:4px;margin-bottom:6px;transition:filter .15s ease,transform .15s ease}
.az-group-letter:hover{filter:brightness(1.15);transform:scale(1.07)}
.az-group-letter a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.az-group-sites{list-style:none;margin:0;padding:0}
.dc-item{padding:4px 0;border-bottom:1px solid #f0ebe3;font-size:.85rem;line-height:1.5;letter-spacing:.01em}
.dc-item:last-child{border-bottom:none}
.dc-item a{color:#333;text-decoration:none}
.dc-item a:hover{color:var(--color-secondary)}
.dc-view-all{display:block;margin-top:6px;font-size:.82rem;font-weight:600;color:var(--color-secondary);text-decoration:none}
.dc-view-all:hover{text-decoration:underline}
.dc-view-all .arrow{display:inline-block;transition:transform .2s}
.dc-view-all:hover .arrow{transform:translateX(3px)}

/* -- Sidebar: Best Today block -- */
.az-best{background:#fff8f0;border:1px solid #f0d9bf;border-radius:8px;padding:10px 12px;margin-bottom:14px}
.az-best-header{font-size:.78rem;font-weight:800;letter-spacing:.06em;color:var(--color-primary-dk);text-transform:uppercase;margin-bottom:8px}
.az-best-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}
.az-best-list a{display:flex;align-items:center;gap:8px;text-decoration:none;padding:4px 0;transition:transform .15s}
.az-best-list a:hover{transform:translateX(3px)}
.az-best-rank{font-size:.72rem;font-weight:800;color:#fff;background:var(--color-primary);border-radius:3px;padding:1px 5px;flex-shrink:0}
.az-best-name{font-size:.85rem;font-weight:700;color:#1a1a1a;line-height:1.3}
.az-best-list a:hover .az-best-name{color:var(--color-primary)}
/* -- Letter filter nav -- */
.az-filter-nav{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}
.az-btn{background:none;border:1px solid #e5ddd0;border-radius:4px;padding:0 7px;height:26px;font-size:.72rem;font-weight:600;color:#888;cursor:pointer;letter-spacing:.02em;transition:all .15s}
.az-btn:hover{border-color:var(--color-secondary);color:var(--color-secondary)}
.az-btn.active{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}
/* -- Cat list -- */
.az-cat-list{list-style:none;margin:0;padding:0}
.az-cat-list li{border-bottom:1px solid #f0ebe3}
.az-cat-list li:last-child{border-bottom:none}
.az-cat-list a{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:9px 6px;text-decoration:none;border-radius:5px;transition:background .15s,transform .15s}
.az-cat-list a:hover{background:#fdf6ee;transform:translateX(4px)}
.az-left{display:flex;align-items:center;gap:5px;min-width:0}
.az-icon{display:none}
.az-name{font-size:.85rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.az-disc-label{font-size:.75rem;font-weight:400;color:#888;white-space:nowrap;flex-shrink:0}
.az-cat-list a:hover .az-name{color:var(--color-primary)}
.az-badge{font-size:.72rem;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap;flex-shrink:0}
.az-b-red,.az-b-green,.az-b-gray,.az-b-blue{background:#fef3ec;color:#b85c20}
.az-b-purple{background:#f7f0ff;color:#7c3aed}
.az-b-orange{background:#fef3ec;color:#b85c20}
/* -- Scroll box 22+ -- */
.az-more-wrap{max-height:220px;overflow-y:auto;border-top:1px dashed var(--color-border);padding-top:2px;margin-top:2px}

/* -- Archive deal-letter page (24 Mar) -- */
.deal-letter-nav{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:24px}
.deal-letter-nav a{display:inline-block;font-size:.95rem;font-weight:700;color:#333;text-decoration:none;padding:4px 8px;border:1px solid var(--color-border);border-radius:4px;transition:all .2s}
.deal-letter-nav a:hover,.deal-letter-nav a.active{color:var(--color-secondary);border-color:var(--color-secondary)}
.deal-letter-nav a.active{border-bottom:2px solid var(--color-secondary)}
.deal-letter-header{margin-bottom:20px}
.deal-letter-header h1{font-size:1.6rem;font-weight:800;color:#1a1a1a;margin:0 0 6px}
.deal-letter-header p{color:#666;font-size:.9rem;margin:0}

/* -- Quick Review block / wpsm-testimonial (24 Mar) -- */
.wpsm-testimonial-content{border:2px solid var(--color-primary);border-radius:8px;overflow:hidden;margin-bottom:24px;background:#fff;font-size:.92rem;line-height:1.6;color:#333}
.wpsm-testimonial-content>p:first-child{margin:0;padding:10px 16px;font-size:.88rem;color:#444}
.wpsm-testimonial-content>p:first-child>strong{display:block!important;background:var(--color-primary);color:#fff!important;padding:8px 16px;margin:-10px -16px 10px;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.wpsm-testimonial-content>p:first-child>strong::before{content:"°5  "}
.wpsm-testimonial-content blockquote{border-left:3px solid var(--color-primary);margin:6px 16px 10px;padding:6px 10px;background:#faf8f5;font-style:italic;color:#555;font-size:.9rem;display:inline-block;min-width:200px;max-width:calc(100% - 32px)}
.wpsm-testimonial-content blockquote p{display:inline;margin:0}
.wpsm-testimonial-content ul{margin:6px 0;padding:0 16px 0 36px;list-style:none}
.wpsm-testimonial-content ul li{margin-bottom:5px;position:relative}
.wpsm-testimonial-content ul li::before{content:"¹3";position:absolute;left:-18px;color:var(--color-primary);font-weight:700}
.wpsm-testimonial-content ul+ul{border-top:1px solid var(--color-border);padding-top:8px;padding-bottom:12px}
.wpsm-testimonial-content ul+ul li::before{display:none}
.wpsm-testimonial-content ul+ul li strong{display:inline!important;color:var(--color-primary)}
.wpsm-testimonial-content li strong{display:inline!important}
.wpsm-testimonial-content li p{display:inline;margin:0}
.wpsm-testimonial-content p{margin:0 0 4px}


/* -- Header nav bar: hide dark parent nav, keep header-nav (24 Mar) -- */
#nav-wrapper{display:none!important}
.header-nav{display:flex;align-items:center;gap:8px;flex-shrink:0}
.header-nav__link{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1.5px solid var(--color-primary);border-radius:20px;color:var(--color-primary);font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s}
.header-nav__link:hover,.header-nav__link.is-active{background:var(--color-primary);color:#fff}
.header-nav__icon{font-size:1rem;line-height:1}


/* -- OVERRIDE backup badge styles (24 Mar fix) -- */
.badge-discount-overlay{position:absolute!important;top:0!important;right:0!important;left:auto!important;bottom:auto!important;background:#F0C040!important;color:#111!important;font-weight:700!important;text-align:center!important;padding:4px 8px!important;line-height:1.2!important;z-index:10!important;min-width:60px!important;border-radius:0!important;transform:none!important;width:auto!important;height:auto!important}
.bdo-label{display:block!important;font-size:.63rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-weight:700!important}
.bdo-value{display:block!important;font-size:1.15rem!important;font-weight:900!important;line-height:1.1!important}

/* -- Nav CTA buttons -- */
.header-nav__link--secondary{background:transparent!important;border:1.5px solid var(--color-secondary)!important;color:var(--color-secondary)!important;padding:7px 14px!important;border-radius:20px!important;font-weight:600!important;font-size:.82rem!important;box-shadow:none!important}
.header-nav__link--secondary:hover{background:var(--color-secondary)!important;color:#fff!important}
.header-nav__link--primary{background:var(--color-primary)!important;border:2px solid var(--color-primary)!important;color:#fff!important;padding:8px 20px!important;border-radius:20px!important;font-weight:800!important;font-size:.88rem!important;box-shadow:0 2px 14px rgba(201,68,0,.45)!important;letter-spacing:.02em!important}
.header-nav__link--primary:hover{background:var(--color-primary-dk)!important;border-color:var(--color-primary-dk)!important;box-shadow:0 4px 18px rgba(201,68,0,.55)!important;transform:translateY(-1px)}


/* -- Single post photo badge bottom of image (24 Mar fix) -- */
.sr-photo-badge{display:block;width:100%;background:rgba(0,0,0,.75);color:#F0C040;font-size:.72rem;font-weight:700;text-align:center;padding:5px 8px;text-transform:uppercase;letter-spacing:.06em;position:absolute;bottom:0;left:0;right:0;z-index:5}


/* -- Remove View Deal overlay from deal-image (was removed 19 Mar) -- */
.deal-image::after{display:none!important;content:none!important}
.deal-image:hover::after{display:none!important;content:none!important}
.deal-image:hover img{opacity:1!important;transform:none!important}

/* -- Quick Review header: only short strong (max 50 chars) becomes bar -- */
/* For old-format posts, prevent long text from becoming header */
.wpsm-testimonial-content>p:first-child>strong{display:block!important;background:var(--color-primary);color:#fff!important;padding:8px 16px;margin:-10px -16px 10px;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:36px}


/* -- FULL RESET wpsm styles — fix old format posts (24 Mar) -- */
.wpsm-testimonial-content>p:first-child>strong{display:inline!important;background:none!important;color:var(--color-primary)!important;padding:0!important;margin:0!important;font-size:1rem!important;letter-spacing:0!important;text-transform:none!important;max-height:none!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important}
.wpsm-testimonial-content>p:first-child>strong::before{content:""!important;display:none!important}
.wpsm-testimonial-content>p:first-child{padding:12px 16px!important;margin:0!important;font-size:.92rem!important;font-weight:700!important}
.wpsm-testimonial-content ul li::before{content:"✓"!important;position:absolute;left:-18px;color:var(--color-primary);font-weight:700}


/* -- wpsm container padding fix -- */
.wpsm-testimonial-content{padding:14px 16px!important}
.wpsm-testimonial-content>p:first-child{padding:0!important;margin:0 0 8px!important}
.wpsm-testimonial-content ul{padding-left:32px!important;margin:6px 0!important}
.wpsm-testimonial-content ul+ul{margin-left:0!important;padding-left:16px!important}
.wpsm-testimonial-content blockquote{margin:8px 0!important}
.sr-related-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:20px 0;padding:14px 16px;background:#faf9f7;border-radius:8px;border:1px solid var(--color-border)}
.sr-related-tags__label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#999;white-space:nowrap}
.sr-tag-pill{display:inline-block;padding:5px 14px;background:var(--color-primary);color:#fff!important;border-radius:20px;font-size:.82rem;font-weight:600;text-decoration:none!important;transition:background .15s}
.sr-tag-pill:hover{background:var(--color-primary-dk);color:#fff!important}
.td-all-link{display:inline-block;margin-top:10px;font-size:.85rem;color:var(--color-primary);font-weight:600;text-decoration:none}.td-all-link:hover{text-decoration:underline}

/* -- First card CTA: hero emphasis (26 Mar) -- */
article.post:first-of-type .btn-cta{font-size:16px;padding:18px 56px;box-shadow:0 0 42px rgba(255,145,0,.54),0 4px 20px rgba(0,0,0,.45)}
article.post:first-of-type .btn-cta:hover{box-shadow:0 0 56px rgba(255,145,0,.72),0 6px 24px rgba(0,0,0,.5);transform:translateY(-3px) scale(1.05)}

/* -- Hide sr-content on single reviews (all post content moved to sr-intro-block) -- */
.single-review #site-coupon,
article #site-coupon { display:none!important; height:0!important; min-height:0!important; padding:0!important; margin:0!important; overflow:hidden!important; }

/* -- Clean review content: hide noise, keep CTA path (26 Mar) -- */
.sr-content .gallery,
.sr-content .wp-block-gallery,
.sr-content .blocks-gallery-grid { display:none!important }
.sr-content .coupon-cta-h2,
.sr-content h2.coupon-cta-h2,
h2.coupon-cta-h2 { display:none!important }
.sr-content a.deal-image { display:none!important }
.sr-content .wpsm-testimonial-content { display:none!important }

/* -- Price: Save X% badge (26 Mar) -- */
.price-save-badge{display:inline-block;background:#D4000D;color:#fff;font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;margin-right:6px}

/* -- Short deal intro block below hero -- */
.sr-review-card{border-left:4px solid var(--color-primary);background:#fff;padding:16px 20px 14px;margin:20px 0;border-radius:0 8px 8px 0;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.sr-review-card__headline{font-size:1rem;font-weight:800;color:var(--color-primary);line-height:1.45;margin:0 0 8px}
.sr-review-card__intro{font-size:.93rem;font-weight:700;color:#1a1a1a;line-height:1.6;margin:0 0 10px}
.sr-review-card__bullets{list-style:disc;margin:0 0 12px;padding-left:20px}
.sr-review-card__bullets li{padding:3px 0;font-size:.9rem;color:#444;line-height:1.55}
.sr-review-card__bullets strong{color:#1a1a1a;font-weight:700}
.sr-trust-list{margin:10px 0 0;display:flex;flex-direction:column;gap:3px}
.sr-trust-item{font-size:.78rem;color:#777}

/* -- Urgency line under CTA (26 Mar) -- */
.sr-urgency{font-size:.78rem;color:#666;margin-top:6px;font-weight:500}
.sr-urgency::before{content:'';display:none}

/* -- Cookie bar: compact, non-dominant (26 Mar) -- */
#cookie-notice{background:rgba(32,32,32,0.92)!important}
.cookie-notice-container{padding:7px 20px!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important}
#cn-notice-text{font-size:.76rem!important;margin:0!important;opacity:.85}
.cn-buttons-container{margin:0!important;flex-shrink:0}
#cookie-notice .cn-button:not(.cn-button-custom){font-size:.72rem!important;padding:3px 14px!important;min-height:0!important;line-height:1.5!important;border-radius:4px!important}

/* -- Compact trust bullets under CTA (30 Mar) -- */
.sr-compact-bullets{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:3px}
.sr-compact-bullets li{font-size:.8rem;color:#666;line-height:1.4}

/* -- Photo gradient overlay — mutes watermark text at bottom (30 Mar) -- */
.sr-thumb{position:relative}
.sr-thumb::after{content:'';position:absolute;bottom:0;left:0;right:0;height:38%;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);pointer-events:none;border-radius:0 0 6px 6px}

/* ── SEO block (30 Mar) ─────────────────────────────────────────────────── */
.seo-block{margin:24px 0 18px;padding:18px 20px;background:#f9f7f4;border-radius:8px;border:1px solid var(--color-border,#E5DDD0)}
.seo-block h2{font-size:1.45rem;font-weight:800;color:var(--color-primary,#c94400);margin:0 0 12px;letter-spacing:-.02em;line-height:1.3;border-left:4px solid var(--color-primary,#c94400);padding-left:12px}
.seo-block__icon{font-style:normal}
.seo-block p{font-size:.9rem;color:#555;line-height:1.7;margin:0 0 9px}
.seo-block p:last-child{margin-bottom:0}

/* ── Plans table (30 Mar) ───────────────────────────────────────────────── */
.plans-table{margin:0 0 20px}
.plans-table h3{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em}
.plans-table table{width:100%;border-collapse:collapse;font-size:.88rem}
.plans-table th{text-align:left;padding:7px 10px;background:#f0ece6;color:#555;font-weight:600;border-bottom:2px solid var(--color-border,#E5DDD0)}
.plans-table td{padding:8px 10px;border-bottom:1px solid #ede9e3;color:#333;vertical-align:middle}
.plans-table tr:last-child td{border-bottom:none}
.plans-table__best td{background:#fffbf2;font-weight:700;color:#1a1a1a}
.plans-table__badge{display:inline-block;margin-left:7px;font-size:.68rem;font-weight:800;background:var(--color-primary,#c94400);color:#fff;padding:1px 7px;border-radius:10px;vertical-align:middle;text-transform:uppercase;letter-spacing:.04em}

/* ── Preview section (30 Mar) ───────────────────────────────────────────── */
.sr-preview{margin:4px 0 0}
/* Hide the hook-23 H2 ("Get Access" / "View Deal") — image speaks for itself */
.sr-preview h2{display:none!important}
.sr-preview h2.sr-preview__heading{display:block!important;font-size:1.45rem;font-weight:800;color:var(--color-primary,#c94400);border-left:4px solid var(--color-primary,#c94400);padding-left:12px;margin:0 0 16px;line-height:1.3}

/* ── Annual hero: no purple — amber badge + red price (30 Mar) ──────────── */
.sr-offer-hero--annual{background:#fff;border:1px solid #e8e0d4}
.sr-offer-hero--annual .sr-offer-hero__badge{background:#c94400;color:#fff}
.sr-offer-hero--annual .sr-offer-hero__price{color:#ff1a1a;font-size:2.9rem}
.sr-offer-hero--annual .sr-offer-hero__old{color:#888;font-size:.9rem}
.sr-offer-hero--annual .sr-offer-hero__sub{font-size:.68rem;color:#bbb}
.sr-offer-hero--annual .sr-offer-hero__monthly-eq{color:#777}
.sr-offer-hero--annual .sr-offer-hero__save{background:#fff5f0;color:#c94400}
.sr-offer-hero--annual .sr-offer-hero__save strong{color:#ff1a1a}

/* ── SEO H2: section anchor — stronger (30 Mar) ─────────────────────────── */
.seo-block h2{font-size:1.45rem!important;font-weight:800!important;margin-top:4px!important;margin-bottom:14px!important;color:#111!important}

/* ── Offer highlight (replaces plans table) (31 Mar) ────────────────────── */
.offer-highlight{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:6px}
.offer-highlight li{font-size:.9rem;line-height:1.5}
.oh-regular{color:#888}
.oh-regular::before{content:'✔ '}
.oh-deal{color:#ff1a1a;font-weight:700;font-size:1rem}
.oh-deal::before{content:'🔥 '}
.oh-note{color:#666}
.oh-note::before{content:'✔ '}

/* ── Plans table: best deal row (30 Mar) ────────────────────────────────── */
.plans-table h3{font-weight:800!important;color:#111!important}
.plans-table__best td{background:#fff5f5;color:#111}
.plans-table__best td:first-child{border-left:3px solid #ff2d2d;font-weight:600}
.plans-table__best td:last-child{font-weight:700}
.plans-table__badge{background:#ff2d2d!important;color:#fff!important;font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:4px;vertical-align:middle;margin-left:7px;text-transform:uppercase;letter-spacing:.03em}

/* ── Deal image hover: restored only in preview section (30 Mar) ─────────── */
.sr-preview .deal-image:hover img{opacity:.88!important;transform:scale(1.015)!important;transition:opacity .2s,transform .2s}
.sr-preview .deal-image img{transition:opacity .2s,transform .2s}
/* Coupon click prompt — appears above the deal-image */
.sr-coupon-prompt{margin:0 0 12px;font-size:1.05rem;font-weight:700;color:#e53935;text-align:center;animation:pulse 1.8s infinite}
@keyframes pulse{0%{opacity:1}50%{opacity:.6}100%{opacity:1}}
/* -- Left sidebar layout (desktop; mobile stays natural: content first) -- */
@media(min-width:641px){#main>.row{display:flex;flex-wrap:wrap}#secondary{order:-1;float:none;width:33.33%}#primary{float:none;width:66.66%}}
