.native-products-overview {
  --npo-text: #222222;
  --npo-blue: #0082cb;
  background: #ffffff;
  color: #2b2b2b;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.native-products-overview a:not(.native-products-overview__item) {
  color: #2A82C9;
  text-decoration: none;
}
.native-products-overview a:not(.native-products-overview__item):hover,
.native-products-overview a:not(.native-products-overview__item):focus-visible {
  text-decoration: underline;
}

.native-products-overview .native-products-overview__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 20px 52px;
}

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

.native-products-overview .native-products-overview__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 130, 203, 0.55);
}

.native-products-overview .native-products-overview__hero-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 120px 20px 50px;
  min-height: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}

@media (max-width: 1366px) {
  .native-products-overview .native-products-overview__hero {
    height: 550px;
  }

  .native-products-overview .native-products-overview__hero-inner {
    min-height: 550px;
    height: auto;
  }
}

.native-products-overview .native-products-overview__lead {
  margin: 0 0 28px;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  font-size: 40px;
  line-height: 1.15;
}

/* VQA-005: Kategoriezeile — gleicher Kanon wie native-*-hero__subtitle (Services, MS Cloud, …) */
.native-products-overview .native-products-overview__title {
  margin: 0;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 35px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.native-products-overview .native-products-overview__divider {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  margin: 26px 0;
}

/* Only remove the divider directly after the hero (before intro). */
.native-products-overview .native-products-overview__hero + .native-products-overview__inner > .native-products-overview__divider:first-child {
  display: none;
}

.native-products-overview .native-products-overview__h {
  margin: 0 0 16px;
  color: #2A82C9;
  font-family: "PT Sans Narrow", "PT Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
}

.native-products-overview .native-products-overview__intro {
  margin: 0 0 26px;
}

/* B-001a-9: Intro-Fliesstext explizit (gleicher Kanon wie Referenzen-Intro) */
.native-products-overview .native-products-overview__intro > p {
  margin: 0;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
  color: #2b2b2b;
  max-width: 100%;
}

.native-products-overview .native-products-overview__teaser {
  margin: 0 0 14px;
}
.native-products-overview .native-products-overview__teaser img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.native-products-overview .native-products-overview__section {
  margin: 0 0 34px;
}

.native-products-overview .native-products-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.native-products-overview .native-products-overview__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  padding: 16px 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 6px;
  background: #f7f7f7;
  color: inherit;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}
.native-products-overview .native-products-overview__item:hover,
.native-products-overview .native-products-overview__item:focus-visible {
  background: #ffffff;
  border-color: rgba(42, 130, 201, 0.55);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.native-products-overview .native-products-overview__item:focus-visible {
  outline: 2px solid var(--npo-blue);
  outline-offset: 2px;
}

.native-products-overview .native-products-overview__icon {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 90px;
  object-fit: contain;
}

.native-products-overview .native-products-overview__item-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--npo-text);
  text-decoration: none;
  transition: color 120ms ease;
}

.native-products-overview .native-products-overview__item-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--npo-text);
  text-decoration: none;
  transition: color 120ms ease;
}

.native-products-overview .native-products-overview__item:hover .native-products-overview__item-title,
.native-products-overview .native-products-overview__item:hover .native-products-overview__item-subtitle,
.native-products-overview .native-products-overview__item:focus-visible .native-products-overview__item-title,
.native-products-overview .native-products-overview__item:focus-visible .native-products-overview__item-subtitle {
  color: var(--npo-blue);
  text-decoration: none;
}

@media (min-width: 980px) {
  .native-products-overview .native-products-overview__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .native-products-overview .native-products-overview__item {
    min-height: 150px;
  }
}

@media (min-width: 681px) and (max-width: 979px) {
  .native-products-overview .native-products-overview__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .native-products-overview .native-products-overview__title {
    font-size: 35px;
  }
}

@media (max-width: 880px) {
  .native-products-overview .native-products-overview__title {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .native-products-overview .native-products-overview__hero {
    height: auto;
    min-height: 320px;
  }

  .native-products-overview .native-products-overview__hero-inner {
    padding: calc(95px + var(--products-overview-hero-header-overlap)) 16px 50px;
    min-height: 320px;
    height: auto;
  }
  .native-products-overview .native-products-overview__lead {
    font-size: 28px;
  }
  .native-products-overview .native-products-overview__title {
    font-size: 30px;
  }
  .native-products-overview .native-products-overview__h {
    font-size: 22px;
  }
  .native-products-overview .native-products-overview__intro > p {
    font-size: 18px;
    line-height: 1.55;
  }
}

