/*
  dark theme
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --primary-900:#0d0f1a;--primary-800:#1a1f35;--primary-700:#2a3155;--primary-600:#3d4f8a;
  --gold:#d4af37;--gold-light:#e8c547;
  --bg:#0d0f1a;--cv-surface:#161b2e;--cv-surface2:#1e2540;
  --text:#e8eef5;--muted:#a0aac0;--cv-border:#252d48;
  --cv-radius:14px;--radius-sm:8px;
  --cv-shadow:0 2px 16px rgba(0,0,0,.07);--shadow-lg:0 8px 40px rgba(0,0,0,.12);
  --font-head:'Playfair Display', serif;
  --font:'Montserrat', sans-serif;
}

html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}
a{color:var(--primary-800);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.container{max-width:1240px;margin:0 auto;padding:0 24px}
.section{padding:72px 0}.section-sm{padding:48px 0}

/* Header */
header{position:sticky;top:0;z-index:200;background:var(--primary-900);box-shadow:0 2px 12px rgba(0,0,0,.25);transition:box-shadow .3s}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo:hover{text-decoration:none}
.logo-img{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(212,175,55,.35);box-shadow:0 0 12px rgba(212,175,55,.15)}
.logo-text{display:flex;flex-direction:column;line-height:1}
.logo-wow{font-family:var(--font-head);font-size:1.5rem;font-weight:800;letter-spacing:.12em;background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold) 40%,#f5d76e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;position:relative}
.logo-sub{font-family:var(--font);font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.55);margin-top:1px}
.logo:hover .logo-wow{background:linear-gradient(135deg,#f5d76e 0%,var(--gold-light) 50%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text}
.logo:hover .logo-sub{color:rgba(255,255,255,.75)}
.logo:hover .logo-img{border-color:var(--gold);box-shadow:0 0 20px rgba(212,175,55,.3)}
nav{display:flex;align-items:center;gap:4px}
nav a{color:rgba(255,255,255,.8);font-size:.88rem;font-weight:500;padding:7px 14px;border-radius:6px;transition:all .2s}
nav a:hover{background:rgba(255,255,255,.1);color:#fff;text-decoration:none}
.nav-cta{background:var(--gold)!important;color:#fff!important;font-weight:600!important}
.nav-cta:hover{background:var(--gold-light)!important}
/* Hamburger toggle */
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px 4px;flex-shrink:0}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .25s}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Hero */
.hero{position:relative;overflow:hidden;padding:90px 0 80px;background:var(--primary-900)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 30%;background-repeat:no-repeat;opacity:1;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(13,15,26,.62) 0%, rgba(13,15,26,.45) 40%, rgba(13,15,26,.72) 100%)}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Crect x='8' y='8' width='24' height='24' rx='4' stroke='%23ffffff' stroke-width='1' fill='none'/%3E%3Crect x='48' y='8' width='24' height='24' rx='4' stroke='%23ffffff' stroke-width='1' fill='none'/%3E%3Crect x='8' y='48' width='24' height='24' rx='4' stroke='%23ffffff' stroke-width='1' fill='none'/%3E%3Crect x='48' y='48' width='24' height='24' rx='4' stroke='%23ffffff' stroke-width='1' fill='none'/%3E%3Ccircle cx='20' cy='20' r='2.5' fill='%23ffffff'/%3E%3Ccircle cx='60' cy='20' r='2.5' fill='%23ffffff'/%3E%3Ccircle cx='20' cy='60' r='2.5' fill='%23ffffff'/%3E%3Ccircle cx='60' cy='60' r='2.5' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E")}
.hero-content{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(13,15,26,.65);border:1.5px solid var(--gold);color:var(--gold-light);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:22px;backdrop-filter:blur(6px);box-shadow:0 0 18px rgba(212,175,55,.25),inset 0 1px 0 rgba(255,255,255,.08)}
.hero h1{font-family:var(--font-head);font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:18px}
.hero h1 span{color:var(--gold-light)}
.hero p{color:rgba(255,255,255,.78);font-size:1.1rem;max-width:540px;margin:0 auto 36px}
.hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.hero-stat-num{font-size:1.6rem;font-weight:700;color:#fff;font-family:var(--font-head)}
.hero-stat-label{font-size:.78rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.06em}

/* Affiliate bar */
.aff-bar{background:rgba(201,146,42,.1);border-bottom:1px solid rgba(201,146,42,.2);padding:10px 0;text-align:center;font-size:.82rem;color:var(--muted)}
.aff-bar strong{color:var(--text)}

/* Section headings */
.section-head{text-align:center;margin-bottom:48px}
.section-head h2{font-family:var(--font-head);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--text);margin-bottom:10px}
.section-head p{color:var(--muted);font-size:1rem;max-width:520px;margin:0 auto}
.section-head .divider{width:56px;height:3px;background:linear-gradient(90deg,var(--primary-700),var(--gold));border-radius:2px;margin:14px auto 0}

/* Product Grid */
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:28px}
.product-card{background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);box-shadow:var(--cv-shadow);overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;color:inherit;text-decoration:none}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);text-decoration:none;color:inherit}
.card-img-wrap{position:relative;height:210px;overflow:hidden;background:#e8e4dc}
.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .card-img-wrap img{transform:scale(1.04)}
.card-img-wrap.no-img{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-900),#231a5a)}
.card-img-placeholder{font-size:3.5rem;opacity:.3}
.card-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.06em}
.card-rating-badge{position:absolute;top:12px;right:12px;background:rgba(13,15,26,.92);color:#fff;font-size:.82rem;font-weight:700;padding:4px 9px;border-radius:6px;display:flex;align-items:center;gap:3px}
.card-rating-badge .si{color:var(--gold-light);font-size:.85rem}
.card-body{padding:18px 20px;flex:1;display:flex;flex-direction:column}
.card-brand{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-700);margin-bottom:6px}
.card-title{font-family:var(--font-head);font-size:.98rem;font-weight:600;line-height:1.4;margin-bottom:8px;color:var(--text)}
.card-snippet{font-size:.85rem;color:var(--muted);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.stars-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.stars-char{color:var(--gold);font-size:.95rem;letter-spacing:1px}
.rating-num{font-weight:700;font-size:.9rem}
.rating-count{font-size:.8rem;color:var(--muted)}
.card-footer{padding:14px 20px;border-top:1px solid var(--cv-border)}
.btn-review{display:block;text-align:center;background:var(--primary-800);color:#fff;padding:10px 16px;border-radius:7px;font-size:.86rem;font-weight:600;transition:background .2s}
.btn-review:hover{background:var(--primary-700);text-decoration:none;color:#fff}

/* Pagination */
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:52px;flex-wrap:wrap}
.page-btn{width:40px;height:40px;border:1px solid var(--cv-border);background:var(--cv-surface);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;color:var(--text)}
.page-btn:hover,.page-btn.active{background:var(--primary-800);color:#fff;border-color:var(--primary-800)}
.page-btn.disabled{opacity:.4;pointer-events:none}
.page-nav{padding:0 16px;width:auto;font-size:.85rem}

/* Featured strip */
.featured-strip{background:var(--primary-900);padding:64px 0}
.featured-strip .section-head h2{color:#fff}
.featured-strip .section-head p{color:rgba(255,255,255,.65)}
.featured-strip .divider{background:linear-gradient(90deg,var(--gold),var(--gold-light))}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1040px;margin:0 auto;justify-items:stretch}
.featured-strip .container{display:flex;flex-direction:column;align-items:center}
.featured-strip .section-head{width:100%}
@media(max-width:860px){.featured-grid{grid-template-columns:repeat(2,minmax(0,340px));justify-content:center}}@media(max-width:580px){.featured-grid{grid-template-columns:minmax(0,380px);justify-content:center}}
.featured-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--cv-radius);overflow:hidden;transition:transform .25s,border-color .25s;display:block;color:inherit;text-decoration:none}
.featured-card:hover{transform:translateY(-4px);border-color:rgba(201,146,42,.5);text-decoration:none;color:inherit}
.featured-img{height:200px;overflow:hidden}
.featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.featured-card:hover .featured-img img{transform:scale(1.05)}
.featured-img.no-img{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04)}
.featured-body{padding:20px}
.featured-rank{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-light);margin-bottom:6px}
.featured-title{font-family:var(--font-head);font-size:1.02rem;font-weight:600;color:#fff;line-height:1.4;margin-bottom:10px}
.featured-stars{color:var(--gold-light);font-size:.88rem;margin-bottom:14px}
.featured-link{display:inline-flex;align-items:center;gap:6px;color:var(--gold-light);font-size:.84rem;font-weight:600}
.featured-link:hover{color:#fff;text-decoration:none}
.featured-link::after{content:'→'}

/* ── WIDGET: Compare Table ── */
.compare-section{background:var(--cv-surface2);border-top:1px solid var(--cv-border)}
.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--cv-radius);border:1px solid var(--cv-border);box-shadow:var(--cv-shadow)}
.compare-table{width:100%;border-collapse:collapse;min-width:720px;background:var(--cv-surface)}
.compare-table th{background:var(--primary-900);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:14px 16px;text-align:left;white-space:nowrap}
.compare-table td{padding:14px 16px;border-bottom:1px solid var(--cv-border);font-size:.87rem;vertical-align:middle}
.compare-table tr:last-child td{border-bottom:none}
.compare-table tr:hover td{background:rgba(64,145,108,.04)}
.compare-rank{font-size:1.3rem;font-weight:700;color:var(--gold);text-align:center}
.compare-img{width:58px;height:58px;object-fit:cover;border-radius:8px;border:1px solid var(--cv-border)}
.compare-img.placeholder{background:linear-gradient(135deg,var(--primary-900),#231a5a);display:flex;align-items:center;justify-content:center;font-size:1.5rem;opacity:.5}
.compare-name{font-weight:600;font-family:var(--font-head);font-size:.9rem;color:var(--text);line-height:1.35;margin-bottom:3px}
.compare-brand-tag{font-size:.7rem;color:var(--primary-700);font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.compare-bar{height:6px;background:var(--cv-border);border-radius:3px;margin-top:5px;overflow:hidden}
.compare-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-700),var(--gold));border-radius:3px}
.compare-score{font-weight:700;color:var(--primary-700);font-size:.95rem}
.compare-link{display:inline-block;background:var(--primary-800);color:#fff;padding:6px 14px;border-radius:6px;font-size:.78rem;font-weight:600;transition:background .2s;white-space:nowrap}
.compare-link:hover{background:var(--primary-700);text-decoration:none;color:#fff}

/* ── WIDGET: Sidebar ── */
.content-with-sidebar{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}
@media(max-width:1040px){.content-with-sidebar{grid-template-columns:1fr}.sidebar{display:block;position:static;margin-top:2rem}}
.sidebar{min-width:0}
.sidebar-widget{background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);padding:22px;box-shadow:var(--cv-shadow);position:sticky;top:88px}
.sidebar-widget h3{font-family:var(--font-head);font-size:1rem;font-weight:700;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--cv-border);color:var(--text);display:flex;align-items:center;gap:8px}
.sidebar-list{display:flex;flex-direction:column;gap:0}
.sidebar-item{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--cv-border)}
.sidebar-item:last-child{border-bottom:none;padding-bottom:0}
.sidebar-rank{font-size:.85rem;font-weight:700;color:var(--gold);min-width:20px;text-align:center;flex-shrink:0}
.sidebar-img{width:48px;height:48px;object-fit:cover;border-radius:7px;flex-shrink:0;background:#e8e4dc}
.sidebar-info{flex:1;min-width:0}
.sidebar-name{font-size:.78rem;font-weight:600;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:2px}
.sidebar-stars{color:var(--gold);font-size:.72rem}
.sidebar-link{font-size:.72rem;color:var(--primary-700);font-weight:600;display:block;margin-top:2px}
.sidebar-link:hover{color:var(--primary-800)}

/* ── WIDGET: Brand Cloud ── */
/* ===== BRAND CLOUD ===== */
.brand-cloud-section {
  background: var(--cv-surface2);
  padding: 36px 0;
  border-bottom: 1px solid var(--cv-border);
}
.brand-cloud-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.brand-cloud-label {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold);
  text-align: center;
}
.brand-cloud-count {
  font-size: .72rem;
  color: var(--muted);
  background: rgba(255,255,255,.05);
  padding: 3px 10px;
  border-radius: 12px;
  border: 1px solid var(--cv-border);
}
.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
.brand-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1.5px solid var(--cv-border);
  border-radius: 24px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  transition: all .22s ease;
  background: var(--cv-surface);
  user-select: none;
  line-height: 1.4;
  white-space: nowrap;
}
.brand-tag:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(212,175,55,.06);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.brand-tag.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #1a1400;
  border-color: var(--gold);
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(212,175,55,.25);
}
.brand-tag.brand-lg {
  font-size: .92rem;
  font-weight: 700;
  padding: 8px 20px;
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.brand-tag.brand-md {
  font-size: .86rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
}
.brand-tag.brand-sm {
  font-size: .76rem;
  padding: 5px 12px;
  color: rgba(255,255,255,.4);
  border-color: rgba(255,255,255,.06);
}
.brand-tag.brand-sm:hover {
  color: var(--gold-light);
}

/* ── WIDGET: Filter Bar ── */
.filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:28px;padding:14px 18px;background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);box-shadow:var(--cv-shadow)}
.filter-label{font-size:.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}
.filter-select{padding:7px 10px;border:1.5px solid var(--cv-border);border-radius:7px;font-size:.84rem;background:var(--bg);color:var(--text);cursor:pointer;font-family:var(--font);transition:border-color .18s;appearance:auto}
.filter-select:focus{outline:none;border-color:var(--primary-700)}
.filter-reset{background:none;border:1.5px solid var(--cv-border);border-radius:7px;padding:7px 13px;font-size:.8rem;color:var(--muted);cursor:pointer;transition:all .18s;font-family:var(--font)}
.filter-reset:hover{border-color:var(--primary-700);color:var(--primary-700)}
.filter-results{font-size:.8rem;color:var(--muted);margin-left:auto;white-space:nowrap}

