/* Contacto: mapa real, legible y enmarcado con el acento de marca. */
.contact-map {
  margin-top: 34px;
}

.contact-map__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 216, 240, .42);
  border-top-width: 2px;
  background: #0d1117;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
  background: #d9dde2;
  filter: grayscale(1) invert(.9) contrast(1.12) brightness(.82);
}

.contact-map__fallback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: #16d8f0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .2s ease;
}

.contact-map__fallback::after {
  content: "↗";
  font-size: 16px;
  line-height: 1;
}

.contact-map__fallback:hover {
  color: #fff;
}

.contact-map__fallback:focus-visible {
  outline: 2px solid #16d8f0;
  outline-offset: 4px;
}

@media (max-width: 720px) {
  .contact-map {
    margin-top: 24px;
  }

  .contact-map__frame iframe {
    height: 360px;
  }

  .contact-map__fallback {
    min-height: 44px;
    margin-top: 10px;
  }
}
