/* =========================================
   MOBILE COMPACT PACK v2
   Objetivo: reducir scroll eliminando “aire” entre secciones.
   Solo móvil/tablet. Desktop intacto.
   ========================================= */

@media (max-width: 768px){
  /* Regla general: cuando una sección tiene padding grande inline, lo compactamos */
  section{ scroll-margin-top: 84px; }

  /* Torneos intercomunales (trae padding inline enorme) */
  #torneos-intercomunales{ padding: 4.4rem 0 !important; }

  /* Calendario (ya se compactó, pero reducimos un poco más el aire global) */
  #calendario{ padding-top: 4.2rem !important; padding-bottom: 4.2rem !important; }

  /* Copa Chile */
  #copa-chile{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }

  /* Zona Sur vs Norte */
  #sur-vs-norte{ padding-top: 4.4rem !important; padding-bottom: 4.4rem !important; }

  /* Galería principal */
  #galeria{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }

  /* Testimonios */
  #testimonios{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }

  /* Sedes */
  #sedes{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }

  /* Documentos */
  #documentos{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }

  /* Campeones */
  #campeones{ padding-top: 4.2rem !important; padding-bottom: 4.2rem !important; }

  /* Sponsors */
  #sponsors{ padding-top: 3.8rem !important; padding-bottom: 3.8rem !important; }

  /* Headers dentro de secciones: menos margen */
  .section-title{ margin: 0.75rem 0 !important; line-height: 1.1 !important; }

  /* Párrafos grandes centrados que suelen agregar aire */
  section .container > div[style*="text-align: center"][style*="margin-bottom"]{
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 480px){
  #calendario{ padding-top: 3.8rem !important; padding-bottom: 3.8rem !important; }
  #torneos-intercomunales{ padding: 4.0rem 0 !important; }
  #sur-vs-norte{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
  #galeria{ padding-top: 3.8rem !important; padding-bottom: 3.8rem !important; }
  #campeones{ padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
  #sponsors{ padding-top: 3.6rem !important; padding-bottom: 3.6rem !important; }
}
