/* ========== ESTILOS ESPECÃFICOS PARA CONTACTO ========== */
.form-status {
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    min-height: 1.2rem;
}
.form-status.success { color: #2ECC71; }
.form-status.error { color: #E74C3C; }
.form-status.loading { color: #F39C12; }

/* Contador de caracteres */
.char-counter {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.2rem;
    text-align: right;
}
.char-counter.limit-reached {
    color: #E74C3C;
    font-weight: 600;
}