/* Academia Bom Físico — estilos base */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #111311; color: #F2F1EF; font-family: Inter, system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #A3C24A; text-decoration: none; }
a:hover { color: #C9DE8A; }
img, video { display: block; max-width: 100%; }
::selection { background: #4C680F; color: #F2F1EF; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
button { font-family: inherit; }
[data-reveal] { transition: opacity .65s cubic-bezier(.2,.6,.2,1), transform .65s cubic-bezier(.2,.6,.2,1); }
.no-js [data-reveal] { opacity: 1 !important; transform: none !important; }
@keyframes bfPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(15,122,64,.55); } 50% { box-shadow: 0 0 0 14px rgba(15,122,64,0); } }
#wa-float { animation: bfPulse 2.6s ease-out infinite; }
#mobile-menu.open { display: flex !important; }

@media (max-width: 1179px) {
  #main-nav { display: none !important; }
  .header-cta { display: none !important; }
  #menu-btn { display: inline-flex !important; }
  #mobile-bar { display: flex !important; }
  #wa-float { bottom: 86px !important; }
  #site-footer { padding-bottom: 110px !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #wa-float { animation: none; }
  [data-reveal] { transition: none; opacity: 1 !important; transform: none !important; }
}
