body { background-color: #000; }
/* Responsive Overrides */
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  img, video { max-width: 100%; height: auto; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.2rem; }
  p, .product-p, .comment { font-size: 1rem; }
  .testimonial-carousel { overflow-x: auto; display: flex; gap: 1rem; scroll-snap-type: x mandatory; }
  .testimonial-card { min-width: 280px; scroll-snap-align: start; }
  .banner-section img { width: 100%; height: auto; }
  .cta-button-wrapper { margin: 4rem 0; text-align: center; }
  .neon-button { display: inline-block; margin: 2rem auto; max-width: 90%; font-size: 1rem; }
  .video-comment-container { flex-direction: column; text-align: center; }
  .video-box, .text-box { max-width: 100%; }
  .produtos { flex-direction: column; align-items: center; }
  .produto { flex: 1 1 auto; max-width: 90%; margin-bottom: 1rem; }
  .gdpr-container { flex-direction: column; text-align: center; }
  .carousel-track { animation-duration: 20s; }
}