.page-template-servicios-premium header#site-header {
  background: #00000066 !important;
  top: 0;
  border-bottom: 1px solid #fff;
}

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

.nuwa-premium-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #2d2d2d;
}

.nuwa-premium-hero__slider {
  position: absolute;
  inset: 0;
}

.nuwa-premium-hero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
}

.nuwa-premium-hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.48);
}

.nuwa-premium-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.nuwa-premium-hero__image,
.nuwa-premium-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nuwa-premium-hero__image {
  display: block;
  object-fit: cover;
}

.nuwa-premium-hero__fallback {
  background: linear-gradient(135deg, #273029 0%, #735842 100%);
}

.nuwa-premium-hero__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 92px 32px 64px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
}

.nuwa-premium-hero__title {
  max-width: 820px;
  margin: 0 auto 32px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.nuwa-premium-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 112px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--nuwa-font-primary);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: left;
  text-transform: uppercase;
}

.nuwa-premium-hero__nav--prev {
  left: 48px;
}

.nuwa-premium-hero__nav--next {
  right: 48px;
  text-align: right;
}

.nuwa-premium-hero__nav[hidden] {
  display: none;
}

.nuwa-premium-intro {
  padding: 72px 0 64px;
  background: #ffffff;
}

.nuwa-premium-intro__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(56px, 9vw, 140px);
  box-sizing: border-box;
}

.nuwa-premium-intro__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: #a5c7d6;
}

.nuwa-premium-intro__image,
.nuwa-premium-intro__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nuwa-premium-intro__instagram {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.nuwa-premium-intro__instagram img {
  width: 100%;
  height: 100%;
  display: block;
}

.nuwa-premium-intro__instagram:hover,
.nuwa-premium-intro__instagram:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(31, 42, 35, 0.18);
}

.nuwa-premium-intro__content {
  max-width: 540px;
}

.nuwa-premium-intro__title {
  margin: 0 0 34px;
  color: #204527;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.nuwa-premium-intro__description {
  color: #204527;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.nuwa-premium-intro__description p {
  margin: 0;
}

.nuwa-premium-intro__description p + p {
  margin-top: 18px;
}

.nuwa-premium-method {
  padding: 20px 0 92px;
  background: #ffffff;
}

.nuwa-premium-method__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-premium-method__header {
  margin: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.nuwa-premium-method__title {
  margin: 0;
  color: #355b6c;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-premium-method__logo {
  width: 168px;
  max-height: 74px;
  display: block;
  object-fit: contain;
}

.nuwa-premium-method__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
}

.nuwa-premium-method__item {
  color: #a5c7d6;
  text-align: center;
}

.nuwa-premium-method__item-title {
  max-width: 280px;
  margin: 0 auto;
  color: #a5c7d6;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.nuwa-premium-session {
  padding: 0 0 78px;
  background: #ffffff;
}

.nuwa-premium-session__header {
  padding: 0 32px 24px;
  text-align: center;
}

.nuwa-premium-session__title {
  margin: 0;
  color: #4d6652;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.nuwa-premium-session__steps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nuwa-premium-session__step {
  min-height: 350px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #a0b59f80;
}

.nuwa-premium-session__step-media {
  min-height: 350px;
  background: #dbe8ee;
}

.nuwa-premium-session__step-image,
.nuwa-premium-session__step-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nuwa-premium-session__step-content {
  padding: 40px 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #4d6652;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.nuwa-premium-session__step-description {
  margin: 0 0 32px;
}

.nuwa-premium-session__step-goal {
  margin: 0;
}

.nuwa-premium-session__step-goal strong {
  display: block;
  font-weight: 700;
}

.nuwa-premium-testimonials {
  padding: 0 0 86px;
  background: #ffffff;
}

.nuwa-premium-testimonials__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 74px;
  box-sizing: border-box;
  align-items: center;
}

.nuwa-premium-testimonials__media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: #e5f1f6;
  height: 500px;
  width: 50%;
}

.nuwa-premium-testimonials__image,
.nuwa-premium-testimonials__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nuwa-premium-testimonials__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 74px;
  height: 74px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.nuwa-premium-testimonials__play img {
  width: 100%;
  height: 100%;
  display: block;
}

.nuwa-premium-testimonials__play.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.nuwa-premium-testimonials__items {
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: 50%;
}
.nuwa-premium-testimonials__card {
  padding: 26px 34px 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(31, 42, 35, 0.18);
  color: #4d6652;
}

.nuwa-premium-testimonials__text {
  margin: 0 0 10px;
  color: #4d6652;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.nuwa-premium-testimonials__author {
  margin: 0;
  color: #4d6652;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.nuwa-premium-booking {
  padding: 0 0 80px;
  background: #ffffff;
}

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

.nuwa-premium-booking__header {
  margin: 0 0 50px;
  text-align: center;
}

.nuwa-premium-booking__title {
  max-width: 620px;
  margin: 0 auto;
  color: #4d6652;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.nuwa-premium-booking__card {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background: #4d6652;
  box-shadow: 0 10px 20px rgba(31, 42, 35, 0.2);
}

.nuwa-premium-booking__media {
  min-height: 330px;
  background: #dbe8ee;
}

.nuwa-premium-booking__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nuwa-premium-booking__content {
  min-height: 330px;
  padding: 48px 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4d6652;
  color: #fff4e6;
  text-align: center;
}

.nuwa-premium-booking__price {
  margin: 0 0 38px;
  padding: 16px 38px 15px;
  border-radius: 0 44px 0 44px;
  background: rgba(255, 244, 230, 0.28);
  color: #fff4e6;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  position: relative;
}
.nuwa-premium-booking__price:before {
  content: "(el valor de tu sesión)";
  position: absolute;
  right: 32px;
  bottom: 2px;
  font-size: 13px;
}

