.bde-htm-hero-slider {
  --htm-hero-navy: #16295f;
  --htm-hero-navy-deep: #091334;
  --htm-hero-gold: #f5a623;
  --htm-hero-gold-hover: #e08700;
  --htm-hero-leaf: #56a83c;
  --htm-hero-ink: #1c1f2e;
  --htm-hero-marine: #24409a;
  --htm-hero-ease: cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}

.bde-htm-hero-slider *,
.bde-htm-hero-slider *::before,
.bde-htm-hero-slider *::after {
  box-sizing: border-box;
}

.htm-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  /* Swiper's loop swaps the active anchor inside this tall region. Excluding the
     carousel from Chrome scroll anchoring prevents a slide change from moving the
     document viewport even though the wrapper height itself is already stable. */
  overflow-anchor: none;
  color: #fff;
  background: var(--htm-hero-navy);
}

.htm-hero__swiper,
.htm-hero__slide,
.htm-hero__stage {
  width: 100%;
}

.htm-hero__swiper > .swiper-wrapper {
  /* The tallest authored slide owns one stable stage height at this viewport.
     Swiper must never resize the hero when a shorter title becomes active. */
  height: auto;
  align-items: stretch;
}

.htm-hero__slide {
  display: flex;
  height: auto;
  background: var(--htm-hero-navy);
}

.htm-hero__stage {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(640px, 82vh, 683px);
  padding-block: clamp(52px, 7vw, 84px) clamp(124px, 10vw, 132px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.htm-hero__backdrop,
.htm-hero__vignette,
.htm-hero__copy-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.htm-hero__backdrop {
  z-index: 0;
  overflow: hidden;
  background: var(--htm-hero-navy);
}

.htm-hero__backdrop-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  filter: blur(38px) saturate(1.2) brightness(.48);
}

.htm-hero__vignette {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 14, 36, .7) 0%, rgba(7, 14, 36, .14) 24%, rgba(7, 14, 36, .06) 58%, rgba(7, 14, 36, .78) 100%);
}

.htm-hero__copy-scrim {
  z-index: 2;
  background: linear-gradient(90deg, rgba(9, 19, 52, .98) 0%, rgba(9, 19, 52, .92) 34%, rgba(9, 19, 52, .72) 50%, rgba(9, 19, 52, .3) 73%, rgba(9, 19, 52, .38) 100%);
}

.htm-hero__rail,
.htm-hero__control-rail {
  width: min(1140px, 100%);
  margin-inline: auto;
  padding-inline: 30px;
}

.htm-hero__rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.htm-hero__copy {
  width: min(520px, 100%);
}

.htm-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  color: var(--htm-hero-ink);
  background: var(--htm-hero-gold);
  font-family: var(--bde-body-font-family, "Hanken Grotesk", sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.htm-hero__badge--confirmed {
  color: #0e2b0a;
  background: var(--htm-hero-leaf);
}

.htm-hero__badge--campaign {
  color: var(--htm-hero-marine);
  background: #fff;
}

.htm-hero__badge > span {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
}

.bde-htm-hero-slider .htm-hero__title {
  margin: 18px 0 0;
  color: #fff;
  font-family: var(--bde-heading-font-family, "Gabarito", sans-serif);
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(4, 9, 28, .5);
}

.htm-hero__summary {
  max-width: 42ch;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .93);
  font-family: var(--bde-body-font-family, "Hanken Grotesk", sans-serif);
  font-size: 18px;
  line-height: 1.58;
  text-wrap: pretty;
  text-shadow: 0 1px 12px rgba(4, 9, 28, .55);
}

.htm-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .9);
  font-family: var(--bde-body-font-family, "Hanken Grotesk", sans-serif);
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 1px 10px rgba(4, 9, 28, .55);
}

.htm-hero__meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
}

.htm-hero__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  font-family: var(--bde-body-font-family, "Hanken Grotesk", sans-serif);
}

.htm-hero__price > span {
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.htm-hero__price strong {
  color: var(--htm-hero-gold);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 16px rgba(4, 9, 28, .45);
}

.htm-hero__price del {
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  font-weight: 600;
}

.htm-hero__action {
  margin-top: 26px;
}

.htm-hero__action > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 15px 30px 15px 32px;
  border-radius: 6px;
  color: var(--htm-hero-ink);
  background: var(--htm-hero-gold);
  font-family: var(--bde-body-font-family, "Hanken Grotesk", sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms var(--htm-hero-ease), transform 200ms var(--htm-hero-ease);
}

.htm-hero__stage:hover .htm-hero__action > span {
  color: var(--htm-hero-ink);
  background: var(--htm-hero-gold-hover);
}

.htm-hero__stage:active .htm-hero__action > span {
  transform: scale(.98);
}

.htm-hero__action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.htm-hero__visual {
  position: relative;
  isolation: isolate;
  justify-self: center;
  width: min(540px, 88vw, 100%);
  color: #fff;
  text-decoration: none;
}

.htm-hero__backplate {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--htm-hero-gold), var(--htm-hero-gold-hover));
  transform: rotate(-3.5deg) translate(clamp(-14px, -.9vw, -9px), clamp(10px, 1vw, 16px));
}

