/* Contact Us page specific styles - keep minimal and build on base.css */

/* Hero background using resort-inspired visual */
.contact-hero {
  background-image: url('/assets/images/hero-luxurious-casino-pool.webp');
}

/* Tweak card spacing for dense info sections */
@media (min-width: 1024px) {
  .contact-hero .hero-content { max-width: 900px; }
}

/* Map image aspect for consistent layout */
#mapa .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Make alert visible when toggled by JS */
.alert.hidden { display: none; }

/* Slight emphasis for contact methods */
#telefon-email a[href^="tel:"],
#telefon-email a[href^="mailto:"] {
  font-weight: 600;
}
