@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .nav__cta{display:none}
  .grid--4{grid-template-columns:repeat(2,1fr)}
  .grid--2{grid-template-columns:1fr}
  .plans{grid-template-columns:repeat(2,1fr)}
}

@media (max-width: 720px){
  .nav__links{display:none}
  .nav__burger{display:inline-flex; align-items:center; justify-content:center}

  .nav__links.is-open{
    display:flex;
    position:absolute;
    top: var(--navh);
    left:0; right:0;
    flex-direction:column;
    gap:8px;
    background: rgba(7, 10, 20, .92);
    border-bottom:1px solid rgba(255,255,255,.08);
    padding: 12px;
  }

  .plans{grid-template-columns:1fr}
  .grid--4{grid-template-columns:1fr}
}



/* ================================
   RESELLERS – MOBILE CARDS MODE
   ================================ */

@media (max-width: 768px){

  /* Quitar tabla clásica */
  .rtable thead{
    display: none;
  }

  .rtable,
  .rtable tbody,
  .rtable tr,
  .rtable td{
    display: block;
    width: 100%;
  }

  /* Cada reseller = card */
  .rtable tr{
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 14px;
  }

  .rtable tbody td{
    border: none;
    padding: 6px 0;
  }

  /* País */
  .rtable tbody td:nth-child(1){
    font-size: 12px;
    opacity: .7;
    margin-bottom: 6px;
  }

  /* Reseller */
  .rtable tbody td:nth-child(2){
    margin-bottom: 10px;
  }

  .sellerRow{
    gap: 8px;
  }

  .sellerName{
    font-size: 16px;
  }

  .sellerMeta{
    font-size: 12px;
    opacity: .7;
  }

  /* Métodos */
  .rtable tbody td:nth-child(3){
    margin-bottom: 12px;
  }

  .mchip{
    font-size: 11px;
    padding: 4px 8px;
  }

  /* Contacto */
  .rtable tbody td:nth-child(4){
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .cbtn{
    flex: 1;
    justify-content: center;
    padding: 12px;
    font-size: 13px;
    border-radius: 14px;
  }

  /* Input arriba más compacto */
  .resellerDir__controls{
    gap: 12px;
  }

  .resellerDir__controls .input{
    min-width: 100%;
  }

  .countryPicker{
    width: 100%;
  }

  .cpBtn{
    width: 100%;
  }
}
