/*
Theme Name: EOSCER Child
Theme URI: https://www.eoscer.it
Description: Tema child per EOS CER – Comunità Energetiche Rinnovabili
Author: Giovanni Merico
Author URI: https://www.eoscer.it
Template: astra
Version: 1.0
*/

/* =====================================================
   Stile Istituzionale EOS CER
===================================================== */

body {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7;
  color: #1A1A1A;
  background-color: #F8F9FA;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #0054A6;
}

a { color: #0054A6; text-decoration: none; }
a:hover { color: #00A878; text-decoration: underline; }

header.site-header { background-color: #FFF; border-bottom: 3px solid #0054A6; }

footer.site-footer {
  background-color: #0054A6;
  color: #FFF;
  padding: 30px 0;
}

footer.site-footer a { color: #FFF; }
footer.site-footer a:hover { color: #00A878; }

button,
input[type="submit"],
.wp-block-button__link {
  background-color: #00A878 !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
}
button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background-color: #00785a !important;
}

.hero {
  background: linear-gradient(90deg, #0054A6 0%, #00A878 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
}
.hero h1 { font-size: 2.5rem; margin-bottom: 20px; }
.hero p { font-size: 1.2rem; }