/* HERO */
.hero { min-height: 80vh; }
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }

/* Sezioni */
.mt-custom { margin-top: 7rem; }
.bg-deep { background-color: #0d1b2a; }

/* Card uniformi */
.card-uniform { border-radius: 15px; height: 100%; }

/* Immagini “glow” */
.fancy-img { border-radius: 19px; box-shadow: 0 0 95px rgba(255,255,255,.75); }

/* Testo */
.text-justify-custom { text-align: justify; }

/* Video */
.video-custom {
  width: 100%;
  max-width: 640px;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: 0 4px 45px rgba(128, 128, 128, 0.23);
  margin: 0 auto;
}
