/* =========================================================
   SAL 360 — Stylesheet v1
   Brand: Pantone 295 #1C335F (primario) · 5415 #618CBE (secondario)
   Font: Montserrat (titoli) + Inter (corpo)
   Mobile-first responsive
   ========================================================= */

/* ===== Variabili brand ===== */
:root {
  --blue: #1C335F;            /* Pantone 295 — primario */
  --blue-deep: #11214D;       /* hover scuro */
  --blue-light: #618CBE;      /* Pantone 5415 — secondario */
  --blue-soft: #E5ECF6;       /* sfondo soft */
  --blue-bg: #EEF3FA;         /* sfondo sezioni */
  --accent: #F4933F;          /* arancione accento (NON giallo carico) */
  --accent-soft: #FCE4D6;
  --ink: #0F172A;             /* testo principale */
  --ink-soft: #334155;        /* testo secondario — più scuro per leggibilità */
  --ink-mid: #475569;         /* testo intermedio */
  --muted: #64748B;           /* testo terziario / labels — più scuro */
  --line: #E2E8F0;            /* bordi */
  --line-soft: #EEF2F7;
  --bg: #FFFFFF;
  --bg-tint: #F8FAFC;          /* sfondo neutro sezione "Cosa rischi" */
  --bg-warning: #FFF7ED;       /* sfondo molto leggero per accento warning, NON rosso */
  --green: #16A34A;
  --red-soft: #DC2626;        /* solo per icone ✗, non per sfondi */
  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 14px 30px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.10);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* ===== Layout ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .container { padding: 0 32px; }
}

/* ===== Topbar utility ===== */
.utility {
  background: var(--blue-deep);
  color: #cdd9ee;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.utility .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  flex-wrap: wrap;
  gap: 8px;
}
.utility-left { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.utility-left span,
.utility-left a { display: inline-flex; align-items: center; gap: 6px; color: #cdd9ee; }
.utility-left a:hover { color: #fff; }
.utility-right a {
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.utility-right a:hover { color: #FFB272; }
@media (max-width: 600px) {
  .utility { font-size: 12px; }
  .utility-left { gap: 12px; }
}

/* ===== Header ===== */
header.site-header {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;          /* centrato sul payoff */
  line-height: 1.05;
  text-align: center;
}
.logo .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.logo .payoff {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: var(--blue-light);
  letter-spacing: 0.04em;
  text-transform: lowercase;     /* "salute · ambiente · lavoro" */
  margin-top: 4px;
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--blue);
  transition: color .15s;
}
.nav-links a:hover { color: var(--blue-deep); }
.nav-actions {
  display: flex;
  gap: 28px;                     /* più distanza tra phone e CTA */
  align-items: center;
}
.nav-phone {
  font-size: 14.5px;
  color: var(--ink-soft);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-phone:hover { color: var(--blue); }
.nav-cta {
  background: var(--accent);     /* CTA in arancione */
  color: var(--blue-deep);
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all .15s;
  letter-spacing: 0.01em;
}
.nav-cta:hover {
  background: #E07F2A;
  transform: translateY(-1px);
  color: var(--blue-deep);
  box-shadow: 0 8px 18px rgba(244,147,63,0.30);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--blue);
  position: relative;
  transition: all .2s;
}
.menu-toggle span::before { content: ''; position: absolute; top: -7px; }
.menu-toggle span::after  { content: ''; position: absolute; top: 7px; }

@media (max-width: 1024px) {
  .nav-links, .nav-phone { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
    gap: 18px;
    align-items: flex-start;
  }
}

/* ===== Buttons ===== */
.btn-primary {
  background: var(--blue);
  color: #fff;
  padding: 15px 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  transition: all .15s;
  text-align: center;
}
.btn-primary:hover {
  background: var(--blue-deep);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(28, 51, 95, 0.18);
}
.btn-secondary {
  background: transparent;
  color: var(--ink);
  padding: 14px 22px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 15px;
  border: 1.5px solid var(--line);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .15s;
}
.btn-secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.btn-block { display: flex; width: 100%; justify-content: center; }
.cta-microcopy {
  display: block;
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 460px;
}

/* ===== Hero ===== */
.hero {
  padding: 56px 0 72px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  right: -200px;
  top: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(97,140,190,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .hero-grid { grid-template-columns: 1.15fr 1fr; gap: 60px; }
  .hero { padding: 80px 0 96px; }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 22px;
  background: var(--blue-soft);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}
.eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
h1.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  color: var(--ink);
}
@media (min-width: 768px) { h1.hero-title { font-size: 48px; } }
@media (min-width: 1100px) { h1.hero-title { font-size: 58px; } }
.hero-title .highlight {
  color: var(--blue);
  position: relative;
  display: inline-block;
}
.hero-title .highlight::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 14px;
  background: var(--accent);
  z-index: -1;
  opacity: 0.7;
}
.hero-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 12px;
}
.hero-sub strong { color: var(--ink); font-weight: 700; }
.hero-clarity {
  font-size: 16px;                  /* più grande e leggibile */
  color: var(--ink-soft);            /* più scuro, niente più offuscato */
  max-width: 560px;
  margin-bottom: 32px;
  line-height: 1.55;
}
.hero-clarity strong { color: var(--ink); font-weight: 700; }
.hero-actions {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.hero-actions .secondary-block { display: flex; flex-direction: column; }

/* Trust bar hero */
.trust-bar {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  font-size: 13.5px;
  color: var(--ink);
  font-weight: 500;
}
@media (min-width: 768px) {
  .trust-bar { grid-template-columns: repeat(4, 1fr); }
}
.trust-bar .item {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
}
.trust-bar .item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-light);
  flex-shrink: 0;
}
.trust-bar-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  line-height: 1.5;
}

