.nuwa-service-internal {
  background: #ffffff;
  color: #ffffff;
  font-family: var(--nuwa-font-primary);
}

.page-template-interna-servicios header#site-header {
  background: #00000066;
  top: 0;
  border-bottom: 1px solid #fff;
}
.nuwa-service-internal-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background-color: #2d2d2d;
  background-position: center;
  background-size: cover;
}

.nuwa-service-internal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.58);
}

.nuwa-service-internal-hero--no-image::before {
  background: rgba(0, 0, 0, 0.32);
}

.nuwa-service-internal-hero__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto;
  box-sizing: border-box;
}

.nuwa-service-internal-hero__content {
  align-self: center;
  max-width: 1200px;
  margin: 78px auto 0;
  text-align: center;
}

.nuwa-service-internal-hero__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nuwa-service-internal-hero__subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.nuwa-service-internal-hero__scroll {
  justify-self: center;
  margin-bottom: 52px;
  display: inline-grid;
  justify-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.nuwa-service-internal-hero__scroll:hover,
.nuwa-service-internal-hero__scroll:focus {
  color: #ffffff;
}

.nuwa-service-internal-hero__arrow {
  width: 13px;
  height: 13px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: nuwa-service-scroll-cue 1.7s ease-in-out infinite;
}

.nuwa-service-internal__content {
  scroll-margin-top: 80px;
}

.nuwa-service-treatments {
  padding: 58px 0 92px;
  background: #ffffff;
  color: #355b6c;
  scroll-margin-top: 80px;
}

.nuwa-service-treatments__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-service-treatments__list {
  display: grid;
  gap: 58px;
}

.nuwa-service-treatment-card {
  min-height: 330px;
  padding: 26px 52px;
  display: grid;
  grid-template-columns: minmax(210px, 320px) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  border-radius: 8px;
  background: #a5c7d64a;
  color: #355b6c;
}

.nuwa-service-treatment-card.is-hidden {
  display: none;
}

.nuwa-service-treatment-card--sage {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 320px);
  background: #e5ede4;
  color: #4f6d55;
}

.nuwa-service-treatment-card--reversed .nuwa-service-treatment-card__media {
  order: 2;
}

.nuwa-service-treatment-card--reversed .nuwa-service-treatment-card__content {
  order: 1;
}

.nuwa-service-treatment-card__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #355b6c;
  box-shadow: 0 16px 24px rgba(31, 42, 35, 0.18);
}

.nuwa-service-treatment-card--sage .nuwa-service-treatment-card__media {
  background: #4f6d55;
}

.nuwa-service-treatment-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nuwa-service-treatment-card__content {
  min-width: 0;
}

