:root {
  --color-primary: #2168d5;
  --color-primary-strong: #1456bd;
  --color-navy: #061d3d;
  --color-navy-soft: #0c2c58;
  --color-text: #14233a;
  --color-muted: #5c6f87;
  --color-border: #dfe7f2;
  --color-bg: #ffffff;
  --color-bg-soft: #f5f8fc;
  --color-panel: #fbfdff;
  --shadow-soft: 0 14px 40px rgba(21, 48, 87, 0.1);
  --container: 1360px;
  --page-gutter: clamp(24px, 3.5vw, 48px);
  --radius: 8px;
  --header-height: 76px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

/* Elementor-native homepage compatibility layer. */
body.helionavi-elementor-native {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

.hn-home.e-con,
.hn-home .e-con {
  --container-default-padding-top: 0;
  --container-default-padding-right: 0;
  --container-default-padding-bottom: 0;
  --container-default-padding-left: 0;
  --widgets-spacing: 0;
}

.hn-home.e-con {
  width: 100%;
  max-width: none;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: visible;
}

.hn-home .section.e-con {
  padding: 76px 0;
}

.hn-home .container.e-con {
  width: min(var(--container), calc(100% - var(--page-gutter) - var(--page-gutter)));
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

.hn-home .elementor-widget,
.hn-home .elementor-widget:not(:last-child),
.hn-home .elementor-widget-container,
.hn-home .elementor-shortcode {
  width: 100%;
  margin: 0;
}

.hn-home .elementor-widget-heading .elementor-heading-title,
.hn-home .elementor-widget-text-editor p,
.hn-home .elementor-widget-text-editor .elementor-widget-container {
  margin-top: 0;
  margin-bottom: 0;
}

.hn-home .hero.e-con {
  width: 100%;
  max-width: none;
  height: 600px;
  min-height: 600px;
  align-items: center;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background-image: url("https://helionavi.com/wp-content/uploads/2026/07/hero-bg-generated.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hn-home .hero-grid.e-con {
  min-height: 600px;
  display: block;
  gap: 0;
}

.hn-home .hero-copy.e-con {
  width: 100%;
  max-width: 640px;
  padding: 204px 0 84px;
}

.hn-home .intro-stats.e-con {
  margin-top: 42px;
  padding: 0;
}

.hn-home .stat-panel.e-con {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 26px 32px;
}

.hn-home .stat-card.e-con {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 0 20px;
}

.hn-home .challenge-grid.e-con {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.hn-home .challenge-card.e-con {
  min-height: 282px;
  gap: 0;
  padding: 30px 24px;
}

.hn-home .challenge-card-heading.e-con {
  min-height: 58px;
}

.hn-home .app-grid.e-con {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.hn-home .app-card.e-con {
  gap: 0;
}

.hn-home .product-grid.e-con {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.hn-home .product-card.e-con {
  min-height: 400px;
  gap: 0;
  padding: 18px;
}

.hn-home .engineering.e-con {
  padding-top: 52px;
  padding-bottom: 52px;
}

.hn-home .engineering-panel.e-con {
  width: 100%;
  max-width: none;
  min-height: 318px;
  display: grid;
  grid-template-columns: minmax(410px, 0.88fr) minmax(0, 1.5fr) minmax(260px, 0.62fr);
  gap: 42px;
  margin-right: 0;
  margin-left: 0;
  padding: 48px;
}

.hn-home .engineering-grid.e-con {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-right: 0;
  padding-left: 16px;
}

.hn-home .engineering-card.e-con {
  gap: 0;
}

.hn-home .engineering-image.elementor-widget {
  z-index: 2;
  align-self: stretch;
  height: 100%;
}

.hn-home .engineering-image img {
  width: calc(100% + 48px);
  max-width: none;
  height: calc(100% + 96px);
  margin: -48px -48px -48px 0;
  object-fit: cover;
  object-position: 64% center;
  opacity: 0.82;
  filter: saturate(0.78) brightness(0.78) contrast(1.06);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, #000 62%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, #000 62%);
}

.hn-home .contact-cta.e-con {
  min-height: 498px;
  padding: 44px 0 30px;
}

.hn-home .contact-panel.e-con {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 40px;
}

.hn-home .hero-copy.e-con,
.hn-home .engineering-copy.e-con,
.hn-home .stat-card-copy.e-con {
  align-items: flex-start;
  gap: 0;
}

.hn-home .stat-card-icon {
  width: 48px;
  flex: 0 0 48px;
}

.hn-home .stat-card-icon .elementor-icon-wrapper,
.hn-home .challenge-card-icon .elementor-icon-wrapper,
.hn-home .engineering-card-icon .elementor-icon-wrapper {
  line-height: 1;
}

.hn-home .stat-card-icon .elementor-icon {
  color: var(--color-primary);
  font-size: 46px;
}

.hn-home .stat-card-title h3 {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.hn-home .stat-card-text {
  margin-top: 5px !important;
  color: #283955;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.hn-home .challenge-card-heading.e-con {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.hn-home .challenge-card-icon {
  width: 48px;
}

.hn-home .challenge-card-icon .elementor-icon {
  color: var(--color-primary);
  font-size: 42px;
}

.hn-home .challenge-card-title h3,
.hn-home .app-card-title h3,
.hn-home .product-card-title h3,
.hn-home .engineering-card-title h3 {
  margin: 0;
  color: var(--color-navy);
  font-weight: 800;
  line-height: 1.25;
}

.hn-home .challenge-card-title h3 {
  font-size: 18px;
}

.hn-home .challenge-card-text {
  margin-top: 12px !important;
  color: #5c6b7d;
  font-size: 14px;
  line-height: 1.55;
}

.hn-home .app-media img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(13, 31, 55, 0.08);
}

.hn-home .app-card-title {
  margin-top: 24px !important;
}

.hn-home .app-card-title h3 {
  min-height: 48px;
  font-size: 14px;
  text-align: center;
}

.hn-home .product-card .elementor-widget-image img {
  width: 100%;
  height: 150px;
  margin-bottom: 16px;
  object-fit: contain;
}

.hn-home .product-card-title h3 {
  min-height: 46px;
  font-size: 16px;
}

.hn-home .product-card-text {
  margin: 12px 0 18px !important;
  color: #52667f;
  font-size: 12px;
  line-height: 1.5;
}

.hn-home .product-card .elementor-widget-button {
  margin-top: auto;
}

.hn-home .product-card .elementor-button {
  padding: 0;
  color: var(--color-primary);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.hn-home .engineering-grid .engineering-card.e-con {
  align-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}

.hn-home .engineering-card-icon .elementor-icon {
  margin-bottom: 14px;
  color: #fff;
  font-size: 38px;
}

.hn-home .engineering-card-title h3 {
  color: #fff;
  font-size: 15px;
}

.hn-home .engineering-card-text {
  margin-top: 9px !important;
  color: #c7d5e8;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.hn-home .engineering-image-widget,
.hn-home .engineering-image-widget .elementor-widget-container,
.hn-home .engineering-image-widget img {
  width: 100%;
  height: 100%;
}

.hn-home .engineering-image-widget img {
  object-fit: cover;
  object-position: 64% center;
  opacity: 0.82;
  filter: saturate(0.78) brightness(0.78) contrast(1.06);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, #000 62%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, #000 62%);
}

.hn-home .contact-cta.e-con {
  width: 100%;
  max-width: none;
}

.hn-home .contact-panel.e-con {
  align-items: stretch;
}

.hn-home .contact-copy.e-con {
  width: min(1094px, 100%);
  max-width: 1094px;
  margin-left: auto;
  align-items: center;
  text-align: center;
}

.hn-home .contact-form-shortcode {
  width: min(1054px, 100%);
  margin-left: auto;
}

@media (max-width: 1180px) {
  .hn-home .product-grid.e-con {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hn-home .engineering-panel.e-con {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  }

  .hn-home .engineering-image.elementor-widget {
    display: none;
  }
}

@media (max-width: 980px) {
  .hn-home .hero.e-con {
    height: auto;
    min-height: 0;
    padding: 46px 0 72px;
  }

  .hn-home .hero-grid.e-con {
    min-height: 0;
  }

  .hn-home .hero-copy.e-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hn-home .stat-panel.e-con,
  .hn-home .challenge-grid.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-home .app-grid.e-con {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hn-home .engineering-panel.e-con {
    grid-template-columns: 1fr;
  }

  .hn-home .engineering-grid.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
  }

  .hn-home .engineering-image.elementor-widget {
    display: none;
  }
}

@media (max-width: 720px) {
  .hn-home .section.e-con {
    padding: 58px 0;
  }

  .hn-home .hero.e-con {
    background-position: 68% center;
  }

  .hn-home .intro-stats.e-con {
    margin-top: -30px;
  }

  .hn-home .stat-panel.e-con,
  .hn-home .challenge-grid.e-con,
  .hn-home .app-grid.e-con,
  .hn-home .product-grid.e-con,
  .hn-home .engineering-grid.e-con {
    grid-template-columns: 1fr;
  }

  .hn-home .stat-panel.e-con {
    padding: 16px;
  }

  .hn-home .stat-card.e-con {
    min-height: 82px;
    padding: 14px 6px;
  }

  .site-header .search-form,
  .site-header .language-switcher {
    display: none;
  }

  .site-header .menu-toggle {
    flex: 0 0 44px;
  }
}

/* Helix GNSS Antennas · 3.2 reference implementation */
.helix-catalog-page {
  --helix-blue: #0757cf;
  --helix-blue-dark: #082d72;
  --helix-ink: #0a2b62;
  --helix-muted: #60738d;
  --helix-line: #dbe7f5;
  --helix-soft: #f7fbff;
  color: var(--helix-ink);
  background: #fff;
}

.helix-family-hero {
  position: relative;
  overflow: hidden;
  background: #eef7ff;
  border-bottom: 1px solid #dbe8f8;
}

.helix-family-hero-grid {
  position: relative;
  min-height: 448px;
  display: flex;
  align-items: center;
}

.helix-family-hero-copy {
  position: relative;
  z-index: 2;
  width: 49%;
  max-width: 660px;
  padding: 54px 0 58px;
}

.helix-family-hero-copy h1 {
  margin: 0;
  color: #062b68;
  font-size: clamp(48px, 4.4vw, 72px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.helix-family-lede {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--helix-blue);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
}

.helix-family-intro {
  max-width: 620px;
  margin: 17px 0 0;
  color: #405878;
  font-size: 14px;
  line-height: 1.62;
}

.helix-family-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.helix-primary-button,
.helix-secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid var(--helix-blue);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.helix-primary-button {
  color: #fff;
  background: var(--helix-blue);
}

.helix-secondary-button {
  color: var(--helix-blue);
  background: rgba(255, 255, 255, 0.88);
}

.helix-primary-button:hover,
.helix-primary-button:focus-visible {
  border-color: #0647ac;
  background: #0647ac;
  outline: none;
  transform: translateY(-1px);
}

.helix-secondary-button:hover,
.helix-secondary-button:focus-visible {
  color: #fff;
  background: var(--helix-blue);
  outline: none;
}

.helix-family-hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.helix-family-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.helix-feature-strip {
  padding: 14px 0 0;
  background: #fff;
}

.helix-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--helix-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(14, 62, 123, 0.05);
}

.helix-feature-grid article {
  position: relative;
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 16px 20px;
  text-align: center;
}

.helix-feature-grid article + article::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: var(--helix-line);
}

.helix-feature-grid img {
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 50%;
  background: #edf6ff;
  object-fit: contain;
}

.helix-feature-grid h3 {
  margin: 0;
  color: #17386c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.28;
}

.helix-product-section,
.helix-applications-section,
.helix-comparison-section,
.helix-inquiry-section {
  padding: 34px 0;
}

.helix-product-section {
  background: #fff;
}

.helix-applications-section,
.helix-inquiry-section {
  background: var(--helix-soft);
}

.helix-section-title {
  margin: 0 0 20px;
  color: #092f72;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.015em;
}

.helix-filter-row.product-filter-row {
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  max-width: 1160px;
  margin: 0 auto 18px;
  gap: 12px;
  align-items: center;
}

.helix-filter-row label > span {
  display: none;
}

.helix-filter-row.product-filter-row select,
.helix-filter-row.product-filter-row button {
  min-height: 40px;
  border-color: #ccdaec;
  border-radius: 4px;
  color: #334d72;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.helix-filter-row.product-filter-row button {
  width: auto;
  min-width: 116px;
  padding: 0 14px;
  border-color: transparent;
  color: var(--helix-blue);
}

.helix-filter-row.product-filter-row button:hover,
.helix-filter-row.product-filter-row button:focus-visible {
  border-color: #bdd1ed;
  background: #f4f8fe;
  outline: none;
}

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

.helix-product-card.product-model-card {
  min-width: 0;
  min-height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 13px 14px 12px;
  border: 1px solid #d9e5f4;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(17, 58, 112, 0.045);
  text-align: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.helix-product-card.product-model-card:hover {
  border-color: #a9c5ea;
  box-shadow: 0 15px 32px rgba(17, 58, 112, 0.09);
  transform: translateY(-2px);
}

.helix-product-card.product-model-card img {
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.helix-product-card.product-model-card h3 {
  margin: 0;
  color: var(--helix-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.helix-product-card.product-model-card p {
  margin: 4px 0 0;
  color: #596e8b;
  font-size: 11px;
  line-height: 1.35;
}

.helix-product-card.product-model-card a {
  margin-top: auto;
  padding-top: 8px;
  color: var(--helix-blue);
  font-size: 12px;
  font-weight: 800;
}

.helix-product-section .product-no-results {
  text-align: center;
}

.helix-application-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.helix-application-grid article {
  position: relative;
  min-width: 0;
  min-height: 190px;
  overflow: hidden;
  border-radius: 7px;
  background: #0b397e;
}

.helix-application-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.helix-application-grid article::after {
  display: none;
}

.helix-application-grid article:hover img {
  transform: scale(1.035);
}

.helix-application-grid h3 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 10px;
  color: #fff;
  background: #062b68;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.helix-comparison-section {
  background: #fff;
}

.helix-comparison-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #ccdbef;
  border-radius: 10px;
  background: #f8fbff;
  box-shadow: 0 12px 30px rgba(17, 58, 112, 0.055);
}

.helix-comparison-side {
  min-height: 208px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px 28px;
}

.helix-comparison-side.helix-comparison-side-primary {
  padding-right: 68px;
}

.helix-comparison-side.helix-comparison-side-secondary {
  padding-left: 56px;
  padding-right: 40px;
}

.helix-comparison-side + .helix-comparison-side {
  border-left: 1px solid #ccdbef;
}

.helix-comparison-side img {
  width: 100%;
  height: 142px;
  object-fit: contain;
}

.helix-comparison-side h3 {
  margin: 0 0 10px;
  color: var(--helix-blue);
  font-size: 16px;
  font-weight: 800;
}

.helix-comparison-side-secondary h3 {
  color: #15935b;
}

.helix-comparison-side ul {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.helix-comparison-side li {
  position: relative;
  padding-left: 17px;
  color: #3f5676;
  font-size: 12px;
  line-height: 1.3;
}

.helix-comparison-side li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--helix-blue);
  font-weight: 900;
}

.helix-comparison-side-secondary li::before {
  color: #15935b;
}

.helix-comparison-vs {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #0b469d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translate(-50%, -50%);
}

.helix-inquiry-section {
  padding: 22px 0 34px;
}

.helix-form-panel.product-form-panel {
  padding: 24px 30px;
  border-color: #d1dff1;
  border-radius: 9px;
  box-shadow: 0 14px 34px rgba(17, 58, 112, 0.07);
}

.helix-form-heading {
  max-width: 980px;
  margin: 0 auto 18px;
  text-align: center;
}

.helix-form-heading p {
  margin: 0;
  color: var(--helix-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.helix-form-heading h2 {
  margin: 4px 0 6px;
  color: #082e70;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.helix-form-heading span {
  display: block;
  color: #5b708d;
  font-size: 14px;
  line-height: 1.55;
}

.helix-form-grid.product-form-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}

.helix-form-grid.product-form-grid label {
  gap: 6px;
  color: #29486f;
  font-size: 12px;
}

.helix-form-grid.product-form-grid input,
.helix-form-grid.product-form-grid select,
.helix-form-grid.product-form-grid textarea {
  border-color: #cbdbee;
  border-radius: 4px;
  color: #1b3b68;
  background: #fff;
  font-size: 13px;
}

.helix-form-grid.product-form-grid textarea {
  min-height: 82px;
}

.helix-form-notes {
  grid-column: span 3;
}

.helix-form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.helix-form-actions .helix-primary-button {
  min-width: 180px;
}

.helix-form-actions .product-form-status {
  margin-left: 0;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .helix-family-hero-copy {
    width: 56%;
  }

  .helix-product-grid.product-model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .helix-application-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .helix-comparison-side {
    grid-template-columns: 140px minmax(0, 1fr);
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .helix-family-hero-grid {
    min-height: 420px;
  }

  .helix-family-hero-copy {
    width: 64%;
  }

  .helix-family-hero-copy h1 {
    font-size: clamp(42px, 7vw, 58px);
  }

  .helix-family-intro {
    max-width: 520px;
  }

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

  .helix-feature-grid article:nth-child(3)::before {
    display: none;
  }

  .helix-feature-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--helix-line);
  }

  .helix-filter-row.product-filter-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .helix-comparison-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .helix-comparison-side + .helix-comparison-side {
    border-top: 1px solid #ccdbef;
    border-left: 0;
  }

  .helix-comparison-side.helix-comparison-side-primary {
    padding-right: 32px;
    padding-bottom: 50px;
  }

  .helix-comparison-side.helix-comparison-side-secondary {
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 32px;
  }

  .helix-comparison-vs {
    top: 50%;
  }

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

  .helix-form-notes {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .helix-family-hero-grid {
    min-height: 0;
    display: grid;
    padding-top: 38px;
  }

  .helix-family-hero-copy {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .helix-family-hero-copy h1 {
    font-size: 44px;
  }

  .helix-family-lede {
    font-size: 16px;
  }

  .helix-family-intro {
    font-size: 13px;
  }

  .helix-family-actions {
    display: grid;
  }

  .helix-primary-button,
  .helix-secondary-button {
    width: 100%;
  }

  .helix-family-hero-visual {
    position: relative;
    inset: auto;
    width: calc(100% + var(--page-gutter) + var(--page-gutter));
    height: 250px;
    margin: 24px calc(var(--page-gutter) * -1) 0;
    transform: none;
  }

  .helix-family-hero-visual img {
    width: 170%;
    max-width: none;
    margin-left: -70%;
    object-position: right center;
  }

  .helix-product-section,
  .helix-applications-section,
  .helix-comparison-section,
  .helix-inquiry-section {
    padding: 34px 0;
  }

  .helix-section-title {
    font-size: 22px;
  }

  .helix-filter-row.product-filter-row,
  .helix-form-grid.product-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .helix-filter-row.product-filter-row button {
    width: 100%;
  }

  .helix-product-grid.product-model-grid {
    gap: 12px;
  }

  .helix-product-card.product-model-card {
    min-height: 200px;
    padding: 14px 10px;
  }

  .helix-product-card.product-model-card img {
    height: 106px;
  }

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

  .helix-comparison-side {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 16px;
  }

  .helix-comparison-side.helix-comparison-side-primary {
    padding-right: 24px;
    padding-bottom: 48px;
  }

  .helix-comparison-side.helix-comparison-side-secondary {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 24px;
  }

  .helix-comparison-side img {
    height: 120px;
  }

  .helix-comparison-side h3 {
    font-size: 13px;
  }

  .helix-comparison-side li {
    font-size: 11px;
  }

  .helix-form-panel.product-form-panel {
    padding: 28px 20px;
  }

  .helix-form-heading h2 {
    font-size: 26px;
  }

  .helix-form-notes {
    grid-column: auto;
  }

  .helix-form-actions {
    display: grid;
  }

  .helix-form-actions .product-form-status {
    text-align: center;
  }
}

@media (max-width: 430px) {
  .helix-feature-grid h3 {
    font-size: 11px;
  }

  .helix-product-card.product-model-card h3 {
    font-size: 14px;
  }

  .helix-product-card.product-model-card p,
  .helix-product-card.product-model-card a {
    font-size: 10px;
  }

  .helix-application-grid h3 {
    font-size: 10px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin: 0 auto;
}

.section {
  padding: 76px 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(223, 231, 242, 0.9);
  backdrop-filter: blur(14px);
}

.topbar {
  width: min(var(--container), calc(100% - var(--page-gutter) - var(--page-gutter)));
  height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 150px;
  height: 55px;
  object-fit: contain;
}

.language-switcher {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #71839b;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.language-switcher a {
  color: #49617f;
}

.language-switcher a[aria-current="page"] {
  color: var(--color-primary);
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  color: var(--color-primary);
  outline: none;
}

.primary-nav {
  flex: 1 1 auto;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav li {
  position: relative;
}

.primary-nav a,
.nav-trigger {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 0;
  color: #1e314d;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.nav-trigger:hover,
.nav-trigger:focus-visible {
  color: var(--color-primary);
  outline: none;
}

.nav-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 255px;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.dropdown a {
  min-height: auto;
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #243854;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  white-space: normal;
}

.dropdown a:hover,
.dropdown a:focus-visible {
  background: #f1f6ff;
}

.dropdown a.dropdown-all-products {
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
  border-radius: 6px 6px 0 0;
  color: var(--color-primary);
  font-weight: 800;
}

.has-dropdown:hover .dropdown,
.has-dropdown.is-open .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f3f7fc;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.search-form.is-open {
  border-color: #cdd9ea;
  background: #fff;
}

.search-toggle {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--color-navy-soft);
  background: transparent;
}

.search-toggle svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}

.search-form input {
  width: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: none;
  color: var(--color-text);
  background: transparent;
  transition: width 0.2s ease;
}

.search-form.is-open input {
  width: 150px;
}

.contact-button,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  color: #fff;
  background: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(33, 104, 213, 0.22);
}

.contact-button:hover,
.submit-button:hover {
  background: var(--color-primary-strong);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--color-navy);
}

.hero {
  position: relative;
  height: 600px;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: #edf6ff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.hero::before,
.hero::after {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - var(--page-gutter) - var(--page-gutter)));
  min-height: 600px;
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding: 204px 0 84px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(27px, 2.05vw, 30px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero-accent {
  color: var(--color-primary);
}

.hero p:not(.eyebrow) {
  max-width: 500px;
  margin: 16px 0 0;
  color: #30435c;
  font-size: 13px;
  line-height: 1.58;
}

.intro-stats {
  position: relative;
  z-index: 3;
  margin-top: 42px;
}

.stat-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 26px 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.stat-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 0 20px;
  border-right: 1px solid #e9eef6;
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.stat-card strong {
  display: block;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1.25;
}

.stat-card span {
  display: block;
  margin-top: 5px;
  color: #283955;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2,
.engineering h2,
.contact-copy h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p,
.engineering-copy > p:not(.eyebrow),
.contact-copy p {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 16px;
}

.challenges {
  padding-top: 88px;
  background: #fff;
}

@media (min-width: 1024px) {
  .challenges-heading {
    max-width: none;
  }

  .challenges-heading h2 {
    white-space: nowrap;
  }
}

[lang="ru"] .challenges-heading h2 {
  white-space: normal;
}

@media (min-width: 1024px) {
  [lang="ru"] .challenges-heading h2 {
    font-size: clamp(30px, 2.45vw, 37px);
  }
}

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

.challenge-card {
  min-height: 282px;
  padding: 30px 24px;
  border-right: 1px solid #e7edf5;
}

.challenge-card:last-child {
  border-right: 0;
}

.challenge-card-heading {
  min-height: 58px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.challenge-card-heading img {
  width: 48px;
  height: 48px;
  margin: 0;
  object-fit: contain;
}

.challenge-card h3,
.product-card h3,
.app-card h3,
.engineering-grid h3 {
  margin: 0;
  color: var(--color-navy);
  line-height: 1.25;
  letter-spacing: 0;
}

.challenge-card h3 {
  font-size: 18px;
}

.challenge-card p {
  margin: 12px 0 0;
  color: #5c6b7d;
  font-size: 14px;
  text-align: left;
}

.applications {
  padding-top: 26px;
  background: #fff;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.app-card {
  position: relative;
  text-align: center;
}

.app-media {
  position: relative;
}

.app-media > img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(13, 31, 55, 0.08);
}

.app-badge {
  position: absolute;
  left: 50%;
  bottom: -18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 10px 22px rgba(33, 104, 213, 0.28);
  transform: translateX(-50%);
}

.app-badge img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.app-card h3 {
  min-height: 48px;
  margin-top: 28px;
  font-size: 14px;
}

.product-families {
  background: var(--color-bg-soft);
}

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

.product-card {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 49, 84, 0.06);
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 16px;
}

.product-card h3 {
  min-height: 46px;
  font-size: 16px;
}

.product-card p {
  margin: 12px 0 18px;
  color: #52667f;
  font-size: 12px;
  line-height: 1.5;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
}

.engineering {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #fff;
}

.engineering-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 0.88fr) minmax(0, 1.5fr) minmax(260px, 0.62fr);
  gap: 42px;
  min-height: 318px;
  padding: 48px;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 19, 43, 0.98) 0%, rgba(5, 34, 73, 0.95) 48%, rgba(7, 49, 103, 0.78) 100%),
    #061b35;
  box-shadow: 0 24px 56px rgba(6, 29, 61, 0.2);
}

.container.engineering-panel {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
}

.engineering-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 50%, rgba(33, 104, 213, 0.28), transparent 34%);
  pointer-events: none;
}

.engineering-copy,
.engineering-grid {
  position: relative;
  z-index: 2;
}

.engineering-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.engineering h2,
.engineering-copy > p:not(.eyebrow),
.engineering-grid h3,
.engineering-grid p {
  color: #fff;
}

.engineering-copy > p:not(.eyebrow) {
  color: #bfd0e5;
}

.engineering-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
  padding-left: 16px;
  padding-right: 0;
}

.engineering-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.engineering-grid h3 {
  font-size: 15px;
}

.engineering-grid p {
  margin: 9px 0 0;
  color: #c7d5e8;
  font-size: 12px;
  line-height: 1.55;
}

.engineering-image {
  position: relative;
  z-index: 2;
  align-self: stretch;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.9;
  mix-blend-mode: screen;
}

@media (min-width: 981px) {
  .engineering-image {
    width: calc(100% + 48px);
    max-width: none;
    height: calc(100% + 96px);
    margin: -48px -48px -48px 0;
    object-position: 64% center;
    opacity: 0.82;
    mix-blend-mode: normal;
    filter: saturate(0.78) brightness(0.78) contrast(1.06);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, #000 62%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, #000 62%);
  }
}

.contact-cta {
  position: relative;
  overflow: hidden;
  min-height: 498px;
  padding: 44px 0 30px;
  color: #fff;
  background:
    linear-gradient(105deg, #2a0bb0 0%, #098fca 41%, #171ec9 72%, #2700aa 100%),
    #1032be;
}

.contact-cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 100%;
  background: url("../images/cta-texture.png") left bottom / auto 100% no-repeat;
  opacity: 0.36;
  mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
  pointer-events: none;
}

.contact-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 1600px) {
  .contact-panel {
    width: min(1840px, calc(100% - 112px));
  }
}

.contact-copy {
  width: min(1094px, 100%);
  max-width: 1094px;
  margin-left: auto;
  padding-top: 0;
  text-align: center;
}

.contact-copy .eyebrow {
  display: none;
}

.contact-copy h2,
.contact-copy p,
.contact-copy .eyebrow {
  color: #fff;
}

.contact-copy h2 {
  font-size: clamp(38px, 3.1vw, 44px);
  line-height: 1.08;
}

.contact-copy p {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.84);
}

.contact-form {
  display: grid;
  gap: 14px;
  width: min(1054px, 100%);
  margin-left: auto;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: block;
}

.contact-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  color: #313642;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.contact-form input {
  min-height: 62px;
  padding: 0 24px;
}

.contact-form textarea {
  height: 78px;
  min-height: 78px;
  padding: 20px 24px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #3f3f48;
  opacity: 0.86;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #9cc5ff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.32);
}

.submit-button {
  justify-self: end;
  min-height: 42px;
  margin-top: -2px;
  padding: 0 24px;
  border-color: #fff;
  color: var(--color-primary);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 27, 88, 0.18);
}

.submit-button:hover {
  color: #fff;
  border-color: var(--color-navy);
  background: var(--color-navy);
}

.form-message {
  min-height: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.form-message:empty {
  display: none;
}

.contact-page {
  --contact-container: var(--container);
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f9ff 34%, #ffffff 100%);
}

.contact-page .container {
  width: min(var(--contact-container), calc(100% - var(--page-gutter) - var(--page-gutter)));
}

.contact-page-hero {
  position: relative;
  height: 360px;
  min-height: 360px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #eaf4ff;
}

.contact-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.56) 18%, rgba(255, 255, 255, 0.08) 43%, transparent 62%),
    linear-gradient(180deg, rgba(236, 246, 255, 0.08) 0%, rgba(236, 246, 255, 0.24) 100%);
  pointer-events: none;
}

