/* =========================================================
   FORMULARIO DE CONTACTO: PRIVACIDAD Y ESTADOS
   ========================================================= */

.contact-form-consent,
.contact-form-privacy-note,
.contact-form-status,
.contact-submit-button {
  grid-column: 1 / -1;
}

.contact-form-privacy-note {
  margin: 0;
  color: #aeb7c2;
  font-size: 0.82rem;
  line-height: 1.5;
}

.contact-form-status {
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-form-status.is-loading {
  color: #d9ecff;
  background: rgba(34, 197, 246, 0.1);
  border-color: rgba(34, 197, 246, 0.35);
}

.contact-form-status.is-success {
  color: #d9ffe7;
  background: rgba(38, 208, 111, 0.12);
  border-color: rgba(38, 208, 111, 0.42);
}

.contact-form-status.is-error {
  color: #ffd9d9;
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.42);
}

.contact-submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}