/* =================================== */
/* hero.css */
/* =================================== */

/* Hero Section */
  .ze-hero {
    padding: 80px 24px 48px;
    text-align: center;
  }

  .ze-hero--compact {
    padding: 48px 24px 24px;
  }

  .ze-hero-content {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ze-hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: -0.03em;
  }

  .ze-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 24px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 768px) {
    .ze-hero--compact {
      padding: 32px 16px 16px;
    }

    .ze-hero-title {
      font-size: 32px;
    }

    .ze-hero-subtitle {
      font-size: 15px;
      margin-bottom: 20px;
    }
  }

/* Screen-reader only — visually hidden but accessible to crawlers */
  .ze-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
