/* =========================================================
   Cuponeta · Grilla dinámica 2 columnas · v283
   Las promociones se ordenan primero y “Beneficios locales”
   ocupa automáticamente el siguiente hueco disponible.
   ========================================================= */
.jc-cuponeta-shell .jc-cuponeta-flow-grid-v283{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:16px;
  width:100%;
  min-width:0;
}

.jc-cuponeta-shell .jc-cuponeta-flow-grid-v283>.jc-coupon-card,
.jc-cuponeta-shell .jc-cuponeta-flow-grid-v283>.jc-cuponeta-intro-v2,
.jc-cuponeta-shell .jc-cuponeta-flow-grid-v283>.jc-cuponeta-empty{
  grid-column:auto;
  width:100%;
  min-width:0;
  height:100%;
  margin:0;
}

.jc-cuponeta-shell .jc-cuponeta-intro-v2--grid-v283{
  align-items:flex-start;
  justify-content:space-between;
  flex-direction:column;
  gap:18px;
}

.jc-cuponeta-shell .jc-cuponeta-intro-v2--grid-v283 .jc-cuponeta-intro-v2__copy{
  max-width:none;
}

.jc-cuponeta-shell .jc-cuponeta-intro-v2--grid-v283 .jc-cuponeta-hero-actions{
  width:100%;
  justify-content:flex-start;
}

.jc-cuponeta-shell .jc-cuponeta-empty--grid-v283{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:260px;
}

/* La primera promoción deja de ser un lead especial: todas comparten jerarquía visual. */
.jc-cuponeta-shell .jc-cuponeta-lead-slot{
  display:none!important;
}

@media(max-width:680px){
  .jc-cuponeta-shell .jc-cuponeta-flow-grid-v283{
    grid-template-columns:1fr;
    gap:12px;
  }

  .jc-cuponeta-shell .jc-cuponeta-intro-v2--grid-v283{
    gap:12px;
  }
}

@media(prefers-reduced-motion:reduce){
  .jc-cuponeta-shell .jc-cuponeta-flow-grid-v283 *{
    transition:none!important;
    animation:none!important;
  }
}
