.hero-section {
    background: linear-gradient(rgba(108, 43, 217, 0.1), rgba(255, 255, 255, 0));
}

.stats-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-card {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.service-card:hover {
    border-color: #6c2bd9;
    box-shadow: 0 4px 6px rgba(108, 43, 217, 0.1);
}

.testimonial-card {
    background: #f7fafc;
    border-radius: 1rem;
}

.cta-section {
    background: linear-gradient(135deg, #6c2bd9 0%, #8347e5 100%);
}

.whatsapp-button {
    background-color: #25D366;
    color: #000000;
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    color: #ffffff;
}

.process-card {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(108, 43, 217, 0.1);
}
