/* MVRPAY homepage hero message and layout refinement. */
.section1-container .hero-text {
  top: 49% !important;
}

.section1-container .mvrpay-hero-copy {
  align-items: flex-start !important;
  width: min(1180px, calc(100% - 7rem));
  margin-inline: auto;
  text-align: left !important;
}

.section1-container .mvrpay-hero-line {
  display: block !important;
  justify-content: flex-start !important;
  max-width: 900px;
  color: #f4f8fc;
  font-family: KonnectMedium, Figtree, sans-serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 0.75rem 3rem rgba(0, 0, 0, 0.34);
}

.section1-container .mvrpay-hero-line-accent {
  margin-top: 0.12em;
  background: linear-gradient(90deg, #27d7d1 0%, #4ba9f5 48%, #6c7cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section1-container .mvrpay-hero-copy .hero-text-sub {
  width: min(100%, 790px) !important;
  max-width: 790px !important;
  margin: 1.45rem 0 0 !important;
  padding: 0 !important;
  color: rgba(225, 235, 245, 0.84) !important;
  font-size: clamp(1rem, 1.35vw, 1.25rem) !important;
  line-height: 1.58 !important;
  text-align: left !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  text-wrap: pretty;
}

.section1-container .mvrpay-hero-copy .home-hero-buttons {
  justify-content: flex-start !important;
  margin-top: 1.6rem !important;
}

.section1-container .mvrpay-hero-note {
  max-width: 760px;
  margin: 1.15rem 0 0;
  color: rgba(185, 202, 217, 0.7);
  font-family: Figtree, sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
}

.section1-container .mvrpay-hero-copy .platform-features-bar {
  align-self: center;
  margin-top: 3.3rem !important;
}

@media (max-width: 1024px) {
  .section1-container .mvrpay-hero-copy {
    width: min(880px, calc(100% - 4rem));
  }

  .section1-container .mvrpay-hero-line {
    font-size: clamp(2.6rem, 6.4vw, 4rem);
  }
}

@media (max-width: 768px) {
  .section1-container .hero-text {
    top: 53% !important;
  }

  .section1-container .mvrpay-hero-copy {
    width: calc(100% - 2rem);
  }

  .section1-container .mvrpay-hero-line {
    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: 1.04;
  }

  .section1-container .mvrpay-hero-copy .hero-text-sub {
    margin-top: 1.15rem !important;
    font-size: 0.95rem !important;
    line-height: 1.52 !important;
  }

  .section1-container .mvrpay-hero-copy .home-hero-buttons {
    gap: 0.65rem;
  }

  .section1-container .mvrpay-hero-note {
    font-size: 0.74rem;
  }

  .section1-container .mvrpay-hero-copy .platform-features-bar {
    align-self: flex-start;
    margin-left: -1rem;
    margin-top: 2.2rem !important;
  }
}
