body .bricks-background-video-wrapper.loaded {
  opacity: 0.18 !important;
}

.wa-hp-hero {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.wa-hp-hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 65vh;
  padding-block: var(--section-space-xl) var(--section-space-l);
}
.wa-hp-hero__title {
  font-size: calc(var(--text-xxl) * 1.6);
  font-weight: 500;
  color: var(--white);
  text-align: center;
  text-shadow: var(--base-dark) 5px 5px 25px;
  margin-bottom: var(--space-s);
}
.wa-hp-hero__subtitle {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  text-shadow: var(--base-dark) 5px 5px 25px;
}
.wa-hp-hero-inner {
  max-width: 100rem;
  margin: auto;
}

.wa-filter {
  background-color: var(--base);
  padding: var(--space-m);
}
.wa-filter-section {
  padding-block: 0;
  margin-top: -5.5rem;
  z-index: 1;
}

.wa-hp-main {
  gap: var(--section-space-m);
}
.wa-hp-main-section {
  position: relative;
}
.wa-hp-main-section::after {
  content: "";
  background: url("/wp-content/uploads/2026/02/reggal_hp_logo.svg");
  background-size: contain;
  position: absolute;
  left: calc(var(--gutter) * 2);
  bottom: -14rem;
  width: clamp(150px, 150px + 280 * (100vw - 320px) / 1360, 430px);
  aspect-ratio: 442/762;
  z-index: -1;
  opacity: 0.8;
}

.wa-hp-brands {
  align-items: center;
  gap: var(--space-m);
}

.wa-hp-content {
  align-items: center;
}
.wa-hp-content__img {
  object-fit: contain;
}
.wa-hp-content-right {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-hp-content-iconbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--space-xs);
}
.wa-hp-content-iconbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.wa-hp-content-iconbox svg {
  min-width: 2.2rem;
}
.wa-hp-content .wa-button {
  margin-top: var(--space-s);
  min-width: 23rem;
}

.wa-hp-gallery-section {
  padding-block: 0;
  padding-inline: 0;
  gap: var(--space-m);
  content-visibility: unset !important;
}
.wa-hp-gallery-section .wa-heading {
  padding-inline: var(--gutter);
  text-align: center;
}
.wa-hp-gallery__text {
  max-width: 80rem;
  text-align: center;
  padding-inline: var(--gutter);
}
.wa-hp-gallery-slider img {
  height: 100%;
  aspect-ratio: 340/260;
}

.wa-hp-reviews-section {
  content-visibility: unset !important;
}

@media (max-width: 991px) {
  .wa-filter-section {
    padding-inline: 0;
    margin-top: 0;
  }
  .wa-hp-main-section::after {
    bottom: 0;
  }
  .wa-hp-gallery__text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wa-hp-content__img {
    max-height: 30rem;
  }
  .wa-hp-reviews-section {
    padding-inline: 0;
  }
}
