:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #071927;
}

.glass-panel {
  background: linear-gradient(135deg, rgba(5, 18, 30, 0.82), rgba(7, 43, 62, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.nav-link {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.25s ease;
}

.nav-link:hover {
  color: #fff;
}

.whatsapp-btn,
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef2b6d, #0b7fb3);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(239, 43, 109, 0.34);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.whatsapp-btn {
  padding: 0.75rem 1.2rem;
}

.hero-cta {
  min-height: 3.5rem;
  padding: 0.9rem 1.45rem;
}

.whatsapp-btn:hover,
.hero-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 22px 60px rgba(11, 127, 179, 0.32);
}

.hero-secondary {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.13);
  padding: 0.9rem 1.45rem;
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(12px);
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
}

.mobile-icon {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

.mobile-icon span {
  display: block;
  height: 2px;
  width: 1.1rem;
  border-radius: 999px;
  background: #fff;
}

.mobile-link {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.hero-grid {
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 74%);
}

.hero-copy-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(4, 14, 24, 0.72), rgba(10, 52, 75, 0.42));
  padding: clamp(1.45rem, 4vw, 2.75rem);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.hero-copy-card h1 {
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.45);
}

.hero-copy-card p {
  color: rgba(255, 255, 255, 0.93);
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.32);
}

.hero-info-panel {
  justify-self: end;
  width: min(100%, 26rem);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 1.45rem;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.hero-info-panel span {
  color: #c91855;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-info-panel strong {
  display: block;
  margin-top: 0.35rem;
  color: #071927;
  font-size: 1.6rem;
  font-weight: 950;
  line-height: 1.12;
}

.hero-info-panel ul {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.75rem;
  color: #24384a;
  font-weight: 750;
}

.hero-info-panel li {
  display: flex;
  gap: 0.65rem;
}

.hero-info-panel li::before {
  content: "";
  margin-top: 0.48rem;
  height: 0.5rem;
  width: 0.5rem;
  flex: 0 0 0.5rem;
  border-radius: 999px;
  background: #ef2b6d;
  box-shadow: 0 0 0 0.28rem rgba(239, 43, 109, 0.14);
}

.hero-info-panel a {
  margin-top: 1.35rem;
  display: inline-flex;
  border-radius: 999px;
  background: #071927;
  padding: 0.85rem 1.15rem;
  color: #fff;
  font-weight: 900;
}

.glass-pill {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  padding: 0.6rem 1rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.section-band {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 0;
}

.section-kicker {
  color: #ef2b6d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-title {
  margin-top: 0.8rem;
  color: #061a2a;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  line-height: 1.05;
}

.section-copy {
  margin-top: 1.35rem;
  color: #334155;
  font-size: 1.08rem;
  line-height: 1.85;
}

.service-bg {
  background: linear-gradient(135deg, rgba(7, 25, 39, 0.94), rgba(8, 76, 110, 0.9)), url("img/fachada-frente.jpg");
  background-position: center;
  background-size: cover;
}

.about-highlights {
  margin: 3rem auto 0;
  display: grid;
  max-width: 58rem;
  gap: 1rem;
}

.about-highlights div {
  border: 1px solid rgba(11, 127, 179, 0.16);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, rgba(230, 246, 251, 0.84), rgba(255, 255, 255, 0.96));
  padding: 1.35rem;
  box-shadow: 0 18px 60px rgba(7, 33, 54, 0.1);
}

.about-highlights strong {
  display: block;
  color: #c91855;
  font-size: 2.35rem;
  font-weight: 950;
  line-height: 1;
}

.about-highlights span {
  margin-top: 0.45rem;
  display: block;
  color: #0f2638;
  font-weight: 800;
}

.service-card {
  min-height: 19rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 247, 251, 0.86));
  padding: 2rem;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.text-primary-DEFAULT {
  color: #0b7fb3;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.service-card h3 {
  color: #061a2a;
  font-size: 1.35rem;
  font-weight: 900;
}

.service-card p {
  margin-top: 0.9rem;
  color: #314256;
  line-height: 1.7;
}

.popular-band {
  background: linear-gradient(135deg, #f6fbfd, #fff 42%, #fff1f6);
}

.popular-card {
  align-self: center;
  border: 1px solid rgba(239, 43, 109, 0.18);
  border-radius: 1.25rem;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 24px 80px rgba(7, 33, 54, 0.12);
  backdrop-filter: blur(18px);
}

.popular-card strong {
  display: block;
  color: #061a2a;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1.1;
}

.popular-card span {
  margin-top: 1rem;
  display: block;
  color: #314256;
  line-height: 1.7;
}

.popular-card a {
  margin-top: 1.4rem;
  display: inline-flex;
  border-radius: 999px;
  background: #061a2a;
  padding: 0.85rem 1.2rem;
  color: #fff;
  font-weight: 800;
}

.gallery-band {
  background: #f8fbfc;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.1rem;
}

.gallery-item {
  min-height: 18rem;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(7, 25, 39, 0.08);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.13);
}

.gallery-item img {
  height: 100%;
  min-height: 18rem;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.contact-bg {
  background: linear-gradient(135deg, rgba(7, 25, 39, 0.96), rgba(7, 67, 97, 0.92)), url("img/fachada-principal.jpg");
  background-position: center;
  background-size: cover;
}

.contact-card,
.map-card {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.contact-card {
  padding: 2rem;
}

.contact-card dt {
  color: #b8124a;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card dd {
  margin-top: 0.2rem;
  color: #061a2a;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.map-card {
  min-height: 500px;
  overflow: hidden;
}

.map-card iframe {
  height: 100%;
  min-height: 500px;
  width: 100%;
  border: 0;
}

.modal-box {
  max-height: 88vh;
  width: min(100%, 44rem);
  overflow: auto;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 2rem;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.35);
}

.modal-close {
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 999px;
  background: #e6f6fb;
  color: #061a2a;
  font-size: 1.5rem;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .contact-card,
  .map-card,
  .map-card iframe {
    min-height: 100%;
  }
}

@media (max-width: 640px) {
  .section-band {
    padding: 4.25rem 0;
  }

  .section-title {
    font-size: 2.15rem;
  }

  .contact-card,
  .popular-card,
  .service-card {
    border-radius: 1.1rem;
    padding: 1.35rem;
  }
}