.contact-page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.contact-page-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 24px;
  text-align: center;
}

.contact-page-hero h1 {
  max-width: 540px;
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(58px, 5.2vw, 82px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-page-hero h1 span {
  display: block;
}

.contact-page-hero h1 span:last-child {
  color: var(--color-primary);
}

.contact-page-hero h1 strong {
  color: var(--color-navy);
}

.contact-page-hero-logo {
  width: clamp(290px, 31vw, 430px);
  height: auto;
  display: block;
  margin-top: 8px;
  object-fit: contain;
}

.contact-page-title-rule {
  display: block;
  width: 98px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--color-primary);
}

.contact-page-content {
  padding: 18px 0 12px;
}

.contact-page-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
}

.contact-page-channel-card,
.contact-page-info-card,
.contact-page-form,
.contact-page-trust-bar {
  border: 1px solid rgba(204, 218, 235, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 48, 92, 0.1);
}

.contact-page-channel-card {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  height: 155px;
  min-height: 155px;
  padding: 20px 26px;
}

.contact-page-channel-card > div {
  min-width: 0;
  flex: 1 1 auto;
  padding-right: 18px;
}

.contact-page-icon,
.contact-page-mini-icon,
.contact-page-trust-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e8f2ff;
}

.contact-page-icon {
  width: 74px;
  height: 74px;
}

.contact-page-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.contact-page-channel-card h2,
.contact-page-info-intro h2,
.contact-page-trust-bar h2 {
  margin: 0;
  color: var(--color-navy);
  letter-spacing: 0;
}

.contact-page-channel-card h2 {
  font-size: 16px;
  line-height: 1.35;
}

.contact-page-channel-card p {
  min-height: 42px;
  margin: 13px 0 0;
  color: #49617d;
  font-size: 13px;
  line-height: 1.55;
}

.contact-page-channel-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 11px;
}

.contact-page-channel-meta img {
  width: 16px;
  height: 16px;
}

.contact-page-channel-card a,
.contact-page-info-item a {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 13px;
}

.contact-page-card-arrow {
  position: absolute;
  right: 26px;
  bottom: 27px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: rotate(-45deg);
}

.contact-page-main-grid {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
  align-items: stretch;
}

.contact-page-info-card {
  padding: 27px 26px 22px;
}

.contact-page-info-intro h2 {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.2;
}

.contact-page-info-intro p {
  margin: 10px 0 0;
  color: #203552;
  font-size: 11px;
  line-height: 1.5;
}

.contact-page-info-image {
  width: 100%;
  aspect-ratio: 2.28 / 1;
  margin-top: 16px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 12px 28px rgba(6, 29, 61, 0.16);
}

.contact-page-info-list {
  display: grid;
  gap: 0;
  margin-top: 20px;
}

.contact-page-info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #e2eaf5;
}

.contact-page-info-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-page-mini-icon {
  width: 44px;
  height: 44px;
  margin-top: 2px;
}

.contact-page-mini-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.contact-page-linkedin-mark {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.contact-page-info-item h3 {
  margin: 0 0 3px;
  color: var(--color-navy);
  font-size: 11px;
  line-height: 1.3;
}

.contact-page-info-item p {
  margin: 0;
  color: #203552;
  font-size: 10.5px;
  line-height: 1.45;
}

.contact-page-form {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 24px 32px 18px;
}

.contact-page-form fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-page-form legend {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-page-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.contact-page-field-stack {
  display: grid;
  gap: 8px;
}

.contact-page-form label {
  display: block;
  min-width: 0;
}

.contact-page-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  border: 1px solid #cfdbea;
  border-radius: 6px;
  color: #1c2d48;
  background-color: #fff;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(20, 35, 58, 0.02);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-page-form input,
.contact-page-form select {
  min-height: 32px;
  padding: 0 14px;
  font-size: 12px;
}

.contact-page-form textarea {
  height: 58px;
  min-height: 58px;
  padding: 11px 14px;
  resize: vertical;
  font-size: 12px;
  line-height: 1.5;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #52677f;
  opacity: 0.9;
}

.contact-page-form select:invalid {
  color: #52677f;
}

.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(33, 104, 213, 0.13);
}

.contact-page-submit {
  width: 100%;
  min-height: 38px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
  font-size: 16px;
  box-shadow: 0 14px 24px rgba(33, 104, 213, 0.18);
}

.contact-page-submit svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-page .contact-page-submit:hover {
  border-color: var(--color-primary-strong);
  color: #fff;
  background: var(--color-primary-strong);
}

.contact-page-secure-note,
.contact-page-form-message {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

.contact-page-secure-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  color: #60738c;
}

.contact-page-secure-note svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-page-form-message {
  color: var(--color-primary);
  font-weight: 800;
}

.contact-page-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  padding: 11px 18px;
}

.contact-page-trust-bar article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 54px;
  padding: 0 12px;
  border-right: 1px solid #dde8f5;
}

.contact-page-trust-bar article:last-child {
  border-right: 0;
}

.contact-page-trust-icon {
  width: 46px;
  height: 46px;
}

.contact-page-trust-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-page-trust-bar h2 {
  font-size: 11px;
  line-height: 1.24;
}

.contact-page-trust-bar p {
  margin: 4px 0 0;
  color: #415875;
  font-size: 9px;
  line-height: 1.25;
}

.site-footer {
  padding: 34px 0 24px;
  background:
    radial-gradient(circle at 78% 20%, rgba(49, 126, 224, 0.22), transparent 28%),
    #0a2345;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer .container {
  width: min(var(--container), calc(100% - var(--page-gutter) - var(--page-gutter)));
}

.footer-main {
  display: grid;
  grid-template-columns: 210px repeat(5, minmax(88px, 1fr)) 72px;
  gap: 26px;
  align-items: start;
}

.footer-logo {
  width: 150px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fff;
}

.footer-logo img {
  width: 134px;
  height: auto;
  display: block;
}

.footer-brand-block p {
  max-width: 200px;
  margin: 10px 0 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.45;
}

.footer-brand-block small,
.footer-bottom {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.footer-links {
  display: grid;
  gap: 5px;
}

.footer-links h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.25;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #fff;
  outline: none;
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 26px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.footer-bottom {
  display: none;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-bottom i {
  font-style: normal;
}

@media (max-width: 1180px) {
  .topbar {
    gap: 16px;
  }

  .primary-nav a,
  .nav-trigger {
    padding: 0 8px;
    font-size: 11px;
  }

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

  .engineering-panel {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  }

  .engineering-image {
    display: none;
  }
}

@media (max-width: 980px) {
  .topbar {
    position: relative;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .header-actions {
    margin-left: auto;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: 0 0 var(--radius) var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    justify-items: stretch;
    gap: 0;
  }

  .primary-nav li {
    width: 100%;
    justify-self: stretch;
  }

  .primary-nav a,
  .nav-trigger {
    position: relative;
    width: 100%;
    justify-content: center;
    min-height: 58px;
    padding: 0 48px;
    font-size: 13px;
  }

  .nav-trigger::after {
    position: absolute;
    right: 24px;
    margin-left: 0;
  }

  .dropdown {
    position: static;
    display: none;
    width: calc(100% - 40px);
    margin: 0 auto 16px;
    padding: 12px 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .dropdown a {
    min-height: auto;
    justify-content: flex-start;
    padding: 7px 0;
    color: #243854;
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
  }

  .has-dropdown.is-open .dropdown {
    display: block;
    transform: none;
  }

  .has-dropdown:hover .dropdown,
  .has-dropdown:focus-within .dropdown {
    transform: none;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding: 46px 0 72px;
  }

  .hero::after {
    display: none;
  }

  .hero-grid,
  .contact-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .stat-panel,
  .challenge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-card:nth-child(2) {
    border-right: 0;
  }

  .stat-card:nth-child(-n + 2) {
    border-bottom: 1px solid #e9eef6;
  }

  .challenge-card {
    border-right: 0;
    border-bottom: 1px solid #e7edf5;
  }

  .challenge-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .app-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .engineering-panel {
    grid-template-columns: 1fr;
  }

  .engineering-grid {
    padding-right: 0;
  }

  .engineering-image {
    display: block;
    width: 45%;
    opacity: 0.25;
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 14px;
  }

  .section {
    padding: 58px 0;
  }

  .brand-text {
    font-size: 18px;
  }

  .header-actions {
    gap: 6px;
  }

  .search-form.is-open input {
    width: 105px;
  }

  .contact-button {
    padding: 0 12px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .intro-stats {
    margin-top: -30px;
  }

  .stat-panel,
  .challenge-grid,
  .app-grid,
  .product-grid,
  .engineering-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .stat-panel {
    padding: 16px;
  }

  .stat-card {
    min-height: 82px;
    padding: 14px 6px;
    border-right: 0;
    border-bottom: 1px solid #e9eef6;
  }

  .stat-card:nth-child(2) {
    border-right: 0;
  }

  .stat-card:last-child {
    border-bottom: 0;
  }

  .challenge-card,
  .challenge-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e7edf5;
  }

  .challenge-card:last-child {
    border-bottom: 0;
  }

  .product-card {
    min-height: auto;
  }

  .engineering-panel {
    padding: 34px 22px;
  }

  .engineering-image {
    width: 64%;
  }

  .contact-cta {
    padding: 64px 0;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(2, minmax(120px, 1fr));
  }

  .footer-social {
    justify-content: flex-start;
    padding-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .topbar {
    gap: 10px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-text {
    font-size: 16px;
  }

  .search-form {
    width: 42px;
    padding: 0 6px;
  }

  .search-form.is-open {
    width: 116px;
  }

  .search-form.is-open input {
    width: 66px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero p:not(.eyebrow),
  .section-heading p,
  .contact-copy p {
    font-size: 15px;
  }

  .section-heading h2,
  .engineering h2,
  .contact-copy h2 {
    font-size: 28px;
  }
}

@media (max-width: 1180px) {
  .contact-page-channel-grid {
    gap: 18px;
  }

  .contact-page-channel-card {
    grid-template-columns: 58px 1fr;
    padding: 24px 22px;
  }

  .contact-page-icon {
    width: 56px;
    height: 56px;
  }

  .contact-page-icon img {
    width: 32px;
    height: 32px;
  }

  .contact-page-trust-bar {
    padding: 16px;
  }

  .contact-page-trust-bar article {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .contact-page-hero {
    height: 320px;
    min-height: 320px;
  }

  .contact-page-hero-inner {
    padding: 58px 0 50px;
  }

  .contact-page-channel-grid,
  .contact-page-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-channel-card {
    height: auto;
    min-height: auto;
  }

  .contact-page-main-grid {
    gap: 20px;
  }

  .contact-page-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page-trust-bar article:nth-child(2) {
    border-right: 0;
  }

  .contact-page-trust-bar article:nth-child(-n + 2) {
    padding-bottom: 16px;
    border-bottom: 1px solid #dde8f5;
  }

  .contact-page-trust-bar article:nth-child(n + 3) {
    padding-top: 16px;
  }
}

@media (max-width: 720px) {
  .contact-page-hero {
    height: 280px;
    min-height: 280px;
  }

  .contact-page-hero::after {
    background:
      radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.64) 34%, rgba(255, 255, 255, 0.18) 66%, transparent 82%),
      linear-gradient(180deg, rgba(236, 246, 255, 0.12) 0%, rgba(236, 246, 255, 0.38) 100%);
  }

  .contact-page-hero-inner {
    padding: 48px 0 42px;
  }

  .contact-page-hero h1 {
    font-size: 46px;
  }

  .contact-page-content {
    padding-top: 18px;
  }

  .contact-page-channel-card {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 20px;
  }

  .contact-page-channel-card p {
    min-height: auto;
  }

  .contact-page-info-card,
  .contact-page-form {
    padding: 24px 20px;
  }

  .contact-page-field-grid,
  .contact-page-trust-bar {
    grid-template-columns: 1fr;
  }

  .contact-page-trust-bar article,
  .contact-page-trust-bar article:nth-child(n) {
    min-height: auto;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #dde8f5;
  }

  .contact-page-trust-bar article:first-child {
    padding-top: 0;
  }

  .contact-page-trust-bar article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-brand-block p {
    margin-bottom: 16px;
  }

  .footer-links {
    gap: 6px;
  }
}

@media (max-width: 430px) {
  .contact-page-hero {
    height: 226px;
    min-height: 226px;
  }

  .contact-page-hero h1 {
    font-size: 38px;
  }

  .contact-page-title-rule {
    width: 64px;
    margin-top: 16px;
  }

  .contact-page-channel-grid,
  .contact-page-main-grid {
    gap: 14px;
  }

  .contact-page-channel-card {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .contact-page-icon {
    width: 48px;
    height: 48px;
  }

  .contact-page-icon img {
    width: 28px;
    height: 28px;
  }

  .contact-page-info-item {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .contact-page-submit {
    min-height: 48px;
    font-size: 16px;
  }
}

.company-page {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 42%, #ffffff 100%);
}

.company-hero {
  position: relative;
  height: 600px;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--color-navy);
  background: #edf6ff;
}

.company-hero-bg,
.company-hero-overlay {
  position: absolute;
  inset: 0;
}

.company-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.company-hero-overlay {
  background:
    radial-gradient(circle at 78% 46%, rgba(33, 104, 213, 0.08), transparent 32%),
    linear-gradient(90deg, rgba(237, 246, 255, 0.98) 0%, rgba(237, 246, 255, 0.88) 42%, rgba(237, 246, 255, 0.34) 72%, rgba(237, 246, 255, 0.06) 100%);
}

.company-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - var(--page-gutter) - var(--page-gutter)));
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 116px 0 84px;
}

.company-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: nowrap;
}

.company-hero h1 span {
  display: inline;
}

.company-hero-accent {
  color: var(--color-primary);
}

.company-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #30435c;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.58;
}

.company-intro,
.company-values,
.company-mission {
  padding: 84px 0;
}

.company-intro {
  position: relative;
  z-index: 3;
  padding-top: 42px;
  padding-bottom: 42px;
}

.company-intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
  padding: 42px 48px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.company-intro-grid > .company-section-heading {
  text-align: center;
}

.company-section-heading h2,
.company-mission-copy h3 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.company-section-heading-centered {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.company-intro-copy {
  display: grid;
  gap: 18px;
}

.company-intro-copy p {
  margin: 0;
  color: #354a66;
  font-size: 16px;
  line-height: 1.72;
}

.company-values {
  padding-top: 42px;
  background: var(--color-bg-soft);
}

.company-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.company-value-card {
  min-height: 286px;
  padding: 26px 22px 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 49, 84, 0.06);
}

.company-value-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid #d6e7fb;
  border-radius: var(--radius);
  background: #eef6ff;
}

.company-value-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.company-value-card h3 {
  min-height: 48px;
  margin: 0;
  color: var(--color-navy);
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: 0;
}

.company-value-card p {
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.58;
}

.company-mission {
  color: #dcecff;
  background: #fff;
}

.company-mission-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  min-height: 390px;
  padding: 48px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(4, 19, 43, 0.98) 0%, rgba(5, 34, 73, 0.95) 52%, rgba(7, 49, 103, 0.82) 100%),
    #061b35;
  box-shadow: 0 24px 56px rgba(6, 29, 61, 0.2);
}

