/* =====================================================
   PAGINE INTERNE - STILE COMUNE
   Utilizzato da:
   - documenti.html
   - safeguarding.html
   - centro-sportivo.html
   - eventi.html
   - notizie.html
   - contatti.html
===================================================== */

/* ---------- HERO ---------- */

.page-hero {
  position: relative;

  min-height: 700px;

  padding-top: 170px;

  padding-bottom: 110px;

  display: flex;

  align-items: center;

  color: #fff;

  overflow: hidden;
}

.page-hero h1 {
  max-width: 850px;
}

.page-hero::before {
  content: "";

  position: absolute;

  inset: 0;

  background: rgba(20, 58, 90, 0.6);

  z-index: 1;
}

.page-hero .container {
  position: relative;

  z-index: 2;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.5rem);

  margin-bottom: 20px;

  font-weight: 800;
}

.page-hero p {
  max-width: 700px;

  margin-top: 25px;

  margin-bottom: 35px;

  font-size: 1.2rem;

  line-height: 1.9;

  color: rgba(255, 255, 255, 0.92);
}

/* ---------- BREADCRUMB ---------- */

.breadcrumb {
  padding: 18px 0;

  background: #f7f8fa;

  border-bottom: 1px solid #ececec;
}

.breadcrumb a {
  text-decoration: none;

  color: #143a5a;
}

.breadcrumb span {
  color: #888;
}

/* ---------- INTRO ---------- */

.page-intro {
  padding: 90px 0;
}

.page-intro .container {
  max-width: 900px;

  text-align: center;
}

.page-intro h2 {
  font-size: 2.3rem;

  color: #143a5a;

  margin-bottom: 25px;
}

.page-intro p {
  font-size: 1.15rem;

  line-height: 1.9;

  color: #666;
}

/* ---------- CTA ---------- */

.page-cta {
  padding: 90px 0;

  background: #143a5a;

  color: #fff;

  text-align: center;
}

.page-cta h2 {
  font-size: 2.6rem;

  margin-bottom: 18px;
}

.page-cta p {
  max-width: 700px;

  margin: 0 auto 40px;

  opacity: 0.9;
}

/* =====================================================
   CONTATORE HERO
===================================================== */

.documents-counter {
  display: inline-flex;

  align-items: center;

  gap: 16px;

  margin-top: 35px;
  margin-bottom: 40px;

  padding: 16px 28px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(12px);
}

.documents-counter strong {
  font-size: 2rem;

  font-weight: 800;

  color: #ffffff;
}

.documents-counter span {
  color: #ffffff;

  opacity: 0.95;
}

/* =====================================================
   HERO STATS
===================================================== */

.page-stats {
  display: flex;

  gap: 22px;

  margin: 40px 0 55px;

  flex-wrap: wrap;
}

.page-stat {
  min-width: 165px;

  padding: 18px 22px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(10px);
}

.page-stat i {
  font-size: 1.5rem;

  color: #fff;

  margin-bottom: 12px;
}

.page-stat strong {
  display: block;

  font-size: 2rem;

  font-weight: 800;

  color: #fff;

  margin-bottom: 6px;
}

.page-stat span {
  color: rgba(255, 255, 255, 0.9);

  font-size: 0.95rem;
}

.hero-buttons {
  display: flex;

  gap: 18px;

  margin-top: 45px;

  align-items: center;

  flex-wrap: wrap;
}

/*==================================================
INFO STRIP
==================================================*/

.info-strip {
  background: #ffffff;

  border-bottom: 1px solid #edf1f5;
}

.info-strip .container {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 30px;

  padding: 22px 0;

  flex-wrap: wrap;
}

.info-item {
  display: flex;

  align-items: center;

  gap: 12px;
}

.info-item i {
  color: #e4007c;

  font-size: 1.3rem;
}

.info-item strong {
  color: #143a5a;

  font-size: 1.1rem;
}

.info-item span {
  color: #666;
}

.info-divider {
  width: 1px;

  height: 28px;

  background: #e3e8ef;
}

@media (max-width: 768px) {
  .info-divider {
    display: none;
  }
}
