.gas-page {
  color: #172538;
  background: #fff;
}

/* Automotive sensor vehicle integration map */
.automotive-sensor-map {
  overflow: hidden;
  background: #f5f8fc;
  border-top: 1px solid #dce5ee;
}

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

.automotive-sensor-map__heading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin: 0 0 clamp(48px, 5vw, 80px);
}

.automotive-sensor-map__title {
  max-width: 980px;
}

.automotive-sensor-map__intro {
  max-width: 920px;
  margin: 18px 0 0;
  color: #4d6073;
  font-size: 16px;
  line-height: 1.72;
}

.automotive-sensor-map__intro--detail {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 48px;
  border-left: 1px solid #dce5ee;
}

.automotive-sensor-map__stage {
  position: relative;
  min-height: clamp(610px, 47vw, 760px);
}

.automotive-sensor-map__vehicle {
  position: absolute;
  top: 10%;
  bottom: 2%;
  left: 50%;
  width: 78%;
  margin: 0;
  transform: translateX(-50%);
}

.automotive-sensor-map__vehicle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.automotive-sensor-map__callouts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.automotive-sensor-map__connectors {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.automotive-sensor-map__connectors polyline {
  fill: none;
  stroke: #68b7f4;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.automotive-sensor-map__marker {
  fill: #3298ed;
  stroke: rgba(50, 152, 237, .18);
  stroke-width: 9;
  vector-effect: non-scaling-stroke;
}

.automotive-sensor-map__callout {
  position: absolute;
  z-index: 2;
  width: min(25%, 310px);
  color: #506176;
}

.automotive-sensor-map__callout h3 {
  margin: 0 0 7px;
  color: #3298ed;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.14;
  font-weight: 700;
}

.automotive-sensor-map__callout p {
  margin: 0;
  font-size: clamp(13px, .95vw, 16px);
  line-height: 1.5;
}

.automotive-sensor-map__callout::before {
  display: none;
}

.automotive-sensor-map__callout::after {
  display: none;
}

.automotive-sensor-map__callout--pm {
  top: 14%;
  left: 1%;
}

.automotive-sensor-map__callout--pm::before {
  top: calc(100% + 10px);
  left: 68%;
  height: 126px;
}

.automotive-sensor-map__callout--pm::after {
  top: calc(100% + 132px);
  left: calc(68% - 4px);
}

.automotive-sensor-map__callout--co2 {
  top: 0;
  left: 42%;
  width: 21%;
}

.automotive-sensor-map__callout--co2::before {
  top: calc(100% + 10px);
  left: 10%;
  height: 105px;
}

.automotive-sensor-map__callout--co2::after {
  top: calc(100% + 111px);
  left: calc(10% - 4px);
}

.automotive-sensor-map__callout--r290 {
  left: 55%;
  bottom: 0;
  width: 21%;
}

.automotive-sensor-map__callout--r290::before {
  top: calc(100% + 10px);
  left: 0;
  height: 102px;
}

.automotive-sensor-map__callout--r290::after {
  top: calc(100% + 108px);
  left: -4px;
}

.automotive-sensor-map__callout--aqs {
  top: 17%;
  right: 0;
}

.automotive-sensor-map__callout--aqs::before {
  bottom: calc(100% + 10px);
  left: 2%;
  height: 92px;
}

.automotive-sensor-map__callout--aqs::after {
  bottom: calc(100% + 98px);
  left: calc(2% - 4px);
}

.automotive-sensor-map__callout--multi {
  right: -8%;
  bottom: 24%;
  width: 26%;
}

.automotive-sensor-map__callout--temperature {
  top: 58%;
  left: 0;
  width: 22%;
}

.automotive-sensor-map__callout--humidity {
  left: 16%;
  bottom: 0;
  width: 24%;
}

.automotive-sensor-map__callout--multi::before {
  right: calc(100% + 10px);
  bottom: 55%;
  width: 115px;
  height: 1px;
}

.automotive-sensor-map__callout--multi::after {
  right: calc(100% + 121px);
  bottom: calc(55% - 4px);
}

@media (max-width: 760px) {
  .automotive-sensor-map__heading {
    display: block;
  }

  .automotive-sensor-map__intro--detail {
    width: 100%;
    margin-top: 18px;
    padding-left: 0;
    border-left: 0;
  }

  .automotive-sensor-map__stage {
    min-height: 0;
  }

  .automotive-sensor-map__vehicle {
    position: relative;
    inset: auto;
    width: calc(100% + 20px);
    margin: 0 -10px 24px;
    transform: none;
  }

  .automotive-sensor-map__vehicle img {
    height: auto;
  }

  .automotive-sensor-map__callouts {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    pointer-events: auto;
  }

  .automotive-sensor-map__connectors {
    display: none;
  }

  .automotive-sensor-map__callout {
    position: relative;
    inset: auto;
    width: auto;
    padding: 18px 0 18px 22px;
    border-top: 1px solid #dce8f3;
  }

  .automotive-sensor-map__callout::before {
    display: block;
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 1px;
    height: calc(100% - 32px);
    background: #68b7f4;
  }

  .automotive-sensor-map__callout::after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3298ed;
    box-shadow: 0 0 0 4px rgba(50, 152, 237, .12);
  }

  .automotive-sensor-map__callout h3 {
    font-size: 21px;
  }

  .automotive-sensor-map__callout p {
    font-size: 14px;
  }
}

/* Multi-sensor module system architecture */
.multi-architecture {
  background:
    radial-gradient(circle at 16% 25%, rgba(30, 136, 255, .08), transparent 32%),
    #f4f8fc;
}

.multi-architecture__heading {
  max-width: none;
  margin: 0 0 30px;
  text-align: left;
}

.multi-architecture__heading .gas-copy {
  max-width: none;
  margin: 18px 0 0;
}

.multi-architecture__layout {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
  margin-top: 0;
}

.multi-architecture__visual {
  position: sticky;
  top: 116px;
  align-self: start;
}

.multi-architecture__diagram {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9e5f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 35, 50, .08);
}

.multi-architecture__diagram-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.multi-architecture__items {
  border-top: 1px solid #d9e5f2;
}

.multi-architecture__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #d9e5f2;
}

.multi-architecture__number {
  color: #2f7df6;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
}

.multi-architecture__item h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(19px, 1.25vw, 23px);
  line-height: 1.28;
  font-weight: 600;
}

.multi-architecture__item p {
  margin: 12px 0 0;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .multi-architecture__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .multi-architecture__visual {
    position: relative;
    top: auto;
  }

  .multi-architecture__diagram {
    width: min(620px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .multi-architecture__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 0;
  }
}

.co2-insight-inline-link {
  color: #1e88ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.co2-insight-inline-link:hover,
.co2-insight-inline-link:focus-visible {
  color: #075fc5;
}

/* R290 application scenarios */
.r290-applications {
  background: #fff;
}

#automotive-sensor-application-scenarios {
  background: #fff;
}

#automotive-sensor-application-scenarios .r290-application-card__media {
  height: 260px;
}

.r290-applications__intro {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.r290-applications__intro .gas-copy {
  max-width: 980px;
  margin: 22px auto 0;
}

.r290-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

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

.r290-application-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e5f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 35, 50, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.r290-application-card:hover,
.r290-application-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(30, 136, 255, .34);
  box-shadow: 0 20px 42px rgba(18, 35, 50, .12);
}

.r290-application-card__media {
  height: 190px;
  margin: 0;
  overflow: hidden;
  background: #f4f7fa;
}

.r290-application-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.r290-application-card__media--contain img {
  object-fit: contain;
  padding: 14px;
}

.r290-application-card:hover .r290-application-card__media img {
  transform: scale(1.035);
}

.r290-application-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 28px;
}

.r290-application-card__number {
  display: block;
  margin-bottom: 12px;
  color: #2f7df6;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.r290-application-card__body h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(19px, 1.1vw, 22px);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}

.r290-application-card__body p {
  margin: 18px 0 0;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.72;
}

.r744-application-copy {
  position: relative;
  max-height: 154px;
  overflow: hidden;
}

.r744-application-copy:not(.is-expanded)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 84%);
  pointer-events: none;
}

.r744-application-copy.is-expanded {
  max-height: none;
}

.r744-application-toggle {
  align-self: flex-start;
  margin: 16px 0 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 2px solid #d9e5f2;
  color: #001a3d;
  background: transparent;
  font: inherit;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
}

.r744-application-toggle:hover,
.r744-application-toggle:focus-visible {
  color: #1e88ff;
}

.gas-application-contact {
  width: fit-content;
  margin-top: 24px;
  padding: 11px 20px;
  border: 1px solid #1e88ff;
  border-radius: 999px;
  color: #fff;
  background: #1e88ff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.gas-application-contact:hover,
.gas-application-contact:focus-visible {
  border-color: #086fcf;
  color: #fff;
  background: #086fcf;
  transform: translateY(-2px);
}

@media (min-width: 1181px) {
  #pm-target-applications .r290-application-card,
  #voc-target-applications .r290-application-card,
  #temperature-humidity-target-applications .r290-application-card {
    min-height: 610px;
  }

  #pm-target-applications .r290-application-card__media,
  #voc-target-applications .r290-application-card__media,
  #temperature-humidity-target-applications .r290-application-card__media {
    height: 250px;
  }

  #pm-target-applications .r290-application-card__body,
  #voc-target-applications .r290-application-card__body,
  #temperature-humidity-target-applications .r290-application-card__body {
    padding: 30px 28px 34px;
  }
}

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

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

