@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Sora:wght@600;700;800&family=Montserrat:wght@700;800;900&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green-900:#152238;--green-800:#1a3b62;--green-700:#2458a0;--green-600:#3a75cc;
  --gold:#c8902a;--gold-light:#f0d898;
  --bg:#f5f6f9;--surface:#ffffff;--surface2:#edf0f7;
  --text:#1a2030;--muted:#6b7280;--border:#dde2ec;
  --radius:16px;--radius-sm:8px;
  --shadow:0 2px 16px rgba(0,0,0,.07);--shadow-lg:0 8px 40px rgba(0,0,0,.12);
  --font-head:'Sora', sans-serif;
  --font-logo:'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}
a{color:var(--green-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:linear-gradient(90deg,var(--green-900) 0%,#1a3258 100%);box-shadow:0 2px 20px rgba(0,0,0,.3);border-bottom:2px solid rgba(200,144,42,.25);transition:box-shadow .3s}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:74px}
.logo{display:flex;align-items:center;gap:12px;font-family:var(--font-logo);font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:.12em;text-transform:uppercase}
.logo-img{width:38px;height:38px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.3)}
.logo-icon{width:36px;height:36px;background:var(--gold);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
nav{display:flex;align-items:center;gap:6px}
nav a{color:rgba(255,255,255,.82);font-size:.86rem;font-weight:600;padding:8px 16px;border-radius:7px;transition:all .22s;letter-spacing:.02em;text-transform:uppercase;font-size:.78rem;border:1px solid transparent}
nav a:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2);text-decoration:none}
.nav-cta{background:linear-gradient(135deg,var(--gold),#e8a832)!important;color:#fff!important;font-weight:700!important;border:none!important;box-shadow:0 2px 12px rgba(200,144,42,.4)!important;padding:9px 20px!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:.78rem!important}
.nav-cta:hover{background:linear-gradient(135deg,#e8a832,var(--gold))!important;box-shadow:0 4px 18px rgba(200,144,42,.55)!important;transform:translateY(-1px)}
/* 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,var(--green-900) 0%,#1a3560 50%,var(--green-800) 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(21,34,56,.85),rgba(26,58,98,.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-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(--green-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(--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,var(--green-900),#1a3b62)}
.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:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-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(--border)}
.btn-review{display:block;text-align:center;background:var(--green-800);color:#fff;padding:10px 16px;border-radius:7px;font-size:.86rem;font-weight:600;transition:background .2s}
.btn-review:hover{background:var(--green-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(--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(--green-800);color:#fff;border-color:var(--green-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(--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:var(--green-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(--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,var(--green-900),#1a3b62);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(--green-700);font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.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(--green-700),var(--gold));border-radius:3px}
.compare-score{font-weight:700;color:var(--green-700);font-size:.95rem}
.compare-link{display:inline-block;background:var(--green-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(--green-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: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(--green-700);font-weight:600;display:block;margin-top:2px}
.sidebar-link:hover{color:var(--green-800)}

/* ── 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(--green-700);color:var(--green-700);background:rgba(64,145,108,.06)}
.brand-tag.active{background:var(--green-800);color:#fff;border-color:var(--green-800)}

/* ── 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(--green-700)}
.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{border-color:var(--green-700);color:var(--green-700)}
.filter-results{font-size:.8rem;color:var(--muted);margin-left:auto;white-space:nowrap}

/* Product page */
.page-hero{background:linear-gradient(135deg,var(--green-900),#1a3a5c);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(--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(--green-900),#1a3b62);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(--green-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(--green-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(--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(--green-700),var(--green-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(--radius);padding:20px 22px;margin-bottom:24px}
.verdict-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-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(--green-800);color:#fff;padding:12px 20px;border-radius:9px;font-weight:600;font-size:.9rem;transition:background .2s}
.btn-read-reviews:hover{background:var(--green-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(--green-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(--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,var(--green-900),#1a3b62);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(--green-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(--green-800);color:#fff;padding:7px;border-radius:6px;font-size:.8rem;font-weight:600}
.related-link:hover{background:var(--green-700);text-decoration:none;color:#fff}

/* Static pages */
.static-hero{background:linear-gradient(135deg,var(--green-900),#1a3a5c);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(--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:var(--green-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{background:var(--green-900);color:rgba(255,255,255,.75);padding:60px 0 28px}
.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-logo);font-size:.92rem;font-weight:800;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:.1em}
.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×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{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:linear-gradient(180deg,var(--green-900),#1a3258);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 {
  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: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--green-900);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

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

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

/* ============================================================
   HEADER
   ============================================================ */
header {
  background: var(--green-900);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-lg);
  border-bottom: 3px solid var(--gold);
}

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

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

.logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.logo-icon {
  font-size: 1.8rem;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(212,175,55,0.5));
}

.logo span,
.logo-text {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.logo small,
.logo-tagline {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--gold-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

nav a {
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, color 0.2s ease;
  letter-spacing: 0.01em;
}

nav a:hover,
nav a:focus {
  background: rgba(255,255,255,0.12);
  color: #fff;
  outline: none;
}

nav a.active {
  background: rgba(255,255,255,0.15);
  color: var(--gold-light);
}

.nav-cta {
  background: var(--gold) !important;
  color: var(--green-900) !important;
  font-weight: 800 !important;
  padding: 0.48rem 1.1rem !important;
  border-radius: var(--radius-sm) !important;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(212,175,55,0.35);
}

.nav-cta:hover,
.nav-cta:focus {
  background: var(--gold-light) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(212,175,55,0.45) !important;
}

/* ============================================================
   AFF BAR
   ============================================================ */
.aff-bar {
  background: var(--green-800);
  color: rgba(255,255,255,0.88);
  font-size: 0.8rem;
  text-align: center;
  padding: 0.45rem 1rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.aff-bar a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ============================================================
   HERO — split 2-column
   ============================================================ */
.hero {
  position: relative;
  background: var(--green-900);
  overflow: hidden;
  padding: 5rem 0 4rem;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(34,85,34,0.55) 0%, transparent 65%),
    linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 60%, var(--green-700) 100%);
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  position: absolute;
  inset: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(10,40,10,0.75) 0%,
    rgba(10,40,10,0.35) 55%,
    transparent 100%
  );
  z-index: 1;
}

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(212,175,55,0.18);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 1.1rem;
}

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

.hero h1 span {
  color: var(--gold-light);
  position: relative;
}

.hero p {
  color: rgba(255,255,255,0.82);
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 1.8rem;
}

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

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

.hero-stat-num {
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
}

/* Hero image side */
.hero-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
  background: var(--green-800);
}

.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.filter-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-900);
  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(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  appearance: none;
  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 d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-select:hover,
.filter-select:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(34,85,34,0.1);
  outline: none;
}

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

.filter-reset:hover {
  border-color: var(--green-700);
  color: var(--green-700);
}

.filter-results {
  font-size: 0.82rem;
  color: var(--muted);
  margin-left: auto;
  font-style: italic;
}

/* ============================================================
   PRODUCT CARDS — vertical layout
   ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

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

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

.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: linear-gradient(135deg, var(--surface2) 0%, var(--border) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-placeholder {
  font-size: 3.5rem;
  opacity: 0.35;
  user-select: none;
  line-height: 1;
}

.card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--green-700);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  border-radius: 3rem;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.card-rating-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--gold);
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0.3rem 0.6rem;
  border-radius: var(--radius-sm);
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  line-height: 1;
}

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

.card-brand {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green-700);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

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

.card-snippet {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.55;
  margin-top: 0.2rem;
  flex: 1;
}

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

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

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

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

.card-footer {
  padding: 0.85rem 1.25rem 1.25rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.btn-review {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--green-800);
  color: #fff;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.btn-review:hover,
.btn-review:focus {
  background: var(--green-700);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  outline: none;
  color: #fff;
}

.btn-review:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 2.5rem 0 1rem;
  flex-wrap: wrap;
}

.page-btn {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
  font-family: var(--font);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  padding: 0 0.7rem;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.page-btn:hover:not(.disabled) {
  background: var(--green-800);
  border-color: var(--green-800);
  color: #fff;
  transform: translateY(-1px);
}

.page-btn:focus {
  outline: 2px solid var(--green-700);
  outline-offset: 2px;
}

.page-btn.active {
  background: var(--green-900);
  border-color: var(--green-900);
  color: var(--gold-light);
  cursor: default;
  pointer-events: none;
}

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

.page-nav {
  font-size: 1.1rem;
  padding: 0 0.5rem;
}

/* ============================================================
   FEATURED STRIP — dark background
   ============================================================ */
.featured-strip {
  background: var(--green-900);
  color: #fff;
  padding: 4rem 0;
  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: linear-gradient(90deg, var(--gold), var(--gold-light));
}

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

.featured-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  overflow: hidden;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.featured-card:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--gold);
  transform: translateY(-4px);
}

.featured-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  position: relative;
}

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

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

.featured-img.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  opacity: 0.3;
}

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

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

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

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

.featured-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--gold-light);
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 0.35rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.featured-link:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ============================================================
   COMPARE TABLE
   ============================================================ */
.compare-section {
  padding: 3.5rem 0;
  background: var(--surface2);
  border-radius: var(--radius);
}

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

.compare-table thead th {
  background: var(--green-900);
  color: rgba(255,255,255,0.75);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.9rem 1rem;
  text-align: left;
}

.compare-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.18s 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: 1.1rem;
  font-weight: 900;
  color: var(--green-900);
  min-width: 32px;
  text-align: center;
}

.compare-table tbody tr:first-child .compare-rank {
  color: var(--gold);
}

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

.compare-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.3;
}

.compare-bar {
  height: 8px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
  min-width: 100px;
}

.compare-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green-700), var(--green-600));
  border-radius: 4px;
  transition: width 0.4s ease;
}

