   Hero Section
---------------------------- */
.hero-container {
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  text-align: center;
  padding: 2rem 1rem;
}

.main-hero h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  word-break: break-word;
  hyphens: auto;
  padding: 0 1rem;
}

.main-hero p {
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 0 1rem;
}

.main-hero .hero-button {
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  display: inline-block;
}

.main-hero h1 span {
  display: block;
}

/* ---------------------------
  .main-hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .main-hero h1 {
    font-size: 2.2rem;
  }

  .main-hero p {
    font-size: 1.1rem;
  }

  .main-hero .hero-button {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 13px;
  }

  .main-hero h1 {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    padding: 0 1rem;
  }

  .main-hero p {
    font-size: clamp(1rem, 3.5vw, 1.1rem);
    padding: 0 1.2rem;
  }

  .main-hero .hero-button {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }
}

/* ---------------------------
  .main-hero h1,
  .main-hero p {
    word-break: break-word;
    hyphens: auto;
    text-align: center;
  }
}

/* Fix typography rendering issues in Firefox (especially private mode) */
@-moz-document url-prefix() {
  h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
    text-wrap: balance;
  }

  p {
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    text-wrap: pretty;
  }

  .hero-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-heading {
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  text-wrap: balance;
  word-break: normal;
  line-height: 1.2;
  text-align: center;
  padding: 0 1rem;
}

/* Mobile menu icon + text */
