/*
Theme Name: SolGal — Divi Child
Theme URI: https://solgal.ch
Description: Child theme di Divi per SolGal SAGL. Contiene gli stili custom del riposizionamento "Soluzioni Energetiche Evolute". Non modificare il tema padre Divi: tutte le personalizzazioni vivono qui.
Author: SolGal
Template: Divi
Version: 1.0.0
Text Domain: divi-child-solgal
*/

/* =========================================================
   SolGal — Design tokens (palette dai flyer / sito esistente)
   ========================================================= */
:root {
  --sg-navy:   #1F478D; /* blu istituzionale */
  --sg-blue:   #2b87da; /* blu acceso */
  --sg-green:  #29c4a9; /* verde/teal */
  --sg-mint:   #73CC9C; /* verde chiaro */
  --sg-ink:    #1c2a3a; /* testo scuro */
  --sg-muted:  #5b6b7c; /* testo secondario */
  --sg-bg:     #fafbfd; /* sfondo chiaro */
}

/* =========================================================
   Hero Home — testi garantiti (indipendenti dalla dynamic CSS
   di Divi, che su pagine create via wp-cli non genera sempre
   colore/dimensione dei moduli above-the-fold).
   ========================================================= */
.sg-hero-eyebrow .et_pb_module_heading,
.sg-hero-eyebrow h1, .sg-hero-eyebrow h2, .sg-hero-eyebrow h3,
.sg-hero-eyebrow h4, .sg-hero-eyebrow h5, .sg-hero-eyebrow h6 {
  color: var(--sg-mint) !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

.sg-hero-lead .et_pb_text_inner,
.sg-hero-lead .et_pb_text_inner p {
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.6em !important;
  font-weight: 600 !important;
}
.sg-hero-title .et_pb_module_heading,
.sg-hero-title h1 {
  color: #ffffff !important;
  font-size: 56px !important;
  line-height: 1.12em !important;
  font-weight: 700 !important;
}

/* Badge hero: titolo bianco + allineato con l'icona check (icona a sinistra). */
.sg-hero-badge .et_pb_module_header {
  padding-top: 10px !important;
  color: #ffffff !important;
}
/* Sottotitolo hero su sfondo scuro (pagine interne): chiaro, senza velatura. */
.sg-hero-sub .et_pb_text_inner,
.sg-hero-sub .et_pb_text_inner p {
  color: #eaf1fb !important;
  font-size: 19px !important;
  line-height: 1.6em !important;
}
@media (max-width: 980px) {
  .sg-hero-sub .et_pb_text_inner,
  .sg-hero-sub .et_pb_text_inner p { font-size: 16px !important; }
}

.sg-hero-lead {
  background-color: rgba(8, 20, 40, 0.32) !important;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .sg-hero-title .et_pb_module_heading,
  .sg-hero-title h1 { font-size: 30px !important; }
}
@media (max-width: 980px) {
  .sg-hero-lead .et_pb_text_inner,
  .sg-hero-lead .et_pb_text_inner p { font-size: 18px !important; }
}
