/* Homepage hero only: scoped enhancement of the exported Webflow hero. */
.zf-hero {
  isolation: isolate;
  min-height: min(100svh, 940px);
  margin-top: -107px;
  padding: clamp(156px, 18vh, 220px) 0 clamp(56px, 8vh, 96px);
  overflow: hidden;
  background: #0d0d0d;
}

.zf-hero-media,
.zf-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.zf-hero-media {
  z-index: 0;
  overflow: hidden;
}

.zf-hero-poster,
.zf-hero-video,
.zf-hero-video > video {
  width: 100%;
  height: 100%;
}

.zf-hero-poster {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 65% center;
}

.zf-hero .zf-hero-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .3;
}

.zf-hero .zf-hero-video > video {
  z-index: 0;
  inset: 0;
  display: block;
  object-fit: cover;
  filter: saturate(.72) contrast(1.06);
  transform: scale(1.035);
}

.zf-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, .96) 0%, rgba(13, 13, 13, .9) 42%, rgba(13, 13, 13, .57) 76%, rgba(13, 13, 13, .44) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, .64) 0%, transparent 38%, rgba(13, 13, 13, .2) 100%);
}

.zf-hero > .container {
  position: relative;
  z-index: 2;
}

.zf-hero .zf-hero-eyebrow-wrap {
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 12px;
  max-width: none;
  margin: 0 0 clamp(24px, 3.3vh, 40px);
  padding: 0;
}

.zf-hero .hero-vector-left,
.zf-hero .hero-vector-right {
  position: static;
  inset: auto;
  flex: none;
  width: 13px;
  height: 13px;
  opacity: .76;
}

.zf-hero-eyebrow {
  margin: 0;
  color: #fff;
  font: 600 11px/1.3 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.zf-hero .zf-hero-wrap {
  display: block;
  max-width: clamp(820px, 64vw, 1080px);
}

.zf-hero .zf-hero-copy {
  max-width: 100%;
}

.zf-hero .zf-hero-title {
  max-width: clamp(820px, 64vw, 1060px);
  margin: 0;
  color: #fff;
  font-size: clamp(3.65rem, 6.85vw, 6.75rem);
  line-height: .94;
  letter-spacing: -.072em;
  text-wrap: balance;
  visibility: visible;
}

.zf-hero-support {
  max-width: 650px;
  margin: clamp(22px, 2.7vh, 32px) 0 0;
  color: rgba(255, 255, 255, .87);
  font-size: clamp(1rem, 1.28vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -.01em;
}

.zf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 3.5vh, 38px);
}

.zf-hero .zf-hero-primary .btn-primary-inner,
.zf-hero .zf-hero-primary .btn-icon-wrap {
  background: #fff;
  color: #0d0d0d;
}

.zf-hero .zf-hero-primary .btn-icon {
  filter: invert(1);
}

.zf-hero .zf-hero-secondary .btn-primary-inner,
.zf-hero .zf-hero-secondary .btn-icon-wrap {
  background: rgba(255, 255, 255, .03);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .54);
}

.zf-hero .btn-primary-inner,
.zf-hero .btn-icon-wrap {
  min-height: 50px;
}

.zf-hero-process {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: clamp(32px, 4.5vh, 48px) 0 0;
  color: rgba(255, 255, 255, .72);
  font: 600 11px/1.4 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.zf-hero-process-separator {
  color: rgba(255, 255, 255, .44);
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .zf-hero {
    min-height: min(100svh, 860px);
    padding-top: clamp(158px, 22vh, 205px);
    padding-bottom: clamp(64px, 9vh, 94px);
  }

  .zf-hero .zf-hero-wrap {
    width: 100%;
    max-width: 100%;
  }

  .zf-hero .zf-hero-title {
    max-width: 690px;
    font-size: clamp(3.1rem, 7.25vw, 4.8rem);
  }

  .zf-hero .zf-hero-video {
    opacity: .22;
  }
}

/* A short laptop has less vertical budget, not less hierarchy. */
@media screen and (min-width: 992px) and (max-height: 820px) {
  .zf-hero {
    padding-top: clamp(134px, 17vh, 156px);
    padding-bottom: clamp(46px, 6vh, 58px);
  }

  .zf-hero .zf-hero-eyebrow-wrap {
    margin-bottom: clamp(20px, 3vh, 26px);
  }

  .zf-hero .zf-hero-title {
    font-size: clamp(3.35rem, 6.2vw, 5.65rem);
    line-height: .92;
  }

  .zf-hero-support {
    margin-top: clamp(18px, 2.8vh, 23px);
  }

  .zf-hero-actions {
    margin-top: clamp(22px, 3vh, 28px);
  }

  .zf-hero-process {
    margin-top: clamp(26px, 3.8vh, 34px);
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .zf-hero {
    padding-top: clamp(118px, 15vh, 132px);
    padding-bottom: 36px;
  }

  .zf-hero .zf-hero-eyebrow-wrap {
    margin-bottom: 18px;
  }

  .zf-hero .zf-hero-title {
    font-size: clamp(3.05rem, 5.45vw, 4.75rem);
    line-height: .9;
  }

  .zf-hero-support {
    margin-top: 16px;
    line-height: 1.55;
  }

  .zf-hero-actions {
    margin-top: 20px;
  }

  .zf-hero-process {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .zf-hero {
    min-height: 0;
    padding-top: clamp(148px, 25svh, 180px);
    padding-bottom: 58px;
  }

  .zf-hero .zf-hero-video {
    display: none;
  }

  .zf-hero-poster {
    object-position: 71% center;
  }

  .zf-hero-overlay {
    background:
      linear-gradient(90deg, rgba(13, 13, 13, .93), rgba(13, 13, 13, .76)),
      linear-gradient(0deg, rgba(13, 13, 13, .76), rgba(13, 13, 13, .22));
  }

  .zf-hero .zf-hero-eyebrow-wrap {
    gap: 10px;
    margin-bottom: 27px;
  }

  .zf-hero .hero-vector-left,
  .zf-hero .hero-vector-right {
    width: 11px;
    height: 11px;
  }

  .zf-hero-eyebrow {
    font-size: 10px;
    letter-spacing: .13em;
  }

  .zf-hero .zf-hero-title {
    max-width: 100%;
    font-size: clamp(2.75rem, 11.5vw, 3.5rem);
    line-height: .98;
    letter-spacing: -.065em;
  }

  .zf-hero-support {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .zf-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-top: 29px;
  }

  .zf-hero .btn-primary {
    width: 100%;
  }

  .zf-hero .btn-primary {
    max-width: 295px;
  }

  .zf-hero .btn-primary-inner {
    width: auto;
    flex: 1 1 auto;
    justify-content: center;
  }

  .zf-hero-process {
    max-width: 310px;
    gap: 7px;
    margin-top: 34px;
    font-size: 10px;
    letter-spacing: .09em;
  }
}

@media screen and (max-width: 359px) {
  .zf-hero {
    padding-top: 142px;
    padding-bottom: 48px;
  }

  .zf-hero .zf-hero-title {
    font-size: 2.6rem;
  }

  .zf-hero-process {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zf-hero .zf-hero-video {
    display: none;
  }

  .zf-hero [data-w-id] {
    opacity: 1 !important;
    transform: none !important;
  }
}
