/* Shared shell for crawlable, language-specific SEO pages. */
:root {
  --seo-navy: #083a58;
  --seo-blue: #087fc5;
  --seo-sky: #14a5e4;
  --seo-line: #b8dced;
  --seo-ink: #123b54;
  --seo-soft: #edf8fd;
}

html {
  scroll-behavior: auto;
}

body.seo-static {
  margin: 0;
  color: var(--seo-ink);
  background: #0d3043;
}

.seo-static .content,
.seo-static .seo-extracted {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.seo-static .menu {
  position: relative;
  z-index: 20;
}

.seo-static .button1,
html[data-static-language] .button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 2px 9px;
  border: 0;
  border-radius: 9px;
  text-decoration: none;
  line-height: 1.2;
}

.seo-static .main_menu a[aria-current="page"] {
  background: rgba(5, 56, 87, 0.78);
}

.seo-page-main {
  width: 100%;
  min-height: 64vh;
  background: #f7fbfd;
}

.seo-breadcrumb {
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
  padding: 13px 10px 9px;
  color: #5c7d91;
  font-size: 13px;
  line-height: 1.5;
}

.seo-breadcrumb a {
  color: #087fc5;
  text-decoration: none;
}

.seo-breadcrumb span[aria-hidden="true"] {
  margin: 0 8px;
  color: #91adbc;
}

.seo-page-intro {
  width: min(100% - 32px, 1110px);
  margin: 0 auto 16px;
  padding: 24px 30px;
  border: 1px solid #c5e2ef;
  border-top: 3px solid var(--seo-sky);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #ecf8fd);
  box-shadow: 0 8px 24px rgba(11, 75, 110, 0.07);
}

