/* ================================
   PAGINA DENTISTA A MILAZZO
   Versione leggibile / medical
   ================================ */

.page-section.dentista-milazzo {
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 40px;
  line-height: 1.7;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  background: #ffffff;
  border: 1px solid #eef1f4;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(31, 42, 51, 0.06);
}

/* HEADER */

.page-header {
  margin-bottom: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef1f4;
}

.page-header h1 {
  font-size: 42px;
  font-weight: 700;
  color: #1f2a33;
  margin: 0;
  letter-spacing: -0.2px;
}

/* FOTO DOTTORESSA */

.doctor-photo {
  margin: 25px 0 40px;
  text-align: center;
}

.doctor-photo img {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eef1f4;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

/* SEZIONI */

.page-section section {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f3f5;
}

.page-section section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a33;
  margin-bottom: 16px;
}

/* TESTO */

.page-section p,
.page-section li {
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 16px;
}

/* BIO */

.doctor-bio p strong {
  font-weight: 600;
}

/* LISTE */

.page-section ul {
  margin: 16px 0 22px 0;
  padding-left: 22px;
  list-style: disc;
}

.page-section ul li {
  margin-bottom: 10px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .page-section.dentista-milazzo {
    font-size: 16px;
    padding: 35px 18px;
  }

  .page-header h1 {
    font-size: 28px;
  }

  .page-section h2 {
    font-size: 24px;
  }

  .doctor-photo img {
    max-width: 100%;
  }
}