.company-mission-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 22%, rgba(33, 104, 213, 0.28), transparent 34%);
  pointer-events: none;
}

.company-mission-media,
.company-mission-copy {
  position: relative;
  z-index: 2;
}

.company-mission-media {
  overflow: hidden;
  border: 1px solid rgba(184, 216, 255, 0.34);
  border-radius: var(--radius);
  background: #0b244c;
}

.company-mission-media img {
  width: 100%;
  height: 332px;
  object-fit: cover;
}

.company-mission-copy .eyebrow {
  color: #8fdcff;
}

.company-mission-copy h3,
.company-mission-copy p {
  color: #fff;
}

.company-mission-copy h3 {
  max-width: 680px;
  font-size: clamp(32px, 2.8vw, 42px);
}

.company-mission-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #dcecff;
  font-size: 17px;
  line-height: 1.72;
}

.company-mission-belief {
  padding: 2px 0 2px 20px;
  border-left: 4px solid #55d4ff;
  font-weight: 800;
}

@media (max-width: 980px) {
  .company-hero {
    height: auto;
    min-height: 520px;
  }

  .company-hero-inner {
    width: min(var(--container), calc(100% - var(--page-gutter) - var(--page-gutter)));
    min-height: 520px;
    padding: 92px 0 70px;
  }

  .company-intro-grid,
  .company-mission-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .company-intro-grid,
  .company-mission-grid {
    padding: 34px;
  }

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

  .company-value-card {
    min-height: 246px;
  }
}

@media (max-width: 720px) {
  .company-hero {
    min-height: 480px;
  }

  .company-hero-inner {
    min-height: 480px;
    padding: 66px 0;
  }

  .company-hero h1 {
    font-size: 42px;
  }

  .company-intro,
  .company-values,
  .company-mission {
    padding: 58px 0;
  }

  .company-intro {
    padding-top: 28px;
    padding-bottom: 29px;
  }

  .company-values {
    padding-top: 29px;
  }

  .company-intro-grid,
  .company-mission-grid {
    padding: 26px 22px;
  }

  .company-section-heading-centered {
    margin-bottom: 28px;
    text-align: left;
  }

  .company-value-grid {
    grid-template-columns: 1fr;
  }

  .company-value-card {
    min-height: auto;
  }

  .company-mission-media img {
    height: 260px;
  }
}

@media (max-width: 430px) {
  .company-hero h1 {
    font-size: clamp(32px, 9.2vw, 36px);
  }

  .company-hero p:not(.eyebrow),
  .company-intro-copy p,
  .company-mission-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .company-section-heading h2,
  .company-mission-copy h3 {
    font-size: 28px;
  }
}

.products-page {
  overflow-x: hidden;
  background: #fff;
}

.products-hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background:
    linear-gradient(90deg, #fff 0%, #f7fbff 45%, #eaf5ff 100%);
}

.products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 74% 46%, rgba(37, 113, 218, 0.08) 0 1px, transparent 1px 22px);
  opacity: 0.48;
  pointer-events: none;
}

.products-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
}

.products-hero-copy {
  padding: 34px 0 36px;
}

.products-hero h1 {
  max-width: 540px;
  margin: 0;
  color: #071d67;
  font-size: clamp(42px, 3.75vw, 56px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.products-hero p {
  max-width: 540px;
  margin: 18px 0 0;
  color: #233b69;
  font-size: 16px;
  line-height: 1.58;
}

.products-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  margin-top: 20px;
  padding: 0 24px;
  border-radius: 6px;
  color: #fff;
  background: #0754da;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(7, 84, 218, 0.22);
}

.products-primary-link:hover {
  background: #0446bf;
}

.products-hero-visual {
  position: relative;
  min-height: 268px;
}

.products-hero-img {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 22px rgba(9, 32, 76, 0.16));
  mix-blend-mode: multiply;
}

.products-hero-img-helix-small {
  left: 5%;
  bottom: 42px;
  width: 118px;
}

.products-hero-img-helix-large {
  left: 25%;
  top: 4px;
  width: 170px;
}

.products-hero-img-patch {
  right: 20%;
  bottom: 24px;
  width: 210px;
}

.products-hero-img-combo {
  right: 1%;
  top: 42px;
  width: 246px;
}

.products-hero-img-marine {
  right: 0;
  bottom: 42px;
  width: 76px;
}

.product-series-section {
  padding: 24px 0 14px;
}

.product-series-table {
  overflow: hidden;
  border: 1px solid #d4e4fb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 54, 112, 0.08);
}

.product-series-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.36fr) minmax(150px, 0.52fr);
  min-height: 96px;
  border-bottom: 1px solid #d9e7f8;
}

.product-series-row:last-child {
  border-bottom: 0;
}

.product-series-row:nth-child(odd):not(.product-series-head) {
  background: #f6fbff;
}

.product-series-head {
  min-height: 42px;
  color: #fff;
  background: #0754da;
  font-size: 14px;
  font-weight: 800;
}

.product-series-row > div {
  display: flex;
  align-items: center;
  border-right: 1px solid #d9e7f8;
}

.product-series-row > div:last-child {
  border-right: 0;
}

.product-series-head > div {
  justify-content: center;
  border-right-color: rgba(255, 255, 255, 0.22);
}

.product-series-family {
  gap: 20px;
  padding: 12px 24px;
}

.product-series-family img {
  width: 84px;
  height: 66px;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-series-family h3 {
  margin: 0;
  color: #0733a6;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.product-series-copy {
  padding: 14px 34px;
}

.product-series-copy p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: #243d6f;
  font-size: 13px;
  line-height: 1.43;
}

.product-series-copy p::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0733a6;
}

.product-series-action {
  justify-content: center;
  padding: 16px;
}

.product-series-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #0754da;
  border-radius: 6px;
  color: #0754da;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.product-series-action a:hover {
  color: #fff;
  background: #0754da;
}

.featured-products-section {
  padding: 10px 0 0;
}

.products-section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.products-section-bar h2 {
  margin: 0;
  color: #071d67;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.products-section-bar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0754da;
  font-size: 13px;
  font-weight: 800;
}

.featured-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.featured-product-card {
  min-height: 228px;
  display: flex;
  flex-direction: column;
  padding: 13px 15px 15px;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 53, 106, 0.06);
}

.featured-product-card img {
  width: 100%;
  height: 104px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.featured-product-card h3 {
  margin: 9px 0 0;
  color: #0733a6;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.featured-product-card p {
  margin: 8px 0 12px;
  color: #243d6f;
  font-size: 13px;
  line-height: 1.42;
}

.featured-product-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: #0754da;
  font-size: 13px;
  font-weight: 800;
}

.antenna-guide-section {
  margin-top: 42px;
  padding: 0 0 42px;
}

.antenna-guide-heading {
  max-width: 890px;
  margin: 0 auto 16px;
  text-align: center;
}

.antenna-guide-heading h2 {
  margin: 0;
  color: #071d67;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.antenna-guide-heading p {
  margin: 6px 0 0;
  color: #243d6f;
  font-size: 12px;
}

.antenna-guide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #d9e7f8;
}

.antenna-guide-card {
  min-height: 140px;
  padding: 16px 18px 0;
  border-right: 1px solid #d9e7f8;
  text-align: center;
}

.antenna-guide-card:last-child {
  border-right: 0;
}

.antenna-guide-card img {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.antenna-guide-card h3 {
  min-height: 34px;
  margin: 0;
  color: #071d67;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.antenna-guide-card p {
  margin: 6px 0 0;
  color: #243d6f;
  font-size: 12px;
  line-height: 1.38;
}

@media (max-width: 1180px) {
  .products-hero-grid {
    grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
  }

  .products-hero h1 {
    font-size: 44px;
  }

  .products-hero p {
    font-size: 15px;
    line-height: 1.46;
  }

  .products-primary-link {
    min-height: 42px;
    margin-top: 16px;
  }

  .featured-product-grid {
    gap: 18px;
  }

  .featured-product-card {
    padding: 16px;
  }
}

@media (max-width: 980px) {
  .products-hero {
    min-height: auto;
  }

  .products-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .products-hero-copy {
    padding: 54px 0 10px;
  }

  .products-hero-visual {
    min-height: 260px;
  }

  .product-series-row {
    grid-template-columns: minmax(230px, 0.85fr) minmax(0, 1.15fr) minmax(128px, 0.45fr);
  }

  .product-series-family {
    gap: 14px;
    padding: 16px;
  }

  .product-series-family img {
    width: 96px;
  }

  .product-series-family h3 {
    font-size: 18px;
  }

  .product-series-copy {
    padding: 18px 22px;
  }

  .product-series-copy p {
    font-size: 13px;
  }

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

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

  .antenna-guide-card {
    min-height: 164px;
    border-bottom: 1px solid #d9e7f8;
  }

  .antenna-guide-card:nth-child(2n) {
    border-right: 0;
  }

  .antenna-guide-card:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .products-hero-copy {
    padding-top: 42px;
  }

  .products-hero h1 {
    font-size: 39px;
  }

  .products-hero p {
    font-size: 16px;
  }

  .products-primary-link {
    width: 100%;
  }

  .products-hero-visual {
    min-height: 215px;
  }

  .products-hero-img-helix-small {
    left: 0;
    width: 108px;
  }

  .products-hero-img-helix-large {
    left: 18%;
    width: 142px;
  }

  .products-hero-img-patch {
    right: 24%;
    width: 150px;
  }

  .products-hero-img-combo {
    right: -8%;
    width: 174px;
  }

  .products-hero-img-marine {
    right: 2%;
    width: 78px;
  }

  .product-series-section {
    padding-top: 22px;
  }

  .product-series-table {
    border-radius: 6px;
  }

  .product-series-head {
    display: none;
  }

  .product-series-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-series-row > div {
    border-right: 0;
  }

  .product-series-family {
    align-items: center;
    padding: 20px 20px 8px;
  }

  .product-series-copy {
    padding: 8px 20px 18px;
  }

  .product-series-action {
    justify-content: flex-start;
    padding: 0 20px 22px;
  }

  .product-series-action a {
    width: 100%;
  }

  .products-section-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .featured-product-grid,
  .antenna-guide-grid {
    grid-template-columns: 1fr;
  }

  .featured-product-card {
    min-height: auto;
  }

  .antenna-guide-heading {
    text-align: left;
  }

  .antenna-guide-section {
    margin-top: 34px;
  }

  .antenna-guide-grid {
    border-top: 0;
  }

  .antenna-guide-card,
  .antenna-guide-card:nth-child(2n),
  .antenna-guide-card:last-child {
    min-height: auto;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid #d9e7f8;
  }

  .antenna-guide-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 430px) {
  .products-hero h1 {
    font-size: 34px;
  }

  .products-hero p,
  .product-series-copy p,
  .featured-product-card p {
    font-size: 14px;
  }

  .product-series-family h3,
  .featured-product-card h3 {
    font-size: 18px;
  }

  .products-section-bar h2,
  .antenna-guide-heading h2 {
    font-size: 25px;
  }
}

.product-family-page,
.product-detail-page {
  overflow-x: hidden;
  background: #fff;
}

.product-family-hero,
.product-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, #f8fcff 0%, #edf6ff 47%, #dcecff 100%);
}

.product-family-hero::before,
.product-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1)),
    repeating-radial-gradient(circle at 82% 44%, rgba(7, 84, 218, 0.08) 0 1px, transparent 1px 24px);
  pointer-events: none;
}

.product-family-hero-grid,
.product-detail-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 52px 0;
}

.product-family-hero h1,
.product-detail-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #071d67;
  font-size: clamp(44px, 4vw, 62px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.product-family-hero p,
.product-detail-hero p {
  max-width: 680px;
  margin: 16px 0 0;
  color: #233b69;
  font-size: 16px;
  line-height: 1.58;
}

.product-family-lede {
  color: #0d3a96 !important;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.36 !important;
}

.product-family-actions {
  --product-family-action-height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 24px;
}

.product-family-actions .products-primary-link,
.product-family-actions .products-secondary-link {
  height: var(--product-family-action-height);
  min-height: var(--product-family-action-height);
  margin-top: 0;
}

@media (max-width: 1180px) {
  .product-family-actions {
    --product-family-action-height: 42px;
  }
}

.products-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #8bb4ee;
  border-radius: 6px;
  color: #0754da;
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.products-secondary-link:hover {
  border-color: #0754da;
  background: #fff;
}

.product-family-visual,
.product-detail-visual {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
}

.product-family-visual img,
.product-detail-visual img {
  max-width: min(520px, 92%);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(7, 38, 92, 0.18));
  mix-blend-mode: multiply;
}

.product-family-visual img + img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 220px;
  max-height: 150px;
  opacity: 0.88;
}

.product-page-section {
  padding: 56px 0;
}

.product-page-section-soft {
  background: #f6fbff;
}

.product-section-heading {
  max-width: 840px;
  margin-bottom: 24px;
}

.product-section-heading-row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.product-section-heading h2 {
  margin: 0;
  color: #071d67;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.product-section-heading p:not(.eyebrow) {
  max-width: 420px;
  margin: 10px 0 0;
  color: #425a82;
  font-size: 15px;
  line-height: 1.5;
}

.product-section-heading.product-section-heading-wide p {
  max-width: 920px;
}

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

.product-feature-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-feature-card,
.product-process-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(17, 53, 106, 0.06);
}

.product-feature-card span,
.product-process-grid strong {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0754da;
  font-size: 14px;
  font-weight: 800;
}

.product-feature-card h3,
.product-process-grid h3,
.product-model-card h3,
.product-application-grid h3 {
  margin: 0;
  color: #071d67;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.product-feature-card p,
.product-process-grid p,
.product-model-card p,
.product-application-grid p {
  margin: 10px 0 0;
  color: #425a82;
  font-size: 14px;
  line-height: 1.5;
}

.product-filter-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  gap: 12px;
  margin-bottom: 22px;
  align-items: end;
}

.product-filter-row label {
  display: grid;
  gap: 7px;
  color: #233b69;
  font-size: 12px;
  font-weight: 800;
}

.product-filter-row select,
.product-filter-row button,
.product-request-form input,
.product-request-form select,
.product-request-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c9daf1;
  border-radius: 6px;
  color: #1f3969;
  background: #fff;
  font: inherit;
}

.product-filter-row select,
.product-request-form input,
.product-request-form select {
  padding: 0 12px;
}

.product-filter-row button {
  padding: 0 18px;
  color: #0754da;
  font-weight: 800;
  cursor: pointer;
}

.product-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product-model-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 53, 106, 0.06);
}

.product-model-card[hidden] {
  display: none;
}

.product-model-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-model-meta {
  margin: 0 0 8px !important;
  color: #0754da !important;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.product-model-card a {
  display: inline-flex;
  gap: 10px;
  margin-top: 14px;
  color: #0754da;
  font-size: 13px;
  font-weight: 800;
}

.product-no-results {
  margin: 18px 0 0;
  color: #425a82;
  font-weight: 700;
}

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

.product-application-grid article {
  overflow: hidden;
  min-height: 220px;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(17, 53, 106, 0.06);
}

.product-application-grid img {
  width: 100%;
  height: 142px;
  object-fit: cover;
}

.product-application-grid h3 {
  padding: 16px 18px 18px;
  font-size: 16px;
}

.product-comparison-table,
.product-spec-table {
  overflow-x: auto;
  border: 1px solid #d4e4fb;
  border-radius: 8px;
  background: #fff;
}

.product-comparison-table table,
.product-spec-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.product-comparison-table th,
.product-comparison-table td,
.product-spec-table th,
.product-spec-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #d9e7f8;
  text-align: left;
  color: #233b69;
  font-size: 14px;
  line-height: 1.45;
}

.product-comparison-table th,
.product-spec-table th {
  color: #fff;
  background: #0754da;
  font-weight: 800;
}

.product-comparison-table tr:nth-child(odd) td,
.product-spec-table tr:nth-child(odd) td {
  background: #f6fbff;
}

.product-form-panel {
  padding: 34px;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 53, 106, 0.08);
}

.product-form-panel h2 {
  margin: 0;
  color: #071d67;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
}

.product-form-panel > p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 22px;
  color: #425a82;
  line-height: 1.55;
}

.product-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.product-request-form label {
  display: grid;
  gap: 7px;
  color: #233b69;
  font-size: 13px;
  font-weight: 800;
}

.product-request-form textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}

.product-form-full {
  grid-column: 1 / -1;
}

.product-form-status {
  display: inline-flex;
  margin-left: 14px;
  color: #0754da;
  font-weight: 800;
}

.product-detail-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  border-top: 1px solid #d9e7f8;
  border-bottom: 1px solid #d9e7f8;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.product-detail-nav .container {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-detail-nav a {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 6px;
  color: #233b69;
  font-size: 13px;
  font-weight: 800;
}

.product-detail-nav a:hover {
  color: #0754da;
  background: #eef6ff;
}

.product-detail-overview {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: start;
}

.product-gallery-main,
.product-structure-panel {
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 53, 106, 0.06);
}

.product-gallery-main {
  display: grid;
  min-height: 320px;
  place-items: center;
}

.product-gallery-main img {
  width: min(320px, 80%);
  max-height: 260px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.product-gallery-thumbs img {
  width: 100%;
  height: 110px;
  padding: 10px;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.product-detail-overview h2 {
  margin: 0;
  color: #071d67;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
}

.product-detail-overview p {
  color: #425a82;
  line-height: 1.58;
}

.product-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.product-check-list li {
  position: relative;
  padding-left: 26px;
  color: #233b69;
  font-weight: 700;
  line-height: 1.45;
}

.product-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0754da;
}

.product-structure-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
}

.product-structure-panel img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 6px;
}

.product-structure-panel p {
  margin: 0;
  color: #425a82;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .product-feature-grid,
  .product-process-grid,
  .product-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-filter-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-model-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .product-family-hero-grid,
  .product-detail-hero-grid,
  .product-detail-overview,
  .product-structure-panel {
    grid-template-columns: 1fr;
  }

  .product-family-hero-grid,
  .product-detail-hero-grid {
    gap: 12px;
    padding: 44px 0 28px;
  }

  .product-family-visual,
  .product-detail-visual {
    min-height: 220px;
  }

  .product-section-heading-row {
    display: block;
  }

  .product-form-grid,
  .product-filter-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .product-family-hero h1,
  .product-detail-hero h1 {
    font-size: 36px;
  }

  .product-family-actions {
    display: grid;
  }

  .products-secondary-link,
  .product-family-actions .products-primary-link {
    width: 100%;
  }

  .product-feature-grid,
  .product-process-grid,
  .product-application-grid {
    grid-template-columns: 1fr;
  }

  .product-model-card {
    grid-template-columns: 1fr;
  }

  .product-form-panel {
    padding: 22px;
  }

  .product-form-status {
    display: block;
    margin: 12px 0 0;
  }
}

