.wa-sticky-btn-6cef32a8 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999999;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wa-sticky-btn-6cef32a8:hover {
    transform: scale(1.05);
}

.wa-sticky-btn-content-6cef32a8 {
    display: flex;
    align-items: center;
    background: #0d0d0d;
    border: 2px solid #e10600;
    padding: 8px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(225, 6, 0, 0.4);
    gap: 12px;
    max-width: 320px;
}

.wa-sticky-btn-text-6cef32a8 {
    color: #ffffff;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.wa-sticky-btn-icon-container-6cef32a8 {
    width: 36px;
    height: 36px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: wa-pulse-6cef32a8 1.6s infinite;
}

.wa-sticky-btn-icon-6cef32a8 {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

@keyframes wa-pulse-6cef32a8 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 480px) {
    .wa-sticky-btn-6cef32a8 {
        bottom: 16px;
        right: 16px;
    }
    .wa-sticky-btn-text-6cef32a8 {
        display: none;
    }
    .wa-sticky-btn-content-6cef32a8 {
        padding: 4px;
        border-radius: 50%;
        background: transparent;
        border: none;
        box-shadow: none;
    }
    .wa-sticky-btn-icon-container-6cef32a8 {
        width: 48px;
        height: 48px;
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
    }
    .wa-sticky-btn-icon-6cef32a8 {
        width: 26px;
        height: 26px;
    }
}
