/*
 * Accessibility and SEO helper styles layered on the WordPress theme.
 * Keep selectors prefixed with exh- to avoid theme collisions.
 */

.exh-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 0.75rem 1rem;
  background: #0b3d5c;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}

.exh-skip-link:focus {
  left: 0;
}

.exh-sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.exh-honeypot,
textarea.exh-honeypot,
.wpcf7-form .exh-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.exh-content-disclaimer {
  max-width: 720px;
  margin: 1.5rem auto;
  padding: 1rem 1.25rem;
  border-left: 4px solid #0b3d5c;
  background: #f3f7fa;
  color: #1a2b36;
  font-size: 0.95rem;
  line-height: 1.55;
}

.exh-content-disclaimer p {
  margin: 0;
}

.exh-form-consent {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0.75rem 0 1rem;
  color: #334e5c;
}

.exh-form-consent a {
  color: #0b3d5c;
  text-decoration: underline;
}

.exh-main:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
