@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&family=Montserrat:wght@800&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green-900:#3D1C06;--green-800:#68341A;--green-700:#96532C;--green-600:#BF7B40;
  --gold:#D48A18;--gold-light:#F7E5A8;
  --bg:#FDF8F1;--surface:#ffffff;--surface2:#F5EBD8;
  --text:#281608;--muted:#7A5234;--border:#E8D4B8;
  --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:'Nunito', 'Inter', 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:var(--green-900);box-shadow:0 2px 12px rgba(0,0,0,.25);transition:box-shadow .3s}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:-.3px}
.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,var(--green-900) 0%,#1f4d35 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(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-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),#2d5a3d)}
.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);max-width:100%}
.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),#2d5a3d);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),#1f4d35);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),#2d5a3d);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;flex-wrap:wrap}
.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(--gold));border-radius:4px}

/* Verdict */
.verdict-box{background:linear-gradient(135deg,var(--green-900),#5a2a0a);border:none;border-radius:var(--radius);padding:28px 30px;margin-bottom:28px;box-shadow:0 6px 28px rgba(61,28,6,.22);position:relative;overflow:hidden;}.verdict-box::before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:rgba(255,255,255,.06);border-radius:50%;pointer-events:none}.verdict-box::after{content:"";position:absolute;bottom:-30px;left:-30px;width:80px;height:80px;background:rgba(255,255,255,.04);border-radius:50%;pointer-events:none}
.verdict-label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-light);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.verdict-label::before{content:'🏆';font-size:1.1rem}
.verdict-text{font-size:.97rem;color:rgba(255,255,255,.92);line-height:1.7;font-weight:400}

/* 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),#2d5a3d);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),#1f4d35);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-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;width:100%;overflow:hidden}
.ad-placement-inner{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;width:100%}
.ad-unit{width:300px;max-width:100%;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 ── */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.section {
  padding: 4rem 0;
}

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

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

.section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--green-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

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

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

/* ============================================================
   HEADER
   ============================================================ */
header {
  background: var(--green-900);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 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: 38px;
  width: auto;
  display: block;
}

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

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

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

nav a {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: color 0.18s, background 0.18s;
}

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

nav a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.nav-cta {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--green-900) !important;
  background: var(--gold);
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.18s, transform 0.12s;
  margin-left: 0.5rem;
}

.nav-cta:hover,
.nav-cta:focus {
  background: var(--gold-light);
  transform: translateY(-1px);
  outline: none;
}

/* ============================================================
   HERO — split 2-column
   ============================================================ */
.hero {
  position: relative;
  background: var(--green-900);
  overflow: hidden;
  padding: 5rem 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 70% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(0, 0, 0, 0.25) 0%, transparent 50%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}

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

.hero-badge {
  display: inline-block;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green-900);
  background: var(--gold);
  padding: 0.3rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 1.1rem;
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: #fff;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 1.1rem;
}

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

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

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

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

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

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

/* ============================================================
   AFFILIATE BAR
   ============================================================ */
.aff-bar {
  background: var(--green-800);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.65rem 1.5rem;
  text-align: center;
  font-family: var(--font);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.02em;
}

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

.filter-label {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-900);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.filter-select {
  font-family: var(--font);
  font-size: 0.875rem;
  color: var(--text);
  background: var(--bg);
  border: 1px 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.5' 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.18s, box-shadow 0.18s;
}

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

.filter-reset {
  font-family: var(--font);
  font-size: 0.82rem;
  color: var(--muted);
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  transition: color 0.18s, border-color 0.18s;
  margin-left: auto;
}

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

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

/* ============================================================
   PRODUCT CARDS GRID
   ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1.5rem;
}

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

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.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.38s ease;
}

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

.card-img-wrap.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--surface2) 0%, var(--bg) 100%);
}

.card-img-placeholder {
  font-size: 3rem;
  opacity: 0.35;
  user-select: none;
}

.card-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: var(--green-700);
  color: #fff;
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.28rem 0.6rem;
  border-radius: 2rem;
  z-index: 2;
}

.card-rating-badge {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: var(--gold);
  color: var(--green-900);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.28rem 0.55rem;
  border-radius: var(--radius-sm);
  z-index: 2;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.card-footer {
  padding: 0.85rem 1.2rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.btn-review {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: var(--green-700);
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.65rem 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, transform 0.12s;
  letter-spacing: 0.02em;
}

.btn-review:hover,
.btn-review:focus {
  background: var(--green-600);
  transform: translateY(-1px);
  outline: none;
}

.btn-review:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

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

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

.page-btn {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.16s, border-color 0.16s, color 0.16s;
  min-width: 2.4rem;
  text-align: center;
  line-height: 1;
}

.page-btn:hover:not(.disabled) {
  background: var(--green-700);
  border-color: var(--green-700);
  color: #fff;
}

.page-btn.active {
  background: var(--green-700);
  border-color: var(--green-700);
  color: #fff;
  pointer-events: none;
}

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

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

/* ============================================================
   FEATURED STRIP
   ============================================================ */