.capabilities-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 0 29%, rgba(23, 113, 255, 0.08) 0 1px, transparent 1px 28px),
    #fff;
}

.capabilities-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, #f8fcff 0%, #eff8ff 46%, #dcebff 100%);
}

.capabilities-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -42% 50%;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(38, 119, 226, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(38, 119, 226, 0.035),
    0 0 0 106px rgba(38, 119, 226, 0.026);
  pointer-events: none;
}

.capabilities-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(620px, 1.15fr) minmax(420px, 0.85fr);
  gap: 48px;
  align-items: center;
  padding: 64px 0;
}

.capabilities-hero-copy {
  max-width: 760px;
}

.capabilities-eyebrow,
.capabilities-brand-mark {
  margin: 0 0 12px;
  color: #0754da;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.capabilities-hero h1 {
  margin: 0;
  color: #071d67;
  font-size: clamp(42px, 3.8vw, 56px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.capabilities-hero-copy p:not(.capabilities-eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #233b69;
  font-size: 18px;
  line-height: 1.7;
}

.capabilities-hero-visual {
  position: relative;
  min-height: 360px;
  padding: 22px;
  border: 1px solid rgba(190, 215, 247, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 70px rgba(7, 42, 91, 0.14);
}

.capabilities-hero-visual > img {
  width: 100%;
  height: 316px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.capabilities-hero-product-row {
  position: absolute;
  right: 34px;
  bottom: -34px;
  display: grid;
  grid-template-columns: repeat(3, 86px);
  gap: 12px;
  padding: 12px;
  border: 1px solid #d7e7fb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(7, 42, 91, 0.14);
}

.capabilities-hero-product-row img {
  width: 86px;
  height: 62px;
  object-fit: contain;
}

.capabilities-engineering {
  position: relative;
  padding: 76px 0 74px;
  background:
    linear-gradient(180deg, #fff 0%, #f9fcff 100%);
}

.capabilities-engineering::before {
  content: none;
}

.capabilities-section-heading {
  margin-bottom: 32px;
}

.capabilities-section-heading-centered {
  text-align: center;
}

.capabilities-brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.capabilities-brand-mark::before,
.capabilities-brand-mark::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #9dc7ff;
}

.capabilities-section-heading h2 {
  margin: 0;
  color: #071d67;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.capabilities-section-heading > p:not(.capabilities-brand-mark) {
  max-width: 760px;
  margin: 18px auto 0;
  color: #405276;
  font-size: 17px;
  line-height: 1.62;
}

.capabilities-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.capability-card {
  grid-column: span 2;
  min-height: 324px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #d6e6fb;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 54, 112, 0.08);
}

.capability-card-large {
  grid-column: span 3;
}

.capability-card-heading {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.capability-card-heading img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.capability-card h3 {
  margin: 0;
  color: #0637bd;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.capability-card p {
  margin: 10px 0 0;
  color: #263f66;
  font-size: 15px;
  line-height: 1.56;
}

.capability-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: #1478ff;
}

.capability-image-grid {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}

.capability-image-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.capability-image-grid img {
  width: 100%;
  height: 112px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  background: #f1f7ff;
}

.capability-image-grid img[src*="product-"] {
  object-fit: contain;
  padding: 10px;
  border: 1px solid #e1ebf8;
}

.capabilities-process {
  position: relative;
  padding: 76px 0;
  background:
    radial-gradient(circle at 7% 12%, rgba(20, 120, 255, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.capabilities-process-panel,
.capabilities-proof-panel {
  border: 1px solid #d8e8fb;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 54, 112, 0.08);
}

.capabilities-process-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 34px 38px;
}

.capabilities-process-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.capabilities-process-step img {
  width: 78px;
  height: 78px;
  padding: 16px;
  border-radius: 50%;
  background: #edf6ff;
  object-fit: contain;
}

.capabilities-process-step h3 {
  margin: 0;
  color: #0754da;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.capabilities-process-step p {
  margin: 10px 0 0;
  color: #263f66;
  font-size: 15px;
  line-height: 1.55;
}

.capabilities-process-arrow {
  display: flex;
  justify-content: center;
  color: #1478ff;
  font-size: 34px;
  font-weight: 700;
}

.capabilities-proof-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: center;
  margin-top: 34px;
  min-height: 178px;
  padding: 34px 34px 34px 38px;
}

.capabilities-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.capabilities-proof-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 0 13px;
  border-right: 1px solid #d6e6fb;
}

.capabilities-proof-item:first-child {
  padding-left: 0;
}

.capabilities-proof-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.capabilities-proof-item img {
  width: 62px;
  height: 72px;
  object-fit: contain;
}

.capabilities-proof-item h3 {
  margin: 0;
  color: #0754da;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
}

.capabilities-proof-item p {
  margin: 8px 0 0;
  color: #263f66;
  font-size: 13px;
  line-height: 1.56;
}

.capabilities-proof-map-wrap {
  position: relative;
  z-index: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  pointer-events: none;
}

.capabilities-proof-map {
  width: 100%;
  height: 134px;
  object-fit: contain;
  object-position: right center;
}

.capabilities-cta {
  padding: 20px 0 76px;
  background: #fff;
}

.capabilities-cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 182px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 38px 56px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(4, 27, 64, 0.86), rgba(6, 60, 148, 0.88)),
    url("../images/cta-texture.png") center / cover no-repeat;
  box-shadow: 0 24px 54px rgba(5, 31, 81, 0.18);
}

.capabilities-cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.capabilities-cta-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.5;
}

.capabilities-cta-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 5px;
  color: #0754da;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.capabilities-cta-panel a:hover {
  color: #043c9f;
}

@media (max-width: 1180px) {
  .capabilities-hero-grid {
    grid-template-columns: minmax(520px, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
  }

  .capabilities-hero h1 {
    font-size: 40px;
  }

  .capability-card {
    padding: 20px;
  }

  .capabilities-process-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .capabilities-process-arrow {
    display: none;
  }

  .capabilities-process-step {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .capabilities-proof-panel {
    grid-template-columns: 1fr;
  }

  .capabilities-proof-map-wrap {
    display: none;
  }
}

@media (max-width: 980px) {
  .capabilities-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 54px 0 72px;
  }

  .capabilities-hero-copy {
    max-width: none;
  }

  .capabilities-hero-visual {
    min-height: auto;
  }

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

  .capability-card,
  .capability-card-large {
    grid-column: span 1;
  }

  .capabilities-process-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px;
  }

  .capabilities-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .capabilities-proof-item {
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 0 22px;
  }

  .capabilities-proof-item h3 {
    font-size: 18px;
  }

  .capabilities-proof-item:nth-child(2) {
    border-right: 0;
  }

  .capabilities-proof-item:nth-child(3) {
    padding-left: 0;
  }

  .capabilities-cta-panel {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .capabilities-hero h1,
  .capabilities-section-heading h2 {
    font-size: 36px;
  }

  .capabilities-hero-copy p:not(.capabilities-eyebrow),
  .capabilities-section-heading > p:not(.capabilities-brand-mark) {
    font-size: 15px;
  }

  .capabilities-hero-visual {
    padding: 12px;
  }

  .capabilities-hero-visual > img {
    height: 230px;
  }

  .capabilities-hero-product-row {
    position: static;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 12px;
  }

  .capabilities-hero-product-row img {
    width: 100%;
  }

  .capabilities-engineering,
  .capabilities-process {
    padding: 54px 0;
  }

  .capabilities-card-grid,
  .capabilities-process-panel,
  .capabilities-proof-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: auto;
  }

  .capability-card-heading {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .capability-card-heading img {
    width: 42px;
    height: 42px;
  }

  .capability-card h3 {
    font-size: 22px;
  }

  .capability-image-grid,
  .capability-image-grid-2,
  .capability-image-grid-3 {
    grid-template-columns: 1fr;
  }

  .capability-image-grid img {
    height: 170px;
  }

  .capabilities-process-step {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .capabilities-process-step img {
    width: 64px;
    height: 64px;
    padding: 13px;
  }

  .capabilities-proof-panel {
    padding: 26px;
  }

  .capabilities-proof-item,
  .capabilities-proof-item:first-child,
  .capabilities-proof-item:last-child,
  .capabilities-proof-item:nth-child(3) {
    padding: 0;
    border-right: 0;
  }

  .capabilities-cta {
    padding-bottom: 54px;
  }

  .capabilities-cta-panel {
    padding: 32px 22px;
  }

  .capabilities-cta-panel a {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .capabilities-hero h1,
  .capabilities-section-heading h2 {
    font-size: 32px;
  }

  .capability-card {
    padding: 18px;
  }

  .capability-card-heading,
  .capabilities-process-step,
  .capabilities-proof-item {
    grid-template-columns: 1fr;
  }

  .capabilities-process-step img,
  .capabilities-proof-item img {
    margin-bottom: 4px;
  }

  .capabilities-proof-item h3 {
    white-space: normal;
  }
}

.technical-support-page {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5faff 38%, #ffffff 100%);
}

.ts-hero {
  position: relative;
  min-height: 470px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #edf7ff;
}

.ts-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 32%, rgba(255, 255, 255, 0.18) 64%, transparent 100%),
    linear-gradient(180deg, rgba(245, 251, 255, 0.18) 0%, rgba(226, 242, 255, 0.2) 100%);
  pointer-events: none;
}

.ts-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ts-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 470px;
  padding: 72px 0;
}

.ts-hero-copy {
  max-width: 610px;
}

.ts-eyebrow {
  margin: 0 0 12px;
  color: #0754da;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ts-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #071d67;
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.ts-title-rule {
  display: block;
  width: 74px;
  height: 4px;
  margin: 22px 0 18px;
  border-radius: 999px;
  background: #1478ff;
}

.ts-hero-copy > p:not(.ts-eyebrow) {
  max-width: 540px;
  margin: 0;
  color: #20426f;
  font-size: 17px;
  line-height: 1.68;
}

.ts-fast-contact {
  padding: 26px 0 34px;
  background: #fff;
}

.ts-fast-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ts-contact-card {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 30px;
  border: 1px solid rgba(139, 201, 255, 0.58);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(64, 185, 255, 0.74), transparent 34%),
    linear-gradient(135deg, #064fc6 0%, #087de0 52%, #064fc6 100%);
  box-shadow:
    0 18px 38px rgba(10, 91, 198, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.ts-contact-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(161, 223, 255, 0.5);
  border-radius: 7px;
  pointer-events: none;
}

.ts-contact-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.ts-contact-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ts-contact-card div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ts-contact-card h2 {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.ts-contact-card a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  word-break: break-word;
}

.ts-contact-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.3;
}

.ts-overview {
  padding: 8px 0 54px;
  background: #fff;
}

.ts-overview-panel {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 34px;
  border: 1px solid #d9eafc;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(239, 248, 255, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 42px rgba(15, 54, 112, 0.08);
}

.ts-overview-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #e8f4ff;
}

.ts-overview-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ts-overview-panel p {
  margin: 0;
  color: #213c63;
  font-size: 16px;
  line-height: 1.66;
}

.ts-capabilities {
  padding: 62px 0 70px;
  background:
    radial-gradient(circle at 6% 22%, rgba(20, 120, 255, 0.11) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.ts-section-heading {
  max-width: 830px;
  margin: 0 0 32px;
}

.ts-section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ts-capabilities-heading {
  max-width: none;
}

@media (min-width: 1181px) {
  .ts-capabilities-heading h2 {
    white-space: nowrap;
  }
}

.ts-section-heading h2,
.ts-validation-copy h2,
.ts-faq-heading h2,
.ts-bottom-cta-panel h2 {
  margin: 0;
  color: #071d67;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.ts-section-heading h2,
.ts-validation-copy h2,
.ts-faq-heading h2 {
  font-size: clamp(34px, 3.6vw, 52px);
}

.ts-faq-heading h2 {
  text-align: center;
  text-wrap: balance;
}

.ts-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ts-capability-card {
  min-height: 248px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px 24px 24px;
  border: 1px solid #d6e6fb;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 54, 112, 0.08);
}

.ts-capability-card > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.ts-capability-card h3 {
  margin: 0;
  color: #064fc6;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.ts-capability-card h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 13px;
  border-radius: 999px;
  background: #1478ff;
}

.ts-capability-card p {
  margin: 14px 0 0;
  color: #263f66;
  font-size: 14px;
  line-height: 1.58;
}

.ts-capability-content {
  min-width: 0;
}

.ts-validation {
  padding: 76px 0;
  background: #fff;
}

.ts-validation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
  gap: 42px;
  align-items: center;
}

.ts-validation-copy {
  max-width: 680px;
}

.ts-validation-copy p:not(.ts-eyebrow) {
  margin: 18px 0 0;
  color: #263f66;
  font-size: 16px;
  line-height: 1.68;
}

.ts-validation-media {
  overflow: hidden;
  border: 1px solid #d8e8fb;
  border-radius: 8px;
  background: #061d3d;
  box-shadow: 0 24px 54px rgba(5, 31, 81, 0.16);
}

.ts-validation-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.ts-process {
  padding: 72px 0 76px;
  background: #f6fbff;
}

.ts-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ts-process-step {
  position: relative;
  min-height: 266px;
  padding: 24px;
  border: 1px solid #d8e8fb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 54, 112, 0.07);
}

.ts-process-step span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #0754da;
  background: #e8f4ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.ts-process-step h3 {
  margin: 0;
  color: #071d67;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.ts-process-title-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ts-process-step p {
  margin: 13px 0 0;
  color: #405276;
  font-size: 14px;
  line-height: 1.58;
}

.ts-faq {
  padding: 76px 0;
  background: #fff;
}

.ts-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.ts-faq-heading {
  width: 100%;
}

.ts-faq-list {
  display: grid;
  gap: 12px;
}

.ts-faq-list details {
  border: 1px solid #d8e8fb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 54, 112, 0.06);
}

.ts-faq-list summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: #071d67;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.ts-faq-list summary:focus-visible {
  outline: 3px solid rgba(33, 104, 213, 0.22);
  outline-offset: 2px;
}

.ts-faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: #405276;
  font-size: 15px;
  line-height: 1.66;
}

.ts-bottom-cta {
  padding: 0 0 78px;
  background: #fff;
}

.ts-bottom-cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 42px 50px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 27, 64, 0.9), rgba(6, 76, 180, 0.9)),
    url("../images/cta-texture.png") center / cover no-repeat;
  box-shadow: 0 24px 54px rgba(5, 31, 81, 0.18);
}

.ts-bottom-cta-panel h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.ts-bottom-cta-panel p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.58;
}

.ts-bottom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ts-primary-link,
.ts-secondary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.ts-primary-link {
  color: #0754da;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.ts-secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ts-primary-link:hover {
  color: #043c9f;
}

.ts-secondary-link:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1180px) {
  .ts-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ts-bottom-cta-panel {
    grid-template-columns: 1fr;
  }

  .ts-bottom-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .ts-hero,
  .ts-hero-inner {
    min-height: 430px;
  }

  .ts-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.28) 72%, transparent 100%),
      linear-gradient(180deg, rgba(245, 251, 255, 0.2) 0%, rgba(226, 242, 255, 0.28) 100%);
  }

  .ts-fast-contact-grid,
  .ts-validation-grid,
  .ts-faq-grid {
    grid-template-columns: 1fr;
  }

  .ts-validation-grid {
    gap: 28px;
  }

  .ts-faq-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .ts-hero,
  .ts-hero-inner {
    min-height: 390px;
  }

  .ts-hero-bg {
    object-position: 58% center;
  }

  .ts-hero h1,
  .ts-section-heading h2,
  .ts-validation-copy h2,
  .ts-faq-heading h2 {
    font-size: 34px;
  }

  .ts-hero-copy > p:not(.ts-eyebrow),
  .ts-validation-copy p:not(.ts-eyebrow),
  .ts-overview-panel p {
    font-size: 15px;
  }

  .ts-fast-contact {
    padding-top: 18px;
  }

  .ts-contact-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .ts-contact-icon {
    width: 56px;
    height: 56px;
  }

  .ts-contact-card a {
    font-size: 20px;
  }

  .ts-overview-panel,
  .ts-process-step {
    padding: 22px;
  }

  .ts-overview-panel,
  .ts-capability-grid,
  .ts-process-grid {
    grid-template-columns: 1fr;
  }

  .ts-overview-icon {
    width: 64px;
    height: 64px;
  }

  .ts-capabilities,
  .ts-validation,
  .ts-process,
  .ts-faq {
    padding: 54px 0;
  }

  .ts-capability-card,
  .ts-process-step {
    min-height: auto;
  }

  .ts-validation-media img {
    height: 260px;
  }

  .ts-bottom-cta {
    padding-bottom: 54px;
  }

  .ts-bottom-cta-panel {
    padding: 32px 22px;
  }

  .ts-bottom-cta-actions,
  .ts-primary-link,
  .ts-secondary-link {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .ts-hero,
  .ts-hero-inner {
    min-height: 360px;
  }

  .ts-hero-inner {
    padding: 46px 0;
  }

  .ts-hero h1,
  .ts-section-heading h2,
  .ts-validation-copy h2,
  .ts-faq-heading h2 {
    font-size: 30px;
  }

  .ts-contact-card {
    grid-template-columns: 1fr;
  }

  .ts-contact-card a {
    font-size: 18px;
  }

  .ts-faq-list summary {
    font-size: 15px;
  }
}

.distributor-page {
  overflow-x: hidden;
  color: #061d3d;
  background: #fff;
}

.distributor-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid #dfe8f5;
  background: #f4f9ff;
}

.distributor-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.distributor-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(236, 246, 255, 0.08) 0%, rgba(236, 246, 255, 0.2) 100%);
  pointer-events: none;
}

.distributor-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 58px 0 54px;
}

.distributor-hero-copy {
  max-width: 720px;
}

.distributor-hero h1 {
  margin: 0;
  color: #082d83;
  font-size: clamp(46px, 4vw, 62px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.distributor-hero-lede {
  max-width: 600px;
  margin: 18px 0 0;
  color: #0757dc;
  font-size: clamp(22px, 2.08vw, 32px);
  font-weight: 800;
  line-height: 1.28;
}

.distributor-hero-copy p:not(.distributor-hero-lede) {
  max-width: 500px;
  margin: 20px 0 0;
  color: #09215c;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.72;
}

.distributor-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.distributor-primary-button,
.distributor-secondary-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.distributor-primary-button {
  color: #fff;
  background: #0757dc;
  box-shadow: 0 14px 30px rgba(7, 87, 220, 0.18);
}

.distributor-secondary-button {
  color: #0757dc;
  border: 1px solid #0757dc;
  background: rgba(255, 255, 255, 0.84);
}

.distributor-secondary-button img {
  width: 24px;
  height: 24px;
}

.distributor-primary-button:hover,
.distributor-primary-button:focus-visible,
.distributor-secondary-button:hover,
.distributor-secondary-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(7, 87, 220, 0.16);
}

.distributor-overview {
  padding: 42px 0 46px;
  border-bottom: 1px solid #dfe8f5;
  background: #fff;
}

.distributor-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
}

.distributor-overview-panel:first-child {
  padding-right: 66px;
  border-right: 1px solid #d7e4f4;
}

.distributor-heading-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.distributor-heading-row img {
  width: 34px;
  height: 34px;
}

.distributor-overview h2,
.distributor-benefits h2,
.distributor-support h2,
.distributor-process h2,
.distributor-contact h2 {
  margin: 0;
  color: #071d61;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.distributor-overview-panel > p {
  max-width: 570px;
  margin: 28px 0 0;
  color: #09215c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.72;
}

.distributor-check-list,
.distributor-fit-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.distributor-check-list {
  display: grid;
  gap: 20px;
}

.distributor-check-list li,
.distributor-fit-list li {
  position: relative;
  color: #09215c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.distributor-check-list li {
  padding-left: 32px;
}

.distributor-check-list li::before,
.distributor-fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0757dc;
}

.distributor-check-list li::after,
.distributor-fit-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.distributor-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.distributor-type-grid article {
  min-height: 94px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  background: #fff;
}

.distributor-type-grid img {
  width: 42px;
  height: 42px;
}

.distributor-type-grid h3 {
  margin: 0;
  color: #071d61;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.distributor-benefits {
  padding: 24px 0 26px;
  border-bottom: 1px solid #dfe8f5;
  background: #fbfdff;
}

.distributor-benefits h2,
.distributor-process h2,
.distributor-contact h2 {
  text-align: center;
}

