/* RCWhatsapp Product Styles */
.product-hero__title-text {
    background: linear-gradient(135deg, #25D366 0%, #3ddc84 50%, #128C7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-card:hover {
    border-color: #3ddc84;
    box-shadow: 0 20px 40px rgba(61, 220, 132, 0.2);
}

.feature-card__icon {
    background: linear-gradient(135deg, #25D366, #3ddc84);
}

.feature-card__list li::before {
    color: #3ddc84;
}