/* =========================================================
   CONTACTO - EQUILIBRIO ESPIRITUAL
========================================================= */

.eq-contact-page {
  background: #FFF9F0;
  color: #062B4F;
  font-family: "Lato", Arial, sans-serif;
  overflow: hidden;
}

.eq-contact-container {
  width: min(1180px, 88%);
  margin: 0 auto;
}

/* HERO */
.eq-contact-hero {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 30%),
    linear-gradient(180deg, #FFF9F0 0%, #FFF9F0 100%);
  padding: 95px 0 70px;
  text-align: center;
  position: relative;
}

.eq-contact-kicker {
  display: inline-block;
  color: #D4AF37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.eq-contact-hero h1 {
  font-family: "Cormorant Garamond", serif;
  color: #062B4F;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto 22px;
}

.eq-contact-hero p {
  color: #4f5b66;
  font-size: 18px;
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto 32px;
}

.eq-contact-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.eq-contact-btn,
.eq-contact-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.25s ease;
}

.eq-contact-btn {
  background: #D4AF37;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(212, 175, 55, 0.25);
}

.eq-contact-btn:hover {
  background: #C49A2C;
  transform: translateY(-2px);
}

.eq-contact-btn-outline {
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #062B4F !important;
  background: rgba(255, 255, 255, 0.45);
}

.eq-contact-btn-outline:hover {
  background: #fff;
  color: #D4AF37 !important;
}

/* TARJETAS DE CONTACTO */
.eq-contact-info-section {
  padding: 20px 0 70px;
  background: #FFF9F0;
}

.eq-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.eq-contact-card {
  background: #FFFDF8;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(6, 43, 79, 0.06);
  transition: all 0.25s ease;
}

.eq-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(6, 43, 79, 0.09);
}

.eq-contact-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  color: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.eq-contact-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: #062B4F;
  margin: 0 0 10px;
}

.eq-contact-card p {
  color: #5c6670;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.eq-contact-card a,
.eq-contact-card span {
  color: #D4AF37;
  font-weight: 700;
  text-decoration: none !important;
}

/* SECCIÓN FORMULARIO */
.eq-contact-main {
  padding: 75px 0;
  background:
    linear-gradient(90deg, rgba(255,249,240,1) 0%, rgba(255,253,248,0.92) 100%);
}

.eq-contact-main-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.eq-contact-text h2 {
  font-family: "Cormorant Garamond", serif;
  color: #062B4F;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.eq-contact-text p {
  color: #4f5b66;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.eq-contact-note {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 4px solid #D4AF37;
  background: rgba(212, 175, 55, 0.09);
  border-radius: 18px;
  color: #4f5b66;
  line-height: 1.6;
  font-size: 15px;
}

/* CAJA DEL FORMULARIO */
.eq-contact-form-box {
  background: #FFFDF8;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 30px;
  padding: 38px;
  box-shadow: 0 22px 55px rgba(6, 43, 79, 0.08);
}

.eq-contact-form-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  color: #062B4F;
  margin: 0 0 20px;
  text-align: center;
}

.eq-contact-form-placeholder {
  background: rgba(255, 249, 240, 0.75);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  color: #5c6670;
}

.eq-contact-form-placeholder p {
  margin: 0 0 6px;
}

.eq-contact-form-placeholder .eq-small {
  font-size: 13px;
  color: #9a8f7f;
}

/* ESTILO BÁSICO PARA WPFORMS */
.eq-contact-form-box .wpforms-container {
  margin: 0 !important;
}

.eq-contact-form-box input,
.eq-contact-form-box textarea,
.eq-contact-form-box select {
  border-radius: 14px !important;
  border: 1px solid rgba(6, 43, 79, 0.16) !important;
  padding: 13px 15px !important;
  background: #fff !important;
}

.eq-contact-form-box button[type="submit"] {
  background: #D4AF37 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 13px 28px !important;
  border: none !important;
  font-weight: 700 !important;
}

/* MAPA */
.eq-contact-map-section {
  padding: 60px 0 95px;
  background: #FFF9F0;
}

.eq-contact-map-box {
  text-align: center;
}

.eq-contact-map-box h2 {
  font-family: "Cormorant Garamond", serif;
  color: #062B4F;
  font-size: 48px;
  margin: 0 0 12px;
}

.eq-contact-map-box p {
  color: #5c6670;
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.65;
}

.eq-map-placeholder {
  min-height: 260px;
  border-radius: 30px;
  background:
    linear-gradient(rgba(6, 43, 79, 0.72), rgba(6, 43, 79, 0.72)),
    radial-gradient(circle at center, rgba(212, 175, 55, 0.25), transparent 40%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  box-shadow: 0 22px 55px rgba(6, 43, 79, 0.10);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .eq-contact-hero {
    padding: 70px 0 50px;
  }

  .eq-contact-grid,
  .eq-contact-main-grid {
    grid-template-columns: 1fr;
  }

  .eq-contact-main-grid {
    gap: 36px;
  }

  .eq-contact-card,
  .eq-contact-form-box {
    padding: 28px 22px;
  }

  .eq-contact-map-box h2 {
    font-size: 38px;
  }
}

@media (max-width: 520px) {
  .eq-contact-container {
    width: min(92%, 100%);
  }

  .eq-contact-hero h1 {
    font-size: 42px;
  }

  .eq-contact-hero p {
    font-size: 16px;
  }

  .eq-contact-btn,
  .eq-contact-btn-outline {
    width: 100%;
  }

  .eq-contact-card h3 {
    font-size: 27px;
  }

  .eq-contact-form-box h3 {
    font-size: 30px;
  }

  .eq-map-placeholder {
    min-height: 210px;
    font-size: 25px;
    padding: 0 20px;
  }
}
/* OCULTAR SECCIÓN DE UBICACIÓN / MAPA */
.eq-contact-map-section {
  display: none !important;
}