/* Native XDR (pub29) — hero + content, scoped */

.native-xdr-content {
  margin: 0;
  padding: 0;
}

.native-xdr-hero {
  --xdr-hero-header-overlap: 80px;
  position: relative;
  z-index: 0;
  margin-top: calc(-1 * var(--xdr-hero-header-overlap));
  background-color: #0082cb;
  background-image: url("../img/global/hit_services_page.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

/* VQA-003: vertikale Position wie native-references-overview__hero-inner */
.native-xdr-hero .native-xdr-hero__inner {
  max-width: 1140px;
  margin: 0 auto;
  min-height: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 120px 15px 58px;
  box-sizing: border-box;
}

@media (max-width: 1366px) {
  .native-xdr-hero {
    height: 550px;
  }

  .native-xdr-hero .native-xdr-hero__inner {
    min-height: 550px;
    height: auto;
  }
}

.native-xdr-hero .native-xdr-hero__content {
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
}

.native-xdr-hero .native-xdr-hero__title {
  margin: 0;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.native-xdr-section--main {
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
}

.native-xdr-content__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.native-xdr-section__title {
  margin: 32px 0 16px;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
  color: #2a82c9;
}

.native-xdr-section__title:first-child {
  margin-top: 0;
}

.native-xdr-text {
  margin: 0 0 20px;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
}

.native-xdr-text p,
.native-xdr-text li {
  margin: 0 0 0.75em;
}

.native-xdr-text ul,
.native-xdr-text ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

.native-xdr-media {
  margin: 24px 0 32px;
}

.native-xdr-media img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .native-xdr-hero .native-xdr-hero__title {
    font-size: 35px;
  }

  .native-xdr-section__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .native-xdr-hero {
    height: 320px;
  }

  .native-xdr-hero .native-xdr-hero__inner {
    min-height: 320px;
    height: auto;
    align-items: flex-start;
    justify-content: flex-end;
    padding: calc(95px + var(--xdr-hero-header-overlap)) 15px 40px;
  }

  .native-xdr-hero .native-xdr-hero__content {
    width: 100%;
    text-align: left;
  }

  .native-xdr-hero .native-xdr-hero__title {
    margin: 0;
    font-size: 28px;
  }
}
