/**
 * Experiencia de contacto: claridad, baja fricción y confianza prudente.
 * Se carga únicamente en /contacto/.
 */

.ljmx-contact-page-v2 {
  background: #f4f1ea;
}

.ljmx-contact-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.75rem, 7vw, 6.5rem);
  border-bottom: 0.5rem solid var(--ljmx-color-green);
}

.ljmx-contact-hero::before,
.ljmx-contact-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.ljmx-contact-hero::before {
  top: -9rem;
  right: -8rem;
  width: 25rem;
  height: 25rem;
  border: 0.1rem solid rgb(194 250 0 / 22%);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgb(194 250 0 / 4%),
    0 0 0 7rem rgb(229 19 92 / 4%);
}

.ljmx-contact-hero::after {
  right: 7%;
  bottom: 0;
  width: clamp(5rem, 10vw, 9rem);
  height: 0.4rem;
  background: var(--ljmx-color-magenta);
}

.ljmx-contact-hero__grid {
  position: relative;
  z-index: 1;
  max-width: var(--ljmx-content-width);
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
  margin-inline: auto;
}

.ljmx-contact-hero__copy {
  max-width: 47rem;
}

.ljmx-contact-hero h1 {
  max-width: 16ch;
  margin-bottom: 1.4rem;
}

.ljmx-contact-hero__lead {
  max-width: 42rem;
  margin-bottom: 0;
  color: #e2e2e2;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.ljmx-contact-hero .ljmx-actions {
  margin-top: 1.75rem;
}

.ljmx-button--with-icon {
  gap: 0.6rem;
}

.ljmx-button--with-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

.ljmx-contact-hero__note {
  max-width: 40rem;
  margin: 1.15rem 0 0;
  color: #bdbdbd;
  font-size: 0.88rem;
  line-height: 1.55;
}

.ljmx-contact-hero-card {
  position: relative;
  max-width: 29rem;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-top: 0.45rem solid var(--ljmx-color-green);
  color: var(--ljmx-color-white);
  background: #151515;
  box-shadow: 1rem 1rem 0 var(--ljmx-color-magenta);
}

.ljmx-contact-hero-card__label,
.ljmx-contact-whatsapp__label,
.ljmx-contact-assurances__label {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ljmx-contact-hero-card__label {
  color: var(--ljmx-color-green);
}

.ljmx-contact-hero-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0;
  line-height: 1;
}

.ljmx-contact-hero-card__price strong {
  color: var(--ljmx-color-white);
  font-family: var(--ljmx-font-display, Georgia, serif);
  font-size: clamp(3.7rem, 8vw, 5.75rem);
  letter-spacing: -0.07em;
}

