/* Contacto - estilos específicos */

.contact-wa-card {
    background: #f0fff4;
    border: 2px solid #25D366;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-wa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.2);
}

.contact-wa-card__icon {
    width: 60px;
    height: 60px;
    background: #25D366;
}

.contact-wa-card__channel {
    font-weight: 800;
    font-size: 18px;
    color: #212529;
}

.contact-wa-card__phone {
    font-weight: 700;
    font-size: 22px;
    color: #25D366;
}

.contact-wa-card__note {
    font-size: 12px;
    color: #6c757d;
    margin-top: 6px;
}

.contact-wa-card__action {
    background: #25D366;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.contact-info-row {
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-cta-gradient__title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}

.contact-cta-gradient__text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.90);
    line-height: 1.65;
    margin-bottom: 16px;
}

.contact-cta-gradient__btn {
    background: #fff;
    color: #ef7b00;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.contact-location-notice {
    background: #f0f7ff;
    border: 1px solid rgba(91, 141, 184, 0.18);
}

.contact-location-notice__text {
    font-size: 14px;
    color: #495057;
    line-height: 1.65;
}

.contact-location-card {
    background: #fff3e0;
    border: 1px solid rgba(239, 123, 0, 0.15);
}

.contact-section-title {
    font-size: clamp(22px, 2.5vw, 32px);
    margin-bottom: 14px;
}

.contact-faq-intro {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.75;
    margin-bottom: 28px;
}

.contact-faq-title {
    margin-bottom: 16px;
}
