#hero-bio
{
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  line-height: 1.8;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  background: linear-gradient(to bottom, #ffffff, #fbfaf8);
}

.cit_link{ color: blue; font-weight: 700;}

body
{
  background: linear-gradient(to bottom, #ffffff, #fbfaf8);

}

.testo img
{
  max-width: 100%;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.testo h1
{
  font-weight: 800;
  font-size: clamp(1.5rem, 6vw, 3.0rem);
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.6rem;
}

.testo h2{margin-top: 2rem;}


figcaption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

figure {
  text-align: center;  /* centra il contenuto inline o inline-block */
}

figure img {
  display: inline-block; /* fa sì che l'immagine sia centrata come elemento inline-block */
  width: 80%;       /* per renderla responsiva */
  height: auto;
  border-radius: 8px;    /* opzionale, per bordi arrotondati */
  transition: transform 0.3s ease;
  cursor: pointer;  /* segnala cliccabilità */
}

figure img:hover {
  transform: scale(1.2);  /* ingrandisce del 5% */
  box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* optional, per più profondità */
}

blockquote footer {
  margin-top: 0.8rem;
  text-align: right;
  font-style: normal;
  color: #666;
  font-size: 0.95rem;
}

.highlight-quote_intro {
  font-size: 1.1rem;
  color: #59a824;
  margin-bottom: 10px;
  background-color: unset;
}

.highlight-quote {
  max-width: 80%;
  margin: 10px auto;
  padding: 25px 30px;
  background-color: rgba(30, 30, 30, 0.85);
  color: #f0f0f0;
  border-left: 5px solid #59a824;  /* colore che richiama il verde del sito, per esempio */
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  position: relative;
  background-color: !important unset;
}

.highlight-quote footer {
  margin-top: 10px;
  text-align: right;
  font-weight: 600;
  color: #a5d37a;
  font-style: normal;
}

.quote1
{
  height: 100%;
  background-color: white; /*linear-gradient(to bottom, rgba(238, 238, 238, 0.9), rgba(204, 204, 204, 0.9));*/
  padding: 1px;
}

@media( max-width: 768px)
{

  figure img {
    display: inline-block; /* fa sì che l'immagine sia centrata come elemento inline-block */
    width: 90%;
  }

  #hero-bio
  {
    height: 100%;
    max-width: 1200px;
                  /* adatta dinamicamente agli schermi piccoli */
    margin: 0 auto;
    padding: 30px 20px;
    line-height: 1.8;
    font-size: clamp(0.5rem, 1vw, 0.8rem);
    background: linear-gradient(to bottom, #ffffff, #fbfaf8);
  }

  .testo{ font-size: 1.1rem !important;}
  .testo h2{font-size: 1.5rem;}
}

blockquote {
  border-left: 4px solid #555; /* linea verticale a sinistra */
  padding: 1em 1.5em;
  margin: 1.5em 0;
  background-color: #f9f9f9; /* sfondo chiaro */
  font-style: italic;
  color: #333;
  font-family: "Georgia", serif;
  position: relative;
}

blockquote footer {
  text-align: right;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5em;
  color: #555;
}

/* classe evidenza, se vuoi un piccolo accento */
blockquote .evidenza {
  color: #1a73e8; /* colore blu elegante */
}