/* Hero card / manifesto */
.hero-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
@media (min-width: 1000px) {
  .hero-card { padding: 54px 46px; min-height: 380px; }
}
.hero-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent);
}
.hero-card .quote-mark {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: var(--accent);
  line-height: 0.5;
  margin-bottom: 14px;
}
.hero-card .quote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .hero-card .quote { font-size: 24px; }
}
.hero-card .quote em {
  font-style: normal;
  color: var(--blue);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.hero-card .quote em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 1px;
  height: 10px;
  background: var(--accent);
  z-index: -1;
  opacity: 0.6;
}
.hero-card .sig {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-card .sig::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--accent);
}

/* ===== Generic section ===== */
section {
  padding: 64px 0;
}
@media (min-width: 768px) {
  section { padding: 88px 0; }
}
.section-head {
  text-align: center;
  margin-bottom: 48px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.section-head .kicker {
  display: inline-block;
  font-size: 14px;                  /* aumentato per visibilità */
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);             /* kicker in arancione = più visibile */
  font-weight: 800;
  margin-bottom: 18px;
}
.section-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 32px;                  /* base bump */
  letter-spacing: -0.022em;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 18px;
}
@media (min-width: 768px) { .section-head h2 { font-size: 40px; } }
@media (min-width: 1100px) { .section-head h2 { font-size: 46px; } }
.section-head p {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.6;
}
/* Variante section-head non centrata (split layout, es. servizi) */
.section-head.split {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: end;
  max-width: none;
  margin: 0 0 56px;
}
@media (min-width: 900px) {
  .section-head.split { grid-template-columns: 1fr 1.1fr; gap: 48px; }
}
.section-head.split .kicker { margin-bottom: 14px; }
.section-head.split h2 { font-size: 32px; }
@media (min-width: 1100px) { .section-head.split h2 { font-size: 44px; } }
.section-closing {
  margin-top: 28px;
  text-align: center;
  font-size: 17px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.5;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== Sez. 2 — La tua situazione ===== */
.situazione { background: var(--bg); }
.situazione-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .situazione-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}
.box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: all .2s;
}
.box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-light);
}
.box .icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ink);
}
.box p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ===== Sez. 3 — Per chi è / non è ===== */
.target { background: var(--bg-tint); }
.target-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 900px) {
  .target-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
.target-col {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.target-col h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 22px;
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
}
.target-list { display: flex; flex-direction: column; gap: 14px; }
.target-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.target-list li .check,
.target-list li .cross {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  margin-top: 1px;
}
.target-list li .check { background: var(--blue-soft); color: var(--blue); }
.target-list li .cross { background: #FEE2E2; color: var(--red-soft); }

/* ===== Sez. 4 — Cosa rischi (sfondo NEUTRO, non rosso) ===== */
.rischi {
  background: var(--bg-warning);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rischi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .rischi-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
.rischio-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  border-left: 4px solid var(--accent);
}
.rischio-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ink);
}
.rischio-card p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.cta-block {
  margin-top: 40px;
  text-align: center;
}

