/* ProdottoVerificato — CSS DEFINITIVO */
/* Classi reali da DOM audit: product-hero, pv-score, pros-cons, review-section, score-breakdown, product-card, pcard, pc-img */

:root {
  --g:#16a34a;--gd:#15803d;--gl:rgba(22,163,74,.08);--ga:rgba(22,163,74,.15);
  --bg:#fff;--bg2:#f9fafb;--bg3:#f3f4f6;
  --ink:#111827;--ink2:#374151;--ink3:#6b7280;--ink4:#9ca3af;
  --line:#e5e7eb;
  --r:10px;--r2:14px;--r3:20px;
  --sh:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.06);
  --sh2:0 8px 30px rgba(0,0,0,.1);
  --f:'Figtree',system-ui,-apple-system,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-family:var(--f);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}
body{min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font-family:var(--f)}
.container{max-width:1240px;margin:0 auto;padding:0 24px}

/* ── HEADER ── */
.hdr,.site-header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--line);height:60px}
.hdr>.container,.site-header>.container{display:flex;align-items:center;height:100%}
.hdr-logo,.logo{display:flex;align-items:center;gap:9px;margin-right:20px;text-decoration:none;flex-shrink:0}
.hdr-logo-mark,.logo-icon{width:32px;height:32px;background:var(--g);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:15px}
.hdr-logo-name,.logo-text{font-size:15px;font-weight:700;color:var(--ink)}
.hdr-logo-name em,.logo-text strong{color:var(--g);font-style:normal;font-weight:800}
.hdr-nav,.main-nav{display:flex;align-items:center;gap:4px;flex:1}
.hdr-drop{position:relative}
.hdr-drop-btn{display:flex;align-items:center;gap:4px;padding:7px 12px;border-radius:var(--r);font-size:14px;font-weight:600;color:var(--ink);background:none;border:none;cursor:pointer;white-space:nowrap}
.hdr-drop-btn:hover{background:var(--bg3)}
.chevron{transition:transform .2s;color:var(--ink4)}
.hdr-drop:hover .chevron{transform:rotate(180deg)}
.hdr-drop-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--line);border-radius:var(--r2);box-shadow:var(--sh2);padding:6px;min-width:240px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .18s;z-index:300;display:grid;grid-template-columns:1fr 1fr;gap:1px}
.hdr-drop:hover .hdr-drop-menu{opacity:1;visibility:visible;transform:translateY(0)}
.hdr-drop-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:500;color:var(--ink2);transition:all .15s;text-decoration:none;white-space:nowrap}
.hdr-drop-item:hover{background:var(--bg2);color:var(--g)}
.hdr-drop-item svg{color:var(--g);flex-shrink:0;opacity:.8}
.hdr-cmp{display:flex;align-items:center;gap:5px;padding:7px 14px;border-radius:var(--r);font-size:14px;font-weight:600;color:var(--g);border:1.5px solid var(--ga);background:var(--gl);transition:all .15s;text-decoration:none;white-space:nowrap}
.hdr-cmp:hover{background:var(--g);color:#fff;border-color:var(--g)}
.hdr-search{margin-left:auto;flex-shrink:0}
.hdr-search form,.search-form{display:flex;align-items:center;background:var(--bg2);border:1.5px solid var(--line);border-radius:var(--r);overflow:hidden;transition:border-color .2s}
.hdr-search form:focus-within,.search-form:focus-within{border-color:var(--g);background:#fff}
.hdr-search input,.search-form input{border:none;background:none;outline:none;padding:7px 12px;font-size:13px;width:185px;color:var(--ink)}
.hdr-search input::placeholder,.search-form input::placeholder{color:var(--ink4)}
.hdr-search button,.search-form button{background:var(--g);border:none;padding:7px 13px;color:#fff;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600}
.hdr-search button:hover,.search-form button:hover{background:var(--gd)}
@media(max-width:960px){.hdr-nav,.main-nav{display:none}}
@media(max-width:640px){.hdr-search input,.search-form input{width:110px}}

/* ── FOOTER ── */
.ftr,.site-footer{background:#0d1117;padding:52px 0 24px;margin-top:auto}
.ftr-grid,.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.ftr-desc,.footer-brand p{font-size:13px;color:rgba(255,255,255,.3);line-height:1.7;margin-top:12px;max-width:260px}
.affiliate-disclosure,.ftr-disc{font-size:11px;color:rgba(255,255,255,.18);font-style:italic;margin-top:10px;line-height:1.6}
.ftr-col h4,.footer-links h4,.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.2);margin-bottom:14px}
.ftr-col ul,.footer-links ul,.footer-col ul{list-style:none}
.ftr-col li,.footer-links li,.footer-col li{margin-bottom:9px}
.ftr-col a,.footer-links a,.footer-col a{font-size:13px;color:rgba(255,255,255,.38);transition:color .15s}
.ftr-col a:hover,.footer-links a:hover,.footer-col a:hover{color:#fff}
.ftr-bottom,.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
.ftr-bottom p,.ftr-bottom a,.footer-bottom p,.footer-bottom a{font-size:12px;color:rgba(255,255,255,.2)}
.ftr-logo-name{font-size:15px;font-weight:700;color:#fff}
.ftr-logo-name em{color:#4ade80;font-style:normal}
@media(max-width:768px){.ftr-grid,.footer-grid{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:480px){.ftr-grid,.footer-grid{grid-template-columns:1fr}}

/* ── UTILS ── */
.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ink4);padding:16px 0;flex-wrap:wrap}
.breadcrumb a{color:var(--ink4)}.breadcrumb a:hover{color:var(--g)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 22px;border-radius:var(--r);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;border:none;line-height:1;text-decoration:none;white-space:nowrap}
.btn--amazon,.btn-amz{background:#f90;color:#111}.btn--amazon:hover,.btn-amz:hover{background:#e68900;color:#111}
.btn--compare,.btn-cmp,.btn--outline,.btn-ol{background:none;border:1.5px solid var(--line);color:var(--ink)}.btn--compare:hover,.btn-cmp:hover,.btn--outline:hover,.btn-ol:hover{border-color:var(--g);color:var(--g)}
.btn--large{padding:13px 28px;font-size:15px}
.btn-g{background:var(--g);color:#fff}.btn-g:hover{background:var(--gd);color:#fff}
.btn-full{width:100%}

/* ── PRODUCT CARDS (tutte le varianti) ── */
.product-card,.pcard{background:#fff;border:1.5px solid var(--line);border-radius:var(--r2);overflow:hidden;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column}
.product-card:hover,.pcard:hover{border-color:var(--g);transform:translateY(-3px);box-shadow:var(--sh2)}
.product-card__img-wrap,.pcard-img,.pc-img{position:relative;background:#f8fafc;aspect-ratio:1;overflow:hidden}
.product-card__img-wrap img,.pcard-img img,.pc-img img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .25s;display:block}
.product-card:hover .product-card__img-wrap img,.pcard:hover .pcard-img img,.pcard:hover .pc-img img{transform:scale(1.05)}
.product-card__score,.pcard-score,.pc-score,.score-pill{position:absolute;top:10px;right:10px;background:var(--g);color:#fff;font-size:12px;font-weight:800;padding:3px 8px;border-radius:6px;line-height:1.4}
.product-card__score small,.pcard-score small,.pc-score small{font-size:9px;opacity:.8}
.discount-pill,.pcard-disc,.pc-disc,.badge--discount{position:absolute;top:10px;left:10px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:5px}
.pcard-noimg,.pc-noimg,.pc-no-img,.product-card__no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}
.product-card__body,.pcard-body,.pc-body{padding:14px;flex:1;display:flex;flex-direction:column;gap:5px}
.product-card__body h3,.pcard-body h3,.pc-body h3{font-size:13px;font-weight:600;line-height:1.45;flex:1;color:var(--ink)}
.product-card__cat,.pcard-cat,.pc-cat{font-size:10px;font-weight:700;color:var(--g);text-transform:uppercase;letter-spacing:.06em}
.product-card__price,.pcard-price,.pc-price{font-size:17px;font-weight:800;display:flex;align-items:baseline;gap:7px}
.product-card__price s,.pcard-price s,.pc-price s{font-size:12px;font-weight:400;color:var(--ink4)}
.product-card__link,.pcard-cta,.pc-cta{font-size:12px;color:var(--g);font-weight:600}
.product-grid,.products-grid,.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}

/* ── SECTIONS ── */
.section,.sec{padding:64px 0}
.section--alt,.sec-gray,.section-gray{background:var(--bg2)}
.section__header,.sec-head,.section-head{text-align:center;margin-bottom:48px}
.section__header h2,.sec-head h2,.section-head h2{font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.025em;margin-bottom:10px}
.section__title{font-size:clamp(22px,3vw,30px);font-weight:800;margin-bottom:28px}
.section__header p,.sec-head p,.section-head p{color:var(--ink3);font-size:16px}

/* ── PAGINATION ── */
.pagination,.pag{display:flex;align-items:center;justify-content:center;gap:5px;padding:48px 0 0;flex-wrap:wrap}
.pagination a,.pagination span,.pag a,.pag span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--r);font-size:14px;font-weight:500;border:1.5px solid var(--line);transition:all .15s;text-decoration:none}
.pagination a:hover,.pag a:hover{border-color:var(--g);color:var(--g)}
.pagination .current,.pag .cur{background:var(--g);color:#fff;border-color:var(--g);font-weight:700}

/* ── CATEGORY PAGE ── */
.cat-hero{background:linear-gradient(135deg,#0d1117,#1a2332);padding:32px 0}
.cat-hero .breadcrumb{color:rgba(255,255,255,.3);padding:0 0 14px}
.cat-hero .breadcrumb a{color:rgba(255,255,255,.3)}.cat-hero .breadcrumb a:hover{color:#fff}
.cat-hero-body{display:flex;align-items:center;gap:14px}
.cat-hero-icon{width:50px;height:50px;border-radius:13px;background:rgba(22,163,74,.18);border:1px solid rgba(22,163,74,.3);display:flex;align-items:center;justify-content:center;color:#4ade80;flex-shrink:0}
.cat-hero h1{font-size:26px;font-weight:800;color:#fff;margin-bottom:4px;letter-spacing:-.02em}
.cat-hero p{color:rgba(255,255,255,.45);font-size:14px}
.cat-layout{display:grid;grid-template-columns:232px 1fr;gap:24px;align-items:start;padding-top:28px}
.filters-box{position:sticky;top:76px;background:#fff;border:1.5px solid var(--line);border-radius:var(--r2);overflow:hidden}
.filters-top{padding:13px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.filters-top h3{font-size:13px;font-weight:700}
.filters-reset{font-size:12px;color:var(--g);font-weight:600;background:none;border:none;cursor:pointer}
.fg{border-bottom:1px solid var(--bg3)}.fg:last-child{border-bottom:none}
.fg-head{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;cursor:pointer;user-select:none;background:none;border:none;width:100%;text-align:left}
.fg-head span{font-size:13px;font-weight:600;color:var(--ink2)}
.fg-head svg{color:var(--ink4);transition:transform .2s}
.fg.open .fg-head svg{transform:rotate(180deg)}
.fg-body{padding:2px 16px 12px;display:none}
.fg.open .fg-body{display:block}
.fopt{display:flex;align-items:center;gap:8px;padding:5px 0;cursor:pointer}
.fopt input[type=checkbox]{width:15px;height:15px;accent-color:var(--g);cursor:pointer;flex-shrink:0}
.fopt label{font-size:13px;color:var(--ink2);cursor:pointer;flex:1;display:flex;justify-content:space-between;align-items:center}
.fopt label span{font-size:11px;color:var(--ink4);background:var(--bg3);padding:1px 6px;border-radius:10px}
.price-inputs{display:flex;align-items:center;gap:7px;margin-top:8px}
.price-inp{flex:1;padding:7px 10px;border:1.5px solid var(--line);border-radius:var(--r);font-size:13px;outline:none;transition:border-color .2s;min-width:0}
.price-inp:focus{border-color:var(--g)}
.price-sep{font-size:12px;color:var(--ink4);flex-shrink:0}
.filter-btn{width:100%;margin-top:10px;padding:9px;background:var(--g);color:#fff;border:none;border-radius:var(--r);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}
.filter-btn:hover{background:var(--gd)}
.results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:10px}
.results-count{font-size:14px;color:var(--ink3)}
.results-count strong{color:var(--ink);font-weight:700}
.sort-sel{padding:7px 32px 7px 11px;border:1.5px solid var(--line);border-radius:var(--r);font-size:13px;outline:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;cursor:pointer;color:var(--ink)}
.sort-sel:focus{border-color:var(--g)}
@media(max-width:900px){.cat-layout{grid-template-columns:1fr}.filters-box{position:static}}

/* ── PRODUCT DETAIL (classi originali dal DOM audit) ── */
.product-hero{display:grid;grid-template-columns:420px 1fr;gap:40px;align-items:start;padding:32px 0 48px}
.product-hero__image{background:#f8fafc;border-radius:20px;overflow:hidden;border:1.5px solid var(--line);position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center}
.product-hero__image img{width:100%;height:100%;object-fit:contain;padding:28px}
.product-hero__info{display:flex;flex-direction:column;gap:16px}
.product-brand{font-size:12px;font-weight:700;color:var(--g);text-transform:uppercase;letter-spacing:.06em;display:block}
.product-title{font-size:clamp(20px,2.5vw,28px);font-weight:800;line-height:1.25;letter-spacing:-.02em}
.amazon-rating{display:flex;align-items:center;gap:8px}
.stars{color:#f59e0b;font-size:14px}
.rating-value{font-size:14px;font-weight:600}
.rating-count{font-size:13px;color:var(--ink3)}
.price-block{padding:20px;background:var(--bg2);border-radius:var(--r2)}
.price-current{font-size:36px;font-weight:900;line-height:1;color:var(--ink)}
.price-note{font-size:12px;color:var(--ink4);margin-top:6px}
.pv-score{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1.5px solid var(--line);border-radius:var(--r2)}
.pv-score__number{font-size:52px;font-weight:900;color:var(--g);line-height:1}
.pv-score__label{font-size:13px;color:var(--ink3)}
.pv-score__text{font-size:13px;color:var(--ink2);line-height:1.5}
.pv-score__badge{display:inline-block;background:var(--g);color:#fff;font-size:13px;font-weight:700;padding:4px 10px;border-radius:6px}

/* Review section */
.review-section{background:var(--bg2);border-radius:var(--r2);padding:32px;margin:32px 0}
.review-meta{font-size:13px;color:var(--ink3);margin-bottom:16px;display:flex;align-items:center;gap:12px}
.review-title{font-size:20px;font-weight:800;margin-bottom:20px;letter-spacing:-.01em}
.score-breakdown,.score-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:28px}
.score-item{display:flex;flex-direction:column;gap:6px}
.score-label{font-size:12px;color:var(--ink3);font-weight:500;display:flex;justify-content:space-between}
.score-val{font-size:12px;font-weight:700;color:var(--g)}
.score-bar{height:6px;background:var(--line);border-radius:3px;overflow:hidden}
.score-bar__fill{height:100%;background:var(--g);border-radius:3px}

/* Pro e Contro */
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}
.pros-cons__pros{padding:20px;background:rgba(22,163,74,.06);border:1.5px solid rgba(22,163,74,.2);border-radius:var(--r2)}
.pros-cons__cons{padding:20px;background:rgba(239,68,68,.04);border:1.5px solid rgba(239,68,68,.15);border-radius:var(--r2)}
.pros-cons__pros h4{color:var(--g);font-size:13px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.pros-cons__cons h4{color:#ef4444;font-size:13px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.pros-cons__pros ul,.pros-cons__cons ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.pros-cons__pros li,.pros-cons__cons li{font-size:14px;color:var(--ink2);line-height:1.5;padding-left:16px;position:relative}
.pros-cons__pros li::before{content:'✓';position:absolute;left:0;color:var(--g);font-weight:700}
.pros-cons__cons li::before{content:'✗';position:absolute;left:0;color:#ef4444;font-weight:700}

/* Review body */
.review-intro{font-size:15px;line-height:1.8;color:var(--ink2);margin-bottom:20px}
.review-body{font-size:14px;line-height:1.8;color:var(--ink2)}
.review-body p{margin-bottom:14px}

/* Verdict */
.verdict{background:#fff;border:1.5px solid var(--line);border-radius:var(--r2);padding:24px;margin-top:24px}
.verdict__score{display:inline-flex;align-items:center;gap:6px;background:var(--g);color:#fff;font-size:14px;font-weight:700;padding:5px 12px;border-radius:var(--r);margin-bottom:12px}

/* Specs */
.specs-table { padding: 32px; margin-bottom: 40px; }
.specs-table tr:nth-child(even) td{background:var(--bg2)}
.specs-table td{padding:10px 16px;border-bottom:1px solid var(--line)}
.specs-table td:first-child{font-weight:600;color:var(--ink3);width:40%}

/* Related */
.related-products{margin-top:48px;padding-top:48px;border-top:1px solid var(--line)}
.related-products h2{font-size:22px;font-weight:800;margin-bottom:24px}

/* New det classes */
.det-wrap{max-width:1240px;margin:0 auto;padding:0 24px 72px}
.det-bc{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ink4);padding:16px 0;flex-wrap:wrap}
.det-bc a{color:var(--ink4)}.det-bc a:hover{color:var(--g)}
.det-grid{display:grid;grid-template-columns:360px 1fr;gap:36px;align-items:start}
.det-sticky{position:sticky;top:76px}
.det-photo{background:#f8fafc;border-radius:20px;border:1.5px solid var(--line);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;margin-bottom:14px}
.det-photo img{width:100%;height:100%;object-fit:contain;padding:28px}
.det-buybox{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:20px}
.det-price{font-size:34px;font-weight:900;line-height:1;color:var(--ink)}
.det-orig{font-size:16px;color:var(--ink4);text-decoration:line-through}
.det-disc{background:#fef2f2;color:#ef4444;font-size:12px;font-weight:700;padding:3px 8px;border-radius:6px}
.det-price-note{font-size:11px;color:var(--ink4);margin-top:4px;margin-bottom:18px}
.btn-amz{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:#f90;color:#111;border-radius:10px;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:background .15s;text-decoration:none;margin-bottom:10px}
.btn-amz:hover{background:#e68900;color:#111}
.det-meta{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between}
.det-meta-item .label{font-size:11px;color:var(--ink4);margin-bottom:2px}
.det-meta-item .val{font-size:15px;font-weight:700}
.review-box{border:1.5px solid var(--line);border-radius:16px;overflow:hidden;margin-bottom:24px}
.review-head{background:linear-gradient(135deg,#0d1117,#1a2332);padding:20px 24px;display:flex;align-items:center;justify-content:space-between}
.review-head-text .review-label{font-size:11px;font-weight:700;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px}
.review-head-text .review-title{font-size:17px;font-weight:700;color:#fff;line-height:1.35}
.review-head-score .score-big{font-size:48px;font-weight:900;color:#4ade80;line-height:1}
.review-head-score .score-denom{font-size:13px;color:rgba(255,255,255,.3)}
.scores-grid{padding:18px 24px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:12px}
.score-row .score-meta{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px}
.score-row .score-key{color:var(--ink3);font-weight:500}
.score-row .score-val{font-weight:700;color:var(--g)}
.score-bar-bg{height:5px;background:var(--bg3);border-radius:3px;overflow:hidden}
.score-bar-fill{height:100%;background:var(--g);border-radius:3px}
.procons{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}
.pros-col{padding:18px 20px;border-right:1px solid var(--line)}
.cons-col{padding:18px 20px}
.procons-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;display:flex;align-items:center;gap:5px}
.pros-col .procons-label{color:var(--g)}.cons-col .procons-label{color:#ef4444}
.procons-list{list-style:none;display:flex;flex-direction:column;gap:8px}
.procons-list li{display:flex;gap:7px;font-size:13px;color:var(--ink2);line-height:1.5}
.pro-dot{color:var(--g);font-weight:700;flex-shrink:0}
.con-dot{color:#ef4444;font-weight:700;flex-shrink:0}
.review-body-section{padding:20px 24px;border-bottom:1px solid var(--line)}
.review-body-section h4{font-size:11px;font-weight:700;color:var(--ink3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}
.review-body-section .body-text{font-size:14px;line-height:1.8;color:var(--ink2)}
.verdict-section{padding:20px 24px;background:rgba(22,163,74,.04);border-bottom:1px solid rgba(22,163,74,.15)}
.verdict-section h4{font-size:11px;font-weight:700;color:var(--g);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}
.verdict-section p{font-size:14px;line-height:1.75;color:var(--ink2)}
.review-footer{padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.review-footer .date{font-size:12px;color:var(--ink4)}
.btn-amz-sm{display:inline-flex;align-items:center;gap:5px;padding:9px 18px;background:#f90;color:#111;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none}
.specs-box{border:1.5px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:24px}
.specs-box-head{padding:13px 18px;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}
.pending-notice{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:16px 20px;margin-bottom:24px;font-size:14px;color:#92400e}
.det-brand{font-size:12px;font-weight:700;color:var(--g);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.det-title{font-size:clamp(19px,2.5vw,26px);font-weight:800;line-height:1.3;letter-spacing:-.02em;margin-bottom:22px}
.det-features{background:var(--bg2);border-radius:12px;padding:18px 20px;margin-bottom:24px}
.det-features-label{font-size:11px;font-weight:700;color:var(--ink3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}
.det-features ul{list-style:none;display:flex;flex-direction:column;gap:7px}
.det-features li{display:flex;gap:8px;font-size:13px;color:var(--ink2);line-height:1.5}
.related-section{margin-top:48px;padding-top:48px;border-top:1px solid var(--line)}
.related-section h2{font-size:20px;font-weight:800;margin-bottom:24px}
.disc-badge,.det-disc-badge,.badge{position:absolute;top:14px;left:14px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:7px}

@media(max-width:900px){
  .product-hero{grid-template-columns:1fr;gap:24px}
  .det-grid{grid-template-columns:1fr}
  .det-sticky{position:static}
  .procons,.pros-cons{grid-template-columns:1fr}
  .pros-col{border-right:none;border-bottom:1px solid var(--line)}
  .scores-grid{grid-template-columns:1fr}
  .score-breakdown,.score-grid{grid-template-columns:1fr}
  .product-hero__image{max-width:400px;margin:0 auto;width:100%}
}

/* ── FIX SPECIFICI DA SCREENSHOT ── */

/* pv-score: layout con numero grande a sinistra */
.pv-score{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;margin-bottom:20px}
.pv-score__badge{display:flex;align-items:baseline;gap:4px;background:none;padding:0}
.pv-score__number{font-size:56px;font-weight:900;color:#16a34a;line-height:1}
.pv-score__label{font-size:16px;color:#9ca3af;font-weight:400}
.pv-score__text{font-size:14px;color:#374151;line-height:1.5}

/* price-block: sfondo grigio chiaro con padding */
.price-block{padding:20px 24px;background:#f9fafb;border-radius:14px;border:1.5px solid #e5e7eb;margin-bottom:20px}
.price-current{font-size:36px;font-weight:900;color:#111827;line-height:1;display:block;margin-bottom:6px}
.price-note{font-size:12px;color:#9ca3af;margin-top:4px}

/* product-card nelle related: immagine con aspect-ratio */
.related-products .product-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column}
.related-products .product-card:hover{border-color:#16a34a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.related-products .product-card img{width:100%;aspect-ratio:1;object-fit:contain;padding:16px;background:#f8fafc;display:block}
.related-products .product-card p, .related-products .product-card h3{padding:0 14px;font-size:13px;font-weight:600;line-height:1.4;color:#111827;margin:8px 0 4px}
.related-products .product-card .price{padding:0 14px 14px;font-size:16px;font-weight:800;color:#111827;display:block}

/* footer logo testo visibile */
.site-footer .logo-text, .ftr .hdr-logo-name{color:#fff !important}
.site-footer .logo-text strong, .ftr .hdr-logo-name em{color:#4ade80 !important;font-style:normal}

/* category cards: bordo e hover chiari */
.product-card, .pcard{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column}
.product-card:hover, .pcard:hover{border-color:#16a34a;transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.1)}

/* product-card immagine: sempre aspect-ratio 1 */
.product-card > a > img, .product-card img:first-child,
.product-card__img-wrap, .pcard-img, .pc-img{position:relative;background:#f8fafc;overflow:hidden;display:block}
.product-card__img-wrap{aspect-ratio:1}
.product-card__img-wrap img, .pcard-img img, .pc-img img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .25s;display:block}

/* score-breakdown barre */
.score-item{margin-bottom:12px}
.score-label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}
.score-label span:first-child{color:#6b7280;font-weight:500}
.score-label span:last-child{font-weight:700;color:#16a34a}
.score-bar{height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}
.score-bar__fill{height:100%;background:#16a34a;border-radius:3px;transition:width .4s}

/* review-section spacing */
.review-section{background:#f9fafb;border-radius:16px;padding:32px;margin:32px 0}
.review-title{font-size:20px;font-weight:800;margin-bottom:24px;letter-spacing:-.01em}
.review-intro{font-size:15px;line-height:1.85;color:#374151;margin-bottom:24px}
.review-body{font-size:14px;line-height:1.8;color:#374151}
.review-body p{margin-bottom:16px}

/* verdict box */
.verdict{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:24px;margin-top:24px}
.verdict__score{display:inline-flex;align-items:center;gap:8px;background:#16a34a;color:#fff;font-size:14px;font-weight:700;padding:6px 14px;border-radius:8px;margin-bottom:14px}

/* specs-table */
.specs-table { padding: 32px; margin-bottom: 40px; }
.specs-table tr:nth-child(even) td{background:#f9fafb}
.specs-table td{padding:12px 18px;border-bottom:1px solid #e5e7eb}
.specs-table td:first-child{font-weight:600;color:#6b7280;width:42%}
.specs-table tr:last-child td{border-bottom:none}

/* pros-cons spacing */
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}
.pros-cons__pros, .pros-cons__cons{padding:20px;border-radius:12px}
.pros-cons__pros{background:rgba(22,163,74,.06);border:1.5px solid rgba(22,163,74,.2)}
.pros-cons__cons{background:rgba(239,68,68,.04);border:1.5px solid rgba(239,68,68,.15)}
.pros-cons__pros h4{color:#16a34a;font-size:14px;font-weight:700;margin-bottom:14px}
.pros-cons__cons h4{color:#ef4444;font-size:14px;font-weight:700;margin-bottom:14px}
.pros-cons__pros ul, .pros-cons__cons ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.pros-cons__pros li, .pros-cons__cons li{font-size:14px;color:#374151;line-height:1.5;padding-left:20px;position:relative}
.pros-cons__pros li::before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:700}
.pros-cons__cons li::before{content:'✗';position:absolute;left:0;color:#ef4444;font-weight:700}

/* pv-score DEFINITIVO */
.pv-score { display: flex; align-items: center; gap: 20px; padding: 20px 24px; background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; margin-bottom: 20px; }
.pv-score__badge { display: flex; align-items: baseline; gap: 6px; background: none !important; padding: 0 !important; color: inherit !important; }
.pv-score__number { font-size: 56px !important; font-weight: 900 !important; color: #16a34a !important; line-height: 1; }
.pv-score__label { font-size: 16px; color: #9ca3af; }
.pv-score__text { font-size: 14px; color: #374151; line-height: 1.5; flex: 1; }
/* price-block */
.price-block { padding: 20px 24px; background: #f9fafb; border-radius: 14px; border: 1.5px solid #e5e7eb; margin-bottom: 20px; }
.price-current { font-size: 36px; font-weight: 900; color: #111827; line-height: 1; display: block; margin-bottom: 6px; }
.price-note { font-size: 12px; color: #9ca3af; }
/* related-products card stile corretto */
.related-products { margin-top: 48px; padding-top: 48px; border-top: 1px solid #e5e7eb; }
.related-products h2 { font-size: 22px; font-weight: 800; margin-bottom: 24px; }
.related-products .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; }
.related-products .product-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: all .2s; }
.related-products .product-card:hover { border-color: #16a34a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.related-products .product-card img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 16px; background: #f8fafc; display: block; }
/* score-breakdown */
.score-breakdown, .score-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 16px; margin-bottom: 28px; }
.score-item { display: flex; flex-direction: column; gap: 6px; }
.score-label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 4px; }
.score-val { font-size: 12px; font-weight: 700; color: #16a34a; }
.score-bar { height: 6px; background: #f3f4f6; border-radius: 3px; overflow: hidden; }
.score-bar__fill { height: 100%; background: #16a34a; border-radius: 3px; }
/* pros-cons */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.pros-cons__pros { padding: 20px; background: rgba(22,163,74,.06); border: 1.5px solid rgba(22,163,74,.2); border-radius: 12px; }
.pros-cons__cons { padding: 20px; background: rgba(239,68,68,.04); border: 1.5px solid rgba(239,68,68,.15); border-radius: 12px; }
.pros-cons__pros h4 { color: #16a34a; font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.pros-cons__cons h4 { color: #ef4444; font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.pros-cons__pros ul, .pros-cons__cons ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pros-cons__pros li, .pros-cons__cons li { font-size: 14px; color: #374151; line-height: 1.5; padding-left: 20px; position: relative; }
.pros-cons__pros li::before { content: '✓'; position: absolute; left: 0; color: #16a34a; font-weight: 700; }
.pros-cons__cons li::before { content: '✗'; position: absolute; left: 0; color: #ef4444; font-weight: 700; }
/* verdict */
.verdict { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 24px; margin-top: 24px; }
.verdict__score { display: inline-flex; align-items: center; gap: 8px; background: #16a34a; color: #fff; font-size: 14px; font-weight: 700; padding: 6px 14px; border-radius: 8px; margin-bottom: 14px; }
/* specs */
.specs-table { padding: 32px; margin-bottom: 40px; }
.specs-table tr:nth-child(even) td { background: #f9fafb; }
.specs-table td { padding: 12px 18px; border-bottom: 1px solid #e5e7eb; }
.specs-table td:first-child { font-weight: 600; color: #6b7280; width: 42%; }
/* footer logo */
.site-footer .logo-text, .ftr .hdr-logo-name { color: #fff !important; }
.site-footer .logo-text strong, .ftr .hdr-logo-name em { color: #4ade80 !important; font-style: normal; }
.footer-brand p, .ftr-desc { color: rgba(255,255,255,.35) !important; }

/* Fix padding categoria e footer */
.cat-layout { padding-bottom: 64px; }
main { padding-bottom: 0; }
/* Fix filtri sidebar - stili precisi */
.filters-box { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; overflow: hidden; }
.filters-top { padding: 13px 16px; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: space-between; }
.filters-top h3 { font-size: 13px; font-weight: 700; color: #111827; }
.filters-reset { font-size: 12px; color: #16a34a; font-weight: 600; background: none; border: none; cursor: pointer; text-decoration: none; }
.fg { border-bottom: 1px solid #f3f4f6; }
.fg:last-child { border-bottom: none; }
.fg-head { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; cursor: pointer; background: none; border: none; width: 100%; text-align: left; }
.fg-head span { font-size: 13px; font-weight: 600; color: #374151; }
.fg-body { padding: 4px 16px 14px; display: none; }
.fg.open .fg-body { display: block; }
.fopt { display: flex; align-items: center; gap: 8px; padding: 5px 0; cursor: pointer; }
.fopt input[type=checkbox] { width: 15px; height: 15px; accent-color: #16a34a; cursor: pointer; flex-shrink: 0; }
.fopt label { font-size: 13px; color: #374151; cursor: pointer; flex: 1; }
.price-inputs { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.price-inp { flex: 1; padding: 7px 10px; border: 1.5px solid #e5e7eb; border-radius: 8px; font-size: 13px; outline: none; min-width: 0; }
.price-inp:focus { border-color: #16a34a; }
.filter-btn { width: 100%; margin-top: 10px; padding: 9px; background: #16a34a; color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; }
/* Fix griglia prodotti - non attaccata ai bordi */  
.cat-layout > div:last-child { padding-bottom: 48px; }
/* Footer logo sempre visibile */
.site-footer .logo-text, .site-footer .hdr-logo-name { color: #fff !important; }
.site-footer .logo-text strong, .site-footer .hdr-logo-name em { color: #4ade80 !important; font-style: normal !important; }
.site-footer p, .footer-brand p { color: rgba(255,255,255,.35) !important; }






/* ═══ MOBILE MENU — stili base (fuori media query) ═══ */
.burger-btn { display: none; }
.mobile-menu {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 280px;
  background: #fff;
  z-index: 400;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
  box-shadow: 4px 0 24px rgba(0,0,0,.15);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 399;
}
.mobile-overlay.open { display: block; }
body.menu-open { overflow: hidden; }
.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  background: #fff;
}
.mobile-menu__head .hdr-logo-name { font-size: 16px; font-weight: 700; color: #111827; }
.mobile-menu__head .hdr-logo-name em { color: #16a34a; font-style: normal; }
.mobile-menu__close {
  background: none; border: none; font-size: 20px;
  color: #6b7280; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.mobile-menu__nav { padding: 8px 0 32px; }
.mobile-menu__section {
  font-size: 10px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #9ca3af;
  padding: 16px 18px 6px;
}
.mobile-menu__nav a {
  display: block;
  padding: 12px 18px;
  font-size: 15px; font-weight: 500; color: #374151;
  text-decoration: none; transition: background .15s;
  border-bottom: 1px solid #f9fafb;
}
.mobile-menu__nav a:hover { background: #f9fafb; color: #16a34a; }


/* ═══════════════════════ RESPONSIVE ═══════════════════════ */

/* 900px - tablet/small laptop */
@media (max-width: 900px) {
  .cat-layout { grid-template-columns: 1fr; }
  .filters-panel { position: static; }
  .product-hero { grid-template-columns: 1fr; gap: 24px; }
  .product-hero__image { max-width: 380px; margin: 0 auto; width: 100%; }
  .pros-cons { grid-template-columns: 1fr; }
  .score-breakdown, .score-grid { grid-template-columns: 1fr; }
  .footer-grid, .ftr-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .det-grid { grid-template-columns: 1fr; }
  .det-sticky { position: static; }
  .procons, .pros-cons { grid-template-columns: 1fr; }
  .pros-col { border-right: none; border-bottom: 1px solid #e5e7eb; }
  .scores-grid { grid-template-columns: 1fr; }
}

/* 768px - mobile */
@media (max-width: 768px) {

  /* HEADER */
  .hdr-nav { display: none; }
  .hdr-cmp { display: none; }
  .burger-btn { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    background: none;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 8px;
    padding: 8px;
  }
  .burger-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #374151;
    border-radius: 2px;
  }
  /* NASCONDI search su mobile - solo burger e logo */
  .hdr-search { display: none; }

  .container { padding: 0 16px; }

  /* HERO PRODOTTO */
  article.product-hero {
    display: block;
    padding: 20px 16px 28px;
  }
  .product-hero__image {
    max-width: 260px;
    margin: 0 auto 20px;
    width: 100%;
  }
  .product-hero__info { gap: 12px; }
  h1.product-title { font-size: 17px; line-height: 1.35; }
  .pv-score { padding: 14px 16px; }
  .pv-score__number { font-size: 40px; }
  .price-block { padding: 14px 16px; }
  span.price-current { font-size: 28px; }

  /* REVIEW */
  section.review-section { padding: 32px 32px 40px; }
  .review-intro { padding: 16px; font-size: 14px; }
  h2.review-title { font-size: 17px; }
  .review-body { font-size: 14px; }
  .pros-cons { display: flex; flex-direction: column; gap: 12px; }
  .pros-cons__pros, .pros-cons__cons { padding: 16px; }

  /* SPECS — padding corretto */
  .specs-table { padding: 32px; margin-bottom: 40px; }
  .specs-table h3 { font-size: 17px; }
  .specs-table table th,
  .specs-table table td { padding: 9px 10px; font-size: 12px; }
  .specs-table table th { width: 42%; }

  /* VERDICT — padding corretto */
  div.verdict { padding: 32px; margin-bottom: 40px; }
  .verdict__inner { padding: 20px; border-radius: 12px; }

  /* RELATED */
  section.related-products { padding: 28px 16px 60px; }
  section.related-products h2 { font-size: 18px; margin-bottom: 16px; }
  section.related-products .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  section.related-products .product-card > img { padding: 12px; }
  section.related-products .product-card .product-card__body { padding: 10px; }
  section.related-products .product-card .product-card__body h3 { font-size: 12px; }
  section.related-products .product-card .product-card__price { font-size: 13px; }

  /* CATEGORIA */
  .cat-hero { padding: 20px 0; }
  .cat-hero h1 { font-size: 20px; }
  .cat-layout { display: block; padding-top: 16px; padding-bottom: 40px; }
  aside.filters-panel { position: static; margin-bottom: 16px; }
  /* Filtri chiusi di default su mobile */
  aside.filters-panel .filter-group-body { display: none; }
  aside.filters-panel .filter-group.open .filter-group-body { display: block; }
  .cat-results-bar { margin-bottom: 14px; }

  /* SEARCH */
  div.pgrid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .pcard-body { padding: 10px; gap: 4px; }
  .pcard-body h3 { font-size: 12px; }
  .pcard-price { font-size: 13px; }

  /* FOOTER */
  footer.site-footer .footer-grid,
  footer .ftr-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ftr-brand { grid-column: 1 / -1; }
  .ftr-col a, .footer-links a { font-size: 12px; }
}

@media (max-width: 480px) {
  section.related-products .product-grid { grid-template-columns: 1fr 1fr; }
  footer.site-footer .footer-grid,
  footer .ftr-grid { grid-template-columns: 1fr; }
  div.pgrid { grid-template-columns: 1fr 1fr; }
  .product-hero__image { max-width: 220px; }
}

/* ═══ PRODUCT HERO — layout corretto con container ═══ */
article.product-hero {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
  padding: 32px 0 48px;
}
.product-hero__image {
  background: #f8fafc;
  border-radius: 20px;
  border: 1.5px solid #e5e7eb;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
}
.product-hero__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 8px;
}
section.review-section { padding: 32px 32px 40px; }
.specs-table { padding: 32px; margin-bottom: 40px; }
div.verdict { padding: 32px; margin-bottom: 40px; }
section.related-products {
  padding: 48px 0 80px;
  border-top: 1px solid #e5e7eb;
}

/* Mobile override per hero con container */
@media (max-width: 768px) {
  article.product-hero {
    display: block !important;
    padding: 20px 0 28px !important;
  }
  .product-hero__image {
    max-width: 260px !important;
    margin: 0 auto 20px !important;
    width: 100% !important;
  }
  section.review-section { padding: 32px 32px 40px; }
  .specs-table { padding: 32px; margin-bottom: 40px; }
  div.verdict { padding: 32px; margin-bottom: 40px; }
  section.related-products { padding: 28px 0 60px !important; }
}

/* ═══ TABELLA SPECS — padding interno ═══ */
.specs-table table { 
  border-collapse: collapse; 
  width: 100%; 
  border: 1.5px solid #e5e7eb; 
  border-radius: 12px; 
  overflow: hidden;
  font-size: 14px;
}
.specs-table table th { 
  padding: 13px 20px !important; 
  background: #f9fafb; 
  font-weight: 600; 
  color: #6b7280; 
  text-align: left; 
  border-bottom: 1px solid #e5e7eb;
  width: 38%;
  vertical-align: top;
}
.specs-table table td { 
  padding: 13px 20px !important; 
  border-bottom: 1px solid #f3f4f6; 
  color: #374151; 
  vertical-align: top;
}
.specs-table table tr:last-child th,
.specs-table table tr:last-child td { border-bottom: none; }
.specs-table table tr:nth-child(even) td { background: #fafafa; }
.specs-table h3 { 
  font-size: 20px; 
  font-weight: 800; 
  margin-bottom: 16px; 
  color: #111827; 
}

@media (max-width: 768px) {
  .specs-table table th,
  .specs-table table td { padding: 10px 14px !important; font-size: 13px !important; }
  .specs-table table th { width: 42% !important; }
}

/* ════════════════════════════════════════
   FIX COMPLETO — filtri + mobile overflow
   ════════════════════════════════════════ */

/* Fix overflow orizzontale su mobile */
html, body { overflow-x: hidden; max-width: 100%; }

/* Header — nascondi "Categorie" desktop link quando c'è burger */
@media (max-width: 768px) {
  .hdr-drop { display: none !important; }
}

/* ── FILTRI CATEGORIA — stili completi ── */
.filters-panel {
  position: sticky;
  top: 76px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
}
.filters-header {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-header h3 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
.filters-reset {
  font-size: 12px;
  color: #16a34a;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.filter-group {
  border-bottom: 1px solid #f3f4f6;
}
.filter-group:last-child { border-bottom: none; }
.filter-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  user-select: none;
  font-family: inherit;
  background: none;
  border: none;
  width: 100%;
}
.filter-group-header span {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.filter-group-header svg {
  color: #9ca3af;
  transition: transform .2s;
  flex-shrink: 0;
}
.filter-group.open .filter-group-header svg { transform: rotate(180deg); }
.filter-group-body {
  padding: 4px 16px 14px;
  display: none;
}
.filter-group.open .filter-group-body { display: block; }
.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  cursor: pointer;
}
.filter-option input[type=checkbox] {
  width: 15px;
  height: 15px;
  accent-color: #16a34a;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-option label {
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
.filter-option label span {
  font-size: 11px;
  color: #9ca3af;
  background: #f3f4f6;
  padding: 1px 6px;
  border-radius: 10px;
  flex-shrink: 0;
}
.price-range { padding: 4px 0; }
.price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.price-input {
  flex: 1;
  padding: 8px 10px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  transition: border-color .2s;
  min-width: 0;
  font-family: inherit;
}
.price-input:focus { border-color: #16a34a; }
.price-sep {
  font-size: 12px;
  color: #9ca3af;
  flex-shrink: 0;
}
.filter-apply-btn {
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  background: #16a34a;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
  font-family: inherit;
}
.filter-apply-btn:hover { background: #15803d; }
.cat-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.cat-results-count { font-size: 14px; color: #6b7280; }
.cat-results-count strong { color: #111827; font-weight: 700; }
.sort-select {
  padding: 8px 32px 8px 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
  cursor: pointer;
  color: #111827;
  font-family: inherit;
}
.sort-select:focus { border-color: #16a34a; }

/* Filtri chiusi di default su mobile */
@media (max-width: 768px) {
  .filters-panel { position: static; margin-bottom: 16px; }
  .filter-group-body { display: none !important; }
  .filter-group.open .filter-group-body { display: block !important; }
}

/* ═══ MOBILE FILTERS PANEL ═══ */
.mobile-filters-toggle {
  display: none;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  font-family: inherit;
  margin-bottom: 8px;
  transition: all .15s;
}
.mobile-filters-toggle:hover { border-color: #16a34a; color: #16a34a; }
.mobile-filters-toggle span { flex: 1; text-align: left; }
.mft-chevron { transition: transform .2s; color: #9ca3af; flex-shrink: 0; }
.mobile-filters-toggle.active .mft-chevron { transform: rotate(180deg); }

@media (max-width: 768px) {
  .mobile-filters-toggle { display: flex !important; }
  
  /* Pannello filtri nascosto di default su mobile */
  aside#filters-panel-aside {
    display: none;
    position: static !important;
    margin-bottom: 16px;
  }
  aside#filters-panel-aside.mobile-open {
    display: block !important;
  }
  
  /* Tutti i filter-group chiusi di default su mobile */
  .filter-group-body { display: none !important; }
  .filter-group.open .filter-group-body { display: block !important; }
}
