/* ============================================================
   qualecomprare.net — Stili pagine interne + slider home
   Carica DOPO styles.css
   ============================================================ */

/* ---------- Slider home full-width ---------- */
.hero-slider { position: relative; overflow: hidden; background: var(--ink); }
.hs-track { display: flex; transition: transform .6s cubic-bezier(.4, 0, .2, 1); }
.hs-slide { flex: 0 0 100%; position: relative; min-width: 100%; height: clamp(300px, 44vw, 500px); display: flex; align-items: center; }
.hs-slide .ph { position: absolute; inset: 0; border-radius: 0; background: repeating-linear-gradient(135deg, oklch(34% 0.02 250) 0 16px, oklch(30% 0.02 250) 16px 32px); color: oklch(58% 0.02 250); }
.hs-slide .ph::after { font-size: 13px; }
.hs-grad { position: absolute; inset: 0; background: linear-gradient(90deg, oklch(18% 0.03 255 / 0.92) 0%, oklch(18% 0.03 255 / 0.7) 38%, oklch(18% 0.03 255 / 0.15) 70%, transparent 100%); }
.hs-content { position: relative; color: #fff; }
.hs-content .hs-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: oklch(82% 0.09 255); background: oklch(40% 0.1 255 / 0.4); padding: 5px 11px; border-radius: 999px; }
.hs-content h2 { color: #fff; font-size: clamp(28px, 4.4vw, 52px); line-height: 1.04; margin-top: 16px; max-width: 16ch; }
.hs-content p { color: oklch(90% 0.01 255); font-size: clamp(15px, 1.7vw, 19px); margin-top: 14px; max-width: 46ch; }
.hs-content .btn { margin-top: 24px; }
.hs-prev, .hs-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 46px; height: 46px; border-radius: 999px; border: 0; background: oklch(100% 0 0 / 0.16); color: #fff; display: grid; place-items: center; backdrop-filter: blur(6px); transition: background .15s; }
.hs-prev:hover, .hs-next:hover { background: oklch(100% 0 0 / 0.3); }
.hs-prev { left: clamp(10px, 2vw, 24px); }
.hs-next { right: clamp(10px, 2vw, 24px); }
.hs-prev svg, .hs-next svg { width: 22px; height: 22px; }
.hs-dots { position: absolute; bottom: 18px; left: 0; right: 0; display: flex; gap: 8px; justify-content: center; z-index: 3; }
.hs-dots button { width: 9px; height: 9px; border-radius: 999px; border: 0; background: oklch(100% 0 0 / 0.4); padding: 0; transition: width .2s, background .2s; cursor: pointer; }
.hs-dots button.active { width: 26px; background: #fff; }
@media (max-width: 760px) {
  .hs-grad { background: linear-gradient(0deg, oklch(18% 0.03 255 / 0.92) 0%, oklch(18% 0.03 255 / 0.45) 60%, oklch(18% 0.03 255 / 0.25) 100%); }
  .hs-slide { align-items: flex-end; padding-bottom: 40px; }
  .hs-prev, .hs-next { display: none; }
}

/* ---------- Breadcrumb ---------- */
.breadcrumb { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--accent-ink); }
.breadcrumb span[aria-current] { color: var(--ink); font-weight: 600; }
.breadcrumb svg { width: 14px; height: 14px; color: var(--faint); flex: none; }

/* ---------- Page head ---------- */
.page-head { padding-block: clamp(22px, 3vw, 34px) 0; }
.page-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.page-head h1 { font-size: clamp(26px, 3.4vw, 40px); }
.page-head .page-sub { color: var(--muted); margin-top: 10px; font-size: 16px; max-width: 64ch; }

/* ---------- Listing: layout filtri + risultati ---------- */
.listing { display: grid; grid-template-columns: 264px 1fr; gap: 30px; align-items: start; padding-top: 26px; }
.filters { position: sticky; top: 150px; display: flex; flex-direction: column; gap: 6px; }
.filter-block { border-bottom: 1px solid var(--border); padding: 16px 2px; }
.filter-block:first-child { padding-top: 0; }
.filter-block h3 { font-size: 14px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.filter-opt { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; color: var(--ink-2); cursor: pointer; }
.filter-opt input { width: 17px; height: 17px; accent-color: var(--accent); cursor: pointer; }
.filter-opt .fo-count { margin-left: auto; color: var(--faint); font-size: 12.5px; }
.filter-opt:hover { color: var(--ink); }
.price-range { display: flex; align-items: center; gap: 10px; }
.price-range input { width: 100%; }
.price-inputs { display: flex; gap: 8px; margin-top: 10px; }
.price-inputs input { width: 100%; border: 1px solid var(--border-2); border-radius: var(--r-sm); padding: 8px 10px; font-family: inherit; font-size: 13px; }
.filter-stars { display: flex; flex-direction: column; gap: 2px; }

.results-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.results-top .rt-count { font-size: 14px; color: var(--muted); }
.results-top .rt-count b { color: var(--ink); }
.toolbar { display: flex; align-items: center; gap: 10px; }
.sort-select { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border-2); border-radius: 999px; padding: 8px 14px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: var(--surface); }
.sort-select select { border: 0; background: transparent; font-family: inherit; font-weight: 600; font-size: 13.5px; color: var(--ink); outline: none; }
.view-toggle { display: inline-flex; border: 1px solid var(--border-2); border-radius: 999px; overflow: hidden; }
.view-toggle button { border: 0; background: var(--surface); padding: 8px 11px; color: var(--muted); display: grid; place-items: center; }
.view-toggle button.active { background: var(--accent-soft); color: var(--accent-ink); }
.view-toggle button svg { width: 18px; height: 18px; }

.active-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.active-filters .fchip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; background: var(--accent-soft); color: var(--accent-ink); border-radius: 999px; padding: 6px 8px 6px 12px; }
.active-filters .fchip button { border: 0; background: oklch(60% 0.1 255 / 0.18); color: var(--accent-ink); width: 18px; height: 18px; border-radius: 999px; display: grid; place-items: center; font-size: 12px; line-height: 1; }
.active-filters .fclear { font-size: 13px; font-weight: 600; color: var(--muted); align-self: center; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* card prodotto: flag sconto */
.pcard-media { position: relative; }
.pcard-flag { position: absolute; top: 10px; left: 10px; z-index: 2; }
/* hover card prodotto: bordo blu (accent) per dare risalto */
.pcard:hover { border-color: var(--accent); }
/* badge sconto spostato a livello prezzo (non più sull'immagine) */
.pcard-price .price-row { display: inline-flex; align-items: center; gap: 8px; margin-top: 2px; }
.pcard-price .pcard-flag { position: static; top: auto; left: auto; }

/* ---------- Pagination ---------- */
.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 34px; }
.pagination a, .pagination span { min-width: 40px; height: 40px; padding: 0 10px; border-radius: var(--r-sm); display: grid; place-items: center; font-weight: 600; font-size: 14px; border: 1px solid var(--border); background: var(--surface); color: var(--ink-2); }
.pagination a:hover { border-color: var(--accent); color: var(--accent-ink); }
.pagination .current { background: var(--accent); border-color: var(--accent); color: #fff; }
.pagination .gap { border: 0; background: transparent; }

/* ---------- Mobile filtri ---------- */
.filters-toggle { display: none; }
@media (max-width: 900px) {
  .listing { grid-template-columns: 1fr; }
  .filters { position: static; display: none; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; background: var(--surface); }
  .filters.open { display: flex; }
  .filters-toggle { display: inline-flex; align-items: center; gap: 8px; }
  .product-grid, .product-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .product-grid, .product-grid.cols-4 { grid-template-columns: 1fr; gap: 14px; }
}

/* ============================================================
   Scheda prodotto
   ============================================================ */
.prod-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 22px; align-items: start; }
.gallery { display: grid; grid-template-columns: 76px 1fr; gap: 14px; }
.gallery .g-main { aspect-ratio: 1; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.gallery .g-main .ph { height: 100%; border-radius: 0; }
.gallery .g-thumbs { display: flex; flex-direction: column; gap: 10px; }
.gallery .g-thumb { aspect-ratio: 1; border: 1.5px solid var(--border); border-radius: var(--r-sm); overflow: hidden; cursor: pointer; }
.gallery .g-thumb.active { border-color: var(--accent); }
/* immagini cliccabili → offerta affiliata + lente in sovrimpressione */
.gallery .g-main .g-main-link { display: block; width: 100%; height: 100%; position: relative; cursor: zoom-in; }
.gallery .g-main .g-zoom { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(.85); width: 56px; height: 56px; border-radius: 999px; background: oklch(20% 0.02 250 / .55); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .18s ease, transform .18s ease; pointer-events: none; backdrop-filter: blur(2px); }
.gallery .g-main .g-main-link:hover .g-zoom { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.gallery .g-thumb { display: block; text-decoration: none; }
.gallery .g-thumb .ph { height: 100%; border-radius: 0; }
.gallery .g-thumb .ph::after { font-size: 9px; }

.prod-info .prod-brand { font-size: 13px; font-weight: 700; color: var(--accent-ink); text-transform: uppercase; letter-spacing: 0.04em; }
.prod-info h1 { font-size: clamp(24px, 3vw, 34px); margin-top: 8px; line-height: 1.12; }
.prod-info .prod-meta { display: flex; align-items: center; gap: 16px; margin-top: 12px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.best-box { margin-top: 22px; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; background: var(--surface); box-shadow: var(--shadow-sm); }
.best-box .bb-label { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.best-box .bb-price { display: flex; align-items: baseline; gap: 12px; margin-top: 6px; }
.best-box .bb-price .price { font-size: 40px; color: var(--ink); }
.best-box .bb-shop { margin-top: 4px; font-size: 14px; color: var(--ink-2); }
.best-box .bb-shop b { color: var(--ink); }
.best-box .bb-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.best-box .bb-actions .btn { flex: 1; min-width: 160px; }
.prod-points { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 8px; }
.prod-points li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-2); }
.prod-points li svg { width: 18px; height: 18px; color: var(--save); flex: none; }

/* tabella offerte */
.offers-table { border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.offer-row { display: grid; grid-template-columns: 150px 1fr 150px 170px; gap: 16px; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--border); position: relative; }
/* Stretched link: il CTA copre l'intera riga, così il click ovunque segue il
   link vero e il browser mostra l'URL affiliato nella status bar in hover. */
.offer-row .offer-cta a.btn::after { content: ''; position: absolute; inset: 0; }
.offer-row:last-child { border-bottom: 0; }
.offer-row.best { background: var(--save-soft); }
.offer-shop { display: flex; flex-direction: column; gap: 4px; }
.offer-shop .os-logo { font-weight: 800; font-size: 16px; letter-spacing: -0.01em; color: var(--ink); }
.offer-shop .os-rating { font-size: 12px; color: var(--muted); }
.offer-detail { font-size: 13px; color: var(--muted); display: flex; flex-direction: column; gap: 3px; }
.offer-detail .od-avail { color: var(--save); font-weight: 600; }
.offer-price { text-align: right; }
.offer-price .price { font-size: 22px; }
.offer-price .op-ship { font-size: 12px; color: var(--muted); margin-top: 2px; }
.offer-cta { text-align: right; }
.offer-cta .btn { width: 100%; }
.offer-cta .best-tag { display: block; font-size: 11px; font-weight: 700; color: var(--save); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
@media (max-width: 760px) {
  .prod-top { grid-template-columns: 1fr; gap: 24px; }
  .offer-row { grid-template-columns: 1fr auto; grid-template-areas: 'shop price' 'detail cta'; row-gap: 10px; }
  .offer-shop { grid-area: shop; } .offer-price { grid-area: price; } .offer-detail { grid-area: detail; } .offer-cta { grid-area: cta; }
  .offer-cta .btn { width: auto; }
}

/* price history placeholder */
.price-hist { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; background: var(--surface); }
.price-hist .ph { height: 160px; }

/* ============================================================
   Brand header
   ============================================================ */
.brand-head { display: flex; align-items: center; gap: 24px; padding: 26px; border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--surface); margin-top: 8px; }
.brand-head .bh-logo { width: 120px; height: 120px; flex: none; }
.brand-head .bh-logo .ph { height: 100%; }
.brand-head h1 { font-size: clamp(26px, 3.4vw, 38px); }
.brand-head p { color: var(--muted); margin-top: 8px; max-width: 64ch; }
.brand-head .bh-stats { display: flex; gap: 24px; margin-top: 14px; }
.brand-head .bh-stats b { display: block; font-size: 20px; }
.brand-head .bh-stats span { font-size: 13px; color: var(--muted); }
@media (max-width: 600px) { .brand-head { flex-direction: column; text-align: center; align-items: center; } .brand-head .bh-stats { justify-content: center; } }

/* category subcats grid */
.subcat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.subcat { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); font-weight: 600; font-size: 14.5px; }
.subcat:hover { border-color: var(--accent); color: var(--accent-ink); }
.subcat .ph { width: 40px; height: 40px; flex: none; border-radius: 9px; }
@media (max-width: 900px) { .subcat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .subcat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Articolo (blog dettaglio)
   ============================================================ */
.article-hero { padding-top: 22px; }
.article-hero .ah-cat { font-size: 13px; font-weight: 700; color: var(--accent-ink); text-transform: uppercase; letter-spacing: 0.06em; }
.article-hero h1 { font-size: clamp(28px, 4vw, 46px); margin-top: 12px; line-height: 1.08; }
.article-hero .ah-meta { display: flex; align-items: center; gap: 14px; margin-top: 16px; color: var(--muted); font-size: 14px; flex-wrap: wrap; }
.article-hero .ah-img { aspect-ratio: 16/7; margin-top: 22px; border-radius: var(--r-xl); overflow: hidden; }
.article-hero .ah-img .ph { height: 100%; border-radius: 0; }

.article-layout { display: grid; grid-template-columns: 1fr 280px; gap: 44px; padding-top: 36px; align-items: start; }
.prose { max-width: none; }
.prose > * + * { margin-top: 18px; }
.prose p { font-size: 17px; line-height: 1.7; color: var(--ink-2); }
.prose h2 { font-size: 26px; margin-top: 36px; }
.prose h3 { font-size: 20px; margin-top: 28px; }
.prose ul, .prose ol { margin: 0; padding-left: 22px; color: var(--ink-2); font-size: 17px; line-height: 1.7; }
.prose ul li, .prose ol li { margin-top: 8px; }
.prose blockquote { border-left: 3px solid var(--accent); padding: 4px 0 4px 20px; color: var(--ink); font-size: 19px; font-weight: 500; }
.prose .inline-product { display: flex; align-items: center; gap: 16px; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px; background: var(--surface-2); }
.prose .inline-product .ph { width: 80px; height: 80px; flex: none; }
.prose .inline-product .ip-body { flex: 1; }
.prose .inline-product .ip-body b { display: block; font-size: 16px; }
.prose .inline-product .ip-body span { font-size: 13px; color: var(--muted); }
/* Link interni nel contenuto (hub/silo): in grassetto col colore del testo, arancione su hover */
.prose a { color: inherit; text-decoration: none; transition: color .15s ease; }
.prose a:hover, .prose a:focus { color: oklch(64% 0.19 47); text-decoration: underline; }

.article-aside { position: sticky; top: 150px; display: flex; flex-direction: column; gap: 22px; }
.toc { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; background: var(--surface); }
.toc h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 12px; }
.toc a { display: block; font-size: 14px; color: var(--ink-2); padding: 5px 0; }
.toc a:hover { color: var(--accent-ink); }
.author-box { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; background: var(--surface); display: flex; gap: 12px; align-items: center; }
.author-box .ph { width: 48px; height: 48px; flex: none; border-radius: 999px; }
.author-box .ph::after { display: none; }
.author-box b { display: block; font-size: 14px; }
.author-box span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 900px) { .article-layout { grid-template-columns: 1fr; } .article-aside { position: static; flex-direction: row; flex-wrap: wrap; } .toc { display: none; } }