@media (max-width: 640px) {
  .r290-application-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }

  .r744-application-grid {
    grid-template-columns: 1fr;
  }

  .r290-application-card__media {
    height: 180px;
  }

  #automotive-sensor-application-scenarios .r290-application-card__media {
    height: 210px;
  }

  .r290-application-card__body {
    padding: 22px 20px 24px;
  }
}

.pm-automotive-oem {
  background: #fff;
}

.pm-end-device-integration {
  background: #fff;
}

.pm-automotive-oem__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
}

.pm-automotive-oem__grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52.3%;
  width: 1px;
  background: #d6e1ec;
  pointer-events: none;
}

.pm-end-device-integration .pm-automotive-oem__grid::after {
  left: 49.5%;
}

#iaq-oem-odm-integration .pm-automotive-oem__grid::after {
  left: 52.3%;
}

.pm-automotive-oem__media {
  margin: 0;
  overflow: hidden;
  background: #f4f8fc;
}

.pm-automotive-oem__media img {
  display: block;
  width: 100%;
  height: auto;
}

.pm-automotive-oem__content {
  max-width: 760px;
}

.pm-automotive-oem__content .gas-title {
  margin-bottom: 26px;
}

.pm-automotive-oem__content p:last-child {
  margin-bottom: 0;
}

.pm-automotive-oem__more {
  display: inline-block;
  margin-top: 10px;
}

.smart-cabin-iaq-experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
}

.smart-cabin-iaq-experience__content {
  max-width: none;
}

.smart-cabin-iaq-experience__content .gas-title {
  margin-bottom: 26px;
}

.smart-cabin-iaq-experience__content p:last-of-type {
  margin-bottom: 0;
}

.smart-cabin-iaq-experience {
  background: #fff;
}

.smart-cabin-iaq-experience__points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.smart-cabin-iaq-experience__point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-top: 2px solid #4b87f7;
  background: #f5f8fd;
}

.smart-cabin-iaq-experience__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  background: #4b87f7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.smart-cabin-iaq-experience__point h3 {
  margin: 2px 0 6px;
  color: #0d2341;
  font-size: 18px;
  line-height: 1.3;
}

.smart-cabin-iaq-experience__point p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.smart-cabin-iaq-experience__cta {
  min-height: 50px;
  margin-top: 10px;
  padding: 0 32px;
  font-size: 16px;
}

.smart-cabin-iaq-experience__visual {
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 0;
}

.smart-cabin-iaq-experience__media {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: clamp(320px, 32vw, 520px);
  margin: 0;
  padding: clamp(8px, 1.5vw, 24px);
  background: #fff;
}

.smart-cabin-iaq-experience__media img {
  display: block;
  width: 115%;
  max-width: none;
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .pm-automotive-oem__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pm-automotive-oem__content {
    max-width: none;
  }

  .pm-automotive-oem__grid::after {
    display: none;
  }

  .smart-cabin-iaq-experience__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .smart-cabin-iaq-experience__content {
    max-width: none;
  }

  .smart-cabin-iaq-experience__media {
    min-height: 0;
  }

  .smart-cabin-iaq-experience__media img {
    width: 100%;
  }
}

/* R290 related refrigerant products */
.gas-product-detail-related-products {
  background: #f4f7fa;
}

.gas-product-detail-related-products .gas-product-card__body {
  background: #fff;
}

.r290-related-products__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  text-align: left;
}

.r290-related-products__explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  padding: 0 0 5px;
  border-bottom: 2px solid #2f7df6;
  color: #001a3d;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease, gap .2s ease;
}

.r290-related-products__explore span {
  font-size: 19px;
  line-height: 1;
}

.r290-related-products__explore:hover,
.r290-related-products__explore:focus-visible {
  gap: 14px;
  color: #2f7df6;
}

.r290-related-products__grid {
  max-width: 460px;
  margin: clamp(96px, 8vw, 128px) 0 0;
  padding: 76px 0 12px;
}

.r290-related-products .gas-product-card {
  min-height: 360px;
}

.r290-related-products .gas-product-card__image {
  top: -122px;
  left: 24px;
  right: 24px;
  height: 218px;
}

.r290-related-products .gas-product-card__image img {
  max-width: 100%;
  max-height: 230px;
}

.r290-related-products .gas-product-card__body {
  min-height: 300px;
  margin-top: 42px;
  padding: 108px 28px 24px;
}

.r290-related-products .gas-product-card h3 {
  font-size: clamp(24px, 1.55vw, 30px);
}

.r290-related-products .gas-product-card p {
  max-width: 360px;
  font-size: 14px;
}

.co2-related-products .r290-related-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
  max-width: 980px;
}

.co2-faq {
  background: #fff;
}

.co2-resources {
  background: #F4F7FB;
}

#co2-module-product-inquiry {
  background: #fff;
}

@media (max-width: 700px) {
  .r290-related-products__grid {
    margin-top: 78px;
  }

  .co2-related-products .r290-related-products__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
}