.ljmx-contact-hero-card__price span {
  color: var(--ljmx-color-green);
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.ljmx-contact-hero-card__duration {
  margin: 0.45rem 0 1.35rem;
  color: #e5e5e5;
  font-size: 1.08rem;
  font-weight: 750;
}

.ljmx-contact-hero-card ul {
  margin: 0;
  padding: 0;
  border-top: 0.0625rem solid #3b3b3b;
  list-style: none;
}

.ljmx-contact-hero-card li {
  position: relative;
  padding: 0.8rem 0 0.8rem 1.5rem;
  border-bottom: 0.0625rem solid #3b3b3b;
  color: #ededed;
}

.ljmx-contact-hero-card li::before {
  position: absolute;
  top: 0.77rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.18rem solid var(--ljmx-color-green);
  content: "";
}

.ljmx-contact-hero-card__foot {
  margin: 1.25rem 0 0;
  color: #bdbdbd;
  font-size: 0.86rem;
  line-height: 1.55;
}

.ljmx-contact-main {
  background: #f4f1ea;
}

.ljmx-contact-main__grid {
  display: grid;
  align-items: start;
  gap: clamp(3rem, 7vw, 6rem);
}

.ljmx-contact-guide {
  min-width: 0;
}

.ljmx-contact-guide h2 {
  max-width: 13ch;
}

.ljmx-contact-guide__intro {
  max-width: 39rem;
  font-size: clamp(1.03rem, 1.7vw, 1.16rem);
}

.ljmx-contact-journey {
  margin: clamp(2rem, 4vw, 3.25rem) 0;
  padding: 0;
  list-style: none;
  counter-reset: contact-step;
}

.ljmx-contact-journey li {
  position: relative;
  min-height: 6.5rem;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #c7c1b6;
  counter-increment: contact-step;
}

.ljmx-contact-journey li:last-child {
  border-bottom: 0.0625rem solid #c7c1b6;
}

.ljmx-contact-journey li::before {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  color: var(--ljmx-color-white);
  background: var(--ljmx-color-black);
  content: counter(contact-step, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.ljmx-contact-journey h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.ljmx-contact-journey p {
  max-width: 36rem;
  margin-bottom: 0;
  color: #3f3f3f;
}

.ljmx-contact-whatsapp {
  display: grid;
  align-items: center;
  gap: 1.25rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-left: 0.4rem solid var(--ljmx-color-green);
  color: var(--ljmx-color-white);
  background: var(--ljmx-color-black);
}

.ljmx-contact-whatsapp__label {
  color: var(--ljmx-color-green);
}

.ljmx-contact-whatsapp h3 {
  margin-bottom: 0.5rem;
  color: var(--ljmx-color-white);
}

.ljmx-contact-whatsapp p:last-child {
  margin-bottom: 0;
  color: #d7d7d7;
}

.ljmx-contact-whatsapp .ljmx-button {
  min-width: 10rem;
  color: var(--ljmx-color-black);
  background: var(--ljmx-color-green);
}

.ljmx-contact-whatsapp .ljmx-button:hover {
  background: var(--ljmx-color-yellow);
}

.ljmx-contact-form-wrap--focused {
  min-width: 0;
  scroll-margin-top: 1.5rem;
}

.ljmx-contact-form-wrap--focused .ljmx-contact-form-wrap__heading {
  margin-bottom: 1.35rem;
}

.ljmx-contact-form-wrap--focused .ljmx-contact-form-wrap__heading h2 {
  max-width: 15ch;
  margin-bottom: 0.8rem;
}

.ljmx-contact-form-wrap--focused .ljmx-contact-form {
  position: relative;
  border-top: 0.45rem solid var(--ljmx-color-magenta);
  box-shadow: 0.75rem 0.75rem 0 #d9d2c5;
}

.ljmx-contact-form--compact fieldset {
  gap: 1.05rem;
}

.ljmx-contact-form--compact .ljmx-form-field label {
  font-size: 0.92rem;
}

.ljmx-contact-form--compact .ljmx-form-field input,
.ljmx-contact-form--compact .ljmx-form-field select,
.ljmx-contact-form--compact .ljmx-form-field textarea {
  border-color: #a7a7a7;
}

.ljmx-contact-form--compact .ljmx-form-field input:focus,
.ljmx-contact-form--compact .ljmx-form-field select:focus,
.ljmx-contact-form--compact .ljmx-form-field textarea:focus {
  border-color: var(--ljmx-color-green);
  outline: 0.18rem solid rgb(194 250 0 / 35%);
  outline-offset: 0;
}

.ljmx-contact-form--compact .ljmx-form-safety {
  margin: 0;
  padding: 0.85rem 1rem;
  border-left: 0.25rem solid var(--ljmx-color-green);
  color: #dedede;
  background: #1d1d1d;
  font-size: 0.83rem;
}

.ljmx-contact-form--compact button {
  min-height: 3.65rem;
}

.ljmx-contact-assurances {
  display: grid;
  gap: 1rem;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 0.125rem solid var(--ljmx-color-black);
}

.ljmx-contact-assurances article {
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 1.8rem);
  border-top: 0.35rem solid var(--ljmx-color-magenta);
  background: var(--ljmx-color-white);
}

.ljmx-contact-assurances article:nth-child(2) {
  border-top-color: var(--ljmx-color-green);
}

.ljmx-contact-assurances article:nth-child(3) {
  border-top-color: var(--ljmx-color-black);
}

.ljmx-contact-assurances__label {
  color: #870b37;
}

.ljmx-contact-assurances h3 {
  margin-bottom: 0.65rem;
}

.ljmx-contact-assurances p:last-child {
  margin-bottom: 0;
  color: #444444;
}

.ljmx-contact-secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 0.0625rem solid #c7c1b6;
  border-bottom: 0.0625rem solid #c7c1b6;
}

.ljmx-contact-secondary p {
  margin: 0;
}

.ljmx-contact-secondary a {
  color: #870b37;
  font-weight: 750;
  overflow-wrap: anywhere;
}

@media (min-width: 48rem) {
  .ljmx-contact-whatsapp {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ljmx-contact-assurances {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 62rem) {
  .ljmx-contact-main__grid {
    grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  }

  .ljmx-contact-form-wrap--focused {
    position: sticky;
    top: 1.5rem;
  }
}

@media (max-width: 61.99rem) {
  .ljmx-contact-hero-card {
    max-width: 38rem;
  }
}

@media (max-width: 41.99rem) {
  .ljmx-contact-hero {
    padding-bottom: 4.5rem;
  }

  .ljmx-contact-hero-card {
    margin-right: 0.65rem;
    box-shadow: 0.65rem 0.65rem 0 var(--ljmx-color-magenta);
  }

  .ljmx-contact-hero-card__price strong {
    font-size: 4.2rem;
  }

  .ljmx-contact-journey li {
    grid-template-columns: 2.85rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  .ljmx-contact-journey li::before {
    width: 2.4rem;
    height: 2.4rem;
  }

  .ljmx-contact-form-wrap--focused .ljmx-contact-form {
    box-shadow: 0.45rem 0.45rem 0 #d9d2c5;
  }
}
