/* Ajustes globais de responsividade, acessibilidade e estabilidade visual */
html, body { max-width: 100%; overflow-x: clip; }
img, svg, video { max-width: 100%; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #93c840;
  outline-offset: 3px;
}
.footer-links { flex-wrap: wrap; justify-content: center; max-width: 100%; }

@media (max-width: 768px) {
  header { gap: 16px; }
  .logo { min-width: 0; }
  .btn-header { flex: 0 0 auto; text-align: center; }
  footer { width: 100%; }
  .footer-links { width: 100%; gap: 12px 18px; }
  .footer-links a { font-size: .88rem; padding: 4px 0; }
  .wa-float { right: 16px; bottom: 16px; }
}

@media (max-width: 430px) {
  .hero-ctas, .cta-buttons { width: 100%; }
  .hero-ctas a, .cta-buttons a { width: 100%; justify-content: center; }
  .section-title { margin-bottom: 36px; }
}

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