/* Prodotti Amazon iniettati nel contenuto del post (dopo i marker parag_N) */
.article-products { margin: 32px 0; padding: 24px; border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--surface-2); }
.article-products .ap-head { margin-bottom: 18px; }
.article-products .ap-head .eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--accent-ink); }
.article-products .ap-head h2 { font-size: 22px; margin-top: 4px; }
.prose .article-products .product-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }

/* Formato lista espanso (secondo blocco) */
.product-list { display: flex; flex-direction: column; gap: 14px; }
.prow { display: grid; grid-template-columns: 132px 1fr auto; gap: 18px; align-items: center; padding: 16px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); transition: border-color .15s, box-shadow .15s; }
.prow:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); }
/* Intera riga cliccabile (site.js delega il click alla CTA) */
.prow-clickable { cursor: pointer; }
.prow-media { position: relative; aspect-ratio: 1/1; width: 132px; border-radius: 12px; overflow: hidden; background: var(--surface-2); }
.prow-media img { width: 100%; height: 100%; object-fit: contain; }
.prow-media .ph { height: 100%; border-radius: 0; }
.prow-rank { position: absolute; top: 6px; left: 6px; z-index: 2; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #fff; background: var(--ink); border-radius: 999px; }
.prow-media .pcard-flag { position: absolute; top: 6px; right: 6px; }
.prow-body { min-width: 0; }
.prow-body .pcard-brand { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.prow-title { display: block; font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.3; margin: 3px 0 6px; }
.prow-title:hover { color: var(--accent-ink); }
.article-products .prow-feats { margin: 8px 0 0; padding-left: 18px; font-size: 13px; }
.article-products .prow-feats li { font-size: 13px; color: var(--ink-2); line-height: 1.45; margin-top: 2px; }
/* neutralizza gli stili link/lista di .prose sui componenti prodotto iniettati */
.prose .article-products a:hover, .prose .article-products a:focus { text-decoration: none; }
.prose .article-products .prow-title:hover { color: var(--accent-ink); }
.prose .article-products .btn-primary { color: #fff; }
.prow-aside { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; min-width: 130px; }
.prow-price .price-from { display: block; font-size: 11px; color: var(--muted); }
.prow-price .price { display: block; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.prow-price .price-strike { font-size: 13px; }
.prow-price .offers-count { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.prow-cta { white-space: nowrap; }
@media (max-width: 560px) {
  /* tutto impilato verticalmente: immagine, dati, prezzo, CTA uno sotto l'altro */
  .prow { grid-template-columns: 1fr; gap: 14px; align-items: stretch; text-align: left; }
  .prow-media { width: 100%; aspect-ratio: 16/10; }
  .prow-aside { align-items: stretch; text-align: left; min-width: 0; gap: 12px; border-top: 1px solid var(--border); padding-top: 14px; }
  .prow-cta { width: 100%; text-align: center; }
}

/* Riepilogo marchi + categorie (sostituisce i "prodotti citati") */
.product-terms { display: flex; flex-direction: column; gap: 18px; }
.pt-group { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 14px; }
.pt-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); flex: none; }
.pt-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pt-chip { display: inline-flex; align-items: center; font-size: 13.5px; font-weight: 600; color: var(--ink); padding: 6px 14px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); transition: border-color .15s, color .15s, box-shadow .15s; }
a.pt-chip:hover { border-color: var(--accent); color: var(--accent-ink); box-shadow: var(--shadow-sm); }

/* Link categorie nella sidebar della pagina brand */
.cat-links { display: flex; flex-direction: column; gap: 2px; }
.filter-link { display: flex; justify-content: space-between; align-items: center; gap: 8px; text-decoration: none; color: var(--ink-2); border-radius: 8px; padding: 7px 8px; font-size: 14px; transition: background .15s, color .15s; }
.filter-link:hover { background: var(--surface-2); color: var(--accent-ink); }

/* Grafico andamento prezzo (SVG) nella scheda prodotto */
.price-chart { width: 100%; height: auto; display: block; overflow: visible; }
.price-chart .pc-area { fill: var(--accent-soft); opacity: .65; }
.price-chart .pc-line { fill: none; stroke: var(--accent); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.price-chart .pc-dot-min { fill: oklch(64% 0.16 152); stroke: #fff; stroke-width: 2; }
.price-chart .pc-dot-last { fill: var(--accent); stroke: #fff; stroke-width: 2; }
.price-chart .pc-lbl { fill: var(--muted); font-size: 13px; text-anchor: middle; }
.pt-chip-cat { color: var(--accent-ink); border-color: var(--accent-soft); background: var(--accent-soft); }

/* blog category cards */
.blogcat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.blogcat { padding: 20px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); transition: border-color .15s, box-shadow .15s, transform .15s; }
.blogcat:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.blogcat b { font-size: 16px; display: block; }
.blogcat p { font-size: 13px; color: var(--muted); margin-top: 6px; }
.blogcat .bc-count { font-size: 12px; color: var(--accent-ink); font-weight: 700; margin-top: 12px; display: inline-block; }
@media (max-width: 900px) { .blogcat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   Pagina fissa (chi siamo / come funziona) + FAQ
   ============================================================ */
.page-hero { background: radial-gradient(110% 100% at 50% 0%, var(--accent-soft), transparent 60%); border-bottom: 1px solid var(--border); padding-block: clamp(36px, 5vw, 64px); text-align: center; }
.page-hero h1 { font-size: clamp(30px, 4.4vw, 50px); max-width: 18ch; margin-inline: auto; }
.page-hero p { color: var(--muted); font-size: 18px; margin-top: 16px; max-width: 56ch; margin-inline: auto; }
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-band .sb { text-align: center; padding: 24px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); }
.stat-band .sb b { display: block; font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -0.02em; color: var(--accent-ink); }
.stat-band .sb span { font-size: 14px; color: var(--muted); }
.faq { max-width: 760px; margin-inline: auto; }
.faq details { border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); margin-top: 10px; overflow: hidden; }
.faq summary { padding: 16px 18px; font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 22px; color: var(--accent); font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { padding: 0 18px 18px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.prose-page { max-width: 760px; margin-inline: auto; }
.prose-page > * + * { margin-top: 18px; }
.prose-page p { font-size: 17px; line-height: 1.7; color: var(--ink-2); }
.prose-page h2 { font-size: 26px; margin-top: 34px; }
@media (max-width: 760px) { .stat-band { grid-template-columns: 1fr 1fr; } }
