.bp-hot-tub .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.bp-ht-banner {
  padding: 60px 0;
}

.bp-ht-banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bp-ht-banner-grid:before,
.bp-ht-banner-grid:after,
.bp-ht-jets-grid:before,
.bp-ht-jets-grid:after,
.bp-ht-specs-grid:before,
.bp-ht-specs-grid:after {
  content: none !important;
  display: none !important;
}

.bp-ht-slider {
  position: relative;
}

.bp-ht-slides {
  position: relative;
  aspect-ratio: 1 / 1;
}

.bp-ht-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s;
}

.bp-ht-slide.is-active {
  opacity: 1;
}

.bp-ht-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.bp-ht-dots li {
  list-style: none !important;
  padding-left: 0 !important;
}

.bp-ht-dots li:before,
.bp-ht-dots li:after {
  content: none !important;
  display: none !important;
}

.bp-ht-dots button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #01275b;
  background: transparent;
  color: #01275b;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}

.bp-ht-dots button.is-active,
.bp-ht-dots button:hover {
  background: #01275b;
  color: #fff;
}

.bp-ht-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
}

.bp-ht-brand {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ee076f;
  margin: 0 0 10px;
}

.bp-ht-summary h1 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  color: #01275b;
  margin: 0 0 15px;
  line-height: 1.1;
}

.bp-ht-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.bp-ht-sep {
  color: #ee076f;
}

.bp-ht-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.bp-ht-anchors a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #01275b;
  text-decoration: none;
  border-bottom: 2px solid #ee076f;
  padding-bottom: 3px;
  transition: color 0.3s;
}

.bp-ht-anchors a:hover {
  color: #ee076f;
}

.bp-ht-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 30px;
}

.bp-ht-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bp-ht-cta-alt > a {
  background: #ee076f;
}

.bp-ht-jets {
  background: #01275b;
  padding: 70px 0;
}

.bp-ht-jets h2,
.bp-ht-specs h2,
.bp-ht-cta-band h2 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  text-align: center;
  margin: 0 0 40px;
}

.bp-ht-jets h2 {
  color: #fff;
}

.bp-ht-jets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.bp-ht-jets-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.bp-ht-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.bp-ht-accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
}

.bp-ht-accordion-toggle i {
  transition: transform 0.3s;
  color: #ee076f;
}

.bp-ht-accordion-item.is-open .bp-ht-accordion-toggle i {
  transform: rotate(180deg);
}

.bp-ht-accordion-body {
  display: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 18px;
}

.bp-ht-jets .bp-ht-accordion-body p,
.bp-ht-jets .bp-ht-accordion-toggle span,
.bp-ht-jets h2 {
  color: #fff !important;
}

.bp-ht-jets .bp-ht-accordion-body p {
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0;
}

.bp-ht-accordion-item.is-open .bp-ht-accordion-body {
  display: block;
}

.bp-ht-specs {
  padding: 70px 0;
  background: #f5f5f5;
}

.bp-ht-specs h2 {
  color: #01275b;
}

.bp-ht-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

.bp-ht-spec {
  padding: 18px 0;
  border-bottom: 1px solid #d5c28f;
}

.bp-ht-spec h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #01275b;
  margin: 0 0 6px;
}

.bp-ht-spec p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0;
}

.bp-ht-spec-files {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.bp-ht-spec-files a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #01275b;
  text-decoration: none;
  border-bottom: 1px dotted #01275b;
  padding-bottom: 2px;
}

.bp-ht-spec-files a:hover {
  color: #ee076f;
  border-color: #ee076f;
}

.bp-ht-cta-band {
  background: #01275b;
  padding: 70px 0;
  text-align: center;
}

.bp-ht-cta-band h2 {
  color: #fff;
  margin-bottom: 12px;
}

.bp-ht-cta-band p {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  margin: 0 0 30px;
}

.bp-ht-cta-band .bp-ht-ctas {
  justify-content: center;
}

.bp-ht-cta-band .white-btn > a {
  color: #01275b;
}

@media (max-width: 900px) {
  .bp-ht-banner-grid,
  .bp-ht-jets-grid,
  .bp-ht-specs-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bp-ht-summary h1 {
    font-size: 36px;
  }

  .bp-ht-jets h2,
  .bp-ht-specs h2,
  .bp-ht-cta-band h2 {
    font-size: 28px;
  }
}
