/* ============================================================
   HERO LOCAL ANIMA — Diseño Premium
   ============================================================ */

.aa-hero-local {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 120px 20px 140px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

/* Overlay oscuro para legibilidad */
.aa-hero-local__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.50);
  backdrop-filter: brightness(0.75);
  pointer-events: none;
}

/* Contenido centrado */
.aa-hero-local__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* Título */
.aa-hero-local__title {
  margin: 0 0 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 6px 25px rgba(0,0,0,0.75);
}

/* Subtítulo */
.aa-hero-local__subtitle {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.90);
  text-shadow: 0 6px 25px rgba(0,0,0,0.65);
}

/* Botón */
.aa-hero-local__btn {
  display: inline-block;
  padding: 14px 32px;
  background: #C87914; /* Dorado ANIMA */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 15px 40px rgba(199,121,20,0.45);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.aa-hero-local__btn:hover {
  transform: translateY(-4px);
  background: #a56410;
  box-shadow: 0 22px 55px rgba(199,121,20,0.55);
}

/* Responsive */
@media (max-width: 768px) {
  .aa-hero-local__title {
    font-size: 30px;
  }
  .aa-hero-local__subtitle {
    font-size: 16px;
  }
}
