.aoyea-component-hero {
  position: relative;
  width: 100%;
  height: 709px;
  overflow: visible;
  background: #0b1119;
}

.aoyea-component-hero .aoyea-hero-background {
  width: 100%;
  height: 709px;
  object-fit: cover;
  object-position: center top;
}

.aoyea-component-hero .aoyea-hero-copy {
  position: absolute;
  top: 491px;
  left: max(24px, calc((100vw - 1440px) / 2 + 72px));
  display: flex;
  width: min(936px, calc(100% - 144px));
  flex-direction: column;
  align-items: flex-start;
}

.aoyea-component-hero .aoyea-hero-quote-link {
  display: inline-flex;
  min-width: 162px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  padding: 0 24px;
  border: 1.5px solid var(--aoyea-color-brand);
  border-radius: 18px;
  font-family: var(--aoyea-font-ui);
  font-size: 16px;
  line-height: 22px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.aoyea-component-hero .aoyea-hero-quote-link:hover,
.aoyea-component-hero .aoyea-hero-quote-link:focus-visible {
  background: var(--aoyea-color-brand);
  color: #071009;
  transform: translateY(-2px);
}

.aoyea-component-hero .aoyea-hero-kicker {
  margin: 0 0 8px;
  font-family: var(--aoyea-font-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.aoyea-component-hero .aoyea-hero-kicker strong {
  font-weight: 500;
}

.aoyea-component-hero .aoyea-hero-title {
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
  white-space: nowrap;
}

.aoyea-component-hero .aoyea-hero-help {
  position: absolute;
  right: 50px;
  bottom: -24px;
  z-index: 5;
  display: flex;
  width: 69px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.aoyea-component-hero .aoyea-hero-help-image {
  width: 69px;
  height: 69px;
}

.aoyea-component-hero .aoyea-hero-help {
  transition: transform 220ms ease;
}

.aoyea-component-hero .aoyea-hero-help:hover,
.aoyea-component-hero .aoyea-hero-help:focus-visible {
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-component-hero .aoyea-hero-quote-link,
  .aoyea-component-hero .aoyea-hero-help {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .aoyea-component-hero,
  .aoyea-component-hero .aoyea-hero-background {
    height: 620px;
  }

  .aoyea-component-hero .aoyea-hero-copy {
    top: auto;
    bottom: 54px;
    left: 32px;
    width: calc(100% - 64px);
  }

  .aoyea-component-hero .aoyea-hero-title {
    font-size: clamp(38px, 6vw, 52px);
    line-height: 1.05;
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .aoyea-component-hero,
  .aoyea-component-hero .aoyea-hero-background {
    height: 560px;
  }

  .aoyea-component-hero .aoyea-hero-background {
    object-position: 58% top;
  }

  .aoyea-component-hero .aoyea-hero-copy {
    bottom: 34px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .aoyea-component-hero .aoyea-hero-quote-link {
    min-width: 146px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .aoyea-component-hero .aoyea-hero-kicker {
    max-width: 260px;
    font-size: 13px;
  }

  .aoyea-component-hero .aoyea-hero-title {
    max-width: 340px;
    font-size: 39px;
  }

  .aoyea-component-hero .aoyea-hero-help {
    top: 110px;
    right: 16px;
    bottom: auto;
    width: 54px;
  }

  .aoyea-component-hero .aoyea-hero-help-image {
    width: 54px;
    height: 54px;
  }
}
