/* NLS Internet: current content over one supplied hero background. */
.nls-internet-hero-page .hero {
  background: #f4f7fa;
  padding: 48px 24px 56px;
  overflow: visible;
  isolation: isolate;
}

.nls-internet-hero-page .hero::before,
.nls-internet-hero-page .hero::after {
  display: none;
}

.nls-internet-hero-page .hero > .container {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1280px, 100%);
  max-width: 1280px;
  min-height: 600px;
  margin: 0 auto;
  padding: 64px;
  overflow: hidden;
  border-radius: 30px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.3) 61%, rgba(255, 255, 255, 0) 74%),
    url("/assets/internet-main-hero-background-20260814-v1.cb-20260904-internet-v1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 24px 70px rgba(0, 31, 47, 0.12);
}

.nls-internet-hero-page .hero-content {
  position: relative;
  z-index: 2;
  flex: 0 1 620px;
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.nls-internet-hero-page .hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--color-blue-dark);
  font-size: clamp(2.55rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.nls-internet-hero-page .hero-subtitle {
  max-width: 575px;
  margin: 0 0 30px;
  color: #334b5b;
  font-size: 1.14rem;
  line-height: 1.58;
}

.nls-internet-hero-page .hero-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  max-width: 600px;
  margin: 0 0 32px;
  text-align: left;
}

.nls-internet-hero-page .hero-bullets li {
  color: var(--color-blue-dark);
  line-height: 1.35;
}

.nls-internet-hero-page .hero-dedicated-actions {
  justify-content: flex-start;
  margin-top: 0;
}

.nls-internet-hero-page .hero-visual {
  display: none !important;
}

@media (max-width: 1024px) {
  .nls-internet-hero-page .hero {
    padding: 36px 20px 44px;
  }

  .nls-internet-hero-page .hero > .container {
    min-height: 570px;
    padding: 52px 44px;
    background-position: 57% center;
  }

  .nls-internet-hero-page .hero-content {
    flex-basis: 58%;
    max-width: 58%;
  }

  .nls-internet-hero-page .hero-bullets {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nls-internet-hero-page .hero {
    padding: 18px 12px 28px;
  }

  .nls-internet-hero-page .hero > .container {
    align-items: center;
    min-height: 650px;
    padding: 38px 24px;
    border-radius: 24px;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 56%, rgba(255, 255, 255, 0.72) 78%, rgba(255, 255, 255, 0.38) 100%),
      url("/assets/internet-main-hero-background-20260814-v1.cb-20260904-internet-v1.webp");
    background-position: 62% center;
  }

  .nls-internet-hero-page .hero-content {
    flex-basis: auto;
    max-width: 100%;
  }

  .nls-internet-hero-page .hero h1 {
    max-width: 520px;
    margin-bottom: 20px;
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.1;
  }

  .nls-internet-hero-page .hero-subtitle {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .nls-internet-hero-page .hero-bullets {
    gap: 12px;
    margin-bottom: 28px;
  }

  .nls-internet-hero-page .hero-dedicated-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .nls-internet-hero-page .hero > .container {
    min-height: 680px;
    padding: 34px 20px;
    background-position: 65% center;
  }

  .nls-internet-hero-page .hero h1 {
    font-size: 1.82rem;
  }

  .nls-internet-hero-page .hero-dedicated-actions > * {
    width: 100%;
  }
}