/* Product page */
.page-hero{background:linear-gradient(135deg,var(--primary-900),#1a1f4a);padding:28px 0}
.breadcrumb{display:flex;align-items:center;gap:6px;font-size:.82rem;color:rgba(255,255,255,.6);flex-wrap:wrap}
.breadcrumb a{color:rgba(255,255,255,.8)}.breadcrumb a:hover{color:#fff;text-decoration:none}
.breadcrumb sep{color:rgba(255,255,255,.4);margin:0 2px}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;padding:52px 0}
@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:36px}}

/* Gallery */
.gallery{display:flex;flex-direction:column;gap:12px;position:sticky;top:88px}
.gallery-main{border-radius:var(--cv-radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3;background:#e8e4dc}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-main.no-img{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-900),#231a5a);font-size:5rem;opacity:.35}
.gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap}
.gallery-thumb{flex:0 0 auto;width:72px;height:72px;border-radius:var(--radius-sm);cursor:pointer;border:2px solid var(--cv-border);transition:all .2s;opacity:.7;background:var(--cv-surface2);display:flex;align-items:center;justify-content:center;overflow:hidden}
.gallery-thumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--primary-700);box-shadow:0 0 0 2px rgba(64,145,108,.25)}

/* Product info */
.p-brand{display:inline-flex;align-items:center;gap:6px;background:rgba(64,145,108,.12);color:var(--primary-700);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:4px 12px;border-radius:20px;margin-bottom:14px}
.p-title{font-family:var(--font-head);font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.25;margin-bottom:16px}
.p-rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.p-rating .stars-char{font-size:1.1rem;color:var(--gold)}
.p-rating .score{font-size:1.1rem;font-weight:700}
.p-rating .reviews-ct{font-size:.85rem;color:var(--muted)}
.score-bar-wrap{background:var(--cv-surface2);border:1px solid var(--cv-border);border-radius:10px;padding:16px 20px;margin-bottom:22px}
.score-bar-label{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted);margin-bottom:6px}
.score-bar-track{height:8px;background:var(--cv-border);border-radius:4px;overflow:hidden}
.score-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-700),var(--primary-600));border-radius:4px}

