@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green-900:#0a0a0a;--green-800:#1a1a1a;--green-700:#2d2d2d;--green-600:#444444;
  --gold:#C9A227;--gold-light:#f5e9a8;--gold-mid:#e0c040;
  --bg:#f2f0eb;--surface:#ffffff;--surface2:#eae8e2;
  --text:#0a0a0a;--muted:#666666;--border:#d4d2cc;
  --radius:12px;--radius-sm:6px;
  --shadow:0 2px 20px rgba(0,0,0,.09);--shadow-lg:0 8px 48px rgba(0,0,0,.18);
  --font-head:'Montserrat', sans-serif;
  --font:'Inter', 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;letter-spacing:.01em}
a{color:var(--green-800);text-decoration:none}a:hover{color:var(--gold);text-decoration:none}
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(--green-900);box-shadow:0 2px 20px rgba(0,0,0,.5);border-bottom:1px solid rgba(201,162,39,.2);transition:box-shadow .3s}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-size:1.2rem;font-weight:800;color:#fff;letter-spacing:.5px;text-transform:uppercase}
.logo-img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}
.logo-icon{width:32px;height:32px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
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:linear-gradient(135deg,#000 0%,#111 50%,#0a0a0a 100%)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,61,43,.85),rgba(26,61,43,.6))}
.hero::before{content:'';position:absolute;inset:0;background: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.025'%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-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(201,146,42,.2);border:1px solid rgba(201,146,42,.4);color:var(--gold-light);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:22px}
.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-trust{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:8px}
.hero-trust-item{font-size:.83rem;font-weight:600;color:rgba(255,255,255,.9);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 16px;backdrop-filter:blur(4px)}

/* 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:80px;height:3px;background:linear-gradient(90deg,var(--gold),rgba(201,162,39,.1));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(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--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,#111,#1e1e1e)}
.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(26,61,43,.88);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:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold);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(--border)}
.btn-review{display:block;text-align:center;background:#111;color:var(--gold);padding:10px 16px;border-radius:6px;font-size:.8rem;font-weight:700;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(201,162,39,.2)}
.btn-review:hover{background:var(--gold);color:#000;text-decoration:none;border-color:var(--gold)}

/* 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(--border);background:var(--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(--gold);color:#000;border-color:var(--gold)}
.page-btn.disabled{opacity:.4;pointer-events:none}
.page-nav{padding:0 16px;width:auto;font-size:.85rem}

/* Featured strip */
.featured-strip{background:var(--green-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%;justify-items:stretch}
.featured-strip .container{display:flex;flex-direction:column;align-items:center}
.featured-strip .section-head,.featured-strip .featured-grid{width:100%}
@media(max-width:860px){.featured-grid{grid-template-columns:1fr}}
.featured-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--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(--surface2);border-top:1px solid var(--border)}
.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}
.compare-table{width:100%;border-collapse:collapse;min-width:720px;background:var(--surface)}
.compare-table th{background:#111;color:var(--gold);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:14px 16px;text-align:left;white-space:nowrap}
.compare-table td{padding:14px 16px;border-bottom:1px solid var(--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(--border)}
.compare-img.placeholder{background:linear-gradient(135deg,#111,#1e1e1e);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(--gold);font-weight:700;text-transform:uppercase;letter-spacing:1px}
.compare-bar{height:6px;background:var(--border);border-radius:3px;margin-top:5px;overflow:hidden}
.compare-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-mid));border-radius:3px}
.compare-score{font-weight:700;color:var(--gold);font-size:.95rem}
.compare-link{display:inline-block;background:#111;color:var(--gold);padding:6px 14px;border-radius:6px;font-size:.75rem;font-weight:700;transition:all .2s;white-space:nowrap;border:1px solid rgba(201,162,39,.2)}
.compare-link:hover{background:var(--gold);text-decoration:none;color:#000}

/* ── WIDGET: Sidebar ── */
.content-with-sidebar{display:block}
.sidebar{display:none}
.sidebar{min-width:0}
.sidebar-widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--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(--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(--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(--gold);font-weight:600;display:block;margin-top:2px}
.sidebar-link:hover{color:var(--gold-mid)}

/* ── WIDGET: Brand Cloud ── */
.brand-cloud-section{background:var(--surface2);padding:28px 0;border-bottom:1px solid var(--border)}
.brand-cloud-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);text-align:center;margin-bottom:12px}
.brand-cloud{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.brand-tag{display:inline-block;padding:5px 14px;border:1.5px solid var(--border);border-radius:20px;font-size:.8rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .18s;background:var(--surface);user-select:none;line-height:1.5}
.brand-tag:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,162,39,.06)}
.brand-tag.active{background:var(--gold);color:#000;border-color:var(--gold);font-weight:700}

/* ── WIDGET: Filter Bar ── */
.filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:28px;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--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(--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(--gold)}
.filter-reset{background:none;border:1.5px solid var(--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{background:var(--gold-mid);color:#000}
.filter-results{font-size:.8rem;color:var(--muted);margin-left:auto;white-space:nowrap}

/* Product page */
.page-hero{background:linear-gradient(135deg,#000,#1a1a1a);padding:28px 0;border-bottom:1px solid rgba(201,162,39,.2)}
.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(--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,#111,#1e1e1e);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(--border);transition:all .2s;opacity:.7;background:var(--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(--gold);box-shadow:0 0 0 2px rgba(201,162,39,.3)}

/* Product info */
.p-brand{display:inline-flex;align-items:center;gap:6px;background:rgba(201,162,39,.1);color:var(--gold);font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:4px 14px;border-radius:4px;margin-bottom:14px;border:1px solid rgba(201,162,39,.25)}
.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(--surface2);border:1px solid var(--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(--border);border-radius:4px;overflow:hidden}
.score-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-mid));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(--radius);padding:20px 22px;margin-bottom:24px}
.verdict-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold);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(--gold);color:#000;padding:12px 20px;border-radius:8px;font-weight:700;font-size:.88rem;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}
.btn-read-reviews:hover{background:var(--gold-mid);text-decoration:none;color:#000}

/* 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(--gold);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(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--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(--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(--border)}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--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(--surface2);padding:60px 0;border-top:1px solid var(--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(--surface);border:1px solid var(--border);border-radius:var(--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,#111,#1e1e1e);font-size:2rem;opacity:.4}
.related-body{padding:14px}
.related-brand{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold);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:#111;color:var(--gold);padding:7px;border-radius:6px;font-size:.78rem;font-weight:700;border:1px solid rgba(201,162,39,.2)}
.related-link:hover{background:var(--gold);text-decoration:none;color:#000}

/* Static pages */
.static-hero{background:linear-gradient(135deg,#000,#1a1a1a);padding:56px 0;border-bottom:1px solid rgba(201,162,39,.2)}
.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(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;text-align:center;box-shadow:var(--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:#111;border-top:2px solid var(--gold);padding:18px 0;box-shadow:0 -4px 24px rgba(0,0,0,.5);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{background:#000;color:rgba(255,255,255,.6);padding:60px 0 28px;border-top:1px solid rgba(201,162,39,.15)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
@media(max-width:880px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}
.footer-brand .footer-logo{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:12px}
.footer-brand .footer-logo-img{width:28px;height:28px;border-radius:50%;object-fit:cover}
.footer-brand .footer-logo-icon{width:28px;height:28px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}
.footer-brand p{font-size:.85rem;line-height:1.7;color:rgba(255,255,255,.6);max-width:280px}
.footer-disclaimer{margin-top:14px;font-size:.78rem;color:rgba(255,255,255,.45);line-height:1.6}
footer h4{color:#fff;font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:9px}
footer ul li a{color:rgba(255,255,255,.65);font-size:.85rem;transition:color .2s}
footer ul li a:hover{color:var(--gold-light);text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.8rem;color:rgba(255,255,255,.4)}
.footer-bottom a{color:rgba(255,255,255,.55)}.footer-bottom a:hover{color:var(--gold-light);text-decoration:none}

/* Ad placements — 3 × 300×300 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{font-size:1.1rem}
  .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(--green-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 ── */
/* ============================================================
   BEST AUTOMOTIVE OILS & FLUIDS — Casual Retro Theme Override
   ============================================================ */

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.65;
}

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

.section {
  padding-block: 4rem;
}

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

.section-head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--green-900);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.section-head h2::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  margin: 0.4rem auto 0;
}

.divider {
  border: none;
  border-top: 2px dashed var(--border);
  margin-block: 2.5rem;
  opacity: 0.6;
}

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

header {
  background: var(--green-900);
  border-bottom: 4px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-lg);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.85rem;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  height: 44px;
  width: auto;
}

.logo-icon {
  font-size: 2rem;
  line-height: 1;
}

.logo span,
.logo strong {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}

.logo span em,
.logo strong em {
  color: var(--gold);
  font-style: normal;
}

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

nav a {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-sm);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}

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

.nav-cta {
  font-family: var(--font-head);
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  color: #000 !important;
  background: var(--gold) !important;
  padding: 0.48rem 1.4rem !important;
  border-radius: 999px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--gold-mid) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.4);
  outline: none;
}

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

.hero {
  position: relative;
  overflow: hidden;
  background: var(--green-900);
  padding-block: 5rem 4rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.025) 18px,
      rgba(255, 255, 255, 0.025) 20px
    );
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(100, 80, 0, 0.2) 100%
  );
  pointer-events: none;
}

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

.hero-badge {
  display: inline-block;
  background: rgba(201, 162, 39, 0.15);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 1.2rem;
  border-radius: 4px;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(201, 162, 39, 0.5);
  box-shadow: none;
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero h1 span {
  color: var(--gold);
  display: block;
}

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

.hero-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hero-trust-item {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 7px 16px;
  backdrop-filter: blur(4px);
}

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

.aff-bar {
  background: var(--green-800);
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  padding-block: 0.6rem;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
}

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

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

.product-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 2px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex;
  flex-direction: column;
}

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

.card-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface2);
  position: relative;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

.card-img-wrap.no-img {
  background: repeating-linear-gradient(
    -45deg,
    var(--surface2) 0px,
    var(--surface2) 8px,
    var(--surface) 8px,
    var(--surface) 16px
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-placeholder {
  font-size: 2.8rem;
  opacity: 0.35;
}

.card-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  background: rgba(0,0,0,.82);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  border-radius: 4px;
  z-index: 2;
  border: 1px solid rgba(201,162,39,.3);
}

.card-rating-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  background: var(--gold);
  color: #000;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.28rem 0.65rem;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

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

.card-brand {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

.card-snippet {
  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.88rem;
  letter-spacing: 0.02em;
}

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

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

.card-footer {
  padding: 0.85rem 1.2rem 1.1rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: var(--surface2);
}

.btn-review {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: #111;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 0.5rem 1.4rem;
  border-radius: 5px;
  border: 1.5px solid rgba(201,162,39,.25);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.btn-review:hover,
.btn-review:focus-visible {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  outline: none;
}

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

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

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 2rem;
  flex-wrap: wrap;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding-inline: 0.75rem;
  border-radius: var(--radius-sm);
  border: 2px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  user-select: none;
}

.page-btn:hover:not(.disabled):not(.active) {
  background: var(--text);
  border-color: var(--text);
  color: var(--gold);
}

.page-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #000;
  box-shadow: 0 2px 8px rgba(201,162,39,.35);
  cursor: default;
}

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

.page-nav {
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-700);
}

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

.featured-strip {
  background: var(--green-700);
  color: #fff;
  padding-block: 3.5rem;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}

.featured-strip .section-head h2 {
  color: #fff;
}

.featured-strip .section-head h2::after {
  background: var(--gold-light);
}

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

.featured-card {
  background: rgba(0, 0, 0, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  backdrop-filter: blur(2px);
}

.featured-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(0, 0, 0, 0.32);
}

.featured-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: var(--green-900);
}

