.contact-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: white;
    padding: 4rem 0;
    margin-bottom: 2rem;
}
.contact-card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: none;
}
.contact-card:hover {
    transform: translateY(-5px);
}
.contact-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}
.contact-method {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.contact-method:last-child {
    border-bottom: none;
}
.divider {
    width: 80px;
    height: 3px;
    background-color: #0d6efd;
    margin: 1rem auto;
}
.intro-box {
    background-color: rgba(13, 110, 253, 0.05);
    border-left: 4px solid #0d6efd;
    padding: 2rem;
    border-radius: 0 8px 8px 0;
}
.whatsapp-btn {
    background-color: #25D366;
    color: white;
}
.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white;
}