.ab-whatsapp-float {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.05rem 0.75rem 0.85rem;
    border-radius: 999px;
    background: #128c7e;
    color: #fff !important;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ab-whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(18, 140, 126, 0.55);
    color: #fff !important;
}
.ab-whatsapp-float-icon {
    width: 1.45rem;
    height: 1.45rem;
    flex-shrink: 0;
}
@media (max-width: 520px) {
    .ab-whatsapp-float {
        right: 0.85rem;
        bottom: 0.85rem;
        padding: 0.8rem;
        border-radius: 50%;
    }
    .ab-whatsapp-float-text { display: none; }
}
@media (min-width: 769px) {
    body:not(.home-lead-page) {
        padding-bottom: 4.5rem;
    }
    body.home-lead-page {
        padding-bottom: 5rem;
    }
}
@media (max-width: 768px) {
    .ab-whatsapp-float {
        display: none !important;
    }
}
