html {
  scroll-behavior: smooth;
}
.announcement-banner {
  background: linear-gradient(270deg, #0061FF 0%, #58E4FF 100%);
  padding: 9px 0;
  text-align: center;
}
.announcement-banner__text {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}

.public-navbar {
  background: #fff;
  padding: 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.public-navbar .navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.public-navbar .navbar-brand__img {
  height: 53px;
  width: auto;
}
@media (max-width: 575.98px) {
  .public-navbar .navbar-brand__img {
    height: 70px;
  }
}
.public-navbar .navbar-nav .nav-link {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 16px !important;
  transition: color 0.2s ease;
}
.public-navbar .navbar-nav .nav-link:hover, .public-navbar .navbar-nav .nav-link.active {
  color: #0A5FD0;
}
.public-navbar .btn-book-now {
  background: linear-gradient(270deg, #0061FF 0%, #58E4FF 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.public-navbar .btn-book-now:hover {
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(0, 97, 255, 0.35);
}
.public-navbar .phone-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #0A5FD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A5FD0;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.public-navbar .phone-icon:hover {
  background: #0A5FD0;
  color: #fff;
  text-decoration: none;
}
.public-navbar .navbar-toggler {
  border-color: rgba(10, 95, 208, 0.3);
  padding: 6px 10px;
  margin-right: 8px;
}
.public-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(10, 95, 208, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .public-navbar .navbar-nav {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .public-navbar .navbar-nav .nav-link {
    padding: 10px 16px !important;
  }
  .public-navbar .nav-right-actions {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.hero {
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow-x: clip;
  overflow-y: visible;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__logo {
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.hero__video-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #F37920;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  text-decoration: none;
  align-self: center;
}
.hero__video-btn:hover {
  background: #fff;
  color: #F37920;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
}
.hero__video-btn:hover .play-icon {
  filter: brightness(0) saturate(100%) invert(25%) sepia(85%) saturate(2000%) hue-rotate(5deg) brightness(95%);
}
.hero__video-btn .play-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.hero__mobile-cta {
  display: none;
}
@media (max-width: 991.98px) {
  .hero__mobile-cta {
    display: inline-block;
    background: #F37920;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
  }
  .hero__mobile-cta:hover {
    opacity: 0.9;
    box-shadow: 0 4px 16px rgba(243, 121, 32, 0.4);
    color: #fff;
    text-decoration: none;
  }
}
.hero__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero__card-img {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  padding: 25px 0;
}
.hero__seals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 35px;
}
.hero__seal {
  width: 110px;
  height: 110px;
}
.hero__video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}
.hero__video-modal.active {
  display: flex;
}
.hero__video-wrapper {
  position: relative;
  width: 95%;
  max-width: 1280px;
}
.hero__video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.hero__video-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.hero__video-close img {
  width: 32px;
  height: 32px;
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 500px;
    padding: 40px 0;
  }
  .hero__logo {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .hero__left {
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .hero__video-btn {
    align-self: center;
    font-size: 11px;
    padding: 9px 20px;
  }
  .hero__right {
    justify-content: center;
  }
  .hero__card-img {
    max-width: 360px;
  }
  .hero__seal {
    width: 78px;
    height: 78px;
  }
}
@media (max-width: 575.98px) {
  .hero {
    min-height: 420px;
  }
  .hero__logo {
    max-width: 220px;
    margin-bottom: 24px;
  }
  .hero__video-btn {
    font-size: 10px;
    padding: 8px 18px;
    gap: 8px;
  }
  .hero__video-btn .play-icon {
    width: 24px;
    height: 24px;
  }
  .hero__card-img {
    max-width: 300px;
  }
  .hero__seal {
    width: 66px;
    height: 66px;
  }
}

.deal-card {
  background: linear-gradient(270deg, #0061FF 0%, #58E4FF 100%);
  border-radius: 16px;
  border: 3px solid #85C1E9;
  overflow: visible;
  position: relative;
  z-index: 1030;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: slideInRight 0.7s ease-out both;
}
.deal-card__badge {
  text-align: center;
  margin-top: -18px;
  position: relative;
  z-index: 2;
}
.deal-card__badge-pill {
  display: inline-block;
  background: #F9DC00;
  color: #1a6fa0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 32px;
  border-radius: 50px;
  border: 2px solid #d4b800;
}
.deal-card__header {
  text-align: center;
  padding: 14px 20px 0;
}
.deal-card__hotel-name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.deal-card__claim-in {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  padding: 6px 20px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}
.deal-card__claim-in-label {
  font-weight: 500;
}
.deal-card__claim-in-timer {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #F9DC00;
  letter-spacing: 0.5px;
}
.deal-card__includes-banner {
  background: #F37920;
  text-align: center;
  padding: 8px 20px;
  margin: 12px 0 0;
  position: relative;
}
.deal-card__includes-banner::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #F37920;
}
.deal-card__includes-text {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.deal-card__checklist {
  background: #fff;
  padding: 24px 24px 18px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 14px;
  row-gap: 8px;
}
.deal-card__checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  opacity: 0;
  animation: fadeInUp 0.4s ease-out forwards;
}
.deal-card__checklist-item:nth-child(1) {
  animation-delay: 0.5s;
}
.deal-card__checklist-item:nth-child(2) {
  animation-delay: 0.6s;
}
.deal-card__checklist-item:nth-child(3) {
  animation-delay: 0.7s;
}
.deal-card__checklist-item:nth-child(4) {
  animation-delay: 0.8s;
}
.deal-card__checklist-item:nth-child(5) {
  animation-delay: 0.9s;
}
.deal-card__checklist-item:nth-child(6) {
  animation-delay: 1s;
}
.deal-card__checklist-item:nth-child(7) {
  animation-delay: 1.1s;
}
.deal-card__checklist-item:nth-child(8) {
  animation-delay: 1.2s;
}
.deal-card__check-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
.deal-card__highlight {
  color: #2E86C1;
  font-weight: 700;
}
.deal-card__pricing {
  background: linear-gradient(270deg, #0061FF 0%, #58E4FF 100%);
  padding: 18px 24px 16px;
  text-align: center;
}
.deal-card__save-line {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.deal-card__save-percent {
  color: #F37920;
  font-size: 26px;
}
.deal-card__price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.deal-card__price {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #F37920;
  line-height: 1;
  animation: pricePop 0.5s ease-out 0.8s both;
}
.deal-card__price-details {
  text-align: left;
}
.deal-card__per-couple {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #F37920;
  line-height: 1.2;
}
.deal-card__normal-rate {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
.deal-card__old-price {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 4px;
  text-decoration: line-through;
  margin-top: 2px;
}
.deal-card__total-price {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 6px 0 2px;
}
.deal-card__disclaimer {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0;
}
.deal-card__cta-wrapper {
  position: relative;
  padding: 0 16px;
  margin-bottom: -24px;
  margin-top: -1px;
}
.deal-card__cta {
  display: block;
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease;
  animation: ctaPulse 2.5s ease-in-out 1.5s infinite;
}
.deal-card__cta:hover {
  background: #e06a10;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .deal-card {
    /* Drop the 360px desktop cap and use explicit 20px side margins
       instead of `auto` centering, so the card expands to
       (viewport - 40px) on phones/tablets. Mirrors the SCSS source in
       resources/sass/public/_deal-card.scss. */
    max-width: none;
    margin: 0 20px;
  }
  .deal-card__hotel-name {
    font-size: 20px;
  }
  .deal-card__price {
    font-size: 54px;
  }
}
@media (max-width: 575.98px) {
  .deal-card__hotel-name {
    font-size: 18px;
  }
  .deal-card__price {
    font-size: 48px;
  }
  .deal-card__cta-wrapper {
    padding: 0 2px;
  }
  .deal-card__cta {
    font-size: 18px;
    padding: 12px 16px;
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pricePop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ctaPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(243, 121, 32, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(243, 121, 32, 0);
  }
}
.deal-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}
.deal-modal.active {
  display: flex;
}
.deal-modal__content {
  position: relative;
  background: #fff;
  border: 5px solid #0A5FD0;
  border-radius: 12px;
  width: 90%;
  max-width: 560px;
  padding: 40px 40px 32px;
  animation: dealModalIn 0.3s ease-out;
}
.deal-modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.deal-modal__close img {
  width: 36px;
  height: 36px;
}
.deal-modal__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.2;
}
.deal-modal__subtitle {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.4;
}
.deal-modal__form-wrapper {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 28px 24px;
}
.deal-modal__field {
  margin-bottom: 20px;
}
.deal-modal__label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.deal-modal__required {
  color: #e74c3c;
}
.deal-modal__input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease;
}
.deal-modal__input::-moz-placeholder {
  color: #aaa;
}
.deal-modal__input::placeholder {
  color: #aaa;
}
.deal-modal__input:focus {
  border-color: #0A5FD0;
}
.deal-modal__input.is-invalid {
  border-color: #e74c3c;
}
.deal-modal__input.is-valid {
  border-color: #27ae60;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='%2327ae60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 8l3 3 7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
}
.deal-modal__field-error {
  display: block;
  margin: 6px 0 0;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.deal-modal__submit {
  display: block;
  width: 100%;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 8px;
}
.deal-modal__submit:hover {
  background: #e06a10;
}
@media (max-width: 575.98px) {
  .deal-modal__content {
    padding: 28px 20px 24px;
  }
  .deal-modal__title {
    font-size: 22px;
  }
  .deal-modal__subtitle {
    font-size: 14px;
  }
  .deal-modal__form-wrapper {
    padding: 20px 16px;
  }
  .deal-modal__submit {
    font-size: 16px;
  }
}

@keyframes dealModalIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Section Navigation */
.section-nav {
  background: #fff;
  padding: 18px 0;
  border-bottom: 1px solid #e8e8e8;
}
.section-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.section-nav__link {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0A5FD0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.section-nav__link:hover {
  color: #084ba8;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .section-nav__list {
    gap: 20px;
  }
  .section-nav__link {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .section-nav {
    padding: 14px 0;
  }
  .section-nav__list {
    gap: 14px 20px;
  }
  .section-nav__link {
    font-size: 12px;
  }
}

/* Resort Carousel */
.resort-carousel {
  background: #fff;
  padding: 12px 0;
  overflow: hidden;
}
.resort-carousel__container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
/* The track-wrapper is the scroll viewport. The track inside is wider
   than the wrapper (slides are flex children with fixed widths), so the
   browser handles horizontal scrolling natively — including touch swipe
   on mobile and trackpad scroll on desktop, both for free.
   -webkit-overflow-scrolling: touch enables iOS momentum scrolling.
   scroll-behavior is left at 'auto' (default) deliberately: the JS
   autoscroll-via-rAF directly assigns scrollLeft each frame, and
   'smooth' would compound a browser-driven animation on top of that.
   The smooth feel for arrow clicks comes from {behavior:'smooth'}
   passed explicitly to scrollBy() — which overrides the CSS for that
   one call regardless of the element's scroll-behavior. */
.resort-carousel__track-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Hide the scrollbar — navigation is via arrows, not the scrollbar. */
  scrollbar-width: none;
}
.resort-carousel__track-wrapper::-webkit-scrollbar {
  display: none;
}
.resort-carousel__track {
  display: flex;
  gap: 12px;
}
.resort-carousel__slide {
  flex: 0 0 320px;
  min-width: 0;
  cursor: pointer;
}
.resort-carousel__img-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 384 / 288;
  border: 3px solid transparent;
  transition: border-color 0.25s ease;
}
.resort-carousel__img-wrapper:hover {
  border-color: #F37920;
}
.resort-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.resort-carousel__img-wrapper:hover .resort-carousel__img {
  transform: scale(1.08);
}
.resort-carousel__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  pointer-events: none;
}
.resort-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.resort-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.25);
}
.resort-carousel__arrow--prev {
  left: 10px;
}
.resort-carousel__arrow--next {
  right: 10px;
}

/* Carousel Lightbox */
.carousel-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
}
.carousel-lightbox.active {
  display: flex;
}
.carousel-lightbox__inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
}
.carousel-lightbox__img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.carousel-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.carousel-lightbox__close:hover {
  opacity: 1;
}
.carousel-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.7);
  background: rgba(50, 50, 50, 0.6);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.carousel-lightbox__nav:hover {
  background: rgba(50, 50, 50, 0.9);
  border-color: #fff;
}
.carousel-lightbox__nav--prev {
  left: -70px;
}
.carousel-lightbox__nav--next {
  right: -70px;
}

