/* Font ospitati sul sito (niente richieste a Google) */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/PlayfairDisplay-500i-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/PlayfairDisplay-500i-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/Poppins-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/Poppins-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/Poppins-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/Poppins-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/Poppins-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/Poppins-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== VARIABILI – colori ufficiali Futura 2026 ===== */
:root {
  --blue: #012046;          /* Blu Futura – Pantone 282C */
  --blue-dark: #00142e;
  --cream: #E6E5DD;         /* Crema Futura – Pantone 7527C */
  --paper: #F3F2EC;         /* crema chiaro per le sezioni alternate */
  --honey: #E9B660;         /* tocco caldo, preso dalle illustrazioni */
  --text: #1b2738;
  --muted: #5a6272;
  --radius: 28px;
  --font: 'Poppins', sans-serif;
  --font-accent: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ===== TITOLI ===== */
h1, h2 { color: var(--blue); font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 6.5vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 48px; }
h1 em, h2 em {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
}
h3 { color: var(--blue); font-weight: 600; font-size: 1.35rem; letter-spacing: -0.01em; }
.eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue);
  opacity: .6;
  margin-bottom: 14px;
}

/* ===== BOTTONI ===== */
.btn {
  display: inline-block;
  background: var(--blue);
  color: var(--cream);
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1.5px solid var(--blue);
  transition: transform .2s, background .2s, color .2s;
}
.btn:hover { transform: translateY(-2px); background: var(--blue-dark); }
.btn--small { padding: 10px 22px; font-size: .92rem; }
.btn--ghost { background: transparent; color: var(--blue); }
.btn--ghost:hover { background: var(--blue); color: var(--cream); }
.btn--light { background: var(--cream); color: var(--blue); border-color: var(--cream); }
.btn--light:hover { background: #fff; }
.btn--outline { background: transparent; color: var(--cream); border-color: rgba(230,229,221,.5); }
.btn--outline:hover { background: rgba(230,229,221,.12); }

/* ===== HEADER ===== */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(230,229,221,.9);
  backdrop-filter: blur(10px);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: 0 1px 0 rgba(1,32,70,.1); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.logo img { height: 54px; width: auto; }
.nav { display: flex; align-items: center; gap: 32px; font-size: .95rem; font-weight: 500; }
.nav a:not(.btn) { position: relative; }
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px;
  background: var(--honey); transform: scaleX(0); transition: transform .25s;
}
.nav a:not(.btn):hover::after { transform: scaleX(1); }

