:root {

  /* ===============================
     PALETTE ALL0GGIO TURISTICO DI ZOE
     =============================== */

  /* Verde salvia – colore principale */
  --primary-color: #9FB5A1;
  --primary-color-rgb: 159, 181, 161;

  /* Verde più tenue / elegante */
  --secondary-color: #C6D8C4;
  --secondary-color-rgb: 198, 216, 196;

  /* Beige caldo (sfondi soft) */
  --tertiary-color: #F2ECE7;
  --tertiary-color-rgb: 242, 236, 231;

  /* Accento neutro chiaro */
  --quaternary-color: #FFF8F2;
  --quaternary-color-rgb: 255, 248, 242;
  --bg-default: #fffce7 !important;   /*  --bg-default: #F6F6F6;  */

}

body {
  color: #4A4A48;
}

/* FOOTER – verde scuro ispirato al logo */
footer,
#footer {
  background-color: #5F7666; /* verde scuro Zoe */
  color: #F4F6F3;
}

/* Titoli nel footer */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  color: #FFFFFF;
}

/* Testi secondari */
footer p,
footer span,
footer li {
  color: #E6ECE8;
}

/* Link */
footer a {
  color: #E6ECE8;
  text-decoration: none;
}

footer a:hover {
  color: #FFFFFF;
}

/* Divider / linee */
footer hr {
  border-color: rgba(255, 255, 255, 0.15);
}


footer {
  box-shadow: inset 0 10px 30px rgba(0,0,0,0.25);
}