@media (max-width: 1199.98px) {
  .resort-carousel__slide {
    flex: 0 0 280px;
  }
}
@media (max-width: 991.98px) {
  .carousel-lightbox__nav--prev {
    left: -52px;
  }
  .carousel-lightbox__nav--next {
    right: -52px;
  }
}
@media (max-width: 767.98px) {
  .resort-carousel__slide {
    flex: 0 0 240px;
  }
  /* Arrows are redundant on touch devices — admins swipe. Hiding them
     also reclaims edge space the slides can use. */
  .resort-carousel__arrow {
    display: none;
  }
  .carousel-lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .carousel-lightbox__nav--prev {
    left: 8px;
  }
  .carousel-lightbox__nav--next {
    right: 8px;
  }
}
@media (max-width: 575.98px) {
  .resort-carousel {
    padding: 8px 0;
  }
  .resort-carousel__container {
    padding: 0 20px;
  }
  .resort-carousel__slide {
    flex: 0 0 260px;
  }
  /* .resort-carousel__arrow is already hidden by the 767.98px breakpoint
     above; the prior width/position overrides for this breakpoint are
     dropped since the element no longer renders. */
}

/* What You Get & Why You Get It */
.what-why {
  background: #fff;
  padding: 60px 0 70px;
}
.what-why > .container {
  max-width: 1300px;
}
.what-why__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 40px;
}
.what-why__badge--section {
  padding: 0 0 20px;
}
.what-why__badge-text {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1a1a1a;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #58E4FF 0%, #0061FF 100%) 1;
}

