/* NESkills Fix 1 — consistent high-pressure hero typography across devices */
.home80-hero-title {
  max-width: 760px !important;
  margin: 0 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 72px !important;
  line-height: 0.96 !important;
  font-weight: 800 !important;
  letter-spacing: -0.052em !important;
  text-wrap: initial !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home80-hero-title em {
  color: var(--gold, #f4b400) !important;
  font: inherit !important;
  font-style: normal !important;
}

.home80-hero-sub {
  max-width: 720px !important;
  margin-top: 24px !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home80-hero-title {
    max-width: 680px !important;
    font-size: 56px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.047em !important;
  }

  .home80-hero-sub {
    max-width: 640px !important;
    font-size: 17px !important;
    line-height: 1.52 !important;
  }
}

@media (max-width: 767px) {
  .home80-hero-grid {
    padding-top: 28px !important;
    padding-bottom: 52px !important;
  }

  .home80-hero-copy {
    max-width: 100% !important;
  }

  .home80-hero-title {
    max-width: 100% !important;
    font-size: 40px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.043em !important;
  }

  .home80-hero-sub {
    max-width: 38ch !important;
    margin-top: 18px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 359px) {
  .home80-hero-title {
    font-size: 34px !important;
    line-height: 1.04 !important;
    letter-spacing: -0.038em !important;
  }

  .home80-hero-sub {
    font-size: 14px !important;
  }
}
