/* Gizlen Global homepage editorial hero — 2026-09-15
   Editorial-scale typography with a deliberately compact first-screen composition.
   The goal is to keep the full proposition, CTAs and proof visible on a normal laptop
   while allowing the trust bar to begin entering the viewport. */

body.page-home .hero {
  padding-block: clamp(30px, 3.1vw, 42px) !important;
}

body.page-home .hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr) !important;
  gap: clamp(42px, 4.6vw, 68px) !important;
  align-items: center !important;
}

body.page-home .hero-grid > div:first-child {
  min-width: 0;
}

body.page-home .hero-positioning-line {
  margin-bottom: clamp(14px, 1.25vw, 18px) !important;
  color: rgba(230, 237, 245, .72) !important;
}

body.page-home .hero h1.hero-editorial-title {
  max-width: none !important;
  margin: 0 !important;
  font-family: "Manrope", "Inter", system-ui, sans-serif !important;
  font-size: clamp(4.45rem, 6.0vw, 6.55rem) !important;
  font-weight: 800 !important;
  line-height: .875 !important;
  letter-spacing: -.064em !important;
  text-wrap: balance;
}

body.page-home .hero h1.hero-editorial-title .hero-line {
  display: block !important;
  width: max-content;
  max-width: 100%;
  white-space: nowrap !important;
}

body.page-home .hero-deck {
  margin: clamp(17px, 1.6vw, 22px) 0 0 !important;
  max-width: 28ch;
  color: #69ddc8 !important;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.16rem, 1.38vw, 1.42rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.024em;
}

body.page-home .hero .lead {
  max-width: 39em !important;
  margin-top: 11px !important;
  color: rgba(225, 233, 242, .78) !important;
  font-size: clamp(.95rem, .94vw, 1.02rem) !important;
  line-height: 1.5 !important;
}

body.page-home .hero .button-row {
  margin-top: 18px !important;
}

body.page-home .hero-reassurance {
  margin-top: 9px !important;
  color: rgba(208, 219, 231, .66) !important;
  line-height: 1.4 !important;
}

body.page-home .hero-proof-line {
  max-width: 62em !important;
  margin-top: 12px !important;
  color: rgba(208, 219, 231, .72) !important;
  line-height: 1.4 !important;
}

body.page-home .hero .system-board {
  width: min(100%, 500px) !important;
  justify-self: end !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .22) !important;
}

/* Do not force an artificial full-screen hero on desktop. Let the content define
   the fold so the trust strip begins to appear on common laptop viewports. */
@media (min-width: 981px) {
  body.page-home .hero {
    min-height: 0 !important;
  }
}

@media (min-width: 981px) and (max-width: 1220px) {
  body.page-home .hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr) !important;
    gap: 38px !important;
  }

  body.page-home .hero h1.hero-editorial-title {
    font-size: clamp(4.2rem, 5.7vw, 5.05rem) !important;
  }

  body.page-home .hero .system-board {
    width: min(100%, 475px) !important;
  }
}

@media (max-width: 980px) {
  body.page-home .hero {
    min-height: 0 !important;
    padding-block: clamp(48px, 7vw, 66px) !important;
  }

  body.page-home .hero-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(36px, 6vw, 52px) !important;
  }

  body.page-home .hero h1.hero-editorial-title {
    font-size: clamp(4rem, 9.5vw, 5.75rem) !important;
  }

  body.page-home .hero .system-board {
    width: min(100%, 650px) !important;
    justify-self: start !important;
  }
}

@media (max-width: 680px) {
  body.page-home .hero {
    padding-block: 42px 50px !important;
  }

  body.page-home .hero-positioning-line {
    margin-bottom: 16px !important;
  }

  body.page-home .hero h1.hero-editorial-title {
    font-size: clamp(3.35rem, 15.8vw, 4.85rem) !important;
    line-height: .9 !important;
    letter-spacing: -.06em !important;
  }

  body.page-home .hero h1.hero-editorial-title .hero-line {
    width: auto;
    white-space: normal !important;
  }

  body.page-home .hero-deck {
    margin-top: 20px !important;
    max-width: 23ch;
    font-size: clamp(1.14rem, 5.3vw, 1.4rem);
  }

  body.page-home .hero .lead {
    margin-top: 10px !important;
    font-size: .98rem !important;
    line-height: 1.52 !important;
  }

  body.page-home .hero .button-row {
    margin-top: 17px !important;
  }
}

@media (max-width: 420px) {
  body.page-home .hero h1.hero-editorial-title {
    font-size: clamp(2.95rem, 15.6vw, 4rem) !important;
  }
}
