/* ── Filtri ─────────────────────────────────────────────────── */
.slay { display: grid; grid-template-columns: 240px 1fr; gap: 26px; align-items: start; }
.filt { background: var(--wht); border: 1px solid var(--gm); border-radius: var(--r); padding: 22px; position: sticky; top: calc(var(--hdr) + 16px); }
.filt h3 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.fg { margin-bottom: 18px; }
.fg label { font-size: 11px; font-weight: 600; color: var(--gt); text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 7px; }
.fck { display: inline-flex; align-items: center; padding: 5px 10px; border: 1px solid var(--gm); border-radius: 6px; font-size: 12px; font-weight: 500; cursor: pointer; margin: 2px; transition: all .2s; background: var(--wht); font-family: 'DM Sans',sans-serif; }
.fck:hover, .fck.on { background: var(--y); border-color: var(--y); color: var(--blk); font-weight: 700; }
.fpr { width: 100%; accent-color: var(--y); cursor: pointer; }
.fck-check { display: flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; }
.fck-check input { accent-color: var(--y); width: 15px; height: 15px; cursor: pointer; }

/* ── Griglia prodotti ───────────────────────────────────────── */
.sgrd { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sgrd.is-loading { opacity: .5; pointer-events: none; transition: opacity .2s; }
.cat-section { padding: 36px 0 80px; }
.cat-empty { padding: 48px 0; text-align: center; color: var(--gt); font-size: 15px; }
.load-more-wrap { text-align: center; margin-top: 36px; }
#btn-load-more { min-width: 180px; justify-content: center; }

/* ── Product card ───────────────────────────────────────────── */
.pc { background: var(--wht); border-radius: var(--r); border: 1px solid var(--gm); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; display: flex; flex-direction: column; }
.pc:hover { transform: translateY(-7px) scale(1.01); box-shadow: var(--sh); border-color: rgba(255,215,0,.38); }
.pc:active { transform: scale(.98); }
.pc-link { display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; }
.pi { height: 168px; display: flex; align-items: center; justify-content: center; position: relative; padding: 20px; overflow: hidden; }
.pc-img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s var(--ease); position: relative; z-index: 1; }
.pc:hover .pc-img { transform: scale(1.06) translateY(-4px); }
.pc-img-placeholder { width: 128px; }
.pinfo { padding: 15px; flex: 1; display: flex; flex-direction: column; }
.pname { font-size: 14px; font-weight: 700; margin-bottom: 5px; line-height: 1.3; }
.pspec { font-size: 12px; color: var(--gt); margin-bottom: 11px; line-height: 1.5; flex: 1; }
.pgrade { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; color: #2e7d32; background: #e8f5e9; padding: 2px 8px; border-radius: 4px; margin-bottom: 11px; width: fit-content; }
.pftr { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.ppr { font-size: 20px; font-weight: 800; letter-spacing: -.5px; }
.ppr small { font-size: 11px; font-weight: 400; color: var(--gt); display: block; line-height: 1; }
.btnc { background: var(--y); border: none; color: var(--blk); padding: 7px 13px; border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s; font-family: 'DM Sans',sans-serif; }
.btnc:hover { transform: scale(1.06); }

/* ── Buttons ────────────────────────────────────────────────── */
.bp { background: var(--y); color: var(--blk); border: none; padding: 14px 26px; border-radius: var(--rb); font-family: 'DM Sans',sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 20px rgba(255,215,0,.22); transition: transform .25s, box-shadow .25s; }
.bp:hover { transform: scale(1.04); box-shadow: 0 6px 28px rgba(255,215,0,.38); }
.bp:active { transform: scale(.97); }
.bs { background: transparent; color: var(--ink); border: 1.5px solid var(--gm); padding: 13px 26px; border-radius: var(--rb); font-family: 'DM Sans',sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .25s; }
.bs:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.prod-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.prod-cta .bp, .prod-cta .bs { flex: 1 1 auto; justify-content: center; }
.prod-wa { background: #25d366 !important; box-shadow: 0 4px 20px rgba(37,211,102,.25) !important; color: #fff !important; }
.prod-wa:hover { background: #1fb855 !important; box-shadow: 0 6px 28px rgba(37,211,102,.4) !important; transform: scale(1.03); }

/* ── Single: specs + badges + why ──────────────────────────── */
.prod-specs-quick { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.psq-item { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--ink); background: var(--gl); border: 1px solid var(--gm); padding: 5px 10px; border-radius: 6px; }
.prod-warranty-box, .prod-eco-box { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border-radius: 8px; margin-top: 10px; font-size: 12px; }
.prod-warranty-box { background: rgba(255,215,0,.07); border: 1px solid rgba(255,215,0,.22); }
.prod-warranty-box svg { color: var(--yd); flex-shrink: 0; margin-top: 2px; }
.prod-warranty-box strong { font-size: 12px; color: var(--yd); }
.prod-warranty-box p { color: var(--gt); margin-top: 2px; }
.prod-eco-box { background: rgba(46,125,50,.05); border: 1px solid rgba(46,125,50,.18); }
.prod-eco-box svg { color: #2e7d32; flex-shrink: 0; margin-top: 2px; }
.prod-eco-box strong { font-size: 12px; color: #2e7d32; }
.prod-eco-box p { color: var(--gt); margin-top: 2px; }
.prod-specs-section { padding: 0 0 72px; }
.prod-specs-table { margin-top: 28px; border: 1px solid var(--gm); border-radius: var(--r); overflow: hidden; }
.spec-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--gm); }
.spec-row:last-child { border-bottom: none; }
.spec-row:nth-child(even) { background: var(--gl); }
.spec-row dt { padding: 12px 18px; font-size: 13px; font-weight: 600; color: var(--gt); border-right: 1px solid var(--gm); }
.spec-row dd { padding: 12px 18px; font-size: 13px; font-weight: 500; }

/* ── Why cards ──────────────────────────────────────────────── */
.why-sec { background: #f8f8f6; padding: 72px 0; border-top: 1px solid var(--gm); }
.wgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 36px; }
.wcard { background: var(--wht); border-radius: var(--r); padding: 26px 22px; box-shadow: var(--sc); border: 1px solid transparent; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.wcard:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: rgba(255,215,0,.28); }
.wicon { width: 46px; height: 46px; background: var(--y); border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background .3s; }
.wcard:hover .wicon { background: var(--yd); }
.wcard h3 { font-size: 15px; font-weight: 700; margin-bottom: 7px; }
.wcard p { font-size: 13px; color: var(--gt); line-height: 1.6; }

/* ── Footer ─────────────────────────────────────────────────── */
#footer { background: var(--blk); color: rgba(255,255,255,.7); padding: 56px 0 0; border-top: 1px solid rgba(255,255,255,.07); }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.ft-logo { display: inline-block; margin-bottom: 0; }
.ft-logo-img { height: 47px; width: auto; display: block; margin-bottom: 14px; }
.ft-brand p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.45); max-width: 300px; margin-top: 12px; }
.ft-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ft-col a { font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.ft-col a:hover { color: var(--y); }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
.ft-bottom p { font-size: 12px; color: rgba(255,255,255,.3); }

/* ── Section base ───────────────────────────────────────────── */
section { padding: 84px 0; }

/* ── Marquee ────────────────────────────────────────────────── */
.mqstrip { background: var(--y); overflow: hidden; padding: 11px 0; position: relative; z-index: 10; }
.mqin { display: flex; white-space: nowrap; animation: mq 22s linear infinite; }
.mqitem { font-size: 13px; font-weight: 700; color: var(--blk); padding: 0 28px; display: flex; align-items: center; gap: 9px; flex-shrink: 0; letter-spacing: .2px; }
.mqitem .mqdot { opacity: .4; flex-shrink: 0; }
@keyframes mq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── Counter ────────────────────────────────────────────────── */
.ctr-sec { background: var(--y); padding: 62px 0; }
.cgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.cn { font-size: clamp(36px,4vw,52px); font-weight: 800; color: var(--blk); letter-spacing: -2px; }
.cl { font-size: 13px; font-weight: 600; color: rgba(0,0,0,.5); margin-top: 4px; }

/* ── Bestsellers ────────────────────────────────────────────── */
#bestseller { padding: 84px 0; }
.phdr { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 38px; gap: 16px; flex-wrap: wrap; }
.pgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

/* ── Services page ──────────────────────────────────────────── */
.swtab-wrap { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 36px 0 0; }
.swtab { background: var(--wht); border: 2px solid var(--gm); border-radius: var(--r); padding: 18px 12px; cursor: pointer; transition: all .28s var(--ease); font-family: 'DM Sans',sans-serif; color: var(--ink); text-align: center; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.swtab:hover { border-color: rgba(255,215,0,.4); transform: translateY(-2px); }
.swtab.on { border-color: var(--y); font-weight: 800; box-shadow: 0 4px 20px rgba(255,215,0,.18); }
.stab-ico { width: 24px; height: 24px; display: block; stroke: var(--gt); transition: stroke .25s; }
.swtab:hover .stab-ico, .swtab.on .stab-ico { stroke: var(--yd); }
.rpgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.rpc { background: var(--wht); border: 1px solid var(--gm); border-radius: var(--r); padding: 22px; transition: box-shadow .3s, border-color .3s, transform .35s var(--ease); }
.rpc:hover { box-shadow: var(--sh); border-color: var(--y); transform: translateY(-4px); }
.rpc .ic { width: 30px; height: 30px; margin-bottom: 12px; display: block; stroke: var(--ink); transition: transform .3s; }
.rpc:hover .ic { transform: scale(1.1) rotate(-5deg); stroke: var(--yd); }
.rpc h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.rpc p { font-size: 13px; color: var(--gt); line-height: 1.6; }
.svc-simple-panel { animation: fadeTab .3s var(--ease); }
@keyframes fadeTab { 0% { opacity:0; transform: translateY(8px); } 100% { opacity:1; transform: none; } }
.cart-box { margin-top: 28px; background: rgba(255,215,0,.07); border: 1.5px solid rgba(255,215,0,.28); border-radius: var(--r); padding: 24px; display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }
.cart-icon { width: 42px; height: 42px; background: var(--y); border-radius: 50%; flex-shrink: 0; margin-top: 4px; display: flex; align-items: center; justify-content: center; }
.cart-body { flex: 1; min-width: 200px; }
.cart-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--yd); margin-bottom: 6px; }
.cart-title { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.cart-body p { font-size: 13px; color: var(--gt); line-height: 1.6; margin: 0; }

/* ── About page ─────────────────────────────────────────────── */
.timeline-card { background: var(--wht); border-radius: var(--r); padding: 32px; box-shadow: var(--sh); }
.timeline-ttl { font-size: 12px; font-weight: 700; color: var(--gt); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.timeline-list { border-left: 2px solid var(--y); padding-left: 18px; }
.tl-item { padding-bottom: 20px; }
.tl-year { font-size: 11px; font-weight: 700; color: var(--yd); }
.tl-name { font-size: 14px; font-weight: 700; margin: 3px 0; }
.tl-desc { font-size: 13px; color: var(--gt); }
.vgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 42px; }
.vc { text-align: center; padding: 30px 18px; border-radius: var(--r); border: 1px solid var(--gm); transition: box-shadow .3s, border-color .3s, transform .35s var(--ease); }
.vc:hover { box-shadow: var(--sh); border-color: var(--y); transform: translateY(-5px); }
.vc .ic { width: 36px; height: 36px; margin: 0 auto 13px; display: block; stroke: var(--ink); }
.vc h3 { font-size: 16px; font-weight: 800; margin-bottom: 7px; }
.vc p { font-size: 13px; color: var(--gt); line-height: 1.65; }

/* ── Chi Siamo Hero ─────────────────────────────────────────── */
.abhero { background: var(--gl); position: relative; overflow: hidden; padding-top: 68px; padding-bottom: 84px; }
.abhpx { position: absolute; inset: -40px; background: radial-gradient(ellipse 40% 55% at 100% 0%, rgba(255,215,0,.07) 0%, transparent 60%); pointer-events: none; }
.abin { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.abtxt h1 { font-size: clamp(28px,4vw,44px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 16px; margin-top: 14px; }
.abtxt p { font-size: 15px; color: var(--gt); line-height: 1.7; margin-bottom: 13px; }
.chi-gallery-section { padding: 0 0 76px; background: var(--gl); }
.chi-gallery { display: grid; grid-template-columns: minmax(0,1fr) 150px; gap: 16px; align-items: stretch; }
.chi-gallery-main { position: relative; min-height: 430px; border-radius: var(--r); overflow: hidden; background: var(--blk); box-shadow: var(--sh); }
.chi-gallery-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.025); transition: opacity .45s var(--ease), transform .75s var(--ease); }
.chi-gallery-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.chi-gallery-open { position: relative; display: block; width: 100%; height: 100%; border: 0; padding: 0; background: var(--blk); cursor: zoom-in; overflow: hidden; }
.chi-gallery-open:focus-visible { outline: 3px solid var(--y); outline-offset: -6px; }
.chi-gallery-bg { position: absolute; inset: -22px; width: calc(100% + 44px); height: calc(100% + 44px); object-fit: cover; filter: blur(24px); opacity: .55; transform: scale(1.04); }
.chi-gallery-img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; display: block; }
.chi-gallery-pbar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; height: 3px; background: rgba(255,255,255,.25); }
.chi-gallery-pfill { display: block; width: calc(var(--chi-gallery-progress, 0) * 100%); height: 100%; background: var(--y); transform-origin: left center; }
.chi-gallery-toggle { position: absolute; right: 14px; bottom: 14px; z-index: 4; width: 42px; height: 42px; border: 0; border-radius: 8px; background: var(--y); color: var(--blk); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.22); transition: transform .2s, background .2s; }
.chi-gallery-toggle:hover { background: var(--yd); transform: translateY(-2px); }
.chi-gallery-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.chi-gallery-toggle-pause { display: flex; gap: 5px; }
.chi-gallery-toggle-pause::before, .chi-gallery-toggle-pause::after { content: ''; width: 4px; height: 16px; border-radius: 2px; background: currentColor; }
.chi-gallery-toggle-play { display: none; width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid currentColor; margin-left: 3px; }
.chi-gallery.is-paused .chi-gallery-toggle-pause { display: none; }
.chi-gallery.is-paused .chi-gallery-toggle-play { display: block; }
.chi-gallery-thumbs { display: flex; flex-direction: column; gap: 10px; max-height: 430px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; padding-right: 2px; scroll-behavior: smooth; }
.chi-gallery-thumb { flex: 0 0 96px; width: 100%; border: 2px solid transparent; border-radius: 10px; padding: 0; overflow: hidden; background: var(--blk); cursor: pointer; opacity: .58; transition: opacity .2s, border-color .2s, transform .2s; }
.chi-gallery-thumb:hover { opacity: .88; }
.chi-gallery-thumb.is-active { opacity: 1; border-color: var(--y); transform: translateX(-3px); }
.chi-gallery-thumb:focus-visible { outline: 3px solid var(--y); outline-offset: 2px; }
.chi-gallery-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.chi-gallery-lightbox { position: fixed; inset: 0; z-index: 9998; display: flex; align-items: center; justify-content: center; padding: 32px; background: rgba(0,0,0,.78); opacity: 0; pointer-events: none; transition: opacity .22s var(--ease); }
.chi-gallery-lightbox.is-open { opacity: 1; pointer-events: auto; }
.chi-gallery-lightbox-img { max-width: min(1180px, 100%); max-height: min(760px, calc(100svh - 64px)); width: auto; height: auto; object-fit: contain; display: block; border-radius: 10px; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.chi-gallery-lightbox-close { position: fixed; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 8px; background: var(--y); color: var(--blk); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.chi-gallery-lightbox-close::before, .chi-gallery-lightbox-close::after { content: ''; position: absolute; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.chi-gallery-lightbox-close::before { transform: rotate(45deg); }
.chi-gallery-lightbox-close::after { transform: rotate(-45deg); }
.chi-gallery-lightbox-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
body.chi-gallery-modal-open { overflow: hidden; }
.timeline-card { background: var(--wht); border-radius: var(--r); padding: 32px; box-shadow: var(--sh); }
.timeline-ttl { font-size: 12px; font-weight: 700; color: var(--gt); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.timeline-list { border-left: 2px solid var(--y); padding-left: 18px; }
.tl-item { padding-bottom: 20px; }
.tl-year { font-size: 11px; font-weight: 700; color: var(--yd); }
.tl-name { font-size: 14px; font-weight: 700; margin: 3px 0; }
.tl-desc { font-size: 13px; color: var(--gt); }

/* ── Services (dark) ────────────────────────────────────────── */
.svc-sec { background: var(--blk); position: relative; overflow: hidden; padding: 84px 0; }
.spx { position: absolute; inset: -40px; background: radial-gradient(ellipse 55% 50% at 100% 50%, rgba(255,215,0,.08) 0%, transparent 65%); pointer-events: none; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 46px; }
.sc2 { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); padding: 28px 24px; transition: background .3s, border-color .3s, transform .35s var(--ease); }
.sc2:hover { background: rgba(255,215,0,.07); border-color: rgba(255,215,0,.24); transform: translateY(-5px); }
.scico { width: 28px; height: 28px; margin-bottom: 15px; display: block; stroke: rgba(255,255,255,.65); transition: transform .3s; }
.sc2:hover .scico { transform: scale(1.15) rotate(-5deg); stroke: var(--y); }
.sc2 h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sc2 p { font-size: 13px; color: rgba(255,255,255,.44); line-height: 1.65; }
.scta { margin-top: 42px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Service Hub ─────────────────────────────────────────────── */
.tab-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 48px; }
.tab-card { background: var(--wht); border: 1.5px solid var(--gm); border-radius: var(--r); padding: 24px 20px 20px; text-align: center; cursor: pointer; transition: border-color .25s, box-shadow .25s, transform .35s var(--ease); display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; font-family: 'DM Sans',sans-serif; }
.tab-card:hover { border-color: var(--y); box-shadow: 0 6px 28px rgba(255,215,0,.12); transform: translateY(-3px); }
.tab-card.active { border-color: var(--y); box-shadow: 0 8px 32px rgba(255,215,0,.18); background: linear-gradient(160deg, #fff 60%, rgba(255,215,0,.07)); }
.tab-svg-ico { width: 36px; height: 36px; stroke: var(--gt); transition: stroke .25s; }
.tab-card.active .tab-svg-ico, .tab-card:hover .tab-svg-ico { stroke: var(--yd); }
.tab-label { font-size: 16px; font-weight: 800; margin-top: 4px; }
.tab-sub { font-size: 12px; color: var(--gt); }
.tab-badge { position: absolute; top: 10px; right: 12px; background: var(--y); color: var(--blk); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; padding: 2px 7px; border-radius: 20px; display: none; }
.tab-card.active .tab-badge { display: inline-block; }
.hub-header { text-align: center; margin-bottom: 48px; }
.hub-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gt); margin-bottom: 12px; }
.hub-title { font-size: clamp(1.8rem,5vw,3rem); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; color: var(--ink); margin-bottom: 12px; }
.hub-title span { color: var(--yd); position: relative; display: inline-block; }
.hub-header > p { font-size: 15px; color: var(--gt); }

.hub-panel-wrapper { min-height: 480px; }
.hub-panel { display: none; }
.hub-panel.active { display: block; animation: fadeTab .28s ease; }

.two-col { display: grid; grid-template-columns: 380px 1fr; gap: 48px; align-items: start; }
.svg-container { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.svg-label { font-size: 12px; color: var(--gt); text-align: center; max-width: 260px; line-height: 1.5; }

/* Hotspots */
.hotspot { cursor: pointer; }
.hotspot .outer { fill: none; stroke: var(--y); stroke-width: 2; opacity: .55; animation: hs-pulse 2.6s ease-in-out infinite; }
@keyframes hs-pulse { 0%,100% { r: 14; opacity: .55; } 50% { r: 18; opacity: .18; } }
.hotspot .inner { fill: var(--y); opacity: .85; }
.hotspot .hs-line { stroke: var(--gt); stroke-width: 1.5; opacity: .5; }
.hotspot .hs-label { font-family: 'DM Sans',sans-serif; font-size: 13px; font-weight: 600; fill: var(--gt); }
.hotspot:hover .hs-line, .hotspot.selected .hs-line { stroke: var(--yd); opacity: 1; }
.hotspot:hover .hs-label, .hotspot.selected .hs-label { fill: var(--yd); }
.hotspot.selected .inner { fill: var(--yd); }
.hotspot.selected .outer { stroke: var(--yd); opacity: .85; }

/* Panel right */
.panel-right { display: flex; flex-direction: column; gap: 22px; }
.panel-section-title { font-size: 22px; font-weight: 800; letter-spacing: -.5px; }
.panel-section-sub { font-size: 13px; color: var(--gt); margin-top: 4px; }
.field-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gt); margin-bottom: 7px; }

/* Search + autocomplete */
.search-wrap { position: relative; }
.search-wrap input { width: 100%; padding: 11px 14px 11px 38px; border: 1.5px solid var(--gm); border-radius: 10px; font-size: 14px; font-family: 'DM Sans',sans-serif; background: var(--wht); transition: border-color .2s; outline: none; box-sizing: border-box; }
.search-wrap input:focus { border-color: var(--y); }
.search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); stroke: var(--gt); pointer-events: none; }
.autocomplete-list { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: var(--wht); border: 1.5px solid var(--gm); border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.08); z-index: 100; display: none; max-height: 220px; overflow-y: auto; }
.ac-item { padding: 10px 14px; font-size: 13px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .15s; }
.ac-item:hover, .ac-item.focused { background: var(--gl); }
.ac-brand { font-size: 11px; font-weight: 600; color: var(--gt); background: var(--gl); padding: 2px 7px; border-radius: 20px; flex-shrink: 0; margin-left: 8px; }

