/* ============================================================
   WordPress SOS — foglio di stile
   Palette: rosso #D7262C · nero caldo #17161A · carta #F7F5F1
   ============================================================ */

@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/barlow-condensed-800.woff2") format("woff2"); }

:root {
  --red: #D7262C; --red-dark: #B31B21; --red-tint: #FCEBEB;
  --ink: #17161A; --ink-2: #45434A; --muted: #6E6B74;
  --paper: #FFFFFF; --paper-2: #F7F5F1; --line: #E5E1DA;
  --green: #178A4C; --green-tint: #E4F4EA; --amber: #B8760A; --amber-tint: #FFF3DC;
  --cond: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1200px;
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { margin: 0; font-family: var(--cond); font-weight: 800; line-height: 1; }
h1, h2 { text-transform: uppercase; letter-spacing: 0; text-wrap: balance; }
h3, h4 { font-weight: 700; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
img, svg { max-width: 100%; display: block; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 100; border-radius: 6px; }
.skip:focus { left: 8px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.hazard { height: 8px; background: repeating-linear-gradient(135deg, var(--red) 0 14px, var(--ink) 14px 28px); }
.eyebrow { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 15px; color: var(--red); }
.muted { color: var(--muted); }
.cond { font-family: var(--cond); }
.stack { display: flex; flex-direction: column; gap: 14px; }

/* Bottoni */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 28px; border-radius: 6px; font-family: var(--cond); font-weight: 700; font-size: 21px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; cursor: pointer; border: 2px solid transparent; line-height: 1; text-decoration: none; transition: background .15s, color .15s, border-color .15s; }
.btn svg { width: 22px; height: 22px; flex: none; }
.btn-red { background: var(--red); color: #fff; border-color: var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-ink:hover { background: #000; border-color: #000; color: #fff; }
.btn-white { background: #fff; color: var(--red); border-color: #fff; }
.btn-white:hover { background: var(--red-tint); border-color: var(--red-tint); color: var(--red-dark); }
.btn-ghost-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-ghost-white:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-sm { min-height: 46px; padding: 0 20px; font-size: 18px; }
.btn-lg { min-height: 64px; padding: 0 36px; font-size: 24px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .5; pointer-events: none; }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.ico { flex: none; }

/* Header */
.site-header { position: relative; z-index: 20; background: #fff; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.logo-mark { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--red); color: #fff; }
.logo-mark svg { width: 22px; height: 22px; }
.logo-text { font-family: var(--cond); font-weight: 800; font-size: 26px; letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.logo-text span { color: var(--red); }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a { color: var(--ink); font-weight: 600; font-size: 16px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.phone-link { display: flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; font-size: 16px; white-space: nowrap; }
.phone-link svg { width: 20px; height: 20px; color: var(--red); }
.menu-btn { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; border-radius: 6px; }
.menu-btn svg { width: 28px; height: 28px; }

/* Hero */
.hero { background: var(--red); color: #fff; }
.hero .wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding: 80px 0 96px; }
.hero .eyebrow { color: rgba(255,255,255,.85); }
.hero h1 { font-size: clamp(40px, 4.2vw, 60px); line-height: .95; color: #fff; }
.hl { background: var(--ink); padding: 2px 14px 0; display: inline-block; }
.hl + br + .hl, .hl-2 { margin-top: 4px; }
.hero-lead { font-size: 21px; line-height: 1.45; color: rgba(255,255,255,.92); max-width: 520px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.9); }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 18px; height: 18px; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }

.browser { position: relative; margin: 0 24px; }
.browser-win { background: #fff; border-radius: 12px; box-shadow: 0 30px 60px rgba(0,0,0,.28); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #D9D5CE; }
.browser-url { flex-grow: 1; margin-left: 10px; height: 26px; border-radius: 6px; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; padding: 0 12px; font-size: 13px; color: var(--muted); }
.browser-page { min-height: 330px; display: flex; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.browser-page p { font-family: Georgia, "Times New Roman", serif; font-size: 16px; color: #5B5860; line-height: 1.6; max-width: 360px; }
.browser-page span { color: #8A8790; text-decoration: underline; }
.stamp { position: absolute; right: -28px; top: 110px; transform: rotate(-10deg); border: 4px solid var(--green); color: var(--green); background: rgba(255,255,255,.94); padding: 8px 22px; border-radius: 6px; font-family: var(--cond); font-weight: 800; font-size: 40px; letter-spacing: .06em; text-transform: uppercase; line-height: 1; }
.online-chip { position: absolute; left: -28px; bottom: -22px; display: flex; align-items: center; gap: 12px; background: var(--ink); color: #fff; border-radius: 8px; padding: 12px 18px; box-shadow: 0 14px 30px rgba(0,0,0,.3); font-weight: 600; font-size: 15px; }
.online-chip i { width: 10px; height: 10px; border-radius: 50%; background: #2FBF6B; box-shadow: 0 0 0 4px rgba(47,191,107,.25); }

/* Sezioni */
.section { padding: 96px 0; }
.section-alt { background: var(--paper-2); }
.section-ink { background: var(--ink); color: #fff; }
.section-red { background: var(--red); color: #fff; }
.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 760px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(36px, 4vw, 56px); }
.section-head .lead { font-size: 19px; color: var(--ink-2); }
.section-ink h2, .section-red h2, .section-ink h3, .section-red h3 { color: #fff; }
.section-head.row { flex-direction: row; align-items: flex-end; justify-content: space-between; max-width: none; gap: 40px; }
.section-head.row > div { display: flex; flex-direction: column; gap: 14px; max-width: 760px; }

/* Griglia problemi */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pcard { display: flex; flex-direction: column; gap: 18px; padding: 28px; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.pcard:hover { border-color: var(--red); box-shadow: 0 10px 28px rgba(23,22,26,.08); color: var(--ink); }
.pcard-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 10px; background: var(--red-tint); color: var(--red); }
.pcard-icon svg { width: 26px; height: 26px; }
.pcard-body { display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.pcard h3 { font-size: 27px; }
.pcard p { font-size: 16px; color: var(--muted); line-height: 1.45; }
.pcard-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; }
.pcard-price { font-family: var(--cond); font-weight: 800; font-size: 24px; }
.pcard-foot svg { width: 22px; height: 22px; color: var(--red); }
.after-grid { margin-top: 28px; font-size: 16px; color: var(--ink-2); }

/* Come funziona */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.step { display: flex; flex-direction: column; gap: 16px; }
.step-num { font-family: var(--cond); font-weight: 800; font-size: 72px; line-height: 1; color: var(--red); }
.step h3 { font-size: 28px; }
.step p { color: var(--ink-2); line-height: 1.55; }
.note-card { display: flex; align-items: center; gap: 18px; padding: 22px 28px; margin-top: 56px; }
.note-card .ico-box { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 8px; background: var(--green-tint); color: var(--green); flex: none; }
.note-card svg { width: 24px; height: 24px; }

/* Numeri */
.numbers { padding: 56px 0; }
.numbers .wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.number { display: flex; flex-direction: column; gap: 6px; }
.number b { font-family: var(--cond); font-weight: 800; font-size: 56px; line-height: 1; }
.number span { color: rgba(255,255,255,.7); font-size: 16px; }

/* Recensioni */
.review { display: flex; flex-direction: column; gap: 18px; padding: 32px; }
.stars { display: flex; gap: 3px; color: var(--red); }
.stars svg { width: 16px; height: 16px; }
.review blockquote { margin: 0; font-size: 18px; line-height: 1.55; }
.review footer { display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.review footer b { font-weight: 700; }
.review footer span { color: var(--muted); font-size: 15px; }

/* Prezzi (home) */
.price-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-row div { display: flex; flex-direction: column; gap: 2px; }
.price-row b { font-weight: 600; font-size: 17px; }
.price-row small { color: var(--muted); font-size: 14px; }
.price-row .price { font-family: var(--cond); font-weight: 800; font-size: 26px; white-space: nowrap; }
.price-note { margin-top: 24px; font-size: 14px; color: var(--muted); }
.maint-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--ink); color: #fff; border-radius: 12px; padding: 40px 48px; margin-top: 48px; }
.maint-band > div { display: flex; flex-direction: column; gap: 10px; max-width: 640px; }
.maint-band h3 { font-size: 34px; color: #fff; }
.maint-band p { color: rgba(255,255,255,.75); font-size: 17px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; }
.faq-grid .section-head { margin-bottom: 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; font-family: var(--cond); font-weight: 700; font-size: 23px; line-height: 1.1; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 22px; height: 22px; color: var(--red); flex: none; transition: transform .2s; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq .answer { padding: 0 0 22px; color: var(--ink-2); line-height: 1.55; max-width: 680px; }

/* CTA finale */
.cta .wrap { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
.cta h2 { font-size: clamp(44px, 6vw, 80px); }
.cta p { font-size: 21px; color: rgba(255,255,255,.92); max-width: 640px; }

/* Footer */
.site-footer { background: var(--ink); color: #fff; padding: 72px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 20px; }
.footer-brand .logo { color: #fff; }
.footer-brand p { color: rgba(255,255,255,.72); font-size: 15px; }
.footer-contacts { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer-contacts li { display: flex; align-items: center; gap: 10px; }
.footer-contacts svg { width: 18px; height: 18px; color: var(--red); }
.footer-contacts a { color: #fff; }
.footer-col { display: flex; flex-direction: column; gap: 14px; }
.footer-col h4 { font-size: 18px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.5); }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.flink { color: rgba(255,255,255,.72); font-size: 15px; }
.flink:hover { color: #fff; }
.footer-bottom { display: flex; flex-direction: column; gap: 14px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 56px; padding-top: 28px; font-size: 13px; color: rgba(255,255,255,.55); }
.footer-bottom > div { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-bottom .links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom .links a, .footer-bottom .links button { color: rgba(255,255,255,.72); font-size: 13px; background: none; border: 0; padding: 0; font-family: inherit; cursor: pointer; }
.footer-bottom .links a:hover, .footer-bottom .links button:hover { color: #fff; }

/* Barra mobile fissa */
.mobile-bar { display: none; }

/* Pagina interna: intestazione */
.page-head { background: var(--paper-2); padding: 64px 0 56px; }
.page-head h1 { font-size: clamp(38px, 4.5vw, 64px); line-height: .95; }
.page-head .lead { font-size: 20px; color: var(--ink-2); line-height: 1.5; max-width: 820px; margin-top: 14px; }
.page-head .eyebrow { margin-bottom: 14px; }
.crumbs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 14px; color: var(--muted); padding: 20px 0 0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--red); }
.crumbs span[aria-current] { color: var(--ink); font-weight: 600; }

/* Tabella prezzi */
.price-table { display: flex; flex-direction: column; }
.price-table .thead, .price-table .trow { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 2.2fr) minmax(0, 1.4fr) minmax(0, 1.8fr); gap: 24px; align-items: center; }
.price-table .thead { padding: 0 0 12px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.price-table .trow { padding: 22px 0; border-bottom: 1px solid var(--line); }
.price-table .trow > div { display: flex; flex-direction: column; gap: 3px; }
.price-table .trow b { font-weight: 600; font-size: 18px; }
.price-table .trow small { color: var(--muted); font-size: 15px; }
.price-table .time { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--ink-2); }
.price-table .time svg { width: 18px; height: 18px; color: var(--muted); }
.price-table .amount { font-family: var(--cond); font-weight: 800; font-size: 30px; }
.price-table .btn { justify-self: end; }
.table-foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 28px; font-size: 15px; }
.urgency-box { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; background: var(--red-tint); border-radius: 12px; padding: 28px 32px; margin-top: 36px; }
.urgency-box > div:first-child { display: flex; gap: 18px; align-items: flex-start; }
.urgency-box .ico-box { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 10px; background: var(--red); color: #fff; flex: none; }
.urgency-box .ico-box svg { width: 26px; height: 26px; }
.urgency-box h3 { font-size: 26px; margin-bottom: 6px; }
.urgency-box p { font-size: 16px; color: var(--ink-2); line-height: 1.5; }
.urgency-pct { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 0 8px; }
.urgency-pct b { font-family: var(--cond); font-weight: 800; font-size: 48px; line-height: 1; color: var(--red); }
.urgency-pct span { color: var(--muted); font-size: 13px; white-space: nowrap; }

.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: 22px; padding: 32px; background: #fff; border: 2px solid var(--line); border-radius: 12px; }
.plan.rec { border-color: var(--red); }
.plan .badge { position: absolute; top: -14px; left: 32px; background: var(--red); color: #fff; font-family: var(--cond); font-weight: 700; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; }
.plan h3 { font-size: 30px; }
.plan .sub { color: var(--muted); font-size: 15px; margin-top: 4px; }
.plan .amount { display: flex; align-items: baseline; gap: 6px; }
.plan .amount b { font-family: var(--cond); font-weight: 800; font-size: 56px; line-height: 1; }
.plan .amount span { color: var(--muted); font-size: 15px; }
.plan ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; flex-grow: 1; }
.plan li, .checks li { display: flex; align-items: flex-start; gap: 10px; }
.plan li svg, .checks li svg { width: 18px; height: 18px; color: var(--green); flex: none; margin-top: 2px; }
.checks { display: flex; flex-direction: column; gap: 12px; font-size: 17px; color: var(--ink-2); }
.checks.neutral li svg { color: var(--muted); width: 20px; height: 20px; }
.checks li svg { width: 20px; height: 20px; margin-top: 3px; }
.guarantee { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.guarantee > div { display: flex; gap: 22px; align-items: center; }
.guarantee .ico-box { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 12px; background: var(--red); color: #fff; flex: none; }
.guarantee .ico-box svg { width: 34px; height: 34px; }
.guarantee h2 { font-size: clamp(30px, 3.5vw, 40px); }
.guarantee p { color: rgba(255,255,255,.75); font-size: 17px; margin-top: 6px; }

/* Guide */
.guide { display: grid; grid-template-columns: minmax(0, 760px) minmax(0, 380px); gap: 60px; align-items: start; padding: 24px 0 96px; }
.guide article { display: flex; flex-direction: column; gap: 40px; }
.guide h1 { font-size: clamp(36px, 4.5vw, 60px); line-height: .95; }
.guide .meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.guide .intro { font-size: 20px; line-height: 1.55; color: var(--ink-2); }
.guide h2 { font-size: 36px; }
.guide h3 { font-size: 25px; }
.guide p { line-height: 1.55; color: var(--ink-2); }
.guide code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .92em; background: var(--paper-2); padding: 2px 6px; border-radius: 4px; color: var(--ink); }
.guide pre { margin: 0; background: var(--ink); color: var(--paper-2); border-radius: 8px; padding: 16px 18px; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 14px; line-height: 1.6; white-space: pre-wrap; overflow-x: auto; }
.guide pre code { background: none; padding: 0; color: inherit; font-size: inherit; }
.callout { display: flex; gap: 14px; border-radius: 10px; padding: 20px 22px; }
.callout svg { width: 24px; height: 24px; flex: none; }
.callout p { font-size: 16px; color: var(--ink); }
.callout-info { background: var(--amber-tint); } .callout-info svg { color: var(--amber); }
.callout-warn { background: var(--red-tint); } .callout-warn svg { color: var(--red); }
.causes { display: flex; flex-direction: column; gap: 12px; font-size: 17px; color: var(--ink-2); margin-top: 16px; }
.causes li { display: flex; gap: 12px; }
.causes svg { width: 20px; height: 20px; color: var(--red); flex: none; margin-top: 3px; }
.causes b { color: var(--ink); font-weight: 700; }
.howto { display: flex; flex-direction: column; gap: 28px; margin-top: 28px; }
.howto li { display: flex; gap: 20px; }
.howto .n { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--cond); font-weight: 800; font-size: 22px; flex: none; }
.howto li > div { display: flex; flex-direction: column; gap: 10px; padding-top: 6px; min-width: 0; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--ink); color: #fff; border-radius: 12px; padding: 36px 40px; }
.inline-cta h2 { font-size: 34px; color: #fff; }
.inline-cta p { color: rgba(255,255,255,.75); font-size: 17px; margin-top: 8px; }
.guide aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 24px; }
.side-cta { overflow: hidden; }
.side-cta .top { background: var(--red); color: #fff; padding: 22px 26px; }
.side-cta .top .eyebrow { color: rgba(255,255,255,.85); font-size: 13px; }
.side-cta .top h2 { font-size: 30px; color: #fff; text-transform: none; margin-top: 4px; }
.side-cta .body { display: flex; flex-direction: column; gap: 18px; padding: 24px 26px; }
.side-cta .amount { display: flex; align-items: baseline; gap: 10px; }
.side-cta .amount b { font-family: var(--cond); font-weight: 800; font-size: 48px; line-height: 1; }
.side-cta .amount span { color: var(--muted); font-size: 15px; }
.side-cta ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.side-cta li { display: flex; align-items: center; gap: 10px; }
.side-cta li svg { width: 18px; height: 18px; color: var(--green); flex: none; }
.side-cta .buttons { display: flex; flex-direction: column; gap: 10px; }
.side-cta small { text-align: center; color: var(--muted); font-size: 13px; }
.related { display: flex; flex-direction: column; gap: 14px; padding: 24px 26px; }
.related h2 { font-size: 16px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.related ul { display: flex; flex-direction: column; gap: 10px; }
.related a { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink); font-weight: 600; font-size: 15px; }
.related a svg { width: 16px; height: 16px; color: var(--red); flex: none; }
.guide-faq { display: flex; flex-direction: column; gap: 8px; }
.guide-faq h2 { margin-bottom: 8px; }

/* Wizard e form */
.wizard-page { background: var(--paper-2); min-height: 70vh; padding: 36px 0 80px; }
.wizard { width: min(920px, 100%); margin: 0 auto; display: flex; flex-direction: column; gap: 32px; padding: 44px 48px 40px; box-shadow: 0 20px 50px rgba(23,22,26,.06); }
.progress { display: flex; flex-direction: column; gap: 12px; }
.progress .labels { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; }
.progress .bars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.progress .bars i { height: 6px; border-radius: 3px; background: var(--line); }
.progress .bars i.on { background: var(--red); }
.wizard h1 { font-size: clamp(32px, 4vw, 44px); }
.wizard .lead { font-size: 17px; color: var(--ink-2); margin-top: 10px; }
.wizard .foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 24px; flex-wrap: wrap; }
.wizard .foot .muted { font-size: 15px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-weight: 600; background: none; border: 0; padding: 0; font: inherit; font-weight: 600; cursor: pointer; }
.back-link svg { width: 20px; height: 20px; }
.wstep[hidden] { display: none; }
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tile { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 22px 20px; border: 2px solid var(--line); background: #fff; border-radius: 10px; color: var(--ink); min-height: 150px; cursor: pointer; text-align: left; font: inherit; transition: border-color .15s, background .15s; }
.tile:hover { border-color: var(--red); }
.tile[aria-pressed="true"] { border-color: var(--red); background: var(--red-tint); }
.tile > svg { width: 30px; height: 30px; color: var(--red); }
.tile b { font-family: var(--cond); font-weight: 700; font-size: 22px; line-height: 1.05; display: block; }
.tile small { color: var(--muted); font-size: 14px; display: block; margin-top: 4px; }
.tile .tick { position: absolute; top: 12px; right: 12px; display: none; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--red); color: #fff; }
.tile .tick svg { width: 14px; height: 14px; }
.tile[aria-pressed="true"] .tick { display: flex; }
.question { display: flex; flex-direction: column; gap: 12px; }
.question > span { font-weight: 600; font-size: 17px; }
.pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pill { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 2px solid var(--line); background: #fff; color: var(--ink); font: inherit; font-weight: 600; font-size: 15px; cursor: pointer; }
.pill:hover { border-color: var(--red); }
.pill[aria-pressed="true"] { border-color: var(--red); background: var(--red); color: #fff; }
.questions { display: flex; flex-direction: column; gap: 26px; }
.summary-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px; align-items: start; }
.summary { display: flex; flex-direction: column; gap: 20px; background: var(--ink); color: #fff; border-radius: 12px; padding: 28px; }
.summary .eyebrow { font-size: 13px; }
.summary h2 { font-size: 28px; color: #fff; text-transform: none; margin-top: 6px; }
.summary .details { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 4px; }
.summary .rows { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; }
.summary .row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.summary .row span { color: rgba(255,255,255,.75); }
.summary .row b { font-family: var(--cond); font-weight: 700; font-size: 22px; white-space: nowrap; }
.summary .row.total { border-top: 1px solid rgba(255,255,255,.14); padding-top: 12px; }
.summary .row.total span { color: #fff; font-weight: 600; }
.summary .row.total b { font-weight: 800; font-size: 40px; line-height: 1; }
.summary ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; }
.summary li { display: flex; align-items: center; gap: 10px; }
.summary li svg { width: 18px; height: 18px; color: #2FBF6B; flex: none; }
.summary small { font-size: 13px; color: rgba(255,255,255,.55); }
.form { display: flex; flex-direction: column; gap: 16px; }
.form .two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-weight: 600; font-size: 15px; }
.field input, .field textarea, .field select { min-height: 52px; border: 2px solid var(--line); border-radius: 8px; padding: 12px 14px; font-family: var(--body); font-size: 16px; color: var(--ink); background: #fff; width: 100%; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--ink-2); }
.check input { width: 20px; height: 20px; margin: 1px 0 0; flex: none; accent-color: var(--red); }
.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 2px solid var(--line); background: #fff; border-radius: 10px; padding: 14px 18px; cursor: pointer; }
.switch-row:has(input:checked) { border-color: var(--red); background: var(--red-tint); }
.switch-row > span { display: flex; flex-direction: column; gap: 2px; }
.switch-row b { font-weight: 700; font-size: 16px; }
.switch-row small { color: var(--muted); font-size: 14px; }
.switch-row input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.switch { position: relative; width: 52px; height: 30px; border-radius: 15px; background: var(--line); flex: none; transition: background .15s; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: left .15s; }
.switch-row:has(input:checked) .switch { background: var(--red); }
.switch-row:has(input:checked) .switch::after { left: 25px; }
.switch-row:has(input:focus-visible) { outline: 3px solid var(--ink); outline-offset: 3px; }
.form-note { font-size: 14px; color: var(--muted); text-align: center; }
.hp { position: absolute; left: -9999px; top: -9999px; }
.alert { display: flex; gap: 14px; align-items: flex-start; border-radius: 10px; padding: 18px 20px; background: var(--red-tint); }
.alert svg { width: 22px; height: 22px; color: var(--red); flex: none; }
.alert p { font-size: 16px; }

/* Contatti */
.contact-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px 24px; color: var(--ink); }
.contact-card .ico-box { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 10px; background: var(--red-tint); color: var(--red); flex: none; }
.contact-card .ico-box svg { width: 24px; height: 24px; }
.contact-card h2 { font-size: 22px; text-transform: none; }
.contact-card p { color: var(--ink-2); font-size: 15px; margin-top: 4px; }
.contact-card a.big { font-weight: 700; font-size: 18px; color: var(--ink); display: inline-block; margin-top: 6px; }
.contact-card a.big:hover { color: var(--red); }

/* Prosa (privacy, chi siamo, grazie) */
.prose { max-width: 800px; display: flex; flex-direction: column; gap: 22px; padding: 56px 0 96px; }
.prose h2 { font-size: 32px; margin-top: 16px; }
.prose h3 { font-size: 22px; }
.prose p, .prose li { color: var(--ink-2); line-height: 1.6; }
.prose ul { list-style: disc; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.prose a { font-weight: 600; }
.todo { background: var(--amber-tint); border: 2px dashed var(--amber); border-radius: 10px; padding: 18px 20px; color: var(--ink); }

/* Cookie banner */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; margin: 0 auto; max-width: 720px; background: var(--ink); color: #fff; border-radius: 12px; padding: 20px 22px; display: flex; gap: 20px; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.consent p { font-size: 14px; color: rgba(255,255,255,.85); }
.consent a { color: #fff; text-decoration: underline; }
.consent .actions { display: flex; gap: 8px; flex: none; }
.consent[hidden] { display: none; }

/* 404 */
.notfound { padding: 96px 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.notfound h1 { font-size: clamp(60px, 10vw, 120px); color: var(--red); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 48px; padding: 56px 0 72px; }
  .browser { margin: 0 28px 24px; }
  .grid-3, .steps, .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-grid, .guide, .summary-grid, .contact-grid { grid-template-columns: 1fr; }
  .guide aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .price-table .thead { display: none; }
  .price-table .trow { grid-template-columns: minmax(0, 1fr) auto; }
  .price-table .time { grid-column: 1; }
  .price-table .amount { grid-column: 2; grid-row: 1; }
  .price-table .btn { grid-column: 1 / -1; justify-self: start; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; box-shadow: 0 20px 40px rgba(23,22,26,.1); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav a:last-child { border-bottom: 0; }
  .menu-btn { display: flex; }
  .header-actions .phone-link { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { width: min(var(--wrap), 100% - 40px); }
  .site-header .wrap { min-height: 64px; }
  .logo-mark { width: 34px; height: 34px; } .logo-text { font-size: 22px; }
  .header-actions .btn { display: none; }
  .hero .wrap { padding: 40px 0 48px; gap: 28px; }
  .hero h1 { font-size: 36px; }
  .hero-lead { font-size: 17px; }
  .hero-cta { flex-direction: column; } .hero-cta .btn { width: 100%; }
  .hero-trust { flex-direction: column; gap: 8px; font-size: 14px; }
  .browser { margin: 12px 0 0; }
  .browser-page { min-height: 170px; padding: 24px; } .browser-page p { font-size: 13px; }
  .stamp { right: -6px; top: 56px; font-size: 26px; padding: 6px 14px; border-width: 3px; }
  .online-chip { display: none; }
  .btn-lg { min-height: 56px; font-size: 21px; padding: 0 24px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 24px; gap: 10px; }
  .section-head h2 { font-size: 36px; } .section-head .lead { font-size: 16px; }
  .section-head.row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .grid-3, .grid-2, .steps, .plans, .price-list { grid-template-columns: 1fr; gap: 12px; }
  .pcard { flex-direction: row; align-items: center; padding: 14px 16px; gap: 14px; }
  .pcard-icon { width: 44px; height: 44px; } .pcard-icon svg { width: 22px; height: 22px; }
  .pcard h3 { font-size: 20px; } .pcard p { display: none; }
  .pcard-foot { border: 0; padding: 0; } .pcard-price { font-size: 17px; color: var(--red); } .pcard-foot svg { display: none; }
  .steps { gap: 22px; } .step { flex-direction: row; gap: 16px; }
  .step-num { font-size: 40px; width: 52px; flex: none; } .step > div { display: flex; flex-direction: column; gap: 6px; }
  .step h3 { font-size: 22px; } .step p { font-size: 15px; }
  .note-card { margin-top: 28px; padding: 16px; align-items: flex-start; }
  .numbers { padding: 36px 0; } .numbers .wrap { gap: 12px; } .number b { font-size: 30px; } .number span { font-size: 12px; }
  .review { padding: 22px; } .review blockquote { font-size: 16px; }
  .price-row { padding: 14px 0; } .price-row .price { font-size: 22px; } .price-row small { display: none; }
  .maint-band { flex-direction: column; align-items: flex-start; padding: 24px; gap: 18px; margin-top: 28px; }
  .maint-band h3 { font-size: 26px; } .maint-band p { font-size: 15px; }
  .faq-grid { gap: 20px; }
  .faq summary { font-size: 20px; padding: 16px 0; } .faq .answer { font-size: 15px; padding-bottom: 16px; }
  .cta h2 { font-size: 52px; } .cta p { font-size: 17px; } .cta .hero-cta { width: 100%; }
  .site-footer { padding: 48px 0 40px; } .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { margin-top: 28px; }
  .page-head { padding: 40px 0 36px; } .page-head h1 { font-size: 38px; } .page-head .lead { font-size: 17px; }
  .price-table .trow b { font-size: 16px; } .price-table .amount { font-size: 24px; }
  .urgency-box { grid-template-columns: 1fr; padding: 20px; gap: 16px; }
  .urgency-pct { flex-direction: row; align-items: baseline; gap: 8px; padding: 0; }
  .plan { padding: 24px; }
  .guarantee { flex-direction: column; align-items: flex-start; }
  .guarantee > div { flex-direction: column; align-items: flex-start; }
  .guide { gap: 40px; padding-bottom: 56px; } .guide article { gap: 28px; }
  .guide h1 { font-size: 36px; } .guide h2 { font-size: 28px; } .guide h3 { font-size: 21px; }
  .guide .intro { font-size: 17px; }
  .howto li { gap: 14px; } .howto .n { width: 36px; height: 36px; font-size: 18px; }
  .inline-cta { flex-direction: column; align-items: flex-start; padding: 24px; } .inline-cta h2 { font-size: 28px; }
  .wizard-page { padding: 16px 0 100px; }
  .wizard { padding: 24px 20px; gap: 24px; }
  .tiles { grid-template-columns: 1fr; } .tile { min-height: 0; flex-direction: row; align-items: center; }
  .tile > svg { width: 26px; height: 26px; } .tile b { font-size: 19px; }
  .form .two { grid-template-columns: 1fr; }
  .summary { padding: 22px; } .summary .row.total b { font-size: 34px; }
  .consent { flex-direction: column; align-items: stretch; left: 10px; right: 10px; bottom: 10px; }
  .consent .actions { justify-content: flex-end; }
  .prose { padding: 32px 0 56px; } .prose h2 { font-size: 26px; }

  /* barra fissa in basso */
  body.has-bar { padding-bottom: 84px; }
  .mobile-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; gap: 10px; padding: 12px 16px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(23,22,26,.08); }
  .mobile-bar .btn { flex: 1 1 0; }
  .mobile-bar .btn:last-child { flex-grow: 1.4; }
  body.has-bar .consent { bottom: 92px; }
}
@media print {
  .site-header, .site-footer, .mobile-bar, .consent, .side-cta, .inline-cta, .cta, .hazard { display: none !important; }
  .guide { grid-template-columns: 1fr; }
}
