/* ============================================================
   LAYOUT - contenedor, grid de seccion, separadores.
   Portado del prototipo aprobado (Design System v1.0). Modulo: Home.
   ============================================================ */

  section{position:relative;}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
  .hair{height:1px;background:var(--line);border:0;margin:0;}

/* Patron de cabecera de seccion - reutilizado en Como Funciona, Categorias, F27, Combos, Por que elegir */
  .sec{padding:96px 0;}
  .sec-head{text-align:center;max-width:640px;margin:0 auto 56px;}
  .sec-head .eyebrow{display:block;margin-bottom:14px;}
  .sec-head h1,
  .sec-head h2{font-size:clamp(32px,4.4vw,52px);}
  .sec-head h1 .accent,
  .sec-head h2 .accent{color:var(--gold);}
  .sec-head p{color:var(--ink-muted);margin-top:16px;}
