/* Web Hospitality — stesso sistema "Appetito" di menuristorazione.it e fissly.it (stessi
   font, stesso radius). Palette "Terra e Lino" dal 24/09/2026 (cotto, oliva, lino). v0.5.0 (24/09/2026): layout sul modello dei
   migliori siti del settore — hero con composizione a strati del prodotto, blocchi alternati
   testo/immagine, channel manager come fascia "in più". */

/* Font serviti dal nostro server (non da Google: niente IP dei visitatori a terzi). Variabili, solo latin. */
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../fonts/bricolage-grotesque.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/instrument-sans.woff2') format('woff2'); }

:root {
	--pro-crema:   #f8f4ec;
	--pro-pietra: #f1eadf;
	--pro-ink:     #2b2621;
	--pro-accento: #e0662b;
	--pro-accento-scuro: #b35222;
	--pro-bordo:   #e4d8c6;
	--pro-muted:   #6b6157;
	--pro-chip:    #f1eadf;
	--pro-bianco:  #ffffff;
	--pro-scuro:   #231f1b;
	--pro-scuro-2: #332d27;
	--pro-scuro-muted: #c8bdaf;
	--pro-sabbia:  #f1e8de;
	--pro-sabbia-ink: #8a6d50;
	--pro-oro:     #c9a96e;
	--pro-oliva:   #6b7550;
	--pro-oliva-chiaro: #e8e9da;
	--pro-oliva-ink: #4f5838;
	--pro-display: 'Bricolage Grotesque', system-ui, sans-serif;
	--pro-testo:   'Instrument Sans', system-ui, sans-serif;
	--pro-raggio: 18px;
	--pro-ombra: 0 30px 60px -28px rgba(45,28,16,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--pro-testo); color: var(--pro-ink); background: var(--pro-crema); }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--pro-display); line-height: 1.1; margin: 0; letter-spacing: -0.02em; }
img { max-width: 100%; display: block; }
a:focus-visible, button:focus-visible, .pro-btn:focus-visible { outline: 2px solid var(--pro-accento); outline-offset: 2px; }
[id] { scroll-margin-top: 84px; }

.pro-wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.pro-wrap-stretto { max-width: 1000px; }
.pro-wrap-testo { max-width: 860px; }