@media (max-width: 480px) {
  .r290-related-products__intro {
    align-items: flex-start;
    gap: 22px;
  }

  .r290-related-products__explore {
    flex: 0 0 auto;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .r290-related-products__grid {
    max-width: 100%;
    margin-top: 78px;
    padding-top: 68px;
  }

  .r290-related-products .gas-product-card__image {
    top: -88px;
    height: 190px;
  }

  .r290-related-products .gas-product-card__image img {
    max-height: 200px;
  }

  .r290-related-products .gas-product-card__body {
    min-height: 280px;
    padding: 94px 22px 22px;
  }
}

/* R290 factory calibration and reliability */
.r290-reliability__intro {
  text-align: center;
}

.r290-reliability-tabs {
  width: min(1380px, 100%);
  display: grid;
  grid-template-columns: minmax(580px, .95fr) minmax(0, 1.05fr);
  gap: clamp(44px, 4vw, 68px);
  align-items: center;
  margin: 46px auto 0;
}

.r290-reliability-tabs__visual {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.r290-reliability-tabs__content {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.r290-reliability-tabs__media-stage {
  position: relative;
  height: clamp(320px, 26vw, 420px);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.r290-reliability-tabs__media {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .28s ease;
}

.r290-reliability-tabs__media.is-active {
  opacity: 1;
}

.r290-reliability-tabs__media[hidden] {
  display: none;
}

.r290-reliability-tabs__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.r290-reliability-tabs__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid #d6e0ea;
  border-bottom: 1px solid #d6e0ea;
}

.r290-reliability-tabs__tab {
  min-height: 84px;
  padding: 16px 14px;
  border: 0;
  border-top: 1px solid #d6e0ea;
  border-left: 1px solid #d6e0ea;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.r290-reliability-tabs__tab:hover,
.r290-reliability-tabs__tab:focus-visible {
  color: #176fe5;
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(30, 136, 255, .35);
}

.r290-reliability-tabs__tab.is-active {
  border-color: #1e88ff;
  background: #1e88ff;
  color: #fff;
  box-shadow: none;
}

.r290-reliability-tabs__content {
  position: relative;
}

.r290-reliability-tabs__panel {
  animation: r290ReliabilityFade .28s ease both;
}

.r290-reliability-tabs__panel[hidden] {
  display: none;
}

.r290-reliability-tabs__number {
  display: block;
  margin-bottom: 18px;
  color: #2f7df6;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.r290-reliability-tabs__panel h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.18;
  font-weight: 450;
  letter-spacing: 0;
  white-space: nowrap;
}

.r290-reliability-tabs__panel p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #4d6073;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.75;
}

.r744-advantages .r290-reliability-tabs__panel h3 {
  white-space: normal;
}

.r744-advantages__lead {
  max-width: 560px;
  margin-top: 14px !important;
  color: #001a3d !important;
  font-size: clamp(17px, 1.15vw, 21px) !important;
  line-height: 1.4 !important;
  font-weight: 600;
}

.r744-advantages__lead + p {
  margin-top: 18px;
}

.r744-resource-link {
  color: inherit;
  text-decoration: none;
}

.r744-resource-link:focus-visible {
  outline: 2px solid #1e88ff;
  outline-offset: 4px;
}

.r744-resource-download {
  margin-top: 24px;
}

.r744-insights-copy {
  position: relative;
  max-height: 310px;
  overflow: hidden;
  transition: max-height .3s ease;
}

.r744-insights-copy:not(.is-expanded)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 84px;
  background: linear-gradient(to bottom, rgba(244, 248, 252, 0), #f4f8fc 82%);
  pointer-events: none;
}

.r744-insights-copy.is-expanded {
  max-height: none;
}

.r744-insights-toggle {
  margin: 18px 0 0;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 2px solid #1e88ff;
  color: #001a3d;
  background: transparent;
  font: inherit;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
}

.r744-insights-toggle:hover,
.r744-insights-toggle:focus-visible {
  color: #1e88ff;
}

@keyframes r290ReliabilityFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .r290-reliability-tabs {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .r290-reliability-tabs__content {
    grid-column: 1;
    grid-row: 1;
  }

  .r290-reliability-tabs__visual {
    grid-column: 1;
    grid-row: 2;
  }

  .r290-reliability-tabs__media-stage {
    height: clamp(320px, 54vw, 460px);
  }
}

@media (max-width: 640px) {
  .r290-reliability-tabs {
    margin-top: 36px;
  }

  .r290-reliability-tabs__media-stage {
    height: 240px;
    border-radius: 8px 8px 0 0;
  }

  .r290-reliability-tabs__nav {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .r290-reliability-tabs__tab {
    min-height: 72px;
    padding: 14px 12px;
    font-size: 13px;
  }

  .r290-reliability-tabs__panel h3 {
    font-size: 24px;
    white-space: normal;
  }

  .r290-reliability-tabs__panel p {
    margin-top: 18px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .r290-reliability-tabs__media,
  .r290-reliability-tabs__panel {
    animation: none;
    transition: none;
  }
}

@media (min-width: 1181px) {
  .r290-reliability .r290-reliability-tabs {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(52px, 7vw, 112px);
  }

  .r290-reliability .r290-reliability-tabs__panel p {
    max-width: none;
  }
}

.r290-reliability .r290-reliability-tabs__media img {
  object-fit: cover;
}

#temperature-humidity-calibration .r290-reliability-tabs__panel h3 {
  white-space: normal;
}

/* R290 samples ready for testing */
.r290-samples {
  padding: clamp(24px, 4vw, 56px) 0;
  background: transparent;
}

.r290-samples > .gas-container {
  box-sizing: border-box;
  padding: clamp(32px, 4vw, 64px);
  border-radius: 16px;
  background: #5789cb;
}

.r290-samples__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.r290-samples__media {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #dfe8f2;
  box-shadow: 0 20px 45px rgba(0, 26, 61, .12);
}

.r290-samples__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.r290-samples__content .gas-title {
  margin-bottom: 24px;
  color: #fff;
}

.r290-samples__content .gas-label {
  color: #fff;
}

.r290-samples__content .gas-copy {
  margin-bottom: 32px;
  color: #fff;
}

.r290-samples__content .gas-copy p {
  max-width: 600px;
  color: #fff;
}

.r290-samples__cta {
  border-color: #fff;
  background: #fff;
  color: #5789cb;
}

.r290-samples__cta:hover,
.r290-samples__cta:focus-visible {
  border-color: #edf4fc;
  background: #edf4fc;
  color: #376daf;
}

@media (max-width: 900px) {
  .r290-samples__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .r290-samples__content {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .r290-samples > .gas-container {
    padding: 28px 24px;
    border-radius: 12px;
  }

  .r290-samples__grid {
    gap: 30px;
  }

  .r290-samples__media {
    border-radius: 8px;
  }

  .r290-samples__content .gas-title {
    margin-bottom: 18px;
  }

  .r290-samples__content .gas-copy {
    margin-bottom: 26px;
  }
}

.gas-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gas-container--wide {
  width: min(1720px, calc(100% - 80px));
}

.gas-hero {
  padding: clamp(92px, 10vw, 150px) 0 clamp(56px, 7vw, 96px);
  background:
    linear-gradient(120deg, rgba(8, 32, 54, .9), rgba(18, 102, 154, .78)),
    var(--gas-hero-image, url("/assets/controller-import/img/products/传感器类/多合一传感器/多合一传感器（PM+CO2+AQS+温湿度)_美图抠图12-12-2025.webp")) center / cover no-repeat;
}

.gas-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.gas-hero--manufacturer {
  min-height: clamp(380px, 36vw, 480px);
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #fff;
}

.gas-hero__split {
  width: min(100%, 2200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, .98fr) minmax(560px, 1.02fr);
  align-items: stretch;
}

.gas-hero__media {
  min-height: clamp(380px, 36vw, 480px);
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #102f4b;
}

.gas-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 36, 58, .04), rgba(18, 63, 99, .12));
  pointer-events: none;
}

.gas-hero__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(380px, 36vw, 480px);
  display: block;
  object-fit: cover;
}

.gas-hero__body {
  min-height: clamp(380px, 36vw, 480px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 44px) clamp(40px, 4.8vw, 76px);
  max-width: 980px;
  background: #F7F7F7;
}

.gas-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: #7b8794;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.gas-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.gas-breadcrumb a:hover,
.gas-breadcrumb a:focus-visible {
  color: #1e88ff;
}

.gas-eyebrow {
  margin: 0 0 16px;
  color: #8bd2ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gas-hero h1 {
  margin: 0;
  max-width: 800px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.gas-hero--manufacturer h1 {
  max-width: 920px;
  color: #001a3d;
  font-size: clamp(30px, 2.55vw, 42px);
  line-height: 1.08;
  font-weight: 600;
}

.gas-hero--manufacturer .gas-eyebrow {
  color: #1e88ff;
}

.gas-hero__lead {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.72;
}

.gas-hero__copy {
  margin-top: 18px;
  max-width: 940px;
}

.gas-hero__copy p {
  margin: 0 0 18px;
  color: #001a3d;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.72;
  font-weight: 400;
}

.gas-hero__copy p:last-child {
  margin-bottom: 0;
}

.pm-hero__copy {
  max-height: none;
}

.pm-hero__copy:not(.is-expanded)::after {
  content: none;
}

.pm-hero__copy:not(.is-expanded) p:nth-child(n + 2) {
  max-height: 58px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
}

.gas-hero__body > .r744-insights-toggle {
  align-self: flex-start;
}

.gas-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.gas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.gas-hero--manufacturer .gas-btn {
  min-height: 62px;
  padding: 0 44px;
  font-size: 17px;
  font-weight: 700;
}

.gas-hero--manufacturer.gas-hero--slim-cta .gas-btn {
  min-height: 50px;
  padding: 0 32px;
  font-size: 16px;
}

.gas-btn--primary {
  color: #fff;
  background: #1e88ff;
}

.gas-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
}

.gas-hero__card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.gas-hero__card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

.gas-hero__card ul,
.gas-copy ul {
  margin: 0;
  padding-left: 20px;
}

.gas-hero__card li {
  margin: 10px 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.5;
}

.gas-section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.gas-section--soft {
  background: #f4f8fc;
}

.r290-overview__heading {
  margin-bottom: 32px;
}

.r290-overview__heading .gas-title {
  white-space: nowrap;
  font-size: clamp(27px, 2vw, 36px);
}

.r290-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: clamp(44px, 6vw, 104px);
  align-items: start;
}

.p11-overview__breadcrumb,
.p57-overview__breadcrumb,
.single-overview__breadcrumb,
.p07-overview__breadcrumb,
.p09-overview__breadcrumb {
  margin-bottom: 28px;
}

.p11-overview__grid,
.p57-overview__grid,
.single-overview__grid,
.p07-overview__grid,
.p09-overview__grid {
  display: grid;
  grid-template-columns: minmax(380px, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 6vw, 104px);
  align-items: start;
}

.p11-feature-list strong,
.p57-feature-list strong,
.single-feature-list strong,
.p07-feature-list strong,
.p09-feature-list strong {
  color: #001a3d;
  font-weight: 700;
}

.p11-overview .p11-overview__datasheet,
.p57-overview .p57-overview__datasheet,
.single-overview .single-overview__datasheet,
.p07-overview .p07-overview__datasheet,
.p09-overview .p09-overview__datasheet {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.p11-specs__note,
.p57-specs__note,
.p07-specs__note,
.p09-specs__note {
  margin-top: clamp(34px, 4vw, 52px);
  padding-top: 22px;
  border-top: 1px solid #cbd5df;
}

.p11-specs__note p,
.p57-specs__note p,
.p07-specs__note p,
.p09-specs__note p {
  margin: 0;
}

.p11-specs__note p + p,
.p57-specs__note p + p,
.p07-specs__note p + p,
.p09-specs__note p + p {
  margin-top: 8px;
}

.p11-specs__document-link,
.p57-specs__document-link,
.p07-specs__document-link,
.p09-specs__document-link {
  color: #1e88ff;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.p11-specs__document-link:hover,
.p11-specs__document-link:focus-visible,
.p57-specs__document-link:hover,
.p57-specs__document-link:focus-visible,
.p07-specs__document-link:hover,
.p07-specs__document-link:focus-visible,
.p09-specs__document-link:hover,
.p09-specs__document-link:focus-visible {
  color: #075fc5;
}

.p11-related-products__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gas-section[data-p11-related-carousel] .gas-container {
  position: relative;
}

.p11-related-products__controls {
  position: absolute;
  z-index: 5;
  top: 56%;
  right: clamp(-72px, -4vw, -36px);
  left: clamp(-72px, -4vw, -36px);
  height: 0;
  pointer-events: none;
}

.p11-related-products__arrow {
  position: absolute;
  top: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid #1e88ff;
  border-radius: 50%;
  color: #1479ee;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 83, 174, .18);
  font: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.p11-related-products__arrow:first-child {
  left: 0;
}

.p11-related-products__arrow:last-child {
  right: 0;
}

.p11-related-products__arrow:hover:not(:disabled),
.p11-related-products__arrow:focus-visible:not(:disabled) {
  border-color: #1e88ff;
  color: #fff;
  background: #1e88ff;
  box-shadow: 0 12px 32px rgba(30, 136, 255, .32);
  transform: translateY(-50%) scale(1.06);
  outline: none;
}

.p11-related-products__arrow:disabled {
  border-color: #b7c9dc;
  color: #7f96ad;
  opacity: .55;
  cursor: default;
}

.p11-related-products__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
}

.p11-related-products__viewport::-webkit-scrollbar {
  display: none;
}

.p11-related-products__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 24px;
  padding: 140px 0 32px;
}

.p11-related-products__track .gas-product-card {
  min-width: 0;
  scroll-snap-align: start;
}

@media (max-width: 1100px) {
  .p11-related-products__controls {
    right: 8px;
    left: 8px;
  }

  .p11-related-products__track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .p11-related-products__actions {
    display: block;
  }

  .p11-related-products__controls {
    top: 58%;
    right: 4px;
    left: 4px;
  }

  .p11-related-products__track {
    grid-auto-columns: 86%;
    padding-top: 112px;
  }

  .p11-related-products__arrow {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }
}

.r290-overview__media {
  margin: 0;
  padding: 0;
}

.r290-overview__main-image {
  min-height: clamp(380px, 30vw, 520px);
  display: grid;
  place-items: center;
}

.r290-overview__main-image img {
  display: block;
  width: min(64%, 460px);
  max-height: 420px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 20px rgba(0, 26, 61, .24));
}

