/* PS_FONT_SICUREZZA_UNIFICATO_V2
   Home ecosistema + Civiche allineate al font/stile titoli Sicurezza
*/

html,
body,
button,
input,
select,
textarea,
a,
p,
div,
span,
li,
label {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Titoli principali come Segnalazione sicurezza */
h1,
.hero h1,
.ps-civic-hero h1,
.eco-hero h1,
.eco-main-title,
.ps-three-choice-head h2 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #07142b !important;
  font-weight: 950 !important;
  letter-spacing: -0.070em !important;
  line-height: 0.92 !important;
  text-shadow: none !important;
}

/* Grandezza titolo home/civiche allineata alla sicurezza */
.eco-hero h1,
.eco-main-title,
.ps-civic-hero h1 {
  font-size: clamp(52px, 6vw, 76px) !important;
  max-width: 760px !important;
}

/* Sottotitoli */
.hero p,
.ps-civic-hero p,
.eco-hero p,
.eco-subtitle,
.subtitle,
.ps-three-choice-head p {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #5d6b82 !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
  letter-spacing: -0.015em !important;
  text-shadow: none !important;
}

/* Titoli card */
.ps-choice-title,
.card h2,
.side h2,
aside h2,
form h2,
.ps-eco-logo-card h2 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #07142b !important;
  font-weight: 950 !important;
  letter-spacing: -0.050em !important;
  line-height: 1.02 !important;
}

/* Testi card */
.ps-choice-text,
.card p,
.side p,
aside p,
.card li,
.side li,
aside li,
.ps-civic-note,
.ps-civic-active {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #526174 !important;
  font-weight: 650 !important;
  line-height: 1.48 !important;
}

/* Badge/chip */
.ps-civic-chip,
.ps-civic-kicker,
.eyebrow,
.badge,
.pill,
.ps-choice-kicker {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 950 !important;
  letter-spacing: 0.01em !important;
}

@media (max-width: 760px) {
  h1,
  .hero h1,
  .ps-civic-hero h1,
  .eco-hero h1,
  .eco-main-title {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.065em !important;
  }

  .hero p,
  .ps-civic-hero p,
  .eco-hero p,
  .eco-subtitle,
  .subtitle,
  .ps-three-choice-head p {
    font-size: 17px !important;
  }
}