.nuwa-service-treatment-card__badge {
  margin-bottom: 12px;
  min-height: 26px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #a5c7d6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nuwa-service-treatment-card__title {
  margin: 0 0 10px;
  color: currentColor;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.nuwa-service-treatment-card__subtitle {
  margin: 0 0 26px;
  color: #6b7c83;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.nuwa-service-treatment-card__description {
  margin: 0 0 26px;
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.nuwa-service-treatment-card__recommended {
  margin: 0 0 28px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #a5c7d633;
  color: currentColor;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.nuwa-service-treatment-card--sage .nuwa-service-treatment-card__recommended {
  background: #a0b59f4d;
}

.nuwa-service-treatment-card__recommended strong {
  font-weight: 500;
}

.nuwa-service-treatment-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 38px;
  color: currentColor;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-service-treatment-card__duration,
.nuwa-service-treatment-card__price {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
span.nuwa-service-treatment-card__duration {
  color: #6b7c83;
  font-size: 14px;
  font-weight: 400;
}

.nuwa-service-treatment-card__duration-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.nuwa-service-treatment-card__price::before {
  content: "$";
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.nuwa-service-treatments__button {
  min-width: 156px;
  min-height: 38px;
  margin: 34px auto 0;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #355b6c;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(31, 42, 35, 0.18);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.nuwa-service-treatments__button:hover,
.nuwa-service-treatments__button:focus {
  background: #4f6d55;
  color: #ffffff;
}

.nuwa-service-treatments__empty {
  margin: 0;
  color: #4f6d55;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.nuwa-service-cta {
  overflow: hidden;
  background: linear-gradient(90deg, #a9cfdb 0%, #355b6c 100%);
  color: #ffffff;
}

.nuwa-service-cta__inner {
  width: 100%;
  max-width: 1240px;
  min-height: 520px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(0, 1fr);
  align-items: stretch;
  gap: 72px;
  box-sizing: border-box;
}

.nuwa-service-cta__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  display: block;
  object-fit: contain;
  object-position: bottom left;
}

.nuwa-service-cta__content {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nuwa-service-cta__title {
  position: relative;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(16px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.nuwa-service-cta__title::after {
  content: "";
  position: absolute;
  right: 28%;
  bottom: -2px;
  width: 168px;
  height: 14px;
  background: rgba(255, 255, 255, 0.26);
  z-index: -1;
}

.nuwa-service-cta__subtitle {
  max-width: 720px;
  margin: 0 0 72px;
  color: #ffffff;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
}

.nuwa-service-cta__box {
  width: min(100%, 620px);
  padding: 36px 52px 40px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.nuwa-service-cta__description {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

.nuwa-service-cta__button {
  min-height: 54px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #4d6652;
  box-shadow: 0 12px 20px rgba(31, 42, 35, 0.18);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nuwa-service-cta__button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.nuwa-service-cta__button:hover,
.nuwa-service-cta__button:focus {
  color: #355b6c;
  transform: translateY(-2px);
}

@keyframes nuwa-service-scroll-cue {
  0%,
  100% {
    opacity: 0.5;
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateY(7px) rotate(45deg);
  }
}
@media (max-width: 1550px) {
  .nuwa-service-cta__image {
    width: 65%;
  }
}
@media (max-width: 1366px) {
  .nuwa-service-cta__image {
    width: 78%;
  }
}

@media (max-width: 1024px) {
  .nuwa-service-internal-hero {
    min-height: 720px;
  }

  .nuwa-service-internal-hero__inner {
    padding: 0 20px;
  }

  .nuwa-service-internal-hero__content {
    margin-top: 72px;
  }

  .nuwa-service-internal-hero__title {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: 2px;
  }

  .nuwa-service-internal-hero__subtitle {
    font-size: 17px;
  }

  .nuwa-service-internal-hero__scroll {
    margin-bottom: 38px;
    font-size: 15px;
  }

  .nuwa-service-treatments {
    padding: 42px 0 64px;
  }

  .nuwa-service-treatments__inner {
    padding: 0 20px;
  }

  .nuwa-service-treatments__list {
    gap: 28px;
  }

  .nuwa-service-treatment-card,
  .nuwa-service-treatment-card--sage {
    min-height: 0;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nuwa-service-treatment-card--reversed .nuwa-service-treatment-card__media,
  .nuwa-service-treatment-card--reversed .nuwa-service-treatment-card__content {
    order: initial;
  }

  .nuwa-service-treatment-card__media {
    max-width: 300px;
    margin: 0 auto;
  }

  .nuwa-service-treatment-card__title {
    font-size: 28px;
  }

  .nuwa-service-treatment-card__subtitle,
  .nuwa-service-treatment-card__description {
    font-size: 15px;
  }

  .nuwa-service-treatment-card__recommended {
    font-size: 14px;
  }

  .nuwa-service-treatment-card__meta {
    gap: 20px;
    font-size: 14px;
  }

  .nuwa-service-cta__inner {
    min-height: 0;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nuwa-service-cta__image-wrap {
    min-height: 320px;
    order: 2;
  }

  .nuwa-service-cta__image {
    left: 58%;
    width: 51%;
    transform: translateX(-50%);
  }

  .nuwa-service-cta__content {
    padding: 48px 0 28px;
  }

  .nuwa-service-cta__subtitle {
    margin-bottom: 36px;
    font-size: 22px;
  }

  .nuwa-service-cta__box {
    padding: 28px 22px 32px;
  }

  .nuwa-service-cta__description {
    font-size: 17px;
  }

  .nuwa-service-cta__button {
    min-height: 50px;
    padding: 0 22px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .nuwa-service-cta__image {
    left: 58%;
    width: 100%;
  }
}
