@import url("native-image-cta.css");

/* Native Cyber Security hero (pub28) — scoped */

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

.native-cyber-security-hero .native-cyber-security-hero__inner {
  max-width: 1140px;
  margin: 0 auto;
  min-height: 640px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: var(--cyber-security-hero-header-overlap) 15px 0;
  box-sizing: border-box;
}

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

.native-cyber-security-hero .native-cyber-security-hero__title {
  margin: 50px 0 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-cyber-security-hero .native-cyber-security-hero__subtitle {
  margin: 120px 0 50px;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

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

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

@media (max-width: 1200px) {
  .native-cyber-security-hero .native-cyber-security-hero__inner {
    padding-left: 11px;
    padding-right: 11px;
  }

  .native-cyber-security-hero .native-cyber-security-hero__title {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  .native-cyber-security-hero .native-cyber-security-hero__inner {
    min-height: 450px;
  }

  .native-cyber-security-hero .native-cyber-security-hero__title {
    font-size: 35px;
  }

  .native-cyber-security-hero .native-cyber-security-hero__subtitle {
    font-size: 35px;
  }
}

@media (max-width: 880px) {
  .native-cyber-security-hero {
    background-position: center right;
  }

  .native-cyber-security-hero .native-cyber-security-hero__subtitle {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .native-cyber-security-hero {
    height: auto;
    min-height: 326px;
  }

  .native-cyber-security-hero .native-cyber-security-hero__inner {
    min-height: 200px;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: calc(125px + var(--cyber-security-hero-header-overlap)) 15px 50px;
  }

  .native-cyber-security-hero .native-cyber-security-hero__content {
    width: 100%;
    text-align: center;
  }

  .native-cyber-security-hero .native-cyber-security-hero__title {
    margin: 25px 0 0;
    font-size: 30px;
  }

  .native-cyber-security-hero .native-cyber-security-hero__subtitle {
    margin: 25px 0 0;
    font-size: 30px;
  }
}

/* Native Cyber Security product blocks (A-019) — scoped */

.native-cyber-products {
  margin: 0;
  padding: 75px 0 50px;
  box-sizing: border-box;
}

.native-cyber-products .native-cyber-products__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.native-cyber-products .native-cyber-products__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  align-items: center;
  margin: 0 0 40px;
}

.native-cyber-products .native-cyber-products__item:last-child {
  margin-bottom: 0;
}

.native-cyber-products .native-cyber-products__title {
  margin: 0 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-cyber-products .native-cyber-products__text {
  margin: 0 0 16px;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
}

.native-cyber-products .native-cyber-products__text p {
  margin: 0 0 1em;
}

.native-cyber-products .native-cyber-products__text p:last-child {
  margin-bottom: 0;
}

.native-cyber-products .native-cyber-products__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.native-cyber-products .native-cyber-products__button {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #2a82c9;
  text-decoration: none;
  cursor: pointer;
}

.native-cyber-products .native-cyber-products__button:hover,
.native-cyber-products .native-cyber-products__button:focus-visible {
  text-decoration: underline;
}

.native-cyber-products .native-cyber-products__media {
  position: relative;
}

.native-cyber-products .native-cyber-products__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.native-cyber-products .native-cyber-products__media--badge .native-cyber-products__badge {
  position: absolute;
  left: -135px;
  bottom: -95px;
  width: auto;
  max-width: none;
}

.native-cyber-products .native-cyber-products__media--badge .native-cyber-products__badge img {
  width: 100%;
  height: 110px;
  object-fit: contain;
}

/* Legacy: Home Office block 479fa57 — Elementor hatte display:none */
.native-cyber-products .native-cyber-products__item--hidden {
  display: none !important;
}

@media (max-width: 1024px) {
  .native-cyber-products {
    padding: 0 0 25px;
  }

  .native-cyber-products .native-cyber-products__item {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .native-cyber-products .native-cyber-products__item--iam .native-cyber-products__media {
    order: -1;
  }

  .native-cyber-products .native-cyber-products__button {
    font-size: 22px;
  }

  .native-cyber-products .native-cyber-products__media--badge .native-cyber-products__badge {
    left: 20px;
    bottom: -100px;
  }

  .native-cyber-products .native-cyber-products__media--badge .native-cyber-products__badge img {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .native-cyber-products .native-cyber-products__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .native-cyber-products .native-cyber-products__title {
    font-size: 30px;
  }
}

/* Native Cyber Security rest content (DOM cleanup 2026-05-15) — scoped */

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

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

.native-cyber-section--beige {
  background-color: #f2e9d9;
  padding: 25px 0;
}

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

.native-cyber-section__inner--diagram {
  position: relative;
}

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

.native-cyber-text__title {
  margin: 0 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-cyber-text__title--diagram {
  padding: 0 0 1% 16%;
  margin-bottom: 24px;
}

.native-cyber-text__subtitle {
  margin: 16px 0 8px;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #2a82c9;
}

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

.native-cyber-text__body p {
  margin: 0 0 1em;
}

.native-cyber-text__body p:last-child {
  margin-bottom: 0;
}

.native-cyber-text__body ul {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

.native-cyber-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.native-cyber-button {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #2a82c9;
  text-decoration: none;
  cursor: pointer;
}

.native-cyber-button:hover,
.native-cyber-button:focus-visible {
  text-decoration: underline;
}

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

.native-cyber-diagram {
  position: relative;
  text-align: center;
}

.native-cyber-diagram > img {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}

.native-cyber-kontakt-banner {
  position: absolute;
  right: 72px;
  bottom: -96px;
  display: inline-block;
}

.native-cyber-kontakt-banner img {
  display: block;
  max-width: 300px;
  height: auto;
}

/* CyberSeal ac3e3b5: Elementor hidden on all breakpoints */
.native-cyber-hidden {
  display: none !important;
}

@media (max-width: 1024px) {
  .native-cyber-section {
    padding: 50px 0;
  }

  .native-cyber-section--beige {
    padding: 25px 0;
  }

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

  .native-cyber-grid--media-left .native-cyber-media {
    order: -1;
  }

  .native-cyber-button {
    font-size: 22px;
  }

  .native-cyber-kontakt-banner {
    right: 21px;
    bottom: -79px;
  }
}

@media (max-width: 767px) {
  .native-cyber-text__title {
    font-size: 30px;
  }

  .native-cyber-text__title--diagram {
    padding-left: 15px;
    padding-right: 15px;
  }

  .native-cyber-kontakt-banner {
    position: static;
    display: block;
    margin: 24px auto 0;
    text-align: center;
  }
}