.featured-img.no-img {
  background: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.15) 0px,
    rgba(0, 0, 0, 0.15) 8px,
    transparent 8px,
    transparent 16px
  );
  min-height: 120px;
}

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

.featured-rank {
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.featured-title {
  color: #fff;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.featured-stars {
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.featured-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: var(--gold);
  color: var(--green-900);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.46rem 1.2rem;
  border-radius: 999px;
  margin-top: auto;
  align-self: flex-start;
  border: 2px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.featured-link:hover,
.featured-link:focus-visible {
  background: var(--gold-light);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
  outline: none;
}

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

.compare-section {
  background: var(--surface);
  border-radius: var(--radius);
  border: 2px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table thead tr {
  background: var(--green-900);
  color: #fff;
}

.compare-table thead th {
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.8rem 1rem;
  text-align: left;
}

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

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

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

.compare-table td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
}

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

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

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

.compare-bar {
  width: 100%;
  max-width: 160px;
  height: 8px;
  background: var(--surface2);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.compare-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green-700), var(--gold));
  border-radius: 999px;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.compare-score {
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--green-700);
}

.compare-link {
  display: inline-flex;
  align-items: center;
  background: var(--green-700);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-sm);
  transition: background 0.18s ease;
  white-space: nowrap;
}

.compare-link:hover,
.compare-link:focus-visible {
  background: var(--green-600);
  outline: none;
}

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

