.whatsapp-launcher {
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-block;
    margin: 10px 0;
}

.whatsapp-launcher:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.whatsapp-launcher:active {
    transform: translateY(0);
}

/* Blurring styles for the popup window - will be injected via JS */
.blurred-number {
    color: transparent !important;
    text-shadow: 0 0 8px rgba(0,0,0,0.7) !important;
}

.blurred-contact {
    filter: blur(5px) !important;
    opacity: 0.8 !important;
}