#multi-sensor-product-overview .r290-overview__main-image img {
  width: min(78%, 540px);
}

.r290-overview__thumbnails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: -96px;
  padding-left: clamp(36px, 3vw, 56px);
}

.r290-overview__thumbnail {
  width: 56px;
  height: 46px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  border: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}

.r290-overview__thumbnail:hover {
  transform: translateY(-2px);
}

.r290-overview__thumbnail:focus-visible {
  outline: 2px solid #1e88ff;
  outline-offset: 3px;
}

.r290-overview__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.r290-overview__datasheet {
  min-height: 54px;
  margin-top: 30px;
  margin-left: clamp(92px, 9vw, 150px);
  padding: 0 30px;
  font-size: 15px;
}

#co2-module-product-overview .r290-overview__datasheet,
#multi-sensor-product-overview .r290-overview__datasheet {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.r290-overview__content {
  max-width: none;
}

.r290-feature-list {
  counter-reset: r290-feature;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid #dce5ed;
  list-style: none;
}

.r290-feature-list li {
  counter-increment: r290-feature;
  position: relative;
  margin: 0;
  padding: 20px 0 20px 52px;
  border-bottom: 1px solid #dce5ed;
  color: #23405f;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.r290-feature-list li::before {
  content: counter(r290-feature, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.r290-specs {
  border-top: 1px solid #e4eaf0;
}

.r290-specs__heading {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.automotive-sensor-downloads__intro {
  max-width: 1120px;
  margin-top: 20px;
}

.automotive-sensor-downloads__intro p:last-child {
  margin-bottom: 0;
}

.r290-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.r290-specs__column {
  display: grid;
  gap: 42px;
}

.r290-spec-group h3 {
  margin: 0;
  padding: 0 8px 12px;
  border-bottom: 1px solid #cbd5df;
  color: #4385f5;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.r290-spec-list {
  margin: 0;
}

.r290-spec-row {
  display: grid;
  grid-template-columns: minmax(170px, .85fr) minmax(0, 1.15fr);
  gap: 24px;
  padding: 13px 8px;
  border-bottom: 1px solid #d8e0e8;
  color: #172538;
  font-size: 15px;
  line-height: 1.5;
}

.r290-spec-row dt {
  font-weight: 500;
}

.r290-spec-row dd {
  margin: 0;
  color: #4d6073;
  text-align: right;
}

.r290-spec-value-stack {
  display: grid;
  gap: 3px;
}

.r290-principle {
  background: #f4f8fc;
}

.r290-principle__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
}

.r290-principle__media {
  margin: 0;
  padding: clamp(14px, 2vw, 24px);
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 35, 50, .08);
}

.r290-principle__media img {
  width: 100%;
  height: auto;
  display: block;
}

.temperature-humidity-principle__media {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.pm-laser-calibration .r290-principle__media {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.pm-laser-calibration__title {
  margin: 0 0 24px;
  color: #001a3d;
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.18;
  font-weight: 450;
  letter-spacing: 0;
}

.co2-calibration {
  margin-top: clamp(64px, 7vw, 112px);
  padding-top: clamp(64px, 7vw, 112px);
}

.co2-calibration__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
}

.co2-calibration__media-column,
.co2-calibration__content {
  min-width: 0;
}

.co2-calibration__stage {
  overflow: hidden;
  border-radius: 8px;
  background: #f4f7fb;
  box-shadow: 0 18px 42px rgba(15, 35, 58, .1);
}

.co2-calibration__media {
  height: clamp(360px, 34vw, 560px);
  margin: 0;
}

.co2-calibration__media[hidden],
.co2-calibration__copy[hidden] {
  display: none;
}

.co2-calibration__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.co2-calibration__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.co2-calibration__arrow {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #cfd9e5;
  border-radius: 50%;
  background: #fff;
  color: #1e88ff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.co2-calibration__arrow:hover,
.co2-calibration__arrow:focus-visible {
  border-color: #1e88ff;
  background: #1e88ff;
  color: #fff;
}

.co2-calibration__arrow:focus-visible {
  outline: 2px solid #1e88ff;
  outline-offset: 3px;
}

.co2-calibration__status {
  min-width: 48px;
  color: #52657a;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.co2-calibration__copy {
  color: #52657a;
}

.co2-calibration__number {
  display: block;
  margin-bottom: 18px;
  color: #2f7df6;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.co2-calibration__copy h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.18;
  font-weight: 450;
  letter-spacing: 0;
}

.co2-calibration__copy p {
  margin: 24px 0 0;
  color: #4d6073;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.75;
}

.co2-calibration__copy p + p {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .co2-calibration__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .co2-calibration__media {
    height: clamp(300px, 62vw, 500px);
  }
}

@media (max-width: 560px) {
  .co2-calibration__media {
    height: 260px;
  }

  .co2-calibration__copy h3 {
    font-size: 24px;
  }

  .co2-calibration__copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }
}

.gas-smt-manufacturing {
  background: #fff;
}

.gas-smt-manufacturing__intro {
  margin-bottom: clamp(38px, 4.2vw, 62px);
  text-align: center;
}

.gas-smt-manufacturing__row--secondary {
  margin-top: clamp(64px, 7vw, 104px);
}

.gas-smt-manufacturing .pm-laser-calibration__title {
  margin-bottom: 24px;
}

.gas-smt-carousel {
  min-width: 0;
}

.gas-smt-carousel__stage {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eaf1f7;
}

.gas-smt-carousel__slide {
  width: 100%;
  height: 100%;
  margin: 0;
}

.gas-smt-carousel__slide[hidden] {
  display: none;
}

.gas-smt-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gas-smt-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.gas-smt-carousel__arrow {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0 0 4px;
  place-items: center;
  border: 1px solid #cbd8e5;
  border-radius: 50%;
  background: #fff;
  color: #001a3d;
  font: inherit;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.gas-smt-carousel__arrow:hover {
  border-color: #1687e8;
  background: #1687e8;
  color: #fff;
}

.gas-smt-carousel__arrow:focus-visible {
  outline: 3px solid rgba(22, 135, 232, .3);
  outline-offset: 3px;
}

.gas-smt-carousel__status {
  min-width: 42px;
  color: #607386;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
}

.gas-smt-manufacturing .gas-copy strong {
  color: inherit;
  font-weight: inherit;
}

.gas-cnas-lab {
  background: #f4f8fc;
}

.gas-cnas-lab .gas-title {
  margin-bottom: 24px;
}

.gas-cnas-lab__subtitle {
  margin: 24px 0 18px;
  color: #001a3d;
  font-size: clamp(20px, 1.35vw, 25px);
  line-height: 1.2;
  font-weight: 500;
}

.gas-cnas-lab__certificate {
  width: min(190px, 42%);
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gas-cnas-lab__certificate img {
  display: block;
  width: 100%;
  height: auto;
}

.gas-cnas-lab__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gas-cnas-lab__list li {
  position: relative;
  padding-left: 16px;
  color: #4d6073;
  font-size: 14px;
  line-height: 1.45;
}

.gas-cnas-lab__list li::before {
  content: "";
  position: absolute;
  top: .64em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1e88ff;
}

@media (max-width: 640px) {
  .gas-cnas-lab__certificate {
    margin-right: auto;
    margin-left: auto;
  }

  .gas-cnas-lab__list {
    grid-template-columns: 1fr;
  }
}

.pm-faq {
  background: #F4F8FC;
}

.iaq-faq {
  background: #fff;
}

.p11-faq,
.p57-faq,
.single-faq,
.p07-faq,
.p09-faq {
  background: #F4F7FB;
}

.r290-principle__content {
  max-width: 860px;
}

.r290-principle__heading {
  margin-bottom: 28px;
}

.voc-principle__subtitle {
  margin: 18px 0 0;
  color: #001a3d;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.42;
  font-weight: 500;
}

.r290-principle__content p:last-child {
  margin-bottom: 0;
}

.r290-inline-link {
  color: #1e88ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.iaq-standards__grid {
  align-items: start;
}

.iaq-standards__table-card {
  overflow: hidden;
  margin-top: clamp(88px, 6vw, 108px);
  padding: 0;
}

.iaq-standards-table-wrap {
  overflow-x: auto;
}

.iaq-standards-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: #354b60;
  font-size: 13px;
  line-height: 1.35;
}

.iaq-standards-table__parameter {
  width: 42%;
}

.iaq-standards-table__time {
  width: 18%;
}

.iaq-standards-table__value {
  width: 22%;
}

.iaq-standards-table__unit {
  width: 18%;
}

.iaq-standards-table th,
.iaq-standards-table td {
  padding: 10px 12px;
  border-right: 1px solid #dce5ee;
  border-bottom: 1px solid #dce5ee;
  text-align: left;
  vertical-align: top;
}

.iaq-standards-table th:last-child,
.iaq-standards-table td:last-child {
  border-right: 0;
}

.iaq-standards-table thead th {
  color: #fff;
  background: #123f63;
  font-size: 12px;
  font-weight: 600;
}

.iaq-standards-table tbody th {
  color: #001a3d;
  background: #edf4fa;
  font-weight: 600;
}

.iaq-standards-table tbody tr:nth-child(even) td {
  background: #f7fafd;
}

.iaq-standards__table-note {
  margin: 0;
  padding: 11px 18px 13px;
  color: #64778a;
  background: #f7fafd;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .iaq-standards__table-card {
    margin-top: 0;
  }
}

.gas-two-col {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.gas-label {
  margin: 0 0 10px;
  color: #1e88ff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.gas-title {
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}

.gas-copy {
  color: #4d6073;
  font-size: 17px;
  line-height: 1.76;
}

.gas-copy p {
  margin: 0 0 18px;
}

.gas-product-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 104px 22px;
  margin-top: 58px;
  padding: 66px 0 12px;
}

.gas-product-card {
  min-height: 266px;
  position: relative;
  background: transparent;
}

.gas-product-card__image {
  position: absolute;
  z-index: 2;
  top: -52px;
  left: 14px;
  right: 14px;
  height: 164px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  transition: transform .28s ease;
}

.gas-product-card__image::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: min(72%, 190px);
  height: 24px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(18, 35, 50, .2) 0%, rgba(18, 35, 50, .1) 42%, rgba(18, 35, 50, 0) 72%);
  filter: blur(5px);
  z-index: 0;
}

