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

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

.native-cyberseal-hero {
  --cyberseal-hero-header-overlap: 80px;
  position: relative;
  z-index: 0;
  margin-top: calc(-1 * var(--cyberseal-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-cyberseal-hero .native-cyberseal-hero__inner {
  max-width: var(--hit-container);
  margin: 0 auto;
  min-height: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 120px var(--hit-gutter) 58px;
  box-sizing: border-box;
}

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

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

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

.native-cyberseal-hero .native-cyberseal-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-cyberseal-section--main {
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
}

.native-cyberseal-content__inner {
  max-width: var(--hit-container);
  margin: 0 auto;
  padding: 0 var(--hit-gutter);
  box-sizing: border-box;
}

.native-cyberseal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  align-items: start;
}

.native-cyberseal-section__title {
  margin: 0 0 20px;
  font-family: var(--hit-font-heading);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--hit-blue);
}

.native-cyberseal-text__body {
  font-family: var(--hit-font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--hit-text);
}

.native-cyberseal-text__body p,
.native-cyberseal-text__body li {
  margin: 0 0 0.75em;
}

.native-cyberseal-text__body ul {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

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

.native-cyberseal-button {
  margin: 24px 0 0;
}

/* CSS-003e: Primary-CTA — CTA-Tokens aus native-base.css (--hit-cta-*) */
.native-cyberseal-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: var(--hit-cta-primary-padding-block) var(--hit-cta-primary-padding-inline);
  border: none;
  border-radius: var(--hit-cta-primary-radius);
  box-sizing: border-box;
  background-color: var(--hit-cta-primary-bg);
  background-image: none;
  color: var(--hit-cta-primary-fg) !important;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: var(--hit-cta-primary-font-size);
  line-height: var(--hit-cta-primary-line-height);
  font-weight: var(--hit-cta-primary-font-weight);
  text-decoration: none !important;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  transition: var(--hit-cta-transition);
}

.native-cyberseal-button__link:visited {
  color: var(--hit-cta-primary-fg) !important;
  background-color: var(--hit-cta-primary-bg);
}

.native-cyberseal-button__link:hover,
.native-cyberseal-button__link:focus {
  background-color: var(--hit-cta-primary-hover-bg);
  color: var(--hit-cta-primary-fg) !important;
  text-decoration: none !important;
}

.native-cyberseal-button__link:active {
  background-color: var(--hit-cta-primary-active-bg);
  color: var(--hit-cta-primary-fg) !important;
}

.native-cyberseal-button__link:focus-visible {
  outline: var(--hit-cta-focus-outline-on-primary);
  outline-offset: var(--hit-cta-focus-offset-on-primary);
  background-color: var(--hit-cta-primary-hover-bg);
}

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

  .native-cyberseal-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

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

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

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

  .native-cyberseal-hero .native-cyberseal-hero__title {
    margin: 0;
    font-size: 30px;
  }

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