.distributor-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.distributor-benefit-grid article {
  min-height: 214px;
  padding: 28px 18px 22px;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.distributor-benefit-grid img {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

.distributor-benefit-grid h3 {
  min-height: 22px;
  margin: 0;
  color: #071d61;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.28;
}

.distributor-benefit-grid p {
  margin: 16px 0 0;
  color: #09215c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.distributor-support {
  padding: 34px 0 30px;
  border-bottom: 1px solid #dfe8f5;
  background: #fff;
}

.distributor-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 54px;
  align-items: start;
}

.distributor-support-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.distributor-support-card-grid article {
  min-height: 128px;
  padding: 24px 22px 18px;
  border-right: 1px solid #d8e4f3;
  border-bottom: 1px solid #d8e4f3;
}

.distributor-support-card-grid article:nth-child(3n) {
  border-right: 0;
}

.distributor-support-card-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.distributor-support-card-grid img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.distributor-support-card-grid h3 {
  margin: 0;
  color: #071d61;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.24;
}

.distributor-support-card-grid p {
  margin: 7px 0 0;
  color: #09215c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.48;
}

.distributor-fit-list {
  margin-top: 22px;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.distributor-fit-list li {
  min-height: 39px;
  display: flex;
  align-items: center;
  padding: 10px 18px 10px 50px;
  border-bottom: 1px solid #d8e4f3;
}

.distributor-fit-list li:last-child {
  border-bottom: 0;
}

.distributor-fit-list li::before {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.distributor-fit-list li::after {
  left: 23px;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-45deg);
}

.distributor-process {
  padding: 22px 0 34px;
  border-bottom: 1px solid #dfe8f5;
  background: #fbfdff;
}

.distributor-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}

.distributor-process-grid article {
  position: relative;
  min-height: 176px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.distributor-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 21px;
  left: calc(50% + 38px);
  width: calc(100% - 46px);
  border-top: 2px dotted #0757dc;
}

.distributor-process-grid article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 17px;
  right: -12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0757dc;
  border-right: 2px solid #0757dc;
  transform: rotate(45deg);
}

.distributor-process-grid span {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0757dc;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.distributor-process-grid img {
  width: 48px;
  height: 48px;
  margin: 18px 0 12px;
}

.distributor-process-grid h3 {
  margin: 0;
  color: #071d61;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.24;
}

.distributor-process-grid p {
  max-width: 150px;
  margin: 8px auto 0;
  color: #09215c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.54;
}

.distributor-contact {
  padding: 12px 0 12px;
  background: #fff;
}

.distributor-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.distributor-contact-grid article {
  min-height: 118px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px 28px;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  background: #fff;
}

.distributor-contact-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 12px;
  background: #0757dc;
  box-shadow: 0 12px 22px rgba(7, 87, 220, 0.18);
}

.distributor-contact-icon img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1);
}

.distributor-whatsapp-icon {
  border-radius: 50%;
  background: #32b144;
}

.distributor-contact-grid h3 {
  margin: 0;
  color: #071d61;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.distributor-contact-grid a {
  display: inline-block;
  margin-top: 4px;
  color: #0757dc;
  font-size: 16px;
  font-weight: 800;
}

.distributor-contact-grid p {
  margin: 11px 0 0;
  color: #09215c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

.distributor-application {
  padding: 0 0 54px;
  background: #fff;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.distributor-application-panel {
  overflow: hidden;
  padding: 34px 108px 34px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 37, 135, 0.96) 0%, rgba(4, 67, 184, 0.93) 54%, rgba(3, 31, 111, 0.96) 100%),
    url("../images/cta-texture.png") center / cover no-repeat;
  box-shadow: 0 24px 56px rgba(3, 43, 136, 0.18);
}

.distributor-application-intro {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 720px;
  margin-bottom: 20px;
}

.distributor-application-intro > span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.distributor-application-intro img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}

.distributor-application h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
}

.distributor-application p {
  max-width: 600px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.48;
}

.distributor-form h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.distributor-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 38px;
  gap: 8px 42px;
}

.distributor-form label:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.distributor-form label:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.distributor-form label:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.distributor-form label:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.distributor-form label:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.distributor-form label:nth-child(6) {
  grid-column: 2;
  grid-row: 3 / span 2;
}

.distributor-form label:nth-child(7) {
  grid-column: 1;
  grid-row: 4;
}

.distributor-form label {
  display: grid;
}

.distributor-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.distributor-form input,
.distributor-form select,
.distributor-form textarea {
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 42, 134, 0.18);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
}

.distributor-form input,
.distributor-form select {
  height: 38px;
}

.distributor-form textarea {
  height: 84px;
  min-height: 84px;
  padding-top: 11px;
  resize: none;
}

.distributor-form select {
  color: #fff;
}

.distributor-form select option {
  color: #061d3d;
}

.distributor-form input::placeholder,
.distributor-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.distributor-form input:focus,
.distributor-form select:focus,
.distributor-form textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

.distributor-form button {
  width: min(380px, 100%);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #0757dc;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 1180px) {
  .distributor-hero {
    min-height: 450px;
  }

  .distributor-hero-inner {
    min-height: 450px;
  }

  .distributor-overview-grid {
    gap: 42px;
  }

  .distributor-overview-panel:first-child {
    padding-right: 42px;
  }

  .distributor-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .distributor-application-panel {
    padding: 34px 64px;
  }
}

@media (max-width: 980px) {
  .distributor-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 0.34) 84%, rgba(255, 255, 255, 0.2) 100%),
      linear-gradient(180deg, rgba(236, 246, 255, 0.08) 0%, rgba(236, 246, 255, 0.2) 100%);
  }

  .distributor-hero-copy {
    max-width: 540px;
  }

  .distributor-overview-grid,
  .distributor-support-grid,
  .distributor-contact-grid {
    grid-template-columns: 1fr;
  }

  .distributor-overview-panel:first-child {
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid #d7e4f4;
  }

  .distributor-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .distributor-process-grid article:not(:last-child)::before,
  .distributor-process-grid article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .distributor-hero,
  .distributor-hero-inner {
    min-height: auto;
  }

  .distributor-hero-bg {
    opacity: 0.42;
    object-position: 64% center;
  }

  .distributor-hero-inner {
    padding: 58px 0 54px;
  }

  .distributor-hero h1 {
    font-size: 40px;
  }

  .distributor-hero-lede {
    font-size: 22px;
  }

  .distributor-hero-copy p:not(.distributor-hero-lede) {
    font-size: 15px;
  }

  .distributor-hero-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .distributor-primary-button,
  .distributor-secondary-button {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .distributor-overview,
  .distributor-support {
    padding: 34px 0;
  }

  .distributor-overview h2,
  .distributor-benefits h2,
  .distributor-support h2,
  .distributor-process h2,
  .distributor-contact h2 {
    font-size: 25px;
  }

  .distributor-heading-row {
    align-items: flex-start;
  }

  .distributor-type-grid,
  .distributor-benefit-grid,
  .distributor-support-card-grid,
  .distributor-process-grid,
  .distributor-form-grid {
    grid-template-columns: 1fr;
  }

  .distributor-form-grid {
    grid-auto-rows: auto;
  }

  .distributor-form label:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .distributor-support-card-grid article,
  .distributor-support-card-grid article:nth-child(3n),
  .distributor-support-card-grid article:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid #d8e4f3;
  }

  .distributor-support-card-grid article:last-child {
    border-bottom: 0;
  }

  .distributor-process-grid article {
    min-height: auto;
    padding-bottom: 8px;
  }

  .distributor-contact-grid article {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }

  .distributor-contact-icon {
    width: 62px;
    height: 62px;
  }

  .distributor-contact-icon img {
    width: 36px;
    height: 36px;
  }

  .distributor-application-panel {
    padding: 28px 20px;
  }

  .distributor-application-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .distributor-application h2 {
    font-size: 26px;
  }
}

@media (max-width: 430px) {
  .distributor-hero h1 {
    font-size: 34px;
  }

  .distributor-hero-lede {
    font-size: 19px;
  }

  .distributor-type-grid article,
  .distributor-contact-grid article {
    grid-template-columns: 1fr;
  }

  .distributor-contact-icon {
    justify-self: start;
  }

  .distributor-fit-list li {
    padding-right: 14px;
  }
}

.solutions-page {
  background: #f6f9fd;
  color: var(--color-text);
}

.solutions-subnav {
  position: sticky;
  top: var(--header-height);
  z-index: 30;
  border-bottom: 1px solid rgba(213, 224, 239, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.solutions-subnav-inner {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.solutions-subnav-inner::-webkit-scrollbar {
  display: none;
}

.solutions-subnav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #2d4261;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.solutions-subnav a:hover,
.solutions-subnav a:focus-visible {
  border-color: #cfe0f4;
  color: var(--color-primary);
  background: #f1f7ff;
  outline: none;
}

.solutions-subnav a[aria-current="page"] {
  border-color: #cfe0f4;
  color: var(--color-primary);
  background: #f1f7ff;
}

.solution-section {
  scroll-margin-top: calc(var(--header-height) + 66px);
  background: #fff;
}

.solution-section + .solution-section {
  border-top: 1px solid #dce7f4;
}

.solution-section:nth-of-type(odd) {
  background: #f7fbff;
}

.solution-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 24px 0 20px;
  background: #edf6ff;
}

.solution-section-robotics .solution-hero {
  background: #edf5ff;
}

.solution-section-survey .solution-hero {
  background: #f4fbff;
}

.solution-hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.solution-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 30px;
  align-items: center;
  min-height: 376px;
}

.solution-hero-copy {
  max-width: 600px;
}

.solution-section-uav .solution-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
}

.solution-section-robotics .solution-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
}

.solution-section-uav .solution-hero-copy,
.solution-section-uav .solution-hero h1 {
  max-width: 680px;
}

.solution-section-robotics .solution-hero-copy,
.solution-section-robotics .solution-hero h1 {
  max-width: 680px;
}

.solution-section-robotics .solution-hero h1 {
  font-size: clamp(38px, 3.6vw, 52px);
}

.solution-kicker {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.solution-hero h1,
.solution-section-heading h2,
.solution-support-copy h2 {
  margin: 0;
  color: var(--color-navy);
  font-weight: 800;
  letter-spacing: 0;
}

.solution-hero h1 {
  max-width: 620px;
  font-size: clamp(38px, 3.6vw, 52px);
  line-height: 1.02;
}

.solution-hero-copy > p:not(.solution-kicker) {
  max-width: 570px;
  margin: 18px 0 0;
  color: #38506f;
  font-size: 16px;
  line-height: 1.66;
}

.solution-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.solution-hero-actions a,
.solution-submit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  color: #fff;
  background: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 24px rgba(33, 104, 213, 0.2);
}

.solution-hero-actions a:last-child {
  color: var(--color-primary);
  background: #fff;
  box-shadow: none;
}

.solution-hero-actions a:hover,
.solution-hero-actions a:focus-visible,
.solution-submit:hover,
.solution-submit:focus-visible {
  border-color: var(--color-primary-strong);
  background: var(--color-primary-strong);
  color: #fff;
  outline: none;
}

.solution-hero-stage {
  position: relative;
  min-height: 376px;
}

.solution-hero-products {
  position: absolute;
  right: -2%;
  bottom: -26px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  align-items: end;
  width: min(680px, 108%);
}

.solution-section-robotics .solution-hero-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-section-survey .solution-hero-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-hero-products img {
  width: 100%;
  height: 138px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 12px rgba(17, 45, 78, 0.2));
}

.solution-hero-products img:first-child {
  height: 164px;
}

.solution-intro {
  padding: 34px 0 18px;
  background: #fff;
}

.solution-intro-panel {
  padding: 30px 34px;
  border: 1px solid #dde8f5;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 48, 92, 0.08);
}

.solution-intro-panel p {
  max-width: 1160px;
  margin: 0 auto;
  color: #344a68;
  font-size: 17px;
  line-height: 1.72;
  text-align: center;
}

.solution-challenges,
.solution-products,
.solution-applications,
.solution-support {
  padding: 72px 0;
}

.solution-challenges {
  background: #fff;
}

.solution-section-heading {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.solution-section-heading h2,
.solution-support-copy h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.solution-section-heading p,
.solution-support-copy p,
.solution-form > p {
  margin: 14px 0 0;
  color: #5b6f89;
  font-size: 15px;
  line-height: 1.6;
}

.solution-challenge-grid {
  display: grid;
  gap: 16px;
}

.solution-challenge-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-challenge-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-challenge-card {
  display: grid;
  align-content: start;
  min-height: 218px;
  padding: 26px 20px;
  border: 1px solid #dfe9f5;
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 30px rgba(20, 55, 96, 0.06);
}

.solution-challenge-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0 auto 16px;
}

.solution-challenge-card h3,
.solution-tech-grid h3,
.solution-product-feature h3,
.solution-app-grid h3,
.solution-form h3 {
  margin: 0;
  color: var(--color-navy);
  letter-spacing: 0;
}

.solution-challenge-card h3 {
  min-height: 48px;
  font-size: 16px;
  line-height: 1.28;
}

.solution-challenge-card p {
  margin: 12px 0 0;
  color: #607188;
  font-size: 12px;
  line-height: 1.55;
}

.solution-support-copy li strong {
  color: var(--color-navy);
  font-weight: 800;
}

.solution-engineering {
  padding: 58px 0 64px;
  background: #f6f9fd;
}

.solution-engineering-panel {
  overflow: hidden;
  padding: 30px 36px 34px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(120deg, rgba(4, 22, 49, 0.98) 0%, rgba(9, 46, 91, 0.98) 54%, rgba(8, 77, 135, 0.92) 100%),
    #061d3d;
  box-shadow: 0 22px 54px rgba(6, 29, 61, 0.22);
}

.solution-engineering-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(178, 210, 249, 0.22);
}

.solution-engineering-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.solution-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 28px 0;
}

.solution-metric-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 104px;
  padding: 0 28px;
  border-right: 1px solid rgba(178, 210, 249, 0.24);
  text-align: left;
}

.solution-metric-grid article:last-child {
  border-right: 0;
}

.solution-metric-grid img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}

.solution-metric-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(22px, 2.25vw, 32px);
  line-height: 1.1;
}

.solution-metric-grid span {
  display: block;
  max-width: 300px;
  margin: 8px 0 0;
  color: #c7d9ef;
  font-size: 12px;
  line-height: 1.45;
}

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

.solution-tech-grid article {
  min-height: 204px;
  padding: 22px 18px;
  border: 1px solid rgba(172, 205, 244, 0.26);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.solution-tech-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.solution-tech-grid h3 {
  margin-top: 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.28;
}

.solution-tech-grid p {
  margin: 10px 0 0;
  color: #c5d6ea;
  font-size: 12px;
  line-height: 1.56;
}

.solution-products {
  background: #fff;
}

.solution-product-stack {
  display: grid;
  gap: 22px;
}

.solution-product-feature {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  min-height: 280px;
  padding: 28px 34px;
  border: 1px solid #dce7f4;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 48, 88, 0.07);
}

.solution-product-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
}

.solution-product-feature:nth-child(even) .solution-product-media {
  order: 2;
}

.solution-product-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-height: 220px;
  padding: 18px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
}

.solution-product-feature:nth-child(2) .solution-product-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-product-media img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  object-position: center bottom;
  padding: 4px;
  background: transparent;
  filter: drop-shadow(0 14px 12px rgba(26, 58, 94, 0.16));
}

.solution-product-feature span {
  display: inline-flex;
  min-width: 46px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}

.solution-product-feature h3 {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.16;
}

.solution-product-feature p {
  margin: 16px 0 0;
  color: #516780;
  font-size: 15px;
  line-height: 1.68;
}

.solution-applications {
  background: #f6f9fd;
}

.solution-app-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.solution-app-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-app-grid article {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 48, 86, 0.08);
}

.solution-app-grid img {
  width: 100%;
  aspect-ratio: 1.36 / 1;
  object-fit: cover;
}

.solution-app-grid h3 {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  color: #fff;
  background: var(--color-navy);
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.solution-app-grid h3 small {
  display: block;
  margin-top: 4px;
  color: #c9daf2;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
}

.solution-support {
  background: #fff;
}

.robotics-support-overview {
  position: relative;
  margin: 18px 0 62px;
  padding: 34px 0 28px;
  border: 1px solid #dce7f5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 65, 126, 0.06);
}

.robotics-support-overview > h2 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  max-width: calc(100% - 44px);
  padding: 0 20px;
  margin: 0;
  color: #174ba5;
  background: #fff;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.robotics-support-overview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.robotics-support-overview-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 116px;
  padding: 16px 18px;
  border-left: 1px solid #dce7f5;
}

.robotics-support-overview-grid article:first-child {
  border-left: 0;
}

.robotics-support-overview-grid img {
  width: 48px;
  height: 48px;
}

.robotics-support-overview-grid h3 {
  margin: 0;
  color: #174ba5;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.robotics-support-overview-grid p {
  margin: 8px 0 0;
  color: #36547f;
  font-size: 11px;
  line-height: 1.45;
}

.robotics-support-overview-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 44px);
  padding: 0 14px;
  margin: 0;
  color: #174ba5;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transform: translate(-50%, 50%);
}

.robotics-support-detail-grid {
  margin-top: 0;
}

.solution-support-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
}

.solution-section-uav .solution-support-grid {
  grid-template-columns: minmax(580px, 0.95fr) minmax(0, 1.05fr);
}

.solution-section-uav .solution-support-copy h2 {
  font-size: clamp(30px, 2.8vw, 40px);
}

.solution-support-copy,
.solution-form {
  border: 1px solid #dce7f4;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 48, 92, 0.09);
}

.solution-support-copy {
  padding: 34px;
}

.solution-support-copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.solution-support-copy li {
  position: relative;
  padding-left: 26px;
  color: #394f6d;
  font-size: 14px;
  line-height: 1.55;
}

.solution-support-copy li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  transform: translateY(-50%);
}

.solution-form {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
}

.solution-form h3 {
  font-size: 24px;
  line-height: 1.2;
}

.solution-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solution-form label {
  display: block;
  min-width: 0;
}

.solution-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.solution-form input,
.solution-form select,
.solution-form textarea {
  width: 100%;
  border: 1px solid #cfdbea;
  border-radius: 6px;
  color: #1c2d48;
  background: #fff;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(20, 35, 58, 0.02);
}

.solution-form input,
.solution-form select {
  min-height: 44px;
  padding: 0 14px;
  font-size: 13px;
}

.solution-form textarea {
  min-height: 96px;
  padding: 13px 14px;
  resize: vertical;
  font-size: 13px;
  line-height: 1.5;
}

.solution-form input::placeholder,
.solution-form textarea::placeholder {
  color: #52677f;
  opacity: 0.9;
}

.solution-form select:invalid {
  color: #52677f;
}

.solution-form input:focus,
.solution-form select:focus,
.solution-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(33, 104, 213, 0.13);
}

.solution-submit {
  justify-self: start;
  min-width: 156px;
  margin-top: 2px;
}

.solution-form .form-message {
  color: var(--color-primary);
}

@media (max-width: 1180px) {
  .solution-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
    gap: 30px;
  }

  .solution-section-uav .solution-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  }

  .solution-section-robotics .solution-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  }

  .solution-section-uav .solution-support-grid {
    grid-template-columns: 1fr;
  }

  .solution-challenge-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .solution-product-feature,
  .solution-product-feature:nth-child(even) {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  }

  .solution-app-grid,
  .solution-app-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .solutions-subnav {
    top: var(--header-height);
  }

  .solution-hero {
    padding: 42px 0 20px;
  }

  .solution-hero-background {
    object-position: 68% center;
    opacity: 0.32;
  }

  .solution-hero-grid,
  .solution-support-grid {
    grid-template-columns: 1fr;
  }

  .solution-section-uav .solution-hero-grid,
  .solution-section-uav .solution-support-grid,
  .solution-section-robotics .solution-hero-grid {
    grid-template-columns: 1fr;
  }

  .solution-hero-copy {
    max-width: 760px;
  }

  .robotics-support-overview {
    padding-top: 26px;
  }

  .robotics-support-overview > h2 {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: 0 12px;
    margin: -40px auto 18px;
    white-space: normal;
    transform: none;
  }

  .robotics-support-overview-grid {
    grid-template-columns: 1fr;
  }

  .robotics-support-overview-grid article {
    min-height: auto;
    padding: 18px 22px;
    border-top: 1px solid #dce7f5;
    border-left: 0;
  }

  .robotics-support-overview-grid article:first-child {
    border-top: 0;
  }

  .robotics-support-overview-grid h3 {
    font-size: 14px;
  }

  .robotics-support-overview-grid p {
    font-size: 12px;
  }

  .robotics-support-overview-caption {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    max-width: none;
    padding: 18px 22px 0;
    border-top: 1px solid #dce7f5;
    font-size: 12px;
    transform: none;
  }

  .solution-hero-stage {
    min-height: 270px;
  }

  .solution-hero-products {
    right: 0;
    bottom: -14px;
    width: min(700px, 100%);
  }

  .solution-challenge-grid-four,
  .solution-challenge-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-engineering-heading,
  .solution-metric-grid {
    grid-template-columns: 1fr;
  }

  .solution-metric-grid {
    gap: 18px;
  }

  .solution-metric-grid article {
    min-height: auto;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(178, 210, 249, 0.24);
  }

  .solution-metric-grid article:last-child {
    border-bottom: 0;
  }

  .solution-product-feature,
  .solution-product-feature:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .solution-product-feature:nth-child(even) .solution-product-media {
    order: 0;
  }
}