.featured-strip {
  background: var(--green-900);
  color: #fff;
  padding: 4rem 0;
}

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

.featured-strip .section-head h2::after {
  background: var(--gold);
  margin: 0.6rem auto 0;
}

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

.featured-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.featured-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.featured-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

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

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

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

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

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

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

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

.featured-link {
  display: inline-block;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 0.4rem 0.85rem;
  margin-top: 0.5rem;
  align-self: flex-start;
  transition: background 0.18s, color 0.18s;
}

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

/* ============================================================
   COMPARE TABLE
   ============================================================ */
.compare-section {
  background: var(--bg);
}

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

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

.compare-table th {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.85rem 1rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}

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

.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: 800;
  color: var(--green-700);
  text-align: center;
  min-width: 2.5rem;
}

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

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

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

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

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

.compare-link {
  display: inline-block;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: var(--green-700);
  border-radius: var(--radius-sm);
  padding: 0.38rem 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s;
}

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

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

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

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

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

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

.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: 800;
  color: var(--gold);
  min-width: 1.5rem;
  text-align: center;
  flex-shrink: 0;
}

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

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

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

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

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

/* ============================================================
   BRAND CLOUD
   ============================================================ */
.brand-cloud-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}

.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.brand-tag {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2rem;
  padding: 0.45rem 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.16s, border-color 0.16s, color 0.16s;
}

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

.brand-tag.active {
  background: var(--green-700);
  border-color: var(--green-700);
  color: #fff;
}

/* ============================================================
   PRODUCT PAGE
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 100%);
  padding: 3rem 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  font-family: var(--font);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.14s;
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb span {
  opacity: 0.45;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 420px) 1fr;
  gap: 2.5rem;
  align-items: start;
  padding: 3rem 0;
}

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

.gallery-main {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface2);
  border: 1px solid var(--border);
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.gallery-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 2px solid var(--border);
  cursor: pointer;
  transition: border-color 0.16s;
}

.gallery-thumb img:hover,
.gallery-thumb img.active {
/* ============================================================
   LOGO TEXT — uppercase, tracked, Montserrat-style
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

.logo-text {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.logo {
  gap: 12px;
}

/* ============================================================
   PRICE GRAPH SECTION
   ============================================================ */
.price-graph-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.price-graph-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px 16px;
  box-shadow: var(--shadow);
  max-width: 860px;
  margin: 0 auto 12px;
}

.price-graph-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 8px;
  font-style: italic;
}

/* ============================================================
   COMPARE TABLE — MOBILE RESPONSIVE (card layout < 680px)
   ============================================================ */
@media (max-width: 680px) {
  .compare-table-wrap {
    overflow-x: visible;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table th,
  .compare-table td,
  .compare-table tr {
    display: block;
    width: 100%;
  }

  .compare-table thead tr {
    display: none; /* hide header row */
  }

  .compare-table tbody tr {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 16px;
    padding: 14px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 44px 64px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
  }

  /* rank badge */
  .compare-table tbody tr td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
  }

  /* image */
  .compare-table tbody tr td:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 0;
  }

  .compare-img {
    width: 64px !important;
    height: 64px !important;
  }

  /* name */
  .compare-table tbody tr td:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    padding: 0;
  }

  /* category */
  .compare-table tbody tr td:nth-child(4) {
    grid-column: 1 / 4;
    grid-row: 3;
    padding: 0;
    font-size: 0.75rem;
    color: var(--muted);
  }
  .compare-table tbody tr td:nth-child(4)::before {
    content: 'Category: ';
    font-weight: 600;
    color: var(--green-700);
  }

  /* rating */
  .compare-table tbody tr td:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
    padding: 0;
  }

  /* features / pros-cons — hide on mobile to save space */
  .compare-table tbody tr td:nth-child(6),
  .compare-table tbody tr td:nth-child(7) {
    display: none;
  }

  /* review link */
  .compare-table tbody tr td:nth-child(8) {
    grid-column: 1 / 4;
    grid-row: 4;
    padding: 0;
    padding-top: 6px;
    border-top: 1px solid var(--border);
    margin-top: 4px;
  }

  .compare-link {
    display: block;
    text-align: center;
    padding: 8px 14px;
  }
}