.menu-toggle { display: none; background: none; border: 0; cursor: pointer; width: 36px; height: 36px; position: relative; }
.menu-toggle span { position: absolute; left: 6px; right: 6px; height: 2px; border-radius: 2px; background: var(--blue); transition: transform .3s, opacity .3s; }
.menu-toggle span:nth-child(1) { top: 11px; }
.menu-toggle span:nth-child(2) { top: 17px; }
.menu-toggle span:nth-child(3) { top: 23px; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ===== HERO ===== */
.hero { padding-top: 150px; text-align: center; overflow: clip; }
.hero__lead { font-size: clamp(1.05rem, 1.8vw, 1.25rem); color: var(--muted); max-width: 560px; margin: 24px auto 34px; }
.hero__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.hero__art { max-width: 1400px; margin: 30px auto 0; padding: 0 12px; }

/* ===== SEZIONI ===== */
.section { padding: 110px 0; }
.section--paper { background: var(--paper); }

/* ===== SERVIZI ===== */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.service {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 20px 40px 44px;
  transition: transform .3s;
}
.service:hover { transform: translateY(-4px); }
.service img { width: 220px; margin: 0 auto 6px; }
.tag {
  display: inline-block;
  background: var(--blue); color: var(--cream);
  font-size: .75rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 14px;
}
.service h3 { font-size: 1.6rem; margin-bottom: 6px; }
.service > p { color: var(--muted); margin-bottom: 22px; }
.checks { list-style: none; display: grid; gap: 10px; }
.checks li { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.checks li::before {
  content: "✓";
  flex: 0 0 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--honey); color: var(--blue);
  font-size: .75rem; font-weight: 600;
}

/* ===== NUMERI ===== */
.numbers { background: var(--blue); color: var(--cream); padding: 100px 0; }
.numbers__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.numbers h2 { color: var(--cream); margin: 0; font-size: clamp(2.4rem, 5.5vw, 4rem); }
.numbers h2 em { color: var(--honey); }
.numbers p { font-size: 1.15rem; opacity: .85; margin-bottom: 28px; }

/* ===== COME FUNZIONA ===== */
.how { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.how__img { border-radius: var(--radius); }
.how h2 { margin-bottom: 36px; }
.steps { list-style: none; display: grid; gap: 26px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.steps span {
  flex: 0 0 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blue); color: var(--cream); font-weight: 600;
}
.steps h3 { font-size: 1.15rem; margin-bottom: 2px; }
.steps p { color: var(--muted); }

/* ===== CONTATTI ===== */
.cta {
  background: var(--blue); color: var(--cream);
  border-radius: 36px;
  padding: 64px;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start;
}
.cta h2 { color: var(--cream); margin-bottom: 18px; }
.cta h2 em { color: var(--honey); }
.cta__text > p { font-size: 1.1rem; opacity: .85; margin-bottom: 32px; }
.cta__contacts { list-style: none; display: grid; gap: 14px; }
.cta__contacts li { display: flex; flex-direction: column; }
.cta__contacts span { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }
.cta__contacts a { font-size: 1.1rem; font-weight: 500; }
.cta__contacts a:hover { color: var(--honey); }

/* ===== MODULO PRENOTAZIONE ===== */
.booking {
  background: var(--paper); color: var(--text);
  border-radius: 24px;
  padding: 34px;
  display: grid; gap: 18px;
}
.booking h3 { font-size: 1.4rem; margin-bottom: 2px; }
.field { display: grid; gap: 6px; border: 0; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label, .field legend { font-size: .85rem; font-weight: 500; color: var(--blue); margin-bottom: 2px; }
.field small { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit; font-size: .95rem; color: var(--text);
  background: #fff;
  border: 1.5px solid rgba(1,32,70,.12);
  border-radius: 14px;
  padding: 12px 14px;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(1,32,70,.08);
}
.tried .field input:invalid, .tried .field select:invalid { border-color: #c0392b; }

.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills label { cursor: pointer; position: relative; }
.pills input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.pills span {
  display: inline-block;
  padding: 9px 18px; border-radius: 999px;
  border: 1.5px solid rgba(1,32,70,.18);
  background: #fff;
  font-size: .9rem; font-weight: 500; color: var(--blue);
  transition: background .2s, color .2s, border-color .2s;
}
.pills label:hover span { border-color: var(--blue); }
.pills input:checked + span { background: var(--blue); border-color: var(--blue); color: var(--cream); }
.pills input:focus-visible + span { box-shadow: 0 0 0 4px rgba(1,32,70,.15); }
.tried .pills input:invalid + span { border-color: #c0392b; }

.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; color: var(--muted); cursor: pointer; }
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--blue); flex: 0 0 auto; }
.consent a { text-decoration: underline; }
.btn--submit { width: 100%; font: inherit; font-weight: 500; font-size: 1rem; cursor: pointer; }
.btn--submit:disabled { opacity: .6; cursor: default; }
.booking__msg { font-size: .88rem; color: var(--blue); text-align: center; }
.booking__msg:empty { display: none; }
.booking__done { text-align: center; padding: 40px 10px; }
.booking__done span {
  display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 16px;
  border-radius: 50%; background: var(--honey); color: var(--blue); font-size: 1.6rem; font-weight: 600;
}
.booking__done p { color: var(--muted); margin-top: 8px; }

/* ===== FOOTER ===== */
.footer { background: var(--paper); padding: 10px 0 30px; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 30px 24px; border-top: 1px solid rgba(1,32,70,.1); }
.footer__logo { height: 60px; width: auto; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 26px; font-size: .92rem; font-weight: 500; color: var(--blue); }
.footer__nav a:hover { color: var(--muted); }
.footer__legal { font-size: .8rem; color: var(--muted); }

/* ===== ANIMAZIONI ===== */
:root { --ease-out: cubic-bezier(.2, .8, .2, 1); --ease-pop: cubic-bezier(.34, 1.56, .64, 1); }

/* Titolo principale: ogni riga sale da dietro una "tendina" */
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.hero h1 .line > span { display: inline-block; }

/* Numeri in evidenza: sottolineatura miele */
.numbers h2 em {
  background: linear-gradient(var(--honey), var(--honey)) no-repeat 0 95% / 100% 3px;
  padding-bottom: .06em;
}

/* Card: si sollevano, l'illustrazione "respira" */
.service { transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out); }
.service:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -30px rgba(1,32,70,.35); }
.service img { transition: transform .8s var(--ease-out); }
.service:hover img { transform: translateY(-6px) scale(1.05) rotate(-2deg); }
.how__img { transition: transform .8s var(--ease-out); }
.how__img:hover { transform: scale(1.015); }

