.technology-page {
  color: #14324a;
  margin: 0 auto;
  max-width: 1240px;
  padding: 36px 20px 70px;
  text-align: left;
}

.technology-page * {
  box-sizing: border-box;
}

.swiper .slide-text {
  background: rgba(0, 0, 0, .48);
  border-radius: 6px;
  padding: 22px 28px;
}

.swiper .slide-text h1,
.swiper .slide-text p {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
}

.technology-eyebrow {
  color: #2980c1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.technology-page h2,
.technology-page h3 {
  color: #102f45;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.technology-page h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.technology-page h3 {
  font-size: 21px;
}

.technology-page p,
.technology-page li {
  color: #2c4658;
  font-size: 17px;
  line-height: 1.65;
}

.technology-page p {
  margin: 0 0 14px;
}

.technology-lead {
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.technology-intro {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  margin-bottom: 28px;
}

.technology-copy,
.technology-feature-image,
.technology-highlights > div,
.technology-device,
.technology-cta {
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(20, 50, 74, .08);
}

.technology-copy {
  background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
  padding: 42px;
}

.technology-feature-image {
  background: #ffffff;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.technology-feature-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.technology-highlights {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.technology-highlights > div {
  background: #ffffff;
  padding: 26px;
}

.technology-highlights p {
  margin-bottom: 0;
}

.technology-device {
  align-items: center;
  background: #ffffff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 38px;
}

.technology-device-reverse .technology-device-image {
  grid-column: 2;
  grid-row: 1;
}

.technology-device-reverse .technology-device-copy {
  grid-column: 1;
  grid-row: 1;
}

.technology-device-image {
  align-items: center;
  background: linear-gradient(180deg, #f8fbfd 0%, #eef7fb 100%);
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 350px;
  overflow: hidden;
  padding: 28px;
}

.technology-device-image img {
  display: block;
  height: auto;
  max-height: 390px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.technology-device-image-wide img {
  width: 100%;
}

.technology-device-copy p:last-child {
  margin-bottom: 0;
}

.technology-checklist {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.technology-checklist li {
  border-top: 1px solid #dbe8ef;
  padding-top: 8px;
}

.technology-checklist li::before {
  color: #2980c1;
  content: "✓";
  font-weight: 900;
  margin-right: 9px;
}

.technology-video-wrap {
  background: #102f45;
  border-radius: 8px;
  grid-column: 1 / -1;
  overflow: hidden;
  padding: 18px;
}

.technology-video-wrap video {
  aspect-ratio: 16 / 9;
  background: #000000;
  display: block;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  width: 100%;
}

.technology-video-wrap p {
  color: #ffffff;
  font-size: 15px;
  margin: 12px 2px 0;
  text-align: center;
}

.technology-cta {
  background: linear-gradient(120deg, #102f45 0%, #164f70 100%);
  padding: 42px;
  text-align: center;
}

.technology-cta h2,
.technology-cta p {
  color: #ffffff;
  text-align: center;
}

.technology-cta .technology-eyebrow {
  color: #9bd4f4;
}

.technology-button:link,
.technology-button:visited,
.technology-button:active {
  align-items: center;
  background: #2980c1;
  border: 2px solid #2980c1;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.technology-button:hover,
.technology-button:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #102f45;
}

@media (max-width: 960px) {
  .technology-intro,
  .technology-highlights,
  .technology-device {
    grid-template-columns: 1fr;
  }

  .technology-device-reverse .technology-device-image,
  .technology-device-reverse .technology-device-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .technology-device-reverse .technology-device-image {
    order: 0;
  }

  .technology-device-reverse .technology-device-copy {
    order: 1;
  }

  .technology-device-image {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .technology-page {
    padding: 24px 14px 48px;
  }

  .technology-copy,
  .technology-highlights > div,
  .technology-device,
  .technology-cta {
    padding: 26px;
  }

  .technology-device {
    gap: 24px;
  }

  .technology-device-image {
    min-height: 240px;
    padding: 20px;
  }

  .technology-video-wrap {
    padding: 10px;
  }

  .technology-button:link,
  .technology-button:visited,
  .technology-button:active {
    width: 100%;
  }
}