/* Verdict */
.verdict-box{background:linear-gradient(135deg,rgba(45,106,79,.06),rgba(64,145,108,.04));border:1px solid rgba(64,145,108,.25);border-radius:var(--cv-radius);padding:20px 22px;margin-bottom:24px}
.verdict-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-700);margin-bottom:8px;display:flex;align-items:center;gap:6px}
.verdict-label::before{content:'✦';color:var(--gold)}
.verdict-text{font-size:.93rem;color:var(--text);line-height:1.65}

/* CTA */
.cta-group{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}
.btn-read-reviews{flex:1;min-width:140px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--primary-800);color:#fff;padding:12px 20px;border-radius:9px;font-weight:600;font-size:.9rem;transition:background .2s}
.btn-read-reviews:hover{background:var(--primary-700);text-decoration:none;color:#fff}

/* Features */
.features-list{list-style:none;display:flex;flex-direction:column;gap:9px}
.features-list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem}
.features-list li::before{content:'✓';color:var(--primary-700);font-weight:700;flex-shrink:0;margin-top:2px}

/* Pros / Cons */
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:48px 0}
@media(max-width:600px){.pros-cons{grid-template-columns:1fr}}
.pros-box,.cons-box{background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);padding:24px;box-shadow:var(--cv-shadow)}
.box-head{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.pros-box .box-head{color:#15803d}.cons-box .box-head{color:#dc2626}
.pros-box ul,.cons-box ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.pros-box li,.cons-box li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5}
.pros-box li::before{content:'✓';color:#15803d;font-weight:700;flex-shrink:0;margin-top:1px}
.cons-box li::before{content:'✗';color:#dc2626;font-weight:700;flex-shrink:0;margin-top:1px}

/* Description */
.product-desc{margin:0 0 48px}
.product-desc h2{font-family:var(--font-head);font-size:1.5rem;font-weight:700;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--cv-border)}
.product-desc p{margin-bottom:16px;color:var(--text);font-size:.95rem;line-height:1.75}

/* Reviews */
.reviews-section{margin:0 0 60px}
.reviews-section h2{font-family:var(--font-head);font-size:1.5rem;font-weight:700;margin-bottom:28px;padding-bottom:12px;border-bottom:2px solid var(--cv-border)}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.review-card{background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);padding:20px;box-shadow:var(--cv-shadow)}
.review-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}
.reviewer-name{font-weight:600;font-size:.9rem}
.review-date{font-size:.78rem;color:var(--muted)}
.review-stars{color:var(--gold);font-size:.88rem;margin-bottom:6px;letter-spacing:1px}
.review-title{font-weight:600;font-size:.88rem;margin-bottom:8px}
.review-text{font-size:.85rem;color:var(--muted);line-height:1.6}

