/* EDA — página Fisioterapia ATM */

.eda-hero--fisioterapia-atm .eda-hero__img {
  object-position: center 40%;
}

.eda-checkerboard#info {
  scroll-margin-top: var(--eda-header-h);
}

/* Intro (primer bloque): texto sobre beige, sin panel blanco */
.eda-checkerboard__row--beige .eda-checkerboard__content {
  background-color: var(--eda-beige, #f0efe6);
}

.eda-checkerboard__row--content-first .eda-checkerboard__media {
  order: 0;
}

@media (max-width: 900px) {
  .eda-checkerboard__row--content-first .eda-checkerboard__media {
    order: -1;
  }
}

.eda-split-panel {
  background-color: var(--eda-beige, #f0efe6);
}

/* Síntomas + tratamiento integral: columnas sobre beige */
.eda-split-panel--beige .eda-split-panel__col {
  background-color: var(--eda-beige, #f0efe6);
}

.eda-split-panel__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.eda-split-panel__col {
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(2.5rem, 5%, 3.5rem) clamp(1.75rem, 6%, 4rem);
  background-color: var(--eda-white);
}

.eda-split-panel__col .eda-section-head {
  margin-bottom: 10px;
}

.eda-split-panel__col .eda-prose {
  margin-top: 0.75rem;
}

.eda-split-panel__col .eda-prose ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.eda-split-panel__col .eda-prose li + li {
  margin-top: 0.35rem;
}

@media (max-width: 900px) {
  .eda-split-panel__row {
    flex-direction: column;
  }

  .eda-split-panel__col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.eda-nesa-band {
  position: relative;
  padding: clamp(3rem, 8vw, 5rem) clamp(1.25rem, 4.5%, 3.5rem);
  background-color: var(--eda-teal);
  color: var(--eda-white);
  text-align: center;
  overflow: hidden;
}

/* Foto sobre teal (como Elementor): overlay más marcado que 0.47 original */
.eda-nesa-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img-fisioterapia-atm/Fisioterapia-ATM-NESA-en-Chamberi.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.62;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.eda-nesa-band__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
}

.eda-nesa-band__logo {
  display: block;
  width: 186px;
  height: auto;
  margin: 0 auto 1.5rem;
}

.eda-nesa-band__kicker {
  margin: 0 0 1rem;
  font-family: var(--eda-font-heading);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.eda-nesa-band__kicker a {
  color: inherit;
  text-decoration: none;
}

.eda-nesa-band__kicker a:hover {
  text-decoration: underline;
}

.eda-nesa-band__title {
  margin: 0;
  font-family: var(--eda-font-heading);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--eda-white);
}

.eda-nesa-band__sub {
  margin: 1.25rem 0 0;
  font-family: var(--eda-font-body);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--eda-white);
}

.eda-nesa-band__phones {
  margin: 1.5rem 0 0;
  font-family: var(--eda-font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.eda-nesa-band__phones a {
  color: var(--eda-white);
  text-decoration: none;
}

.eda-nesa-band__phones a:hover {
  text-decoration: underline;
}

.eda-nesa-band__map-link {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--eda-font-heading);
  font-size: 1rem;
  color: var(--eda-white);
  text-decoration: none;
}

.eda-nesa-band__map-link:hover {
  text-decoration: underline;
}

.eda-fisio-maxilofacial-hook {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: var(--eda-white);
  border-top: 3px solid var(--eda-teal, #4ab7c3);
}

.eda-fisio-maxilofacial-hook p {
  margin: 0 0 0.85rem;
}

.eda-fisio-maxilofacial-hook p:last-child {
  margin-bottom: 0;
}