/* ===== Sez. 5 — Metodo Zero Pensieri ===== */
.metodo {
  background: var(--blue-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.metodo::before {
  content: "";
  position: absolute;
  left: -200px; top: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(244,147,63,0.18) 0%, transparent 60%);
}
.metodo::after {
  content: "";
  position: absolute;
  right: -150px; bottom: -150px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(97,140,190,0.15) 0%, transparent 60%);
}
.metodo .container { position: relative; z-index: 1; }
.metodo .section-head { max-width: 900px; }
.metodo .section-head h2 {
  color: #fff;
  font-size: 36px;
}
@media (min-width: 768px) { .metodo .section-head h2 { font-size: 48px; } }
@media (min-width: 1100px) { .metodo .section-head h2 { font-size: 56px; } }
.metodo .section-head .kicker { color: var(--accent); font-size: 15px; }
.metodo .section-head p { color: rgba(255,255,255,0.85); font-size: 18px; }
.metodo h2 em {
  font-style: normal;
  color: var(--accent);
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.metodo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .metodo-grid { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}
.metodo-step {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 26px 22px 24px;
}
.metodo-step .step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--blue-deep);
  border: 2px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 18px;
}
.metodo-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}
.metodo-step p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
}
.metodo-cycle-hint {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.metodo-cycle-hint::before,
.metodo-cycle-hint::after {
  content: "";
  width: 50px;
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.metodo-foot {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}
.metodo-foot p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 22px;
  font-weight: 500;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.metodo-foot strong { color: var(--accent); }

/* ===== Sez. 5-bis — Una persona, non un centralino ===== */
.tutor {
  background: linear-gradient(180deg, #fff 0%, var(--bg-tint) 100%);
}
.tutor-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 900px) {
  .tutor-wrap { grid-template-columns: 1fr 1fr; gap: 60px; }
}
.tutor .kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
  margin-bottom: 18px;
}
.tutor h2 { font-size: 32px; margin-bottom: 22px; }
@media (min-width: 768px) { .tutor h2 { font-size: 42px; } }
.tutor p.lead {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 26px;
}
.tutor p.lead strong { color: var(--ink); font-weight: 700; }
.tutor-bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  list-style: none;
  padding: 0;
}
.tutor-bullets li {
  position: relative;
  padding-left: 36px;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink);
}
.tutor-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
}
.tutor-bullets li strong { font-weight: 700; color: var(--ink); }
.tutor-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.tutor-card .icon-wrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
}
.tutor-card .icon-wrap::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background: var(--accent);
  border: 3px solid #fff;
  border-radius: 50%;
}
.tutor-card .role {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 8px;
}
.tutor-card .bigtxt {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
}
.tutor-card .smalltxt {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ===== Sez. 6 — Tabella confronto ===== */
.confronto { background: var(--bg-tint); }
.confronto-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -24px;
  padding: 0 24px;
}
.confronto-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.confronto-table th,
.confronto-table td {
  padding: 16px 18px;
  text-align: left;
  font-size: 14.5px;
  border-bottom: 1px solid var(--line);
}
.confronto-table thead th {
  background: var(--bg-tint);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.confronto-table thead th.sal {
  background: var(--blue);
  color: #fff;
}
.confronto-table tbody tr:last-child td { border-bottom: none; }
.confronto-table td.label {
  font-weight: 600;
  color: var(--ink);
  background: var(--bg-tint);
}
.confronto-table td.sal {
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 700;
}

/* ===== Sez. 7 — Valori ===== */
.valori { background: #fff; }
.valori-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .valori-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}
.valore-card {
  background: var(--bg-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.valore-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
}
.valore-card h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--accent);
  margin-top: 8px;
}
.valore-card p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.mission-band {
  text-align: center;
  padding: 36px 28px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%);
  border-radius: var(--radius-lg);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mission-band strong {
  color: var(--accent);
  font-weight: 800;
  display: block;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 768px) { .mission-band { font-size: 28px; padding: 44px 36px; } }