.content-with-sidebar {
  display: block;
}

.sidebar {
  display: none;
}

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

.sidebar-widget > *:first-child {
  background: var(--green-900);
  color: #fff;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.65rem 1rem;
}

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

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

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

.sidebar-rank {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--green-700);
  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(--border);
  background: var(--surface2);
  flex-shrink: 0;
}

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

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

.sidebar-link {
  display: inline-block;
  background: var(--green-700);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
  padding: 0.28rem 0.65rem;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: background 0.18s ease;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sidebar-link:hover,
.sidebar-link:focus-visible {
  background: var(--green-600);
  outline: none;
}

/* ── BRAND CLOUD ─────────────────────────────────────────── */

.brand-cloud-section {
  background: var(--surface2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  padding-block: 0.5rem;
}

.brand-tag {
  display: inline-block;
  background: var(--surface);
  color: var(--muted);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.4rem 1rem;
  border: 2px solid var(--border);
  border-radius: 999px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  cursor: pointer;
}

.brand-tag:hover,
.brand-tag:focus-visible {
  background: var(--green-800);
  border-color: var(--green-800);
  color: #fff;
  outline: none;
}

.brand-tag.active {
  background: var(--green-700);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

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

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

.filter-label {
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  white-space: nowrap;
}

.filter-select {
  appearance: none;
  background: var(--bg);
  color: var(--text);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.4rem 2rem 0.4rem 0.75rem;
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  transition: border-color 0.18s ease;
}

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

.filter-reset {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  background: none;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: border-color 0.18s ease, color 0.18s ease;
}

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

.filter-results {
  margin-left: auto;
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════
   CATEGORY PILL TABS
══════════════════════════════════════════════════════════ */

/* The track — one unified dark bar */
.cat-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 5px;
  margin-bottom: 24px;
  background: #111;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.45), 0 2px 10px rgba(0,0,0,.15);
  width: fit-content;
  max-width: 100%;
}

/* Individual tab inside the track */
.cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,.48);
  font-family: var(--font);
  font-size: .83rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s, box-shadow .2s;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .15px;
  user-select: none;
}

.cat-pill:hover {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
}

/* Active — gold fill */
.cat-pill.active {
  background: var(--gold);
  color: #000;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(201,162,39,.45);
  letter-spacing: .1px;
}

.cat-pill.active:hover {
  background: #d4ac2a;
}

/* Count badge */
.pill-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 18px;
  padding: 0 6px;
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.5);
  transition: background .2s, color .2s;
}

