/* Sito pubblico di Pixtival (pagina di presentazione, privacy, fornitori).
   Le pagine dell'evento usano pixtival.css. */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-variabile.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display-900.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

:root {
  --carta: #fbf8f3;
  --bianco: #ffffff;
  --inchiostro: #17142b;
  --tenue: #5f5a73;
  --linea: #e6e0d6;
  --viola: #6b4bf0;
  --viola-scuro: #5a3be0;
  --viola-chiaro: #eeeaff;
  --viola-notte: #a08bff;
  --sole: #ffc23d;
  --corallo: #ff4f6d;
  --notte: #0d0b18;
  --notte-2: #1b1830;
  --font: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --titoli: 'Big Shoulders Display', 'Manrope', system-ui, sans-serif;
  --larghezza: 1160px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--carta);
  color: var(--inchiostro);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--viola-scuro); }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; }
.fascia { padding: 96px 20px; }
.dentro { max-width: var(--larghezza); margin: 0 auto; }
.titolo {
  font-family: var(--titoli);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .95;
}
h2.titolo { font-size: clamp(2.6rem, 6vw, 4.4rem); margin-bottom: 20px; }
.occhiello {
  display: inline-block;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--viola-scuro);
  margin-bottom: 14px;
}
.introduzione { font-size: 1.15rem; color: var(--tenue); max-width: 640px; }

