/* Página de reserva integrada de Boulevard Nails. */
.booking-test-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 79, 181, .14), transparent 27rem),
    linear-gradient(180deg, #fffafd 0%, #fff 48%, #fff7fb 100%);
  color: #302b2f;
}

.booking-test-header {
  position: relative;
  padding: .65rem 1rem;
  border-bottom: 1px solid rgba(204, 35, 139, .1);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(54, 36, 47, .04);
}

.booking-test-nav {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-language {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.booking-test-nav .brand {
  min-width: 0;
  padding: 0;
}

.booking-test-nav .brand img {
  width: 205px;
  height: auto;
}

.booking-test-hero {
  width: min(1180px, calc(100% - 4rem));
  margin: 0 auto;
  padding: clamp(2.4rem, 6vw, 4.8rem) 0 1.2rem;
}

.booking-test-intro {
  margin: 0 auto clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
}

.booking-test-intro .eyebrow {
  margin: 0 0 .6rem;
  color: var(--color-primary-deep, #cc238b);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.booking-test-intro h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.25rem, 8vw, 5.4rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
}

.booking-test-intro > p:last-child {
  margin: 1rem 0 0;
  color: #70656c;
  font-size: 1rem;
}

.booking-widget-card {
  overflow: hidden;
  border: 1px solid rgba(204, 35, 139, .12);
  border-radius: 1.8rem;
  background: #fff;
  box-shadow: 0 26px 70px rgba(73, 42, 60, .13);
}

.booking-widget-frame {
  min-height: 620px;
  padding: clamp(.5rem, 1.5vw, 1.3rem);
  background: #fff;
}

#wahanda-online-booking-widget-iframe,
#wahanda-online-booking-widget-iframe iframe {
  width: 100% !important;
  min-height: 590px !important;
  border: 0 !important;
}

.booking-widget-note {
  margin: .85rem 0 0;
  color: #887b83;
  font-size: .73rem;
  text-align: center;
}

.booking-test-help {
  width: min(760px, calc(100% - 2rem));
  margin: 1.4rem auto 3.5rem;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(204, 35, 139, .11);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .76);
}

.booking-test-help p {
  margin: 0;
  font-size: .85rem;
  font-weight: 700;
}

.booking-help-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.booking-help-actions a {
  border: 1px solid #e7d8e0;
  border-radius: 999px;
  padding: .62rem .9rem;
  background: #fff;
  color: #4d4248;
  font-size: .76rem;
  font-weight: 800;
}

.booking-help-actions .booking-whatsapp {
  border-color: #25d366;
  background: #25d366;
  color: #fff;
}

.booking-test-footer {
  padding: 1.5rem 1rem 2rem;
  border-top: 1px solid #f0e6ec;
  background: rgba(255, 255, 255, .8);
}

.booking-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.booking-footer-links a {
  color: #80747b;
  font-size: .7rem;
  text-decoration: underline;
  text-underline-offset: .18em;
}

@media (max-width: 900px) {
  .booking-test-hero {
    width: min(100% - 2rem, 820px);
  }
}

@media (max-width: 640px) {
  .booking-test-page .cookie-settings {
    right: .65rem;
    bottom: .65rem;
    left: auto;
    padding: .55rem .75rem;
    font-size: 0;
  }

  .booking-test-page .cookie-settings::after {
    content: "Cookies";
    font-size: .7rem;
  }

  .booking-test-header {
    padding: .35rem .75rem;
  }

  .booking-test-nav {
    min-height: 64px;
  }

  .booking-language {
    right: .15rem;
    max-width: 68px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .booking-test-nav .brand img {
    width: 168px;
  }

  .booking-test-hero {
    width: min(100% - 1rem, 760px);
    padding-top: 1.75rem;
  }

  .booking-test-intro {
    margin-bottom: 1.35rem;
  }

  .booking-test-intro h1 {
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .booking-test-intro > p:last-child {
    margin-top: .7rem;
    font-size: .9rem;
  }

  .booking-widget-card {
    border-radius: 1.25rem;
  }

  .booking-widget-frame {
    min-height: 560px;
    padding: .2rem;
  }

  #wahanda-online-booking-widget-iframe,
  #wahanda-online-booking-widget-iframe iframe {
    min-height: 550px !important;
  }

  .booking-test-help {
    width: calc(100% - 1rem);
    margin: 1rem auto 2.2rem;
    padding: .85rem;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .booking-help-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .booking-help-actions a {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