/* Bottoni: riflesso di luce al passaggio del mouse */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
  translate: -120% 0;
  transition: translate .8s var(--ease-out);
  pointer-events: none;
}
.btn:hover::after { translate: 120% 0; }
.btn:active { scale: .97; }

/* Header: sparisce scorrendo in giù, ricompare scorrendo in su */
.header { transition: box-shadow .3s, translate .45s var(--ease-out); }
.header--hidden { translate: 0 -100%; }

@keyframes line-up   { from { translate: 0 105%; } to { translate: 0 0; } }
@keyframes fade-up   { from { opacity: 0; translate: 0 36px; filter: blur(6px); } to { opacity: 1; translate: 0 0; filter: blur(0); } }
@keyframes city-in   { from { opacity: 0; translate: 0 60px; scale: 1.05; filter: blur(12px); } to { opacity: 1; translate: 0 0; scale: 1; filter: blur(0); } }
@keyframes drift     { from { translate: 0 0; } to { translate: 0 90px; } }
@keyframes pop       { from { opacity: 0; scale: .3; } to { opacity: 1; scale: 1; } }
@keyframes slide-in  { from { opacity: 0; translate: -18px 0; } to { opacity: 1; translate: 0 0; } }
@keyframes unveil    { from { clip-path: inset(12% 12% 12% 12% round 28px); scale: 1.08; } to { clip-path: inset(0 0 0 0 round 28px); scale: 1; } }
@keyframes underline { from { background-size: 0% 3px; } to { background-size: 100% 3px; } }

@media (prefers-reduced-motion: no-preference) {
  /* 1. Apertura della pagina */
  .hero h1 .line > span { animation: line-up 1.1s var(--ease-out) both; }
  .hero h1 .line:nth-child(2) > span { animation-delay: .14s; }
  .intro { animation: fade-up 1s var(--ease-out) .45s both; }
  .intro + .intro { animation-delay: .6s; }
  .hero__art img { animation: city-in 1.8s var(--ease-out) .35s both; }

  /* 2. Elementi che si animano quando entrano nello schermo.
        Funziona su ogni telefono e browser: script.js aggiunge "visible" al momento giusto. */
  html.js .reveal:not(.visible) { opacity: 0; }
  html.js .reveal.visible { animation: fade-up 1s var(--ease-out) var(--d, 0s) both; }

  html.js .how__img.reveal.visible { animation: unveil 1.3s var(--ease-out) var(--d, 0s) both; }

  html.js .service:not(.visible) .checks li { opacity: 0; }
  html.js .service.visible .checks li { animation: slide-in .7s var(--ease-out) both; animation-delay: calc(var(--d, 0s) + .45s); }
  html.js .service.visible .checks li:nth-child(2) { animation-delay: calc(var(--d, 0s) + .57s); }
  html.js .service.visible .checks li:nth-child(3) { animation-delay: calc(var(--d, 0s) + .69s); }

  html.js .steps li:not(.visible) span { opacity: 0; }
  html.js .steps li.visible span { animation: pop .8s var(--ease-pop) calc(var(--d, 0s) + .2s) both; }

  html.js .numbers h2:not(.visible) em { background-size: 0% 3px; }
  html.js .numbers h2.visible em { animation: underline 1.2s var(--ease-out) .6s both; }

  /* Illustrazioni delle card: "respirano" piano (bello soprattutto su telefono, dove non c'è il mouse) */
  @keyframes breathe { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }
  html.js .service.visible img { animation: breathe 5s ease-in-out 1.2s infinite; }
  html.js .service.visible:nth-child(2) img { animation-delay: 2s; }

  /* 3. Effetto profondità su Brescia (solo dove il browser lo supporta) */
  @supports (animation-timeline: view()) {
    .hero__art { animation: drift linear both; animation-timeline: view(); animation-range: exit 0% exit 100%; }
  }
}

