/* Service Landing: critical hero overrides */
body.is-service-landing #section-hero-header {
  background:
    radial-gradient(circle at top right, rgba(var(--color-brand-blue-rgb), 0.2), transparent 34%),
    linear-gradient(180deg, var(--color-surface-deep) 0%, var(--color-surface-dark) 100%);
}

body.is-service-landing #section-hero-header .component-home-hero {
  gap: 36px;
  padding: 40px 30px 120px;
}

body.is-service-landing #section-hero-header .component-two-columns-title > .column:nth-child(1),
body.is-service-landing #section-hero-header .component-two-columns-title > .column:nth-child(2) {
  width: 50%;
  max-width: 50%;
}

body.is-service-landing #section-hero-header .component-home-hero .description-container {
  grid-template-columns: 1fr;
  padding-bottom: 0;
}

body.is-service-landing #section-hero-header .component-home-hero h1,
body.is-service-landing #section-hero-header .component-home-hero b {
  max-width: 500px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
}

body.is-service-landing #section-hero-header .video-container {
  overflow: hidden;
  border-radius: 18px;
}

body.is-service-landing #section-hero-header .video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(var(--color-surface-deep-rgb), 0.1) 0%,
    rgba(var(--color-surface-deep-rgb), 0.55) 100%
  );
  pointer-events: none;
}

body.is-service-landing #section-hero-header .button-container {
  gap: 22px;
}

body.is-service-landing #section-hero-header .button-container .button {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  body.is-service-landing #section-hero-header .component-home-hero {
    gap: 20px;
    padding: 30px 20px 60px;
  }

  body.is-service-landing #section-hero-header .component-two-columns-title {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.is-service-landing #section-hero-header .component-home-hero h1,
  body.is-service-landing #section-hero-header .component-home-hero b {
    font-size: 32px;
    line-height: 36px;
  }

  body.is-service-landing #section-hero-header .component-home-hero h1 {
    max-width: 100%;
    margin: 0 0 30px;
    text-align: left;
  }

  body.is-service-landing #section-hero-header .component-home-hero .description-container {
    justify-items: start;
    justify-content: start;
    gap: 0;
  }

  body.is-service-landing #section-hero-header .component-home-hero h3 {
    font-size: 17px;
    line-height: 30px;
    text-align: left;
  }

  body.is-service-landing #section-hero-header .component-home-hero .description-container h3 {
    width: 100%;
  }

  body.is-service-landing #section-hero-header .component-two-columns-title > .column:nth-child(1),
  body.is-service-landing #section-hero-header .component-two-columns-title > .column:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }

  body.is-service-landing #section-hero-header .component-home-hero .column:nth-child(1) {
    padding-bottom: 0;
  }

  body.is-service-landing #section-hero-header .component-home-hero .button-container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }

  body.is-service-landing #section-hero-header .component-home-hero .video-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  body.is-service-landing #section-hero-header .video-container::after {
    background: rgba(255, 255, 255, 0);
  }

  body.is-service-landing #section-hero-header #home-video {
    display: block;
    height: auto;
  }
}
