html:not(.js) .reveal,
html:not(.js) .reveal-left,
html:not(.js) .reveal-right,
html:not(.js) .reveal-scale,
html:not(.js) .text-reveal-inner,
html:not(.js) .text-reveal-word span,
html:not(.js) .hero-headline,
html:not(.js) .hero-subtitle,
html:not(.js) .hero-tagline,
html:not(.js) .hero-ctas,
html:not(.js) .hero-phone,
html:not(.js) .status-bar {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .text-reveal-inner,
  .text-reveal-word span {
    opacity: 1 !important;
    transform: none !important;
  }
}

.map-placeholder {
  min-height: 320px;
  border: 1px solid rgba(38, 208, 124, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(38, 208, 124, 0.09), rgba(0, 0, 0, 0.24)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
    #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  text-align: center;
}

.map-placeholder p {
  max-width: 48ch;
  margin: 0;
  color: #bbbbbb;
  font-size: 0.9rem;
  line-height: 1.6;
}

.map-load-button {
  border: 0;
  border-radius: 2px;
  background: #26d07c;
  color: #000000;
  cursor: pointer;
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 11px 20px;
  text-transform: uppercase;
}

.map-load-button:hover {
  box-shadow: 0 0 20px rgba(38, 208, 124, 0.28);
}