/* Related */
.related-section{background:var(--cv-surface2);padding:60px 0;border-top:1px solid var(--cv-border)}
.related-section .section-head h2{text-align:center}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px}
@media(max-width:960px){.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.related-grid{grid-template-columns:1fr}}
.related-card{background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:block;color:inherit;text-decoration:none}
.related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);text-decoration:none;color:inherit}
.related-img{height:160px;overflow:hidden;background:#e8e4dc}
.related-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.related-card:hover .related-img img{transform:scale(1.05)}
.related-img.no-img{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-900),#231a5a);font-size:2rem;opacity:.4}
.related-body{padding:14px}
.related-brand{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-700);margin-bottom:5px}
.related-title{font-size:.84rem;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.related-stars{color:var(--gold);font-size:.8rem;letter-spacing:1px}
.related-link{display:block;margin-top:10px;text-align:center;background:var(--primary-800);color:#fff;padding:7px;border-radius:6px;font-size:.8rem;font-weight:600}
.related-link:hover{background:var(--primary-700);text-decoration:none;color:#fff}

/* Static pages */
.static-hero{background:linear-gradient(135deg,var(--primary-900),#1a1f4a);padding:56px 0}
.static-hero h1{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;font-weight:700}
.static-hero p{color:rgba(255,255,255,.72);font-size:1rem;margin-top:10px}
.static-content{max-width:820px;margin:0 auto;padding:60px 24px 80px}
.static-content h2{font-family:var(--font-head);font-size:1.4rem;font-weight:700;margin:36px 0 14px}
.static-content p{margin-bottom:16px;line-height:1.8;font-size:.95rem}
.static-content ul{margin:12px 0 20px 24px;display:flex;flex-direction:column;gap:7px;font-size:.95rem}
.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0}
@media(max-width:700px){.about-grid{grid-template-columns:1fr}}
.about-card{background:var(--cv-surface);border:1px solid var(--cv-border);border-radius:var(--cv-radius);padding:28px;text-align:center;box-shadow:var(--cv-shadow)}
.about-icon{font-size:2.2rem;margin-bottom:14px}
.about-card h3{font-family:var(--font-head);font-size:1.05rem;font-weight:700;margin-bottom:10px}
.about-card p{font-size:.88rem;color:var(--muted);line-height:1.6}

/* Cookie Banner */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--primary-900);border-top:2px solid var(--gold);padding:18px 0;box-shadow:0 -4px 24px rgba(0,0,0,.25);transform:translateY(100%);transition:transform .4s ease}
#cookie-banner.visible{transform:translateY(0)}
.cookie-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.cookie-text{flex:1;font-size:.85rem;color:rgba(255,255,255,.85);min-width:220px}
.cookie-text a{color:var(--gold-light)}
.cookie-btns{display:flex;gap:10px;flex-shrink:0}
.cookie-accept{background:var(--gold);color:#fff;border:none;padding:9px 22px;border-radius:7px;font-size:.85rem;font-weight:700;cursor:pointer;transition:opacity .2s}
.cookie-accept:hover{opacity:.88}
.cookie-decline{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.25);padding:8px 18px;border-radius:7px;font-size:.85rem;cursor:pointer;transition:all .2s}
.cookie-decline:hover{border-color:rgba(255,255,255,.5);color:#fff}

/* Footer */
/* ===== FOOTER ===== */
footer {
  background: linear-gradient(180deg, var(--primary-900) 0%, #080a14 100%);
  border-top: 1px solid rgba(212,175,55,.12);
  color: rgba(255,255,255,.7);
  padding: 0;
}
.footer-top {
  padding: 56px 0 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  text-decoration: none;
}
.footer-brand .footer-logo:hover { text-decoration: none; }
.footer-brand .footer-logo .logo-text { display: flex; flex-direction: column; line-height: 1; }
.footer-brand .footer-logo .logo-wow {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .12em;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 40%, #f5d76e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}
.footer-brand .footer-logo .logo-sub {
  font-family: var(--font);
  font-size: .56rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: rgba(255,255,255,.45);
  margin-top: 1px;
}
.footer-brand .footer-logo-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212,175,55,.3);
}
.footer-brand .footer-desc {
  font-size: .88rem;
  line-height: 1.75;
  color: rgba(255,255,255,.55);
  max-width: 300px;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.5);
  font-size: .9rem;
  transition: all .25s ease;
}
.footer-social a:hover {
  background: var(--gold);
  color: #1a1400;
  border-color: var(--gold);
  text-decoration: none;
  transform: translateY(-2px);
}
footer .footer-col-title {
  color: #fff;
  font-family: var(--font);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
footer .footer-col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer ul li a {
  color: rgba(255,255,255,.55);
  font-size: .86rem;
  transition: color .2s ease, padding-left .2s ease;
  display: inline-block;
}
footer ul li a:hover {
  color: var(--gold-light);
  padding-left: 4px;
  text-decoration: none;
}
.footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.08), transparent);
}
.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom-left {
  font-size: .8rem;
  color: rgba(255,255,255,.35);
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom-right a {
  color: rgba(255,255,255,.4);
  font-size: .8rem;
  transition: color .2s ease;
}
.footer-bottom-right a:hover {
  color: var(--gold-light);
  text-decoration: none;
}
.footer-disclaimer {
  text-align: center;
  padding: 0 24px 20px;
  font-size: .75rem;
  color: rgba(255,255,255,.3);
  line-height: 1.6;
}
@media(max-width:880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media(max-width:520px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .footer-bottom-right { justify-content: center; }
}

/* Ad placements — 3 × 300×250 side by side */
.ad-placement{margin:40px auto;text-align:center}
.ad-placement-inner{display:inline-flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ad-unit{width:300px;height:250px;background:transparent;border:1px dashed rgba(0,0,0,.08);border-radius:4px}

/* Responsive */
@media(max-width:768px){
  .header-inner{height:58px}.logo-wow{font-size:1.2rem!important}.logo-sub{font-size:.55rem!important;letter-spacing:.2em!important}.logo-img{width:32px!important;height:32px!important}
  .hero{padding:64px 0 56px}.section{padding:52px 0}
  .container{padding:0 16px}
  .products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}
  .product-layout{gap:28px;padding:36px 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  /* Mobile nav — hidden by default, drops down when header.nav-open */
  .nav-toggle{display:flex}
  header nav{display:none!important;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:4px;background:var(--primary-900);padding:10px 16px 16px;box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:199}
  header.nav-open nav{display:flex!important}
  header nav a{padding:11px 14px;font-size:.92rem;border-radius:6px}
}
@media(max-width:480px){.products-grid{grid-template-columns:1fr}.gallery{position:static}}


/* ── AI-generated component overrides ── */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── LAYOUT ─────────────────────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4rem 0;
}

.section-sm {
  padding: 2rem 0;
}

.section-head h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin-top: 0.5rem;
  border-radius: 2px;
}

.divider {
  border: none;
  border-top: 1px solid var(--cv-border);
  margin: 2rem 0;
  opacity: 0.4;
}

/* ─── HEADER ─────────────────────────────────────────────────────────────── */

header {
  background: var(--cv-surface);
  border-bottom: 1px solid var(--cv-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--cv-shadow);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo overrides merged into header block above */

nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

nav a {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  letter-spacing: 0.03em;
  transition: color 0.2s ease, background 0.2s ease;
}

nav a:hover,
nav a:focus {
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

nav a.active {
  color: var(--gold);
}

.nav-cta {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.nav-cta:hover,
.nav-cta:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  outline: none;
}

.nav-cta:active {
  transform: translateY(0);
}

/* ─── HERO ────────────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--primary-900);
  padding: 5rem 1.5rem 4.5rem;
}

.hero-bg-DISABLED {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 70% 40%, rgba(var(--primary-700), 0.18) 0%, transparent 65%),
    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='none' fill-rule='evenodd'%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/g%3E%3C/svg%3E");
  background-size: cover, 60px 60px;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--primary-900);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 1.1rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero h1 span {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-family: var(--font);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2rem;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hero-stat-num {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.hero-stat-label {
  font-family: var(--font);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ─── AFFILIATE BAR ───────────────────────────────────────────────────────── */

.aff-bar {
  background: var(--cv-surface2);
  border-top: 1px solid var(--cv-border);
  border-bottom: 1px solid var(--cv-border);
  padding: 0.6rem 1.5rem;
  text-align: center;
  font-family: var(--font);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  opacity: 0.85;
}

/* ─── FILTER BAR ─────────────────────────────────────────────────────────── */

.filter-bar {
  background: var(--cv-surface);
  border: 1px solid var(--cv-border);
  border-radius: var(--cv-radius);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  box-shadow: var(--cv-shadow);
}

.filter-label {
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.filter-select {
  font-family: var(--font);
  font-size: 0.875rem;
  color: var(--text);
  background: var(--cv-surface2);
  border: 1px solid var(--cv-border);
  border-radius: var(--radius-sm);
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  transition: border-color 0.2s ease;
}

.filter-select:hover,
.filter-select:focus {
  border-color: var(--gold);
  outline: none;
}

.filter-reset {
  font-family: var(--font);
  font-size: 0.8rem;
  color: var(--muted);
  background: none;
  border: 1px solid var(--cv-border);
  border-radius: var(--radius-sm);
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.filter-reset:hover,
.filter-reset:focus {
  color: var(--gold-light);
  border-color: var(--gold);
  outline: none;
}

.filter-results {
  font-family: var(--font);
  font-size: 0.8rem;
  color: var(--muted);
  margin-left: auto;
}

/* ─── PRODUCT CARDS ──────────────────────────────────────────────────────── */

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: var(--cv-surface);
  border: 1px solid var(--cv-border);
  border-radius: var(--cv-radius);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: var(--cv-shadow);
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}

.card-img-wrap {
  position: relative;
  background: var(--cv-surface2);
}

.card-img-wrap img {
  display: block;
  transition: transform 0.4s ease;
}

.product-card:hover .card-img-wrap img {
  transform: scale(1.04);
}

.card-img-wrap.no-img {
  background: linear-gradient(135deg, var(--primary-900), var(--primary-800));
}

.card-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  font-size: 3rem;
  opacity: 0.25;
  color: var(--gold);
}

.card-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--primary-900);
  font-family: var(--font);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.card-rating-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  background: rgba(0, 0, 0, 0.7);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-sm);
  z-index: 2;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.card-body {
  padding: 1.1rem 1.2rem 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.card-brand {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.card-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.card-snippet {
  font-family: var(--font);
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}

.stars-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.stars-char {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.rating-num {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}

.rating-count {
  font-family: var(--font);
  font-size: 0.75rem;
  color: var(--muted);
}

.card-footer {
  padding: 0.75rem 1.2rem 1.1rem;
  border-top: 1px solid var(--cv-border);
}

.btn-review {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.btn-review:hover,
.btn-review:focus {
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.4);
  outline: none;
}

.btn-review:active {
  transform: translateY(0);
}

/* ─── PAGINATION ─────────────────────────────────────────────────────────── */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.65rem;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  background: var(--cv-surface);
  border: 1px solid var(--cv-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-btn:hover,
.page-btn:focus {
  background: var(--cv-surface2);
  border-color: var(--gold);
  color: var(--gold-light);
  outline: none;
}

.page-btn.active {
  background: linear-gradient(135deg, var(--primary-800), var(--primary-600));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.page-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

.page-nav {
  font-size: 1rem;
  font-weight: 700;
}

/* ─── FEATURED STRIP ─────────────────────────────────────────────────────── */

.featured-strip {
  padding: 4rem 0;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.featured-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--cv-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  border-color: var(--gold);
}

.featured-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.featured-card:hover .featured-img img {
  transform: scale(1.05);
}

.featured-img.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.15));
}

.featured-body {
  padding: 1rem 1.1rem 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.featured-rank {
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  align-self: flex-start;
}

.featured-title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  flex: 1;
}

.featured-stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.featured-link {
  display: block;
  text-align: center;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-sm);
  margin-top: 0.5rem;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.featured-link:hover,
.featured-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.45);
  outline: none;
}

.featured-link:active {
  transform: translateY(0);
}

/* ─── COMPARE TABLE ──────────────────────────────────────────────────────── */

.compare-section {
  padding: 4rem 0;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--cv-surface);
  border: 1px solid var(--cv-border);
  border-radius: var(--cv-radius);
  overflow: hidden;
  box-shadow: var(--cv-shadow);
}