/* ============================================================
   KEY FEATURES — full container width strip
   ============================================================ */
.key-features-section {
  background: var(--surface2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
  margin: 0 0 32px;
}

.key-features-section h3 {
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 16px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px 24px;
}

.features-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9rem;
  line-height: 1.55;
}

.features-grid li::before {
  content: '✓';
  color: var(--green-700);
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   DOG SCORE ILLUSTRATION
   ============================================================ */
.dog-score-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.dog-score-svg {
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.12));
}
.dog-score-label {
  font-family: var(--font-head);
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.4;
}
.dog-score-label strong {
  display: block;
  font-size: 1.1rem;
  color: var(--green-700);
  font-weight: 800;
}

/* ============================================================
   PRICE GRAPH — RESPONSIVE HEIGHT
   ============================================================ */
#priceChart {
  display: block;
  width: 100% !important;
  height: 380px !important;  /* desktop */
}

@media (max-width: 768px) {
  #priceChart {
    height: 480px !important;  /* taller on tablet */
  }

  .price-graph-wrap {
    padding: 16px 10px 12px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  #priceChart {
    height: 520px !important;  /* tallest on phone */
  }

  /* stack legend items so they don't squish the chart */
  .price-graph-wrap canvas + * {
    margin-top: 8px;
  }
}

/* ============================================================
   MOBILE FIX — comprehensive responsive overrides
   Must come last to win specificity battles
   ============================================================ */

/* Prevent any element from ever causing horizontal scroll */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
* { box-sizing: border-box; }

/* ── Product layout: fixed 420px column is the main culprit ── */
.product-layout {
  grid-template-columns: 1fr 1fr !important; /* fix the hardcoded 420px */
}

@media (max-width: 960px) {
  .product-layout {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 32px 0 !important;
  }
  .gallery {
    position: static !important;
    top: auto !important;
  }
}

/* ── Container padding tighter on small screens ── */
@media (max-width: 640px) {
  .container {
    padding: 0 14px !important;
  }

  /* Hero */
  .hero {
    padding: 48px 0 40px !important;
  }
  .hero h1 {
    font-size: 1.55rem !important;
  }
  .hero p {
    font-size: 0.9rem !important;
  }

  /* Product page top card */
  .product-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 24px 0 !important;
  }
  .gallery {
    position: static !important;
  }

  /* Score bar + dog */
  .score-bar-wrap {
    padding: 14px 16px !important;
  }
  .dog-score-wrap {
    flex-direction: row;
    gap: 12px;
  }
  .dog-score-svg {
    width: 56px !important;
    height: 56px !important;
  }

  /* Expert verdict */
  .verdict-box {
    padding: 20px 18px !important;
  }
  .verdict-text {
    font-size: 0.88rem !important;
  }

  /* Key features strip */
  .key-features-section {
    padding: 20px 0 !important;
  }
  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Pros / Cons */
  .pros-cons {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 32px 0 !important;
  }

  /* Full review */
  .product-desc {
    margin: 0 0 32px !important;
  }
  .product-desc p {
    font-size: 0.9rem !important;
  }

  /* Section headings */
  .section-head h2 {
    font-size: 1.3rem !important;
  }
  .section {
    padding: 40px 0 !important;
  }

  /* Compare table — already card-layout at 680px, keep that */

  /* Filter bar */
  .filter-bar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 14px !important;
  }
  .filter-select,
  .filter-reset {
    width: 100% !important;
  }
  .filter-results {
    margin-left: 0 !important;
    text-align: center !important;
  }

  /* Product cards grid */
  .products-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }

  /* Ad units — don't overflow */
  .ad-placement-inner {
    flex-direction: column !important;
    align-items: center !important;
  }
  .ad-unit {
    width: min(300px, 100%) !important;
  }

  /* Cookie banner */
  .cookie-inner {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .cookie-btns {
    flex-direction: row !important;
    justify-content: center !important;
  }

  /* Related grid */
  .related-grid {
    grid-template-columns: 1fr !important;
  }

  /* CTA group */
  .cta-group {
    flex-direction: column !important;
  }
  .btn-read-reviews {
    min-width: unset !important;
    width: 100% !important;
  }

  /* Page hero breadcrumb */
  .page-hero {
    padding: 18px 0 !important;
  }
  .breadcrumb {
    font-size: 0.75rem !important;
  }

  /* Title */
  .p-title {
    font-size: 1.25rem !important;
  }

  /* Thumbnail strip */
  .gallery-thumbs {
    gap: 8px !important;
  }
  .gallery-thumb {
    width: 58px !important;
    height: 58px !important;
  }
}