@media (max-width: 720px) {
  .solutions-subnav-inner {
    justify-content: flex-start;
  }

  .solution-hero h1,
  .solution-section-robotics .solution-hero h1 {
    font-size: 36px;
  }

  .solution-hero-background {
    object-position: 70% center;
    opacity: 0.24;
  }

  .solution-hero-copy > p:not(.solution-kicker),
  .solution-intro-panel p {
    font-size: 15px;
  }

  .solution-hero-actions {
    display: grid;
  }

  .solution-hero-actions a {
    width: 100%;
  }

  .solution-hero-stage {
    min-height: 210px;
  }

  .solution-hero-products {
    right: 0;
    bottom: -8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .solution-section-robotics .solution-hero-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .solution-section-survey .solution-hero-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-hero-products img {
    height: 92px;
  }

  .solution-hero-products img:first-child {
    height: 112px;
  }

  .solution-intro-panel,
  .solution-engineering-panel,
  .solution-product-feature,
  .solution-support-copy,
  .solution-form {
    padding: 22px;
  }

  .solution-challenges,
  .solution-products,
  .solution-applications,
  .solution-support {
    padding: 52px 0;
  }

  .solution-challenge-grid-four,
  .solution-challenge-grid-five,
  .solution-tech-grid,
  .solution-app-grid,
  .solution-app-grid-five,
  .solution-form-grid {
    grid-template-columns: 1fr;
  }

  .solution-challenge-card {
    min-height: auto;
  }

  .solution-challenge-card h3 {
    min-height: 0;
  }

  .solution-product-media,
  .solution-product-feature:nth-child(2) .solution-product-media {
    grid-template-columns: 1fr;
  }

  .solution-product-media img {
    height: 150px;
  }

  .solution-app-grid h3 {
    min-height: 52px;
  }
}

@media (min-width: 560px) {
  .solution-section-uav .solution-title-line {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 640px) {
  .title-two-line .title-line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .solution-hero h1,
  .solution-section-robotics .solution-hero h1,
  .solution-section-heading h2,
  .solution-support-copy h2 {
    font-size: 30px;
  }

  .solution-section-heading {
    margin-bottom: 26px;
  }

  .solution-engineering-panel,
  .solution-product-feature,
  .solution-support-copy,
  .solution-form {
    padding: 18px;
  }

  .solution-form h3 {
    font-size: 21px;
  }

  .solution-submit {
    width: 100%;
  }
}

/* Solutions visual fidelity pass: source of truth is the SOLUTIONS Word brief. */
.solutions-page {
  background: #fff;
}

.solution-hero {
  min-height: 420px;
  padding: 20px 0 16px;
}

.solution-hero h1,
.solution-section-robotics .solution-hero h1 {
  font-size: clamp(36px, 3.25vw, 46px);
  line-height: 1.04;
}

.solution-hero-copy > p:not(.solution-kicker) {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.solution-hero-actions {
  gap: 10px;
  margin-top: 20px;
}

.solution-hero-actions a {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
  box-shadow: none;
}

.solution-hero-actions a::after {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  content: "";
  background: url("../images/tabler-arrow-right.svg") center / contain no-repeat;
  filter: brightness(0) invert(1);
}

.solution-hero-actions a:last-child::after {
  filter: none;
}

.solution-hero-stage {
  min-height: 292px;
}

.solution-hero-products {
  bottom: -20px;
}

.solution-intro {
  padding: 24px 0;
  background: #fff;
}

.solution-intro-panel {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.solution-intro-panel p {
  max-width: 1220px;
  color: #263e60;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
}

.solution-intro-icon {
  display: none;
}

.solution-section-survey .solution-intro {
  padding: 12px 0;
  background: #edf6ff;
}

.solution-section-survey .solution-intro-panel {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.solution-section-survey .solution-intro-icon {
  display: block;
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 50%;
  background: #deedff;
}

.solution-section-survey .solution-intro-panel p {
  max-width: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.solution-challenges,
.solution-products,
.solution-applications,
.solution-support {
  padding: 34px 0;
}

.solution-section-heading {
  max-width: none;
  margin: 0 auto 20px;
  text-align: center;
}

.solution-section-heading h2,
.solution-support-copy h2 {
  color: #15479a;
  font-size: 18px;
  line-height: 1.18;
  text-transform: uppercase;
}

.solution-section-heading p,
.solution-support-copy p,
.solution-form > p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.solution-challenge-grid {
  gap: 12px;
}

.solution-challenge-card {
  min-height: 220px;
  padding: 20px 14px 18px;
  border-color: #dce6f2;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 13px rgba(19, 58, 111, 0.06);
}

.solution-challenge-card img {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
}

.solution-challenge-card h3 {
  min-height: 36px;
  color: #123f8d;
  font-size: 13px;
  line-height: 1.28;
}

.solution-challenge-card p {
  margin-top: 8px;
  color: #445b78;
  font-size: 11px;
  line-height: 1.45;
}

.solution-section-uav .solution-challenge-card {
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  align-content: center;
  min-height: 110px;
  padding: 10px 14px;
  border-color: #e1e9f3;
  border-radius: 9px;
  text-align: left;
  box-shadow: 0 5px 14px rgba(19, 58, 111, 0.07);
}

.solution-section-uav .solution-challenge-card img {
  grid-row: 1 / 3;
  align-self: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 11px;
  border-radius: 50%;
  background: #edf4ff;
  object-fit: contain;
}

.solution-section-uav .solution-challenge-card h3,
.solution-section-uav .solution-challenge-card p {
  grid-column: 2;
}

.solution-section-uav .solution-challenge-card h3 {
  min-height: 0;
  align-self: end;
  font-size: 11px;
  line-height: 1.25;
}

.solution-section-uav .solution-challenge-card p {
  align-self: start;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.42;
}

.solution-section-uav .solution-challenges {
  padding: 20px 0 14px;
}

.solution-section-uav .solution-challenges .solution-section-heading {
  margin-bottom: 9px;
}

.solution-section-uav .solution-challenges .solution-section-heading h2 {
  font-size: 16px;
  line-height: 1.2;
}

.solution-section-uav .solution-challenges .solution-section-heading p,
.solution-products .solution-section-heading p {
  display: none;
}

.solution-engineering {
  padding: 18px 0;
  background: #f2f6fb;
}

.solution-engineering-panel {
  padding: 10px 28px 14px;
  border-radius: 0;
  background-color: #082554;
  background-image: url("../images/cta-texture.png");
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.solution-section-uav .solution-engineering,
.solution-section-robotics .solution-engineering {
  padding: 0;
  background-color: #082554;
  background-image: url("../images/cta-texture.png");
  background-position: center;
  background-size: cover;
}

.solution-section-survey .solution-engineering {
  padding: 0 0 18px;
  background: #f2f6fb;
}

.solution-section-survey .solution-engineering-dark {
  background-color: #082554;
  background-image: url("../images/cta-texture.png");
  background-position: center;
  background-size: cover;
}

.solution-section-uav .solution-engineering-panel,
.solution-section-robotics .solution-engineering-panel,
.solution-section-survey .solution-engineering-panel {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  min-height: 340px;
  padding: 18px 28px;
  background: transparent;
}

.solution-engineering-heading {
  padding-bottom: 11px;
  border-bottom-color: rgba(188, 216, 250, 0.25);
}

.solution-section-uav .solution-engineering-heading,
.solution-section-robotics .solution-engineering-heading,
.solution-section-survey .solution-engineering-heading {
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 0;
}

.solution-section-uav .solution-engineering-heading::before,
.solution-section-uav .solution-engineering-heading::after,
.solution-section-robotics .solution-engineering-heading::before,
.solution-section-robotics .solution-engineering-heading::after,
.solution-section-survey .solution-engineering-heading::before,
.solution-section-survey .solution-engineering-heading::after {
  content: "";
  width: min(120px, 10vw);
  height: 1px;
  flex: 0 0 min(120px, 10vw);
  background: rgba(205, 225, 250, 0.48);
}

.solution-engineering-heading h2 {
  font-size: clamp(17px, 1.65vw, 21px);
}

.solution-metric-grid {
  padding: 8px 0 10px;
}

.solution-metric-grid article {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-height: 68px;
  padding: 0 22px;
}

.solution-metric-grid img {
  width: 38px;
  height: 38px;
}

.solution-metric-grid strong {
  font-size: clamp(20px, 2vw, 28px);
}

.solution-metric-grid span {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.35;
}

.solution-section-uav .solution-metric-grid strong,
.solution-section-robotics .solution-metric-grid strong,
.solution-section-survey .solution-metric-grid strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.solution-section-uav .solution-metric-grid strong > span,
.solution-section-robotics .solution-metric-grid strong > span,
.solution-section-survey .solution-metric-grid strong > span {
  max-width: none;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.solution-section-uav .solution-metric-grid .solution-metric-value,
.solution-section-robotics .solution-metric-grid .solution-metric-value,
.solution-section-survey .solution-metric-grid .solution-metric-value {
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 800;
}

.solution-section-uav .solution-metric-grid .solution-metric-unit,
.solution-section-robotics .solution-metric-grid .solution-metric-unit,
.solution-section-survey .solution-metric-grid .solution-metric-unit {
  font-size: 14px;
  font-weight: 700;
}

.solution-section-uav .solution-metric-grid .solution-metric-description,
.solution-section-robotics .solution-metric-grid .solution-metric-description,
.solution-section-survey .solution-metric-grid .solution-metric-description {
  margin-top: 6px;
}

.solution-tech-grid {
  gap: 0;
  overflow: hidden;
  border: 1px dashed rgba(181, 213, 249, 0.34);
  border-radius: 5px;
}

.solution-tech-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 12px;
  min-height: 116px;
  padding: 15px 16px;
  border: 0;
  border-left: 1px dashed rgba(181, 213, 249, 0.34);
  border-radius: 0;
  background: rgba(4, 24, 58, 0.32);
}

.solution-section-uav .solution-tech-grid article,
.solution-section-robotics .solution-tech-grid article,
.solution-section-survey .solution-engineering-reference-grid article {
  grid-template-rows: auto auto;
  min-height: 156px;
  align-content: center;
  padding: 16px 18px;
}

.solution-tech-grid article:first-child {
  border-left: 0;
}

.solution-tech-grid img {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
}

.solution-section-uav .solution-tech-grid img,
.solution-section-robotics .solution-tech-grid img,
.solution-section-survey .solution-engineering-reference-grid img {
  width: 42px;
  height: 42px;
}

.solution-tech-grid h3 {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.25;
}

.solution-tech-grid p {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.42;
}

.solution-section-survey .solution-metric-grid {
  padding: 8px 0 10px;
}

.solution-section-survey .survey-capability-grid {
  gap: 14px;
  overflow: visible;
  margin-top: 18px;
  border: 0;
  border-radius: 0;
}

.solution-section-survey .survey-capability-grid article {
  display: block;
  min-height: 158px;
  padding: 18px;
  border: 1px solid #dce6f2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(19, 58, 111, 0.06);
}

.solution-section-survey .survey-capability-grid img {
  width: 40px;
  height: 40px;
  filter: none;
  opacity: 1;
}

.solution-section-survey .survey-capability-grid h3 {
  margin-top: 10px;
  color: #15479a;
}

.solution-section-survey .survey-capability-grid p {
  color: #445b78;
}

.solution-products {
  background: #fff;
}

.solution-product-stack {
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7e4f3;
  background: #fff;
}

.solution-product-feature,
.solution-product-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 0;
  min-height: 154px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d7e4f3;
  border-radius: 0;
  box-shadow: none;
}

.solution-product-feature:last-child {
  border-bottom: 0;
}

.solution-product-feature:nth-child(even) .solution-product-media {
  order: 2;
}

.solution-product-feature > div:not(.solution-product-media) {
  padding: 17px 28px;
}

.solution-product-media,
.solution-product-feature:nth-child(2) .solution-product-media {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  min-height: 153px;
  padding: 9px 18px;
  border-radius: 0;
  background: #eff6ff;
}

.solution-product-media img {
  height: 132px;
  padding: 0;
  filter: drop-shadow(0 7px 7px rgba(26, 58, 94, 0.14));
}

.solution-product-feature span {
  display: none;
}

.solution-product-feature h3 {
  color: #15479a;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.2;
}

.solution-product-points {
  display: grid;
  gap: 5px;
  padding-left: 18px;
  margin: 10px 0 0;
  color: #183963;
  font-size: 12px;
  line-height: 1.35;
}

.solution-product-points li::marker {
  color: #15479a;
}

.solution-applications {
  background: #fff;
}

.solution-app-grid {
  gap: 12px;
}

.solution-app-grid article {
  border: 1px solid #dce6f2;
  border-radius: 8px;
  box-shadow: 0 5px 13px rgba(19, 58, 111, 0.06);
}

.solution-app-grid img {
  aspect-ratio: 1.55 / 1;
}

.solution-app-grid h3 {
  min-height: 50px;
  padding: 9px 8px;
  font-size: 11px;
}

.solution-app-grid h3 small {
  margin-top: 3px;
  font-size: 8px;
}

.solution-section-survey .solution-app-grid h3 {
  min-height: 46px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 8px 10px;
  color: #113b7d;
  background: #fff;
  text-align: left;
}

.solution-section-survey .solution-app-grid h3::before {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: #e8f1ff url("../images/tabler-target.svg") center / 16px 16px no-repeat;
}

.solution-section-survey .solution-app-grid h3 small {
  display: none;
}

.robotics-support-overview {
  margin: 12px 0 36px;
  padding: 24px 0 20px;
  box-shadow: none;
}

.robotics-support-overview-grid article {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  min-height: 92px;
  padding: 12px 14px;
}

.robotics-support-overview-grid img {
  width: 38px;
  height: 38px;
}

.robotics-support-overview-grid p {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.35;
}

.solution-support-grid {
  gap: 20px;
}

.solution-support-copy,
.solution-form {
  border-radius: 6px;
  box-shadow: none;
}

.solution-support-copy {
  padding: 26px;
}

.solution-section-uav .solution-support-copy h2 {
  font-size: clamp(25px, 2.35vw, 30px);
}

.solution-support-copy .solution-title-line {
  display: block;
  white-space: normal;
}

.solution-support-copy ul {
  gap: 9px;
  margin-top: 18px;
}

.solution-form {
  gap: 11px;
  padding: 24px;
}

.solution-form h3 {
  font-size: 20px;
}

.solution-form-grid {
  gap: 11px;
}

.solution-form input,
.solution-form select {
  min-height: 40px;
}

.solution-form textarea {
  min-height: 82px;
}

@media (max-width: 1180px) {
  .solution-challenge-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .solution-tech-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px dashed rgba(181, 213, 249, 0.34);
  }

  .solution-tech-grid article:nth-child(4) {
    border-top: 1px dashed rgba(181, 213, 249, 0.34);
  }

  .solution-section-survey .survey-capability-grid article:nth-child(3),
  .solution-section-survey .survey-capability-grid article:nth-child(4) {
    border: 1px solid #dce6f2;
  }

  .solution-app-grid,
  .solution-app-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .solution-hero {
    min-height: 0;
    padding: 38px 0 18px;
  }

  .solution-hero-grid,
  .solution-section-uav .solution-hero-grid,
  .solution-section-robotics .solution-hero-grid,
  .solution-support-grid,
  .solution-section-uav .solution-support-grid {
    grid-template-columns: 1fr;
  }

  .solution-hero-stage {
    min-height: 240px;
  }

  .solution-challenge-grid-four,
  .solution-challenge-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-section-uav .solution-challenge-card {
    min-height: 126px;
  }

  .solution-metric-grid {
    gap: 0;
  }

  .solution-metric-grid article {
    min-height: 74px;
    padding: 0 15px;
  }

  .solution-product-feature,
  .solution-product-feature:nth-child(even) {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 720px) {
  .solution-hero h1,
  .solution-section-robotics .solution-hero h1 {
    font-size: 34px;
  }

  .solution-hero-actions {
    display: grid;
  }

  .solution-hero-actions a {
    width: 100%;
  }

  .solution-hero-stage {
    min-height: 190px;
  }

  .solution-intro {
    padding: 20px 0;
  }

  .solution-section-survey .solution-intro-panel {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
  }

  .solution-section-survey .solution-intro-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .solution-section-survey .solution-intro-panel p,
  .solution-intro-panel p {
    font-size: 13px;
  }

  .solution-challenges,
  .solution-products,
  .solution-applications,
  .solution-support {
    padding: 30px 0;
  }

  .solution-challenge-grid-four,
  .solution-challenge-grid-five,
  .solution-tech-grid,
  .solution-app-grid,
  .solution-app-grid-five,
  .solution-form-grid {
    grid-template-columns: 1fr;
  }

  .solution-challenge-card,
  .solution-section-uav .solution-challenge-card {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 12px;
    min-height: 112px;
    padding: 14px;
    text-align: left;
  }

  .solution-challenge-card img,
  .solution-section-uav .solution-challenge-card img {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .solution-challenge-card h3,
  .solution-challenge-card p {
    grid-column: 2;
    min-height: 0;
  }

  .solution-engineering-panel,
  .solution-section-survey .solution-engineering-panel {
    padding: 14px 18px 18px;
    background-color: #082554;
    background-image: url("../images/cta-texture.png");
  }

  .solution-section-uav .solution-engineering-panel,
  .solution-section-robotics .solution-engineering-panel,
  .solution-section-survey .solution-engineering-panel {
    padding: 14px 18px 18px;
    background: transparent;
  }

  .solution-section-survey .solution-engineering-dark {
    padding: 0;
    background-color: #082554;
    background-image: url("../images/cta-texture.png");
    background-position: center;
    background-size: cover;
  }

  .solution-metric-grid {
    grid-template-columns: 1fr;
  }

  .solution-metric-grid article {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(178, 210, 249, 0.24);
  }

  .solution-tech-grid article,
  .solution-tech-grid article:nth-child(3),
  .solution-tech-grid article:nth-child(4) {
    border: 0;
    border-top: 1px dashed rgba(181, 213, 249, 0.34);
  }

  .solution-tech-grid article:first-child {
    border-top: 0;
  }

  .solution-section-uav .solution-tech-grid article,
  .solution-section-uav .solution-tech-grid article:nth-child(3),
  .solution-section-uav .solution-tech-grid article:nth-child(4) {
    min-height: 112px;
  }

  .solution-section-survey .survey-capability-grid {
    gap: 10px;
  }

  .solution-section-survey .survey-capability-grid article,
  .solution-section-survey .survey-capability-grid article:nth-child(3),
  .solution-section-survey .survey-capability-grid article:nth-child(4) {
    border: 1px solid rgba(181, 213, 249, 0.34);
    background: rgba(4, 24, 58, 0.42);
    box-shadow: none;
  }

  .solution-section-survey .survey-capability-grid img {
    filter: brightness(0) invert(1);
  }

  .solution-section-survey .survey-capability-grid h3 {
    color: #fff;
  }

  .solution-section-survey .survey-capability-grid p {
    color: #c5d6ea;
  }

  .solution-product-feature,
  .solution-product-feature:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .solution-product-feature:nth-child(even) .solution-product-media {
    order: 0;
  }

  .solution-product-media,
  .solution-product-feature:nth-child(2) .solution-product-media {
    min-height: 180px;
  }

  .solution-product-media img {
    height: 160px;
  }

  .solution-product-feature > div:not(.solution-product-media) {
    padding: 20px;
  }

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

  .solution-support-copy,
  .solution-form {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .solution-app-grid,
  .solution-app-grid-five {
    grid-template-columns: 1fr;
  }

  .solution-section-heading h2,
  .solution-support-copy h2 {
    font-size: 19px;
  }

  .solution-section-survey .solution-intro-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1.2fr repeat(2, minmax(120px, 1fr));
  }

  .footer-social {
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Resources: Product Brochures and Antenna Selection Tool */
.resource-brochures-page,
.antenna-selection-page {
  --resource-blue: #0758c9;
  --resource-blue-dark: #063982;
  --resource-orange: #ff6200;
  --resource-surface: #f6f9fd;
  --resource-line: #dbe5f1;
  color: #0a2954;
  background: #fff;
}

.resource-primary-button,
.resource-secondary-button,
.selection-show-button,
.selection-result-actions a,
.selection-result-actions button,
.brochure-card-body button,
.brochure-contact-strip a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.resource-primary-button,
.selection-show-button,
.selection-result-actions a,
.brochure-card-body button,
.brochure-contact-strip a {
  border: 1px solid var(--resource-blue);
  color: #fff;
  background: var(--resource-blue);
}

.resource-primary-button:hover,
.selection-show-button:hover,
.selection-result-actions a:hover,
.brochure-card-body button:hover,
.brochure-contact-strip a:hover {
  border-color: #0649a7;
  background: #0649a7;
}

.resource-secondary-button {
  border: 1px solid var(--resource-blue);
  color: var(--resource-blue);
  background: #fff;
}

.resource-secondary-button:hover {
  color: #fff;
  background: var(--resource-blue);
}

.resource-primary-button:focus-visible,
.resource-secondary-button:focus-visible,
.selection-show-button:focus-visible,
.selection-reset-button:focus-visible,
.selection-result-actions a:focus-visible,
.selection-result-actions button:focus-visible,
.brochure-card-body button:focus-visible,
.brochure-filter-bar button:focus-visible,
.brochure-pagination button:focus-visible,
.brochure-contact-strip a:focus-visible,
.brochure-dialog-close:focus-visible {
  outline: 3px solid rgba(33, 104, 213, 0.28);
  outline-offset: 3px;
}

.resource-kicker {
  margin: 0 0 8px;
  color: var(--resource-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.resource-brochures-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #031633;
}

.resource-brochures-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.resource-brochures-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.resource-brochures-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.resource-brochures-hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.55;
}

.resource-brochures-content {
  padding: 78px 0 84px;
}

.selection-section-heading h2,
.selection-recommendation-copy h2 {
  margin: 0;
  color: #072b61;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.brochure-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 46px;
  margin-bottom: 40px;
  padding: 0;
}

.brochure-filter-bar button {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d8e3f1;
  border-radius: 8px;
  color: #075ec9;
  background: #fff;
  box-shadow: 0 3px 10px rgba(22, 65, 122, 0.05);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.brochure-filter-bar button:first-child {
  flex-basis: auto;
  width: 88px;
  min-width: 88px;
}

.brochure-filter-bar button:nth-child(2) {
  width: 160px;
}

.brochure-filter-bar button:nth-child(3) {
  width: 148px;
}

.brochure-filter-bar button:nth-child(4) {
  width: 160px;
}

.brochure-filter-bar button:nth-child(5) {
  width: 154px;
}

.brochure-filter-bar button:hover {
  border-color: #a9c5e9;
  background: #f8fbff;
}

.brochure-filter-bar button.is-active {
  color: #fff;
  background: #0b5fd3;
  border-color: #0b5fd3;
  box-shadow: 0 6px 14px rgba(10, 94, 209, 0.22);
}

.brochure-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  scroll-margin-top: 92px;
}

.brochure-card {
  min-width: 0;
  min-height: 258px;
  display: grid;
  grid-template-columns: 48% minmax(0, 52%);
  overflow: hidden;
  border: 1px solid #d9e4f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(9, 43, 88, 0.035);
}

.brochure-card[hidden] {
  display: none;
}

.brochure-card-media {
  min-width: 0;
  min-height: 256px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid #edf1f6;
  background: #f7f9fc;
}

.brochure-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brochure-card-media--photo {
  padding: 0;
}

.brochure-card-media--photo img {
  object-fit: cover;
  object-position: center;
}

.brochure-card-body {
  min-width: 0;
  min-height: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 12px 18px;
  text-align: center;
}

.brochure-card-body > span {
  margin-top: 34px;
  color: #61738a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.brochure-card-body h3 {
  margin: 0;
  color: #0648ab;
  font-size: 15px;
  line-height: 1.45;
}

.brochure-card-body button {
  width: auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid #0b5fd3;
  border-radius: 5px;
  color: #fff;
  background: #0b5fd3;
  box-shadow: 0 4px 10px rgba(11, 95, 211, 0.2);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.brochure-card-body button:hover {
  border-color: #084ba8;
  background: #084ba8;
}

.brochure-card-body button img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  filter: brightness(0) invert(1);
}

.brochure-empty-state {
  padding: 42px;
  border: 1px solid var(--resource-line);
  color: #66788f;
  text-align: center;
}

.brochure-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.brochure-pagination[hidden] {
  display: none;
}

.brochure-pagination button {
  min-width: 28px;
  min-height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0 8px;
  border: 1px solid #d4dfec;
  border-radius: 4px;
  color: #234467;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.brochure-pagination button[aria-current="page"] {
  border-color: var(--resource-blue);
  color: #fff;
  background: var(--resource-blue);
}

.brochure-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.brochure-pagination button img {
  width: 14px;
  height: 14px;
}

.brochure-pagination button.is-previous img {
  transform: rotate(180deg);
}

.brochure-contact-strip {
  min-height: 80px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 160px;
  align-items: center;
  gap: 28px;
  margin-top: 64px;
  padding: 12px 48px 12px 44px;
  border: 0;
  border-radius: 10px;
  background: #f2f7ff;
}

.brochure-contact-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brochure-contact-copy {
  margin: 0;
  color: #0758c9;
  font-size: 16px;
  line-height: 1.4;
}

.brochure-contact-copy strong {
  color: #0b326a;
  font-weight: 700;
}

.brochure-contact-copy span {
  color: #0758c9;
}

.brochure-contact-strip a {
  width: 160px;
  min-width: 160px;
  min-height: 42px;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid #0758c9;
  border-radius: 7px;
  color: #0758c9;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}

.brochure-contact-strip a:hover {
  color: #fff;
  background: #0758c9;
}

.brochure-contact-strip a img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.brochure-download-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #102d54;
  background: #fff;
  box-shadow: 0 28px 80px rgba(3, 24, 55, 0.36);
}

.brochure-download-dialog::backdrop {
  background: rgba(2, 21, 48, 0.72);
}

.brochure-dialog-shell {
  padding: 32px;
}

.brochure-dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e8f1;
}

.brochure-dialog-heading h2 {
  margin: 0;
  color: #082f67;
  font-size: 28px;
}

.brochure-dialog-heading p:last-child {
  margin: 8px 0 0;
  color: #64768b;
  font-size: 14px;
}

.brochure-dialog-close {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d7e0ea;
  border-radius: 4px;
  color: #37506d;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.brochure-dialog-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.brochure-dialog-fields label,
.selection-recommendation-form label {
  display: grid;
  gap: 7px;
  color: #213c5e;
  font-size: 12px;
  font-weight: 700;
}

.brochure-dialog-full {
  grid-column: 1 / -1;
}

.brochure-dialog-fields input,
.selection-recommendation-form input,
.selection-recommendation-form select,
.selection-recommendation-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cfdae7;
  border-radius: 3px;
  color: #183554;
  background: #fff;
}

.brochure-dialog-fields input:focus,
.selection-recommendation-form input:focus,
.selection-recommendation-form select:focus,
.selection-recommendation-form textarea:focus,
.selection-mechanical-grid input:focus,
.selection-mechanical-grid select:focus,
.selection-results-heading select:focus {
  border-color: var(--resource-blue);
  outline: 3px solid rgba(33, 104, 213, 0.13);
}

.brochure-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.brochure-form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #4b617b;
  font-size: 13px;
  text-align: right;
}

.brochure-form-status.is-success,
.selection-recommendation-form [data-recommendation-status].is-success {
  color: #0b6d43;
}

.resource-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #6a7d93;
  font-size: 12px;
}

.resource-breadcrumb a {
  color: var(--resource-blue);
  font-weight: 700;
}

.selection-intro {
  padding: 22px 0 54px;
  background: #fff;
}

.selection-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.selection-intro-copy h1 {
  margin: 0;
  color: #072b61;
  font-size: clamp(40px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.selection-intro-copy p {
  max-width: 650px;
  margin: 15px 0 0;
  color: #536880;
  font-size: 14px;
  line-height: 1.58;
}

.selection-intro-copy .selection-lede {
  color: #344e6c;
  font-size: 17px;
}

.selection-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 174px;
  padding: 18px 0;
  border: 1px solid #dfe7f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 43, 88, 0.07);
}

.selection-feature-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-right: 1px solid #dfe7f0;
  text-align: center;
}

.selection-feature-grid article:last-child {
  border-right: 0;
}

.selection-feature-grid img {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  object-fit: contain;
}

.selection-feature-grid .selection-feature-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  color: #0758c9;
}

.selection-feature-grid h2 {
  margin: 0;
  color: #0758c9;
  font-size: 14px;
  line-height: 1.25;
}

.selection-feature-grid p {
  margin: 7px 0 0;
  color: #68798d;
  font-size: 11px;
  line-height: 1.4;
}

.selection-workspace {
  padding: 0 0 56px;
  background: #fff;
}

.selection-workspace-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.selection-filter-panel,
.selection-results-panel {
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 43, 88, 0.045);
}

.selection-filter-panel {
  position: sticky;
  top: calc(var(--header-height) + 12px);
  padding: 20px;
}

.selection-filter-panel > h2 {
  margin: 0 0 14px;
  color: #082d63;
  font-size: 20px;
}

.selection-filter-group {
  min-width: 0;
  padding: 16px 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #e4ebf3;
}

.selection-filter-group legend,
.selection-filter-collapsible summary {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-bottom: 11px;
  color: #0b326a;
  font-size: 13px;
  font-weight: 800;
}

.selection-filter-group legend span,
.selection-filter-collapsible summary span {
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: var(--resource-blue);
  font-size: 11px;
}

.selection-filter-collapsible summary {
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}

.selection-filter-collapsible summary::-webkit-details-marker {
  display: none;
}

.selection-filter-collapsible summary::after {
  flex: 0 0 0.333rem;
  width: 0.333rem;
  height: 0.333rem;
  margin-left: auto;
  margin-right: 3px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  content: "";
  transform: rotate(45deg) translate(-2px, 2px);
  transition: transform 0.2s ease;
}

.selection-filter-collapsible:not([open]) summary {
  margin-bottom: 0;
}

.selection-filter-collapsible:not([open]) summary::after {
  transform: rotate(-45deg);
}

.selection-choice-grid {
  display: grid;
  gap: 8px;
}

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

.selection-choice-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selection-choice-grid label {
  position: relative;
  min-width: 0;
}

.selection-choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.selection-choice-grid label > span {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border: 1px solid #d5dfeb;
  border-radius: 4px;
  color: #435971;
  background: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.selection-choice-grid input:checked + span {
  border-color: var(--resource-blue);
  color: #fff;
  background: var(--resource-blue);
}

.selection-choice-grid input:focus-visible + span {
  outline: 3px solid rgba(33, 104, 213, 0.24);
  outline-offset: 2px;
}

.selection-choice-wide {
  grid-column: 1 / -1;
}

.selection-checkbox-grid label {
  display: flex;
  align-items: center;
}

.selection-checkbox-grid label > span {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 28px;
  text-align: left;
}

.selection-checkbox-grid input {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 14px;
  height: 14px;
  margin: 0;
  opacity: 1;
  transform: translateY(-50%);
  accent-color: var(--resource-blue);
}

.selection-mechanical-grid {
  display: grid;
  gap: 9px;
}

.selection-mechanical-grid > label {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #415770;
  font-size: 11px;
}

.selection-mechanical-grid label > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
}

.selection-mechanical-grid input,
.selection-mechanical-grid select {
  width: 100%;
  min-height: 36px;
  padding: 6px 9px;
  border: 1px solid #d3deea;
  border-radius: 3px;
  color: #344c68;
  background: #fff;
  font-size: 11px;
}

.selection-mechanical-grid label > div input {
  border-radius: 3px 0 0 3px;
}

.selection-mechanical-grid label > div span {
  display: grid;
  place-items: center;
  border: 1px solid #d3deea;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  color: #64778d;
  font-size: 10px;
}

.selection-check-list {
  display: grid;
  gap: 9px;
}

.selection-check-list label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #40556d;
  font-size: 11px;
  cursor: pointer;
}

.selection-check-list input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--resource-blue);
}

.selection-filter-actions {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.selection-reset-button {
  min-height: 42px;
  padding: 0;
  border: 0;
  color: var(--resource-blue);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.selection-show-button {
  padding: 0 14px;
  border-color: var(--resource-orange);
  background: var(--resource-orange);
}

.selection-show-button:hover {
  border-color: #df5400;
  background: #df5400;
}

.selection-results-panel {
  min-width: 0;
  padding: 20px;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.selection-results-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px 14px;
}

.selection-results-heading h2 {
  margin: 0;
  color: #0a326b;
  font-size: 21px;
}

.selection-results-heading p {
  margin: 3px 0 0;
  color: #74849a;
  font-size: 11px;
}

.selection-results-heading label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5d6f84;
  font-size: 11px;
  white-space: nowrap;
}

.selection-results-heading select {
  min-height: 38px;
  padding: 6px 32px 6px 10px;
  border: 1px solid #d6e0eb;
  border-radius: 4px;
  color: #344b68;
  background: #fff;
  font-size: 11px;
}

.selection-result-list {
  display: grid;
  gap: 12px;
}

.selection-result-card {
  min-width: 0;
  min-height: 188px;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) 140px;
  align-items: stretch;
  gap: 18px;
  padding: 16px;
  border: 1px solid #dbe5ef;
  border-radius: 7px;
  background: #fff;
}

.selection-result-media {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 8px;
  background: #f5f7fa;
}

.selection-result-media img {
  width: 100%;
  height: 142px;
  object-fit: contain;
}

.selection-result-content {
  min-width: 0;
}

.selection-result-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.selection-result-title h3 {
  margin: 0;
  color: var(--resource-blue);
  font-size: 18px;
  line-height: 1.2;
}

.selection-result-title p {
  margin: 3px 0 0;
  color: #60728a;
  font-size: 11px;
}

.selection-result-title strong {
  flex: 0 0 auto;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--resource-blue);
  background: #edf4ff;
  font-size: 11px;
  white-space: nowrap;
}