.gas-product-card__image img {
  position: relative;
  z-index: 1;
  max-width: 98%;
  max-height: 196px;
  object-fit: contain;
  filter: drop-shadow(0 14px 12px rgba(18, 35, 50, .16));
}

.gas-product-card__image .temperature-humidity-product-image--compact {
  max-width: 78%;
  max-height: 154px;
  transform: translateY(-16px);
}

.gas-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  margin-top: 34px;
  padding: 76px 20px 18px;
  background: #f7f7f7;
  box-shadow: 0 0 0 rgba(18, 35, 50, 0);
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
  will-change: transform;
}

.gas-product-card:hover .gas-product-card__body,
.gas-product-card:focus-within .gas-product-card__body {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 18px 34px rgba(18, 35, 50, .12);
}

.gas-product-card:hover .gas-product-card__image,
.gas-product-card:focus-within .gas-product-card__image {
  transform: translateY(-10px);
}

.gas-product-card__body span {
  display: block;
  margin-bottom: 9px;
  color: #1e88ff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.gas-product-card__body .pm-product-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  box-sizing: border-box;
  margin: auto 0 0;
  padding: 5px 16px;
  border: 1px solid #68a7ff;
  border-radius: 999px;
  color: #5797ee;
  background-color: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.pm-product-list .gas-product-card__more {
  margin-top: 0;
  padding-top: 16px;
}

.pm-product-list .gas-product-card__body:not(:has(.pm-product-badge)) .gas-product-card__more {
  margin-top: auto;
}

.pm-product-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 82px;
}

.pm-product-list .gas-product-card__image {
  top: -68px;
  height: 180px;
}

.pm-product-list .gas-product-card__body {
  min-height: 252px;
  padding-top: 84px;
}

.pm-product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 54px;
}

.pm-product-pagination[hidden] {
  display: none;
}

.pm-product-pagination__pages {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pm-product-pagination button {
  min-width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  border: 0;
  color: #9ca7b2;
  background: transparent;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.pm-product-pagination button:hover,
.pm-product-pagination button:focus-visible {
  color: #1e88ff;
}

.pm-product-pagination button:focus-visible {
  outline: 2px solid #1e88ff;
  outline-offset: 2px;
}

.pm-product-pagination__page[aria-current="page"] {
  color: #172538;
  background: #f4f7fa;
  font-weight: 600;
}

.pm-product-pagination__arrow {
  font-size: 24px !important;
}

.pm-product-pagination__arrow:disabled {
  color: #d3d9df;
  cursor: default;
}

@media (max-width: 1280px) {
  .pm-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pm-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pm-product-list {
    grid-template-columns: 1fr;
  }

  .pm-product-pagination {
    gap: 18px;
    margin-top: 42px;
  }
}

.pm-download-table {
  width: 100%;
  border-top: 1px solid #cbd5df;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.5;
}

.pm-download-table__head,
.pm-download-table__row {
  display: grid;
  grid-template-columns: minmax(280px, 2.4fr) minmax(130px, 1fr) 90px 100px 72px;
  align-items: center;
  column-gap: 24px;
}

.pm-download-table__head {
  min-height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid #cbd5df;
  color: #23405f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.pm-download-table__row {
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid #e1e7ed;
  color: #4d6073;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.pm-download-table__row:hover,
.pm-download-table__row:focus-visible {
  color: #1e88ff;
  background: #f4f8fc;
}

.pm-download-table__row:focus-visible {
  outline: 2px solid #1e88ff;
  outline-offset: -2px;
}

.pm-download-table__name {
  color: #172538;
  font-weight: 500;
}

.pm-download-table__row:hover .pm-download-table__name,
.pm-download-table__row:focus-visible .pm-download-table__name {
  color: #1e88ff;
}

.pm-download-table__action-label,
.pm-download-table__action {
  justify-self: end;
}

.pm-download-table__action {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #172538;
}

.pm-download-table__action svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-download-table__row:hover .pm-download-table__action,
.pm-download-table__row:focus-visible .pm-download-table__action {
  color: #fff;
  background: #1e88ff;
}

@media (max-width: 760px) {
  .pm-download-table__head {
    display: none;
  }

  .pm-download-table__row {
    grid-template-columns: 1fr auto;
    gap: 7px 18px;
    min-height: 88px;
    padding: 16px 12px;
  }

  .pm-download-table__row > span:not(.pm-download-table__name):not(.pm-download-table__action) {
    display: none;
  }

  .pm-download-table__name {
    line-height: 1.5;
  }

  .pm-download-table__action {
    grid-column: 2;
    grid-row: 1;
  }
}

.gas-product-card h3 {
  margin: 0;
  color: #111;
  font-size: clamp(22px, 1.35vw, 26px);
  line-height: 1.22;
  font-weight: 350;
  letter-spacing: 0;
}

.gas-product-card p {
  margin: 10px 0 0;
  color: #4d6073;
  font-size: 13px;
  line-height: 1.62;
}

.gas-product-card__more {
  margin-top: auto;
  padding-top: 16px;
  color: #1e88ff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.gas-tech-intro {
  max-width: 980px;
}

#gas-technologies {
  color: #fff;
  background: #418AD0;
}

#gas-technologies .gas-label,
#gas-technologies .gas-title,
#gas-technologies .gas-copy,
#gas-technologies .gas-copy p {
  color: #fff;
}

.gas-tech-intro .gas-copy {
  margin-top: 22px;
  max-width: 940px;
}

.gas-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.gas-tech-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 16px 34px rgba(7, 44, 84, .13);
}

.gas-tech-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  color: #fff;
}

.gas-tech-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gas-tech-icon circle {
  fill: none;
}

.gas-tech-icon--pm circle {
  fill: currentColor;
  stroke: none;
}

.gas-tech-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: 0;
}

.gas-tech-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.68;
}

.gas-tech-inline-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gas-tech-card__more {
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.gas-tech-card__more::after {
  content: "›";
  display: inline-block;
  margin-left: 8px;
  transition: transform .2s ease;
}

.gas-tech-card__more:hover::after,
.gas-tech-card__more:focus-visible::after {
  transform: translateX(4px);
}

.gas-tech-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 14px 30px rgba(7, 44, 84, .12);
}

.gas-tech-cta p {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: 16px;
  line-height: 1.66;
}

.gas-tech-cta .gas-btn--primary {
  color: #fff;
  background: #0f5fa8;
  border: 1px solid rgba(255, 255, 255, .42);
}

.gas-btn--small {
  min-height: 46px;
  padding: 0 24px;
  font-size: 14px;
  white-space: nowrap;
}

.gas-platform {
  overflow: hidden;
  background: #fff;
}

.gas-platform__intro {
  max-width: 1180px;
}

.gas-platform__intro .gas-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-top: 22px;
  max-width: 820px;
}

#custom-pm-sensor-platform,
#custom-co2-sensor-platform,
#custom-co2-module-platform,
#custom-iaq-multi-sensor-platform,
#custom-voc-sensor-platform,
#custom-temperature-humidity-sensor-platform {
  position: relative;
}

#custom-pm-sensor-platform .gas-platform__intro,
#custom-co2-sensor-platform .gas-platform__intro,
#custom-co2-module-platform .gas-platform__intro,
#custom-iaq-multi-sensor-platform .gas-platform__intro,
#custom-voc-sensor-platform .gas-platform__intro,
#custom-temperature-humidity-sensor-platform .gas-platform__intro {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#custom-pm-sensor-platform::before,
#custom-co2-sensor-platform::before,
#custom-co2-module-platform::before,
#custom-voc-sensor-platform::before,
#custom-temperature-humidity-sensor-platform::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1540px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background: #d6e1ec;
}

#custom-pm-sensor-platform .gas-platform__intro .gas-copy,
#custom-co2-sensor-platform .gas-platform__intro .gas-copy,
#custom-co2-module-platform .gas-platform__intro .gas-copy,
#custom-iaq-multi-sensor-platform .gas-platform__intro .gas-copy,
#custom-voc-sensor-platform .gas-platform__intro .gas-copy,
#custom-temperature-humidity-sensor-platform .gas-platform__intro .gas-copy {
  width: 100%;
  max-width: 1540px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px auto 0;
  text-align: left;
}