.nuwa-premium-booking__note {
  max-width: 390px;
  margin: 0 0 38px;
  color: #fff4e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.nuwa-premium-booking__note p {
  margin: 0;
}

.nuwa-premium-booking__button {
  min-width: 290px;
  padding: 14px 28px;
  border-radius: 7px;
  background: #fff4e6;
  color: #4d6652;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.nuwa-premium-booking__button:hover,
.nuwa-premium-booking__button:focus {
  color: #4d6652;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(31, 42, 35, 0.22);
}

.nuwa-premium-faq {
  padding: 0 0 50px;
  background: #ffffff;
}

.nuwa-premium-faq__inner {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  padding: 58px 32px 72px;
  border-radius: 10px;
  background: #a5c7d633;
  box-sizing: border-box;
}

.nuwa-premium-faq__title {
  margin: 0 0 36px;
  color: #355b6c;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

.nuwa-premium-faq__items {
  max-width: 670px;
  margin: 0 auto;
  display: grid;
  gap: 26px;
}

.nuwa-premium-faq__item {
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(31, 42, 35, 0.08);
  overflow: hidden;
}

.nuwa-premium-faq__question {
  width: 100%;
  min-height: 56px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: #ffffff;
  color: #355b6c;
  cursor: pointer;
  font-family: var(--nuwa-font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}

.nuwa-premium-faq__icon {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid #355b6c;
  border-bottom: 2px solid #355b6c;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.nuwa-premium-faq__item.is-open .nuwa-premium-faq__icon {
  transform: rotate(225deg);
}

.nuwa-premium-faq__answer {
  padding: 0 24px 20px;
  color: #355b6c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.nuwa-premium-faq__answer p {
  margin: 0;
}

@media (max-width: 767px) {
  .nuwa-premium-hero {
    min-height: 720px;
  }

  .nuwa-premium-hero__inner {
    padding: 92px 20px 48px;
  }

  .nuwa-premium-hero__title {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 1.16;
    letter-spacing: 2px;
  }

  .nuwa-premium-hero__description {
    font-size: 18px;
  }

  .nuwa-premium-hero__nav {
    top: auto;
    bottom: 32px;
    width: 92px;
    font-size: 8px;
  }

  .nuwa-premium-hero__nav--prev {
    left: 20px;
  }

  .nuwa-premium-hero__nav--next {
    right: 20px;
  }

  .nuwa-premium-intro {
    padding: 48px 0;
  }

  .nuwa-premium-intro__inner {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nuwa-premium-intro__content {
    max-width: none;
  }

  .nuwa-premium-intro__title {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .nuwa-premium-intro__description {
    font-size: 18px;
  }

  .nuwa-premium-method {
    padding: 0 0 56px;
  }

  .nuwa-premium-method__inner {
    padding: 0 20px;
  }

  .nuwa-premium-method__header {
    margin-bottom: 38px;
    flex-direction: column;
    gap: 10px;
  }

  .nuwa-premium-method__title {
    font-size: 30px;
  }

  .nuwa-premium-method__items {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nuwa-premium-session {
    padding-bottom: 48px;
  }

  .nuwa-premium-session__header {
    padding: 0 20px 20px;
  }

  .nuwa-premium-session__title {
    font-size: 30px;
  }

  .nuwa-premium-session__steps {
    grid-template-columns: 1fr;
  }

  .nuwa-premium-session__step {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .nuwa-premium-session__step-media {
    min-height: 260px;
    height: 300px;
  }

  .nuwa-premium-session__step-content {
    min-height: 220px;
    padding: 28px 24px;
  }

  .nuwa-premium-testimonials {
    padding-bottom: 58px;
  }

  .nuwa-premium-testimonials__inner {
    padding: 0 20px;
    flex-direction: column;
    gap: 28px;
  }
  .nuwa-premium-testimonials__items {
    gap: 24px;
    width: 100%;
  }
  .nuwa-premium-testimonials__text {
    font-size: 14px;
  }

  .nuwa-premium-testimonials__media {
    height: 390px;
    width: 100%;
  }

  .nuwa-premium-testimonials__card {
    padding: 24px;
  }

  .nuwa-premium-booking {
    padding-bottom: 58px;
  }

  .nuwa-premium-booking__inner {
    padding: 0 20px;
  }

  .nuwa-premium-booking__header {
    margin-bottom: 28px;
  }

  .nuwa-premium-booking__title,
  .nuwa-premium-faq__title {
    font-size: 30px;
  }

  .nuwa-premium-booking__card {
    grid-template-columns: 1fr;
  }

  .nuwa-premium-booking__media,
  .nuwa-premium-booking__content {
    min-height: 280px;
  }

  .nuwa-premium-booking__content {
    padding: 34px 24px;
  }

  .nuwa-premium-booking__price {
    margin-bottom: 28px;
    padding: 14px 24px;
    font-size: 24px;
  }

  .nuwa-premium-booking__button {
    min-width: 0;
    width: 100%;
  }

  .nuwa-premium-faq {
    padding: 0 20px 60px;
  }

  .nuwa-premium-faq__inner {
    min-height: 0;
    padding: 38px 20px 44px;
  }

  .nuwa-premium-faq__items {
    gap: 18px;
  }

  .nuwa-premium-faq__question {
    padding: 15px 18px;
    font-size: 15px;
  }

  .nuwa-premium-faq__answer {
    padding: 0 18px 18px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .nuwa-premium-booking__content {
    padding: 34px 10px;
  }
}