/* What You Get: Horizontal Card Grid */
.what-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.what-why__box {
  background: #f0f0f0;
  border-radius: 16px;
  padding: 28px 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.what-why__box .what-why__check {
  margin-bottom: 14px;
}
.what-why__box .what-why__label {
  margin-bottom: 8px;
}
.what-why__box .what-why__text {
  flex: 1;
}
.what-why__box .what-why__view-more {
  margin-top: 20px;
  align-self: center;
}
.what-why__check {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.what-why__label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.what-why__text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.what-why__view-more {
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0A5FD0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 2px solid #0A5FD0;
  padding: 6px 20px;
  border-radius: 50px;
  transition: background 0.2s ease, color 0.2s ease;
}
.what-why__view-more:hover {
  background: #0A5FD0;
  color: #fff;
  text-decoration: none;
}

/* How You Get It: Centered */
.what-why__how-section {
  text-align: center;
  margin-bottom: 10px;
}
.what-why__how-card {
  display: inline-block;
  background: #f0f0f0;
  border-radius: 16px;
  padding: 28px 40px;
  text-align: center;
  max-width: 640px;
}
.what-why__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}
.what-why__cta {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 16px 60px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.what-why__cta:hover {
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(243, 121, 32, 0.4);
  color: #fff;
  text-decoration: none;
}

/* Middle Deal Banner */
.mid-deal {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0;
  text-align: center;
}
.mid-deal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 50, 120, 0.7);
}
.mid-deal__heading {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 52px;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.mid-deal__price {
  background: #FFE234;
  color: #1a3a7a;
  padding: 2px 16px;
  font-size: 52px;
}
.mid-deal__subtext {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin: 0 0 28px;
  line-height: 1.5;
}
.mid-deal__cta {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  color: #FFE234;
  letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
  .mid-deal {
    padding: 40px 0;
  }
  .mid-deal__heading {
    font-size: 32px;
  }
  .mid-deal__price {
    font-size: 32px;
  }
  .mid-deal__subtext {
    font-size: 15px;
  }
  .mid-deal__cta {
    font-size: 14px;
  }
}

/* Pool-side Hotel Banner */
.pool-banner-wrapper {
  padding: 40px 0 0;
  background: #fff;
}
.pool-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 28px 0 32px;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
}
.pool-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(220, 230, 245, 0.75);
  border-radius: 16px;
}
.pool-banner__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.pool-banner__text {
  flex: 1;
  padding-left: 170px;
}
.pool-banner__tagline {
  display: inline-block;
  background: linear-gradient(90deg, #58E4FF 0%, #0A5FD0 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 28px;
  border-radius: 50px;
  margin: 0 0 8px;
}
.pool-banner__tagline em {
  color: #FFE234;
  font-style: italic;
}
.pool-banner__title {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #1a1a1a;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.pool-banner__desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #404143;
  line-height: 1.6;
  margin: 0;
  max-width: 500px;
}
.pool-banner__price-card {
  flex-shrink: 0;
  background: #F9DC00;
  border-radius: 16px;
  padding: 12px 24px 16px;
  text-align: center;
  margin-right: 40px;
}
.pool-banner__duration {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  margin-bottom: 4px;
}
.pool-banner__amount-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.pool-banner__dollar {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #0A5FD0;
}
.pool-banner__amount {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #0A5FD0;
  line-height: 1;
}
.pool-banner__total-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pool-banner__total {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  text-transform: uppercase;
}
.pool-banner__only {
  background: #FF7701;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 3px 14px;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .pool-banner {
    padding: 36px 0;
  }
  .pool-banner__inner {
    flex-direction: column;
    text-align: center;
  }
  .pool-banner__text {
    padding-left: 0;
  }
  .pool-banner__price-card {
    margin-right: 0;
  }
  .pool-banner__tagline {
    font-size: 13px;
    padding: 6px 18px;
  }
  .pool-banner__title {
    font-size: 28px;
  }
  .pool-banner__desc {
    max-width: 100%;
    font-size: 13px;
  }
  .pool-banner__amount {
    font-size: 48px;
  }
}

/* Hotel Highlights & Nearby Attractions */
.highlights {
  background: #fff;
  padding: 60px 0 20px;
}
.highlights__heading {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 auto 8px;
  padding-bottom: 10px;
  display: table;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #58E4FF 0%, #0A5FD0 100%) 1;
  text-align: center;
}
.highlights__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.highlights__list li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #333;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.highlights__list li i {
  color: #299AF5;
  width: 22px;
  text-align: center;
  font-size: 18px;
}
.highlights__cta-wrapper {
  text-align: center;
  margin-top: 32px;
}
.highlights__cta {
  display: inline-block;
  background: linear-gradient(90deg, #58E4FF 0%, #0A5FD0 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  padding: 18px 80px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.2s, transform 0.15s;
}
.highlights__cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .highlights {
    padding: 40px 0 50px;
  }
  .highlights__heading {
    font-size: 22px;
  }
  .highlights__list li {
    font-size: 14px;
  }
  .highlights__cta {
    font-size: 18px;
    padding: 14px 48px;
  }
}

/* Reviews Section */
.reviews {
  background: #fff;
  padding: 0 0 10px;
}
.reviews__header {
  text-align: center;
  margin-bottom: 40px;
}
.reviews__ta-logo {
  height: 120px;
  margin-bottom: 12px;
}
.reviews__platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
.reviews__platform-logo--ta {
  height: 120px;
  width: auto;
}
.reviews__platform-logo--google {
  height: 56px;
  width: auto;
}
.reviews__platform-logo--yelp {
  font-size: 48px;
  color: #D32323;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .reviews__platforms { gap: 24px; }
  .reviews__platform-logo--ta { height: 80px; }
  .reviews__platform-logo--google { height: 40px; }
  .reviews__platform-logo--yelp { font-size: 36px; }
}
.reviews__hotel-name {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #1a1a1a;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.reviews__rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.reviews__ta-rating {
  height: 40px;
}
.reviews__count {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1a1a1a;
}
.reviews__google-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.reviews__google-rating-top,
.reviews__google-rating-bottom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.reviews__google-score {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.reviews__google-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #fbbc04;
  font-size: 32px;
}
.reviews__google-stars .far {
  color: #e0e0e0;
}
.reviews__google-label {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #202124;
}
.reviews__google-divider {
  color: #dadce0;
  font-size: 20px;
}
.reviews__google-link {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1a73e8;
  text-decoration: none;
}
.reviews__google-link:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .reviews__google-score { font-size: 36px; }
  .reviews__google-stars { font-size: 24px; }
  .reviews__google-label,
  .reviews__google-divider,
  .reviews__google-link { font-size: 16px; }
}
.reviews__purchased {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #555;
  letter-spacing: 1px;
  margin: 0;
}
.reviews .row {
  row-gap: 16px;
}
.reviews__card {
  background: #f0f0f0;
  border-radius: 12px;
  padding: 24px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews__card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.reviews__name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.reviews__verified-icon {
  height: 20px;
  display: block;
  margin-top: 4px;
}
.reviews__card-ta {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.reviews__card-platform {
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.reviews__card-platform--google {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.reviews__card-platform--yelp { color: #D32323; }
.reviews__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.reviews__text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin: 0 0 16px;
  flex: 1;
}
.reviews__stars {
  display: flex;
  gap: 3px;
}
.reviews__stars img {
  width: 20px;
  height: 20px;
}
.reviews__cta-wrapper {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 20px;
}
.reviews__cta {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 50px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.2s, transform 0.15s;
}
.reviews__cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .reviews {
    padding: 40px 0 50px;
  }
  .reviews__hotel-name {
    font-size: 28px;
  }
  .reviews__count {
    font-size: 24px;
  }
  .reviews__purchased {
    font-size: 13px;
  }
  .reviews__cta {
    font-size: 20px;
    padding: 16px 48px;
  }
}

/* Our Gallery */
.our-gallery {
  background: #fff;
  padding: 40px 0 0;
}
.our-gallery__heading {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #1a1a1a;
  margin: 0 0 24px;
  text-transform: uppercase;
  text-align: center;
}
.our-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.our-gallery__item {
  overflow: hidden;
  aspect-ratio: 1 / 0.75;
}
.our-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.our-gallery__item:hover .our-gallery__img {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  .our-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-gallery__heading {
    font-size: 28px;
  }
}

/* Bottom Banner */
.bottom-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.bottom-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 80, 0.75);
}
.bottom-banner__heading {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  font-style: italic;
  margin: 0 0 32px;
  text-transform: uppercase;
  line-height: 1.2;
}
.bottom-banner__orange {
  color: #F37920;
}
.bottom-banner__cta-wrapper {
  text-align: center;
}
.bottom-banner__cta {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  padding: 18px 80px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.2s, transform 0.15s;
}
.bottom-banner__cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .bottom-banner {
    padding: 50px 0;
  }
  .bottom-banner__heading {
    font-size: 28px;
  }
  .bottom-banner__cta {
    font-size: 18px;
    padding: 14px 48px;
  }
}

/* Site Footer */
.site-footer {
  margin-top: 0;
}
.site-footer__urgency {
  background: #F37920;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-footer__urgency-white {
  color: #fff;
}
.site-footer__urgency-black {
  color: #000;
}
.site-footer__body {
  background: #000;
  padding: 48px 0 40px;
}
.site-footer__logo {
  height: 100px;
  margin-bottom: 24px;
}
.site-footer__fulfilled {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ccc;
  margin: 0 0 20px;
}
.site-footer__contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0 0 24px;
}
.site-footer__contact-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
}
.site-footer__contact-link:hover {
  color: #fff;
  text-decoration: none;
}
.site-footer__contact-link i {
  margin-right: 6px;
  color: #58E4FF;
}
.site-footer__disclaimer {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 4px;
}
.site-footer__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ccc;
  margin: 20px 0 0;
}