.compare-table thead tr {
  background: linear-gradient(135deg, var(--primary-900), var(--primary-800));
}

.compare-table thead th {
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 1rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--cv-border);
}

.compare-table tbody tr {
  border-bottom: 1px solid var(--cv-border);
  transition: background 0.2s ease;
}

.compare-table tbody tr:last-child {
  border-bottom: none;
}

.compare-table tbody tr:hover {
  background: var(--cv-surface2);
}

.compare-table td {
  padding: 0.9rem 1.1rem;
  vertical-align: middle;
}

.compare-rank {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: var(--gold);
  text-align: center;
  width: 2.5rem;
}

.compare-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--cv-border);
  background: var(--cv-surface2);
  display: block;
}

.compare-name {
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.compare-bar {
  height: 6px;
  background: var(--cv-surface2);
  border-radius: 999px;
  overflow: hidden;
  min-width: 80px;
}

.compare-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 999px;
  transition: width 0.6s ease;
}

.compare-score {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold);
}

.compare-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-light);
  text-decoration: none;
  border: 1px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 0.35rem 0.75rem;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.compare-link:hover,
.compare-link:focus {
  background: var(--gold);
  color: var(--primary-900);
  outline: none;
}

/* ─── SIDEBAR ─────────────────────────────────────────────────────────────── */

