/* Rotating hero */
app-background .inner-header .row {
  align-items: center;
}

/* Hide portrait that overlaps headline */
app-background .containerForSelfPortrait {
  display: none !important;
}

app-background .col-lg-6:first-child .mt-n5 {
  margin-top: 0 !important;
}

app-background .dsc-hero-stage {
  position: relative;
  z-index: 3;
  min-height: 12rem;
  transition: opacity 0.35s ease;
  max-width: 34rem;
}

app-background .dsc-hero-stage.dsc-hero-fade {
  opacity: 0;
}

app-background .dsc-hero-eyebrow {
  margin: 0 0 0.65rem;
  padding: 0;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: none;
  border: none;
  line-height: 1.4;
}

app-background .main_top_heading {
  margin: 0;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff !important;
  position: relative;
  z-index: 2;
}

app-background .dsc-hero-stage .main_top_heading .afterClass::after {
  content: none !important;
  display: none !important;
}

app-background .dsc-hero-stage .main_top_heading .dsc-hero-accent {
  display: inline;
  color: #fff !important;
  padding-bottom: 0.08em;
  border-bottom: 3px solid #c188d6;
  line-height: 1.3;
}

app-background .main_top_heading_para {
  margin-top: 1rem !important;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
}

app-background .main_top_heading_para .dsc-hero-desc {
  display: block;
  margin-bottom: 1rem;
}

app-background .dsc-hero-btn {
  margin-right: 0.5rem;
  margin-top: 0.35rem;
}

/* Slide dots — inside hero copy column */
app-background .dsc-hero-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0;
}

app-background .dsc-hero-dot {
  width: 2rem;
  height: 4px;
  border: none;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

app-background .dsc-hero-dot.is-active {
  background: #c188d6;
  transform: scaleX(1.2);
}

app-background .dsc-trust-strip {
  margin-top: 1.25rem;
}

app-background .dsc-trust-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

app-background .dsc-trust-stats strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

app-background .dsc-trust-stats span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 768px) {
  app-background .dsc-hero-stage {
    min-height: 10rem;
    max-width: none;
  }

  app-background .main_top_heading {
    font-size: 1.45rem;
  }

  app-background .bounce-1.w-50 {
    display: none;
  }
}