@media (max-width: 991.98px) {
  .what-why {
    padding: 48px 0 56px;
  }
  .what-why__heading {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .what-why__badge-text {
    font-size: 20px;
  }
  .what-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .what-why {
    padding: 36px 0 40px;
  }
  .what-why__heading {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .what-why__grid {
    grid-template-columns: 1fr;
  }
  .what-why__box {
    padding: 20px;
  }
  .what-why__badge-text {
    font-size: 16px;
  }
  .what-why__label {
    font-size: 18px;
  }
  .what-why__text {
    font-size: 14px;
  }
  .what-why__check {
    width: 32px;
    height: 32px;
  }
  .what-why__how-card {
    padding: 20px 24px;
  }
}

/* Bonuses Modal */
.bonuses-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 40px 16px;
}
.bonuses-modal.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.bonuses-modal__content {
  background: #fff;
  border-radius: 16px;
  max-width: 960px;
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.bonuses-modal__close {
  position: sticky;
  top: 12px;
  float: right;
  margin-right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  transition: color 0.2s;
}
.bonuses-modal__close:hover {
  color: #000;
}
.bonuses-modal__body {
  padding: 40px 40px 0;
}
.bonuses-modal__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.bonuses-modal__text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0 0 28px;
}
.bonuses-modal__reserve {
  display: block;
  background: #F37920;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 20px;
  transition: opacity 0.2s;
}
.bonuses-modal__reserve:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
.bonuses-modal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.bonuses-modal__package {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 0 0 16px 16px;
  padding: 24px 32px;
  margin-top: 32px;
  gap: 24px;
}
.bonuses-modal__price-circle {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border: 3px solid #F37920;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bonuses-modal__days {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
.bonuses-modal__nights {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #555;
  margin-top: -1px;
}
.bonuses-modal__dollar {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  position: relative;
  top: 6px;
}
.bonuses-modal__amount {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1a1a1a;
  line-height: 0.9;
}
.bonuses-modal__only {
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 9px;
  padding: 2px 10px;
  border-radius: 3px;
  position: absolute;
  bottom: 8px;
}
.bonuses-modal__details {
  flex: 1;
}
.bonuses-modal__hotel-name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.bonuses-modal__check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #333;
}
.bonuses-modal__check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.bonuses-modal__total {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
.bonuses-modal__section {
  padding: 40px 40px;
}
.bonuses-modal__section:nth-child(even) {
  background: #fafafa;
}
.bonuses-modal__section-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  max-height: 360px;
}
.bonuses-modal__section-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.2;
}
.bonuses-modal__section-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0 0 28px;
}
@media (max-width: 991.98px) {
  .bonuses-modal__section {
    padding: 32px 20px;
  }
  .bonuses-modal__section-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .bonuses-modal__body {
    padding: 32px 20px 0;
  }
  .bonuses-modal__package {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .bonuses-modal__section-title {
    font-size: 22px;
  }
}

/* Hotel Details Page */
.hotel-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px 0 50px;
}
.hotel-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}
.hotel-hero > .container {
  max-width: 1140px;
}

/* Hotel Info Card */
.hotel-info__card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 44px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.hotel-info__content {
  padding-right: 40px;
}
.hotel-info__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 24px;
}
.hotel-info__text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin: 0 0 32px;
}
.hotel-info__reserve-btn {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px 60px;
  margin-bottom: 24px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease;
}
.hotel-info__reserve-btn:hover {
  background: #e06a10;
  color: #fff;
  text-decoration: none;
}

/* Room Features Card */
.hotel-features {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  overflow: hidden;
}
.hotel-features__header {
  background: #2e5693;
  padding: 16px 28px;
  text-align: center;
}
.hotel-features__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-style: italic;
}
.hotel-features__list {
  padding: 8px 0;
}
.hotel-features__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-features__item:last-child {
  border-bottom: none;
}
.hotel-features__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Package Summary Band (inside white card) */
.hotel-package__band {
  background: #f0f0f0;
  border-radius: 12px;
  padding: 28px 32px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.hotel-package__price-circle {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #0A5FD0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
.hotel-package__days {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}
.hotel-package__nights {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #333;
  margin-top: -2px;
}
.hotel-package__dollar {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #1a1a1a;
  position: absolute;
  left: 28px;
  top: 52px;
}
.hotel-package__amount {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 52px;
  color: #1a1a1a;
  line-height: 1;
}
.hotel-package__only {
  position: absolute;
  bottom: 32px;
  left: -4px;
  background: #e74c3c;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
}
.hotel-package__total {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hotel-package__hotel-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.hotel-package__check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.hotel-package__check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Hotel Gallery */
.hotel-gallery {
  padding: 10px 0 0;
  overflow: hidden;
}
.hotel-gallery__track-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hotel-gallery__track-wrapper::-webkit-scrollbar {
  display: none;
}
.hotel-gallery__track {
  display: flex;
  gap: 12px;
}
.hotel-gallery__slide {
  flex: 0 0 296px;
  height: 197.33px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.2s ease;
}
.hotel-gallery__slide:hover,
.hotel-gallery__slide.active {
  border-color: #0A5FD0;
}
.hotel-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hotel-gallery__slide:hover .hotel-gallery__img {
  transform: scale(1.08);
}

.hotel-reserve-cta {
  text-align: center;
  padding: 40px 0 50px;
  background: #fff;
}
.hotel-reserve-cta .hotel-info__reserve-btn {
  font-size: 16px;
  padding: 12px 48px;
}

@media (max-width: 991.98px) {
  .hotel-info__content {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .hotel-info__title {
    font-size: 26px;
  }
  .hotel-package__band {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
}
@media (max-width: 575.98px) {
  .hotel-hero {
    padding: 24px 0 32px;
  }
  .hotel-info__card {
    padding: 24px 20px;
  }
  .hotel-info__title {
    font-size: 22px;
  }
  .hotel-info__reserve-btn {
    font-size: 16px;
    padding: 14px 40px;
  }
  .hotel-package__band {
    padding: 20px 16px;
    gap: 16px;
  }
  .hotel-package__price-circle {
    width: 120px;
    height: 120px;
  }
  .hotel-package__amount {
    font-size: 42px;
  }
  .hotel-gallery__slide {
    flex: 0 0 240px;
    height: 160px;
  }
}

body.public-page {
  font-family: "Poppins", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}
body.public-page h1, body.public-page h2, body.public-page h3, body.public-page h4, body.public-page h5, body.public-page h6 {
  font-family: "Oswald", sans-serif;
}

/* ==========================================================================
   Booking Modal
   ========================================================================== */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: #f5f5f5;
  overflow-y: auto;
  display: none;
}
.booking-modal.active {
  display: block;
}

.booking-modal__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

/* Header */
.booking-modal__header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 14px 28px;
  margin: 0 -16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.booking-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.booking-modal__close img {
  width: 28px;
  height: 28px;
}
.booking-modal__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.booking-modal__hotel-name {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0 0 2px;
}
.booking-modal__hotel-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
}
.booking-modal__header-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 10px;
}
.booking-modal__header-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.booking-modal__header-check img {
  width: 18px;
  height: 18px;
}
.booking-modal__header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
  margin-right: 40px;
}
.booking-modal__google-rating {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 1;
}
.booking-modal__rating-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.booking-modal__rating-bottom {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.booking-modal__rating-score {
  font-size: 18px;
  font-weight: 700;
  color: #202124;
}
.booking-modal__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #fbbc04;
  font-size: 16px;
}
.booking-modal__rating-stars .far {
  color: #e0e0e0;
}
.booking-modal__rating-label {
  font-weight: 600;
  color: #202124;
}
.booking-modal__rating-divider {
  color: #dadce0;
  margin: 0 2px;
}
.booking-modal__rating-link {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}
.booking-modal__rating-link:hover {
  text-decoration: underline;
}
.booking-modal__header-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.booking-modal__price-top {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.booking-modal__price-current {
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #E8573A;
  line-height: 1;
}
.booking-modal__price-per {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.booking-modal__price-bottom {
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}
.booking-modal__price-original {
  color: #999;
  text-decoration: line-through;
}

/* Tabs */
.booking-modal__tabs {
  display: flex;
  gap: 0;
  margin: 20px 0;
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.booking-modal__tab {
  flex: 1;
  padding: 16px 20px;
  border: none;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.booking-modal__tab.active {
  color: #333;
  border-bottom-color: #E8573A;
}
.booking-modal__tab-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.booking-modal__tab.active .booking-modal__tab-number {
  background: #E8573A;
}

/* Tab Content */
.booking-modal__tab-content {
  display: none;
}
.booking-modal__tab-content.active {
  display: block;
}

/* Cards */
.booking-modal__card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 28px 24px;
  margin-bottom: 20px;
}
.booking-modal__card-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 18px;
}

/* Form fields */
.booking-modal__field {
  margin-bottom: 16px;
}
.booking-modal__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
}
.booking-modal__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #333;
  transition: border-color 0.2s;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}
.booking-modal__input:focus {
  outline: none;
  border-color: #0A5FD0;
}
.booking-modal__input.is-invalid {
  border-color: #e74c3c;
}
.booking-modal__input.is-valid {
  border-color: #27ae60;
  padding-right: 36px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='%2327ae60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 8l3 3 7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
select.booking-modal__input.is-valid {
  /* Native select arrow already lives at right 14px; push the ✓ left of it. */
  padding-right: 52px;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='%2327ae60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 8l3 3 7-7'/></svg>"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23666'%3E%3Cpath d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right 32px center, right 14px center;
  background-size: 16px 16px, 12px 8px;
}
.booking-modal__field-error {
  display: block;
  color: #e74c3c;
  font-size: 0.78rem;
  margin-top: 4px;
}
.bcal.is-invalid {
  border: 2px solid #e74c3c;
  border-radius: 8px;
  padding: 4px;
}
.bcal.is-valid {
  border: 2px solid #27ae60;
  border-radius: 8px;
  padding: 4px;
}
.booking-modal__errors {
  background: #fef2f2;
  border: 1px solid #e74c3c;
  border-radius: 8px;
  color: #c0392b;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
}
select.booking-modal__input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23666'%3E%3Cpath d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* Consent */
.booking-modal__consent {
  margin: 20px 0;
}
.booking-modal__consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: #777;
  line-height: 1.5;
  cursor: pointer;
}
.booking-modal__consent-label input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
}
.booking-modal__consent-link {
  color: #E8573A;
  text-decoration: underline;
  font-weight: 600;
}

