/* Decorative glass stars overlay — homepage testimonials heading only */

.rd-band-header {
  position: relative;
  isolation: isolate;
  min-height: clamp(165px, 18vw, 190px);
  margin-bottom: clamp(28px, 4vw, 52px);
}

.rd-band-heading {
  position: relative;
  z-index: 2;
  width: 54%;
  padding-top: 12px;
}

.rd-band-header .rd-band-title {
  margin: 0;
  max-width: none;
  color: var(--rd-ink);
  opacity: 1;
  -webkit-text-fill-color: var(--rd-ink);
  filter: none;
}

.rd-glass-stars {
  position: absolute;
  right: 0;
  top: -10px;
  width: 45%;
  height: 210px;
  z-index: 1;
  pointer-events: none;
  visibility: hidden;
}

.rd-glass-stars--ready {
  visibility: visible;
}

.rd-glass-stars__stage {
  position: absolute;
  inset: 0;
  background: transparent;
  overflow: hidden;
}

.rd-glass-stars__stage canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

@media (max-width: 599px) {
  .rd-band-header {
    min-height: 240px;
    margin-bottom: 24px;
  }

  .rd-band-heading {
    width: 100%;
    padding-top: 0;
  }

  .rd-band-header .rd-band-title {
    font-size: 27px;
    max-width: 400px;
  }

  .rd-glass-stars {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    height: 180px;
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .rd-band-heading {
    width: 100%;
  }

  .rd-band-header {
    min-height: 230px;
  }

  .rd-band-header .rd-band-title {
    font-size: 24px;
  }

  .rd-glass-stars {
    height: 170px;
  }
}