/* Telefono: al tocco la card "risponde" */
@media (hover: none) {
  .service:active { transform: scale(.98); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .header, .service, .service img, .btn::after { transition: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .services, .numbers__inner, .how, .cta { grid-template-columns: 1fr; }
  .cta { padding: 48px; gap: 36px; }
  .numbers__inner, .how { gap: 36px; }
  .section { padding: 80px 0; }
  .hero__art { padding: 0; }
}
@media (max-width: 760px) {
  .container { padding: 0 16px; }
  .hero { padding-top: 120px; }
  .logo img { height: 46px; }
  .service { padding: 16px 24px 32px; }
  .service img { width: 180px; }
  .cta { padding: 44px 14px 14px; border-radius: 28px; }
  .cta__text { padding: 0 10px; }
  .booking { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .nav {
    position: fixed; top: 80px; left: 0; right: 0;
    flex-direction: column; gap: 22px;
    background: var(--cream);
    padding: 28px 16px 36px;
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform .35s ease, visibility .35s;
    z-index: -1;
  }
  .menu-open .nav { transform: none; visibility: visible; box-shadow: 0 12px 24px rgba(1,32,70,.1); }
  .footer__inner { flex-direction: column; align-items: flex-start; }
}

/* ===== DOMANDE FREQUENTI ===== */
.faq-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--cream);
  border-radius: 20px;
  padding: 0 24px;
  transition: background .3s;
}
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 0;
  font-weight: 500; color: var(--blue);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: 0 0 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blue); color: var(--cream); font-size: 1.2rem; font-weight: 400;
  transition: rotate .35s var(--ease-out), background .3s;
}
.faq details[open] summary::after { rotate: 45deg; background: var(--honey); color: var(--blue); }
.faq summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 8px; }
.faq details p { color: var(--muted); padding: 0 48px 22px 0; }
@media (prefers-reduced-motion: no-preference) {
  .faq details[open] p { animation: fade-up .5s var(--ease-out) both; }
}
@media (max-width: 900px) { .faq-wrap { grid-template-columns: 1fr; gap: 0; } }

address { font-style: normal; }

/* campo anti-spam invisibile */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ===== PAGINA PRIVACY ===== */
.legal { padding: 140px 0 90px; }
.legal__inner { max-width: 760px; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 20px; }
.legal__intro { font-size: 1.1rem; color: var(--muted); margin-bottom: 20px; }
.legal h2 { font-size: 1.3rem; letter-spacing: -0.01em; margin: 40px 0 12px; }
.legal p, .legal li { color: var(--text); margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal a:not(.btn) { color: var(--blue); text-decoration: underline; text-decoration-color: var(--honey); text-underline-offset: 3px; }
.legal__back { margin-top: 48px; }
.header--static .btn--ghost { background: transparent; }

/* link nei dati legali del footer */
.footer__legal a { text-decoration: underline; text-underline-offset: 2px; }
.footer__legal a:hover { color: var(--blue); }
@media (max-width: 760px) { .legal { padding-top: 120px; } }