.pill-count:empty {
  display: none;
}

.cat-pill.active .pill-count {
  background: rgba(0,0,0,.2);
  color: rgba(0,0,0,.75);
}

/* Responsive */
@media (max-width: 700px) {
  .cat-pills { width: 100%; }
  .cat-pill  { flex: 1; justify-content: center; padding: 9px 12px; font-size: .78rem; }
}

@media (max-width: 420px) {
  .cat-pill { padding: 8px 8px; font-size: .72rem; gap: 5px; }
  .pill-count { display: none; }
}

/* ══════════════════════════════════════════════════════════
   SPECS MINI-TABLE
══════════════════════════════════════════════════════════ */
.specs-table-wrap {
  margin-bottom: 22px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0ddd6;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

.specs-table-header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  background: #0a0a0a;
  border-bottom: 2px solid var(--gold);
}

.specs-table-header-icon {
  font-size: 1rem;
  line-height: 1;
}

.specs-table-header-text {
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}

.specs-table tr {
  transition: background .15s;
}

.specs-table tr:hover {
  background: rgba(201,162,39,.04);
}

.specs-table tr:not(:last-child) td {
  border-bottom: 1px solid #ede9e1;
}

.spec-label {
  width: 42%;
  padding: 11px 16px 11px 18px;
  font-size: .72rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .9px;
  vertical-align: middle;
  white-space: nowrap;
  background: #faf9f6;
  border-right: 1px solid #ede9e1;
}

.spec-value {
  padding: 11px 18px 11px 16px;
  font-size: .88rem;
  font-weight: 600;
  color: #0a0a0a;
  vertical-align: middle;
  line-height: 1.4;
}

.spec-value em {
  color: #999;
  font-style: normal;
  font-size: .82rem;
}

/* highlight meaningful values */
.spec-value b {
  color: var(--gold);
  font-weight: 700;
}
