/* ====== STRUTTURA GENERALE ====== */

body {
  font-family: Georgia, serif;
  margin: 2.5em auto;
  max-width: 850px;
  line-height: 1.75;
  background-color: #fafafa;
  color: #222;
  padding: 0 1em;
}
/* ====== Rorido ====== */

.icona-home {
  width: 32px;
  height: 32px;
  vertical-align: text-top;
  margin-right: 8px;
}

.icona-home-note {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 2px;
}
/* ====== HEADER ====== */

header.hero {
  background-color: #004d99;
  color: white;
  padding: 25px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 2em;
}

header.hero h1 {
  margin: 0;
  font-size: 2em;
}

header.hero .sottotitolo {
  margin-top: 0.5em;
  font-size: 1.1em;
  opacity: 0.9;
}

/* ====== SEZIONI PRINCIPALI ====== */

main, section {
  max-width: 900px;
  margin: auto;
  padding: 2px;
}

/* ====== DIALOGHI NARRATIVI ====== */

.dialogo p {
  background: #eef6ff;
  border-left: 4px solid #004d99;
  padding: 0.7em 1em;
  margin-bottom: 0.8em;
  border-radius: 4px;
}

.dialogo strong {
  color: #003d7a;
}

/* ====== TITOLI ====== */

h2 {
  color: #004466;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-top: 0.5em;
}

/* ====== LISTE ====== */

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  margin: 0.6em 0;
}

ul li a {
  color: #004d99;
  text-decoration: none;
  font-weight: bold;
}

ul li a:hover {
  text-decoration: underline;
}

/* ====== NUOVA SEZIONE: SCELTE (Luoghi / Percorsi) ====== */

.scelte {
  margin-top: 1em;
  text-align: center;
}

.scelte h2 {
  border-bottom: none;
  margin-bottom: 0.5em;
}

.scelte p {
  font-style: italic;
  color: #444;
}

/* ====== BIVIO (contenitore) ====== */

.bivio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  margin-top: 2 em;
}

/* ====== BOX DEL BIVIO ====== */

.bivio-box {
  background: #eef6ff;
  border-left: 4px solid #004d99;
  padding: 1.2em 1.4em;
  border-radius: 6px;
  max-width: 360px;
  flex: 1 1 300px;
  text-align: left;
}

.bivio-box h3 {
  margin-top: 0;
  color: #003d7a;
}

.bivio-box p {
  margin-bottom: 1em;
}

/* ====== BOTTONE ====== */

.bottone {
  display: inline-block;
  background-color: #004d99;
  color: white !important;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.bottone:hover {
  background-color: #003d7a;
}

/* ====== FOOTER ====== */

footer {
  background-color: #eee;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  margin-top: 40px;
}

footer a {
  color: #004d99;
  text-decoration: none;
  margin: 0 10px;
}

footer a:hover {
  text-decoration: none;
}

footer a:hover .link-text {
  text-decoration: underline;
}