#custom-pm-sensor-platform .gas-platform__intro .gas-copy p,
#custom-co2-sensor-platform .gas-platform__intro .gas-copy p,
#custom-co2-module-platform .gas-platform__intro .gas-copy p,
#custom-iaq-multi-sensor-platform .gas-platform__intro .gas-copy p,
#custom-voc-sensor-platform .gas-platform__intro .gas-copy p,
#custom-temperature-humidity-sensor-platform .gas-platform__intro .gas-copy p {
  margin: 0;
  padding: 4px clamp(20px, 2vw, 34px);
}

#custom-pm-sensor-platform .gas-platform__intro .gas-copy p:first-child,
#custom-co2-sensor-platform .gas-platform__intro .gas-copy p:first-child,
#custom-co2-module-platform .gas-platform__intro .gas-copy p:first-child,
#custom-iaq-multi-sensor-platform .gas-platform__intro .gas-copy p:first-child,
#custom-voc-sensor-platform .gas-platform__intro .gas-copy p:first-child,
#custom-temperature-humidity-sensor-platform .gas-platform__intro .gas-copy p:first-child {
  border-right: 1px solid #d6e1ec;
}

#custom-pm-sensor-platform .gas-platform__diagram,
#custom-co2-sensor-platform .gas-platform__diagram,
#custom-co2-module-platform .gas-platform__diagram,
#custom-iaq-multi-sensor-platform .gas-platform__diagram,
#custom-voc-sensor-platform .gas-platform__diagram,
#custom-temperature-humidity-sensor-platform .gas-platform__diagram,
#customizable-gas-sensor-platform .gas-platform__diagram {
  margin-top: 64px;
  margin-bottom: 100px;
}

.custom-pm-platform__cta {
  position: absolute;
  right: clamp(300px, 22vw, 420px);
  bottom: -30px;
  z-index: 4;
}

@media (max-width: 760px) {
  #custom-pm-sensor-platform::before,
  #custom-co2-sensor-platform::before,
  #custom-co2-module-platform::before,
  #custom-voc-sensor-platform::before,
  #custom-temperature-humidity-sensor-platform::before {
    width: calc(100% - 40px);
  }

  #custom-pm-sensor-platform .gas-platform__intro .gas-copy,
  #custom-co2-sensor-platform .gas-platform__intro .gas-copy,
  #custom-co2-module-platform .gas-platform__intro .gas-copy,
  #custom-iaq-multi-sensor-platform .gas-platform__intro .gas-copy,
  #custom-voc-sensor-platform .gas-platform__intro .gas-copy,
  #custom-temperature-humidity-sensor-platform .gas-platform__intro .gas-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #custom-pm-sensor-platform .gas-platform__intro .gas-copy p,
  #custom-co2-sensor-platform .gas-platform__intro .gas-copy p,
  #custom-co2-module-platform .gas-platform__intro .gas-copy p,
  #custom-iaq-multi-sensor-platform .gas-platform__intro .gas-copy p,
  #custom-voc-sensor-platform .gas-platform__intro .gas-copy p,
  #custom-temperature-humidity-sensor-platform .gas-platform__intro .gas-copy p {
    padding: 0;
  }

  #custom-pm-sensor-platform .gas-platform__intro .gas-copy p:first-child,
  #custom-co2-sensor-platform .gas-platform__intro .gas-copy p:first-child,
  #custom-co2-module-platform .gas-platform__intro .gas-copy p:first-child,
  #custom-iaq-multi-sensor-platform .gas-platform__intro .gas-copy p:first-child,
  #custom-voc-sensor-platform .gas-platform__intro .gas-copy p:first-child,
  #custom-temperature-humidity-sensor-platform .gas-platform__intro .gas-copy p:first-child {
    border-right: 0;
  }

  #custom-pm-sensor-platform .gas-platform__diagram,
  #custom-co2-sensor-platform .gas-platform__diagram,
  #custom-co2-module-platform .gas-platform__diagram,
  #custom-iaq-multi-sensor-platform .gas-platform__diagram,
  #custom-voc-sensor-platform .gas-platform__diagram,
  #custom-temperature-humidity-sensor-platform .gas-platform__diagram,
  #customizable-gas-sensor-platform .gas-platform__diagram {
    margin-top: 42px;
    margin-bottom: 70px;
  }

  .custom-pm-platform__cta {
    right: 50%;
    bottom: -20px;
    transform: translateX(50%);
  }
}

.gas-platform__diagram {
  position: relative;
  min-height: clamp(560px, 44vw, 720px);
  margin-top: 0;
}

.gas-platform__product {
  position: absolute;
  left: 47%;
  top: 50%;
  z-index: 1;
  width: min(46vw, 720px);
  margin: 0;
  transform: translate(-50%, -52%);
  overflow: visible;
}

.gas-platform__product::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 4%;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(18, 35, 50, .2), rgba(18, 35, 50, 0) 68%);
  filter: blur(10px);
  z-index: -1;
}

.gas-platform__product img {
  width: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(18, 35, 50, .18));
}

.gas-platform-callout {
  position: absolute;
  z-index: 2;
  --line: 2px;
  --dot: 17px;
  --label-width: clamp(200px, 17vw, 260px);
  --line-length: 180px;
  --label-line-align: -45px;
  width: 0;
  height: 0;
  color: #23405f;
}

.gas-platform-callout::before {
  content: "";
  position: absolute;
  top: 0;
  height: var(--line);
  background: #1e88ff;
}

.gas-platform-callout__dot {
  position: absolute;
  left: calc(var(--dot) / -2);
  top: calc(var(--dot) / -2);
  z-index: 3;
  width: var(--dot);
  height: var(--dot);
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1e88ff;
  box-shadow: 0 6px 14px rgba(30, 136, 255, .3);
}

.gas-platform-callout > div {
  position: absolute;
  width: var(--label-width);
}

.gas-platform-callout--left::before {
  right: 0;
  width: var(--line-length);
}

.gas-platform-callout--left > div {
  right: calc(var(--line-length) + 22px);
  top: var(--label-line-align);
}

.gas-platform-callout--right::before {
  left: 0;
  width: var(--line-length);
}

.gas-platform-callout--right {
  --label-width: clamp(230px, 18vw, 310px);
}

.gas-platform-callout--right > div {
  left: calc(var(--line-length) + 22px);
  top: var(--label-line-align);
}

.gas-platform-callout h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.gas-platform-callout p {
  margin: 9px 0 0;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.55;
}

.gas-platform-callout--pm {
  --line-length: clamp(130px, 12vw, 220px);
  --route-rise: clamp(54px, 5vw, 78px);
  --label-line-align: calc((var(--route-rise) * -1) - 37px);
  left: 31%;
  top: 12%;
}

.gas-platform-callout--co2 {
  --line-length: clamp(170px, 16vw, 250px);
  --route-rise: clamp(54px, 5vw, 78px);
  --label-line-align: calc((var(--route-rise) * -1) - 37px);
  left: 71%;
  top: 20%;
}

.gas-platform-callout--aqs {
  --line-length: clamp(120px, 12vw, 190px);
  left: 85%;
  top: 39%;
}

.gas-platform-callout--th {
  --line: 3px;
  --line-length: clamp(170px, 16vw, 250px);
  --route-drop: clamp(68px, 6vw, 96px);
  --label-line-align: calc(var(--route-drop) - 37px);
  left: 79%;
  top: 61%;
}

.gas-platform-callout--interface {
  --line-length: clamp(70px, 8vw, 130px);
  left: 20%;
  top: 44%;
}

.gas-platform-callout--relay {
  --line: 3px;
  --line-length: clamp(70px, 8vw, 130px);
  --relay-drop: clamp(70px, 8vw, 120px);
  left: 49%;
  top: 61%;
}

.gas-platform-callout--relay::before {
  display: none;
}

.gas-platform-callout--relay::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: var(--line-length);
  height: var(--relay-drop);
  border-bottom: var(--line) solid #1e88ff;
  border-right: var(--line) solid #1e88ff;
}

.gas-platform-callout--relay > div {
  top: calc(var(--relay-drop) + var(--label-line-align));
}

.gas-platform-callout--pm::before,
.gas-platform-callout--co2::before,
.gas-platform-callout--th::before {
  display: none;
}

.gas-platform-callout--pm::after,
.gas-platform-callout--co2::after,
.gas-platform-callout--th::after {
  content: "";
  position: absolute;
}

.gas-platform-callout--pm::after {
  right: 0;
  bottom: 0;
  width: var(--line-length);
  height: var(--route-rise);
  border-top: var(--line) solid #1e88ff;
  border-right: var(--line) solid #1e88ff;
}

.gas-platform-callout--co2::after {
  left: 0;
  bottom: 0;
  width: var(--line-length);
  height: var(--route-rise);
  border-top: var(--line) solid #1e88ff;
  border-left: var(--line) solid #1e88ff;
}

.gas-platform-callout--th::after {
  left: 0;
  top: 0;
  width: var(--line-length);
  height: var(--route-drop);
  border-bottom: var(--line) solid #1e88ff;
  border-left: var(--line) solid #1e88ff;
}

.gas-platform__advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 10px;
}

.gas-platform__advantages article {
  padding: 24px 26px;
  border-top: 3px solid #1e88ff;
  background: #f7fbff;
}