.selection-result-card dl {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.75fr 1fr;
  gap: 0;
  margin: 15px 0 0;
}

.selection-result-card dl > div {
  min-width: 0;
  padding: 0 10px;
  border-left: 1px solid #e3e9f0;
}

.selection-result-card dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.selection-result-card dt {
  color: #738398;
  font-size: 9px;
}

.selection-result-card dd {
  overflow: hidden;
  margin: 2px 0 0;
  color: #233e5e;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-result-platforms,
.selection-result-reason {
  margin: 12px 0 0;
  color: #65768c;
  font-size: 10px;
  line-height: 1.45;
}

.selection-result-reason {
  margin-top: 6px;
}

.selection-result-platforms span,
.selection-result-reason span {
  color: var(--resource-blue);
  font-weight: 700;
}

.selection-result-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.selection-result-actions a,
.selection-result-actions button {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  font-size: 11px;
}

.selection-result-actions button {
  border: 1px solid var(--resource-blue);
  color: var(--resource-blue);
  background: #fff;
}

.selection-result-actions button:hover {
  color: #fff;
  background: var(--resource-blue);
}

.selection-result-actions button:disabled {
  cursor: default;
  opacity: 0.72;
}

.selection-no-match {
  scroll-margin-top: calc(var(--header-height) + 20px);
  min-height: 138px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  margin-top: 14px;
  padding: 20px 48px;
  border: 2px solid #a8cafa;
  border-radius: 10px;
  background: #f5f9ff;
  box-shadow: 0 2px 8px rgba(7, 88, 201, 0.04);
}

.selection-no-match[hidden] {
  display: none;
}

.selection-no-match > div:first-child {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 38px;
}

.selection-no-match img {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
}

.selection-no-match h2 {
  margin: 0;
  color: var(--resource-blue);
  font-size: 20px;
  line-height: 1.2;
}

.selection-no-match p {
  max-width: 610px;
  margin: 8px 0 0;
  color: #53657c;
  font-size: 13px;
  line-height: 1.42;
}

.selection-no-match .selection-no-match-detail {
  margin-top: 5px;
  color: #6d7c90;
  font-size: 12px;
}

.selection-no-match > div:last-child {
  display: flex;
  align-items: center;
  gap: 24px;
}

.selection-no-match > div:last-child .resource-secondary-button,
.selection-no-match > div:last-child .resource-primary-button {
  min-height: 56px;
  font-size: 14px;
}

.selection-no-match > div:last-child .resource-secondary-button {
  width: 200px;
  border-width: 2px;
}

.selection-no-match > div:last-child .resource-primary-button {
  width: 282px;
  border-color: var(--resource-orange);
  background: var(--resource-orange);
}

.selection-no-match > div:last-child .resource-primary-button:hover {
  border-color: #df5400;
  background: #df5400;
}

.selection-notes {
  padding: 8px 0 46px;
}

.selection-notes > .container > h2 {
  margin: 0 0 12px;
  color: #0a326b;
  font-size: 20px;
}

.selection-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.selection-note-grid article {
  min-width: 0;
  min-height: 172px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border: 1px solid #dce5ef;
  border-radius: 7px;
  background: #fff;
}

.selection-note-grid img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.selection-note-grid h3 {
  margin: 0;
  color: #0b326b;
  font-size: 14px;
  line-height: 1.25;
}

.selection-note-grid p {
  margin: 7px 0 12px;
  color: #61738a;
  font-size: 11px;
  line-height: 1.45;
}

.selection-note-grid a {
  color: var(--resource-blue);
  font-size: 11px;
  font-weight: 700;
}

.selection-help {
  padding-bottom: 54px;
}

.selection-help-panel {
  min-height: 150px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 360px;
  align-items: center;
  gap: 26px;
  padding: 26px 34px;
  border: 1px solid #75a9ed;
  border-radius: 7px;
  background: #f5f9ff;
}

.selection-help-panel > img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.selection-help-panel h2 {
  margin: 0;
  color: #0a326b;
  font-size: 24px;
}

.selection-help-panel p {
  max-width: 680px;
  margin: 7px 0 0;
  color: #5d7189;
  font-size: 13px;
}

.selection-help-panel > div:last-child {
  display: grid;
  gap: 10px;
}

.selection-help-panel .resource-primary-button {
  border-color: var(--resource-orange);
  background: var(--resource-orange);
}

.selection-help-panel .resource-primary-button:hover {
  border-color: #df5400;
  background: #df5400;
}

.selection-band-guide {
  padding: 76px 0;
  background: #f5f8fc;
}

.selection-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.selection-section-heading > p:last-child {
  margin: 12px 0 0;
  color: #5c7088;
  font-size: 15px;
}

.selection-band-image {
  overflow: hidden;
  padding: 24px;
  border: 1px solid #d9e3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(10, 43, 88, 0.07);
}

.selection-band-image img {
  width: 100%;
  height: auto;
}

.selection-recommendation {
  padding: 76px 0 86px;
  background: #fff;
}

.selection-recommendation-panel {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 54px;
  padding: 42px;
  border: 1px solid #d8e2ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 43, 88, 0.065);
}

.selection-recommendation-copy p:last-child {
  margin: 16px 0 0;
  color: #5c7088;
  font-size: 14px;
}

.selection-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.selection-recommendation-wide {
  grid-column: 1 / -1;
}

.selection-recommendation-form textarea {
  min-height: 112px;
  resize: vertical;
}

.selection-recommendation-form > .resource-primary-button {
  min-width: 168px;
  margin-top: 20px;
}

.selection-recommendation-form [data-recommendation-status] {
  min-height: 21px;
  margin: 12px 0 0;
  color: #5b6e85;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .selection-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .selection-feature-grid {
    min-height: 160px;
  }

  .selection-workspace-grid {
    grid-template-columns: 350px minmax(0, 1fr);
  }

  .selection-result-card {
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .selection-result-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-result-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 9px;
  }

  .selection-result-card dl > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

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

  .selection-help-panel {
    grid-template-columns: 72px minmax(0, 1fr) 300px;
  }
}

