/* =========================================================
   QUOTAZIONE ORO PALERMO — HOME v2 ("Archivo / verde+oro")
   Implementazione della direzione generata in Claude Design.
   Usato dalla home (index.php) e dalle guide (guide/*.html, che
   aggiungono guide-v2.css per gli stili dell'articolo).
   ========================================================= */

:root {
  --v2-bg: #E7E3D6;
  --v2-bg-2: #DED9C8;
  --v2-surface: #F5F2E9;
  --v2-chip: #E7E3D6;
  --v2-ink: #1B2620;        /* testo forte (verde quasi nero) */
  --v2-ink-2: #28332C;
  --v2-body: #5C564A;       /* corpo */
  --v2-muted: #847B6A;      /* secondari */
  --v2-faint: #948B79;      /* deboli/placeholder */
  --v2-green: #16332B;      /* banda scura */
  --v2-green-2: #0E211B;
  --v2-green-3: #21463B;
  --v2-gold: #C99A45;
  --v2-gold-deep: #9E7322;
  --v2-gold-soft: #E9CD86;
  --v2-line: rgba(27, 38, 32, .12);
  --v2-line-strong: rgba(27, 38, 32, .26);
  --v2-foil: linear-gradient(110deg, #E9CD86 0%, #C99A45 28%, #9E7322 48%, #E9CD86 66%, #C99A45 100%);
  --v2-gold-grad: linear-gradient(135deg, #E9CD86, #C99A45 55%, #A87A2E);
  --v2-ease: cubic-bezier(.16, 1, .3, 1);
  --v2-max: 1240px;
}

/* ---------- reset (la home non carica style.css) ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  color: var(--v2-ink); background: var(--v2-bg); overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
input { font: inherit; color: inherit; }
ul, ol { list-style: none; }
::selection { background: rgba(201, 154, 69, .3); color: #1B2620; }
:focus-visible { outline: 2px solid var(--v2-gold); outline-offset: 3px; border-radius: 4px; }

.v2-skip { position: fixed; top: -100px; left: 16px; z-index: 200; background: var(--v2-gold); color: #2A1E08; padding: 10px 18px; border-radius: 999px; font-weight: 700; transition: top .25s; }
.v2-skip:focus { top: 16px; }

.v2 { width: 100%; min-height: 100vh; overflow-x: hidden; background: radial-gradient(140% 90% at 78% -8%, #F2EFE4 0%, #E7E3D6 46%, #DED9C8 100%); color: var(--v2-ink); }
.v2-wrap { max-width: var(--v2-max); margin: 0 auto; padding-inline: clamp(24px, 5.5vw, 48px); }

/* condensed display helper */
.v2-cond { font-stretch: 70%; font-weight: 850; letter-spacing: -.01em; text-transform: uppercase; line-height: .95; }

/* ---------- keyframes ---------- */
@keyframes qop-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes qop-pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .25; transform: scale(.6); } }
@keyframes qop-flash { 0% { filter: brightness(1.85) saturate(1.2); } 100% { filter: brightness(1) saturate(1); } }
@keyframes qop-shine { 0% { background-position: -180% 0; } 100% { background-position: 180% 0; } }

.foil { background-image: var(--v2-foil); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: qop-shine 5.5s linear infinite; }
.livedot { display: inline-block; border-radius: 999px; animation: qop-pulse 1.5s ease-in-out infinite; }
.flash { animation: qop-flash .75s ease-out; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(46px); transition: opacity .85s var(--v2-ease), transform .85s var(--v2-ease); }
.reveal.in { opacity: 1; transform: none; }
.nomove { opacity: 1 !important; transform: none !important; }
/* safety: se il JS non gira, il contenuto resta visibile (no "tutto rotto") */
html:not(.js) .reveal { opacity: 1 !important; transform: none !important; }
.mline { display: block; overflow: hidden; padding-bottom: .035em; }
.mline-inner { display: block; transform: translateY(118%); transition: transform .95s var(--v2-ease); }
.reveal.in .mline-inner, .nomove.in .mline-inner, .nomove .mline-inner { transform: none; }
.stagger > * { /* delays set inline per index */ }
@media (prefers-reduced-motion: reduce) {
  .reveal, .mline-inner { opacity: 1 !important; transform: none !important; transition: none !important; }
  .qop-marq, .livedot, .foil { animation: none !important; }
}

