.combos-section { position: relative; min-height: 480px; overflow: hidden; background: #070a18; }
.combos-bg { position: absolute; inset: 0; background: url("../images/fondo-zodiaco.png") center/cover no-repeat; opacity: 0.18; z-index: 0; }
.combos-shell { position: relative; max-width: 1140px; margin: 0 auto; padding: 60px 32px 40px; z-index: 1; display: flex; flex-direction: column; gap: 0; }
.combos-copy { max-width: 520px; margin-bottom: 32px; }
.combos-badge { display: inline-block; padding: 5px 16px; border-radius: 20px; background: rgba(255,255,255,0.15); color: #ffffff; font-size: 12px; font-weight: 600; letter-spacing: 0.4px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,0.25); }
.combos-title { font-size: clamp(26px,2.8vw,40px); font-weight: 700; color: #ffffff; line-height: 1.2; }
.combos-productos { display: flex; gap: 60px; align-items: flex-end; padding-bottom: 20px; }
.combos-producto { display: flex; flex-direction: column; gap: 16px; flex: 1 1 0; }
.combos-producto-imgs { position: relative; height: 220px; }
.combos-img { position: absolute; border-radius: 12px; object-fit: cover; box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
.combos-img--back  { width: 160px; height: 160px; bottom: 0; left: 0; z-index: 1; }
.combos-img--front { width: 140px; height: 140px; bottom: 30px; left: 100px; z-index: 2; }
.combos-producto-nombre { font-size: 15px; font-weight: 600; color: #ffffff; line-height: 1.4; padding-left: 4px; }
