/* =========================================================
   Museo Demologico di San Giovanni in Fiore
   Ritocchi personalizzati sopra Bootstrap Italia
   ========================================================= */

/* HERO */
.museo-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(0, 40, 80, 0.55), rgba(0, 89, 178, 0.70)),
    url("../img/hero.svg") center/cover no-repeat;
  padding: 5rem 0;
}
.museo-hero h1 { color: #fff; }
.museo-hero .lead { color: #f2f5f9; }

/* HERO interno (pagine secondarie) */
.museo-pagehero {
  background: linear-gradient(135deg, #0059b2, #003a75);
  color: #fff;
  padding: 3rem 0 2.5rem;
}
.museo-pagehero h1 { color: #fff; }
.museo-pagehero .breadcrumb-container .breadcrumb,
.museo-pagehero .breadcrumb a,
.museo-pagehero .breadcrumb .separator { color: #d6e4f5; }
.museo-pagehero .breadcrumb a:hover { color: #fff; }

/* Card uniformi in griglia */
.museo-card-grid .it-card-wrapper { height: 100%; }
.museo-card-grid .card { height: 100%; }

/* Icona tonda dentro le card / feature */
.museo-ico {
  width: 64px; height: 64px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #e6eefb; color: #0059b2; margin-bottom: 1rem;
}
.museo-ico .icon { width: 32px; height: 32px; }

/* Numero sala */
.museo-room-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: #0059b2; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.4rem; flex-shrink: 0;
}

/* Sezione scura */
.museo-section-dark { background: #003a75; color: #eaf1fb; }
.museo-section-dark h2, .museo-section-dark .display-1 { color: #fff; }

/* Numeri statistiche */
.museo-stat .num { font-size: 2.6rem; font-weight: 700; color: #fffff0; display: block; line-height: 1; }
.museo-stat .label { color: #cfe0f5; }

/* CTA band */
.museo-cta { background: #0059b2; color: #fff; }
.museo-cta h2 { color: #fff; }

/* Mappa */
.museo-map iframe { width: 100%; border: 0; display: block; border-radius: 4px; }