/* CTA Button */
.booking-modal__btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: #E8573A;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
}
.booking-modal__btn:hover {
  opacity: 0.9;
}
.booking-modal__btn:disabled,
.booking-modal__btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.booking-modal__btn:disabled:hover,
.booking-modal__btn[disabled]:hover {
  opacity: 0.5;
}

/* Required-consent invalid state */
.booking-modal__consent.is-invalid {
  border-left: 3px solid #e74c3c;
  padding-left: 12px;
  background: rgba(231, 76, 60, 0.05);
  border-radius: 4px;
}
.booking-modal__consent.is-valid {
  border-left: 3px solid #27ae60;
  padding-left: 12px;
  background: rgba(39, 174, 96, 0.05);
  border-radius: 4px;
}
.booking-modal__field-error {
  margin: 8px 0 0;
  font-size: 12px;
  color: #c0392b;
  font-weight: 500;
  line-height: 1.4;
}

/* Urgency text */
.booking-modal__urgency-text {
  text-align: center;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #E8573A;
}
.booking-modal__urgency-text i {
  margin-right: 4px;
}

/* Date Toggle */
/* Date header row: title left, toggle right */
.booking-modal__date-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.booking-modal__date-header .booking-modal__card-title {
  margin-bottom: 0;
}
.booking-modal__toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
  flex-shrink: 0;
}
.booking-modal__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.booking-modal__toggle-track {
  position: relative;
  display: flex;
  align-items: center;
  width: 90px;
  height: 42px;
  background: #d1d1d1;
  border-radius: 42px;
  border: 3px solid #e2e2e2;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.booking-modal__toggle-label {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
  transition: opacity 0.25s ease;
  user-select: none;
}
.booking-modal__toggle-label--yes {
  left: 12px;
  opacity: 0;
  color: #fff;
}
.booking-modal__toggle-label--no {
  right: 12px;
  opacity: 1;
  color: #777;
}
.booking-modal__toggle-knob {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Checked (Yes) state */
.booking-modal__toggle input:checked + .booking-modal__toggle-track {
  background: #E8573A;
  border-color: #f0cdc5;
}
.booking-modal__toggle input:checked + .booking-modal__toggle-track .booking-modal__toggle-label--yes {
  opacity: 1;
}
.booking-modal__toggle input:checked + .booking-modal__toggle-track .booking-modal__toggle-label--no {
  opacity: 0;
}
.booking-modal__toggle input:checked + .booking-modal__toggle-track .booking-modal__toggle-knob {
  transform: translateX(50px);
}

/* Date Fields */
.booking-modal__date-fields {
  display: none;
  margin-bottom: 20px;
}
.booking-modal__date-fields.visible {
  display: block;
}

/* Booking Calendar */
.bcal__month {
  margin-bottom: 16px;
}
.bcal__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8px;
}
.bcal__nav-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #E8573A;
  cursor: pointer;
  padding: 4px 10px;
  position: absolute;
}
.bcal__nav-btn--prev { left: 0; }
.bcal__nav-btn--next { right: 0; }
.bcal__month-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
}
.bcal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 0;
}
.bcal__dow {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}
.bcal__day {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.15s;
  user-select: none;
}
.bcal__day:hover {
  color: #E8573A;
}
.bcal__day--start:hover,
.bcal__day--end:hover {
  color: #fff;
}
.bcal__day--in-range:hover {
  color: #b91c1c;
}
.bcal__day--empty {
  cursor: default;
}
.bcal__day--past {
  color: #cbd5e1;
  cursor: default;
}
.bcal__day--past:hover {
  color: #cbd5e1;
}
.bcal__day--in-range {
  background: #fce0da;
  color: #b91c1c;
}
.bcal__day--start {
  color: #fff;
  position: relative;
  z-index: 1;
}
.bcal__day--start::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: #E8573A;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.bcal__day--end {
  color: #fff;
  position: relative;
  z-index: 1;
}
.bcal__day--end::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: #E8573A;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* Range edge rounding */
.bcal__day--start.bcal__day--in-range {
  border-radius: 50% 0 0 50%;
  background: linear-gradient(to right, transparent 50%, #fce0da 50%);
}
.bcal__day--end.bcal__day--in-range {
  border-radius: 0 50% 50% 0;
  background: linear-gradient(to left, transparent 50%, #fce0da 50%);
}
/* Check-in/out summary */
.bcal__summary {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 0;
  margin-top: 8px;
}
.bcal__summary-col {
  flex: 1;
  text-align: center;
}
.bcal__summary-divider {
  width: 1px;
  height: 40px;
  background: #d1d5db;
}
.bcal__summary-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}
.bcal__summary-date {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #58E4FF;
  margin-top: 2px;
}

/* Seals */
.booking-modal__seals {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 12px;
}
.booking-modal__seals img {
  /* Flat circular badge artwork — square assets, fixed box to avoid CLS. */
  width: 84px;
  height: 84px;
}
.booking-modal__seal-text {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 0;
}

/* Payment Tab - Descriptor disclosure (appears above Pay button) */
.booking-modal__descriptor-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  margin: 16px 0 12px;
  background: #fff5eb;
  border: 1px solid #f7c89b;
  border-left: 4px solid #E8573A;
  border-radius: 6px;
}
.booking-modal__descriptor-notice__icon {
  color: #E8573A;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.booking-modal__descriptor-notice__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
}
.booking-modal__descriptor-notice__text strong {
  color: #222;
}