.pro-btn { display: inline-flex; align-items: center; justify-content: center; font: inherit; font-size: 15px; font-weight: 700; padding: 13px 24px; border-radius: 10px; border: 0; cursor: pointer; text-decoration: none; transition: background .15s, border-color .15s, transform .15s; }
.pro-btn-grande { padding: 16px 28px; font-size: 16px; }
.pro-btn-accento { background: var(--pro-accento); color: #fff; }
.pro-btn-accento:hover { background: var(--pro-accento-scuro); color: #fff; }
.pro-btn-bordo { border: 1.5px solid #d2bfa5; color: var(--pro-ink); background: rgba(255,255,255,0.6); }
.pro-btn-bordo:hover { border-color: var(--pro-ink); }

.pro-kicker { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--pro-accento); margin: 0 0 12px; }
.pro-kicker-chiaro { color: #d2bfa5; }
.pro-ico { flex-shrink: 0; }

/* header */
.pro-header { background: rgba(250,246,239,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--pro-bordo); position: sticky; top: 0; z-index: 40; }
.pro-header-in { display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; }
.pro-logo { display: flex; align-items: center; flex-shrink: 0; }
.pro-logo img { height: 36px; width: auto; max-width: none; }
.pro-solo-stretto { display: none; }
.pro-nav { display: flex; align-items: center; gap: 30px; }
.pro-nav > a:not(.pro-btn) { font-size: 15px; font-weight: 600; color: var(--pro-ink); }
.pro-nav > a:not(.pro-btn):hover { color: var(--pro-accento); }
.pro-nav .pro-btn { padding: 11px 20px; }

/* hero */
.pro-hero { position: relative; overflow: hidden; background:
	radial-gradient(640px 420px at 78% 42%, rgba(222,178,146,0.42), transparent 70%),
	radial-gradient(520px 360px at 8% 0%, rgba(255,255,255,0.9), transparent 70%),
	linear-gradient(180deg, #f9f4ec 0%, #f1e8da 100%); }
.pro-hero-in { display: flex; gap: 56px; align-items: center; padding: 64px 32px 36px; }
.pro-hero-testo { flex: 0 1 470px; min-width: 0; }
.pro-hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--pro-bordo); margin-bottom: 22px; font-size: 13px; font-weight: 700; color: var(--pro-accento-scuro); }
.pro-hero-badge-punto { width: 8px; height: 8px; border-radius: 999px; background: #7b8a55; box-shadow: 0 0 0 4px rgba(123,138,85,0.2); }
.pro-hero-titolo { font-size: 52px; line-height: 1.03; letter-spacing: -0.035em; }
.pro-hero-titolo span { color: var(--pro-accento); }
.pro-hero-sotto { font-size: 17.5px; color: #4d443b; margin: 22px 0 0; line-height: 1.55; }
.pro-hero-cta { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.pro-hero-garanzie { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.pro-hero-garanzie li { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--pro-muted); }
.pro-hero-garanzie svg { width: 17px; height: 17px; margin: 0 !important; }
.pro-hero .pro-hero-dida { text-align: right; padding-bottom: 28px; margin: 0 auto; }

.pro-hero-visual { position: relative; flex: 1 1 0; min-width: 0; padding: 58px 0 150px; }

/* apertura: frase d'effetto e fascia a tutta larghezza di siti d'esempio che scorre */
.wh-apertura { --wh-alta: clamp(620px, calc(100vh - 74px), 1000px); --wh-h: calc(var(--wh-alta) - 92px); position: relative; overflow: hidden; height: var(--wh-alta); display: flex; flex-direction: column; justify-content: center; background:
	radial-gradient(700px 380px at 50% 0%, rgba(255,255,255,0.95), transparent 70%),
	radial-gradient(1200px 520px at 50% 100%, rgba(222,178,146,0.35), transparent 70%),
	linear-gradient(180deg, #f9f4ec 0%, #f1e8da 100%); }
.wh-apertura-testo { position: relative; z-index: 3; text-align: center; max-width: 900px; padding-top: 0; padding-bottom: 40px; pointer-events: none; }
.wh-apertura-testo a, .wh-apertura-testo .pro-hero-badge { pointer-events: auto; }
/* velatura color lino al centro: la fascia passa dietro la scritta senza disturbarla */
.wh-apertura::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: rgba(248,244,236,0.72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
	-webkit-mask-image: radial-gradient(ellipse max(600px, 38vw) 480px at 50% 46%, #000 62%, transparent 100%); mask-image: radial-gradient(ellipse max(600px, 38vw) 480px at 50% 46%, #000 62%, transparent 100%); }
.wh-apertura-titolo { font-size: 62px; line-height: 1.02; letter-spacing: -0.035em; max-width: 720px; margin: 0 auto; }
.wh-apertura-titolo span { color: var(--pro-accento); }
.wh-apertura-sotto { font-size: 19px; color: #4d443b; margin: 22px auto 0; max-width: 620px; line-height: 1.5; }
.wh-apertura-cta { justify-content: center; }

.wh-nastro { position: absolute; z-index: 1; left: 0; right: 0; top: 18px; height: var(--wh-h); overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.wh-nastro-binario { display: flex; gap: 28px; height: 100%; width: max-content; animation: wh-scorri 94s linear infinite; }
/* N card + N gap: metà del binario esatta, così la seconda copia prende il posto della prima */
@keyframes wh-scorri { to { transform: translateX(calc(-50% - 14px)); } }
@media (prefers-reduced-motion: reduce) { .wh-nastro-binario { animation: none; } .wh-nastro { overflow-x: auto; } }

/* barra 34px + schermata quadrata: la card ha la forma della foto, niente tagli */
.wh-card { flex: 0 0 auto; height: var(--wh-h); width: calc(var(--wh-h) - 34px); display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--pro-bordo); box-shadow: 0 24px 50px -32px rgba(45,28,16,0.35); }
.wh-card-barra { display: flex; align-items: center; gap: 6px; height: 34px; box-sizing: border-box; padding: 0 12px; background: #f5efe6; border-bottom: 1px solid var(--pro-bordo); flex-shrink: 0; }
.wh-card-barra i { width: 9px; height: 9px; border-radius: 999px; background: #dccfbf; }
.wh-card-barra span { margin-left: 8px; font-size: 11.5px; color: var(--pro-muted); background: #fff; border-radius: 6px; padding: 3px 10px; }
.wh-card img { display: block; width: 100%; aspect-ratio: 1; height: auto; }

.wh-nastro-piede { position: absolute; z-index: 3; left: 0; right: 0; bottom: 22px; text-align: center; }
.wh-firma { display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 4px 10px; margin: 0; padding: 7px 16px 7px 7px; border-radius: 999px; background: rgba(255,255,255,0.78); border: 1px solid var(--pro-bordo); box-shadow: 0 10px 24px -18px rgba(45,28,16,0.4); font-size: 13.5px; color: #5c5147; }
.wh-firma span { padding: 3px 10px; border-radius: 999px; background: var(--pro-accento); color: #fff; font-weight: 600; font-size: 12.5px; }

/* planning del gestionale (strato dietro) */
.pro-plan { --plan-nome: 96px; background: #fff; border: 1px solid var(--pro-bordo); border-radius: 18px; box-shadow: var(--pro-ombra); padding: 18px 18px 14px; margin-left: 56px; }
.pro-plan-testa { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pro-plan-titolo { font-family: var(--pro-display); font-weight: 700; font-size: 15px; }
.pro-plan-mese { font-size: 12px; color: var(--pro-muted); background: var(--pro-chip); padding: 4px 10px; border-radius: 999px; }
.pro-plan-riga { display: grid; grid-template-columns: var(--plan-nome) repeat(14, minmax(0, 1fr)); align-items: center; height: 38px; border-top: 1px solid #efe8dc; }
.pro-plan-giorni { height: 24px; border-top: 0; }
.pro-plan-nome { grid-column: 1; grid-row: 1; font-size: 12px; font-weight: 600; color: var(--pro-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 8px; }
.pro-plan-giorno { grid-row: 1; font-size: 10.5px; color: #8c8176; text-align: center; font-weight: 600; }
.pro-plan-cella { grid-row: 1; height: 100%; border-left: 1px solid #f1ebe1; }
.pro-plan-barra { grid-row: 1; z-index: 1; height: 24px; margin: 0 2px; border-radius: 6px; font-size: 10.5px; font-weight: 700; line-height: 24px; padding: 0 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* stessi colori del pannello /gestisci/: sito = cotto, telefono = grigio, portale = blu */
.pro-plan-barra.e-sito { background: #fbe7dc; color: var(--pro-accento-scuro); box-shadow: inset 3px 0 0 var(--pro-accento); }
.pro-plan-barra.e-tel { background: #eeebe6; color: #5e574f; box-shadow: inset 3px 0 0 #8c8479; }
.pro-plan-barra.e-booking { background: #e4ecf7; color: #244a80; box-shadow: inset 3px 0 0 #2f5d9e; }
.pro-plan-barra.e-nuova { background: var(--pro-accento); color: #fff; box-shadow: none; animation: pro-arriva .6s ease-out; }
.pro-plan-legenda { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 10px; font-size: 11.5px; color: var(--pro-muted); }
.pro-plan-legenda span { display: flex; align-items: center; gap: 6px; }
.pro-plan-legenda i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.pro-plan-legenda i.e-sito { background: #fbe7dc; box-shadow: inset 2px 0 0 var(--pro-accento); }
.pro-plan-legenda i.e-tel { background: #eeebe6; box-shadow: inset 2px 0 0 #8c8479; }
.pro-plan-legenda i.e-booking { background: #e4ecf7; box-shadow: inset 2px 0 0 #2f5d9e; }

/* notifica (strato sopra, in alto) */
.pro-hero-notifica { position: absolute; top: 0; right: -8px; z-index: 3; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--pro-bordo); border-radius: 14px; padding: 12px 16px 12px 12px; box-shadow: 0 20px 40px -18px rgba(45,28,16,0.4); max-width: 350px; }
.pro-hero-notifica-icona { width: 38px; height: 38px; border-radius: 10px; background: var(--pro-accento); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pro-hero-notifica strong { display: block; font-size: 13.5px; }
.pro-hero-notifica span { font-size: 12.5px; color: var(--pro-muted); }
.pro-hero-notifica.e-arrivata { animation: pro-arriva .6s ease-out; }
@keyframes pro-arriva { from { transform: translateY(-10px) scale(0.96); opacity: 0; } to { transform: none; opacity: 1; } }

/* widget di prenotazione dell'ospite (strato davanti, in basso a sinistra) */
.pro-hero-widget { position: absolute; left: 0; bottom: 0; z-index: 2; width: 310px; background: #fff; border: 1px solid var(--pro-bordo); border-radius: 18px; box-shadow: 0 40px 80px -30px rgba(45,28,16,0.55); padding: 18px; }
.pro-hero-widget-testata { display: flex; align-items: center; justify-content: space-between; font-family: var(--pro-display); font-weight: 700; font-size: 15px; margin-bottom: 12px; }
.pro-hero-widget-sito { font-family: var(--pro-testo); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--pro-accento); background: var(--pro-chip); padding: 4px 8px; border-radius: 999px; }
.pro-hero-widget-griglia { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; margin-bottom: 10px; }
.pro-hero-giorno { border: 0; background: var(--pro-pietra); color: var(--pro-ink); font: inherit; font-size: 12.5px; font-weight: 600; height: 32px; border-radius: 8px; cursor: pointer; padding: 0; }
.pro-hero-giorno:hover:not(.e-occupato) { background: #eadfce; }
.pro-hero-giorno.e-occupato { background: var(--pro-sabbia); color: #b79a7d; text-decoration: line-through; cursor: not-allowed; }
.pro-hero-giorno.e-intervallo { background: #e8cdb9; }
.pro-hero-giorno.e-selezionato { background: var(--pro-accento); color: #fff; }
.pro-hero-widget-riepilogo { font-size: 12.5px; color: var(--pro-muted); margin: 0 0 10px; min-height: 18px; }
.pro-hero-widget .pro-btn { width: 100%; padding: 12px; }

/* confronto */
.pro-confronto { background: var(--pro-scuro); padding: 96px 0; }
.pro-confronto .pro-kicker { text-align: center; }
.pro-confronto-titolo { font-size: 36px; margin: 0 auto 48px; text-align: center; color: #fff; max-width: 760px; }
.pro-confronto-grid { display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.5); }
.pro-confronto-col { padding: 40px 34px; }
.pro-confronto-col.e-classico { background: var(--pro-scuro-2); }
.pro-confronto-col.e-noi { background: var(--pro-accento); position: relative; }
.pro-confronto-col h3 { font-size: 18px; font-weight: 700; margin-bottom: 24px; }
.pro-confronto-col.e-classico h3 { color: #a39686; }
.pro-confronto-col.e-noi h3 { color: #fff; }
.pro-confronto-lista { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.pro-confronto-lista li { display: flex; gap: 12px; font-size: 16px; line-height: 1.5; }
.pro-confronto-col.e-classico li { color: #cfc4b6; }
.pro-confronto-col.e-noi li { color: #fff; font-weight: 500; }
.pro-confronto-badge { position: absolute; top: 24px; right: 24px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,0.18); padding: 5px 12px; border-radius: 999px; }

/* sezioni */
.pro-sezione { padding: 96px 0; }
.pro-sezione-crema { background: var(--pro-crema); }
.pro-titolo { font-size: 38px; margin-bottom: 16px; max-width: 640px; }
.pro-titolo-centrato { text-align: center; margin-left: auto; margin-right: auto; }
.pro-intro-centrata { text-align: center; margin: 0 auto 56px; max-width: 640px; }
.pro-intro-centrata > p:not(.pro-kicker) { font-size: 17px; color: var(--pro-muted); line-height: 1.55; margin: 0; }

.pro-griglia { display: grid; gap: 20px; }
.pro-griglia-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pro-griglia-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pro-griglia-4 .pro-pacchetto { padding: 30px 22px; }

.pro-blocco-lista { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pro-blocco-lista li { display: flex; gap: 10px; font-size: 15.5px; font-weight: 500; }

.pro-dida { font-size: 13px; color: #857a6e; margin: 14px 0 0; text-align: center; }

/* channel manager, l'aggiunta */
.pro-extra { display: flex; align-items: center; gap: 56px; background: var(--pro-scuro); color: #fff; border-radius: 28px; padding: 56px; }
.pro-extra-testo { flex: 1 1 0; min-width: 0; }
.pro-extra-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,0.14); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.pro-extra h2 { font-size: 30px; margin-bottom: 14px; }
.pro-extra-testo > p { font-size: 16px; line-height: 1.6; color: var(--pro-scuro-muted); margin: 0; }
.pro-blocco-lista.e-chiara li { color: #fff; }
.pro-blocco-lista.e-chiara svg path { stroke: #d9b99b; }
.pro-extra-schema { flex: 1 1 0; min-width: 0; background: var(--pro-scuro-2); border-radius: 20px; padding: 36px 20px; }

/* schema di collegamento */
.pro-schema { display: flex; align-items: flex-start; justify-content: center; }
.pro-schema-nodo { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 130px; }
.pro-schema-icona { width: 76px; height: 76px; border-radius: 18px; background: #fff; display: flex; align-items: center; justify-content: center; }
.pro-schema-icona.e-principale { background: var(--pro-accento); box-shadow: 0 0 0 6px rgba(224,102,43,0.35); }
.pro-schema-label { font-size: 14.5px; font-weight: 700; text-align: center; color: #fff; }
.pro-schema-sub { font-weight: 400; font-size: 12.5px; color: var(--pro-scuro-muted); }
.pro-schema-freccia { flex-shrink: 1; min-width: 20px; width: 44px; margin-top: 28px; }

/* pacchetti — fascia premium: fondo scuro e dettagli oro; "Su misura" un gradino sopra */
.pro-pacchetti-sez { background: radial-gradient(900px 480px at 50% 0%, rgba(201,169,110,0.14), transparent 70%), linear-gradient(180deg, #1f1b17 0%, #15120f 100%); color: #fff; }
.pro-pacchetti-sez .pro-titolo { color: #fff; }
.pro-pacchetti-sez .pro-intro-centrata > p:not(.pro-kicker) { color: #c8bdaf; }
.pro-kicker-oro { color: var(--pro-oro); }
.pro-griglia-pacchetti { align-items: stretch; }
.pro-pacchetto { position: relative; display: flex; flex-direction: column; gap: 22px; padding: 34px 28px; border-radius: 22px; background: linear-gradient(165deg, #2c2620 0%, #211d19 100%); border: 1px solid rgba(201,169,110,0.22); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); }
.pro-pacchetto.e-consigliato { background: linear-gradient(165deg, #b35222 0%, #8a3d17 100%); border-color: rgba(201,169,110,0.55); }
.pro-pacchetto.e-premium { border: 1.5px solid transparent; background: linear-gradient(165deg, #17140f 0%, #0b0a08 100%) padding-box, linear-gradient(135deg, #f3e2b5 0%, #b8904f 45%, #f0dca6 70%, #9c7440 100%) border-box; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8), 0 0 60px -20px rgba(201,169,110,0.35); }
.pro-pacchetto-badge { position: absolute; top: -14px; left: 28px; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--pro-oro); color: #1a1409; }
.pro-pacchetto.e-premium .pro-pacchetto-badge { background: linear-gradient(135deg, #f3e2b5, #b8904f); letter-spacing: 0.06em; text-transform: uppercase; font-size: 11px; }
.pro-pacchetto h3 { font-size: 22px; margin-bottom: 6px; color: #fff; }
.pro-pacchetto.e-premium h3 { font-size: 24px; background: linear-gradient(135deg, #f6e7bf, #c9a96e 60%, #f0dca6); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pro-pacchetto-sotto { font-size: 14.5px; margin: 0; color: #c8bdaf; }
.pro-pacchetto.e-consigliato .pro-pacchetto-sotto { color: rgba(255,255,255,0.85); }
.pro-pacchetto.e-premium .pro-pacchetto-sotto { color: #cdbd98; }
.pro-pacchetto-lista { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.pro-pacchetto-lista li { display: flex; gap: 10px; font-size: 15px; color: #efe8dd; }
.pro-pacchetto.e-premium .pro-pacchetto-lista li { color: #efe6d2; }
.pro-pacchetto-lista li svg path { stroke: var(--pro-oro); }
.pro-btn-oro { background: var(--pro-oro); color: #1a1409; }
.pro-btn-oro:hover { background: #d8bd86; }
.pro-btn-oro-pieno { background: linear-gradient(135deg, #f3e2b5, #b8904f); color: #1a1409; }
.pro-btn-oro-pieno:hover { filter: brightness(1.06); }
.pro-btn-bordo-oro { border: 1.5px solid rgba(201,169,110,0.6); color: #f0e3c4; background: transparent; }
.pro-btn-bordo-oro:hover { border-color: var(--pro-oro); background: rgba(201,169,110,0.08); }

/* pagine semplici (privacy, cookie) */
.pro-pagina-titolo { font-size: 40px; margin-bottom: 28px; }
.pro-pagina-testo { font-size: 16px; line-height: 1.7; color: var(--pro-ink); }
.pro-pagina-testo a { color: var(--pro-accento); text-decoration: underline; }
.pro-pagina-testo h2 { font-size: 24px; margin: 36px 0 12px; }

/* faq */
.pro-faq-lista { display: flex; flex-direction: column; gap: 12px; }
.pro-faq-item { border: 1px solid var(--pro-bordo); border-radius: 14px; padding: 20px 24px; background: #fff; }
.pro-faq-item summary { font-size: 16px; font-weight: 700; color: var(--pro-ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.pro-faq-item summary::-webkit-details-marker { display: none; }
.pro-faq-item summary::after { content: "+"; flex-shrink: 0; width: 28px; height: 28px; border-radius: 999px; background: var(--pro-chip); color: var(--pro-accento); font-size: 20px; font-weight: 500; line-height: 28px; text-align: center; transition: transform .2s; }
.pro-faq-item[open] summary::after { transform: rotate(45deg); }
.pro-faq-item p { font-size: 15.5px; color: var(--pro-muted); margin: 12px 0 0; line-height: 1.6; }

/* preventivo / contatti */
.pro-preventivo { background: var(--pro-pietra); border-top: 1px solid var(--pro-bordo); }
.pro-preventivo-grid { display: flex; gap: 64px; }
.pro-preventivo-testo { flex: 1 1 0; display: flex; flex-direction: column; gap: 16px; }
.pro-preventivo-testo p:not(.pro-kicker) { color: var(--pro-muted); max-width: 400px; font-size: 16px; line-height: 1.6; margin: 0; }
.pro-recapiti { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pro-recapiti a, .pro-recapiti li { font-size: 15.5px; color: var(--pro-ink); }
.pro-preventivo-form { flex: 1 1 0; min-width: 0; }

.pro-form-preventivo { display: flex; flex-direction: column; gap: 16px; background: var(--pro-bianco); border: 1px solid var(--pro-bordo); border-radius: 16px; padding: 30px; }
.pro-form-riga { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pro-form-preventivo label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--pro-ink); }
.pro-form-preventivo input, .pro-form-preventivo textarea {
	font: inherit; font-weight: 400; color: var(--pro-ink);
	border: 1px solid #ddd0bd; border-radius: 10px; padding: 12px 14px; background: #fff;
}
.pro-form-preventivo input:focus, .pro-form-preventivo textarea:focus { outline: 2px solid var(--pro-accento); outline-offset: 1px; border-color: var(--pro-accento); }
.pro-hp { position: absolute; left: -9999px; }
.pro-form-preventivo .pro-consenso { flex-direction: row; align-items: flex-start; gap: 10px; font-weight: 400; color: var(--pro-muted); line-height: 1.45; }
.pro-form-preventivo .pro-consenso input { margin: 3px 0 0; width: 18px; height: 18px; accent-color: var(--pro-accento); padding: 0; flex-shrink: 0; }
.pro-consenso a { color: var(--pro-accento); text-decoration: underline; }
.pro-msg { padding: 12px 14px; border-radius: 10px; font-size: 14px; }
.pro-msg-ok { background: #efe3d6; color: var(--pro-accento-scuro); }
.pro-msg-err { background: #fdeae7; color: #b80038; }

/* footer */
.pro-footer { background: var(--pro-scuro); color: var(--pro-scuro-muted); font-size: 14px; }
.pro-footer-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 56px 32px; }
.pro-footer-logo { height: 34px; width: auto; margin-bottom: 16px; }
.pro-footer-brand p { font-size: 13.5px; color: var(--pro-scuro-muted); line-height: 1.6; margin: 0; }
.pro-footer-brand a { color: #fff; font-weight: 600; }
.pro-footer-col { display: flex; flex-direction: column; gap: 10px; }
.pro-footer-h { font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #b39b83; }
.pro-footer-col a { color: var(--pro-scuro-muted); font-size: 14px; }
.pro-footer-bottom { padding: 20px 32px; border-top: 1px solid var(--pro-scuro-2); font-size: 13px; color: #b39b83; display: flex; justify-content: space-between; gap: 8px 20px; flex-wrap: wrap; }
.pro-footer-legali a { color: var(--pro-scuro-muted); }

/* responsive */
@media (max-width: 1060px) {
	.pro-nav > a:not(.pro-btn) { display: none; }
	.pro-hero-in { flex-direction: column; align-items: stretch; padding-top: 56px; gap: 44px; }
	.pro-hero-testo { flex-basis: auto; max-width: 640px; }
	.pro-hero-visual { max-width: 680px; width: 100%; margin: 0 auto; }
	.pro-hero .pro-hero-dida { text-align: center; }
	.wh-apertura-titolo { font-size: 48px; }
	.pro-extra { flex-direction: column; align-items: stretch; padding: 44px 36px; }
}

@media (max-width: 1100px) {
	.pro-griglia-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.pro-griglia-3 { grid-template-columns: 1fr; }
	.pro-griglia-4 { grid-template-columns: 1fr; }
	.pro-griglia-pacchetti { gap: 30px; }
}

@media (max-width: 720px) {
	.pro-header .pro-header-in { padding: 11px 16px; }
	.pro-header-in { gap: 12px; }
	.pro-nav .pro-btn { padding: 9px 16px; font-size: 14px; white-space: nowrap; border-radius: 9px; }
	.pro-logo img { height: 28px; }
	.pro-wrap { padding: 0 20px; }
	.pro-sezione { padding: 68px 0; }

	/* su telefono il nastro sta sotto la frase, non dietro: leggibilità e niente sfocatura da calcolare */
	.wh-apertura { height: auto; padding: 44px 0 20px; }
	.wh-apertura::after { display: none; }
	.wh-apertura-testo { padding-bottom: 32px; }
	.wh-apertura-titolo { font-size: 36px; }
	.wh-apertura-sotto { font-size: 16.5px; }
	.wh-apertura { --wh-h: 330px; }
	.wh-nastro { position: relative; top: auto; }
	.wh-nastro-piede { position: relative; bottom: auto; margin-top: 16px; }
	.wh-firma { font-size: 12.5px; border-radius: 16px; padding: 8px 12px; }
	.wh-nastro-binario { gap: 16px; animation-duration: 60s; }
	@keyframes wh-scorri { to { transform: translateX(calc(-50% - 8px)); } }

	.pro-hero-in { padding: 40px 20px 24px; gap: 32px; }
	.pro-hero-titolo { font-size: 36px; }
	.pro-hero-sotto { font-size: 16.5px; }
	.pro-hero-cta .pro-btn { flex: 1 1 100%; }
	.pro-hero-visual { padding: 0; display: flex; flex-direction: column; gap: 12px; }
	.pro-hero-notifica { position: static; order: 1; max-width: none; }
	.pro-plan { order: 3; margin-left: 0; padding: 14px 12px 12px; --plan-nome: 74px; }
	.pro-plan-nome { font-size: 10.5px; }
	.pro-plan-giorno { font-size: 9px; }
	.pro-plan-barra { font-size: 0; margin: 0 1px; padding: 0; }
	.pro-hero-widget { position: static; order: 2; width: auto; }

	.pro-hero .pro-hero-dida { padding: 0 20px 24px; }

	.pro-confronto { padding: 68px 0; }
	.pro-confronto-titolo { font-size: 28px; }
	.pro-confronto-grid { grid-template-columns: 1fr; }
	.pro-confronto-col { padding: 32px 24px; }
	.pro-confronto-badge { position: static; display: inline-block; margin-bottom: 14px; }

	.pro-titolo { font-size: 29px; }
	.pro-intro-centrata { margin-bottom: 40px; }

	.pro-extra { padding: 36px 22px; border-radius: 22px; }
	.pro-extra h2 { font-size: 25px; }
	.pro-extra-schema { padding: 28px 8px; }
	.pro-schema-nodo { width: 96px; }
	.pro-schema-icona { width: 60px; height: 60px; border-radius: 14px; }
	.pro-schema-icona svg { width: 30px; height: 30px; }
	.pro-schema-label { font-size: 12.5px; }
	.pro-schema-sub { font-size: 11px; }
	.pro-schema-freccia { width: 24px; margin-top: 20px; }

	.pro-form-riga { grid-template-columns: 1fr; }
	.pro-form-preventivo { padding: 22px; }
	.pro-preventivo-grid { flex-direction: column; gap: 32px; }
	.pro-footer-in { grid-template-columns: 1fr; gap: 28px; padding: 44px 20px; }
	.pro-footer-bottom { padding: 18px 20px; }
}

@media (max-width: 480px) {
	.pro-solo-largo { display: none; }
	.pro-solo-stretto { display: inline; }
}