@media (max-width: 980px) {
  .brochure-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-workspace-grid {
    grid-template-columns: 1fr;
  }

  .selection-filter-panel {
    position: static;
  }

  .selection-no-match {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 32px;
  }

  .selection-no-match p br {
    display: none;
  }

  .selection-no-match > div:last-child {
    justify-content: flex-end;
  }

  .selection-result-card {
    grid-template-columns: 150px minmax(0, 1fr) 132px;
  }

  .selection-result-actions {
    grid-column: auto;
    display: flex;
  }

  .selection-help-panel {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .selection-help-panel > div:last-child {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-recommendation-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 720px) {
  .resource-brochures-hero {
    height: 400px;
  }

  .resource-brochures-hero > img {
    object-position: 64% center;
    opacity: 0.72;
  }

  .resource-brochures-hero h1 {
    font-size: 40px;
  }

  .resource-brochures-hero p {
    max-width: 88%;
    font-size: 15px;
  }

  .resource-brochures-hero p br {
    display: none;
  }

  .resource-brochures-content {
    padding: 56px 0 64px;
  }

  .brochure-filter-bar {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 32px;
    padding: 2px 0 8px;
    scrollbar-width: thin;
  }

  .brochure-filter-bar button {
    min-width: 0;
  }

  .brochure-filter-bar button:first-child {
    width: 88px;
    min-width: 88px;
  }

  .brochure-card-grid {
    grid-template-columns: 1fr;
  }

  .brochure-card {
    min-height: 220px;
    grid-template-columns: 42% minmax(0, 58%);
  }

  .brochure-card-media,
  .brochure-card-body {
    min-height: 218px;
  }

  .brochure-card-body {
    padding: 30px 12px 16px;
  }

  .brochure-contact-strip {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .brochure-contact-icon {
    width: 48px;
    height: 48px;
  }

  .brochure-contact-strip a {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }

  .brochure-dialog-shell {
    padding: 22px;
  }

  .brochure-dialog-heading {
    flex-direction: column;
  }

  .brochure-dialog-fields {
    grid-template-columns: 1fr;
  }

  .brochure-dialog-full {
    grid-column: auto;
  }

  .brochure-dialog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .selection-intro {
    padding: 18px 0 42px;
  }

  .selection-intro-copy h1 {
    font-size: 36px;
  }

  .selection-intro-copy h1 br {
    display: none;
  }

  .selection-intro-copy .selection-lede {
    font-size: 15px;
  }

  .selection-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .selection-feature-grid article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid #dfe7f0;
  }

  .selection-feature-grid article:nth-child(odd) {
    border-right: 1px solid #dfe7f0;
  }

  .selection-feature-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .selection-filter-panel,
  .selection-results-panel {
    padding: 16px;
  }

  .selection-choice-grid-2,
  .selection-choice-grid-3 {
    grid-template-columns: 1fr;
  }

  .selection-mechanical-grid > label {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .selection-filter-actions {
    grid-template-columns: 1fr;
  }

  .selection-results-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .selection-results-heading label {
    justify-content: space-between;
  }

  .selection-results-heading select {
    flex: 1;
  }

  .selection-result-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .selection-result-media {
    min-height: 190px;
  }

  .selection-result-media img {
    height: 180px;
  }

  .selection-result-title {
    gap: 8px;
  }

  .selection-result-title h3 {
    font-size: 17px;
  }

  .selection-result-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .selection-no-match {
    min-height: 0;
    align-items: stretch;
    gap: 20px;
    padding: 24px;
  }

  .selection-no-match > div:first-child {
    align-items: flex-start;
    gap: 20px;
  }

  .selection-no-match img {
    width: 68px;
    height: 68px;
  }

  .selection-no-match > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .selection-no-match > div:last-child .resource-secondary-button,
  .selection-no-match > div:last-child .resource-primary-button {
    width: 100%;
  }

  .selection-note-grid {
    grid-template-columns: 1fr;
  }

  .selection-note-grid article {
    min-height: auto;
  }

  .selection-help-panel {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .selection-help-panel > img {
    width: 54px;
    height: 54px;
  }

  .selection-help-panel h2 {
    font-size: 20px;
  }

  .selection-help-panel > div:last-child {
    grid-template-columns: 1fr;
  }

  .selection-band-guide,
  .selection-recommendation {
    padding: 56px 0;
  }

  .selection-band-image {
    overflow-x: auto;
    padding: 12px;
  }

  .selection-band-image img {
    width: 900px;
    max-width: none;
  }

  .selection-recommendation-panel {
    padding: 24px;
  }

  .selection-recommendation-grid {
    grid-template-columns: 1fr;
  }

  .selection-recommendation-wide {
    grid-column: auto;
  }

  .selection-recommendation-form > .resource-primary-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .resource-brochures-hero h1 {
    font-size: 34px;
  }

  .selection-section-heading h2,
  .selection-recommendation-copy h2 {
    font-size: 30px;
  }

  .brochure-card-media {
    height: 210px;
  }

  .selection-intro-copy h1 {
    font-size: 32px;
  }

  .selection-feature-grid h2 {
    font-size: 13px;
  }

  .selection-feature-grid p {
    font-size: 10px;
  }

  .selection-result-card dl {
    grid-template-columns: 1fr;
  }

  .selection-result-card dl > div {
    padding: 6px 0;
    border-top: 1px solid #e3e9f0;
    border-left: 0;
  }

  .selection-result-card dl > div:first-child {
    border-top: 0;
  }
}

/* Keep the Helix 3.2 page above the shared legacy product-family cascade. */
.helix-catalog-page .helix-family-hero-grid {
  min-height: 448px;
  display: flex;
  grid-template-columns: none;
  gap: 0;
  align-items: center;
  padding: 0;
}

.helix-catalog-page .helix-family-lede {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--helix-blue) !important;
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.42 !important;
}

.helix-catalog-page .helix-family-intro {
  max-width: 620px;
  margin: 17px 0 0;
  color: #405878;
  font-size: 14px;
  line-height: 1.62;
}

.helix-catalog-page .helix-comparison-side-secondary {
  border-left: 1px solid #ccdbef;
}

.helix-catalog-page .helix-form-heading h2 {
  color: #082e70;
  font-size: 28px;
}

@media (max-width: 900px) {
  .helix-catalog-page .helix-family-hero-grid {
    min-height: 420px;
  }

  .helix-catalog-page .helix-comparison-side-secondary {
    border-top: 1px solid #ccdbef;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .helix-catalog-page .helix-family-hero-grid {
    min-height: 0;
    display: grid;
    padding: 38px 0 0;
  }

  .helix-catalog-page .helix-family-lede {
    font-size: 16px !important;
  }

  .helix-catalog-page .helix-family-intro {
    font-size: 13px;
  }
}

/* H2042R product detail — section 3.4 source of truth. */
.h2042r-detail-page {
  --h2042r-blue: #0754da;
  --h2042r-navy: #071d67;
  --h2042r-ink: #233b69;
  --h2042r-muted: #516889;
  --h2042r-line: #d7e4f4;
  --h2042r-soft: #f4f8fd;
  --h2042r-deep: #001126;
  color: var(--h2042r-ink);
}

.h2042r-detail-page .product-detail-nav {
  z-index: 20;
}

.h2042r-detail-page .product-detail-nav .container {
  justify-content: center;
  gap: clamp(2px, 1.1vw, 16px);
  padding-top: 6px;
  padding-bottom: 6px;
}

.h2042r-detail-page .product-detail-nav a {
  padding: 9px 11px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.h2042r-product-hero .product-detail-hero-grid {
  min-height: 470px;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 72px;
  padding: 56px 0;
}

.h2042r-product-hero .h2042r-hero-copy {
  max-width: 720px;
}

.h2042r-product-hero .h2042r-eyebrow,
.h2042r-detail-page .eyebrow {
  margin: 0 0 12px;
  color: var(--h2042r-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.h2042r-product-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.04;
}

.h2042r-product-hero .h2042r-hero-copy > p:last-of-type {
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
}

.h2042r-product-hero .h2042r-hero-visual {
  min-height: 350px;
}

.h2042r-product-hero .h2042r-hero-visual img {
  max-width: min(390px, 84%);
  max-height: 370px;
  mix-blend-mode: normal;
  filter: drop-shadow(0 28px 32px rgba(1, 28, 67, 0.24));
}

.h2042r-detail-page .product-page-section {
  padding: 74px 0;
  scroll-margin-top: 72px;
}

.h2042r-detail-page .product-section-heading {
  margin-bottom: 32px;
}

.h2042r-detail-page .product-section-heading h2,
.h2042r-key-features h2,
.h2042r-related-heading h2 {
  color: var(--h2042r-navy);
  font-size: clamp(30px, 2.65vw, 42px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.h2042r-detail-page .product-section-heading.product-section-heading-wide {
  max-width: 1040px;
}

.h2042r-overview-copy {
  max-width: 1120px !important;
  margin-top: 18px !important;
  color: #354e73 !important;
  font-size: 16px !important;
  line-height: 1.76 !important;
}

.h2042r-key-features .h2042r-overview-copy {
  max-width: 680px !important;
  margin-top: 18px !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.h2042r-features-title {
  margin: 26px 0 0;
  color: var(--h2042r-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.h2042r-overview-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}

.h2042r-product-gallery .product-gallery-main {
  min-height: 440px;
  border-color: #d2e1f3;
  background: #f9fbfe;
  box-shadow: 0 18px 44px rgba(17, 53, 106, 0.08);
}

.h2042r-product-gallery .product-gallery-main img {
  width: min(380px, 80%);
  max-height: 360px;
  mix-blend-mode: normal;
  transition: opacity 180ms ease;
}

.h2042r-product-gallery .product-gallery-thumbs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.h2042r-product-gallery .product-gallery-thumbs button {
  min-width: 0;
  padding: 0;
  border: 1px solid #d2e1f3;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.h2042r-product-gallery .product-gallery-thumbs button:hover,
.h2042r-product-gallery .product-gallery-thumbs button:focus-visible,
.h2042r-product-gallery .product-gallery-thumbs button.is-active {
  border-color: var(--h2042r-blue);
  box-shadow: 0 0 0 2px rgba(7, 84, 218, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.h2042r-product-gallery .product-gallery-thumbs img {
  height: 116px;
  border: 0;
  background: transparent;
  mix-blend-mode: normal;
}

.h2042r-key-features {
  padding: 18px 0;
}

.h2042r-key-features h2 {
  max-width: 650px;
  margin: 0;
}

.h2042r-key-features .product-check-list {
  gap: 15px;
  margin-top: 16px;
}

.h2042r-key-features .product-check-list li {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.h2042r-key-features .product-check-list li::before {
  top: 8px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px rgba(7, 84, 218, 0.1);
}

.h2042r-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
}

.h2042r-quick-facts div {
  padding: 15px 14px;
  border: 1px solid #d5e4f7;
  border-radius: 8px;
  background: #f7fbff;
}

.h2042r-quick-facts dt {
  color: #6880a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.h2042r-quick-facts dd {
  margin: 7px 0 0;
  color: var(--h2042r-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

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

.h2042r-application-types article {
  min-height: 116px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 20px;
  border: 1px solid #d6e4f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 53, 106, 0.05);
}

.h2042r-application-types span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #0754da;
  background: #e8f3ff;
  font-size: 12px;
  font-weight: 800;
}

.h2042r-application-types h3 {
  margin: 0;
  color: var(--h2042r-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.h2042r-case-carousel {
  margin-top: 52px;
}

.h2042r-carousel-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 22px;
}

.h2042r-carousel-heading h2,
.h2042r-carousel-heading h3 {
  margin: 0;
  color: var(--h2042r-navy);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.h2042r-carousel-controls {
  display: flex;
  gap: 9px;
  flex: 0 0 auto;
}

.h2042r-carousel-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  padding: 0;
  place-items: center;
  border: 1px solid #bdd3ef;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.h2042r-carousel-controls button:hover,
.h2042r-carousel-controls button:focus-visible {
  border-color: var(--h2042r-blue);
  background: #edf6ff;
  outline: none;
}

.h2042r-carousel-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.h2042r-carousel-controls img {
  width: 18px;
  height: 18px;
}

.h2042r-carousel-controls [data-carousel-prev] img {
  transform: rotate(180deg);
}

.h2042r-carousel-viewport {
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-behavior: smooth;
  scrollbar-color: #a8c4e7 transparent;
  scrollbar-width: thin;
}

.h2042r-carousel-viewport:focus-visible {
  outline: 2px solid var(--h2042r-blue);
  outline-offset: 4px;
}

.h2042r-case-track,
.h2042r-related-track {
  display: grid;
  grid-auto-flow: column;
  gap: 18px;
  width: max-content;
}

.h2042r-case-track {
  grid-auto-columns: minmax(300px, 410px);
}

.h2042r-case-track article {
  overflow: hidden;
  width: min(30vw, 410px);
  min-width: 300px;
  border: 1px solid #d4e3f5;
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 12px 30px rgba(17, 53, 106, 0.06);
}

.h2042r-case-track img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

.h2042r-case-track p {
  min-height: 76px;
  margin: 0;
  padding: 18px 20px;
  color: #fff;
  background: #062b68;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.h2042r-spec-container {
  max-width: 1120px;
}

.h2042r-specifications-section .product-section-heading {
  max-width: none;
  text-align: center;
}

.h2042r-spec-table {
  border: 1px solid #8295ad;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(17, 53, 106, 0.08);
}

.h2042r-spec-table table {
  min-width: 680px;
}

.h2042r-spec-table th,
.h2042r-spec-table td {
  padding: 12px 18px;
  border-right: 1px solid #8295ad;
  border-bottom: 1px solid #8295ad;
  text-align: center;
  color: #0f1f35;
  font-size: 14px;
  line-height: 1.45;
}

.h2042r-spec-table th {
  padding: 14px 18px;
  border-color: #064387;
  color: #fff;
  background: #0a5cac;
  font-size: 17px;
}

.h2042r-spec-table tr:nth-child(even) td {
  background: #e6eef7;
}

.h2042r-spec-table tr:nth-child(odd) td {
  background: #fff;
}

.h2042r-spec-table td:first-child {
  width: 50%;
  font-weight: 700;
}

.h2042r-spec-table td:last-child,
.h2042r-spec-table th:last-child {
  border-right: 0;
}

.h2042r-spec-table td span {
  display: block;
}

.h2042r-structure-drawing {
  margin: 0;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid #d3e0ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 53, 106, 0.06);
}

.h2042r-structure-drawing img {
  width: 100%;
  max-height: 420px;
  display: block;
  object-fit: contain;
}

.h2042r-structure-drawing figcaption {
  margin-top: 22px;
  color: #5d7191;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.h2042r-technical-section {
  background: #fff;
}

.h2042r-technical-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(30px, 4.4vw, 64px);
  border-radius: 8px;
  background: var(--h2042r-deep);
  box-shadow: 0 20px 46px rgba(0, 17, 38, 0.2);
}

.h2042r-technical-panel article {
  min-height: 210px;
  padding: 18px clamp(16px, 2.2vw, 32px) 26px;
  border-right: 1px solid rgba(97, 191, 244, 0.18);
  border-bottom: 1px solid rgba(97, 191, 244, 0.18);
}

.h2042r-technical-panel article:nth-child(3n) {
  border-right: 0;
}

.h2042r-technical-panel article:nth-child(n + 4) {
  border-bottom: 0;
}

.h2042r-technical-panel img {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(76%) sepia(67%) saturate(1489%) hue-rotate(167deg) brightness(101%) contrast(101%);
}

.h2042r-technical-panel h3 {
  margin: 0;
  color: #5ecaff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.h2042r-technical-panel p {
  margin: 13px 0 0;
  color: #d6e4f5;
  font-size: 13px;
  line-height: 1.68;
}

.h2042r-related-heading {
  margin-bottom: 24px;
}

.h2042r-related-heading h2 {
  margin: 0;
}

.h2042r-related-track {
  grid-auto-columns: 284px;
}

.h2042r-related-track article {
  width: 284px;
  min-height: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 22px 22px;
  border: 1px solid #cfdeef;
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 12px 28px rgba(17, 53, 106, 0.05);
}

.h2042r-related-track article > img {
  width: 100%;
  height: 205px;
  object-fit: contain;
}

.h2042r-related-track article > p {
  margin: 12px 0 0;
  color: #7488a7;
  font-size: 11px;
  font-weight: 700;
}

.h2042r-related-track h3 {
  margin: 5px 0 0;
  color: var(--h2042r-navy);
  font-size: 18px;
  font-weight: 800;
}

.h2042r-related-track a {
  margin-top: auto;
  padding-top: 14px;
  color: var(--h2042r-blue);
  font-size: 12px;
  font-weight: 800;
}

.h2042r-form-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  padding: clamp(30px, 4.5vw, 64px);
  border-radius: 10px;
}

.h2042r-form-intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.h2042r-form-intro h2 {
  font-size: clamp(30px, 2.8vw, 42px);
}

.h2042r-form-intro > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: #526888;
  line-height: 1.65;
}

.h2042r-product-subject {
  display: grid;
  gap: 7px;
  margin-top: 28px;
  padding: 18px;
  border-left: 4px solid var(--h2042r-blue);
  background: #eef6ff;
}

.h2042r-product-subject span {
  color: #6c83a5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.h2042r-product-subject strong {
  color: var(--h2042r-navy);
  font-size: 15px;
  line-height: 1.4;
}

.h2042r-request-form fieldset {
  padding: 0;
  margin: 0 0 30px;
  border: 0;
}

.h2042r-request-form legend {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7e4f4;
  color: var(--h2042r-navy);
  font-size: 17px;
  font-weight: 800;
}

.h2042r-request-form .product-form-grid {
  margin-bottom: 0;
}

.h2042r-request-form input,
.h2042r-request-form select,
.h2042r-request-form textarea {
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.h2042r-request-form input:focus,
.h2042r-request-form select:focus,
.h2042r-request-form textarea:focus {
  border-color: var(--h2042r-blue);
  box-shadow: 0 0 0 3px rgba(7, 84, 218, 0.12);
  outline: none;
}

.h2042r-request-form textarea {
  min-height: 112px;
}

.h2042r-checkbox-group {
  margin-top: 18px;
}

.h2042r-checkbox-group > span {
  display: block;
  margin-bottom: 9px;
  color: #233b69;
  font-size: 13px;
  font-weight: 800;
}

.h2042r-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.h2042r-checkbox-grid label {
  position: relative;
  display: block;
  cursor: pointer;
}

.h2042r-checkbox-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.h2042r-checkbox-grid span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #c9daf1;
  border-radius: 6px;
  color: #3d557a;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.h2042r-checkbox-grid input:checked + span,
.h2042r-checkbox-grid input:focus-visible + span {
  border-color: var(--h2042r-blue);
  color: var(--h2042r-blue);
  background: #eef6ff;
  box-shadow: 0 0 0 2px rgba(7, 84, 218, 0.1);
}

.h2042r-form-submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.h2042r-form-submit-row .products-primary-link {
  border: 0;
  cursor: pointer;
}

.h2042r-form-submit-row .product-form-status {
  margin-left: 0;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .h2042r-detail-page .product-detail-nav .container {
    justify-content: flex-start;
  }

  .h2042r-product-hero .product-detail-hero-grid {
    gap: 36px;
  }

  .h2042r-overview-grid {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
  }

  .h2042r-application-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h2042r-form-panel {
    grid-template-columns: 1fr;
  }

  .h2042r-form-intro {
    position: static;
  }
}

@media (max-width: 820px) {
  .h2042r-product-hero .product-detail-hero-grid,
  .h2042r-overview-grid {
    grid-template-columns: 1fr;
  }

  .h2042r-product-hero .product-detail-hero-grid {
    min-height: 0;
    gap: 20px;
    padding: 46px 0 34px;
  }

  .h2042r-product-hero .h2042r-hero-visual {
    min-height: 270px;
  }

  .h2042r-product-hero .h2042r-hero-visual img {
    max-height: 290px;
  }

  .h2042r-detail-page .product-page-section {
    padding: 58px 0;
  }

  .h2042r-overview-grid {
    gap: 30px;
  }

  .h2042r-technical-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h2042r-technical-panel article,
  .h2042r-technical-panel article:nth-child(3n) {
    border-right: 1px solid rgba(97, 191, 244, 0.18);
    border-bottom: 1px solid rgba(97, 191, 244, 0.18);
  }

  .h2042r-technical-panel article:nth-child(2n) {
    border-right: 0;
  }

  .h2042r-technical-panel article:nth-child(n + 5) {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .h2042r-product-hero h1 {
    font-size: 36px;
  }

  .h2042r-product-hero .h2042r-hero-copy > p:last-of-type,
  .h2042r-overview-copy {
    font-size: 14px !important;
  }

  .h2042r-product-gallery .product-gallery-main {
    min-height: 330px;
  }

  .h2042r-product-gallery .product-gallery-main img {
    max-height: 275px;
  }

  .h2042r-product-gallery .product-gallery-thumbs img {
    height: 86px;
    padding: 7px;
  }

  .h2042r-quick-facts,
  .h2042r-application-types,
  .h2042r-technical-panel,
  .h2042r-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .h2042r-application-types article {
    min-height: 92px;
  }

  .h2042r-carousel-heading {
    align-items: center;
  }

  .h2042r-carousel-heading h2,
  .h2042r-carousel-heading h3 {
    font-size: 23px;
  }

  .h2042r-case-track {
    grid-auto-columns: calc(100vw - 54px);
  }

  .h2042r-case-track article {
    width: calc(100vw - 54px);
    min-width: 0;
  }

  .h2042r-case-track img {
    height: 210px;
  }

  .h2042r-spec-table th,
  .h2042r-spec-table td {
    padding: 10px 12px;
    font-size: 12px;
  }

  .h2042r-structure-drawing {
    padding: 18px 12px;
  }

  .h2042r-technical-panel {
    padding: 24px 20px;
  }

  .h2042r-technical-panel article,
  .h2042r-technical-panel article:nth-child(2n),
  .h2042r-technical-panel article:nth-child(3n),
  .h2042r-technical-panel article:nth-child(n + 5) {
    min-height: 0;
    padding: 22px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(97, 191, 244, 0.18);
  }

  .h2042r-technical-panel article:last-child {
    border-bottom: 0;
  }

  .h2042r-related-track {
    grid-auto-columns: min(78vw, 280px);
  }

  .h2042r-related-track article {
    width: min(78vw, 280px);
  }

  .h2042r-form-panel {
    padding: 26px 18px;
  }

  .h2042r-form-submit-row {
    display: grid;
  }
}