/* Payment Tab - Safe Checkout */
.booking-modal__safe-checkout {
  text-align: center;
  margin: 16px 0 8px;
  font-size: 13px;
  font-weight: 600;
  color: #28a745;
}
.booking-modal__payment-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 28px;
  color: #888;
  margin: 10px 0;
}
.booking-modal__security-text {
  text-align: center;
  font-size: 11px;
  color: #999;
  line-height: 1.5;
  margin: 10px 0 0;
}

/* Timer */
.booking-modal__timer-label {
  font-size: 13px;
  color: #888;
  margin: 0 0 4px;
}
.booking-modal__timer {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #E8573A;
  text-align: center;
  margin: 0 0 12px;
}
.booking-modal__timer-urgency {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin: 0 0 24px;
}

/* Price Details */
.booking-modal__price-details {
  margin-bottom: 24px;
}
.booking-modal__price-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
}
.booking-modal__price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #eee;
}
.booking-modal__price-total {
  background: #f8f8f8;
  padding: 10px 8px;
  border-radius: 4px;
  font-weight: 700;
  color: #333;
  border-bottom: none;
  margin-top: 4px;
}

/* Booking Details Summary */
.booking-modal__booking-details {
  margin-top: 0;
}
.booking-modal__detail-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 13px;
  color: #555;
}
.booking-modal__detail-row span:first-child {
  font-weight: 600;
  color: #444;
}

/* ==========================================================================
   Booking Modal – Responsive
   ========================================================================== */
@media (max-width: 991.98px) {
  .booking-modal__header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .booking-modal__header-right {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* Default mobile state: header collapsed. Only hotel name + toggle +
     close button are visible. Subtitle, perks, rating, and price are
     hidden until the toggle's `.is-expanded` class flips them on.
     Saves ~400px of always-visible vertical space on a phone viewport. */
  .booking-modal__header {
    padding: 12px 14px;
  }

  /* Hidden by default on mobile — revealed by .is-expanded below. */
  .booking-modal__hotel-subtitle,
  .booking-modal__header-checks,
  .booking-modal__header-right {
    display: none;
  }

  .booking-modal__header.is-expanded .booking-modal__hotel-subtitle {
    display: block;
  }
  .booking-modal__header.is-expanded .booking-modal__header-checks {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6px;
    margin-top: 10px;
  }
  .booking-modal__header.is-expanded .booking-modal__header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 12px 0 0;
    width: 100%;
  }

  .booking-modal__hotel-name {
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
    /* Leave room on the right for the close button + the "Offer Details"
       pill so a long hotel name can't slide under them. Computed from the
       absolute positions below: close right:14 + width 36 + gap 8 = 58
       (pill's right anchor) + pill width ≈ 105 = 163, padded to 168 for
       breathing room. A long name wraps to 2 lines on a phone — fine. */
    padding-right: 168px;
  }
  /* Override the global close-button top (16px) so its icon center
     lines up with the title's first-line vertical center on mobile.
     Title cap-center sits at ~22px from header top (12px padding
     + half of the 1.25 line-height of 17px text); the close button
     img is 28px so a 4px-padded 36px button needs top: 4px to put
     its visible center at y≈22. */
  .booking-modal__close {
    top: 4px;
    right: 14px;
    padding: 4px;
  }
  .booking-modal__price-current {
    font-size: 32px;
  }
  .booking-modal__card {
    padding: 20px 16px;
  }
  .booking-modal__tab {
    font-size: 13px;
    padding: 12px 10px;
  }
  .booking-modal__timer {
    font-size: 36px;
  }
  .booking-modal__seals img {
    width: 68px;
    height: 68px;
  }

  /* The collapse/expand control — a pill labelled "Offer Details" with a
     chevron, sitting to the left of the close button. Without the label
     nobody knows why they'd tap it. top is computed to put the pill's
     center at the same y-coord as the title's first-line center (see the
     .booking-modal__close comment above): a 28px-tall pill needs top: 8px
     so its center hits y≈22, matching the title cap. */
  .booking-modal__details-toggle {
    position: absolute;
    top: 8px;
    right: 58px;            /* close right:14 + close width 36 + 8px gap = 58 */
    height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    cursor: pointer;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }
  .booking-modal__details-toggle:hover { background: rgba(0, 0, 0, 0.08); color: #111; }
  .booking-modal__details-toggle:focus-visible {
    outline: 2px solid var(--bm-primary, #0061FF);
    outline-offset: 2px;
  }
  .booking-modal__details-toggle__label {
    /* Keep the label on a single line even when the title beside it wraps. */
    white-space: nowrap;
  }
  .booking-modal__details-toggle__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease;
    font-size: 10px;
    line-height: 1;
  }
  .booking-modal__header.is-expanded .booking-modal__details-toggle__chevron {
    transform: rotate(180deg);
  }
}

/* Toggle is mobile-only — desktop / tablet always shows full header. */
@media (min-width: 576px) {
  .booking-modal__details-toggle { display: none; }
}

/* ==========================================================================
   Show Tickets Page
   ========================================================================== */
.show-tickets {
  padding: 60px 0 0;
  background: #f5f5f5;
}
.show-tickets__card {
  background: #fff;
  border-radius: 12px;
  padding: 48px 44px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.show-tickets__title {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #1e3a5f;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 24px;
}
.show-tickets__text {
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 36px;
}
.show-tickets__text strong {
  color: #222;
}
.show-tickets__reserve-btn {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 48px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 480px;
}
.show-tickets__reserve-btn:hover {
  background: #e06a10;
  color: #fff;
  text-decoration: none;
}
.show-tickets__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.show-tickets__banner {
  background: #0A5FD0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 18px 24px;
  margin-top: 32px;
  border-radius: 0 0 12px 12px;
}

/* Show Card */
.show-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  margin-top: 32px;
  overflow: hidden;
}
.show-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 12px 0 8px 0;
  z-index: 1;
}
.show-card__top-border {
  height: 4px;
  background: #F37920;
}
.show-card__body {
  padding: 36px 40px 40px;
}
.show-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.show-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #333;
  margin: 0;
}
.show-card__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.show-card__stars {
  height: 24px;
  margin-bottom: 4px;
}
.show-card__reviews {
  font-size: 12px;
  color: #888;
}
.show-card__content {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.show-card__img-wrapper {
  flex-shrink: 0;
  width: 220px;
}
.show-card__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.show-card__info {
  flex: 1;
}
.show-card__text {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin: 0 0 24px;
}
.show-card__book-btn {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 48px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease;
}
.show-card__book-btn:hover {
  background: #e06a10;
  color: #fff;
  text-decoration: none;
}

/* Additional Shows Grid */
.show-additional__heading {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #222;
  text-align: center;
  margin: 48px 0 28px;
}
.show-additional__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  padding: 24px 20px 0;
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
}
.show-additional__name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #0A5FD0;
  margin: 0 0 8px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-additional__stars {
  height: 20px;
  display: block;
  margin: 0 auto 4px;
}
.show-additional__reviews {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 16px;
}
.show-additional__img {
  width: calc(100% + 40px);
  margin: 0 -20px;
  height: 180px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .show-tickets__card {
    padding: 32px 24px;
  }
  .show-tickets__title {
    font-size: 28px;
  }
  .show-tickets__right {
    margin-top: 28px;
  }
  .show-card__body {
    padding: 28px 24px 32px;
  }
  .show-card__content {
    flex-direction: column;
  }
  .show-card__img-wrapper {
    width: 100%;
  }
  .show-card__img {
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .show-tickets {
    padding: 32px 0 0;
  }
  .show-tickets__card {
    padding: 24px 18px;
  }
  .show-tickets__title {
    font-size: 24px;
  }
  .show-tickets__text {
    font-size: 15px;
  }
  .show-tickets__reserve-btn {
    font-size: 18px;
    padding: 14px 32px;
  }
  .show-tickets__banner {
    font-size: 16px;
    padding: 14px 16px;
  }
  .show-card__body {
    padding: 24px 18px 28px;
  }
  .show-card__header {
    flex-direction: column;
    gap: 12px;
  }
  .show-card__rating {
    align-items: flex-start;
  }
  .show-card__name {
    font-size: 19px;
  }
  .show-card__book-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 12px 32px;
  }
}

