/* ==========================================================================
   Over 60s Discounts — v2 Design System
   ========================================================================== */

:root {
  --navy:        #1B2B48;
  --navy-mid:    #243860;
  --navy-deep:   #111c2f;
  --coral:       #C0392B;
  --coral-hover: #a8301f;
  --coral-soft:  #fff0f0;
  --warm-gold:   #E8A045;
  --warm-stone:  #F7F3EF;
  --warm-border: #E8E0D8;
  --teal:        #1a7a6e;
  --teal-dark:   #155f55;
  --teal-soft:   #edf7f6;
  --text:        #1B2B48;
  --text-muted:  #3d4f66;
  --white:       #ffffff;
  --radius:      12px;
  --radius-lg:   18px;
  --shadow:      0 2px 14px rgba(27,43,72,0.08);
  --shadow-hover:0 8px 32px rgba(27,43,72,0.15);
}

/* ── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 18px;
  line-height: 1.65;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.site-nav {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--warm-border);
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 200;
}
.logo-wrap { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-text-stack { display: flex; flex-direction: column; line-height: 1; }
.logo-over60s { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 17px; letter-spacing: -0.3px; color: var(--navy); }
.logo-discounts { font-family: 'Lora', serif; font-weight: 400; font-size: 12.5px; letter-spacing: 0.9px; text-transform: uppercase; color: var(--navy); opacity: .6; }

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-muted); font-size: 15px; font-weight: 500; padding: 8px 14px; border-radius: 8px; transition: all .2s; min-height: 44px; display: flex; align-items: center; }
.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a { background: var(--warm-stone); color: var(--navy); }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn-outline {
  padding: 10px 20px; min-height: 44px; border: 1.5px solid var(--navy);
  color: var(--navy); background: none; border-radius: 9px; font-size: 15px;
  font-weight: 500; text-decoration: none; transition: all .2s;
  font-family: 'DM Sans', sans-serif; display: flex; align-items: center;
}
.btn-outline:hover { background: var(--navy); color: white; }
.btn-nav-cta {
  padding: 10px 20px; min-height: 44px; background: var(--coral); color: white;
  border: none; border-radius: 9px; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: all .2s;
  font-family: 'DM Sans', sans-serif; display: flex; align-items: center;
}
.btn-nav-cta:hover { background: var(--coral-hover); }

.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .3s; }
.nav-mobile {
  display: none; position: absolute; top: 68px; left: 0; right: 0;
  background: white; border-bottom: 1px solid var(--warm-border);
  padding: 16px 28px; flex-direction: column; gap: 4px; z-index: 199;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 10px 14px; border-radius: 8px; color: var(--text-muted); font-size: 15px; font-weight: 500; display: block; }
.nav-mobile a:hover { background: var(--warm-stone); color: var(--navy); }
.nav-mobile-actions { display: flex; gap: 10px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--warm-border); }
.nav-mobile-actions a { flex: 1; justify-content: center; }

/* ── Trust Bar ───────────────────────────────────────────────────────────── */
.trust-bar {
  background: var(--navy-deep); padding: 9px 28px;
  display: flex; align-items: center; justify-content: center;
  gap: 28px; flex-wrap: wrap;
  font-size: 13.5px; color: rgba(255,255,255,.8); font-weight: 500;
}
.trust-item { display: flex; align-items: center; gap: 7px; }
.t-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.t-dot-coral  { background: var(--coral); }
.t-dot-teal   { background: var(--teal); }
.t-dot-gold   { background: var(--warm-gold); }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(150deg, #111c2f 0%, #1B2B48 50%, #243860 100%);
  padding: 68px 28px 84px; text-align: center; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 44px; background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%); pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: white; padding: 7px 16px; border-radius: 50px;
  font-size: 14px; font-weight: 500; margin-bottom: 22px;
}
.hero h1 {
  font-family: 'Lora', serif; font-size: 44px; font-weight: 600;
  color: white; line-height: 1.18; max-width: 680px; margin: 0 auto 16px;
}
.hero h1 em { font-style: italic; color: var(--coral); }
.hero-verified {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(42,157,143,.22); border: 1px solid rgba(42,157,143,.35);
  color: #7ee8df; padding: 5px 14px; border-radius: 50px;
  font-size: 13px; font-weight: 600; margin-bottom: 16px;
}
.hero-sub {
  font-size: 18px; color: rgba(255,255,255,.78);
  max-width: 520px; margin: 0 auto 26px; line-height: 1.65;
}
.hero-sub strong { color: rgba(255,255,255,0.95); }
.hero-sub a, .hero-sub a:link, .hero-sub a:visited { color: #fff !important; text-decoration: underline; text-underline-offset: 3px; }
.hero-sub a:hover, .hero-sub a:active { color: rgba(255,255,255,0.85) !important; }

.hero-search {
  max-width: 520px; margin: 0 auto 26px; display: flex; align-items: center;
  background: white; border-radius: 12px; overflow: hidden;
  box-shadow: 0 6px 28px rgba(0,0,0,.22);
}
.hero-search-icon { padding: 0 16px; color: var(--text-muted); font-size: 17px; flex-shrink: 0; }
.hero-search input {
  flex: 1; border: none; outline: none; font-size: 16px;
  font-family: 'DM Sans', sans-serif; color: var(--text);
  padding: 14px 8px 14px 0; background: transparent;
}
.hero-search input::placeholder { color: #a0aec0; }
.hero-search-btn {
  background: var(--teal); color: white; border: none;
  padding: 0 22px; height: 52px; font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background .2s; white-space: nowrap;
}
.hero-search-btn:hover { background: var(--teal-dark); }

.hero-cta {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap; margin-bottom: 8px;
}
.btn-hero {
  padding: 15px 36px; min-height: 52px; background: var(--coral);
  border: 2px solid rgba(255,255,255,.2); color: white; border-radius: 11px;
  font-size: 17px; font-weight: 700; text-decoration: none;
  transition: all .22s; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center;
}
.btn-hero:hover { background: var(--coral-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,107,.4); }
.btn-hero-ghost {
  padding: 15px 28px; min-height: 52px; border: 2px solid rgba(255,255,255,.35);
  color: white; background: transparent; border-radius: 11px;
  font-size: 16px; font-weight: 500; text-decoration: none;
  transition: all .2s; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center;
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.08); border-color: white; }
.hero-microcopy { font-size: 12.5px; color: rgba(255,255,255,.45); margin-top: 6px; margin-bottom: 28px; }

.hero-stats {
  display: flex; align-items: center; justify-content: center;
  gap: 36px; flex-wrap: wrap; margin-bottom: 16px;
}
.hero-stat { text-align: center; }
.hero-stat-num { font-family: 'Lora', serif; font-size: 26px; font-weight: 600; color: white; }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; }
.hero-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }
.trustpilot-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: 50px; padding: 7px 18px; margin-top: 18px;
  font-size: 13px; color: rgba(255,255,255,.82);
}
.stars { color: #00b67a; letter-spacing: 1px; font-size: 15px; }

/* ── Press Bar ───────────────────────────────────────────────────────────── */
.press-bar { padding: 26px 28px; text-align: center; background: var(--warm-stone); border-bottom: 1px solid var(--warm-border); }
.press-label { font-size: 11.5px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.press-logos { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.press-logo { font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: var(--text-muted); opacity: .82; transition: opacity .2s; }
.press-logo:hover { opacity: .9; }

/* ── Passage Block ───────────────────────────────────────────────────────── */
.passage-block { background: var(--white); border-left: 4px solid var(--coral); padding: 26px 32px; border-bottom: 1px solid var(--warm-border); }
.passage-block p { font-size: 17px; line-height: 1.8; color: var(--text-muted); max-width: 860px; margin: 0 auto; }
.passage-block strong { color: var(--text); font-weight: 600; }
.passage-block a { color: var(--teal); font-weight: 500; text-decoration: underline; }
.passage-block a:hover { opacity: .8; }

/* ── Category Pills ──────────────────────────────────────────────────────── */
.category-scroll-wrap { position: relative; background: var(--white); border-bottom: 1px solid var(--warm-border); }
.category-scroll-wrap::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 60px; background: linear-gradient(to right, transparent, white); pointer-events: none; }
.category-scroll { padding: 14px 28px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--warm-border) transparent; }
.category-scroll::-webkit-scrollbar { height: 3px; }
.category-scroll::-webkit-scrollbar-track { background: transparent; }
.category-scroll::-webkit-scrollbar-thumb { background: var(--warm-border); border-radius: 3px; }
.category-pills { display: flex; align-items: center; gap: 8px; min-width: max-content; }
.pill {
  display: flex; align-items: center; gap: 6px; padding: 9px 18px; min-height: 44px;
  border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none;
  transition: all .2s; color: var(--text-muted); background: var(--warm-stone);
  border: 1.5px solid var(--warm-border); white-space: nowrap;
}
.pill:hover, .pill.active { background: var(--navy); color: white; border-color: var(--navy); }

/* ── Breadcrumbs ─────────────────────────────────────────────────────────── */
.breadcrumbs { padding: 10px 28px 0; font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.breadcrumbs a { color: var(--teal); }
.breadcrumbs a:hover { text-decoration: underline; }
.bc-sep { opacity: .4; }

/* ── Section ─────────────────────────────────────────────────────────────── */
.section { padding: 48px 28px; }
.section-stone { background: var(--warm-stone); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; }
.section-title { font-family: 'Lora', serif; font-size: 27px; font-weight: 600; color: var(--text); line-height: 1.2; }
.section-title span { color: var(--coral); }
.section-blurb { font-size: 15px; color: var(--text-muted); margin-top: 6px; max-width: 560px; line-height: 1.6; }
.section-blurb a { color: var(--teal); text-decoration: underline; }
.view-all {
  font-size: 14px; font-weight: 600; color: var(--teal); text-decoration: none;
  display: flex; align-items: center; gap: 4px; padding: 8px 16px; min-height: 44px;
  border-radius: 9px; border: 1.5px solid var(--teal); transition: all .2s; white-space: nowrap;
}
.view-all:hover { background: var(--teal); color: white; }

/* ── Offers Layout ───────────────────────────────────────────────────────── */
.offers-layout { display: grid; grid-template-columns: 1fr 272px; gap: 22px; align-items: start; }
.expert-sidebar { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 14px; }

/* ── Tip Card ────────────────────────────────────────────────────────────── */
.tip-card {
  background: linear-gradient(135deg, #fffbf5, #fff5e8);
  border: 1.5px solid #f5ddb8; border-radius: var(--radius-lg);
  padding: 20px 20px 18px; position: relative; overflow: hidden;
}
.tip-card::before { content: '💡'; position: absolute; top: -4px; right: 10px; font-size: 34px; opacity: .15; }
.tip-card-label {
  font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px;
  color: #9a6018; margin-bottom: 8px; display: flex; align-items: center; gap: 6px;
}
.tip-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.tip-card h3 { font-family: 'Lora', serif; font-size: 15.5px; font-weight: 600; color: #7a4a0e; line-height: 1.35; margin-bottom: 8px; }
.tip-card p { font-size: 13.5px; color: #8a5a1e; line-height: 1.6; margin-top: 6px; }
.tip-card a { color: var(--teal); font-weight: 600; }
.tip-card a:hover { text-decoration: underline; }
.tip-meta { margin-top: 10px; font-size: 11.5px; color: #9a6018; font-weight: 500; border-top: 1px solid #f5ddb8; padding-top: 8px; }

/* ── Eligibility Card ────────────────────────────────────────────────────── */
.eligibility-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 18px 20px; }
.eligibility-card-label { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; color: var(--teal); margin-bottom: 12px; }
.eligibility-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.eligibility-list li { font-size: 13.5px; color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; line-height: 1.45; }
.eligibility-list li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.eligibility-list strong { color: var(--text); }
.eligibility-list a { color: var(--text); font-weight: 600; border-bottom: 1px dotted var(--teal); transition: color .15s, border-color .15s; }
.eligibility-list a:hover { color: var(--teal); border-bottom-style: solid; }

/* ── Offer Cards ─────────────────────────────────────────────────────────── */
.offers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 14px; }
.offer-card {
  background: var(--white); border: 1.5px solid var(--warm-border);
  border-radius: var(--radius-lg); overflow: hidden; text-decoration: none;
  color: inherit; transition: all .22s; display: flex; flex-direction: column;
  position: relative;
}
.offer-card:hover { border-color: var(--coral); box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.offer-card-img {
  height: 118px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; background: #f8f8f8;
}
.logo-box {
  width: 96px; height: 58px; background: white; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  padding: 8px; box-shadow: 0 1px 6px rgba(0,0,0,.07);
}
.logo-box img { max-height: 40px; max-width: 80px; object-fit: contain; }
.badge-hot { position: absolute; top: 8px; left: 8px; background: var(--coral); color: white; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 50px; text-transform: uppercase; letter-spacing: .5px; }
.badge-new { position: absolute; top: 8px; left: 8px; background: var(--teal); color: white; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 50px; text-transform: uppercase; letter-spacing: .5px; }
.verified-stamp { position: absolute; bottom: 7px; right: 8px; display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--teal); font-weight: 600; }
.v-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.offer-card-body { padding: 12px 14px; flex: 1; display: flex; flex-direction: column; gap: 5px; }
.offer-brand { font-size: 12px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: .7px; }
.offer-title { font-size: 15px; font-weight: 600; color: var(--text); line-height: 1.35; }
.offer-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--text-muted); background: var(--warm-stone); padding: 3px 9px; border-radius: 50px; margin-top: auto; border: 1px solid var(--warm-border); width: fit-content; }

/* ── Content Hub ─────────────────────────────────────────────────────────── */
.content-hub { padding: 48px 28px; border-top: 1px solid var(--warm-border); }
.content-hub-stone { background: var(--warm-stone); }
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 22px; }
.hub-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 24px 26px; transition: all .22s; display: grid; grid-template-rows: auto 1fr auto; }
.hub-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.hub-card h3 { font-family: 'Lora', serif; font-size: 19px; font-weight: 600; color: var(--text); margin-bottom: 12px; line-height: 1.3; }
.hub-card p { font-size: 16px; color: var(--text-muted); line-height: 1.75; }
.hub-card a { color: var(--teal); font-weight: 500; }
.hub-card a:hover { text-decoration: underline; }
.hub-card ul { margin: 12px 0 0; list-style: none; }
.hub-card ul li { padding: 7px 0; border-bottom: 1px solid var(--warm-border); font-size: 16px; color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.hub-card ul li:last-child { border-bottom: none; }
.hub-card ul li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.hub-stat-row { display: flex; gap: 12px; margin-top: 16px; }
.hub-stat-pill { flex: 1; text-align: center; background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: var(--radius); padding: 12px 8px; }
.hub-stat-num { font-family: 'Lora', serif; font-size: 21px; font-weight: 600; color: var(--coral); }
.hub-stat-label { font-size: 11px; color: var(--text-muted); margin-top: 3px; line-height: 1.3; }

/* ── How It Works ────────────────────────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.step-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 28px 22px; text-align: center; position: relative; overflow: hidden; transition: all .22s; }
.step-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.step-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--coral); border-radius: 0 0 var(--radius-lg) var(--radius-lg); transform: scaleX(0); transition: transform .25s; }
.step-card:hover::after { transform: scaleX(1); }
.step-num { width: 50px; height: 50px; border-radius: 50%; background: var(--coral-soft); border: 2px solid var(--coral); color: var(--coral); font-size: 19px; font-weight: 700; font-family: 'Lora', serif; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step-title { font-weight: 600; font-size: 16.5px; margin-bottom: 7px; }
.step-desc { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

/* ── Guide Cards ─────────────────────────────────────────────────────────── */
.guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.guide-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; transition: all .22s; display: flex; flex-direction: column; }
.guide-card-img { height: 150px; background-size: cover; background-position: center; background-color: var(--warm-stone); flex-shrink: 0; }
.guide-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.guide-card-top { background: linear-gradient(135deg, #f5f0eb, #ece4da); padding: 20px 20px 16px; border-bottom: 1px solid var(--warm-border); flex: 1; }
.guide-tag { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--teal); background: rgba(42,157,143,.12); padding: 3px 9px; border-radius: 50px; margin-bottom: 10px; }
.guide-title { font-family: 'Lora', serif; font-size: 15.5px; font-weight: 600; line-height: 1.4; color: var(--text); }
.guide-card-bottom { padding: 14px 20px; display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); display: flex; align-items: center; justify-content: center; color: white; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.author-name { font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.2; }
.author-role { font-size: 11.5px; color: var(--teal); font-weight: 500; }

/* ── Brand Grid ──────────────────────────────────────────────────────────── */
.brands-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 12px; }
.brand-tile { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius); padding: 18px 12px; text-align: center; text-decoration: none; transition: all .2s; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.brand-tile:hover { border-color: var(--coral); box-shadow: var(--shadow); transform: translateY(-2px); }
.brand-tile img { max-height: 34px; max-width: 96px; object-fit: contain; transition: all .2s; display: inline; }
.brand-tile-name { font-size: 12px; font-weight: 500; color: var(--text-muted); }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq-section { background: #eee8e0; padding: 52px 28px; border-top: 3px solid var(--warm-border); }
.faq-intro { max-width: 100%; margin-bottom: 28px; }
.faq-intro p { font-size: 16px; color: var(--text-muted); margin-top: 8px; line-height: 1.7; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item.open { border-color: var(--coral); box-shadow: var(--shadow); }
.faq-q { padding: 18px 22px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 600; color: var(--text); min-height: 62px; user-select: none; background: none; border: none; width: 100%; text-align: left; }
.faq-q:hover { background: var(--warm-stone); }
.faq-q-text { display: flex; align-items: center; gap: 11px; }
.faq-q-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--warm-stone); border: 1.5px solid var(--warm-border); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: all .2s; }
.faq-item.open .faq-q-icon { background: var(--coral-soft); border-color: var(--coral); }
.faq-chevron { flex-shrink: 0; transition: transform .25s; color: var(--coral); font-size: 18px; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a.open { max-height: 600px; }
.faq-a-inner { padding: 0 22px 20px 63px; font-size: 15.5px; color: var(--text-muted); line-height: 1.8; }
.faq-a-inner strong { color: var(--text); font-weight: 600; }
.faq-a-inner a { color: var(--teal); font-weight: 500; }
.faq-a-inner a:hover { text-decoration: underline; }
.answer-tag { display: inline-flex; align-items: center; gap: 5px; background: rgba(42,157,143,.1); border: 1px solid rgba(42,157,143,.25); color: var(--teal); font-size: 11.5px; font-weight: 700; padding: 3px 9px; border-radius: 50px; margin-bottom: 10px; }

/* ── CTA Banner ──────────────────────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, #111c2f 0%, #1B2B48 100%); padding: 56px 36px; text-align: center; }
.cta-banner h2 { font-family: 'Lora', serif; font-size: 32px; font-weight: 600; color: white; margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,.78); font-size: 17px; margin-bottom: 28px; max-width: 460px; margin-left: auto; margin-right: auto; }
.btn-cta-coral {
  padding: 15px 36px; min-height: 52px; background: var(--coral); color: white;
  border: none; border-radius: 11px; font-size: 16px; font-weight: 700;
  text-decoration: none; transition: all .2s; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center;
}
.btn-cta-coral:hover { background: var(--coral-hover); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,107,107,.35); }
.cta-microcopy { font-size: 13px; color: rgba(255,255,255,.42); margin-top: 10px; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.site-footer { background: #0d1724; color: rgba(255,255,255,.6); padding: 48px 28px 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-brand-name { font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: white; margin-bottom: 10px; }
.footer-desc { font-size: 14px; line-height: 1.7; max-width: 280px; }
.footer-col-title { color: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { color: rgba(255,255,255,.5); font-size: 14px; transition: color .2s; }
.footer-col ul li a:hover { color: var(--coral); }
.footer-social { display: flex; flex-direction: column; gap: 10px; }
.footer-social-link { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 9px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.75); font-size: 13.5px; font-weight: 500; text-decoration: none; transition: all .2s; }
.footer-social-link:hover { border-color: rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.06); }
.footer-social-link svg { flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: rgba(255,255,255,.3); }

/* ── Inner Pages — Shared ────────────────────────────────────────────────── */
.inner-wrap { max-width: 1200px; margin: 0 auto; }
.section-white { background: var(--white); }
.section-stone2 { background: #eee8e0; }
.section-sub { font-size: 16px; color: var(--text-muted); margin-bottom: 28px; max-width: 580px; line-height: 1.65; margin-top: 6px; }
.two-col   { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.four-col  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* Trust row */
.trust-row { background: var(--navy-deep); padding: 12px 28px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.8); font-weight: 500; }
.trust-row .trust-item { display: flex; align-items: center; gap: 7px; }
.trust-row .t-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

/* Page hero */
.page-hero { background: linear-gradient(150deg, #111c2f 0%, #1B2B48 50%, #243860 100%); padding: 52px 28px 72px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.page-hero::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 40px; background: var(--white); clip-path: ellipse(55% 100% at 50% 100%); pointer-events: none; }
.page-hero-stone::after { background: var(--warm-stone); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; margin-bottom: 18px; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.page-hero .breadcrumb a:hover { color: rgba(255,255,255,.9); }
.breadcrumb-sep { color: rgba(255,255,255,.3); }
.breadcrumb-current { color: rgba(255,255,255,.75); }
.page-hero h1 { font-family: 'Lora', serif; font-size: 40px; font-weight: 600; color: white; line-height: 1.18; margin-bottom: 14px; }
.page-hero h1 em { font-style: italic; color: var(--coral); }
.page-hero-sub { font-size: 18px; color: rgba(255,255,255,.78); line-height: 1.65; }
.page-hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: white; padding: 6px 14px; border-radius: 50px; font-size: 13.5px; font-weight: 500; margin-bottom: 18px; }

/* Generic cards */
.card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 28px 26px; transition: all .22s; }
.card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.card-icon { font-size: 32px; margin-bottom: 14px; }
.card-title { font-family: 'Lora', serif; font-size: 19px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.card-body { font-size: 16px; color: var(--text-muted); line-height: 1.75; }
.card-body a { color: var(--teal); font-weight: 500; text-decoration: none; }
.card-body a:hover { text-decoration: underline; }

/* Stat pills (inner pages) */
.stat-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.stat-pill { flex: 1; min-width: 120px; background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 18px 16px; text-align: center; }
.stat-num  { font-family: 'Lora', serif; font-size: 28px; font-weight: 600; color: var(--coral); }
.stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; line-height: 1.35; }

/* Highlight box */
.highlight-box { background: linear-gradient(135deg, var(--teal-soft), #d4f0ec); border: 1.5px solid rgba(26,122,110,.25); border-radius: var(--radius-lg); padding: 24px 28px; }
.highlight-box h3 { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.highlight-box p { font-size: 16px; color: var(--text-muted); line-height: 1.75; }
.highlight-box strong { color: var(--navy); }
.highlight-box a { color: var(--teal); font-weight: 600; }

/* Team */
.team-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.team-card { width: calc(33.333% - 14px); background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); overflow: hidden; text-align: center; transition: all .22s; }
.team-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.team-avatar { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.team-body { padding: 16px 18px 20px; }
.team-name { font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.team-role { font-size: 13px; font-weight: 600; color: var(--teal); margin-bottom: 8px; }
.team-bio { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* Contact cards */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.contact-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: all .22s; }
.contact-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.contact-card-icon { font-size: 36px; margin-bottom: 12px; }
.contact-card-title { font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.contact-card-body { font-size: 15px; color: var(--text-muted); line-height: 1.65; }
.contact-card-link { display: inline-flex; align-items: center; gap: 5px; color: var(--teal); font-weight: 600; font-size: 15px; text-decoration: none; margin-top: 10px; border-bottom: 1px solid transparent; transition: border-color .2s; }
.contact-card-link:hover { border-bottom-color: var(--teal); }

/* Partner value table */
.vp-table { width: 100%; border-collapse: collapse; border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--warm-border); }
.vp-table th { background: var(--navy); color: white; padding: 14px 18px; font-size: 14px; font-weight: 600; text-align: left; }
.vp-table td { padding: 13px 18px; font-size: 15px; color: var(--text-muted); border-bottom: 1px solid var(--warm-border); }
.vp-table tr:last-child td { border-bottom: none; }
.vp-table tr:nth-child(even) td { background: var(--warm-stone); }
.vp-table td:first-child { font-weight: 600; color: var(--text); }
.vp-tick { color: var(--teal); font-weight: 700; }

/* Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-label { font-size: 15px; font-weight: 600; color: var(--text); }
.form-input, .form-textarea, .form-select { border: 1.5px solid var(--warm-border); border-radius: 10px; padding: 13px 16px; font-size: 16px; font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); transition: border-color .2s; outline: none; width: 100%; appearance: auto; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,122,110,.12); }
.form-textarea { resize: vertical; min-height: 130px; }
.form-submit { background: var(--coral); color: white; border: none; border-radius: 10px; padding: 14px 32px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; min-height: 52px; }
.form-submit:hover { background: var(--coral-hover); transform: translateY(-1px); }

/* ── Page Hero Meta ──────────────────────────────────────────────────────── */
.page-hero-meta { display: flex; align-items: center; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.meta-chip { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,.6); }

/* ── Legal Pages ─────────────────────────────────────────────────────────── */
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; padding: 48px 28px; max-width: 1200px; margin: 0 auto; }
.legal-toc { position: sticky; top: 88px; background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 20px 18px; }
.legal-toc-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--text-muted); margin-bottom: 14px; }
.toc-links { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.toc-links a { display: block; font-size: 14px; color: var(--text-muted); text-decoration: none; padding: 6px 10px; border-radius: 7px; transition: all .2s; line-height: 1.35; }
.toc-links a:hover, .toc-links a.active { background: var(--white); color: var(--teal); font-weight: 600; }
.legal-section { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--warm-border); }
.legal-section:last-child { border-bottom: none; margin-bottom: 0; }
.legal-section h2 { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.legal-section h3 { font-size: 17px; font-weight: 600; color: var(--text); margin: 16px 0 8px; }
.legal-body-text { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 12px; }
.legal-body-text:last-child { margin-bottom: 0; }
.legal-body-text a { color: var(--teal); font-weight: 500; }
.legal-body-text a:hover { text-decoration: underline; }
.legal-body-text strong { color: var(--text); font-weight: 600; }
.legal-highlight { background: var(--teal-soft); border: 1.5px solid rgba(26,122,110,.22); border-radius: var(--radius); padding: 16px 18px; margin: 14px 0; }
.legal-highlight p { font-size: 15px; color: var(--text-muted); line-height: 1.7; }
.legal-highlight strong { color: var(--navy); }
.cookie-type-table { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--warm-border); margin: 14px 0; }
.cookie-type-table th { background: var(--navy); color: white; padding: 12px 16px; font-size: 14px; font-weight: 600; text-align: left; }
.cookie-type-table td { padding: 11px 16px; font-size: 14.5px; color: var(--text-muted); border-bottom: 1px solid var(--warm-border); line-height: 1.55; }
.cookie-type-table tr:last-child td { border-bottom: none; }
.cookie-type-table tr:nth-child(even) td { background: var(--warm-stone); }
.cookie-type-table td:first-child { font-weight: 600; color: var(--text); }
.legal-update-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(26,122,110,.1); border: 1px solid rgba(26,122,110,.2); color: var(--teal); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 50px; margin-bottom: 20px; }
.rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.rights-card { background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: var(--radius); padding: 14px 16px; }
.rights-card-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.rights-card-body { font-size: 13.5px; color: var(--text-muted); line-height: 1.55; }

/* ── Blog Index ──────────────────────────────────────────────────────────── */
.blog-filters { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-pill { padding: 9px 18px; min-height: 44px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all .2s; color: var(--text-muted); background: var(--warm-stone); border: 1.5px solid var(--warm-border); display: flex; align-items: center; }
.filter-pill:hover, .filter-pill.active { background: var(--navy); color: white; border-color: var(--navy); }
.blog-featured { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 32px; }
.blog-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; transition: all .22s; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.blog-card-img { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 56px; }
.blog-card-img.small { height: 130px; font-size: 40px; }
.blog-card-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.blog-card-body.small { padding: 14px 16px; gap: 6px; }
.blog-cat { display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--teal); background: var(--teal-soft); padding: 3px 9px; border-radius: 50px; width: fit-content; }
.blog-card-title { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--text); line-height: 1.3; }
.blog-card-title.small { font-size: 16px; }
.blog-card-excerpt { font-size: 15px; color: var(--text-muted); line-height: 1.65; }
.blog-card-excerpt.small { font-size: 13.5px; }
.blog-card-meta { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--warm-border); flex-wrap: wrap; }
.blog-card-meta.small { padding-top: 8px; }
.blog-meta-avatar { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); display: flex; align-items: center; justify-content: center; color: white; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.blog-meta-author { font-size: 13px; color: var(--text-muted); }
.blog-meta-date { font-size: 13px; color: var(--text-muted); margin-left: auto; }
.blog-read-time { font-size: 12px; color: var(--text-muted); background: var(--warm-stone); padding: 3px 8px; border-radius: 50px; border: 1px solid var(--warm-border); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.view-all-row { display: flex; align-items: center; justify-content: center; padding: 20px 0; }
.btn-view-all { padding: 13px 32px; min-height: 48px; border: 1.5px solid var(--navy); color: var(--navy); background: none; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all .2s; display: inline-flex; align-items: center; }
.btn-view-all:hover { background: var(--navy); color: white; }

/* ── Blog Layout (Article + Sidebar) ────────────────────────────────────── */
.blog-layout { display: grid; grid-template-columns: 1fr 280px; gap: 28px; padding: 48px 28px; max-width: 1200px; margin: 0 auto; }
.blog-sidebar { display: flex; flex-direction: column; gap: 16px; align-self: start; }
.sidebar-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); overflow: hidden; }
.sidebar-card-header { background: var(--navy); padding: 14px 18px; }
.sidebar-card-title { font-family: 'Lora', serif; font-size: 15px; font-weight: 600; color: white; }
.sidebar-card-body { padding: 16px 18px; }
.sidebar-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sidebar-list li { font-size: 14px; color: var(--text-muted); border-bottom: 1px solid var(--warm-border); padding-bottom: 10px; display: flex; flex-direction: column; gap: 3px; }
.sidebar-list li:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-list a { color: var(--teal); text-decoration: none; font-weight: 500; font-size: 14px; line-height: 1.4; }
.sidebar-list a:hover { text-decoration: underline; }
.sidebar-list-meta { font-size: 12px; color: var(--text-muted); }
.sidebar-cat-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.sidebar-cat-list li a { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; font-size: 14.5px; color: var(--text-muted); text-decoration: none; border-bottom: 1px solid var(--warm-border); transition: color .2s; }
.sidebar-cat-list li:last-child a { border-bottom: none; }
.sidebar-cat-list li a:hover { color: var(--teal); }
.sidebar-cat-count { font-size: 12px; background: var(--warm-stone); padding: 2px 7px; border-radius: 50px; font-weight: 600; }
.sidebar-join { background: linear-gradient(135deg, var(--coral-soft), #ffd8d4); border: 1.5px solid rgba(192,57,43,.2); border-radius: var(--radius-lg); padding: 20px 18px; text-align: center; }
.sidebar-join h3 { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.sidebar-join p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.sidebar-join-btn { display: block; background: var(--coral); color: white; border-radius: 9px; padding: 11px 16px; font-size: 14px; font-weight: 700; text-decoration: none; text-align: center; transition: background .2s; }
.sidebar-join-btn:hover { background: var(--coral-hover); }

/* ── Article Body ────────────────────────────────────────────────────────── */
.article-body { font-size: 17px; color: var(--text-muted); line-height: 1.6; }
.article-body h2 { font-family: 'Lora', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin: 28px 0 10px; padding-top: 8px; border-top: 2px solid var(--warm-border); }
.article-body h3 { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--text); margin: 22px 0 8px; }
.article-body p { margin-bottom: 10px; margin-top: 0; }
.article-body p:last-child { margin-bottom: 0; }
.article-body p:empty { display: none; }
.article-body .wp-block-paragraph { margin-bottom: 10px !important; }
.article-body .wp-block-heading { margin-bottom: 10px !important; }
.article-body > *:first-child { margin-top: 0; }
.article-body .wp-block-spacer { height: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; }
.article-body a { color: var(--teal); font-weight: 500; }
.article-body a:hover { text-decoration: underline; }
.article-body strong { color: var(--text); font-weight: 600; }
.article-body ul, .article-body ol { margin: 14px 0 18px; padding-left: 22px; }
.article-body li { margin-bottom: 8px; line-height: 1.7; }
.article-callout { background: linear-gradient(135deg, var(--teal-soft), #d4f0ec); border: 1.5px solid rgba(26,122,110,.22); border-radius: var(--radius-lg); padding: 20px 24px; margin: 24px 0; }
.article-callout-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: var(--teal); margin-bottom: 8px; }
.article-callout h3 { font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 8px; margin-top: 0; }
.article-callout p { font-size: 15.5px; color: var(--text-muted); line-height: 1.7; margin: 0; }
.article-callout a { color: var(--teal); font-weight: 600; }
.freebie-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 20px 22px; margin: 10px 0; display: flex; align-items: flex-start; gap: 16px; transition: all .2s; }
.freebie-card:hover { box-shadow: var(--shadow); border-color: var(--teal); }
.freebie-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
.freebie-title { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.freebie-body { font-size: 15px; color: var(--text-muted); line-height: 1.65; }
.freebie-body a { color: var(--teal); font-weight: 500; }
.article-tag-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--warm-border); }
.article-tag { font-size: 13px; padding: 5px 12px; background: var(--warm-stone); border: 1px solid var(--warm-border); border-radius: 50px; color: var(--text-muted); text-decoration: none; }
.article-tag:hover { background: var(--navy); color: white; border-color: var(--navy); }
.article-author-box { background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 22px 24px; display: flex; align-items: flex-start; gap: 18px; margin-top: 28px; }
.author-avatar-lg { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; font-weight: 700; flex-shrink: 0; }
.author-name-lg { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.author-role-lg { font-size: 13px; color: var(--teal); font-weight: 600; margin-bottom: 8px; }
.author-bio-lg { font-size: 14.5px; color: var(--text-muted); line-height: 1.65; }
.share-row { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--warm-border); flex-wrap: wrap; }
.share-label { font-size: 14px; font-weight: 600; color: var(--text-muted); }
.share-btn { padding: 9px 16px; min-height: 40px; border-radius: 8px; font-size: 13.5px; font-weight: 600; cursor: pointer; border: 1.5px solid var(--warm-border); background: var(--white); color: var(--text-muted); font-family: 'DM Sans', sans-serif; transition: all .2s; display: flex; align-items: center; gap: 6px; }
.share-btn:hover { border-color: var(--navy); color: var(--navy); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }

/* ── Categories Page ─────────────────────────────────────────────────────── */
.cat-hero-stats { display: flex; align-items: center; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.cat-hero-stat { text-align: center; }
.cat-hero-stat-num { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: white; }
.cat-hero-stat-label { font-size: 12px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; }
.cat-hero-stat-div { width: 1px; height: 32px; background: rgba(255,255,255,.18); }
.seo-intro { background: var(--white); padding: 22px 28px; border-bottom: 1px solid var(--warm-border); }
.seo-intro p { font-size: 15.5px; color: var(--text-muted); line-height: 1.8; max-width: 860px; }
.seo-intro strong { color: var(--text); }
.seo-intro a { color: var(--teal); text-decoration: underline; font-weight: 500; }
.seo-intro a:hover { opacity: .8; }
.jump-bar { background: var(--warm-stone); border-bottom: 1px solid var(--warm-border); padding: 13px 28px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.jump-label { font-size: 14px; font-weight: 600; color: var(--text-muted); flex-shrink: 0; white-space: nowrap; }
.jump-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.jp { padding: 9px 18px; min-height: 44px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; color: var(--text-muted); background: var(--white); border: 1.5px solid var(--warm-border); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; transition: all .2s; }
.jp:hover { background: var(--navy); color: white; border-color: var(--navy); }
.main-section { padding: 36px 28px 52px; background: var(--white); }
.section-eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--text-muted); margin-bottom: 24px; display: flex; align-items: center; gap: 8px; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-card { background: var(--white); border: 2px solid var(--warm-border); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: all .25s; position: relative; }
.cat-card:hover { box-shadow: 0 12px 40px rgba(27,43,72,.16); transform: translateY(-5px); border-color: var(--teal); }
.cc-bar { display: block; height: 5px; width: 100%; }
.cc-head { padding: 22px 22px 0; }
.cc-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 15px; font-size: 30px; margin-bottom: 12px; }
.cc-title { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 5px; }
.cc-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-bottom: 10px; }
.cc-count { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--text-muted); background: var(--warm-stone); border: 1px solid var(--warm-border); padding: 4px 11px; border-radius: 50px; margin-bottom: 12px; }
.cc-count-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.cc-chips { padding: 16px 22px 20px; }
.chip { display: inline-block; font-size: 14px; font-weight: 500; color: var(--text-muted); background: var(--warm-stone); padding: 7px 14px; border-radius: 50px; border: 1px solid var(--warm-border); margin: 0 6px 8px 0; }
.chip.hot { background: rgba(192,57,43,.08); border-color: rgba(192,57,43,.28); color: var(--coral); font-weight: 600; }
.cc-foot { padding: 14px 22px; background: var(--warm-stone); border-top: 1px solid var(--warm-border); margin-top: auto; }
.cc-btn { display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: white; padding: 14px 18px; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s; }
.cc-btn:hover { background: var(--navy-mid); }
.cc-arr { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.15); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; transition: transform .2s; }
.cat-card:hover .cc-arr { transform: translateX(4px); }
.seo-footer { background: var(--warm-stone); border-top: 1px solid var(--warm-border); padding: 32px 28px; }
.seo-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 900px; }
.seo-block h3 { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.seo-block p { font-size: 15.5px; color: var(--text-muted); line-height: 1.75; }
.seo-block a { color: var(--teal); text-decoration: none; font-weight: 500; }
.seo-block a:hover { text-decoration: underline; }
.cta-banner { background: linear-gradient(135deg,#111c2f,#1B2B48); padding: 48px 36px; text-align: center; }
.cta-banner h2 { font-family: 'Lora', serif; font-size: 28px; font-weight: 600; color: white; margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,.78); font-size: 16px; margin-bottom: 24px; max-width: 440px; margin-left: auto; margin-right: auto; }
.btn-cta { padding: 14px 32px; min-height: 50px; background: var(--coral); color: white; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; transition: all .2s; display: inline-flex; align-items: center; }
.btn-cta:hover { background: var(--coral-hover); transform: translateY(-2px); }
.cta-micro { font-size: 12.5px; color: rgba(255,255,255,.4); margin-top: 8px; }

/* ── Offer Filter Bar ────────────────────────────────────────────────────── */
.filter-bar { background: var(--white); border-bottom: 1px solid var(--warm-border); padding: 14px 28px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; position: sticky; top: 68px; z-index: 100; }
.filter-search { display: flex; align-items: center; background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: 9px; overflow: hidden; min-width: 200px; max-width: 620px; flex: 1; }
.filter-search-icon { padding: 0 12px; color: var(--text-muted); font-size: 16px; flex-shrink: 0; }
.filter-search input { flex: 1; border: none; outline: none; font-size: 15px; font-family: 'DM Sans', sans-serif; color: var(--text); padding: 10px 8px 10px 0; background: transparent; }
.filter-search input::placeholder { color: #a0aec0; }
.sort-select { border: 1.5px solid var(--warm-border); border-radius: 9px; padding: 10px 14px; font-size: 14px; font-family: 'DM Sans', sans-serif; color: var(--text-muted); background: var(--warm-stone); outline: none; cursor: pointer; min-height: 44px; }
.filter-pills-row { display: flex; gap: 7px; flex-wrap: wrap; }
.fpill { padding: 8px 15px; min-height: 40px; border-radius: 50px; font-size: 13.5px; font-weight: 500; cursor: pointer; text-decoration: none; transition: all .2s; color: var(--text-muted); background: var(--warm-stone); border: 1.5px solid var(--warm-border); white-space: nowrap; display: flex; align-items: center; gap: 5px; }
.fpill:hover, .fpill.active { background: var(--navy); color: white; border-color: var(--navy); }
.filter-count { font-size: 12px; font-weight: 700; background: rgba(0,0,0,.07); padding: 1px 6px; border-radius: 50px; }
.fpill.active .filter-count { background: rgba(255,255,255,.2); }

/* ── Offer Card Extras ───────────────────────────────────────────────────── */
.badge-excl { position: absolute; top: 8px; left: 8px; background: var(--warm-gold); color: white; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 50px; text-transform: uppercase; letter-spacing: .5px; }
.save-btn { position: absolute; top: 8px; right: 8px; background: white; border: 1px solid var(--warm-border); border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; transition: all .2s; color: #ccc; text-decoration: none; }
.save-btn:hover, .save-btn.saved { color: var(--coral); border-color: #ffd0d0; background: #fff5f5; }
.offer-expires { font-size: 11.5px; color: var(--coral); font-weight: 600; margin-top: 2px; }
.load-more-row { text-align: center; padding: 28px 0; }
.btn-load-more { padding: 13px 32px; min-height: 48px; border: 1.5px solid var(--navy); color: var(--navy); background: none; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all .2s; font-family: 'DM Sans', sans-serif; text-decoration: none; display: inline-flex; align-items: center; }
.btn-load-more:hover { background: var(--navy); color: white; }
.pagination-row { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 28px 0; }
.pagination-btn { padding: 10px 20px; border: 1.5px solid var(--warm-border); border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--text); background: var(--white); text-decoration: none; transition: all .2s; cursor: pointer; }
.pagination-btn:hover { border-color: var(--coral); color: var(--coral); }
.pagination-btn.disabled { color: var(--text-muted); opacity: .4; pointer-events: none; cursor: default; }
.pagination-numbers { display: flex; gap: 6px; }
.pagination-num { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--warm-border); border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--text-muted); background: var(--white); text-decoration: none; transition: all .2s; }
.pagination-num:hover { border-color: var(--coral); color: var(--coral); }
.pagination-num.active { background: var(--coral); border-color: var(--coral); color: white; }
.page-hero-verified { display: inline-flex; align-items: center; gap: 6px; background: rgba(26,122,110,.22); border: 1px solid rgba(26,122,110,.35); color: #7ee8df; padding: 5px 12px; border-radius: 50px; font-size: 12.5px; font-weight: 600; margin-top: 14px; }

/* ── Brand Directory ─────────────────────────────────────────────────────── */
.alpha-nav { background: var(--white); border-bottom: 1px solid var(--warm-border); padding: 12px 28px; display: flex; gap: 5px; flex-wrap: wrap; align-items: center; position: sticky; top: 68px; z-index: 99; }
.alpha-btn { width: 36px; height: 36px; border: 1.5px solid var(--warm-border); border-radius: 8px; background: var(--warm-stone); font-size: 14px; font-weight: 700; color: var(--text-muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; text-decoration: none; }
.alpha-btn:hover, .alpha-btn.active { background: var(--navy); color: white; border-color: var(--navy); }
.alpha-btn.disabled { opacity: .3; cursor: default; pointer-events: none; }
.brand-intro-block { background: var(--white); padding: 20px 28px; border-bottom: 1px solid var(--warm-border); font-size: 16px; color: var(--text-muted); line-height: 1.75; }
.brand-intro-block a { color: var(--teal); text-decoration: none; font-weight: 500; }
.brand-intro-block strong { color: var(--text); }
.brand-section { margin-bottom: 40px; }
.brand-section-letter { font-family: 'Lora', serif; font-size: 28px; font-weight: 600; color: var(--coral); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--warm-border); }
.brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.brand-tile-count { font-size: 11px; color: var(--teal); font-weight: 600; }

/* ── Auth Pages ──────────────────────────────────────────────────────────── */
.auth-page { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 68px); }
.auth-left { background: linear-gradient(150deg, #111c2f 0%, #1B2B48 55%, #243860 100%); padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.auth-left::before { content: ''; position: absolute; inset: 0; opacity: .5; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.auth-left-inner { position: relative; z-index: 1; }
.auth-right { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--white); overflow-y: auto; }
.auth-form-wrap { width: 100%; max-width: 420px; }
.auth-headline { font-family: 'Lora', serif; font-size: 30px; font-weight: 600; color: white; line-height: 1.22; margin-bottom: 12px; }
.auth-headline em { font-style: italic; color: var(--coral); }
.auth-sub { font-size: 16px; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 24px; }
.auth-benefits { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.auth-benefit { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: rgba(255,255,255,.82); line-height: 1.5; }
.auth-benefit-tick { width: 22px; height: 22px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: white; flex-shrink: 0; margin-top: 1px; }
.auth-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.auth-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 14px 16px; }
.auth-stat-num { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: white; }
.auth-stat-label { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 2px; }
.auth-form-title { font-family: 'Lora', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.auth-form-sub { font-size: 15px; color: var(--text-muted); margin-bottom: 22px; line-height: 1.6; }
.auth-form-sub a { color: var(--teal); font-weight: 600; text-decoration: none; }
.auth-form-sub a:hover { text-decoration: underline; }
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 7px; }
.form-input { width: 100%; border: 1.5px solid var(--warm-border); border-radius: 10px; padding: 13px 16px; font-size: 16px; font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); transition: border-color .2s; outline: none; box-sizing: border-box; }
.form-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,122,110,.1); }
.form-input::placeholder { color: #a0aec0; }
.form-hint { font-size: 13px; color: var(--text-muted); margin-top: 5px; }
.form-submit { width: 100%; background: var(--coral); color: white; border: none; border-radius: 10px; padding: 14px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .2s; min-height: 52px; display: block; }
.form-submit:hover { background: var(--coral-hover); transform: translateY(-1px); }
.form-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; }
.form-divider-line { flex: 1; height: 1px; background: var(--warm-border); }
.form-divider-text { font-size: 13px; color: var(--text-muted); font-weight: 500; white-space: nowrap; }
.social-btn { width: 100%; border: 1.5px solid var(--warm-border); background: var(--white); border-radius: 10px; padding: 12px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--text); margin-bottom: 10px; min-height: 48px; }
.social-btn:hover { border-color: var(--navy); background: var(--warm-stone); }
.auth-trust { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; color: var(--text-muted); margin-top: 16px; flex-wrap: wrap; }
.auth-trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.checkbox-group { display: flex; align-items: flex-start; gap: 10px; }
.checkbox-group input[type=checkbox] { width: 20px; height: 20px; margin-top: 2px; cursor: pointer; flex-shrink: 0; accent-color: var(--teal); }
.checkbox-label { font-size: 14px; color: var(--text-muted); line-height: 1.55; }
.checkbox-label a { color: var(--teal); text-decoration: none; font-weight: 500; }
.checkbox-label a:hover { text-decoration: underline; }
.password-toggle { position: relative; }
.password-toggle .form-input { padding-right: 48px; }
.pw-toggle-btn { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: var(--text-muted); font-size: 16px; padding: 4px; }
.strength-bar { height: 4px; border-radius: 2px; background: var(--warm-border); margin-top: 8px; overflow: hidden; }
.strength-fill { height: 100%; border-radius: 2px; transition: width .3s, background .3s; width: 0; }
.strength-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
.form-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.auth-quote { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); padding: 18px 20px; margin-top: 24px; }
.auth-quote-text { font-size: 15px; color: rgba(255,255,255,.82); line-height: 1.65; font-style: italic; margin-bottom: 12px; }
.auth-quote-author { display: flex; align-items: center; gap: 10px; }
.auth-quote-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; color: white; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.auth-quote-name { font-size: 13px; font-weight: 600; color: white; }
.auth-quote-meta { font-size: 12px; color: rgba(255,255,255,.55); }
.auth-quote-stars { margin-left: auto; color: #fbbf24; font-size: 13px; }

/* ── Form extras ─────────────────────────────────────────────────────────── */
.form-select { width: 100%; border: 1.5px solid var(--warm-border); border-radius: 10px; padding: 13px 16px; font-size: 16px; font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); outline: none; transition: border-color .2s; cursor: pointer; }
.form-select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,122,110,.1); }
.form-input.prefilled { background: var(--warm-stone); }
.form-submit-teal { background: var(--teal); }
.form-submit-teal:hover { background: #145f55; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.pw-wrap { position: relative; }
.pw-wrap .form-input { padding-right: 48px; }
.pw-eye { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: var(--text-muted); font-size: 16px; padding: 4px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.checkbox-row input[type=checkbox] { width: 20px; height: 20px; margin-top: 2px; cursor: pointer; flex-shrink: 0; accent-color: var(--teal); }
.checkbox-row .checkbox-label { font-size: 14.5px; color: var(--text-muted); line-height: 1.55; }
.card-sub { font-size: 15px; color: var(--text-muted); margin-bottom: 24px; line-height: 1.6; }

/* ── My Account page ─────────────────────────────────────────────────────── */
.account-layout { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 40px 28px; background: var(--warm-stone); }
.account-sidebar { display: flex; flex-direction: column; gap: 8px; }
.account-avatar-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 20px 16px; margin-bottom: 8px; text-align: center; }
.account-avatar { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; font-weight: 700; margin: 0 auto 10px; font-family: 'Lora', serif; }
.account-name { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: var(--text); }
.account-since { font-size: 13px; color: var(--text-muted); margin-top: 3px; }
.member-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--teal-soft); border: 1px solid rgba(26,122,110,.2); color: var(--teal); font-size: 13px; font-weight: 700; padding: 5px 12px; border-radius: 50px; margin: 10px auto 0; justify-content: center; }
.account-nav-item { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 10px; font-size: 15px; font-weight: 500; color: var(--text-muted); text-decoration: none; transition: all .2s; cursor: pointer; border: none; background: none; font-family: 'DM Sans', sans-serif; width: 100%; text-align: left; }
.account-nav-item:hover { background: var(--warm-stone); color: var(--navy); }
.account-nav-item.active { background: var(--navy); color: white; font-weight: 600; }
.nav-icon { font-size: 18px; flex-shrink: 0; }
.account-danger { color: var(--coral) !important; }
.account-danger:hover { background: var(--coral-soft) !important; color: var(--coral) !important; }
.account-panel { display: none; }
.account-panel.on { display: block; }
.account-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 28px 26px; margin-bottom: 18px; }
.account-card-title { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.saved-empty { text-align: center; padding: 48px 28px; color: var(--text-muted); }
.saved-empty-icon { font-size: 48px; margin-bottom: 16px; opacity: .4; }
.saved-empty-title { font-family: 'Lora', serif; font-size: 20px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.pref-row { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--warm-border); gap: 16px; }
.pref-row:last-child { border-bottom: none; }
.pref-title { font-size: 15.5px; font-weight: 600; color: var(--text); }
.pref-desc { font-size: 13.5px; color: var(--text-muted); margin-top: 3px; }
.toggle { width: 48px; height: 26px; background: var(--warm-border); border-radius: 50px; position: relative; cursor: pointer; transition: background .2s; flex-shrink: 0; border: none; }
.toggle.on { background: var(--teal); }
.toggle-pip { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: left .2s; pointer-events: none; }
.toggle.on .toggle-pip { left: 25px; }
.savings-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.savings-pill { background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 16px; text-align: center; }
.savings-num { font-family: 'Lora', serif; font-size: 24px; font-weight: 600; color: var(--coral); }
.savings-label { font-size: 12.5px; color: var(--text-muted); margin-top: 4px; }

/* ── Brand archive page ───────────────────────────────────────────────────── */
.brand-page-layout { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; padding: 36px 28px; background: var(--white); }
.brand-info-card { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; position: sticky; top: 88px; }
.brand-logo-box { width: 100%; height: 100px; background: var(--warm-stone); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; border: 1px solid var(--warm-border); }
.brand-logo-box img { max-height: 60px; max-width: 160px; object-fit: contain; }
.brand-name { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: var(--text); }
.brand-desc { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; }
.brand-about { border-top: 1px solid var(--warm-border); padding-top: 16px; }
.brand-about-title { font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.brand-about-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.brand-about-text p { margin: 0 0 10px; }
.brand-about-text p:last-child { margin-bottom: 0; }
.brand-about-text a { color: var(--teal); text-decoration: underline; }
.brand-meta-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.brand-meta-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-muted); }
.brand-meta-icon { font-size: 16px; flex-shrink: 0; }
.brand-visit-btn { display: flex; align-items: center; justify-content: space-between; background: var(--coral); color: white; padding: 13px 18px; border-radius: 10px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .2s; }
.brand-visit-btn:hover { background: var(--coral-hover); }
.brand-seo-block { margin-top: 28px; background: var(--warm-stone); border-left: 4px solid var(--teal); padding: 18px 22px; border-radius: 0 var(--radius) var(--radius) 0; }
.brand-seo-block p { font-size: 15.5px; color: var(--text-muted); line-height: 1.8; }
.brand-related-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.brand-related-pill { padding: 9px 18px; border-radius: 9px; border: 1.5px solid var(--warm-border); background: var(--white); font-size: 14px; font-weight: 500; color: var(--text-muted); text-decoration: none; transition: all .2s; }
.brand-related-pill:hover { border-color: var(--teal); color: var(--teal); }

