/* =========================================================
   02-EDITAR-PAGINAS.CSS — AJUSTES POR BLOQUES
   Úsalo para tocar portada, modelos, tablas o footer.
   No contiene pesos extremos para no romper la tipografía.
   ========================================================= */

/* Portada principal */
.hero{
  /* Puedes cambiar aquí el fondo del bloque inicial */
}

/* Títulos grandes */
.hero h1,.section h2{
  font-weight:var(--peso-titulo);
}

/* Tarjetas de modelos */
.product-card{text-align:center;}

/* Footer */
.site-footer{background:#030303;}