.compare-score {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--green-800);
  white-space: nowrap;
}

.compare-link {
  display: inline-block;
  background: var(--green-800);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.compare-link:hover {
  background: var(--green-700);
  transform: translateY(-1px);
  color: #fff;
}

/* ============================================================
   CONTENT WITH SIDEBAR
   ============================================================ */
.content-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  align-items: start;
}

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

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

.sidebar-widget-head {
  background: var(--green-900);
  color: #fff;
  padding: 0.75rem 1.1rem;
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border-bottom: 2px solid var(--gold);
}

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

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

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

.sidebar-rank {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 900;
  color: var(--green-900);
  min-width: 22px;
  text-align: center;
}

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

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

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

.sidebar-link {
  font-size: 0.72rem;
  color: var(--green-700);
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.sidebar-link:hover {
  color: var(--green-900);
  text-decoration: underline;
}

/* ============================================================
   BRAND CLOUD
   ============================================================ */
.brand-cloud-section {
  padding: 2.5rem 0;
  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;
  align-items: center;
}

.brand-tag {
  display: inline-flex;
  align-items: center;
  background: var(--surface);
  border: 1.5px solid var(--border);
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 700;
  padding: 0.42rem 1rem;
  border-radius: 2rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
  box-shadow: var(--shadow);
}

.brand-tag:hover,
.brand-tag:focus {
  background: var(--green-800