  .wa-suporte-float{
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    font-weight: 800;
    font-family: Roboto, Arial, sans-serif;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .wa-suporte-float:hover{ transform: translateY(-2px) scale(1.03); box-shadow: 0 14px 38px rgba(0,0,0,.45); }
  .wa-suporte-float i{ font-size: 26px; }
  .wa-suporte-text{ font-size: 14px; white-space: nowrap; }

  @media (max-width: 480px){
    .wa-suporte-text{ display:none; }
    .wa-suporte-float{ width:56px; height:56px; padding:0; justify-content:center; }
    .wa-suporte-float i{ font-size:28px; }
  }

  .wa-grid{ display:flex; flex-direction:column; gap:10px; }
  .wa-option{
    width:100%;
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 12px;
    border-radius:12px;
    background:#151923;
    border:1px solid rgba(255,255,255,.07);
    color:#fff;
    text-align:left;
    cursor:pointer;
    transition: transform .12s ease, border-color .12s ease;
  }
  .wa-option:hover{ transform: translateY(-1px); border-color: rgba(37,211,102,.45); }
  .wa-ico{
    width:40px; height:40px;
    border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    background: rgba(37,211,102,.12);
    border:1px solid rgba(37,211,102,.22);
    flex: 0 0 40px;
  }
  .wa-ico i{ color:#25D366; font-size:18px; }
  .wa-txt b{ display:block; font-size:14px; }
  .wa-txt small{ display:block; font-size:11px; opacity:.78; margin-top:2px; }
  .wa-go{ margin-left:auto; opacity:.6; }