/* ==========================================================================
   Amenities Page
   ========================================================================== */
.amenities {
  padding: 60px 0;
  background: #f5f5f5;
}
.amenities__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* Hero */
.amenities__hero {
  padding: 48px 44px;
}
.amenities__title {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #1e3a5f;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 24px;
}
.amenities__text {
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 36px;
}
.amenities__text strong {
  color: #222;
}
.amenities__reserve-btn {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 48px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 480px;
}
.amenities__reserve-btn:hover {
  background: #e06a10;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(243,121,32,0.35);
}
.amenities__hero-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.amenities__hero-img:hover {
  transform: scale(1.03);
}

/* Deal Summary Bar */
.amenities__deal-bar {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 32px 40px;
  margin: 0 44px 48px;
}
.amenities__price-circle {
  position: relative;
  width: 160px;
  height: 160px;
  border: 4px solid #0A5FD0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 4px;
}
.amenities__price-days {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0A5FD0;
  letter-spacing: 1px;
}
.amenities__price-nights {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0A5FD0;
  letter-spacing: 1px;
  margin-top: -2px;
}
.amenities__price-amount {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #222;
  line-height: 0.9;
}
.amenities__price-amount sup {
  font-size: 22px;
  position: relative;
  top: -14px;
  margin-right: -2px;
}
.amenities__price-only {
  position: absolute;
  bottom: 32px;
  left: -8px;
  background: #F37920;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
}
.amenities__price-total {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  letter-spacing: 1px;
}
.amenities__deal-hotel {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
}
.amenities__deal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenities__deal-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 5px 0;
}
.amenities__deal-list li img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Amenity Sections (zigzag) */
.amenities__section {
  padding: 48px 44px;
  border-top: 1px solid #eee;
}
.amenities__section--last {
  padding-bottom: 48px;
}
.amenities__section-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.amenities__section-img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.amenities__section-title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1e3a5f;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 20px;
}
.amenities__section-text {
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 36px;
}
.amenities__section-btn {
  display: inline-block;
  background: #F37920;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 48px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.amenities__section-btn:hover {
  background: #e06a10;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(243,121,32,0.35);
}

/* Amenities Animations */
@keyframes amenityFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.amenities__section {
  animation: amenityFadeUp 0.6s ease both;
}
.amenities__section:nth-child(3) { animation-delay: 0s; }
.amenities__section:nth-child(4) { animation-delay: 0.1s; }
.amenities__section:nth-child(5) { animation-delay: 0.15s; }
.amenities__section:nth-child(6) { animation-delay: 0.2s; }
.amenities__section:nth-child(7) { animation-delay: 0.25s; }
.amenities__section:nth-child(8) { animation-delay: 0.3s; }

.amenities__deal-bar {
  transition: box-shadow 0.3s ease;
}
.amenities__deal-bar:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.amenities__price-circle {
  transition: transform 0.3s ease;
}
.amenities__price-circle:hover {
  transform: scale(1.05);
}

.amenities__deal-list li {
  transition: transform 0.2s ease;
}
.amenities__deal-list li:hover {
  transform: translateX(4px);
}