/* ===== Sez. 8 — Numeri e prove ===== */
.numeri { background: var(--blue-bg); }
.numeri-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (min-width: 768px) {
  .numeri-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
}
.num-cell {
  text-align: center;
  padding: 16px 12px;
}
.num-cell .num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: var(--blue);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 10px;
}
.num-cell .num small {
  font-size: 22px;
  color: var(--blue-light);
  font-weight: 600;
}
@media (min-width: 768px) {
  .num-cell .num { font-size: 60px; }
  .num-cell .num small { font-size: 28px; }
}
.num-cell .lbl {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}
/* Variante rich: narrazione sotto la label */
.numeri-grid.rich {
  gap: 36px 28px;
}
.numeri-grid.rich .num-cell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 24px 28px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.numeri-grid.rich .num-cell .lbl {
  font-weight: 600;
  color: var(--ink);
  font-size: 14.5px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: none;
}
.numeri-grid.rich .num-cell .narrazione {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.numeri-note {
  margin-top: 22px;
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  font-style: italic;
}

/* ===== Sez. 9 — Servizi ===== */
.servizi-home { background: #fff; }
.servizio-main {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .servizio-main { grid-template-columns: 1fr 1.2fr; padding: 52px 48px; }
}
.servizio-main::before {
  content: "";
  position: absolute;
  right: -100px; top: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(244,147,63,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.servizio-main > * { position: relative; z-index: 1; }
.servizio-main .label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 14px;
  background: rgba(244,147,63,0.15);
  padding: 5px 12px;
  border-radius: 5px;
}
.servizio-main h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) { .servizio-main h3 { font-size: 32px; } }
.servizio-main p {
  font-size: 16px;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  margin-bottom: 22px;
}
.servizio-main ul {
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .servizio-main ul {
    column-count: 2;
    column-gap: 32px;
  }
}
.servizio-main ul li {
  font-size: 14px;
  line-height: 1.45;
  padding: 5px 0;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.servizio-main ul li {
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.4;
}
.servizio-main ul li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}
.servizio-main .btn-accent {
  background: var(--accent);
  color: var(--blue-deep);
  padding: 13px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .15s;
  align-self: flex-start;
}
.servizio-main .btn-accent:hover {
  background: #E07F2A;
  transform: translateY(-1px);
  color: var(--blue-deep);
}

.servizi-secondary-label {
  font-size: 13.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
  margin: 56px 0 24px;             /* più spazio sopra rispetto al blocco core */
  text-align: center;
}
.servizi-grid-small {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .servizi-grid-small { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.servizio-small {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px 26px;
  transition: all .2s;
  display: flex;
  flex-direction: column;
}
.servizio-small:hover {
  border-color: var(--blue-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.servizio-small .ico-wrap {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.servizio-small .num-tag {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: var(--blue-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.servizio-small h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.servizio-small > p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 18px;
}
.servizio-small ul {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
  flex-grow: 1;
}
.servizio-small ul li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.4;
}
.servizio-small ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}
.servizio-small .arrow {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  margin-top: auto;
}
.servizio-small .arrow::after {
  content: "→";
  transition: transform .15s;
}
.servizio-small:hover .arrow { color: var(--blue-deep); }
.servizio-small:hover .arrow::after { transform: translateX(3px); }

/* ===== Sez. 10 — I fatti prima dei discorsi ===== */
.fatti { background: var(--bg-tint); }
.fatti-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 900px) {
  .fatti-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}
.fatto {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
}
.fatto h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 12px;
  line-height: 1.3;
}
.fatto p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.loghi-placeholder {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 24px;
  text-align: center;
}
.loghi-placeholder .lbl {
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 24px;
}
.loghi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .loghi-grid { grid-template-columns: repeat(6, 1fr); }
}
.logo-cell {
  background: var(--bg-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

/* ===== Newsletter band ===== */
.newsletter-band {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.newsletter-band::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(244,147,63,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.newsletter-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .newsletter-wrap { grid-template-columns: 1.1fr 1fr; gap: 56px; }
}
.newsletter-text .kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
  margin-bottom: 14px;
}
.newsletter-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 14px;
}
@media (min-width: 768px) { .newsletter-text h2 { font-size: 36px; } }
.newsletter-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
  max-width: 520px;
}
.newsletter-form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  padding: 24px;
  backdrop-filter: blur(8px);
}
.newsletter-input-row {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.newsletter-input-row input[type="email"] {
  flex: 1 1 200px;
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  min-width: 0;
}
.newsletter-input-row input[type="email"]:focus {
  outline: none;
  border-color: var(--accent);
}
.newsletter-input-row button {
  background: var(--accent);
  color: var(--blue-deep);
  border: none;
  padding: 13px 22px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
}
.newsletter-input-row button:hover {
  background: #E07F2A;
  transform: translateY(-1px);
}
.newsletter-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.newsletter-form .privacy-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--accent);
}
.newsletter-form .privacy-check a {
  color: var(--accent);
  text-decoration: underline;
}
.newsletter-form .form-success,
.newsletter-form .form-error {
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.newsletter-form .form-success {
  background: rgba(22,163,74,0.18);
  color: #BBE5C8;
  border: 1px solid rgba(22,163,74,0.4);
}
.newsletter-form .form-error {
  background: rgba(220,38,38,0.18);
  color: #FCA5A5;
  border: 1px solid rgba(220,38,38,0.4);
}

/* News-foot adapt for 2 links */
.news-foot .sep { color: var(--muted); margin: 0 6px; }

/* ===== Sez. Pensieri — "Riconosci uno di questi pensieri?" ===== */
.pensieri {
  background: var(--blue-bg);
  border-bottom: 1px solid var(--line);
}
.pensieri h2 em {
  font-style: normal;
  color: var(--blue);
  position: relative;
  display: inline-block;
}
.pensieri h2 em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 12px;
  background: var(--accent);
  z-index: -1;
  opacity: 0.6;
}
.pensieri-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pensieri-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .pensieri-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.pensiero {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 24px;
  display: flex;
  gap: 14px;
  transition: all .2s;
}
.pensiero:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-light);
}
.pensiero .x {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: grid;
  place-items: center;
}
.pensiero h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.pensiero p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.pensieri-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Sez. 11 — News / Osservatorio normativo ===== */
.news-home {
  background: #fff;
  border-top: 1px solid var(--line);
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px) {
  .news-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}