/* ── Tablet range (641–960px) ── */
@media (min-width: 641px) and (max-width: 960px) {
  .container {
    padding: 0 20px !important;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .key-features-section .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ============================================================
   DOG INLINE SCORE — sits on the "Overall Score" label row
   ============================================================ */
.score-bar-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: var(--muted);
  margin-bottom: 8px;
}

.score-bar-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--text);
}

.dog-score-inline-svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.15));
}

/* ============================================================
   PROS/CONS + FULL REVIEW + REVIEWS — inside container
   ============================================================ */

/* The container that wraps all three bottom sections */
.container > .pros-cons {
  margin-top: 0;
  padding-top: 40px;
}

.container > .product-desc {
  padding-top: 16px;
}

.container > .reviews-section {
  padding-bottom: 48px;
}

/* Section dividers between blocks */
.product-desc {
  border-top: 1px solid var(--border);
  padding-top: 36px;
  margin-top: 8px;
}

.reviews-section {
  border-top: 1px solid var(--border);
  padding-top: 36px;
  margin-top: 8px;
}

.reviews-section h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--text);
}

@media (max-width: 640px) {
  .container > .pros-cons {
    padding-top: 28px;
  }
  .product-desc,
  .reviews-section {
    padding-top: 24px;
  }
  .container > .reviews-section {
    padding-bottom: 32px;
  }
}


/* ============================================================
   PRODUCT PAGE — MOBILE / RESPONSIVE  (authoritative block)
   This block is last in the file so it wins all specificity fights.
   ============================================================ */

/* 1. Prevent horizontal scroll globally */
html, body { overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img, video, iframe, svg { max-width: 100%; }

/* 2. Ad placement — flex (not inline-flex) so percentage widths resolve */
.ad-placement        { overflow: hidden; width: 100%; }
.ad-placement-inner  { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; gap: 16px; }
.ad-unit             { width: 300px; max-width: 100%; height: 250px; }

/* 3. p-rating wraps if needed */
.p-rating { flex-wrap: wrap; row-gap: 4px; }

/* 4. Long product names / breadcrumb never overflow */
.p-title, .breadcrumb span { overflow-wrap: break-word; word-break: break-word; }

/* ── Tablet & mobile: single-column product layout (≤960px) ── */
@media (max-width: 960px) {

  /* Single column */
  .product-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 28px 0 !important;
  }

  /* Gallery no longer sticky */
  .product-layout .gallery { position: static !important; }

  /* ─── REORDER: info → CTA → verdict → image ─── */
  .product-layout .product-info { order: 1 !important; }
  .product-layout .cta-group    { order: 2 !important; }
  .product-layout .verdict-box  { order: 3 !important; }
  .product-layout .gallery      { order: 4 !important; }

  /* CTA button full-width */
  .cta-group                    { display: flex !important; flex-direction: column !important; }
  .btn-read-reviews             { width: 100% !important; min-width: unset !important; }
}

/* ── Phone (≤640px): tighter spacing + smaller elements ── */
@media (max-width: 640px) {

  .container { padding-left: 14px !important; padding-right: 14px !important; }

  .product-layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 18px 0 !important;
  }

  /* Title */
  .p-title { font-size: 1.2rem !important; line-height: 1.3 !important; }

  /* Score bar */
  .score-bar-wrap    { padding: 12px 14px !important; }
  .score-bar-label   { flex-wrap: wrap !important; gap: 6px !important; }
  .dog-score-inline-svg { width: 28px !important; height: 28px !important; }

  /* Verdict */
  .verdict-box  { padding: 18px 16px !important; }
  .verdict-text { font-size: 0.87rem !important; }

  /* Page hero */
  .page-hero { padding: 14px 0 !important; }

  /* CTA button full-width */
  .cta-group         { flex-direction: column !important; }
  .btn-read-reviews  { width: 100% !important; min-width: unset !important; }

  /* Pros / cons stacked */
  .pros-cons { grid-template-columns: 1fr !important; gap: 12px !important; margin: 24px 0 !important; }

  /* Key features stacked */
  .features-grid { grid-template-columns: 1fr !important; }

  /* Ad units — column, full width */
  .ad-placement-inner { flex-direction: column !important; align-items: center !important; }
  .ad-unit            { width: min(300px, 100%) !important; height: 250px !important; }

  /* Related products — single column */
  .related-grid { grid-template-columns: 1fr !important; }

  /* Footer */
  .footer-grid   { grid-template-columns: 1fr !important; }
  .footer-bottom { flex-direction: column !important; text-align: center !important; gap: 8px !important; }
}