/* Amenities Responsive */
@media (max-width: 991.98px) {
  .amenities__hero {
    padding: 32px 24px;
  }
  .amenities__title {
    font-size: 28px;
  }
  .amenities__hero-img {
    margin-top: 24px;
  }
  .amenities__deal-bar {
    margin: 0 24px 32px;
    padding: 24px 20px;
  }
  .amenities__section {
    padding: 32px 24px;
  }
  .amenities__section-title {
    font-size: 24px;
    margin-top: 24px;
  }
  .amenities__section-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .amenities {
    padding: 32px 0;
  }
  .amenities__hero {
    padding: 24px 18px;
  }
  .amenities__title {
    font-size: 24px;
  }
  .amenities__deal-bar {
    margin: 0 18px 24px;
    padding: 20px 16px;
  }
  .amenities__price-circle {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
  .amenities__price-amount {
    font-size: 40px;
  }
  .amenities__deal-hotel {
    font-size: 20px;
  }
  .amenities__section {
    padding: 24px 18px;
  }
  .amenities__section-title {
    font-size: 22px;
  }
  .amenities__reserve-btn,
  .amenities__section-btn {
    font-size: 18px;
    padding: 14px 32px;
  }
}

/* Scroll-reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.reveal--left {
  transform: translateX(-30px);
}
.reveal--right {
  transform: translateX(30px);
}
.reveal--fade {
  transform: none;
}
.reveal--pop {
  transform: scale(0.85);
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reveal--visible {
  opacity: 1;
  transform: none;
}
[data-reveal-delay="1"] { transition-delay: 100ms; }
[data-reveal-delay="2"] { transition-delay: 200ms; }
[data-reveal-delay="3"] { transition-delay: 300ms; }
[data-reveal-delay="4"] { transition-delay: 400ms; }
[data-reveal-delay="5"] { transition-delay: 500ms; }
[data-reveal-delay="6"] { transition-delay: 600ms; }
[data-reveal-delay="7"] { transition-delay: 700ms; }
[data-reveal-delay="8"] { transition-delay: 800ms; }
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== Upsell Modal (Hotel Booking Protection, etc.) ===== */
.upsell-modal {
  position: fixed;
  inset: 0;
  z-index: 10100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.upsell-modal.active { display: flex; }
.upsell-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(16, 17, 19);
  opacity: 0.85;
}
.upsell-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  animation: upsellModalIn 180ms ease-out;
}
@keyframes upsellModalIn {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
.upsell-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  opacity: 0.7;
  transition: opacity 0.15s, background 0.15s;
}
.upsell-modal__close:hover { opacity: 1; background: rgba(0, 0, 0, 0.06); }
.upsell-modal__close img { width: 14px; height: 14px; }
.upsell-modal__body {
  padding: 32px 32px 28px;
  text-align: left;
}
.upsell-modal__ribbon {
  position: absolute;
  top: 26px;
  right: -50px;
  transform: rotate(45deg);
  transform-origin: center;
  background: #07eee9;
  color: #0063a2;
  width: 220px;
  padding: 6px 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  z-index: 1;
  pointer-events: none;
}
.upsell-modal__ribbon i { margin-right: 4px; }
.upsell-modal__heading {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-right: 60px;
}
.upsell-modal__shield {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f4f6;
  color: #1f2937;
  font-size: 14px;
}
.upsell-modal__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: #111827;
}
.upsell-modal__lede {
  margin: 0 0 18px;
  padding-right: 92px;
font-size: 0.88rem;
  line-height: 1.55;
  color: #4b5563;
}
.upsell-modal__choice-label {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #111827;
}
.upsell-modal__option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: background 0.15s;
}
.upsell-modal__option--yes { background: #ebf3fb; }
.upsell-modal__option--no { background: #f3f4f6; }
.upsell-modal__option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.upsell-modal__radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  flex-shrink: 0;
  background: #fff;
  transition: border-color 0.15s;
}
.upsell-modal__option.is-checked .upsell-modal__radio {
  border-color: #2563eb;
  background: radial-gradient(circle, #2563eb 0 4px, #fff 5px 100%);
}
.upsell-modal__option-text {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
}
.upsell-modal__price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.upsell-modal__price {
  font-size: 0.95rem;
  font-weight: 700;
  background: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  color: #111827;
}
.upsell-modal__price-caption {
  font-size: 0.7rem;
  color: #6b7280;
}
.upsell-modal__reasons {
  grid-column: 1 / -1;
  background: transparent;
  padding: 6px 4px 0;
  margin-top: 6px;
}
.upsell-modal__reasons-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #286f8d;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
.upsell-modal__reason {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 4px 0;
  font-size: 0.82rem;
  color: #374151;
  line-height: 1.45;
}
.upsell-modal__reason i {
  color: #374151;
  font-size: 13px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
.upsell-modal__reason-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.upsell-modal__reason-icon--alert::after {
  content: "!";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.upsell-modal__continue {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 44px;
  background: #e85a4f;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s;
}
.upsell-modal__continue:hover { background: #d34a40; }

/* ----- Wide two-column variant (Extend Stay, etc.) ----- */
.upsell-modal__dialog--wide {
  max-width: 1080px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #f3f4f6;
  padding: 18px;
}
.upsell-modal__split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
}
.upsell-modal__pitch {
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.upsell-modal__pitch-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}
.upsell-modal__pitch-sub {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
}
.upsell-modal__pitch-desc {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0 0 16px;
}
.upsell-modal__pitch-image {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 18px;
}
#extendStayModal .upsell-modal__pitch-image {
  max-height: 480px;
  object-fit: cover;
  height: 440px;
}
.upsell-modal__pitch-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}
.upsell-modal__skip {
  background: #fff;
  color: #4b5563;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 12px 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.upsell-modal__skip:hover { background: #f3f4f6; border-color: #9ca3af; }
.upsell-modal__continue--wide {
  padding: 13px 32px;
  font-size: 0.85rem;
}

.upsell-modal__summary {
  /* padding: 24px 24px 22px; */
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 0.85rem;
  color: #1f2937;
  display: flex;
  flex-direction: column;
}
.upsell-modal__summary-title {
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.upsell-modal__expires-cover{
  padding: 20px;
  background: #fffebb;
}
.upsell-modal__expires {
  background: #fffc52;
  border: 1px solid #eae654;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  /* margin: 8px 0 24px; */
  position: relative;
}
/* .upsell-modal__expires::before {
  content: "";
  position: absolute;
  inset: -8px -24px;
  background: #fffc52;
  z-index: -1;
} */
.upsell-modal__expires-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 0.82rem;
  color: #1f2937;
}
.upsell-modal__expires-label i { color: #dc2626; }
.upsell-modal__expires-clock {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
}
.upsell-modal__expires-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.upsell-modal__expires-digit {
  background: #d65a52;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 5px 9px;
  border-radius: 7px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02em;
  min-width: 28px;
  text-align: center;
}
.upsell-modal__expires-unit {
  font-size: 0.6rem;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: 0.05em;
}
.upsell-modal__expires-colon {
  font-weight: 800;
  font-size: 1rem;
  color: #1f2937;
  padding-bottom: 14px;
}
.upsell-modal__hotel-card-cover{
  padding: 20px;
  overflow: hidden;
}
.upsell-modal__hotel-card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0;
  border: 0;
  margin-bottom: 16px;
}
.upsell-modal__hotel-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
.upsell-modal__hotel-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.upsell-modal__hotel-ribbon {
  position: absolute;
  top: -3px;
  left: -50px;
  transform: rotate(-45deg);
  transform-origin: center;
  background: #07eee9;
  color: #0063a2;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 3px 30px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.upsell-modal__hotel-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: #111827;
}
.upsell-modal__hotel-loc { font-size: 0.78rem; color: #6b7280; margin-top: 2px; }
.upsell-modal__hotel-stars { color: #f59e0b; font-size: 0.7rem; margin-top: 2px; }
.upsell-modal__hotel-stars i { margin-right: 1px; }

.upsell-modal__receipt {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 0.82rem;
}
.upsell-modal__receipt li {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  border-bottom: 0;
  color: #111827;
  font-weight: 400;
}
.upsell-modal__receipt li > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 700;
}
.upsell-modal__receipt li > span:first-child i {
  color: #111827;
  font-size: 12px;
  width: 14px;
  text-align: center;
}

.upsell-modal__bonuses {
  margin-bottom: 14px;
  padding-top: 10px;
  border-top: 1px solid #f3f4f6;
}
.upsell-modal__bonuses h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 0 8px;
  color: #111827;
}
.upsell-modal__bonuses p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 6px;
  font-size: 0.78rem;
  color: #4b5563;
  line-height: 1.45;
}
.upsell-modal__bonuses p i {
  color: #4b5563;
  font-size: 12px;
  width: 14px;
  text-align: center;
  margin-top: 3px;
  flex-shrink: 0;
}

.upsell-modal__upsell-lines {
  font-size: 0.82rem;
}
.upsell-modal__upsell-lines:not(:empty) {
  padding-top: 10px;
  border-top: 1px solid #f3f4f6;
  margin-bottom: 10px;
}
.upsell-modal__upsell-lines > div {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  color: #1f2937;
}

.upsell-modal__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 0.95rem;
  color: #111827;
  margin-top: auto;
}

/* ----- Pitch bullets / note / retail (Additional Vacation modal) ----- */
.upsell-modal__pitch-bullets {
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.6;
}
.upsell-modal__pitch-bullets li { margin-bottom: 4px; }
.upsell-modal__pitch-note {
  font-size: 0.78rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 8px;
}
.upsell-modal__pitch-note em { font-style: italic; }
.upsell-modal__pitch-retail {
  font-size: 0.85rem;
  color: #111827;
  margin: 0 0 14px;
}

/* ----- Show Tickets pitch section + bundle cards ----- */
.upsell-modal__pitch-section-title {
  font-size: 0.95rem;
  color: #111827;
  margin: 4px 0 12px;
}
.upsell-modal__bundle {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  background: transparent;
  border: 0;
  margin-bottom: 14px;
}
.upsell-modal__bundle-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
.upsell-modal__bundle-body { display: flex; flex-direction: column; gap: 4px; }
.upsell-modal__bundle-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #111827;
  margin: 0;
}
.upsell-modal__bundle-desc {
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.5;
  margin: 0;
}
.upsell-modal__bundle-note {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0 0 8px;
}
.upsell-modal__bundle-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.upsell-modal__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.upsell-modal__qty-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  color: #1f2937;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.upsell-modal__qty-btn:hover { background: #f3f4f6; }
.upsell-modal__qty-input {
  width: 40px;
  height: 30px;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #111827;
  -moz-appearance: textfield;
  appearance: textfield;
}
.upsell-modal__qty-input::-webkit-outer-spin-button,
.upsell-modal__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.upsell-modal__bundle-add {
  background: #f59e0b;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 9px 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s;
}
.upsell-modal__bundle-add:hover { background: #d97706; }
.upsell-modal__bundle-add.is-added {
  background: #f59e0b;
  box-shadow: inset 0 0 0 2px #fff;
}
.upsell-modal__bundle-add { white-space: nowrap; }
.upsell-modal__bundle-add.is-added:hover { background: #d97706; }

/* ----- Confirm overlay (Are You Sure?) — sits on top of Extend Stay ----- */
.upsell-modal--confirm { z-index: 10200; }
.upsell-modal__dialog--confirm {
  max-width: 540px;
  background: #fff;
  padding: 28px 32px;
}
.upsell-modal__confirm-body { text-align: left; }
.upsell-modal__confirm-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.upsell-modal__confirm-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  font-size: 22px;
  flex-shrink: 0;
}
.upsell-modal__confirm-heading h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}
.upsell-modal__confirm-lede {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0 0 14px;
}
.upsell-modal__confirm-prompt {
  font-size: 0.95rem;
  color: #111827;
  margin: 0 0 22px;
}
.upsell-modal__confirm-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (max-width: 760px) {
  .upsell-modal__split { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .upsell-modal__body { padding: 30px 22px 24px; }
  .upsell-modal__title { font-size: 1.2rem; }
  .upsell-modal__pitch { padding: 24px 22px; }
  .upsell-modal__pitch-title { font-size: 1.4rem; }
}