.news-item {
  padding-top: 22px;
  border-top: 2px solid var(--ink);
  transition: all .15s;
  display: block;
}
.news-item:hover { border-color: var(--blue); }
.news-item .tag {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
  background: var(--blue-soft);
  padding: 5px 11px;
  border-radius: 5px;
  margin-bottom: 14px;
}
.news-item h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: var(--ink);
}
.news-item:hover h4 { color: var(--blue); }
.news-item .meta {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.news-foot {
  text-align: center;
  margin-top: 40px;
}
.news-foot a {
  color: var(--blue);
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.news-foot a:hover { color: var(--blue-deep); }

/* ===== Sez. 12 — FAQ ===== */
.faq-home { background: #fff; }
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--bg-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all .15s;
}
.faq-item[open] {
  border-color: var(--blue-light);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 24px;
  color: var(--blue);
  font-weight: 400;
  transition: transform .2s;
  line-height: 1;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-item .faq-body {
  padding: 0 22px 20px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.faq-foot {
  text-align: center;
  margin-top: 36px;
  font-size: 16px;
  color: var(--ink-soft);
}
.faq-foot a {
  color: var(--blue);
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq-foot a:hover { color: var(--blue-deep); }
.faq-foot span { margin: 0 6px; color: var(--muted); }

/* ===== Sez. 12 — CTA finale form ===== */
.cta-final {
  background: linear-gradient(135deg, #FFFFFF 0%, var(--blue-bg) 100%);
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1000px) {
  .cta-grid { grid-template-columns: 1.05fr 1fr; gap: 60px; }
}
.cta-final h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.022em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 22px;
}
@media (min-width: 768px) { .cta-final h2 { font-size: 40px; } }
.cta-final h2 mark {
  background: transparent;
  color: var(--blue);
  position: relative;
}
.cta-final h2 mark::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 12px;
  background: var(--accent);
  z-index: -1;
  opacity: 0.6;
}
.cta-alternative {
  margin-top: 22px;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.cta-alternative strong { color: var(--ink); font-weight: 700; }
.cta-alternative a { color: var(--blue); font-weight: 700; }
.cta-alternative a:hover { text-decoration: underline; }

.cta-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-lg);
}
@media (min-width: 768px) {
  .cta-form { padding: 36px 34px; }
}
.cta-form h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  color: var(--ink);
}
.cta-form .smalltxt {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-bottom: 22px;
  line-height: 1.5;
}
.cta-form label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 6px;
  font-weight: 700;
}
.cta-form input,
.cta-form select {
  width: 100%;
  background: var(--bg-tint);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 15px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
  transition: all .15s;
  color: var(--ink);
}
.cta-form input:focus,
.cta-form select:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
}
.cta-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0 18px;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.cta-form .privacy-check input[type="checkbox"] {
  width: 18px; height: 18px;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--blue);
}
.cta-form .privacy-check a { color: var(--blue); text-decoration: underline; }
.cta-form button[type="submit"] {
  width: 100%;
  background: var(--blue);
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: var(--radius-md);
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: all .15s;
}
.cta-form button[type="submit"]:hover {
  background: var(--blue-deep);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(28,51,95,0.18);
}
.cta-form .form-microcopy {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
  text-align: center;
}
.cta-form .form-success,
.cta-form .form-error {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.cta-form .form-success {
  background: #E8F8EE;
  color: #15803D;
  border: 1px solid #BBE5C8;
}
.cta-form .form-error {
  background: #FEF2F2;
  color: var(--red-soft);
  border: 1px solid #FCA5A5;
}

/* ===== Footer ===== */
footer.site-footer {
  background: #0A1628;
  color: #A6B3C7;
  padding: 56px 0 24px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
@media (min-width: 600px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 36px; }
}
.footer-grid h5 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.footer-grid a, .footer-grid p {
  display: block;
  color: #A6B3C7;
  margin-bottom: 9px;
  font-size: 13.5px;
  line-height: 1.55;
}
.footer-grid a:hover { color: var(--accent); }
.footer-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: fit-content;
  margin: 0 0 18px;
}
.footer-brand .logo .name {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.02em;
  display: block;
  white-space: nowrap;
}
.footer-brand .logo .payoff {
  color: var(--blue-light);
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-top: 4px;
  display: block;
  white-space: nowrap;
}
.footer-brand .mission {
  margin-top: 16px;
  font-style: italic;
  color: #8A99B5;
  font-size: 13px;
}
.footer-brand .legal-info {
  margin-top: 14px;
  font-size: 12.5px;
  color: #6E7C95;
  line-height: 1.55;
  font-style: normal;
}
.footer-bot {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 12.5px;
  color: #6E7C95;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bot a { color: #6E7C95; margin-right: 12px; }
.footer-bot a:hover { color: var(--accent); }

/* ===== Utility ===== */
.text-center { text-align: center; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  background: var(--blue);
  color: #fff;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  z-index: 100;
  font-weight: 600;
  font-size: 14px;
}
.skip-link:focus { top: 8px; }

/* ===== Modal "Attivo a breve" ===== */
.cs-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cs-modal.open { display: flex; }
.cs-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cs-dialog {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  max-width: 480px;
  width: 100%;
  padding: 40px 32px 32px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  animation: csIn 0.18s ease-out;
}
@keyframes csIn {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.cs-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: var(--muted);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-family: inherit;
}
.cs-close:hover {
  background: var(--bg-tint);
  color: var(--ink);
}
.cs-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-dialog h3 {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.cs-dialog p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 24px;
}
.cs-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cs-actions .btn-primary,
.cs-actions .btn-secondary {
  width: 100%;
  justify-content: center;
}
@media (min-width: 600px) {
  .cs-actions { flex-direction: row; justify-content: center; }
  .cs-actions .btn-primary,
  .cs-actions .btn-secondary { width: auto; }
}
body.cs-open { overflow: hidden; }
