    #whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        font-size: 2rem;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        z-index: 1000;
        transition: transform 0.3s ease-in-out;
    }
    
    #whatsapp-float:hover {
        transform: scale(1.1);
    }

    .custom-th {
        text-align: center !important;
    }
    .custom-td {
        text-align: center !important;
    }
    .custom-col-title {
        font-size: 1em !important;
        font-weight: bold !important;
    }
    .custom-price {
        font-size: 1.2em !important;
        font-weight: bold !important;
        color: #2c3e50; /* Un tono oscuro elegante */
        text-align: center;
        padding: 10px;
    }

    .banner-badges{
        margin-top:1.4rem;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        gap:.5rem;
      }
      .badge{
        padding:.45rem .7rem;
        border-radius:999px;
        font-weight:600;
        background:rgba(0,0,0,.35);
        border:1px solid rgba(255,255,255,.22);
        color:#fff;
        backdrop-filter:blur(8px);
      }
      
      .value-block .benefit-card{
        padding:1.2rem;
        border-radius:14px;
        background:rgba(255,255,255,.04);
        border:1px solid rgba(255,255,255,.12);
        box-shadow:0 12px 30px rgba(0,0,0,.1);
      }
      
      .value-block .proof-strip{
        margin-top:1.4rem;
        padding:.9rem;
        border-radius:14px;
        background:rgba(0,0,0,.18);
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:.7rem;
      }
      
      #whatsapp-float{
        position:fixed;
        right:18px;
        bottom:18px;
        width:56px;
        height:56px;
        background:#25D366;
        color:#fff;
        border-radius:999px;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:26px;
        box-shadow:0 10px 25px rgba(0,0,0,.25);
      }
/* Badges debajo del texto principal */
.about-badges{
    margin-top: 1rem;
    display:flex;
    flex-wrap:wrap;
    gap:.55rem;
  }
  .about-badges .badge{
    display:inline-flex;
    align-items:center;
    padding:.45rem .7rem;
    border-radius:999px;
    font-weight:700;
    font-size:.95rem;
    color:#fff;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  
  /* Cards de beneficios */
  .benefit-card{
    height: 100%;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
  }
  .benefit-card .icon{
    display:inline-flex;
    width: 44px;
    height: 44px;
    align-items:center;
    justify-content:center;
    border-radius: 12px;
    margin-bottom: .65rem;
    background: rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.08);
  }
  
  /* CTA mini dentro del box */
  .cta-mini{
    text-align:center;
    padding-top: .2rem;
  }
  .cta-mini p{
    margin-bottom: .9rem;
  }
  
  /* WhatsApp flotante */
  #whatsapp-float{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 26px;
    text-decoration:none;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    background: #25D366;
    color: #fff !important;
  }
  #whatsapp-float:hover{
    transform: translateY(-2px);
  }
/* Centrar botones en la mini CTA */
.cta-mini .actions{
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin: 1rem 0 0 0;
  }
  
  .cta-mini .actions li{
    padding: 0;
  }
/* ========= WhatsApp flotante ========= */
#whatsapp-float{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 26px;
    text-decoration:none;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    background: #25D366;
    color: #fff !important;
  }
  /* ========= WhatsApp flotante ========= */
#whatsapp-float{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 26px;
    text-decoration:none;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    background: #25D366;
    color: #fff !important;
  }
  #whatsapp-float:hover{ transform: translateY(-2px); }
  
  /* ========= Cards / bloques ========= */
  .benefit-card{
    height: 100%;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    background: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
  }
  .benefit-card .icon{
    display:inline-flex;
    width: 44px;
    height: 44px;
    align-items:center;
    justify-content:center;
    border-radius: 12px;
    margin-bottom: .65rem;
    background: rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.08);
  }
  
  /* ========= Tabla de precios (sin bootstrap) ========= */
  .table-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
  }
  
  .pricing-table{
    width: 100%;
    border-collapse: collapse;
    min-width: 860px; /* fuerza scroll en mobile */
    background: #fff;
  }
  
  .pricing-table th,
  .pricing-table td{
    padding: 1rem .9rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
    vertical-align: middle;
    text-align: center;
  }
  
  .pricing-table thead th{
    background: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.10);
  }
  
  .pricing-table .feature-col{
    text-align: left;
    width: 28%;
    font-weight: 600;
  }
  
  .plan-title{
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.2;
  }
  
  .plan-sub{
    font-size: .9rem;
    opacity: .75;
    margin-top: .2rem;
  }
  
  .pricing-table .popular{
    background: rgba(0,0,0,.03);
  }
  
  .pricing-table th.popular{
    position: relative;
  }
  
  .plan-badge{
    display: inline-block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .2px;
    padding: .25rem .55rem;
    border-radius: 999px;
    margin-bottom: .45rem;
    background: rgba(0,0,0,.10);
  }
  
  .support-icons i{
    margin: 0 .2rem;
  }
  
  .yes{ font-weight: 900; }
  .no{ opacity: .75; }
  
  .price-row td{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .price{
    font-size: 1.15rem;
  }
  
  /* CTA row buttons spacing */
  .cta-row td{
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  
  /* Centrar botones en cta-mini */
  .cta-mini{
    text-align: center;
  }
  .cta-mini .actions{
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin: 1rem 0 0 0;
  }
  .cta-mini .actions li{ padding: 0; }
  
  /* Responsive */
  @media (max-width: 980px){
    .pricing-table .feature-col{ width: 34%; }
  }
  