/* ============================================================
   PARTIU ZARPEI — Ajustes responsivos (celular e tablet)
   Usa seletores de atributo para sobrepor os estilos inline.
   ============================================================ */
@media (max-width: 860px){
  [style*="max-width:1240px"]{ padding-left:20px !important; padding-right:20px !important; }
  [style*="max-width:1000px"],[style*="max-width:800px"],[style*="max-width:760px"],[style*="max-width:720px"]{
    padding-left:20px !important; padding-right:20px !important; }

  /* Colapsa grades de colunas */
  [style*="repeat(3,1fr)"]{ grid-template-columns:1fr !important; }
  [style*="repeat(2,1fr)"]{ grid-template-columns:1fr !important; }
  [style*="repeat(4,1fr)"]{ grid-template-columns:1fr 1fr !important; }
  [style*="repeat(5,1fr)"]{ grid-template-columns:1fr 1fr !important; }
  [style*="1.6fr 1fr 1fr"]{ grid-template-columns:1fr !important; }
  [style*="1.7fr 1fr 1fr 1.2fr"]{ grid-template-columns:1fr 1fr !important; }
  [style*="1fr 380px"]{ grid-template-columns:1fr !important; }
  [style*="1.3fr 0.7fr"]{ grid-template-columns:1fr !important; }
  [style*="1.2fr 1fr"]{ grid-template-columns:1fr !important; }
  [style*="1.1fr 0.9fr"]{ grid-template-columns:1fr !important; }
  [style*="2fr 1fr"]{ grid-template-columns:1fr !important; }

  /* Tipografia grande encolhe */
  h1{ font-size:40px !important; line-height:1.06 !important; }
  h2{ font-size:32px !important; }

  /* Barra de busca da home quebra linha */
  [style*="max-width:620px"]{ flex-wrap:wrap !important; }

  /* Sidebar deixa de ser fixa */
  aside[style*="sticky"]{ position:static !important; }

  /* Navegação superior se acomoda */
  header nav{ gap:14px !important; flex-wrap:wrap !important; justify-content:flex-end !important; }
}

@media (max-width: 520px){
  h1{ font-size:32px !important; }
  [style*="repeat(4,1fr)"]{ grid-template-columns:1fr !important; }
  [style*="repeat(5,1fr)"]{ grid-template-columns:1fr 1fr !important; }
  /* Esconde links de seção no topo, mantém logo + ação principal */
  header nav a[href*="#"]{ display:none !important; }
}