.gas-platform__advantages h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(20px, 1.35vw, 25px);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}

.gas-platform__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.65em;
  height: 1.65em;
  margin-right: 7px;
  border-radius: 6px;
  color: #fff;
  background: #1e88ff;
  box-shadow: 0 8px 18px rgba(30, 136, 255, .22);
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.gas-platform__advantages p {
  margin: 12px 0 0;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.65;
}

.gas-calibration__intro {
  max-width: 1060px;
}

.gas-calibration__intro .gas-copy {
  margin-top: 22px;
  max-width: 980px;
}

.gas-calibration-carousel {
  position: relative;
  margin-top: 46px;
  padding: 0;
}

.gas-calibration-card-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 8px 18px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gas-calibration-card-grid::-webkit-scrollbar {
  display: none;
}

.gas-calibration-card {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 500px;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #d9e5f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 35, 50, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.gas-calibration-card:hover,
.gas-calibration-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(30, 136, 255, .34);
  box-shadow: 0 20px 42px rgba(18, 35, 50, .12);
}

.gas-calibration-card figure {
  height: 310px;
  margin: 0;
  background: #fff;
}

.gas-calibration-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: top center;
}

.gas-calibration-card div {
  padding: 26px 28px 30px;
}

.gas-calibration-card h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(18px, 1.05vw, 21px);
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: 0;
}

.gas-calibration-card p {
  margin: 14px 0 0;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.65;
}

.gas-apps-intro {
  max-width: 1060px;
}

.gas-apps-intro .gas-copy {
  margin-top: 22px;
  max-width: 980px;
}

.gas-app-carousel {
  position: relative;
  margin-top: 46px;
  padding: 0;
}

.gas-app-carousel__viewport {
  overflow: hidden;
}

.gas-app-card-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 0 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gas-app-card-grid::-webkit-scrollbar {
  display: none;
}

.gas-app-card {
  display: flex;
  flex: 0 0 clamp(380px, 28vw, 480px);
  min-height: 440px;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #d9e5f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 35, 50, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.gas-app-card:hover,
.gas-app-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(30, 136, 255, .34);
  box-shadow: 0 20px 42px rgba(18, 35, 50, .12);
}

.gas-app-card__media {
  height: 180px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.gas-app-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gas-app-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 26px 26px;
}

@media (min-width: 1281px) {
  .gas-app-card {
    flex-basis: calc((100% - 48px) / 3);
    min-height: 600px;
  }

  .gas-app-card__media {
    height: 240px;
  }

  .gas-app-card__body {
    padding: 28px 30px 32px;
  }
}

.gas-app-card__body h3 {
  margin: 0;
  color: #001a3d;
  font-size: clamp(19px, 1.1vw, 22px);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: 0;
}

.gas-app-card__body p {
  margin: 18px 0 0;
  color: #4d6073;
  font-size: 15px;
  line-height: 1.72;
}

.gas-app-card__links {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.gas-app-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #23405f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.gas-app-card__links a::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #1e88ff;
}

.gas-app-card__links a::after {
  content: "›";
  opacity: 0;
  transform: translateX(-4px);
  color: #1e88ff;
  font-size: 18px;
  line-height: 1;
  transition: opacity .2s ease, transform .2s ease;
}

.gas-app-card__links a:hover,
.gas-app-card__links a:focus-visible {
  color: #1e88ff;
  transform: translateX(3px);
}

.gas-app-card__links a:hover::after,
.gas-app-card__links a:focus-visible::after {
  opacity: 1;
  transform: translateX(2px);
}

.gas-app-carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid #d9e5f2;
  border-radius: 50%;
  color: #1e88ff;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 35, 50, .13);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.gas-app-carousel__arrow:hover,
.gas-app-carousel__arrow:focus-visible {
  color: #fff;
  background: #1e88ff;
  transform: translateY(-50%) scale(1.04);
}

.gas-app-carousel__arrow--prev {
  left: -58px;
}

.gas-app-carousel__arrow--next {
  right: -58px;
}

.gas-supplier-trust {
  background: #fff;
}

.gas-supplier-trust__grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.gas-supplier-trust__body .gas-copy {
  margin-top: 22px;
}

.gas-supplier-trust__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.gas-supplier-trust__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(30, 136, 255, .28);
  border-radius: 999px;
  color: #1e88ff;
  background: #f7fbff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.gas-supplier-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 26px;
}

.gas-supplier-logos span {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}

.gas-supplier-logos img {
  max-width: 168px;
  max-height: 46px;
  display: block;
  object-fit: contain;
}

.gas-page .home-certifications-section {
  background: #F4F8FC;
}

.gas-integration-support {
  background: #fff;
}

.gas-integration-support__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(64px, 7vw, 112px);
  row-gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.gas-integration-support__intro {
  grid-column: 2;
  grid-row: 1;
  padding-top: clamp(88px, 6vw, 112px);
}

.gas-integration-support__intro .gas-copy {
  margin-top: clamp(14px, 1.2vw, 20px);
}

.gas-integration-support__visual {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: clamp(8px, 1.5vw, 22px);
  overflow: visible;
}

.gas-integration-support__visual::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: clamp(110px, 12vw, 170px);
  height: 2px;
  background: linear-gradient(90deg, rgba(30, 136, 255, 0), rgba(30, 136, 255, .34), rgba(30, 136, 255, 0));
}

.gas-integration-support__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: 440px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(18, 35, 50, .16));
}

.gas-integration-support__visual figcaption {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 22px;
  text-align: center;
}

.gas-integration-support__visual figcaption span {
  color: #1e88ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.gas-integration-support__body .gas-copy {
  margin-top: 22px;
}

.gas-integration-support__body {
  grid-column: 2;
  grid-row: 2;
}

.gas-integration-support__list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.gas-integration-support__list--left {
  grid-column: 1;
  grid-row: 2 / span 2;
  width: min(100%, 680px);
  margin-top: clamp(52px, 5vw, 78px);
  align-self: center;
}

.gas-integration-support__list article {
  position: relative;
  padding-left: 22px;
  border-left: 3px solid #1e88ff;
}

@media (min-width: 901px) {
  .gas-integration-support__body,
  .gas-integration-support__list--left,
  .gas-integration-support__note {
    transform: translateY(-52px);
  }

  .gas-integration-support__list > article:first-child {
    transform: translateY(-24px);
  }
}

.gas-integration-support__list h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #001a3d;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: 0;
}

.gas-integration-support__number {
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 2px solid #1e88ff;
  border-radius: 50%;
  color: #1e88ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.gas-integration-support__list p {
  margin: 10px 0 0;
  color: #4d6073;
  font-size: 16px;
  line-height: 1.7;
}

.gas-integration-support__note {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 34px;
}

.gas-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #123f63;
}

.gas-cta .gas-container {
  position: relative;
  z-index: 1;
}

.gas-cta .gas-title,
.gas-cta .gas-copy {
  color: #fff;
}

.gas-cta__plane {
  position: absolute;
  z-index: 0;
  width: clamp(96px, 8vw, 128px);
  aspect-ratio: 180 / 88;
  pointer-events: none;
  opacity: .86;
  transform: rotate(var(--plane-rotate, -10deg));
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .08));
}

.gas-cta__plane::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 88'%3E%3Cpath d='M7 63 164 8 124 79 88 55 55 77 72 50 7 63Z' fill='none' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M72 50 164 8 88 55' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 62 129 22' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' opacity='.72'/%3E%3Cpath d='M37 68 101 52' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' opacity='.72'/%3E%3Cpath d='M44 57 112 36' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' opacity='.58'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: gas-cta-plane-float 7s ease-in-out infinite;
}

.gas-cta__plane--one {
  --plane-rotate: -10deg;
  left: max(62px, calc(50% - 735px));
  top: 50%;
  transform: translateY(-50%) rotate(var(--plane-rotate));
}

@keyframes gas-cta-plane-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, -8px, 0);
  }
}

@keyframes gas-cta-plane-float-mobile {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(5px, -4px, 0);
  }
}

@media (max-width: 1480px) {
  .gas-cta__plane--one {
    left: 22px;
    top: 68%;
    width: 92px;
    opacity: .48;
  }
}

@media (max-width: 1280px) {
  .gas-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .gas-platform__product {
    width: min(44vw, 620px);
  }

  .gas-platform-callout--right {
    --label-width: clamp(190px, 17vw, 250px);
  }

  .gas-platform-callout--co2 {
    --line-length: clamp(120px, 12vw, 180px);
    top: 14%;
  }

  .gas-platform-callout--aqs {
    --line-length: clamp(90px, 10vw, 150px);
    top: 42%;
  }

  .gas-platform-callout--th {
    --line-length: clamp(130px, 12vw, 190px);
    top: 70%;
  }

  .gas-platform-callout h3 {
    font-size: clamp(17px, 1.3vw, 21px);
  }

  .gas-platform-callout p {
    font-size: 14px;
  }

  .gas-app-card {
    flex-basis: clamp(360px, 39vw, 460px);
  }

  .gas-calibration-card {
    flex-basis: calc((100% - 48px) / 3);
  }
}