/* Repair grid */
.repair-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.repair-btn { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1.5px solid var(--gm); border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; background: var(--wht); font-family: 'DM Sans',sans-serif; transition: border-color .2s, background .2s, transform .2s; text-align: left; width: 100%; }
.repair-btn:hover { border-color: var(--y); background: rgba(255,215,0,.05); transform: translateY(-1px); }
.repair-btn.active { border-color: var(--y); background: rgba(255,215,0,.09); }
.rb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gm); flex-shrink: 0; transition: background .2s; }
.repair-btn.active .rb-dot { background: var(--yd); }

/* Price box */
.price-box { background: var(--gl); border: 1.5px solid var(--gm); border-radius: 12px; padding: 20px 22px; transition: border-color .3s; }
.price-box.has-price { border-color: var(--y); }
.price-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gt); margin-bottom: 8px; }
.price-value { font-size: 28px; font-weight: 800; letter-spacing: -1px; min-height: 36px; }
.price-value.price-pop { animation: ppop .25s ease; }
@keyframes ppop { 0% { transform: scale(.88); opacity: .3; } 100% { transform: scale(1); opacity: 1; } }
.price-note { font-size: 11px; color: var(--gt); margin-top: 8px; line-height: 1.5; }

/* Dual price */
.price-dbl { display: flex; align-items: stretch; }
.pd-item { flex: 1; text-align: center; padding: 10px 0; }
.pd-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--gt); margin-bottom: 4px; }
.pd-val { font-size: 22px; font-weight: 800; letter-spacing: -.5px; }
.pd-val.secondary { color: var(--gt); font-size: 20px; font-weight: 600; }
.pd-sep { width: 1px; background: var(--gm); margin: 6px 0; }

