/* Hero — Elementor 69250a48 adapted for brand-aligned messaging */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 160px var(--gcs-gutter, 15px) 120px;
  margin-bottom: var(--gcs-section-y, 90px);
  display: flex;
  align-items: center;
  color: #fff;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #111 url("../img/gcs-Logo11.png") center / cover no-repeat;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
  opacity: 0.68;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--gcs-max, 1260px);
  margin: 0 auto;
}

.hero__content {
  max-width: 680px;
}

.hero__eyebrow {
  margin: 0 0 14px;
  color: var(--gcs-orange, #ffa722);
  font-family: var(--gcs-font, "Roboto", sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0 0 12px;
  color: rgb(255, 255, 255);
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 55px;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: 0;
  text-transform: none;
}

.hero__subtitle {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--gcs-font-display, "Heebo", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.hero__title-line {
  display: block;
}

.hero__body {
  margin: 0 0 12px;
  color: rgb(217, 217, 217);
  font-family: "Noto Sans Adlam", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 620px;
}

.hero__body:last-of-type {
  margin-bottom: 0;
}

.hero .gcs-btn-row {
  margin-top: 26px;
}

@media (max-width: 1024px) {
  .hero {
    padding: 130px var(--gcs-gutter, 15px) 90px;
    margin-bottom: var(--gcs-section-y-md, 70px);
  }

  .hero__title {
    font-size: 36px;
  }

  .hero__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 88px var(--gcs-gutter, 15px) 56px;
    min-height: 0;
    margin-bottom: var(--gcs-section-y-sm, 56px);
  }

  .hero__content {
    max-width: none;
  }

  .hero__eyebrow {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .hero__title {
    font-size: 26px;
    line-height: 1.22;
    margin-bottom: 8px;
  }

  .hero__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .hero__body {
    max-width: none;
  }

  .hero .gcs-btn-row {
    margin-top: 18px;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 76px var(--gcs-gutter, 15px) 48px;
  }

  .hero__title {
    font-size: 24px;
  }

  .hero__subtitle {
    font-size: 17px;
  }
}