@media (max-width: 1100px) {
  .gas-platform__diagram {
    min-height: clamp(470px, 58vw, 620px);
    overflow: visible;
  }

  .gas-platform__product {
    left: 46%;
    width: min(36vw, 430px);
  }

  .gas-platform-callout {
    --dot: 15px;
    --label-width: clamp(120px, 16vw, 170px);
    --label-line-align: -32px;
  }

  .gas-platform-callout--right {
    --label-width: clamp(190px, 22vw, 230px);
  }

  .gas-platform-callout--pm {
    --line-length: clamp(80px, 10vw, 118px);
    --route-rise: clamp(34px, 5vw, 50px);
    --label-line-align: calc((var(--route-rise) * -1) - 26px);
    left: 31%;
    top: 13%;
  }

  .gas-platform-callout--interface {
    --line-length: clamp(76px, 10vw, 116px);
    left: 20%;
    top: 41%;
  }

  .gas-platform-callout--relay {
    --line-length: clamp(58px, 8vw, 90px);
    --relay-drop: clamp(54px, 7vw, 82px);
    left: 47%;
    top: 62%;
  }

  .gas-platform-callout--co2 {
    --line-length: clamp(58px, 8vw, 96px);
    --route-rise: clamp(34px, 5vw, 50px);
    --label-line-align: calc((var(--route-rise) * -1) - 26px);
    left: 67%;
    top: 8%;
  }

  .gas-platform-callout--aqs {
    --line-length: clamp(48px, 7vw, 82px);
    left: 82%;
    top: 42%;
  }

  .gas-platform-callout--th {
    --line-length: clamp(58px, 8vw, 96px);
    --route-drop: clamp(44px, 6vw, 62px);
    --label-line-align: calc(var(--route-drop) - 26px);
    left: 76%;
    top: 78%;
  }

  .gas-platform-callout h3 {
    font-size: clamp(14px, 1.55vw, 17px);
    line-height: 1.18;
  }

  .gas-platform-callout p {
    margin-top: 6px;
    font-size: clamp(11px, 1.35vw, 13px);
    line-height: 1.45;
  }
}

@media (max-width: 1200px) {
  .r290-overview__grid,
  .p11-overview__grid,
  .p57-overview__grid,
  .single-overview__grid,
  .p07-overview__grid,
  .p09-overview__grid {
    grid-template-columns: 1fr;
  }

  .r290-overview__heading .gas-title {
    font-size: clamp(22px, 2.5vw, 30px);
  }

  .r290-overview__media {
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .gas-hero__grid,
  .gas-two-col,
  .gas-integration-support__grid,
  .gas-supplier-trust__grid {
    grid-template-columns: 1fr;
  }

  .gas-hero--manufacturer {
    min-height: auto;
  }

  .gas-hero__split {
    grid-template-columns: 1fr;
  }

  .gas-hero__media,
  .gas-hero__media img {
    min-height: 360px;
  }

  .gas-hero__body {
    min-height: auto;
    padding: clamp(48px, 10vw, 72px) 28px clamp(56px, 11vw, 84px);
  }

  .gas-hero--manufacturer h1 {
    font-size: clamp(31px, 8vw, 40px);
  }

  .r290-overview__grid {
    grid-template-columns: 1fr;
  }

  .r290-overview__media {
    max-width: 720px;
  }

  .r290-overview__main-image img {
    width: min(60%, 420px);
  }

  .r290-overview__thumbnails {
    margin-top: -72px;
    padding-left: 36px;
  }

  .r290-overview__datasheet {
    margin-left: clamp(54px, 12vw, 108px);
  }

  .r290-specs__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .r290-principle__grid {
    grid-template-columns: 1fr;
  }

  .gas-integration-support__grid {
    row-gap: 14px;
  }

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

  .gas-tech-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .gas-integration-support__note {
    align-items: flex-start;
    flex-direction: column;
  }

  .gas-integration-support__intro,
  .gas-integration-support__visual,
  .gas-integration-support__body,
  .gas-integration-support__list--left,
  .gas-integration-support__note {
    grid-column: 1;
    grid-row: auto;
  }

  .gas-integration-support__intro {
    order: 1;
    padding-top: 0;
  }

  .gas-integration-support__visual {
    order: 2;
    min-height: auto;
    padding-top: 0;
  }

  .gas-integration-support__body {
    order: 3;
  }

  .gas-integration-support__body .gas-integration-support__list {
    margin-top: 12px;
  }

  .gas-integration-support__list--left {
    order: 4;
    width: 100%;
    margin-top: 0;
  }

  .gas-integration-support__note {
    order: 5;
  }

  .gas-app-card {
    flex-basis: min(76vw, 430px);
  }

  .gas-calibration-card {
    flex-basis: min(72vw, 360px);
  }

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

  .gas-hero__card {
    backdrop-filter: none;
  }
}

@media (max-width: 560px) {
  .gas-container {
    width: calc(100% - 28px);
  }

  .gas-cta__plane--one {
    left: auto;
    right: 22px;
    top: 34px;
    width: 74px;
    opacity: .5;
  }

  .gas-cta__plane::before {
    animation-name: gas-cta-plane-float-mobile;
  }

  .gas-hero--manufacturer h1 {
    max-width: 540px;
    font-size: clamp(27px, 6.4vw, 34px);
    line-height: 1.14;
  }

  .r290-overview__heading .gas-title {
    white-space: normal;
  }

  .r290-overview__media {
    padding: 0;
  }

  .r290-overview__main-image {
    min-height: 320px;
  }

  .r290-overview__main-image img {
    width: min(72%, 320px);
  }

  .r290-overview__thumbnail {
    width: 48px;
    height: 40px;
  }

  .r290-overview__thumbnails {
    margin-top: -40px;
    padding-left: 20px;
  }

  .r290-overview__datasheet {
    margin-left: 28px;
  }

  .r290-feature-list li {
    padding-left: 42px;
  }

  .r290-spec-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px 4px;
  }

  .r290-spec-row dd {
    text-align: left;
  }

  .gas-title {
    font-size: clamp(22px, 5.2vw, 27px);
    line-height: 1.16;
    font-weight: 500;
    text-wrap: balance;
  }

  #gas-technologies .gas-title {
    font-size: clamp(19px, 4.4vw, 22px);
  }

  .gas-copy {
    font-size: 15.5px;
    line-height: 1.68;
  }

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

  .gas-tech-grid {
    grid-template-columns: 1fr;
  }

  .gas-platform__diagram {
    min-height: 330px;
    margin-left: -14px;
    margin-right: -14px;
    overflow: hidden;
  }

  .gas-platform-callout {
    --dot: 17px;
    --line: 2px;
    --label-width: 230px;
    --label-line-align: -45px;
  }

  .gas-platform__product {
    left: 50%;
    top: 52%;
    width: 760px;
    transform: translate(-50%, -52%) scale(.32);
    transform-origin: center center;
  }

  .gas-platform__product img {
    filter: drop-shadow(0 14px 20px rgba(18, 35, 50, .14));
  }

  .gas-platform-callout--right {
    --label-width: 310px;
  }

  .gas-platform-callout--pm {
    --line-length: 220px;
    left: 30%;
    top: 12%;
  }

  .gas-platform-callout--interface {
    --line-length: 130px;
    left: 20%;
    top: 44%;
  }

  .gas-platform-callout--relay {
    --line-length: 130px;
    --relay-drop: 120px;
    left: 49%;
    top: 61%;
  }

  .gas-platform-callout--co2 {
    --line-length: 250px;
    left: 71%;
    top: 20%;
  }

  .gas-platform-callout--aqs {
    --line-length: 190px;
    left: 85%;
    top: 39%;
  }

  .gas-platform-callout--th {
    --line-length: 250px;
    left: 79%;
    top: 61%;
  }

  .gas-platform-callout h3 {
    font-size: 23px;
    line-height: 1.2;
  }

  .gas-platform-callout p {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.55;
  }

  .gas-platform__advantages {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 6px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gas-platform__advantages::-webkit-scrollbar {
    display: none;
  }

  .gas-platform__advantages article {
    flex: 0 0 min(82vw, 330px);
    min-width: min(82vw, 330px);
    padding: 22px 20px;
    scroll-snap-align: start;
  }

  .gas-platform__advantages h3 {
    font-size: 22px;
  }

  .gas-platform__advantages p {
    font-size: 15px;
    line-height: 1.6;
  }

  .gas-app-carousel {
    padding: 0 0 58px;
  }

  .gas-app-card {
    flex-basis: 88vw;
  }

  .gas-calibration-carousel {
    padding: 0 0 58px;
  }

  .gas-calibration-card {
    flex-basis: 88vw;
    min-height: 440px;
  }

  .gas-calibration-card figure {
    height: 240px;
  }

  .gas-supplier-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .gas-supplier-logos span {
    min-height: 52px;
    padding: 4px 6px;
  }

  .gas-supplier-logos img {
    max-width: 140px;
    max-height: 40px;
  }

  .gas-cta__plane {
    left: auto;
    right: 22px;
    top: 34px;
    width: 74px;
    opacity: .42;
  }

  .gas-tech-card,
  .gas-tech-cta {
    padding: 24px 20px;
  }

  .gas-app-card__media {
    height: 170px;
  }

  .gas-integration-support__visual {
    min-height: 330px;
  }

  .gas-integration-support__visual img {
    width: min(86%, 420px);
  }

  .gas-app-carousel__arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .gas-app-carousel__arrow:hover,
  .gas-app-carousel__arrow:focus-visible {
    transform: scale(1.04);
  }

  .gas-app-carousel__arrow--prev {
    left: calc(50% - 56px);
  }

  .gas-app-carousel__arrow--next {
    right: calc(50% - 56px);
  }

  .gas-btn--small {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gas-cta__plane::before {
    animation: none;
  }
}


