/* New brand background — Webflow export left .section on the old mauve */
body,
.body,
.page-wrapper,
.section,
.section.bottom-border,
.section.paket,
.hero-section {
  background-color: #1a181b;
}

/* CTA .section.clip.background uses scale(1.1) via Webflow IX — clips the
   horizontal overflow that otherwise leaves empty space on the right on mobile */
html,
body,
.page-wrapper {
  overflow-x: hidden;
}

/* Nav logo — slightly smaller than Webflow defaults (74px / 62px) */
.brand .image {
  width: 58px;
}

@media screen and (max-width: 767px) {
  .brand .image {
    width: 48px;
  }
}

.section.clip.background {
  background-color: #1a181b00;
}

/* Hero .clip + tight line-height was cutting descenders (j) */
.hero-intro .xxl-heading,
.hero-intro .xxl-heading.one,
.hero-intro .xxl-heading.two {
  line-height: 1.18em;
}

.hero-intro .clip {
  padding-bottom: 0.12em;
  margin-bottom: -0.06em;
}

@media screen and (max-width: 767px) {
  .hero-intro .xxl-heading,
  .hero-intro .xxl-heading.one,
  .hero-intro .xxl-heading.two {
    line-height: 1.12em;
  }

  .hero-intro .clip {
    padding-bottom: 0.14em;
    margin-bottom: -0.06em;
  }
}

.iv-reviews {
  grid-column: 2;
  padding: 96px 0 120px;
}

.iv-reviews-header {
  display: grid;
  grid-row-gap: 16px;
  max-width: 840px;
  margin: 0 auto 48px;
  text-align: center;
}

.iv-reviews-header .heading {
  margin-bottom: 0;
}

.iv-reviews-header .body-display {
  margin: 0 auto;
}

.iv-reviews-slider {
  max-width: 1100px;
  margin: 0 auto;
}

.iv-reviews-viewport {
  position: relative;
  overflow: hidden;
  min-width: 0;
  transition: height 0.45s ease;
}

.iv-reviews-track {
  position: relative;
}

.iv-review {
  display: flex;
  flex-direction: column;
  background: #312a2e;
  border: 1px solid rgba(239, 243, 246, 0.22);
  padding: 40px 44px 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.iv-review.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  z-index: 1;
}

.iv-review.is-from-left {
  transform: translateX(-28px);
}

.iv-review.is-out-left {
  transform: translateX(-28px);
}

.iv-review.is-out-right {
  transform: translateX(28px);
}

.iv-review-mark {
  color: var(--dark-outline);
  font-size: 42px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.55;
}

.iv-review-quote {
  color: #dad6d8;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}

.iv-review-quote p {
  margin: 0 0 1em;
}

.iv-review-quote p:last-child {
  margin-bottom: 0;
}

.iv-review-author {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(239, 243, 246, 0.16);
}

.iv-review-author cite {
  display: block;
  color: var(--dark-outline);
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.iv-review-author span {
  display: block;
  margin-top: 6px;
  color: #dad6d8;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.7;
}

.iv-reviews-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.iv-reviews-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(239, 243, 246, 0.28);
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.iv-reviews-dot::before {
  content: "";
  position: absolute;
  inset: -10px;
}

.iv-reviews-dot.is-active {
  background: var(--dark-outline);
  transform: scale(1.15);
}

.iv-reviews-dot:hover,
.iv-reviews-dot:focus-visible {
  background: rgba(239, 243, 246, 0.7);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .iv-reviews-viewport,
  .iv-review,
  .iv-reviews-dot {
    transition: none;
  }

  .iv-review,
  .iv-review.is-from-left,
  .iv-review.is-out-left,
  .iv-review.is-out-right {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .iv-reviews {
    grid-column: 1 / -1;
    padding: 72px 28px 96px;
  }

  .iv-review {
    padding: 32px 28px 26px;
  }
}

@media screen and (max-width: 767px) {
  .iv-reviews {
    padding: 56px 16px 80px;
  }

  .iv-reviews-header {
    margin-bottom: 32px;
    text-align: left;
  }

  .iv-reviews-header .body-display {
    margin: 0;
  }

  .iv-review {
    padding: 28px 22px 24px;
  }

  .iv-review-quote {
    font-size: 15px;
  }

  .iv-reviews-dots {
    margin-top: 20px;
  }
}