.seo-page-intro__eyebrow {
  margin: 0 0 5px;
  color: var(--seo-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.seo-page-intro h1 {
  margin: 0 0 8px;
  color: #07466f;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.18;
}

.seo-page-intro__lead {
  max-width: 960px;
  margin: 0;
  color: #476a7f;
  font-size: 15px;
  line-height: 1.75;
}

.seo-page-intro__selection {
  margin-top: 14px;
  padding: clamp(10px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid #b7ddec;
  border-radius: 10px;
  background: linear-gradient(135deg, #eaf8fe 0%, #d9f1fb 100%);
}

.seo-page-intro__selection-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.seo-selection-page {
  width: min(calc(100% - 12px), 1170px);
  margin: 0 auto 16px;
}

.seo-selection-page h1 {
  margin: 0 0 12px;
  color: #07466f;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.seo-selection-page .seo-page-intro__selection {
  margin-top: 0;
  padding: clamp(6px, 1vw, 12px);
}

.seo-page-intro__body {
  margin-top: 14px;
  padding-top: 15px;
  border-top: 1px solid #cfe5ef;
}

.seo-page-intro__body p {
  margin: 0 0 12px;
  color: #294f67;
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
  text-indent: 2em;
}

.seo-page-intro__body p:last-child {
  margin-bottom: 0;
}

.seo-page-intro__contact {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid #cfe5ef;
  text-align: left;
}

.seo-page-intro__contact > .bluetext {
  display: block;
  margin-bottom: 10px;
  color: #0879c7;
  font-size: 15px;
  font-weight: 800;
}

.seo-page-intro__contact ul {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 2fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-page-intro__contact li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 8px 11px;
  border: 1px solid #c9e4f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #27556f;
}

.seo-page-intro__contact li .fa {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e1f5fd;
  color: #0786cd;
}

.seo-page-intro__contact a,
.seo-page-intro__contact li > span:last-child {
  min-width: 0;
  color: #0879c7;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.seo-extracted {
  padding-bottom: 16px;
}

.seo-extracted > .container {
  padding-top: 0;
}

/* Original detail sections used a 104 px offset for the former absolute SPA
   header. The standalone shell is in normal document flow, so that offset
   becomes unwanted blank space. */
.seo-static .seo-extracted .templatemo_homewrapper,
.seo-static .seo-extracted .templatemo_homewrapper3,
.seo-static .seo-extracted .templatemo_about_wrapper,
.seo-static .seo-extracted .templatemo_about_wrapper2,
.seo-static .seo-extracted .templatemo_contact_wrapper,
.seo-static .seo-extracted .templatemo_contact_wrapper2,
.seo-static .seo-extracted .manifold-shell,
.seo-static #menu-5 .advantages-v2 {
  margin-top: 0 !important;
}

.seo-extracted .templatemo_footer,
.seo-extracted .templatemo_footerwrapper {
  display: none !important;
}

.seo-static .seo-extracted h1,
.seo-static .seo-extracted h2,
.seo-static .seo-extracted h3 {
  scroll-margin-top: 12px;
}

.seo-product-hub {
  width: min(100% - 32px, 1110px);
  margin: 0 auto;
  padding: 0 0 28px;
}

.seo-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.seo-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #c4e1ef;
  border-radius: 10px;
  color: var(--seo-ink);
  background: #fff;
  box-shadow: 0 7px 18px rgba(8, 68, 101, 0.07);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.seo-product-card:hover,
.seo-product-card:focus-visible {
  border-color: #54b7e4;
  color: var(--seo-ink);
  box-shadow: 0 10px 24px rgba(8, 91, 137, 0.14);
  text-decoration: none;
  transform: translateY(-2px);
}

.seo-product-card__image {
  display: grid;
  min-height: 138px;
  margin: -3px -3px 12px;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: linear-gradient(150deg, #edf8fd, #d9edf7);
}

.seo-product-card img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.seo-product-card h2 {
  margin: 0 0 7px;
  color: #075889;
  font-size: 17px;
  line-height: 1.35;
}

.seo-product-card p {
  margin: 0 0 12px;
  color: #547286;
  font-size: 13px;
  line-height: 1.65;
}

.seo-product-card__cta {
  margin-top: auto;
  color: #0788ce;
  font-size: 13px;
  font-weight: 800;
}

.seo-vent-layout {
  width: min(100% - 32px, 1110px);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid #c4e1ef;
  border-radius: 12px;
  background: #fff;
}

.seo-vent-layout img {
  display: block;
  width: 100%;
  height: auto;
}

.seo-feature-list {
  margin: 0 0 18px;
  padding-left: 20px;
  color: #345c73;
  line-height: 1.85;
}

.seo-primary-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, #12a1e2, #0879c4);
  font-weight: 800;
  text-decoration: none;
}

.seo-primary-link:hover,
.seo-primary-link:focus-visible {
  color: #fff;
  text-decoration: none;
}

.seo-page-footer {
  color: #d8eff9;
  background: #075c8f;
  border-top: 3px solid #13a5e4;
}

.seo-page-footer__inner {
  width: min(100% - 32px, 1110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 22px;
  padding: 22px 0;
}

.seo-page-footer strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.seo-page-footer p,
.seo-page-footer nav {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.seo-page-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 16px;
}

.seo-page-footer a {
  color: #fff;
}

.seo-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 991px) {
  .seo-page-intro__contact ul {
    grid-template-columns: 1fr;
  }

  .seo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-page-footer__inner {
    grid-template-columns: 1fr;
  }

  .seo-page-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .seo-static .templatemo_home_mid,
  .seo-static .templatemo_box,
  .seo-static .templatemo_box_last,
  html[data-static-language] .templatemo_home_mid,
  html[data-static-language] .templatemo_box,
  html[data-static-language] .templatemo_box_last {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  .seo-static .templatemo_box img,
  .seo-static .templatemo_box_last img,
  html[data-static-language] .templatemo_box img,
  html[data-static-language] .templatemo_box_last img {
    max-width: 100% !important;
    height: auto !important;
  }

  .seo-page-intro {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    padding: 18px 17px;
  }

  .seo-page-intro h1 {
    font-size: 27px;
  }

  .seo-page-intro__selection {
    margin-top: 10px;
    padding: 8px;
  }

  .seo-selection-page {
    width: calc(100% - 8px);
    margin-bottom: 10px;
  }

  .seo-selection-page h1 {
    margin: 0 0 10px;
    font-size: 27px;
  }

  .seo-selection-page .seo-page-intro__selection {
    margin-top: 0;
    padding: 5px;
  }

  .seo-breadcrumb,
  .seo-product-hub,
  .seo-vent-layout,
  .seo-page-footer__inner {
    width: calc(100% - 20px);
  }

  .seo-breadcrumb {
    padding-inline: 2px;
  }

  .seo-product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seo-product-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 13px;
  }

  .seo-product-card__image {
    grid-row: 1 / 4;
    min-height: 110px;
    margin: 0;
  }

  .seo-product-card img {
    max-height: 112px;
  }

  .seo-product-card h2 {
    font-size: 16px;
  }

  .seo-product-card p {
    margin-bottom: 5px;
  }

  .seo-vent-layout {
    grid-template-columns: 1fr;
    padding: 17px;
  }
}