/* ── Category archive page ────────────────────────────────────────────────── */
.cat-page-layout { display: grid; grid-template-columns: 1fr 260px; gap: 24px; padding: 28px; }
.cat-archive-filter { display: flex; align-items: center; gap: 10px; padding: 0 0 20px; flex-wrap: wrap; }
.filter-chip { padding: 8px 16px; min-height: 40px; border-radius: 50px; font-size: 13.5px; font-weight: 500; cursor: pointer; color: var(--text-muted); background: var(--warm-stone); border: 1.5px solid var(--warm-border); display: inline-flex; align-items: center; transition: all .2s; text-decoration: none; }
.filter-chip:hover, .filter-chip.on { background: var(--navy); color: white; border-color: var(--navy); }
.cat-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 88px; }
.sidebar-widget { background: var(--white); border: 1.5px solid var(--warm-border); border-radius: var(--radius-lg); overflow: hidden; }
.sidebar-widget-header { background: var(--navy); padding: 13px 18px; }
.sidebar-widget-title { font-family: 'Lora', serif; font-size: 15px; font-weight: 600; color: white; }
.sidebar-widget-body { padding: 16px 18px; }
.subcat-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.subcat-item a { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 8px; font-size: 14.5px; color: var(--text-muted); text-decoration: none; transition: all .2s; }
.subcat-item a:hover, .subcat-item a.active { background: var(--warm-stone); color: var(--teal); font-weight: 600; }
.subcat-count { font-size: 12px; background: var(--warm-stone); padding: 2px 7px; border-radius: 50px; font-weight: 600; }
.sidebar-featured { background: linear-gradient(135deg, var(--coral-soft), #ffd8d4); border: 1.5px solid rgba(192,57,43,.2); border-radius: var(--radius-lg); padding: 18px; }
.sidebar-featured-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: var(--coral); margin-bottom: 8px; }
.sidebar-featured-title { font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.sidebar-featured-desc { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.sidebar-featured-btn { display: block; background: var(--coral); color: white; padding: 10px 16px; border-radius: 9px; font-size: 14px; font-weight: 700; text-decoration: none; text-align: center; }

/* ── 404 page ─────────────────────────────────────────────────────────────── */
.error-page { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 28px; background: var(--white); }
.error-inner { max-width: 560px; width: 100%; }
.error-num { font-family: 'Lora', serif; font-size: 120px; font-weight: 600; color: var(--warm-border); line-height: 1; margin-bottom: 8px; }
.error-title { font-family: 'Lora', serif; font-size: 32px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.error-sub { font-size: 17px; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.error-search { display: flex; align-items: center; background: var(--warm-stone); border: 1.5px solid var(--warm-border); border-radius: 12px; overflow: hidden; margin-bottom: 28px; }
.error-search input { flex: 1; border: none; outline: none; font-size: 16px; font-family: 'DM Sans', sans-serif; color: var(--text); padding: 14px 16px; background: transparent; }
.error-search button { background: var(--teal); color: white; border: none; padding: 0 22px; height: 52px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; }
.error-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.error-link { padding: 11px 22px; border-radius: 9px; font-size: 14.5px; font-weight: 600; text-decoration: none; transition: all .2s; }
.error-link-primary { background: var(--coral); color: white; }
.error-link-primary:hover { background: var(--coral-hover); }
.error-link-secondary { border: 1.5px solid var(--navy); color: var(--navy); }
.error-link-secondary:hover { background: var(--navy); color: white; }
.error-cats { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 12px; }
.error-cat { padding: 8px 16px; border-radius: 50px; font-size: 13.5px; font-weight: 500; background: var(--warm-stone); border: 1.5px solid var(--warm-border); color: var(--text-muted); text-decoration: none; transition: all .2s; }
.error-cat:hover { background: var(--navy); color: white; border-color: var(--navy); }

/* ── Offer Modal ─────────────────────────────────────────────────────────── */
.om-overlay {
  position: fixed; inset: 0;
  background: rgba(17,28,47,.6);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; padding: 20px;
}
.om-card {
  background: white; border-radius: 24px;
  width: 520px; max-width: 100%;
  max-height: calc(100vh - 40px);
  overflow-y: auto; overflow-x: hidden;
  scrollbar-width: none;
  box-shadow: 0 24px 80px rgba(17,28,47,.4), 0 0 0 1px rgba(0,0,0,.06);
  position: relative;
  animation: omIn .28s cubic-bezier(.34,1.56,.64,1) both;
}
.om-card::-webkit-scrollbar { display: none; }
@keyframes omIn {
  from { opacity: 0; transform: scale(.94) translateY(12px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.om-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--warm-stone); border: 1.5px solid var(--warm-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 16px; color: var(--text-muted);
  transition: .2s; z-index: 10; line-height: 1; font-family: 'DM Sans', sans-serif;
}
.om-close:hover { background: var(--navy); color: white; border-color: var(--navy); }
.om-header {
  padding: 28px 28px 0;
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 14px;
}
.om-logo-wrap {
  flex: 1; background: var(--warm-stone); border: 1.5px solid var(--warm-border);
  border-radius: 14px; height: 88px;
  display: flex; align-items: center; justify-content: center;
  padding: 12px; overflow: hidden;
}
.om-logo-wrap img { max-height: 56px; max-width: 180px; object-fit: contain; }
.om-logo-text {
  font-family: 'Lora', serif; font-size: 20px; font-weight: 600;
  color: var(--navy); opacity: .8; letter-spacing: 1px; text-align: center;
}
.om-header-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex-shrink: 0; }
.om-verified {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--teal-soft); border: 1px solid rgba(26,122,110,.25);
  color: var(--teal); font-size: 12px; font-weight: 700;
  padding: 5px 11px; border-radius: 50px; white-space: nowrap;
}
.om-cat-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--warm-stone); border: 1px solid var(--warm-border);
  color: var(--text-muted); font-size: 12px; font-weight: 500;
  padding: 4px 10px; border-radius: 50px; white-space: nowrap;
}
.om-body { padding: 20px 28px 24px; }
.om-title {
  font-family: 'Lora', serif; font-size: 24px; font-weight: 600;
  color: var(--navy); line-height: 1.25; margin-bottom: 8px;
}
.om-desc { font-size: 15px; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }
.om-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.om-expiry {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(192,57,43,.08); border: 1px solid rgba(192,57,43,.25);
  color: var(--coral); font-size: 13px; font-weight: 700;
  padding: 5px 12px; border-radius: 50px;
}
.om-expiry-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--coral); flex-shrink: 0;
  animation: omPulse 1.5s infinite;
}
@keyframes omPulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.om-terms-link { font-size: 13px; color: var(--text-muted); text-decoration: none; }
.om-terms-link:hover { color: var(--teal); text-decoration: underline; }
.om-nocode-box {
  display: flex; align-items: center; gap: 12px;
  background: var(--teal-soft); border: 1.5px solid rgba(26,122,110,.22);
  border-radius: 12px; padding: 14px 18px; margin-bottom: 20px;
}
.om-nocode-icon { font-size: 22px; flex-shrink: 0; }
.om-nocode-title { font-size: 15px; color: var(--teal); font-weight: 600; line-height: 1.3; }
.om-nocode-sub { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.om-code-box {
  display: flex; align-items: stretch;
  background: var(--warm-stone); border: 2px dashed var(--warm-border);
  border-radius: 12px; overflow: hidden; margin-bottom: 20px;
}
.om-code-val {
  flex: 1; padding: 14px 18px;
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-size: 22px; font-weight: 800;
  color: var(--navy); letter-spacing: 2px;
  display: flex; align-items: center;
}
.om-code-copy {
  background: var(--navy); color: white; border: none;
  padding: 0 20px; font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  display: flex; align-items: center; gap: 7px;
  transition: background .2s; flex-shrink: 0;
}
.om-code-copy:hover { background: var(--navy-mid); }
.om-code-copy.om-copied { background: #059669; }
.om-cta {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--coral); color: white;
  padding: 16px 22px; border-radius: 13px;
  font-size: 17px; font-weight: 700;
  text-decoration: none; width: 100%;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.om-cta:hover {
  background: var(--coral-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(192,57,43,.35);
}
.om-cta-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.om-cta-note { font-size: 12px; font-weight: 400; opacity: .75; }
.om-cta-arrow {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: transform .2s;
}
.om-cta:hover .om-cta-arrow { transform: translateX(3px); }
.om-terms {
  margin-top: 16px; padding: 14px 16px;
  background: var(--warm-stone); border-radius: 10px;
  font-size: 13px; color: var(--text-muted); line-height: 1.6;
}
.om-footer {
  background: var(--warm-stone); border-top: 1px solid var(--warm-border);
  padding: 14px 28px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.om-footer-brand { display: flex; align-items: center; gap: 9px; }
.om-footer-name { font-size: 13px; font-weight: 700; color: var(--navy); }
.om-footer-sub { font-size: 11.5px; color: var(--text-muted); }
.om-footer-trust { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.om-ft { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--text-muted); font-weight: 500; }
.om-ft-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
@media (max-width: 560px) {
  .om-header { flex-direction: column; }
  .om-header-right { flex-direction: row; align-items: center; }
  .om-title { font-size: 20px; }
  .om-code-val { font-size: 18px; }
  .om-cta { font-size: 15px; }
  .om-footer { flex-direction: column; align-items: flex-start; }
  .om-footer-trust { gap: 10px; }
}

/* ── Search Results ─────────────────────────────────────────────────────── */

/* Hero — gradient + subtle dot pattern + curved white bottom */
.sr-hero {
  background: linear-gradient(150deg, #111c2f 0%, var(--navy) 50%, var(--navy-mid) 100%);
  padding: 40px 0 70px;
  position: relative;
  overflow: hidden;
}
.sr-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.sr-hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0; height: 44px;
  background: var(--warm-stone);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.sr-hero .container { position: relative; z-index: 1; }
.sr-hero .breadcrumbs { color: rgba(255,255,255,.5); }
.sr-hero .breadcrumbs a { color: rgba(255,255,255,.6); }
.sr-hero .breadcrumbs .sep { color: rgba(255,255,255,.3); }
.sr-hero-inner { max-width: 680px; margin: 0 auto; }
.sr-heading { font-family: 'Lora', serif; font-size: clamp(22px,3vw,28px); font-weight: 600; color: #fff; margin: 14px 0 6px; line-height: 1.2; }
.sr-heading span { color: var(--coral); font-style: italic; }
.sr-count-line { font-size: 15px; color: rgba(255,255,255,.65); margin-bottom: 22px; }
.sr-count-line strong { color: #fff; }

/* Search bar — white pill, coral button (matching design) */
.sr-search-form {
  display: flex; align-items: stretch;
  background: #fff; border-radius: 13px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.2);
}
.sr-search-form input[type="text"] {
  flex: 1; border: none; outline: none; font-size: 16px;
  font-family: 'DM Sans', sans-serif; color: var(--text);
  padding: 15px 20px; background: transparent;
}
.sr-search-form input[type="text"]::placeholder { color: #a0aec0; }
.sr-search-form button {
  background: var(--coral); color: #fff; border: none;
  padding: 0 28px; font-size: 15px; font-weight: 700;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background .2s; white-space: nowrap; flex-shrink: 0;
}
.sr-search-form button:hover { background: var(--coral-hover); }

/* Page background (warm stone, same as design) */
.sr-page-bg { background: var(--warm-stone); }

/* Filter bar */
.sr-filter-bar {
  background: #fff; border-bottom: 1px solid var(--warm-border);
  padding: 13px 0; position: sticky; top: 0; z-index: 90;
}
.sr-filter-inner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sr-filter-count { font-size: 14.5px; font-weight: 600; color: var(--text); white-space: nowrap; flex-shrink: 0; }
.sr-filter-count span { color: var(--coral); }
.sr-sort select {
  padding: 9px 14px; border: 1.5px solid var(--warm-border); border-radius: 9px;
  font-size: 14px; font-family: 'DM Sans', sans-serif; color: var(--text-muted);
  background: var(--warm-stone); cursor: pointer; outline: none; min-height: 42px;
}
.sr-cat-pills { display: flex; gap: 7px; flex-wrap: wrap; flex: 1; }
.sr-pill {
  padding: 8px 16px; min-height: 40px; border-radius: 50px;
  border: 1.5px solid var(--warm-border); background: var(--warm-stone);
  font-size: 13.5px; font-weight: 500; color: var(--text-muted); cursor: pointer;
  text-decoration: none; transition: all .2s; display: inline-flex; align-items: center; white-space: nowrap;
}
.sr-pill:hover, .sr-pill.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.sr-clear { font-size: 13.5px; color: var(--teal); text-decoration: none; font-weight: 600; white-space: nowrap; margin-left: auto; }
.sr-clear:hover { text-decoration: underline; }

/* Main layout */
.sr-layout {
  display: grid; grid-template-columns: 1fr 260px;
  gap: 24px; align-items: start;
  padding: 32px 0 52px;
}
.sr-main { display: flex; flex-direction: column; gap: 16px; }

/* Result cards — 20px radius, 2px border, teal on hover */
.result-card {
  display: grid; grid-template-columns: 140px 1fr auto;
  border-radius: 20px; border: 2px solid var(--warm-border);
  background: #fff; overflow: hidden; position: relative;
  transition: box-shadow .22s, transform .22s, border-color .22s;
  align-items: stretch;
}
.result-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); border-color: var(--teal); }
.result-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--warm-border); transition: background .22s;
  border-radius: 20px 0 0 20px;
}
.result-card:hover::before { background: var(--teal); }
.result-card.hot::before { background: var(--coral); }

/* Logo column */
.result-logo {
  background: var(--warm-stone); display: flex; align-items: center; justify-content: center;
  padding: 20px 16px; flex-direction: column; gap: 8px; position: relative;
  border-right: 1px solid var(--warm-border);
}
.result-logo img {
  max-height: 50px; max-width: 100px;
  width: auto; height: auto;
  object-fit: contain; object-position: center; display: block;
}
.result-logo-name {
  font-family: 'Lora', serif; font-size: 13px; font-weight: 600; color: var(--navy);
  opacity: .65; text-align: center; line-height: 1.3;
}
.result-badge {
  position: absolute; top: 8px; left: 8px;
  font-size: 9.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .5px; padding: 3px 8px; border-radius: 50px; white-space: nowrap;
}
.result-badge.hot { background: var(--coral); color: #fff; }
.result-badge.new { background: var(--teal); color: #fff; }
.result-verified {
  position: absolute; bottom: 7px; right: 8px;
  display: flex; align-items: center; gap: 4px;
  font-size: 10px; color: var(--teal); font-weight: 600; white-space: nowrap;
}
.result-verified-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }

/* Body column */
.result-body { padding: 18px 20px; display: flex; flex-direction: column; justify-content: center; gap: 7px; min-width: 0; }
.result-brand-label { font-size: 11px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: .8px; }
.result-title {
  font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: var(--text);
  line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.result-title a { color: inherit; text-decoration: none; }
.result-title a:hover { color: var(--coral); }
.result-desc { font-size: 14px; color: var(--text-muted); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.result-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.result-tag {
  font-size: 12.5px; color: var(--text-muted); background: var(--warm-stone);
  border: 1px solid var(--warm-border); padding: 3px 10px; border-radius: 50px;
}
.result-expiry { font-size: 12px; color: var(--coral); font-weight: 600; }

/* CTA column */
.result-cta {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 18px 20px; background: var(--warm-stone);
  border-left: 1px solid var(--warm-border); min-width: 140px; text-align: center;
}
.btn-get-deal {
  display: block; width: 100%; text-align: center; padding: 11px 18px;
  background: var(--coral); color: #fff; border-radius: 10px; font-size: 14px;
  font-weight: 700; text-decoration: none; transition: background .2s; white-space: nowrap;
}
.btn-get-deal:hover { background: var(--coral-hover); color: #fff; }
.btn-save {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  width: 100%; padding: 8px 14px; background: none;
  border: 1.5px solid var(--warm-border); border-radius: 9px;
  font-size: 13px; font-weight: 500; color: var(--text-muted); cursor: pointer;
  font-family: 'DM Sans', sans-serif; transition: all .2s; white-space: nowrap;
}
.btn-save:hover { border-color: var(--coral); color: var(--coral); background: var(--coral-soft); }
.result-code-badge { font-size: 11px; font-weight: 600; color: var(--teal); }

/* Brand highlight row */
.sr-brands-row { display: flex; flex-direction: column; gap: 10px; }
.sr-brands-label { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.sr-brands-list { display: flex; gap: 10px; flex-wrap: wrap; }
.sr-brand-chip {
  display: flex; align-items: center; gap: 8px; padding: 8px 14px;
  border: 1.5px solid var(--warm-border); border-radius: 10px; background: #fff;
  text-decoration: none; transition: all .2s;
}
.sr-brand-chip:hover { border-color: var(--teal); box-shadow: 0 2px 10px rgba(26,122,110,.12); }
.sr-brand-chip img { max-width: 60px; max-height: 26px; object-fit: contain; }
.sr-brand-chip span { font-size: 13px; font-weight: 600; color: var(--navy); }

/* Blog results */
.sr-blog-section { margin-top: 8px; padding-top: 20px; border-top: 1.5px solid var(--warm-border); }
.sr-blog-label { font-size: 13px; font-weight: 700; color: var(--text-muted); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .5px; }
.sr-blog-card {
  display: flex; gap: 14px; align-items: flex-start; padding: 12px 0;
  border-bottom: 1px solid var(--warm-border); text-decoration: none;
}
.sr-blog-card:last-child { border-bottom: none; }
.sr-blog-thumb { width: 72px; height: 52px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background: var(--warm-stone); }
.sr-blog-body .sr-blog-title { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.35; }
.sr-blog-body .sr-blog-date { font-size: 12px; color: var(--text-muted); margin-top: 3px; }
.sr-blog-card:hover .sr-blog-title { color: var(--coral); }

/* AI suggestions block */
.sr-ai-block {
  margin: 20px auto 0; max-width: 560px;
  background: var(--teal-soft); border: 1.5px solid var(--teal);
  border-radius: 14px; padding: 18px 20px; text-align: left;
}
.sr-ai-label { font-size: 13.5px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.5; }
.sr-ai-badge {
  display: inline-block; padding: 3px 10px; border-radius: 50px;
  background: var(--teal); color: #fff; font-size: 11px; font-weight: 700;
  margin-bottom: 6px; letter-spacing: .3px;
}
.sr-ai-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.sr-ai-chip {
  display: flex; align-items: center; gap: 8px; padding: 9px 14px;
  background: #fff; border: 1.5px solid var(--teal); border-radius: 10px;
  text-decoration: none; transition: all .2s;
}
.sr-ai-chip:hover { background: var(--teal); }
.sr-ai-chip:hover span, .sr-ai-chip:hover .sr-ai-chip-count { color: #fff; }
.sr-ai-chip img { max-width: 60px; max-height: 22px; object-fit: contain; }
.sr-ai-chip-icon { font-size: 15px; }
.sr-ai-chip span { font-size: 13px; font-weight: 600; color: var(--navy); }
.sr-ai-chip-count { font-size: 11px; color: var(--text-muted); font-weight: 400; }

/* Load more */
.sr-load-more { text-align: center; padding: 24px 0 8px; }
.sr-load-more a {
  display: inline-block; padding: 13px 32px; border: 1.5px solid var(--navy);
  border-radius: 10px; font-size: 15px; font-weight: 600; color: var(--navy);
  text-decoration: none; transition: all .2s;
}
.sr-load-more a:hover { background: var(--navy); color: #fff; }

/* No results */
.sr-no-results { text-align: center; padding: 52px 20px; }
.sr-no-results-icon { font-size: 52px; margin-bottom: 16px; opacity: .35; }
.sr-no-results h2 { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.sr-no-results p { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; }
.sr-popular-chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sr-chip {
  padding: 9px 18px; border-radius: 50px; font-size: 14px; font-weight: 500;
  background: var(--warm-stone); border: 1.5px solid var(--warm-border);
  color: var(--text-muted); text-decoration: none; transition: all .2s;
}
.sr-chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Sidebar */
.sr-sidebar { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 88px; }
.sr-sidebar-card {
  background: #fff; border: 1.5px solid var(--warm-border); border-radius: 20px; overflow: hidden;
}
/* Sidebar join card — coral-soft gradient (design style) */
.sr-sidebar-card.join-card {
  background: linear-gradient(135deg, var(--coral-soft), #ffd8d4);
  border: 1.5px solid rgba(192,57,43,.2);
  padding: 20px 18px; text-align: center;
}
.sr-sidebar-card.join-card h3 { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.sr-sidebar-card.join-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.sr-join-btn {
  display: block; text-align: center; padding: 11px 16px; background: var(--coral);
  color: #fff; border-radius: 9px; font-size: 14px; font-weight: 700;
  text-decoration: none; transition: background .2s;
}
.sr-join-btn:hover { background: var(--coral-hover); color: #fff; }
/* Sidebar cards with navy header */
.sr-sidebar-head { background: var(--navy); padding: 13px 18px; }
.sr-sidebar-title { font-family: 'Lora', serif; font-size: 15px; font-weight: 600; color: #fff; }
.sr-sidebar-body { padding: 16px 18px; }
.sr-cat-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.sr-cat-list li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 10px; border-radius: 8px; font-size: 14.5px; color: var(--text-muted);
  text-decoration: none; transition: all .2s; font-weight: 400;
}
.sr-cat-list li a:hover, .sr-cat-list li a.active {
  background: var(--warm-stone); color: var(--teal); font-weight: 600;
}
.sr-cat-count {
  font-size: 12px; background: var(--warm-stone); padding: 2px 7px;
  border-radius: 50px; font-weight: 600; color: var(--text-muted);
}
.sr-cat-list li a.active .sr-cat-count { background: var(--teal-soft); color: var(--teal); }
.sr-popular-list { display: flex; gap: 7px; flex-wrap: wrap; }
.sr-popular-chip {
  font-size: 13px; padding: 6px 13px; border-radius: 50px;
  background: var(--warm-stone); border: 1px solid var(--warm-border);
  color: var(--text-muted); text-decoration: none; transition: all .2s;
}
.sr-popular-chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.sr-guide-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.sr-guide-list a {
  font-size: 13.5px; color: var(--teal); text-decoration: none; font-weight: 500;
  display: flex; align-items: center; gap: 6px;
}
.sr-guide-list a::before { content: '→'; font-size: 12px; }
.sr-guide-list a:hover { color: var(--coral); }

/* Not-found banner */
.sr-notfound {
  background: linear-gradient(135deg, #111c2f, var(--navy));
  padding: 44px 0; text-align: center;
}
.sr-notfound-inner { max-width: 700px; margin: 0 auto; }
.sr-notfound-inner h2 { font-family: 'Lora', serif; font-size: 26px; font-weight: 600; color: #fff; margin-bottom: 10px; }
.sr-notfound-inner p { color: rgba(255,255,255,.78); font-size: 16px; margin-bottom: 22px; max-width: 440px; margin-left: auto; margin-right: auto; }
.sr-notfound-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 28px; }
.sr-notfound-link {
  padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 600;
  text-decoration: none; transition: all .2s;
}
.sr-notfound-link-primary { background: var(--coral); color: #fff; }
.sr-notfound-link-primary:hover { background: var(--coral-hover); color: #fff; transform: translateY(-2px); }
.sr-notfound-link-secondary { background: rgba(255,255,255,.12); color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.2); }
.sr-notfound-link-secondary:hover { background: rgba(255,255,255,.2); }
.sr-notfound-cats { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 16px; }
.sr-notfound-cat {
  padding: 8px 16px; border-radius: 8px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.85); text-decoration: none; transition: all .2s;
}
.sr-notfound-cat:hover { background: var(--coral); border-color: var(--coral); color: #fff; }

@media (max-width: 860px) {
  .sr-layout { grid-template-columns: 1fr; padding: 20px 0 36px; }
  .sr-sidebar { position: static; order: -1; }
  .sr-sidebar-card.join-card { display: none; }
  .result-card { grid-template-columns: 100px 1fr; }
  .result-cta { display: none; }
}
@media (max-width: 560px) {
  .result-card { grid-template-columns: 80px 1fr; }
  .sr-filter-bar { position: static; }
  .sr-cat-pills { display: none; }
  .sr-hero { padding: 28px 0 60px; }
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .offers-layout { grid-template-columns: 1fr; }
  .expert-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .tip-card, .eligibility-card { flex: 1; min-width: 260px; }
}

@media (max-width: 1024px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .blog-featured { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .site-nav .nav-links { display: none; }
  .nav-burger { display: flex; }
  .hero h1 { font-size: 30px; }
  .hero { padding: 48px 20px 64px; }
  .hub-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .expert-sidebar { flex-direction: column; }
  .section { padding: 36px 20px; }
  .content-hub { padding: 36px 20px; }
  .faq-section { padding: 36px 20px; }
  .cta-banner { padding: 40px 24px; }
  .passage-block { padding: 20px 24px; }
  .faq-a-inner { padding: 0 16px 16px 16px; }
  .two-col { grid-template-columns: 1fr; }
  .three-col { grid-template-columns: 1fr; }
  .four-col { grid-template-columns: 1fr 1fr; }
  .team-card { width: 100%; }
  .contact-cards { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 28px; }
  .page-hero { padding: 40px 20px 60px; }
  .vp-table { font-size: 13px; }
  .vp-table td, .vp-table th { padding: 10px 12px; }
  .blog-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .rights-grid { grid-template-columns: 1fr; }
  .cookie-type-table th, .cookie-type-table td { padding: 8px 12px; font-size: 13px; }
  .legal-layout { padding: 32px 20px; }
  .blog-layout { padding: 32px 20px; }
}

@media (max-width: 480px) {
  .hero-stats { gap: 16px; }
  .hero-stat-divider { height: 24px; }
  .nav-actions .btn-outline { display: none; }
  .hero h1 { font-size: 26px; }
  .hero-search { margin-bottom: 18px; }
}

@media (max-width: 1024px) {
  .auth-page { grid-template-columns: 1fr; }
  .auth-left { padding: 40px 32px; }
  .alpha-nav { top: 60px; }
  .filter-bar { top: 60px; }
}

@media (max-width: 768px) {
  .auth-left { display: none; }
  .auth-right { padding: 36px 20px; min-height: 100svh; align-items: stretch; justify-content: flex-start; padding-top: 48px; }
  .auth-form-wrap { max-width: 100%; }
  .filter-bar { padding: 12px 16px; flex-wrap: wrap; }
  .account-layout { grid-template-columns: 1fr; padding: 20px 16px; }
  .brand-page-layout { grid-template-columns: 1fr; }
  .brand-info-card { position: static; }
  .cat-page-layout { grid-template-columns: 1fr; }
  .cat-sidebar { position: static; }
  .form-grid-2, .form-grid-3 { grid-template-columns: 1fr; }
  .savings-row { grid-template-columns: 1fr; }
  .error-num { font-size: 80px; }
  .error-title { font-size: 24px; }
  .filter-search { max-width: 100%; flex: 1; }
  .alpha-nav { padding: 10px 16px; }
  .brand-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .form-name-row { grid-template-columns: 1fr; gap: 0; }
  .offers-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .cat-grid { grid-template-columns: 1fr; }
  .seo-footer-grid { grid-template-columns: 1fr; }
  .cat-hero-stats { gap: 16px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .cat-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Extra small screens ─────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .blog-featured { grid-template-columns: 1fr !important; }
  .related-grid { grid-template-columns: 1fr; }
  .four-col { grid-template-columns: 1fr; }
  .savings-row .savings-stat { min-width: 0; }
}

@media (max-width: 480px) {
  .trust-bar { gap: 8px; padding: 10px 16px; }
  .trust-item { font-size: 11.5px; gap: 5px; }
  .page-hero-meta { flex-direction: column; gap: 6px; }
  .om-code-box { flex-direction: column; gap: 8px; }
  .om-code-val { word-break: break-all; font-size: 16px; }
  .om-code-copy { white-space: nowrap; }
  .share-row { flex-wrap: wrap; }
  .share-btn { min-height: 44px; }
  .om-card { margin: 16px; max-width: calc(100vw - 32px); }
}

/* ── Touch target minimum sizes ─────────────────────────────────────────── */
@media (pointer: coarse) {
  .btn-cta, .om-cta, .sidebar-join-btn, .form-submit,
  .nav-burger, .om-close, .om-code-copy, .share-btn,
  .faq-q { min-height: 44px; }
  .sidebar-list a, .sidebar-cat-list a, .toc-links a { min-height: 40px; display: flex; align-items: center; }
}
