/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .logo-ring-outer{width:420px;height:420px}
  .logo-ring-mid{width:350px;height:350px}
  .logo-ring-inner{width:280px;height:280px}
  .hero-logo-img{width:320px;height:320px}
  .logo-badge.b1,.logo-badge.b3{left:-2%}
  .logo-badge.b2,.logo-badge.b4{right:-2%}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;padding:40px 24px 0;text-align:center}
  .hero-left{align-items:center}
  .hero-title{text-align:center}
  .hero-right{display:none}
  .delivery-banner{flex-direction:column;gap:24px}
  .delivery-sep{display:none}
  .ftr-top{grid-template-columns:1fr;gap:32px}
  .hdr-nav{display:none;position:absolute;top:68px;left:0;right:0;background:rgba(10,15,29,.97);padding:16px 24px;border-bottom:1px solid var(--border);flex-direction:column;gap:12px;backdrop-filter:blur(12px)}
  .hdr-nav.active{display:flex}
  .hdr-toggle{display:flex}
  .hdr-cta{display:none}
  .hdr-actions .hdr-account,.hdr-actions .hdr-cart{display:flex}
}
@media(max-width:600px){
  .hero-title{font-size:44px}
  .hero-stats{flex-wrap:wrap}
  .stat-item{flex:0 0 50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}
  .stat-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.06)}
  .oferta-combo-card{flex:0 0 178px}
  .benefits-grid{grid-template-columns:1fr}
  .testimonios-grid{grid-template-columns:1fr}
  .licencias-grid{grid-template-columns:1fr}
  .sv-wa-box{padding:32px 20px}
  .brands-bar{gap:20px;padding:12px 20px}
  .oferta-countdown{flex-direction:column;text-align:center}
}