.content-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  align-items: start;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 5rem;
}

.sidebar-widget {
  background: var(--cv-surface);
  border: 1px solid var(--cv-border);
  border-radius: var(--cv-radius);
  overflow: hidden;
  box-shadow: var(--cv-shadow);
}

.sidebar-widget > h3 {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--cv-border);
  background: var(--cv-surface2);
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.1rem;
  border-bottom: 1px solid var(--cv-border);
  text-decoration: none;
  transition: background 0.2s ease;
}

.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-item:hover {
  background: var(--cv-surface2);
}

.sidebar-rank {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--gold);
  min-width: 1.5rem;
  text-align: center;
}

.sidebar-img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--cv-border);
  background: var(--cv-surface2);
  flex-shrink: 0;
}

.sidebar-name {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
  flex: 1;
}

.sidebar-stars {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.sidebar-link {
  display: block;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gold-light);
  text-decoration: none;
  padding: 0.2rem 0;
  transition: color 0.2s ease;
}

.sidebar-link:hover {
  color: var(--gold);
}

/* ===== BOARD GAME PRO DESIGN ENHANCEMENTS ===== */

/* Improved header with gaming feel */
header{border-bottom:1px solid rgba(212,175,55,.15)}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-light))!important;color:#1a1400!important;font-weight:700!important;box-shadow:0 2px 12px rgba(212,175,55,.3)}
.nav-cta:hover{background:linear-gradient(135deg,var(--gold-light),var(--gold))!important;box-shadow:0 4px 20px rgba(212,175,55,.45)!important}