/* WhatsApp */
.wa-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; background: #25D366; color: #fff; border-radius: var(--rb); font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, transform .25s, box-shadow .25s; align-self: flex-start; box-shadow: 0 4px 18px rgba(37,211,102,.28); }
.wa-btn:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(37,211,102,.4); }
.wa-btn svg { fill: #fff; flex-shrink: 0; }
.floating-wa { position: fixed; right: 24px; bottom: 24px; z-index: 8999; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 58px; height: 58px; padding: 0 18px; border-radius: 999px; background: #25d366; color: #fff; font-size: 15px; font-weight: 800; line-height: 1; text-decoration: none; box-shadow: 0 14px 34px rgba(18,140,77,.28), 0 4px 12px rgba(0,0,0,.18); transition: transform .22s var(--ease), background .2s, box-shadow .22s; }
.floating-wa:hover { background: #1ebe5d; color: #fff; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(18,140,77,.34), 0 6px 16px rgba(0,0,0,.2); }
.floating-wa:focus-visible { outline: 3px solid var(--y); outline-offset: 4px; }
.floating-wa svg { width: 24px; height: 24px; fill: currentColor; flex: 0 0 auto; }

/* Laptop service cards */
.laptop-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.lf-card { display: flex; align-items: flex-start; gap: 13px; padding: 14px; border: 1.5px solid var(--gm); border-radius: 10px; background: var(--wht); cursor: pointer; font-family: 'DM Sans',sans-serif; transition: border-color .2s, transform .25s var(--ease), box-shadow .25s; text-align: left; width: 100%; }
.lf-card:hover { border-color: var(--y); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(255,215,0,.1); }
.lf-card.active { border-color: var(--y); background: rgba(255,215,0,.06); }
.lf-ico { flex-shrink: 0; stroke: var(--gt); transition: stroke .2s; margin-top: 1px; }
.lf-card:hover .lf-ico, .lf-card.active .lf-ico { stroke: var(--yd); }
.lf-name { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.lf-desc { font-size: 11px; color: var(--gt); line-height: 1.4; }

/* Styled select */
.styled-select { width: 100%; padding: 11px 36px 11px 14px; border: 1.5px solid var(--gm); border-radius: 10px; font-size: 14px; font-family: 'DM Sans',sans-serif; background: var(--wht) 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='%23999' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 12px center; appearance: none; cursor: pointer; outline: none; transition: border-color .2s; box-sizing: border-box; }
.styled-select:focus { border-color: var(--y); }

/* ── Responsive main ────────────────────────────────────────── */
@media (max-width: 1280px) {
  .pgrid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1024px) {
  .pgrid, .wgrid { grid-template-columns: repeat(2,1fr); }
  .cgrid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 960px) {
  .slay { grid-template-columns: 1fr; }
  .filt { position: static; display: flex; flex-wrap: wrap; gap: 12px; }
  .filt h3 { width: 100%; }
  .fg { margin-bottom: 0; }
  .sgrd { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .wgrid { grid-template-columns: repeat(2,1fr); }
  .spec-row { grid-template-columns: 140px 1fr; }
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .abin { grid-template-columns: 1fr; gap: 32px; }
  .chi-gallery { grid-template-columns: 1fr; }
  .chi-gallery-main { min-height: 360px; }
  .chi-gallery-thumbs { flex-direction: row; max-height: none; overflow-x: auto; overflow-y: hidden; padding: 0 0 4px; }
  .chi-gallery-thumb { flex: 0 0 96px; height: 74px; }
  .chi-gallery-thumb.is-active { transform: translateY(-2px); }
  .rpgrid { grid-template-columns: repeat(2,1fr); }
  .vgrid { grid-template-columns: repeat(2,1fr); }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .svg-container { order: -1; }
  .ecogrd { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  section { padding: 56px 0; }
  .ft-grid { grid-template-columns: 1fr; gap: 28px; }
  .pgrid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .cgrid { grid-template-columns: repeat(2,1fr); }
  .scta { flex-direction: column; }
  .scta a { justify-content: center; text-align: center; }
}
@media (max-width: 600px) {
  .tform { flex-direction: column; }
  .floating-wa { right: 16px; bottom: 16px; width: 56px; min-width: 56px; height: 56px; padding: 0; }
  .floating-wa span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  .chi-gallery-section { padding-bottom: 52px; }
  .chi-gallery-main { min-height: 280px; }
  .chi-gallery-toggle { right: 10px; bottom: 10px; width: 38px; height: 38px; }
  .chi-gallery-thumb { flex-basis: 82px; height: 64px; border-radius: 8px; }
  .chi-gallery-lightbox { padding: 16px; }
  .chi-gallery-lightbox-img { max-height: calc(100svh - 40px); border-radius: 8px; }
  .chi-gallery-lightbox-close { top: 10px; right: 10px; width: 40px; height: 40px; }
  .ecogrd { grid-template-columns: repeat(2,1fr); }
  .swtab-wrap { grid-template-columns: 1fr; }
  .rpgrid { grid-template-columns: 1fr; }
  .vgrid { grid-template-columns: 1fr; }
  .sgrd { grid-template-columns: 1fr; }
  .wgrid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: 1fr; }
  .spec-row dt { border-right: none; border-bottom: 1px solid var(--gm); padding-bottom: 6px; }
  .spec-row dd { padding-top: 6px; }
  .tab-row { grid-template-columns: 1fr; }
  .repair-grid { grid-template-columns: 1fr; }
  .laptop-features { grid-template-columns: 1fr; }
  .tab-badge { display: none; }
}
@media (max-width: 480px) {
  section { padding: 44px 0; }
  .pgrid { grid-template-columns: 1fr; gap: 10px; }
  .wgrid { grid-template-columns: 1fr; }
  .cn { font-size: 32px; }
}

/* ── Product image placeholder ──────────────────────────────── */
.pc-img-placeholder { display: block; width: 100%; height: 100%; object-fit: contain; padding: 18px; box-sizing: border-box; filter: drop-shadow(0 4px 14px rgba(0,0,0,.12)); }

/* ── ecosec (dark impact section) ───────────────────────────── */
.ecosec { background: var(--blk); padding: 62px 0; }
.ecosec .st { color: #fff; }
.ecogrd { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 42px; text-align: center; }
.ecn { font-size: clamp(34px,4vw,48px); font-weight: 800; color: var(--y); letter-spacing: -2px; }
.ecl { font-size: 13px; color: rgba(255,255,255,.38); margin-top: 4px; }
.ecosec .ctr-btns { margin-top: 40px; }
.ecosec-bs { border-color: rgba(255,255,255,.28); color: rgba(255,255,255,.75); }
.ecosec-bs:hover { background: rgba(255,255,255,.08); border-color: #fff; color: #fff; }


/* ── tsec (ticket checker) ──────────────────────────────────── */
.tsec { background: var(--ink); padding: 58px 0; }
.tin { max-width: 520px; margin: 0 auto; text-align: center; }
.tin h2 { color: #fff; font-size: 25px; font-weight: 800; margin-bottom: 8px; }
.tin p { color: rgba(255,255,255,.42); margin-bottom: 22px; font-size: 14px; }
.tform { display: flex; gap: 10px; }
.tinp { flex: 1; padding: 13px 16px; border: 1.5px solid rgba(255,255,255,.12); border-radius: var(--rb); background: rgba(255,255,255,.05); color: #fff; font-family: 'DM Sans',sans-serif; font-size: 14px; outline: none; transition: border-color .25s; }
.tinp::placeholder { color: rgba(255,255,255,.24); }
.tinp:focus { border-color: var(--y); }
#ticres { margin-top: 13px; font-size: 14px; color: rgba(255,255,255,.6); min-height: 20px; }

/* ── Inline-style extractions ────────────────────────────────── */
/* archive */
#catalog-empty  { display: none; }
#load-more-wrap { display: none; }
/* front-page #servizi */
#servizi .sl { color: var(--blk); }
#servizi .st { color: #fff; }
#servizi .ss { color: rgba(255,255,255,.55); }
/* page-chi-siamo */
.abtxt .bp           { margin-top: 10px; }
.tl-item:last-child  { padding-bottom: 0; }
.tc                  { text-align: center; }
.ctr-sec             { text-align: center; }
.ctr-sec .st         { margin-bottom: 8px; }
.ctr-sec .ss         { margin: 0 auto 28px; }
.ctr-btns            { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* service hub SVGs */
#phone-svg  { width: 100%; max-width: 380px; overflow: visible; }
#laptop-svg { width: 100%; max-width: 420px; overflow: visible; }
#printer-svg { width: 100%; max-width: 360px; overflow: visible; }
/* printer cartridge highlight */
#cartridge-highlight { opacity: 0; transition: opacity .35s; }
/* hotspot animation delays */
#hs-fotocamera .outer { animation-delay: .9s; }
#hs-batteria .outer   { animation-delay: .45s; }
#hs-connettore .outer { animation-delay: 1.35s; }
#lhs-display .outer   { animation-delay: .3s; }
#lhs-ssd .outer       { animation-delay: .9s; }
#lhs-batteria .outer  { animation-delay: 1.5s; }
#hs-carta .outer      { animation-delay: .7s; }
#hs-conn .outer       { animation-delay: 1.4s; }
/* single product — unavailable button */
.bp:disabled, .bp[disabled] { opacity: .5; cursor: not-allowed; }

/* ═══════════════════════════════════════════════════════════════
   CONTATTI PAGE
   ═══════════════════════════════════════════════════════════════ */

/* Body layout */
.ct-body { padding: 56px 0 80px; display: flex; flex-direction: column; gap: 40px; }

/* Top: photo + info */
.ct-top { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }

/* Photo */
.ct-photo { border-radius: var(--r); overflow: hidden; background: var(--gl); aspect-ratio: 4/3; }
.ct-photo-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct-photo-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--gt); min-height: 280px; }
.ct-photo-placeholder svg { opacity: .35; }
.ct-photo-placeholder span { font-size: 13px; font-weight: 500; opacity: .6; }

/* Info card */
.ct-info-card { background: var(--wht); border: 1px solid var(--gm); border-radius: var(--r); padding: 32px; display: flex; flex-direction: column; gap: 24px; }
.ct-card-title { font-size: 22px; font-weight: 800; }
.ct-card-subtitle { margin-top: -12px; color: var(--gt); font-size: 15px; line-height: 1.55; }
.ct-info-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.ct-info-row { display: flex; gap: 14px; align-items: flex-start; }
.ct-icon { flex-shrink: 0; width: 38px; height: 38px; background: var(--gl); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--ink); margin-top: 2px; }
.ct-icon--wa { background: rgba(37,211,102,.12); color: #1aad52; }
.ct-info-row strong { display: block; font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--gt); margin-bottom: 3px; }
.ct-info-row address { font-style: normal; font-size: 15px; line-height: 1.55; }
.ct-link { font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none; transition: color .2s; }
.ct-link:hover { color: var(--y); }
.ct-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Bottom: hours + map */
.ct-bottom { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: start; }

/* Hours card */
.ct-hours-card { background: var(--wht); border: 1px solid var(--gm); border-radius: var(--r); padding: 32px; }
.ct-section-title { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; margin-bottom: 22px; }
.ct-hours-table { width: 100%; border-collapse: collapse; }
.ct-hours-table td { padding: 11px 0; font-size: 14px; border-bottom: 1px solid var(--gm); }
.ct-hours-table tr:last-child td { border-bottom: none; }
.ct-hours-table td:first-child { color: var(--gt); padding-right: 16px; white-space: nowrap; }
.ct-closed td { color: var(--gt) !important; opacity: .55; }
.ct-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.ct-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,215,0,.1); border: 1px solid rgba(255,215,0,.25); border-radius: 20px; padding: 5px 12px; font-size: 12px; font-weight: 600; color: var(--ink); }
.ct-badge svg { color: #a88a00; }

/* Map lazy-load */
.ct-map-wrap { border-radius: var(--r); overflow: hidden; aspect-ratio: 16/10; position: relative; background: #e8eaed; border: 1px solid var(--gm); }
.ct-map-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; transition: opacity .4s; }
.ct-map-placeholder.is-hidden { opacity: 0; pointer-events: none; }
.ct-map-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ct-map-pin-wrap { position: relative; filter: drop-shadow(0 4px 10px rgba(0,0,0,.28)); animation: ct-pin-bounce 1.8s ease-in-out infinite; }
.ct-map-label { position: relative; font-size: 13px; font-weight: 600; color: rgba(0,0,0,.5); background: rgba(255,255,255,.85); padding: 4px 12px; border-radius: 20px; backdrop-filter: blur(4px); }
@keyframes ct-pin-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .ct-map-pin-wrap { animation: none; } }
.ct-map-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .5s; }
.ct-map-iframe.is-loaded { opacity: 1; }

/* Responsive */
@media (max-width: 860px) {
  .ct-top { grid-template-columns: 1fr; }
  .ct-bottom { grid-template-columns: 1fr; }
  .ct-map-wrap { aspect-ratio: 4/3; }
}
@media (max-width: 600px) {
  .ct-info-card { padding: 22px; }
  .ct-hours-card { padding: 22px; }
}
.site-logo-img { height: 72px; width: auto; display: block; object-fit: contain; max-width: 100%; }

/* ── Store search ────────────────────────────────────────── */
.store-search { display:flex; gap:8px; margin-bottom:24px; }
.store-search input { flex:1; padding:10px 16px; border:1.5px solid var(--gm); border-radius:var(--rb); font-size:14px; font-family:inherit; outline:none; }
.store-search input:focus { border-color:var(--y); }
.store-search button { background:var(--y); border:none; padding:10px 18px; border-radius:var(--rb); cursor:pointer; font-weight:700; font-size:14px; font-family:inherit; }
/* 404 */
.err-page { background: var(--wht); }
.err-hero {
  min-height: calc(100vh - var(--hdr));
  display: flex;
  align-items: center;
  padding: 72px 0 88px;
  background:
    linear-gradient(135deg, rgba(255,215,0,.2), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 84% 18%, rgba(26,26,26,.08), transparent 30%),
    var(--wht);
}
.err-wrap { max-width: 820px; }
.err-code {
  font-size: clamp(72px,14vw,164px);
  line-height: .85;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--ink);
  margin-bottom: 24px;
}
.err-title {
  max-width: 760px;
  font-size: clamp(32px,5vw,58px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 18px;
}
.err-text {
  max-width: 620px;
  color: var(--gt);
  font-size: 17px;
  line-height: 1.65;
}
.err-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.err-wa:hover { border-color: #25d366; background: #25d366; color: #fff; }
@media (max-width: 640px) {
  .err-hero { padding: 48px 0 64px; }
  .err-actions { flex-direction: column; align-items: stretch; }
  .err-actions .bp,
  .err-actions .bs { justify-content: center; }
}