.htm-hero__frame {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: var(--htm-hero-navy);
  box-shadow: 0 34px 74px -26px rgba(6, 12, 35, .8), inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.htm-hero__image,
.htm-hero__image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--htm-hero-ease);
}

.htm-hero__image-placeholder {
  display: block;
  background: linear-gradient(145deg, #24409a, #16295f);
}

.htm-hero__stage:hover .htm-hero__image,
.htm-hero__stage:focus-visible .htm-hero__image {
  transform: scale(1.05);
}

.htm-hero__stage:focus-visible,
.htm-hero__controls button:focus-visible {
  outline: 3px solid var(--htm-hero-gold);
  outline-offset: -3px;
}

.htm-hero__controls {
  position: absolute;
  z-index: 30;
  right: 0;
  bottom: 72px;
  left: 0;
  pointer-events: none;
}

.htm-hero__control-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.htm-hero__progress,
.htm-hero__nav {
  display: flex;
  align-items: center;
}

.htm-hero__progress {
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.htm-hero__progress::-webkit-scrollbar {
  display: none;
}

.htm-hero__nav {
  flex: 0 0 auto;
  gap: 8px;
}

.htm-hero__controls button {
  pointer-events: auto;
  cursor: pointer;
}

/* Breakdance adds this class only inside its canvas. Its native rule disables
   only the direct SSR child; HTML descendants can still become hit targets, so
   extend the shield through this component's complete rendered subtree. */
.bde-htm-hero-slider.breakdance-children-pointer-events-none > *,
.bde-htm-hero-slider.breakdance-children-pointer-events-none > * * {
  pointer-events: none;
}

.htm-hero__progress button {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.htm-hero__progress button > span {
  position: relative;
  display: block;
  width: 38px;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .3);
  transition: background-color 200ms var(--htm-hero-ease);
}

.htm-hero__progress button:hover > span,
.htm-hero__progress button[aria-current="true"] > span {
  background: rgba(255, 255, 255, .45);
}

.htm-hero__progress i {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--htm-hero-gold);
  transform: scaleX(0);
  transform-origin: left center;
}

.htm-hero__nav button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  transition: background-color 200ms var(--htm-hero-ease), transform 200ms var(--htm-hero-ease);
}

.htm-hero__nav button:hover {
  background: rgba(255, 255, 255, .24);
}

.htm-hero__nav button:active {
  transform: scale(.94);
}

.htm-hero__nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.htm-hero__toggle .htm-hero__play,
.htm-hero__toggle.is-paused .htm-hero__pause {
  display: none;
}

.htm-hero__toggle.is-paused .htm-hero__play {
  display: block;
}

.htm-hero.is-single .htm-hero__controls {
  display: none;
}

.htm-hero__empty {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  color: #fff;
  background: var(--htm-hero-navy, #16295f);
  font-family: var(--bde-body-font-family, sans-serif);
}

.htm-hero__empty strong {
  font-family: var(--bde-heading-font-family, sans-serif);
  font-size: 20px;
}

@media (max-width: 1023px) {
  .htm-hero__rail,
  .htm-hero__control-rail {
    padding-inline: 24px;
  }

  .htm-hero__rail {
    gap: 30px;
  }
}

@media (max-width: 860px) {
  .htm-hero__stage {
    min-height: 0;
    padding-block: 52px 132px;
  }

  .htm-hero__copy-scrim {
    background: linear-gradient(180deg, rgba(9, 19, 52, .68) 0%, rgba(9, 19, 52, .76) 38%, rgba(9, 19, 52, .94) 72%, rgba(9, 19, 52, .98) 100%);
  }

  .htm-hero__rail {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(22px, 5vw, 30px);
  }

  .htm-hero__visual {
    order: -1;
  }

  .htm-hero__copy {
    width: 100%;
  }

}

@media (max-width: 680px) {
  .htm-hero__stage {
    padding-block: 42px 78px;
  }

  .htm-hero__rail,
  .htm-hero__control-rail {
    padding-inline: 20px;
  }

  /* The global 56px WhatsApp action owns the lower-right viewport corner.
     Keep this rail's last control independently hit-testable beside it. */
  .htm-hero__control-rail {
    padding-right: calc(20px + 56px + 10px);
  }

  .htm-hero__summary {
    font-size: 16px;
  }

  .htm-hero__price strong {
    font-size: 27px;
  }

  .htm-hero__controls {
    bottom: 24px;
  }

  .htm-hero__progress button {
    flex-basis: 32px;
    width: 32px;
  }

  .htm-hero__progress button > span {
    width: 27px;
  }
}

@media (max-width: 359px) {
  .htm-hero__progress button {
    flex-basis: 30px;
    width: 30px;
  }

  .htm-hero__progress button > span {
    width: 25px;
  }

  .htm-hero__nav {
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .htm-hero__image,
  .htm-hero__action > span,
  .htm-hero__controls button,
  .htm-hero__progress button > span {
    transition-duration: .001ms !important;
  }

  .htm-hero__stage:hover .htm-hero__image,
  .htm-hero__stage:focus-visible .htm-hero__image {
    transform: none;
  }
}
.htm-hero__page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