/* Hero improvements */
.hero{padding:100px 0 90px}
.hero-badge{font-size:.82rem;letter-spacing:.1em;padding:6px 18px}
.hero-stat-num{color:var(--gold-light)}
.hero-stat{text-align:center}

/* Section divider gold accent */
.section-head .divider{height:3px;width:64px;background:linear-gradient(90deg,var(--primary-700),var(--gold),var(--primary-700))}

/* Product card improvements */
.product-card{border:1px solid rgba(255,255,255,.06);transition:transform .25s,box-shadow .25s,border-color .25s}
.product-card:hover{border-color:rgba(212,175,55,.25);box-shadow:0 12px 40px rgba(0,0,0,.4),0 0 0 1px rgba(212,175,55,.15)}
.card-badge{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#1a1400;font-weight:800}

/* Score bar gold */
.score-bar-fill{background:linear-gradient(90deg,var(--primary-700),var(--gold))}

/* Featured cards */
.featured-card{border:1px solid rgba(255,255,255,.08);transition:transform .25s,box-shadow .25s,border-color .25s}
.featured-card:hover{border-color:rgba(212,175,55,.3);box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 0 1px rgba(212,175,55,.2)}
.featured-rank{background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}

/* Verdict box */
.verdict-box{background:linear-gradient(135deg,rgba(26,31,53,.8),rgba(30,37,64,.6));border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0}

/* Review cards */
.review-card{background:var(--cv-surface);border:1px solid rgba(255,255,255,.06)}
.review-card:hover{border-color:rgba(212,175,55,.2)}

/* Brand tag overrides merged into main brand-cloud block above */

/* Footer improvements merged into main footer block above */

/* Static hero pages */
.static-hero{background:linear-gradient(135deg,var(--primary-900),#1a1f4a);border-bottom:1px solid rgba(212,175,55,.15)}
.static-hero h1{color:#fff;font-family:var(--font-head)}
.static-hero p{color:rgba(255,255,255,.65)}

/* Page hero for product pages */
.page-hero{background:linear-gradient(135deg,var(--primary-900),#1a1f4a);border-bottom:1px solid rgba(212,175,55,.12)}

/* Related section */
.related-section{background:var(--primary-900)}
.related-card{border:1px solid rgba(255,255,255,.06);transition:transform .22s,box-shadow .22s,border-color .22s}
.related-card:hover{border-color:rgba(212,175,55,.25);box-shadow:0 8px 30px rgba(0,0,0,.4)}

/* About cards */
.about-card{background:var(--cv-surface);border:1px solid rgba(255,255,255,.06)}
.about-icon{font-size:2rem;margin-bottom:12px}

/* Cookie banner */
#cookie-banner{background:var(--cv-surface);border-top:1px solid rgba(212,175,55,.2)}
.cookie-accept{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#1a1400;font-weight:700}
.cookie-accept:hover{background:linear-gradient(135deg,var(--gold-light),var(--gold))}

/* Aff-bar */
.aff-bar{background:rgba(212,175,55,.07);border-top:1px solid rgba(212,175,55,.12);border-bottom:1px solid rgba(212,175,55,.12)}

/* Pros/cons */
.pros-box{border-left:3px solid #2ecc71;background:rgba(46,204,113,.06)}
.cons-box{border-left:3px solid #e74c3c;background:rgba(231,76,60,.06)}

/* Stars gold */
.stars-char,.review-stars{color:var(--gold)}

/* Pro button improvements */
.btn-read-reviews{background:transparent;border:2px solid var(--gold);color:var(--gold);font-weight:700;padding:12px 28px;border-radius:8px;transition:all .25s;display:inline-block}
.btn-read-reviews:hover{background:var(--gold);color:#1a1400;text-decoration:none;box-shadow:0 4px 20px rgba(212,175,55,.35)}

/* Sidebar: show stacked below main content on mobile */
@media(max-width:1040px){
  .sidebar{position:static!important;top:auto!important;margin-top:2.5rem}
  .sidebar-widget{position:static}
}

/* Affiliate bar at page bottom */
.aff-bar{
  border-top:1px solid rgba(212,175,55,.18);
  border-bottom:none;
  background:rgba(212,175,55,.06);
  padding:14px 0;
  text-align:center;
  font-size:.83rem;
  color:var(--muted)
}
.aff-bar strong{color:var(--gold-light)}

/* ===== BRAND TICKER ===== */
/* ===== BRAND TICKER ===== */
.brand-ticker-wrap {
  background: var(--cv-surface);
  border-top: 1px solid rgba(212,175,55,.15);
  border-bottom: 1px solid rgba(212,175,55,.15);
  overflow: hidden;
  height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
}
.brand-ticker-wrap::before,
.brand-ticker-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.brand-ticker-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--cv-surface) 0%, transparent 100%);
}
.brand-ticker-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--cv-surface) 0%, transparent 100%);
}
.brand-ticker-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  animation: ticker-scroll 40s linear infinite;
}
.brand-ticker-wrap:hover .brand-ticker-track {
  animation-play-state: paused;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.bt-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .04em;
  padding: 0 32px;
  height: 52px;
  flex-shrink: 0;
  cursor: default;
  transition: color .25s ease;
  position: relative;
}
.bt-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cv-border);
}
.bt-item:hover { color: var(--gold-light); }

/* ===== FULL-WIDTH MAIN CONTENT (no sidebar) ===== */
.main-content-full {
  width: 100%;
}

/* ===== TOP PICKS BOTTOM SECTIONS ===== */
.top-picks-section {
  padding: 64px 0;
  background: var(--cv-surface);
  border-top: 1px solid var(--cv-border);
}
.top-picks-section:nth-child(even) {
  background: var(--bg);
}
.top-picks-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media(max-width:1100px) {
  .top-picks-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width:700px) {
  .top-picks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:420px) {
  .top-picks-grid { grid-template-columns: 1fr; }
}

/* Reuse sidebar-item styles inside top-picks cards */
.top-picks-section .sidebar-item {
  position: relative;
  background: var(--cv-surface2);
  border: 1px solid var(--cv-border);
  border-radius: var(--cv-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  cursor: pointer;
}
.top-picks-section .sidebar-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
  border-color: rgba(212,175,55,.3);
}
.top-picks-section .sidebar-img {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  border: 2px solid var(--cv-border);
}
.top-picks-section .sidebar-rank {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-head);
  display: block;
  width: 100%;
}
.top-picks-section .sidebar-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.top-picks-section .sidebar-name {
  font-size: .82rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.35;
}
.top-picks-section .sidebar-stars {
  font-size: .78rem;
  color: var(--gold);
}
.top-picks-section .sidebar-link {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--gold-light);
  margin-top: 4px;
  padding: 5px 12px;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 4px;
  transition: all .2s;
  text-decoration: none;
}
/* Stretched link — makes the entire card clickable */
.top-picks-section .sidebar-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--cv-radius);
  z-index: 1;
}
.top-picks-section .sidebar-item:hover .sidebar-link {
  background: var(--gold);
  color: #1a1400;
  border-color: var(--gold);
  text-decoration: none;
}

/* Hero text legibility over photo */
.hero h1 { text-shadow: 0 2px 20px rgba(0,0,0,.7); }
.hero p  { text-shadow: 0 1px 10px rgba(0,0,0,.6); }
.hero-stat-num { text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.hero-stats {
  background: rgba(13,15,26,.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 18px 36px;
  display: inline-flex;
  gap: 44px;
  margin: 0 auto;
}
.hero-content { display: flex; flex-direction: column; align-items: center; }

/* Badge: also ensure override in expanded block */
.hero-badge {
  background: rgba(13,15,26,.65) !important;
  border: 1.5px solid var(--gold) !important;
  color: var(--gold-light) !important;
  font-weight: 700 !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 18px rgba(212,175,55,.25);
}
