.whatsapp-float {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    background: #1fa855;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    color: #fff;
    display: inline-flex;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    gap: 10px;
    line-height: 1;
    min-height: 56px;
    padding: 7px 17px 7px 8px;
    position: fixed;
    right: 18px;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
    z-index: 2000;
}

.whatsapp-float:hover {
    background: #168d48;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .27);
    color: #fff;
    transform: translateY(-2px);
}

.whatsapp-float:focus-visible {
    outline: 3px solid #0a0a0a;
    outline-offset: 3px;
}

.whatsapp-mark {
    align-items: center;
    background: rgba(255, 255, 255, .18);
    border-radius: 50%;
    display: inline-flex;
    font-size: 1.2rem;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.whatsapp-label {
    display: grid;
    gap: 4px;
}

.whatsapp-label strong {
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.whatsapp-label small {
    color: rgba(255, 255, 255, .82);
    font-size: .66rem;
    font-weight: 600;
}

.inquiry-contact .whatsapp-contact-link {
    color: #167b41;
    display: block;
    margin-top: .65rem;
}

.cta .btn + .btn {
    margin-left: .75rem;
}

@media (max-width: 520px) {
    .whatsapp-float {
        bottom: calc(12px + env(safe-area-inset-bottom));
        min-height: 52px;
        padding: 6px 13px 6px 7px;
        right: 12px;
    }

    .whatsapp-mark {
        height: 38px;
        width: 38px;
    }

    .cta .btn + .btn {
        margin-left: 0;
        margin-top: .75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .whatsapp-float {
        transition: none;
    }
}