/* Pulsanti: solo testo */
.pulsante {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 14px;
  background: var(--viola);
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .1s ease, background .15s ease;
}
.pulsante:hover { background: var(--viola-scuro); }
.pulsante:active { transform: scale(.98); }
.pulsante.secondario { background: transparent; color: var(--inchiostro); box-shadow: inset 0 0 0 2px var(--inchiostro); }
.pulsante.secondario:hover { background: var(--inchiostro); color: #fff; }
.pulsante.chiaro { background: #fff; color: var(--inchiostro); }
.pulsante.chiaro:hover { background: var(--sole); }
a:focus-visible, .pulsante:focus-visible, summary:focus-visible {
  outline: 3px solid var(--viola);
  outline-offset: 3px;
}

/* ---------------------------------------------------------------- testata */
.testata {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 243, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
}
.testata .dentro { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; }
.testata .logo img { height: 30px; width: auto; }
.testata nav { display: flex; align-items: center; gap: 26px; }
.testata nav a:not(.pulsante) { color: var(--inchiostro); text-decoration: none; font-weight: 700; font-size: .95rem; }
.testata nav a:not(.pulsante):hover { color: var(--viola-scuro); }
.testata .pulsante { min-height: 44px; padding: 10px 18px; font-size: .95rem; }
@media (max-width: 860px) { .testata nav a:not(.pulsante) { display: none; } }

/* ---------------------------------------------------------------- apertura */
.apertura { padding: 56px 20px 96px; overflow: hidden; }
.apertura .dentro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 56px; align-items: center; }
.apertura h1 { font-size: clamp(3rem, 6.2vw, 5.4rem); margin: 0 0 24px; }
.apertura h1 span { display: block; color: var(--viola); }
.apertura .introduzione { margin-bottom: 30px; }
.azioni { display: flex; gap: 14px; flex-wrap: wrap; }
.nota-prezzo { margin-top: 18px; font-size: .92rem; color: var(--tenue); }
@media (max-width: 960px) { .apertura .dentro { grid-template-columns: 1fr; gap: 48px; } }

/* scena: maxischermo e telefono disegnati, con foto vere che arrivano */
.scena { position: relative; padding: 0 0 90px 0; }
.schermo {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--notte);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(23, 20, 43, .28);
  padding: 5% 6% 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schermo::after {
  content: "";
  position: absolute; left: 50%; bottom: -22px; transform: translateX(-50%);
  width: 26%; height: 22px; background: #d9d3c8; border-radius: 0 0 10px 10px;
}
.schermo-evento {
  position: absolute; top: 5%; left: 5%;
  font-family: var(--titoli); font-weight: 900; color: #fff; font-size: clamp(.9rem, 2vw, 1.25rem); letter-spacing: .02em;
}
.parete { position: relative; width: 64%; aspect-ratio: 16 / 11.4; margin-top: 2%; }
.polaroid {
  position: absolute; inset: 0; margin: 0;
  display: flex; flex-direction: column;
  background: var(--carta);
  padding: 3% 3% 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  transform: rotate(var(--giro, -2deg));
}
.polaroid .foto { flex: 1; min-height: 0; overflow: hidden; background: #221e36; }
.polaroid img { width: 100%; height: 100%; object-fit: cover; }
.anima .polaroid img { animation: avvicina 9s ease-in-out both; }
.polaroid figcaption { text-align: center; font-weight: 800; font-size: clamp(.7rem, 1.4vw, .95rem); line-height: 1.2; color: #221e36; padding: 3% 0; }
.polaroid.arriva { animation: atterra .5s cubic-bezier(.2, .9, .3, 1.15) both; }
.polaroid.esce { animation: sparisce .6s ease forwards; }
@keyframes avvicina { from { transform: scale(1); } to { transform: scale(1.07); } }
@keyframes atterra { from { opacity: 0; transform: rotate(var(--giro)) scale(1.05); } to { opacity: 1; transform: rotate(var(--giro)) scale(1); } }
@keyframes sparisce { to { opacity: 0; } }
.nuova-foto {
  position: absolute; top: 4.5%; right: 4%; z-index: 2;
  background: var(--viola); color: #fff; font-weight: 800; font-size: clamp(.55rem, 1.1vw, .8rem);
  padding: .35em .95em; border-radius: 999px;
  opacity: 0; transform: translateY(-6px) scale(.9);
  transition: opacity .3s ease, transform .35s cubic-bezier(.2, .9, .3, 1.3);
}
.nuova-foto.visibile { opacity: 1; transform: none; }
.in-volo { position: absolute; z-index: 6; object-fit: cover; border-radius: 4px; box-shadow: 0 14px 30px rgba(0, 0, 0, .35); pointer-events: none; }
.qr-mini {
  position: absolute; right: 4%; bottom: 6%;
  display: flex; align-items: center; gap: 8px;
  background: #fff; border-radius: 10px; padding: 6px 10px 6px 6px;
  color: var(--inchiostro); font-weight: 800; font-size: clamp(.55rem, 1.1vw, .75rem); line-height: 1.15;
}
.qr-mini img { width: clamp(34px, 5vw, 54px); height: auto; }
.telefono {
  position: absolute; left: -4%; bottom: 0; z-index: 3;
  width: 27%;
  aspect-ratio: 9 / 18.5;
  background: var(--inchiostro);
  border-radius: 30px;
  padding: 8px;
  box-shadow: 0 24px 50px rgba(23, 20, 43, .35);
}
.telefono .dentro-tel {
  height: 100%;
  background: var(--carta);
  border-radius: 23px;
  padding: 15% 8% 8%;
  display: flex; flex-direction: column; gap: 7px;
  overflow: hidden;
}
.tel-logo { height: 11px; width: auto; align-self: flex-start; }
.tel-evento { font-family: var(--titoli); font-weight: 900; font-size: clamp(.7rem, 1.3vw, 1rem); line-height: 1; white-space: nowrap; }
.mirino { position: relative; flex: none; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: #221e36; }
.mirino::before {
  content: ""; position: absolute; inset: 12%; z-index: 1;
  --c: rgba(255, 255, 255, .85);
  background:
    linear-gradient(var(--c), var(--c)) top left / 12px 2px no-repeat,
    linear-gradient(var(--c), var(--c)) top left / 2px 12px no-repeat,
    linear-gradient(var(--c), var(--c)) top right / 12px 2px no-repeat,
    linear-gradient(var(--c), var(--c)) top right / 2px 12px no-repeat,
    linear-gradient(var(--c), var(--c)) bottom left / 12px 2px no-repeat,
    linear-gradient(var(--c), var(--c)) bottom left / 2px 12px no-repeat,
    linear-gradient(var(--c), var(--c)) bottom right / 12px 2px no-repeat,
    linear-gradient(var(--c), var(--c)) bottom right / 2px 12px no-repeat;
}
.mirino img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease; }
.mirino.acceso img { opacity: 1; }
.mirino .lampo { position: absolute; inset: 0; z-index: 2; background: #fff; opacity: 0; }
.tel-bottone { background: var(--viola); color: #fff; border-radius: 9px; font-weight: 800; font-size: clamp(.5rem, 1vw, .72rem); text-align: center; padding: 8% 4%; }
.tel-griglia { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.tel-griglia span { aspect-ratio: 1; border-radius: 4px; overflow: hidden; background: #e9e4f7; }
.tel-griglia img { width: 100%; height: 100%; object-fit: cover; }
.tel-griglia .nuova { animation: spunta .45s cubic-bezier(.2, .9, .3, 1.3) both; }
@keyframes spunta { from { transform: scale(0); } to { transform: scale(1); } }
@media (max-width: 960px) { .scena { width: 100%; max-width: 620px; margin: 0 auto; } }
@media (max-width: 600px) { .telefono { width: 31%; border-radius: 22px; padding: 6px; } .telefono .dentro-tel { border-radius: 17px; gap: 5px; } .tel-logo { height: 8px; } }

/* ---------------------------------------------------------------- come funziona */
.tre { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }
.passo { background: var(--bianco); border: 1px solid var(--linea); border-radius: 22px; padding: 30px 28px; }
.passo .quando { font-family: var(--titoli); font-weight: 900; font-size: 2.6rem; line-height: 1; color: var(--viola); text-transform: uppercase; }
.passo h3 { font-size: 1.25rem; margin: 14px 0 10px; }
.passo p { color: var(--tenue); margin: 0; }
.passo svg { width: 64px; height: 64px; margin-bottom: 16px; }
@media (max-width: 860px) { .tre { grid-template-columns: 1fr; } }

.video-spiega { margin-top: 40px; aspect-ratio: 16 / 9; border-radius: 26px; overflow: hidden; background: var(--notte); box-shadow: 0 30px 70px rgba(23, 20, 43, .22); }
.video-spiega { position: relative; }
.video-spiega video { display: block; width: 100%; height: 100%; }
.audio-video {
  position: absolute; top: 16px; right: 16px;
  background: #fff; color: var(--inchiostro); border: 0; border-radius: 999px;
  font: inherit; font-weight: 800; font-size: .95rem; padding: 10px 18px; cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}
.audio-video:hover { background: var(--sole); }

/* ---------------------------------------------------------------- per chi organizza */
.vantaggi { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 48px; margin-top: 40px; }
.vantaggio { border-top: 3px solid var(--inchiostro); padding-top: 18px; }
.vantaggio h3 { font-size: 1.2rem; margin-bottom: 8px; }
.vantaggio p { color: var(--tenue); margin: 0; }
@media (max-width: 760px) { .vantaggi { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- privacy */
.notte { background: var(--notte); color: #fff; }
.notte .occhiello { color: var(--sole); }
.notte .introduzione { color: #cfcadf; }
.notte a { color: var(--viola-notte); }
.privacy-griglia { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.privacy-voce { background: var(--notte-2); border-radius: 20px; padding: 28px; }
.privacy-voce h3 { font-size: 1.2rem; margin-bottom: 10px; color: #fff; }
.privacy-voce p { color: #cfcadf; margin: 0; }
@media (max-width: 760px) { .privacy-griglia { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- caso */
.sole-fascia { background: var(--sole); }
.caso { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.numeri { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.numero { background: var(--carta); border-radius: 20px; padding: 24px; }
.numero b { display: block; font-family: var(--titoli); font-size: 3.6rem; line-height: .95; }
.numero span { font-weight: 700; }
.sole-fascia .occhiello { color: var(--inchiostro); }
.sole-fascia .introduzione { color: var(--inchiostro); }
@media (max-width: 860px) { .caso { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- prezzi */
.pacchetti { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 44px; align-items: stretch; }
.pacchetto { position: relative; background: var(--bianco); border: 1px solid var(--linea); border-radius: 22px; padding: 30px 28px; display: flex; flex-direction: column; }
.pacchetto.consigliato { border: 2px solid var(--viola); box-shadow: 0 18px 40px rgba(107, 75, 240, .16); }
.pacchetto .etichetta { position: absolute; top: -13px; left: 24px; background: var(--viola); color: #fff; font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
/* lo sconto del Su misura, coi colori del bollino di Natale; a destra per non toccare il bollino */
.pacchetto .etichetta.natale { left: auto; right: 24px; background: var(--sole); color: var(--inchiostro); }
.pacchetto .etichetta.natale b { font-weight: 900; margin-right: 3px; }
.pacchetto h3 { font-family: var(--titoli); font-weight: 900; font-size: 2rem; text-transform: uppercase; line-height: 1; }
.pacchetto .persone { color: var(--tenue); font-weight: 700; margin: 6px 0 16px; }
/* il prezzo si stringe quanto basta per stare su una riga anche col prezzo barrato */
.pacchetto .prezzo { font-family: var(--titoli); font-weight: 900; font-size: clamp(2.2rem, 23vw - 38px, 3.4rem); line-height: 1; }
@media (min-width: 961px) { .pacchetto .prezzo { font-size: clamp(2.5rem, 7.5vw - 34px, 3.4rem); } }
.pacchetto .prezzo small { font-family: var(--font); font-size: .9rem; font-weight: 600; color: var(--tenue); white-space: nowrap; }
.pacchetto ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.pacchetto li { padding-left: 26px; position: relative; }
.pacchetto li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 12px; height: 12px; border-radius: 3px; background: var(--viola); transform: rotate(40deg); }
.pacchetto li.base { color: var(--tenue); font-weight: 700; }
.pacchetto li.base::before { background: var(--linea); }
.sotto-prezzi { margin-top: 26px; color: var(--tenue); font-size: .95rem; }
@media (max-width: 960px) { .pacchetti { grid-template-columns: 1fr; max-width: 520px; } }

/* ---------------------------------------------------------------- domande */
.domande { margin-top: 36px; max-width: 820px; }
.domande details { border-bottom: 1px solid var(--linea); padding: 18px 0; }
.domande summary { cursor: pointer; font-weight: 800; font-size: 1.1rem; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.domande summary::-webkit-details-marker { display: none; }
.domande summary::after { content: "+"; font-family: var(--titoli); font-size: 1.6rem; line-height: 1; color: var(--viola); }
.domande details[open] summary::after { content: "−"; }
.domande details p { color: var(--tenue); margin: 12px 0 0; }

/* ---------------------------------------------------------------- chiusura e piede */
.chiusura { background: var(--viola); color: #fff; text-align: center; }
.chiusura h2 { color: #fff; }
.chiusura .introduzione { color: #e6e0ff; margin: 0 auto 30px; }
.piede { background: var(--notte); color: #cfcadf; padding: 56px 20px 40px; font-size: .92rem; }
.piede .dentro { display: grid; grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr)); gap: 32px; }
.piede img { height: 30px; width: auto; margin-bottom: 14px; }
.piede h3 { color: #fff; font-size: .95rem; margin-bottom: 10px; }
.piede a { color: #cfcadf; text-decoration: none; }
.piede a:hover { color: #fff; }
.piede ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.piede .firma { grid-column: 1 / -1; border-top: 1px solid #2d2944; padding-top: 22px; margin-top: 8px; font-size: .85rem; color: #8d88a3; }
@media (max-width: 760px) { .piede .dentro { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- pagine di testo (privacy, fornitori) */
.testo-lungo { max-width: 760px; margin: 0 auto; padding: 48px 20px 96px; }
.testo-lungo h1 { font-family: var(--titoli); font-weight: 900; text-transform: uppercase; font-size: clamp(2.6rem, 7vw, 4rem); line-height: .95; margin-bottom: 12px; }
.testo-lungo h2 { font-size: 1.3rem; margin: 36px 0 10px; }
.testo-lungo table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .95rem; }
.testo-lungo th, .testo-lungo td { text-align: left; vertical-align: top; padding: 10px 8px; border-bottom: 1px solid var(--linea); }
.testo-lungo .aggiornata { color: var(--tenue); }
@media (max-width: 640px) {
  .testo-lungo table.impilabile thead { display: none; }
  .testo-lungo table.impilabile tr { display: block; padding: 14px 0; border-bottom: 1px solid var(--linea); }
  .testo-lungo table.impilabile td { display: grid; grid-template-columns: 9.5em 1fr; gap: 10px; padding: 3px 0; border: 0; }
  .testo-lungo table.impilabile td::before { content: attr(data-etichetta); color: var(--tenue); font-size: .88rem; }
  .testo-lungo table.impilabile td:first-child { font-weight: 700; }
}
@media (max-width: 760px) { .titolo br { display: none; } }

/* ---------------------------------------------------------------- movimento */
.anima [data-rivela], .anima [data-rivela-gruppo] > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease var(--ritardo, 0s), transform .8s cubic-bezier(.2, .7, .2, 1) var(--ritardo, 0s), translate .25s ease, box-shadow .25s ease;
}
.anima [data-rivela].visibile, .anima [data-rivela-gruppo] > .visibile { opacity: 1; transform: none; }
.passo, .pacchetto { transition: translate .25s ease, box-shadow .25s ease; }
.passo:hover, .pacchetto:hover { translate: 0 -5px; box-shadow: 0 20px 44px rgba(23, 20, 43, .12); }
.pacchetto.consigliato:hover { box-shadow: 0 22px 48px rgba(107, 75, 240, .24); }
.pulsante { transition: transform .1s ease, background .15s ease, translate .2s ease; }
.pulsante:hover { translate: 0 -2px; }

/* ---------------------------------------------------------------- cosa serve in sala */
.guida { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.guida-voce { background: var(--carta); border: 1px solid var(--linea); border-radius: 22px; padding: 26px 24px; transition: translate .25s ease, box-shadow .25s ease; }
.guida-voce:hover { translate: 0 -5px; box-shadow: 0 20px 44px rgba(23, 20, 43, .1); }
.guida-voce svg { width: 52px; height: 52px; margin-bottom: 14px; }
.guida-voce h3 { font-size: 1.15rem; margin-bottom: 8px; }
.guida-voce p { color: var(--tenue); margin: 0; font-size: 1rem; }
.guida-nota { margin: 28px 0 0; color: var(--tenue); max-width: 820px; }
@media (max-width: 1060px) { .guida { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .guida { grid-template-columns: 1fr; } }
.testo-lungo ul { padding-left: 1.2em; }
.testo-lungo li { margin-bottom: 10px; }

/* ---------------------------------------------------------------- offerta di Natale */
[hidden] { display: none !important; }
.bollino {
  position: absolute; z-index: 7; width: 150px; height: 150px;
  display: grid; place-items: center; color: var(--inchiostro); text-decoration: none;
  transform: rotate(-12deg);
}
.bollino svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--sole); filter: drop-shadow(0 10px 18px rgba(23, 20, 43, .28)); }
.bollino-testo { position: relative; display: grid; justify-items: center; text-align: center; line-height: 1; }
.bollino-testo b { font-family: var(--titoli); font-weight: 900; text-transform: uppercase; }
.bollino-testo b:first-child { font-size: 1.02rem; letter-spacing: .03em; }
.bollino-testo span { font-size: .66rem; font-weight: 800; margin: 5px 0 3px; }
.bollino-testo b:last-child { font-size: 1.36rem; }
.anima .bollino { animation: dondola 3.4s ease-in-out infinite; }
.bollino:hover { animation-play-state: paused; }
@keyframes dondola { 0%, 100% { transform: rotate(-12deg) scale(1); } 50% { transform: rotate(-5deg) scale(1.05); } }
.bollino.sulla-scena { top: -44px; right: -22px; }
/* nei prezzi il bollino sta sull'angolo del Completo, verso il Su misura */
.pacchetto.consigliato { z-index: 2; }
.bollino.nel-completo { top: -34px; right: -36px; width: 124px; height: 124px; }
.bollino.nel-completo .bollino-testo b:first-child { font-size: .86rem; }
.bollino.nel-completo .bollino-testo span { font-size: .56rem; margin: 4px 0 2px; }
.bollino.nel-completo .bollino-testo b:last-child { font-size: 1.14rem; }
@media (max-width: 760px) {
  .bollino { width: 118px; height: 118px; }
  .bollino-testo b:first-child { font-size: .82rem; }
  .bollino-testo span { font-size: .55rem; }
  .bollino-testo b:last-child { font-size: 1.06rem; }
  .bollino.sulla-scena { top: -40px; right: -8px; }
  .bollino.nel-completo { top: -42px; right: -6px; width: 106px; height: 106px; }
  .bollino.nel-completo .bollino-testo b:first-child { font-size: .74rem; }
  .bollino.nel-completo .bollino-testo span { font-size: .5rem; margin: 3px 0 2px; }
  .bollino.nel-completo .bollino-testo b:last-child { font-size: .92rem; }
}
.prezzo s { font-size: .5em; color: var(--tenue); text-decoration-color: var(--corallo); text-decoration-thickness: 3px; margin-right: 6px; }
.nota-offerta { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.nota-offerta p { margin: 0; max-width: 640px; }
