/* V14.1 FIX GLOBAL */
:root{
  --dark:#04111F;--blue:#075BFF;--cyan:#00B8D9;--soft:#F4F8FC;
  --border:#DDE8F3;--text:#081525;--muted:#64748B;--green:#16A34A;--red:#E11D48;
}
*{box-sizing:border-box!important;font-family:Inter,Arial,Helvetica,sans-serif!important}
body{font-family:Inter,Arial,Helvetica,sans-serif!important}

/* Checkout vuelve a tipografía limpia, no Times */
.v14-card h1,.v14-card h2,.v14-card,.v14-card *,.v14-checkout-header *{
  font-family:Inter,Arial,Helvetica,sans-serif!important;
}
.v14-card h1{font-size:28px!important;letter-spacing:-.3px!important}
.v14-card h2{font-size:24px!important}

/* Opciones arregladas: círculo + texto alineados */
.v14-option{
  display:grid!important;
  grid-template-columns:28px 1fr!important;
  align-items:center!important;
  gap:14px!important;
  min-height:58px!important;
  padding:14px 16px!important;
  cursor:pointer!important;
}
.v14-option input[type="radio"]{
  width:22px!important;
  height:22px!important;
  margin:0!important;
  justify-self:center!important;
}
.v14-option span,
.v14-option b{
  line-height:1.25!important;
}
.v14-option .option-text{
  display:block!important;
  font-weight:900!important;
}

/* Botones checkout */
.v14-pay-btn,.v14-shop-btn{
  display:block!important;
  width:100%!important;
  border:0!important;
  border-radius:18px!important;
  color:white!important;
  padding:15px!important;
  font-weight:950!important;
  text-align:center!important;
  margin-top:12px!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
.v14-pay-btn{background:linear-gradient(135deg,var(--blue),var(--cyan))!important}
.v14-shop-btn{background:#04111F!important}

/* WhatsApp real */
.wsp-float{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  width:62px!important;
  height:62px!important;
  border-radius:50%!important;
  background:#25D366!important;
  z-index:99998!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 18px 44px rgba(37,211,102,.38)!important;
  font-size:0!important;
}
.wsp-float::before{
  content:""!important;
  width:34px!important;
  height:34px!important;
  display:block!important;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M19.11 17.42c-.28-.14-1.66-.82-1.92-.91-.26-.1-.45-.14-.64.14-.19.28-.74.91-.91 1.1-.17.19-.33.21-.61.07-.28-.14-1.18-.43-2.24-1.38-.83-.74-1.39-1.65-1.55-1.93-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.49.14-.16.19-.28.28-.47.09-.19.05-.35-.02-.49-.07-.14-.64-1.54-.88-2.11-.23-.55-.47-.48-.64-.49h-.55c-.19 0-.49.07-.75.35-.26.28-.98.96-.98 2.34s1 2.71 1.14 2.9c.14.19 1.98 3.02 4.79 4.23.67.29 1.19.46 1.6.59.67.21 1.28.18 1.76.11.54-.08 1.66-.68 1.89-1.33.23-.65.23-1.21.16-1.33-.07-.12-.26-.19-.54-.33z'/%3E%3Cpath fill='white' d='M16.02 3C8.85 3 3.02 8.83 3.02 16c0 2.29.6 4.53 1.75 6.5L3 29l6.67-1.75A12.9 12.9 0 0 0 16.02 29c7.17 0 13-5.83 13-13s-5.83-13-13-13zm0 23.75c-2.08 0-4.1-.59-5.85-1.7l-.42-.27-3.96 1.04 1.06-3.86-.28-.44A10.68 10.68 0 0 1 5.27 16c0-5.93 4.82-10.75 10.75-10.75S26.77 10.07 26.77 16 21.95 26.75 16.02 26.75z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

/* IA no tapa WSP */
.v14-ai-button{bottom:95px!important}

/* Comparador más usable */
.v14-compare-table{
  width:100%;border-collapse:separate;border-spacing:0;margin-top:10px;overflow:hidden;border-radius:14px;border:1px solid #DDE8F3;
}
.v14-compare-table th,.v14-compare-table td{padding:10px;border-bottom:1px solid #E8F0FA;text-align:left;font-size:13px}
.v14-compare-table th{background:#04111F;color:white}
.v14-compare-table tr:last-child td{border-bottom:0}

@media(max-width:700px){
  .v14-option{
    grid-template-columns:28px 1fr!important;
    align-items:center!important;
  }
  .v14-card h1{font-size:26px!important}
  .v14-card h2{font-size:22px!important}
  .v14-ai-button{
    right:16px!important;
    bottom:92px!important;
    padding:13px 15px!important;
  }
  .wsp-float{
    right:16px!important;
    bottom:18px!important;
    width:58px!important;
    height:58px!important;
  }
}
