/*
  Qui inseriremo tutte le personalizzazioni del progetto.
  Teniamo style.css pulito per identità tema + variabili.
*/

body {
  background-color: #ffffff;
}

/* Header sticky più pulito */
#site-header.has-sticky-header {
  box-shadow: 0 8px 24px rgba(11, 47, 91, 0.08);
}

/* Spazio base sezioni Elementor / Gutenberg */
section,
.elementor-section {
  scroll-margin-top: 110px;
}