/* ============ TICKER ============ */
.v2-tick { background: var(--v2-green); border-bottom: 1px solid rgba(233, 205, 134, .18); }
.v2-tick__row { display: flex; align-items: stretch; }
.v2-tick__label { flex: none; display: flex; align-items: center; gap: 10px; padding: 0 22px; background: var(--v2-green-2); }
.v2-tick__label .livedot { width: 8px; height: 8px; background: var(--v2-gold-soft); box-shadow: 0 0 10px 2px rgba(233, 205, 134, .6); }
.v2-tick__label span { font-stretch: 80%; font-weight: 700; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #D9BE7E; }
.v2-tick__vp { overflow: hidden; flex: 1; display: flex; align-items: center; padding: 11px 0; }
.qop-marq { display: flex; width: max-content; gap: 38px; padding-left: 38px; animation: qop-marq 28s linear infinite; }
.v2-tick:hover .qop-marq { animation-play-state: paused; }
.v2-tick__item { display: inline-flex; align-items: baseline; gap: 9px; white-space: nowrap; }
.v2-tick__item .m { font-stretch: 82%; font-weight: 700; font-size: 12px; letter-spacing: .04em; color: var(--v2-gold-soft); }
.v2-tick__item .p { font-stretch: 78%; font-weight: 800; font-size: 13px; color: #E9E5D8; font-variant-numeric: tabular-nums; }
.v2-tick__item .d { font-size: 11px; }
.v2-tick__item .d.up { color: #9FD3A8; } .v2-tick__item .d.dn { color: #D9BE7E; } .v2-tick__item .d.eq { color: #9FB09A; }

/* ============ NAV ============ */
.v2-nav { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; }
.v2-brand { display: flex; align-items: center; gap: 12px; }
.v2-brand__mk { width: 30px; height: 30px; border-radius: 7px; background: linear-gradient(135deg, #E9CD86, #C99A45, #9E7322); box-shadow: 0 6px 16px -6px rgba(158, 115, 34, .55); }
.v2-brand__tx { font-stretch: 80%; font-weight: 800; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; color: var(--v2-ink); }
.v2-brand__tx span { color: var(--v2-gold-deep); }
.v2-nav__links { display: flex; align-items: center; gap: 30px; }
.v2-nav__links a { font-stretch: 90%; font-weight: 500; font-size: 13px; letter-spacing: .04em; color: var(--v2-muted); transition: color .2s; }
.v2-nav__links a:first-child { font-weight: 600; color: var(--v2-ink-2); }
.v2-nav__links a:hover { color: var(--v2-ink); }
.v2-nav__cta { font-stretch: 88%; font-weight: 700; font-size: 13px; letter-spacing: .02em; color: var(--v2-ink); border: 1.5px solid var(--v2-line-strong); border-radius: 999px; padding: 9px 18px; transition: background .25s, color .25s, border-color .25s; }
.v2-nav__links a.v2-nav__cta:hover { background: var(--v2-ink); color: var(--v2-gold-soft); border-color: var(--v2-ink); }
.v2-burger { display: none; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; border-radius: 10px; border: 1.5px solid var(--v2-line-strong); }
.v2-burger span { width: 22px; height: 2px; background: var(--v2-ink); border-radius: 2px; }

/* ============ HERO ============ */
.v2-hero { padding-block: 40px 84px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.v2-hero__title { margin: 0; font-stretch: 68%; font-weight: 850; font-size: clamp(54px, 7vw, 96px); line-height: .88; letter-spacing: -.018em; text-transform: uppercase; color: var(--v2-ink); }
.v2-hero__lead { margin: 26px 0 0; max-width: 460px; font-weight: 450; font-size: 17px; line-height: 1.55; color: var(--v2-body); }
.v2-hero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }

.v2-btn { font-stretch: 90%; font-weight: 700; font-size: 15px; letter-spacing: .01em; border-radius: 999px; padding: 16px 30px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: transform .25s, box-shadow .25s, filter .25s, background .25s, color .25s; }
.v2-btn--gold { color: #2A1E08; background: var(--v2-gold-grad); box-shadow: 0 16px 34px -14px rgba(158, 115, 34, .65); }
.v2-btn--gold:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -14px rgba(158, 115, 34, .85); filter: brightness(1.04); }
.v2-btn--ghost { color: var(--v2-ink-2); border: 1.5px solid var(--v2-line-strong); padding: 15px 26px; }
.v2-btn--ghost:hover { background: var(--v2-ink); color: var(--v2-gold-soft); }

/* LIVE PRICE + CALC CARD */
.v2-card { background: var(--v2-surface); border: 1px solid var(--v2-line); border-radius: 22px; padding: 30px 32px; box-shadow: 0 30px 70px -36px rgba(120, 90, 20, .5); }
.v2-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v2-card__lab { font-stretch: 86%; font-weight: 600; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--v2-muted); }
.v2-card__live { display: inline-flex; align-items: center; gap: 6px; font-stretch: 86%; font-weight: 700; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--v2-gold-deep); }
.v2-card__live .livedot { width: 6px; height: 6px; background: var(--v2-gold); }
.v2-price { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; }
.v2-price b { font-stretch: 72%; font-weight: 850; font-size: clamp(54px, 8vw, 72px); line-height: 1; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.v2-price small { font-stretch: 86%; font-weight: 600; font-size: 18px; color: var(--v2-muted); }
.v2-card__note { font-weight: 450; font-size: 12px; color: var(--v2-muted); margin-top: 4px; }
.v2-karat { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 2px; }
.v2-karat__b { font-stretch: 84%; font-weight: 700; font-size: 13px; letter-spacing: .02em; color: var(--v2-muted); background: var(--v2-chip); border: 1.5px solid var(--v2-line); border-radius: 999px; padding: 7px 13px; cursor: pointer; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.v2-karat__b:hover { color: var(--v2-ink); border-color: var(--v2-line-strong); }
.v2-karat__b.is-active { color: #2A1E08; background: var(--v2-gold-grad); border-color: transparent; box-shadow: 0 8px 18px -8px rgba(158, 115, 34, .6); }
.v2-card__rule { height: 1px; background: var(--v2-line); margin: 24px 0; }
.v2-calc__lab { font-stretch: 86%; font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--v2-muted); margin-bottom: 12px; }
.v2-calc__row { display: flex; align-items: center; gap: 14px; }
.v2-calc__field { display: flex; align-items: center; flex: 1; background: var(--v2-chip); border: 1.5px solid var(--v2-line-strong); border-radius: 14px; padding: 6px 14px 6px 16px; transition: border-color .25s; }
.v2-calc__field:focus-within { border-color: var(--v2-gold); }
.v2-calc__field input { border: none; background: transparent; outline: none; width: 100%; min-width: 0; font-stretch: 78%; font-weight: 800; font-size: 26px; color: var(--v2-ink); }
.v2-calc__field input::placeholder { color: var(--v2-faint); }
.v2-calc__field span { font-weight: 600; font-size: 14px; color: var(--v2-muted); }
.v2-calc__arrow { font-weight: 800; font-size: 20px; color: var(--v2-gold); }
.v2-calc__out { text-align: right; min-width: 132px; }
.v2-calc__out .k { font-stretch: 86%; font-weight: 600; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--v2-muted); }
.v2-calc__out .v { font-stretch: 74%; font-weight: 850; font-size: 30px; color: var(--v2-ink); font-variant-numeric: tabular-nums; line-height: 1.1; }
.v2-calc__dis { font-weight: 450; font-size: 11px; color: var(--v2-faint); margin-top: 12px; }

/* ============ COMPARATORE ============ */
.v2-cmp { padding-block: 4px 90px; }
.v2-cmp__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.v2-cmp__eye { font-stretch: 86%; font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-gold-deep); }
.v2-cmp__title { font-stretch: 70%; font-weight: 850; font-size: clamp(34px, 5vw, 52px); line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: var(--v2-ink); margin-top: 8px; }
.v2-cmp__count { font-stretch: 86%; font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--v2-muted); white-space: nowrap; padding-bottom: 8px; }

.v2-row { display: grid; grid-template-columns: 50px 64px 1.5fr 1fr 1.2fr auto; gap: 22px; align-items: center; background: var(--v2-surface); border: 1px solid var(--v2-line); border-radius: 16px; padding: 18px 24px; margin-bottom: 12px; box-shadow: 0 12px 26px -22px rgba(27, 38, 32, .4); transition: transform .3s var(--v2-ease), box-shadow .3s, border-color .3s; }
.v2-row:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(158, 115, 34, .5); border-color: rgba(158, 115, 34, .45); }
.v2-row--feat { border-color: rgba(158, 115, 34, .42); box-shadow: 0 22px 44px -28px rgba(158, 115, 34, .5); }
.v2-row__rank { font-stretch: 72%; font-weight: 850; font-size: 30px; color: rgba(27, 38, 32, .28); font-variant-numeric: tabular-nums; }
.v2-row--feat .v2-row__rank { color: var(--v2-gold-deep); }
.v2-row__logo { width: 64px; height: 60px; border-radius: 13px; background: #fff; border: 1px solid var(--v2-line); padding: 5px; object-fit: contain; }
.v2-row__name { min-width: 0; }
.v2-row__nm { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.v2-row__nm b { font-stretch: 84%; font-weight: 800; font-size: 21px; letter-spacing: .005em; color: var(--v2-ink); }
.v2-row__feat { font-stretch: 88%; font-weight: 700; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: #2A1E08; background: linear-gradient(135deg, #E9CD86, #C99A45); border-radius: 999px; padding: 4px 9px; }
.v2-row__loc { font-weight: 500; font-size: 13px; color: var(--v2-muted); margin-top: 4px; }
.v2-row__vk { font-stretch: 86%; font-weight: 600; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--v2-muted); }
.v2-row__val { display: flex; align-items: baseline; gap: 4px; margin-top: 3px; white-space: nowrap; }
.v2-row__val b { font-stretch: 74%; font-weight: 850; font-size: 24px; color: var(--v2-gold-deep); font-variant-numeric: tabular-nums; }
.v2-row__val small { font-weight: 500; font-size: 12px; color: var(--v2-muted); }
.v2-row__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.v2-row__chips span { font-stretch: 90%; font-weight: 500; font-size: 12px; color: var(--v2-body); background: var(--v2-chip); border: 1px solid var(--v2-line); border-radius: 999px; padding: 4px 11px; }
.v2-row__chips span.pietre { color: var(--v2-gold-deep); background: transparent; border-color: rgba(158, 115, 34, .35); }
.v2-row__go { justify-self: end; font-stretch: 88%; font-weight: 700; font-size: 14px; letter-spacing: .02em; color: var(--v2-bg); background: var(--v2-ink); border-radius: 999px; padding: 12px 24px; white-space: nowrap; transition: background .25s, transform .25s; }
.v2-row__go:hover { background: linear-gradient(135deg, #C99A45, #9E7322); transform: translateY(-2px); }
.v2-cmp__note { font-weight: 450; font-size: 11px; color: var(--v2-faint); margin-top: 8px; }

/* ============ STATS (dark) ============ */
.v2-stats { background: radial-gradient(120% 130% at 82% -10%, #21463B 0%, #16332B 55%, #0E211B 100%); padding: 72px 0; }
.v2-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.v2-stat { border-left: 1px solid rgba(233, 205, 134, .3); padding-left: 22px; }
.v2-stat__v { display: flex; align-items: baseline; gap: 2px; }
.v2-stat__v .n { font-stretch: 70%; font-weight: 850; font-size: clamp(44px, 6vw, 60px); line-height: 1; font-variant-numeric: tabular-nums; }
.v2-stat__v .s { font-stretch: 78%; font-weight: 800; font-size: 26px; }
.v2-stat__lab { font-weight: 450; font-size: 14px; line-height: 1.45; color: #B6C2B2; margin-top: 12px; }

/* ============ COME FUNZIONA ============ */
.v2-steps { padding-block: 84px; }
.v2-steps__title { font-stretch: 70%; font-weight: 850; font-size: clamp(34px, 5vw, 52px); line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: var(--v2-ink); margin-bottom: 40px; }
.v2-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.v2-step { border-top: 2px solid var(--v2-ink); padding-top: 20px; }
.v2-step__n { font-stretch: 72%; font-weight: 850; font-size: 38px; color: var(--v2-gold); font-variant-numeric: tabular-nums; }
.v2-step__t { font-stretch: 82%; font-weight: 800; font-size: 23px; letter-spacing: .005em; color: var(--v2-ink); margin: 12px 0 10px; }
.v2-step__d { font-weight: 450; font-size: 15px; line-height: 1.55; color: var(--v2-body); }

/* ============ GUIDE ============ */
.v2-guides { padding-block: 0 84px; }
.v2-guides__title { font-stretch: 70%; font-weight: 850; font-size: clamp(30px, 4.4vw, 46px); line-height: .98; letter-spacing: -.01em; text-transform: uppercase; color: var(--v2-ink); margin-bottom: 32px; }
.v2-guides__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.v2-guide { display: flex; flex-direction: column; gap: 10px; background: var(--v2-surface); border: 1px solid var(--v2-line); border-radius: 16px; padding: 26px 24px; transition: transform .3s var(--v2-ease), box-shadow .3s, border-color .3s; }
.v2-guide:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(158, 115, 34, .45); border-color: rgba(158, 115, 34, .4); }
.v2-guide__tag { align-self: flex-start; font-stretch: 88%; font-weight: 700; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--v2-gold-deep); border: 1px solid var(--v2-line-strong); border-radius: 999px; padding: 5px 11px; }
.v2-guide__t { font-stretch: 84%; font-weight: 800; font-size: 20px; line-height: 1.12; color: var(--v2-ink); }
.v2-guide__d { font-weight: 450; font-size: 14px; line-height: 1.5; color: var(--v2-body); }
.v2-guide__more { margin-top: auto; font-stretch: 90%; font-weight: 700; font-size: 13px; color: var(--v2-gold-deep); }

/* ============ FAQ ============ */
.v2-faq { padding-block: 0 84px; }
.v2-faq__title { font-stretch: 70%; font-weight: 850; font-size: clamp(30px, 4.4vw, 46px); line-height: .98; letter-spacing: -.01em; text-transform: uppercase; color: var(--v2-ink); margin-bottom: 28px; }
.v2-faq__list { display: grid; gap: 12px; max-width: 860px; }
.v2-faq__item { background: var(--v2-surface); border: 1px solid var(--v2-line); border-radius: 14px; overflow: hidden; }
.v2-faq__item[open] { border-color: rgba(158, 115, 34, .3); }
.v2-faq__item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-stretch: 84%; font-weight: 800; font-size: 17px; color: var(--v2-ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.v2-faq__item summary::-webkit-details-marker { display: none; }
.v2-faq__item summary::after { content: "+"; flex: none; color: var(--v2-gold-deep); font-weight: 700; font-size: 24px; line-height: 1; transition: transform .25s; }
.v2-faq__item[open] summary::after { transform: rotate(45deg); }
.v2-faq__body { padding: 0 22px 20px; font-weight: 450; font-size: 15px; line-height: 1.55; color: var(--v2-body); }
.v2-faq__body p { max-width: 64ch; }

/* ============ FEATURE (foto + messaggio, banda piena) ============ */
.v2-feature { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; min-height: clamp(380px, 50vw, 580px); }
.v2-feature__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 66% 38%; }
.v2-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(95deg, rgba(14, 33, 27, .94) 0%, rgba(14, 33, 27, .78) 34%, rgba(14, 33, 27, .30) 62%, rgba(14, 33, 27, .05) 100%),
  linear-gradient(0deg, rgba(14, 33, 27, .65) 0%, rgba(14, 33, 27, 0) 45%); }
.v2-feature__in { width: 100%; padding-block: clamp(44px, 6vw, 76px); }
.v2-feature__eye { font-stretch: 86%; font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #D9BE7E; }
.v2-feature__title { font-stretch: 70%; font-weight: 850; font-size: clamp(34px, 5.2vw, 56px); line-height: .95; letter-spacing: -.012em; text-transform: uppercase; color: #ECE8DC; margin-top: 12px; max-width: 18ch; }
.v2-feature__lead { font-weight: 450; font-size: 16px; line-height: 1.6; color: #C6CFC2; margin-top: 16px; max-width: 46ch; }

/* ============ PERCHÉ (why) ============ */
.v2-why { padding-block: 4px 90px; }
.v2-why__head { margin-bottom: 36px; }
.v2-why__eye { font-stretch: 86%; font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--v2-gold-deep); }
.v2-why__title { font-stretch: 70%; font-weight: 850; font-size: clamp(34px, 5vw, 52px); line-height: .95; letter-spacing: -.01em; text-transform: uppercase; color: var(--v2-ink); margin-top: 8px; }
.v2-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.v2-why-card { background: var(--v2-surface); border: 1px solid var(--v2-line); border-radius: 16px; padding: 28px 24px; transition: transform .3s var(--v2-ease), box-shadow .3s, border-color .3s; }
.v2-why-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(158, 115, 34, .45); border-color: rgba(158, 115, 34, .4); }
.v2-why-card__ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; color: var(--v2-gold-deep); background: linear-gradient(135deg, rgba(233, 205, 134, .28), rgba(201, 154, 69, .12)); border: 1px solid rgba(158, 115, 34, .25); margin-bottom: 16px; }
.v2-why-card h3 { font-stretch: 84%; font-weight: 800; font-size: 19px; letter-spacing: .005em; color: var(--v2-ink); margin-bottom: 8px; }
.v2-why-card p { font-weight: 450; font-size: 14px; line-height: 1.55; color: var(--v2-body); }

/* ============ FOOTER CTA (dark) ============ */
.v2-ctaband { background: radial-gradient(120% 140% at 18% 0%, #21463B 0%, #16332B 60%, #0E211B 100%); padding: 86px 0; }
.v2-ctaband__in { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.v2-ctaband__eye { font-stretch: 86%; font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #D9BE7E; }
.v2-ctaband__t { font-stretch: 68%; font-weight: 850; font-size: clamp(40px, 6vw, 64px); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; color: #ECE8DC; margin-top: 12px; }

/* ============ FOOTER ============ */
.v2-foot { background: var(--v2-green-2); color: #B6C2B2; }
.v2-foot__grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 48px; padding-block: 56px; }
.v2-foot__tag { font-weight: 450; font-size: 14px; line-height: 1.55; max-width: 34ch; margin-top: 14px; color: #9FB09A; }
.v2-foot h4 { font-stretch: 86%; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #D9BE7E; margin-bottom: 14px; }
.v2-foot a { display: block; font-weight: 450; font-size: 14px; color: #B6C2B2; padding: 6px 0; transition: color .2s; }
.v2-foot a:hover { color: #ECE8DC; }
.v2-foot__bottom { border-top: 1px solid rgba(233, 205, 134, .14); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: 12px; color: #80917F; }
.v2-foot__bottom a { display: inline; padding: 0; font-size: 12px; color: #9FB09A; text-decoration: underline; text-underline-offset: 2px; }
.v2-foot__bottom a:hover { color: #ECE8DC; }
.v2-cmp__note a { color: var(--v2-gold-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .v2-hero { grid-template-columns: 1fr; gap: 36px; padding-block: 24px 64px; }
  .v2-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 22px 20px; }
  .v2-why__grid { grid-template-columns: repeat(2, 1fr); }
  .v2-steps__grid { grid-template-columns: 1fr; gap: 26px; }
  .v2-guides__grid { grid-template-columns: 1fr; }
  .v2-foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .v2-nav { position: relative; flex-wrap: wrap; }
  .v2-nav__links { display: none; }
  .v2-nav__links.open { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; width: 100%; padding: 18px 0 6px; }
  .v2-burger { display: flex; }
  /* comparatore: righe impilate a card */
  .v2-cmp__head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .v2-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px; padding: 18px; }
  .v2-row__rank { font-size: 22px; }
  .v2-row__name { flex: 1 1 auto; min-width: 0; }
  .v2-row__valcol, .v2-row__chips, .v2-row__go { flex: 1 1 100%; }
  .v2-row__go { text-align: center; }
  /* feature: su mobile velatura più dal basso (testo leggibile) */
  .v2-feature { min-height: clamp(420px, 96vw, 540px); }
  .v2-feature__bg { object-position: 68% 36%; }
  .v2-feature::after { background: linear-gradient(0deg, rgba(14, 33, 27, .95) 0%, rgba(14, 33, 27, .62) 44%, rgba(14, 33, 27, .18) 100%); }
}
@media (max-width: 480px) {
  .v2-stats__grid { grid-template-columns: 1fr; }
  .v2-why__grid { grid-template-columns: 1fr; }
  .v2-foot__grid { grid-template-columns: 1fr; gap: 28px; }
  .v2-hero__cta { flex-direction: column; align-items: stretch; }
  .v2-btn { justify-content: center; }
}
