.service-page {
  --service-max: 100vw;
  --service-content-width: var(--safe-width);
  position: relative;
  color: #171a20;
  background: #fff;
}

.service-page-switcher {
  position: fixed;
  z-index: 12;
  top: var(--service-switcher-top, 154px);
  left: 50%;
  display: flex;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(15, 15, 15, .34);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.service-page-switcher a {
  display: block;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: var(--fs-button);
  line-height: var(--lh-button);
  white-space: nowrap;
}

.service-page-switcher a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .12);
}

.service-page-switcher a.active {
  color: #171a20;
  background: #fff;
}

.service-page h1,
.service-page h2,
.service-page h3,
.service-page p,
.service-page ul,
.service-page ol {
  margin: 0;
}

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 1fr auto;
  align-content: end;
  gap: clamp(28px, 4vh, 46px) var(--gap);
  min-height: calc(100svh - 123px);
  padding: clamp(118px, 15vh, 170px) var(--page-x) clamp(36px, 5vh, 64px);
  overflow: hidden;
  color: #fff;
  background: #121212;
}

.service-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.service-hero > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-hero > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .88) 0%, rgba(5, 7, 10, .66) 34%, rgba(5, 7, 10, .22) 68%, rgba(5, 7, 10, .08) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .08) 0%, rgba(5, 7, 10, .18) 48%, rgba(5, 7, 10, .82) 100%);
}

.service-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 8;
  align-self: end;
  width: auto;
  max-width: 1080px;
}

.service-label {
  margin-bottom: clamp(24px, 3vh, 36px) !important;
  font-size: var(--fs-hero) !important;
  line-height: var(--lh-hero) !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.service-hero h1 {
  max-width: 920px;
  margin-bottom: clamp(42px, 5vh, 60px) !important;
  font-size: var(--fs-card-title) !important;
  line-height: var(--lh-card-title) !important;
  letter-spacing: 0;
  font-weight: 700;
  white-space: normal;
}

.service-hero h1 br {
  display: none;
}

.service-hero-copy > p:last-child {
  max-width: 840px;
  margin-top: 0;
  color: rgba(255, 255, 255, .64);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 500;
}

.service-hero-metrics {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 9;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  border-top: 0;
}

.service-hero-metrics > div {
  display: flex;
  flex-direction: column;
  padding: 0 clamp(18px, 2vw, 34px) 0 0;
}

.service-hero-metrics strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(38px, 3vw, 54px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.service-hero-metrics small {
  margin-left: 4px;
  font-size: .5em;
  letter-spacing: 0;
}

.service-hero-metrics span {
  margin-top: 8px;
  font-size: clamp(17px, 1vw, 20px);
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, .64);
}

.service-section {
  max-width: var(--service-max);
  padding: clamp(100px, 11vw, 180px) var(--page-x);
  margin: 0 auto;
}

.service-section.soft-section {
  max-width: none;
  background: #f4f4f4;
}

.soft-section > * {
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
}

.service-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: var(--title-content-gap);
}

.service-heading > span,
.service-dark-head > span,
.service-closing-copy > span {
  padding-top: 9px;
  font-size: var(--fs-button);
  font-weight: 600;
  color: #77797d;
}

.service-heading h2,
.service-dark h2,
.service-closing h2 {
  font-size: var(--fs-section-title);
  line-height: var(--lh-section-title);
  letter-spacing: -.052em;
  font-weight: 600;
}

.service-heading p,
.service-dark-head p,
.service-closing-copy > p {
  max-width: 680px;
  margin-top: 24px;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: #626469;
}

.service-card-grid {
  display: grid;
  border-top: 1px solid #171a20;
}

.service-card-grid.four-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px clamp(20px, 2.2vw, 34px) 34px;
  border-right: 1px solid #d2d2d2;
}

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

.service-card > span,
.service-info-list article > span,
.dark-capabilities article > span,
.service-values article > span {
  font-size: var(--fs-button);
  color: #8a8c90;
}

.service-card h3 {
  margin-top: auto;
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 500;
}

.service-card p {
  margin-top: 18px;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
  color: #66686c;
}

.service-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #171a20;
}

.service-info-list article {
  display: grid;
  grid-template-columns: 60px minmax(180px, .8fr) minmax(0, 1.2fr);
  align-items: baseline;
  min-height: 180px;
  padding: 32px 28px 32px 0;
  border-bottom: 1px solid #cfcfcf;
}

.service-info-list article:nth-child(odd) {
  padding-right: 42px;
  border-right: 1px solid #cfcfcf;
}

.service-info-list article:nth-child(even) {
  padding-left: 42px;
}

.service-info-list h3 {
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 500;
}

.service-info-list p {
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
  color: #66686c;
}

.service-dark {
  padding: clamp(110px, 12vw, 200px) var(--page-x);
  color: #fff;
  background: #111;
}

.service-dark-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.service-dark-head > h2,
.service-dark-head > p {
  grid-column: 1;
}

.service-dark-head > h2 {
  grid-row: 1;
}

.service-dark-head > p {
  grid-row: 2;
}

.service-dark-head p {
  color: rgba(255, 255, 255, .62);
}

.dark-capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid rgba(255, 255, 255, .45);
}

.dark-capabilities article {
  min-height: 240px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.dark-capabilities article:last-child {
  border-right: 0;
}

.dark-capabilities h3 {
  margin-top: 64px;
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 500;
}

.dark-capabilities p {
  margin-top: 14px;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
  color: rgba(255, 255, 255, .55);
}

.dark-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: clamp(70px, 8vw, 120px);
}

.dark-metrics > div {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .42);
}

.dark-metrics strong {
  display: block;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 500;
}

.dark-metrics span {
  display: block;
  margin-top: 16px;
  font-size: var(--fs-muted);
  color: rgba(255, 255, 255, .62);
}

.service-assurance {
  margin-top: 56px !important;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  font-size: var(--fs-card-title);
}

.service-closing {
  padding: clamp(110px, 14vw, 230px) var(--page-x) clamp(90px, 10vw, 160px);
  text-align: center;
}

.service-closing-copy {
  max-width: 1280px;
  margin: 0 auto;
}

.service-closing h2 {
  white-space: nowrap;
}

.service-closing-copy > span {
  display: block;
  margin-bottom: 30px;
}

.service-closing-copy > p {
  margin-right: auto;
  margin-left: auto;
}

.service-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--service-content-width);
  margin: clamp(70px, 8vw, 120px) auto 0;
  border-top: 1px solid #171a20;
}

.service-values article {
  padding: 28px 30px 46px;
  text-align: left;
  border-right: 1px solid #d4d4d4;
}

.service-values article:last-child {
  border-right: 0;
}

.service-values h3 {
  margin-top: 50px;
  font-size: var(--fs-card-title);
  font-weight: 500;
}

.service-values p {
  margin-top: 14px;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
  color: #66686c;
}

.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 58px;
  min-width: 270px;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid #171a20;
  border-radius: 2px;
  color: #fff;
  background: #171a20;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.service-cta:hover {
  border-color: #e31937;
  background: #e31937;
  transform: translateY(-2px);
}

.service-cta span {
  font-size: 18px;
  line-height: 1;
}

/* ODM/OEM service page */
.odm-page .service-heading {
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
}

.odm-standard {
  display: block;
  background: #fff;
}

.odm-standard .service-heading {
  grid-template-columns: 1fr;
  max-width: var(--service-content-width);
  padding-bottom: var(--title-content-gap);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.odm-standard .service-heading h2 {
  max-width: 1080px;
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.odm-standard .service-heading p {
  max-width: 980px;
  margin-top: 18px;
}

.odm-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--service-content-width);
  margin: 0 auto;
}

.odm-standard-grid article,
.odm-standard-visual,
.odm-custom-cards article,
.odm-value-grid article {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #f3f3f3;
}

.odm-standard-grid article {
  display: flex;
  min-height: clamp(150px, 11vw, 188px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.6vw, 40px);
}

.odm-standard-visual {
  display: grid;
  min-height: clamp(150px, 11vw, 188px);
  place-items: center;
  padding: clamp(18px, 2vw, 28px);
  margin: 0;
  overflow: hidden;
}

.odm-standard-visual img {
  width: 100%;
  max-height: 118px;
  object-fit: contain;
}

.odm-standard-grid span,
.odm-custom-cards span,
.odm-value-grid span {
  display: inline-flex;
  color: #8b8d90;
  font-size: var(--fs-button);
  font-weight: 600;
}

.odm-standard-grid article > span {
  display: none;
}

.odm-standard-grid h3 {
  margin-top: 0;
  color: #5a5d62;
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 650;
}

.odm-standard-grid p,
.odm-custom-cards p,
.odm-value-grid p {
  margin-top: 16px;
  color: #626469;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
}

.odm-custom {
  background: #f4f4f4;
}

.odm-custom-layout {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: stretch;
  max-width: var(--service-content-width);
  margin: 0 auto;
}

.odm-custom-media {
  position: relative;
  min-height: 560px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.odm-custom-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: grayscale(.25) saturate(.88);
}

.odm-custom-media::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .68));
  content: "";
}

.odm-custom-media figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
  color: #fff;
}

.odm-custom-media strong {
  display: block;
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  letter-spacing: -.035em;
  font-weight: 600;
}

.odm-custom-media span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .7);
  font-size: var(--fs-button);
  font-weight: 600;
}

.odm-custom-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.odm-custom-cards article {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: clamp(24px, 2.5vw, 38px);
}

.odm-custom-cards h3,
.odm-value-grid h3 {
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 500;
}

.odm-custom-cards article > div,
.odm-value-grid article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
}

.odm-custom-cards span,
.odm-value-grid span {
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fafafa;
  color: #65676b;
  font-size: var(--fs-button);
}

.odm-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
}

.odm-value-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: clamp(28px, 3vw, 44px);
}

.odm-value-grid article > div {
  margin-top: 24px;
  padding-top: 0;
}

.odm-value-grid span {
  min-height: 30px;
  padding: 0 12px;
  border-color: #cfd3d8;
  background: #f0f2f4;
  color: #323840;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.odm-page .service-dark {
  position: relative;
  overflow: hidden;
}

.odm-page .service-dark::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, 0) 36%);
  content: "";
}

.odm-page .service-dark > * {
  position: relative;
  z-index: 1;
}

.odm-page .dark-capabilities {
  gap: 14px;
  border-top: 0;
}

.odm-page .dark-capabilities article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 240px;
  padding: clamp(26px, 2.6vw, 42px);
  border: 0;
  border-radius: 8px;
  background-color: #171717;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.odm-page .dark-capabilities article::before,
.odm-page .dark-capabilities article::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.odm-page .dark-capabilities article::before {
  inset: -2px;
  background-image: var(--dark-card-image);
  background-position: center;
  background-size: cover;
}

.odm-page .dark-capabilities article::after {
  inset: -2px;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, .84) 0%, rgba(8, 9, 10, .68) 44%, rgba(8, 9, 10, .44) 72%, rgba(8, 9, 10, .28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .24) 100%);
}

.odm-page .dark-capabilities article:nth-child(1) {
  --dark-card-image: url("public/images/rd-quality/rdq-team-08-testing.jpg");
}

.odm-page .dark-capabilities article:nth-child(2) {
  --dark-card-image: url("public/images/production-cleanroom-web.webp");
}

.odm-page .dark-capabilities article:nth-child(3) {
  --dark-card-image: url("public/images/production-module-aging-temperature-chamber-web.webp");
}

.odm-page .dark-capabilities article:nth-child(4) {
  --dark-card-image: url("public/images/production-control-hero-banner.webp");
}

.odm-page .dark-capabilities h3 {
  margin-top: clamp(54px, 5vw, 82px);
  font-size: clamp(21px, 1.6vw, 28px);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.odm-page .dark-capabilities p {
  color: rgba(255, 255, 255, .68);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}

.odm-page .dark-metrics {
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
}

.odm-page .service-assurance {
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, .88);
}

.odm-closing .service-closing-copy {
  max-width: 1180px;
}

.odm-closing .service-closing h2,
.odm-closing h2 {
  white-space: normal;
}

.odm-closing {
  padding-top: clamp(96px, 11vw, 170px);
  padding-bottom: clamp(86px, 9vw, 140px);
}

.odm-closing h2 {
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 650;
}

.odm-closing .service-closing-copy > p {
  max-width: 900px;
  margin-top: 22px;
  color: #6b6e73;
  font-size: 15px;
  line-height: 1.7;
}

.odm-closing .service-values {
  gap: 10px;
  max-width: none;
  margin-top: clamp(62px, 7vw, 104px);
  border-top: 0;
}

.odm-closing .service-values article {
  display: flex;
  min-height: clamp(140px, 11vw, 178px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px clamp(24px, 3vw, 44px);
  border: 0;
  border-radius: 8px;
  background: #f3f3f3;
  text-align: center;
}

.odm-closing .service-values h3 {
  margin-top: 0;
  color: #5a5d62;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.25;
  font-weight: 650;
}

.odm-closing .service-values p {
  max-width: 360px;
  margin-top: 14px;
  color: #74777d;
  font-size: 14px;
  line-height: 1.65;
}

.odm-closing-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: clamp(54px, 6vw, 82px);
  padding: 6px;
  border: 1px solid #dfe2e6;
  border-radius: 4px;
  background: #fff;
}

.odm-closing-actions .service-cta {
  min-width: 260px;
  min-height: 52px;
  margin-top: 0;
  border-color: #11151b;
  background: #11151b;
  font-size: 14px;
}

.odm-closing-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #32363b;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.odm-closing-actions a:hover {
  border-color: #171a20;
  color: #171a20;
  text-decoration: none;
  background: #f5f6f7;
}

/* Lifecycle service page */
.lifecycle-page .service-hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .88) 0%, rgba(5, 7, 10, .66) 34%, rgba(5, 7, 10, .22) 68%, rgba(5, 7, 10, .08) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .08) 0%, rgba(5, 7, 10, .18) 48%, rgba(5, 7, 10, .82) 100%);
}

.lifecycle-page .service-heading {
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
}

.lifecycle-pain,
.lifecycle-assurance {
  background: #fff;
}

.lifecycle-pain {
  display: grid;
  grid-template-columns: minmax(300px, .54fr) minmax(0, 1.46fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
}

.lifecycle-pain .service-heading {
  max-width: none;
  padding-bottom: 0;
  margin: 0;
}

.lifecycle-pain .service-heading h2 {
  max-width: 620px;
}

.lifecycle-pain .service-heading p {
  max-width: 560px;
}

.lifecycle-pain-grid,
.lifecycle-assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--service-content-width);
  margin: 0 auto;
}

.lifecycle-pain-grid {
  max-width: none;
  margin: 0;
}

.lifecycle-pain-grid article,
.lifecycle-assurance-grid article {
  min-height: clamp(250px, 18vw, 330px);
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
}

.lifecycle-pain-grid span {
  display: block;
  color: #8b8d90;
  font-size: var(--fs-button);
  font-weight: 600;
}

.lifecycle-pain-grid h3,
.lifecycle-assurance-grid h3 {
  margin-top: clamp(54px, 5vw, 86px);
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 500;
}

.lifecycle-pain-grid p,
.lifecycle-assurance-grid p {
  margin-top: 16px;
  color: #626469;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
}

.lifecycle-process {
  background: #f4f4f4;
}

.service-process-map {
  max-width: var(--service-content-width);
  margin: 0 auto 26px;
}

.service-process-map ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-process-map ol::before {
  position: absolute;
  top: 11px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: #d4d4d4;
  content: "";
}

.service-process-map li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  min-width: 0;
}

.service-process-map span {
  width: 23px;
  height: 23px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: #f4f4f4;
  box-shadow: inset 0 0 0 7px #fff;
}

.service-process-map li:first-child span,
.service-process-map li:nth-child(4) span,
.service-process-map li:last-child span {
  border-color: rgba(201, 31, 39, .62);
  background: #c91f27;
}

.service-process-map strong {
  font-size: var(--fs-button);
  line-height: 1.35;
  font-weight: 600;
  color: #55585d;
  white-space: nowrap;
}

.service-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: var(--service-content-width);
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.service-timeline > li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: clamp(36px, 3vw, 48px);
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
}

.service-stage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-stage-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(201, 31, 39, .22);
  border-radius: 999px;
  background: rgba(201, 31, 39, .05);
  font-size: var(--fs-button);
  font-weight: 600;
  color: #8f2026;
}

.service-stage-head i {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}

.service-stage-head i::before,
.service-stage-head i::after {
  position: absolute;
  content: "";
}

.service-stage-head i::before {
  inset: 12px;
  border: 1px solid #9a9da2;
  border-radius: 50%;
}

.service-stage-head i::after {
  right: 9px;
  bottom: 9px;
  width: 10px;
  height: 1px;
  background: #9a9da2;
  transform: rotate(45deg);
}

.service-timeline > li:nth-child(2) .service-stage-head i::before {
  inset: 13px 10px 13px 10px;
  border-radius: 999px;
}

.service-timeline > li:nth-child(2) .service-stage-head i::after {
  top: 20px;
  right: 11px;
  bottom: auto;
  width: 20px;
  transform: none;
}

.service-timeline > li:nth-child(3) .service-stage-head i::before {
  inset: 11px;
  border-bottom-color: transparent;
}

.service-timeline > li:nth-child(3) .service-stage-head i::after {
  top: 13px;
  right: 10px;
  bottom: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9a9da2;
  border-right: 1px solid #9a9da2;
  background: transparent;
  transform: rotate(45deg);
}

.service-timeline h3 {
  margin-top: clamp(34px, 3vw, 44px);
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 600;
}

.service-stage-desc {
  margin-top: 18px;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
  color: #626469;
}

.service-timeline ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.service-timeline ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  color: #626469;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
}

.service-timeline ul li::before {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #c91f27;
  content: "";
}

.service-stage-value {
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid #d7d7d7;
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
  font-weight: 600;
  color: #3d4045;
}

.service-split-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: var(--service-content-width);
  margin-right: auto;
  margin-left: auto;
}

.split-card {
  display: flex;
  flex-direction: column;
  min-height: 700px;
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
}

.split-card > span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fafafa;
  font-size: var(--fs-button);
  font-weight: 600;
  color: #55585d;
}

.split-card h3 {
  margin-top: 42px;
  font-size: var(--fs-section-title);
  line-height: var(--lh-section-title);
  letter-spacing: -.045em;
  font-weight: 500;
}

.split-card > p {
  max-width: 620px;
  margin-top: 24px;
  color: #626469;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.split-card ul,
.maintenance-grid ul {
  padding: 0;
  margin-top: 34px;
  list-style: none;
}

.split-card li,
.maintenance-grid li {
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  color: #626469;
}

.split-card > div {
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid #171a20;
}

.split-card > div > strong {
  display: block;
  font-size: clamp(58px, 7vw, 108px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 500;
}

.split-card > div > p {
  margin-top: 18px;
  font-size: 14px;
  color: #626469;
}

.split-card small {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: #626469;
  font-size: 14px;
  line-height: 1.7;
}

.split-card .keyword-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.split-card .keyword-pair strong {
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.2;
  letter-spacing: -.03em;
}

.split-card .keyword-pair small {
  grid-column: 1 / -1;
}

.lifecycle-sides {
  overflow: hidden;
  padding: clamp(68px, 7vw, 96px) 0;
}

.lifecycle-sides > .service-heading,
.lifecycle-sides .service-split-cards {
  width: var(--service-content-width);
  max-width: none;
  box-sizing: border-box;
}

.lifecycle-sides .service-heading {
  padding-bottom: var(--title-content-gap);
}

.lifecycle-sides .service-heading p {
  max-width: 780px;
  white-space: normal;
  overflow-wrap: break-word;
}

.lifecycle-sides .service-split-cards {
  grid-template-columns: minmax(0, 1fr) minmax(56px, 80px) minmax(0, 1fr);
  gap: clamp(16px, 1.8vw, 28px);
  align-items: stretch;
  overflow: visible;
}

.lifecycle-sides .split-card {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  padding: clamp(28px, 2.8vw, 40px);
  overflow-wrap: break-word;
}

.lifecycle-sides .split-card > span {
  min-height: 28px;
  padding: 0 12px;
  font-size: 13px !important;
}

.lifecycle-sides .split-card h3 {
  margin-top: clamp(22px, 2vw, 30px);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.18;
}

.lifecycle-sides .split-card > p {
  max-width: none;
  margin-top: 16px;
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.7;
  white-space: normal;
}

.lifecycle-sides .split-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(20px, 2vw, 26px);
}

.lifecycle-sides .split-card li {
  min-width: 0;
  padding: 7px 12px;
  border: 1px solid #d9dce0;
  border-radius: 999px;
  background: #f7f8f9;
  color: #454950;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.lifecycle-sides .split-card > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 16px;
  align-items: center;
  margin-top: clamp(24px, 2.4vw, 30px);
  padding-top: clamp(18px, 1.6vw, 22px);
  border-top: 1px solid rgba(23, 26, 32, .14);
}

.lifecycle-sides .split-card > div > strong {
  grid-row: span 2;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: .96;
}

.lifecycle-sides .split-card > div > p {
  margin-top: 0;
  color: #171a20;
  font-weight: 700;
}

.lifecycle-sides .split-card small {
  max-width: none;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.55;
}

.lifecycle-sides .split-card .keyword-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.lifecycle-sides .split-card .keyword-pair strong {
  grid-row: auto;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f4f5f6;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.lifecycle-sides .service-split-link {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  color: #777b82;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.lifecycle-sides .service-split-link::before,
.lifecycle-sides .service-split-link::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(50% - 34px);
  background: #d5d8dc;
}

.lifecycle-sides .service-split-link::before {
  top: 0;
}

.lifecycle-sides .service-split-link::after {
  bottom: 0;
}

.lifecycle-sides .service-split-link span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #d9dce0;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.maintenance-dark {
  padding-top: clamp(64px, 6vw, 84px);
  padding-bottom: clamp(64px, 6vw, 84px);
}

.maintenance-dark > .service-dark-head,
.maintenance-principle,
.maintenance-grid,
.maintenance-metric {
  width: 100%;
  max-width: var(--service-content-width);
  box-sizing: border-box;
}

.maintenance-dark .service-dark-head {
  margin-right: auto;
  margin-left: auto;
}

.maintenance-dark .service-dark-head h2 {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.1;
}

.maintenance-dark .service-dark-head p {
  max-width: 900px;
  margin-top: 18px;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.7;
}

.maintenance-principle {
  margin: clamp(24px, 2.6vw, 34px) auto 0 !important;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: rgba(255, 255, 255, .84);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: break-word;
}

.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
  margin: clamp(26px, 3vw, 38px) auto 0;
}

.maintenance-grid article {
  min-width: 0;
  min-height: 0;
  padding: clamp(24px, 2.2vw, 32px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  transition: border-color var(--duration) ease, background-color var(--duration) ease;
}

.maintenance-grid article:hover {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .055);
}

.maintenance-grid article > span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, .52);
}

.maintenance-grid h3 {
  margin-top: clamp(18px, 1.8vw, 26px);
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.18;
  font-weight: 500;
}

.maintenance-grid article > p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.65;
}

.maintenance-grid ul {
  margin-top: clamp(14px, 1.5vw, 20px);
}

.maintenance-grid li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 5px 0;
  border-bottom: 0;
  color: rgba(255, 255, 255, .68);
}

.maintenance-grid li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  margin-top: .65em;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
}

.maintenance-metric {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
  margin: clamp(22px, 2.4vw, 32px) auto 0;
  padding: clamp(18px, 1.7vw, 24px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.maintenance-metric > strong {
  font-size: clamp(42px, 4vw, 58px);
  line-height: .92;
  letter-spacing: -.04em;
  font-weight: 500;
}

.maintenance-metric > strong small {
  margin-left: 2px;
  font-size: .45em;
  letter-spacing: 0;
}

.maintenance-metric > div span {
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 700;
}

.maintenance-metric > div p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .6);
}

.lifecycle-assurance {
  background: #f4f4f4;
}

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

.lifecycle-assurance-grid article {
  min-height: 260px;
}

.lifecycle-closing .service-closing-copy {
  max-width: 1280px;
}

.lifecycle-closing h2 {
  white-space: nowrap;
}

.lifecycle-closing .service-values {
  max-width: var(--service-content-width);
  margin-top: clamp(78px, 8vw, 126px);
  border-top: 0;
  gap: 12px;
}

.lifecycle-closing .service-values article {
  display: flex;
  min-height: clamp(168px, 11vw, 220px);
  padding: clamp(34px, 3vw, 58px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 0;
  border-radius: 8px;
  background: #f2f2f2;
  text-align: center;
}

.lifecycle-closing .service-values h3 {
  margin-top: 0;
  color: #565a60;
  font-size: clamp(26px, 2.1vw, 38px);
  line-height: 1.24;
  font-weight: 700;
}

.lifecycle-closing .service-values p {
  max-width: 420px;
  margin-top: clamp(14px, 1.2vw, 20px);
  color: #666b72;
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.65;
}

.lifecycle-closing-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 64px;
  padding: 8px;
  border: 1px solid #d7d9dd;
  border-radius: 4px;
  background: #fff;
}

.lifecycle-closing-actions .service-cta {
  margin-top: 0;
}

.lifecycle-closing-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #32363b;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.lifecycle-closing-actions a:hover {
  border-color: #171a20;
  color: #171a20;
  text-decoration: none;
  background: #f5f6f7;
}

@media (min-width: 768px) {
  .service-hero-copy {
    grid-column: 1 / span 9;
    max-width: none;
  }

  .service-hero h1,
  .service-hero-copy > p:last-child,
  .service-heading p,
  .service-dark-head p,
  .service-closing h2,
  .service-closing-copy > p,
  .split-card > p,
  .maintenance-principle {
    max-width: none;
    white-space: nowrap;
  }

  .service-closing-copy,
  .odm-closing .service-closing-copy,
  .lifecycle-closing .service-closing-copy {
    max-width: var(--service-content-width);
  }

  .odm-standard .service-heading h2,
  .odm-standard .service-heading p,
  .lifecycle-pain .service-heading h2,
  .lifecycle-pain .service-heading p {
    max-width: none;
  }

  .odm-standard .service-heading h2 {
    max-width: 1080px;
    white-space: normal;
  }

  .odm-standard .service-heading p {
    max-width: 980px;
    white-space: normal;
  }

  .lifecycle-pain .service-heading h2 {
    max-width: 620px;
    white-space: normal;
  }

  .lifecycle-pain .service-heading p {
    max-width: 560px;
    white-space: normal;
  }
}

@media (max-width: 1000px) {
  .service-card-grid.four-cols,
  .dark-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .odm-standard,
  .lifecycle-pain {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .odm-standard .service-heading,
  .lifecycle-pain .service-heading,
  .odm-custom-layout {
    grid-template-columns: 1fr;
    padding-bottom: clamp(46px, 6vw, 76px);
  }

  .odm-standard .service-heading,
  .lifecycle-pain .service-heading {
    padding-bottom: var(--title-content-gap);
  }

  .odm-standard .service-heading p,
  .lifecycle-pain .service-heading p {
    margin-top: 24px;
  }

  .odm-standard-grid,
  .odm-custom-cards,
  .odm-value-grid,
  .lifecycle-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lifecycle-assurance-grid,
  .service-timeline {
    grid-template-columns: 1fr;
  }

  .odm-custom-media {
    min-height: 460px;
  }

  .service-timeline {
    gap: 18px;
  }

  .service-timeline > li::before {
    display: none;
  }

  .service-process-map {
    margin-bottom: 24px;
  }

  .service-process-map ol {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-process-map ol::before {
    top: 10px;
    bottom: 10px;
    left: 11px;
    width: 1px;
    height: auto;
  }

  .service-process-map li {
    grid-template-columns: 23px 1fr;
    justify-items: start;
    align-items: center;
  }

  .service-process-map strong {
    white-space: normal;
  }

  .service-card:nth-child(2),
  .dark-capabilities article:nth-child(2) {
    border-right: 0;
  }

  .service-card,
  .dark-capabilities article {
    border-bottom: 1px solid #d2d2d2;
  }

  .service-info-list {
    grid-template-columns: 1fr;
  }

  .service-info-list article:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .service-page-switcher {
    top: var(--service-switcher-top, 126px);
    max-width: calc(100% - 2 * var(--page-x));
  }

  .service-page-switcher a {
    padding: 9px 12px;
    font-size: 14px;
  }

  .service-hero {
    grid-template-columns: 1fr;
    min-height: calc(100svh - 123px);
    padding-top: clamp(92px, 14vh, 128px);
    padding-bottom: clamp(24px, 4vh, 40px);
  }

  .service-hero-overlay,
  .lifecycle-page .service-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .34) 52%, rgba(0, 0, 0, .78));
  }

  .service-hero-copy {
    grid-column: 1;
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .service-hero h1 {
    margin-bottom: 24px !important;
    font-size: clamp(16px, 4.4vw, 20px) !important;
    line-height: 1.42 !important;
    white-space: normal;
  }

  .service-label {
    margin-bottom: 16px !important;
    font-size: clamp(34px, 9vw, 46px) !important;
  }

  .service-hero-copy > p:last-child {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .service-closing h2 {
    white-space: normal;
  }

  .service-hero-metrics {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
  }

  .service-hero-metrics strong {
    font-size: clamp(30px, 8vw, 38px);
  }

  .service-hero-metrics span {
    margin-top: 8px;
    font-size: 15px;
  }

  .service-heading,
  .service-dark-head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .service-dark-head > h2,
  .service-dark-head > p {
    grid-column: 1;
    grid-row: auto;
  }

  .service-card-grid.four-cols,
  .dark-capabilities,
  .dark-metrics,
  .service-values,
  .service-timeline,
  .service-split-cards,
  .maintenance-grid,
  .maintenance-metric,
  .odm-standard-grid,
  .odm-custom-cards,
  .odm-value-grid,
  .lifecycle-pain-grid,
  .lifecycle-assurance-grid {
    grid-template-columns: 1fr;
  }

  .odm-standard .service-heading {
    gap: 20px;
  }

  .odm-standard .service-heading p {
    margin-top: 0;
  }

  .odm-standard-grid article,
  .odm-custom-cards article,
  .odm-value-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .odm-standard-grid h3 {
    margin-top: 42px;
  }

  .odm-custom-media {
    min-height: 420px;
  }

  .odm-custom-cards article > div,
  .odm-value-grid article > div {
    margin-top: 24px;
  }

  .odm-closing-actions {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }

  .service-card,
  .dark-capabilities article,
  .service-values article,
  .service-timeline li {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid #d2d2d2;
  }

  .lifecycle-closing .service-values {
    gap: 12px;
    margin-top: 42px;
  }

  .lifecycle-closing .service-values article {
    min-height: 0;
    padding: 30px 24px;
    border-bottom: 0;
  }

  .lifecycle-closing .service-values h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .service-timeline ul li {
    min-height: 0;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .lifecycle-pain-grid article,
  .lifecycle-assurance-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .lifecycle-pain-grid h3,
  .lifecycle-assurance-grid h3 {
    margin-top: 42px;
  }

  .service-info-list article {
    grid-template-columns: 44px 1fr;
    gap: 14px 0;
  }

  .service-info-list p {
    grid-column: 2;
  }

  .split-card {
    min-height: 600px;
  }

  .split-card .keyword-pair {
    grid-template-columns: 1fr;
  }

  .maintenance-metric {
    gap: 44px;
  }

  .lifecycle-closing-actions {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .maintenance-dark {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .maintenance-grid {
    grid-template-columns: 1fr;
  }

  .maintenance-metric {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .maintenance-grid article {
    padding: 26px 24px;
  }

  .maintenance-metric {
    gap: 12px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .maintenance-dark {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .maintenance-dark .service-dark-head h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .maintenance-principle,
  .maintenance-metric {
    padding: 14px;
  }

  .maintenance-grid {
    gap: 12px;
  }

  .maintenance-grid h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .maintenance-metric > strong {
    font-size: clamp(38px, 11vw, 48px);
  }

  .maintenance-metric > div span {
    font-size: 18px;
  }

  .maintenance-metric > div p {
    font-size: 13px;
    line-height: 1.45;
  }
}

.maintenance-dark .service-dark-head p,
.maintenance-dark .maintenance-principle {
  white-space: normal;
}

@media (max-width: 900px) {
  .lifecycle-sides {
    padding: clamp(54px, 9vw, 76px) 0;
  }

  .lifecycle-sides > .service-heading,
  .lifecycle-sides .service-split-cards {
    width: var(--service-content-width);
    max-width: none;
  }

  .lifecycle-sides .service-split-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lifecycle-sides .service-split-link {
    min-height: 42px;
  }

  .lifecycle-sides .service-split-link::before,
  .lifecycle-sides .service-split-link::after {
    top: 50%;
    left: auto;
    width: calc(50% - 42px);
    height: 1px;
  }

  .lifecycle-sides .service-split-link::before {
    right: calc(50% + 34px);
  }

  .lifecycle-sides .service-split-link::after {
    right: auto;
    bottom: auto;
    left: calc(50% + 34px);
  }

  .lifecycle-sides .service-split-link span {
    width: auto;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
  }

  .lifecycle-sides .split-card {
    min-height: 0;
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .lifecycle-sides .split-card h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .lifecycle-sides .split-card li {
    white-space: normal;
  }

  .lifecycle-sides .split-card > div,
  .lifecycle-sides .split-card .keyword-pair {
    grid-template-columns: 1fr;
  }

  .lifecycle-sides .split-card > div > strong {
    grid-row: auto;
    font-size: clamp(34px, 10vw, 44px);
  }

  .lifecycle-sides .split-card .keyword-pair strong {
    text-align: left;
  }
}

/* Lifecycle assurance: compact cards for the long-term service mechanism block. */
.lifecycle-assurance-grid {
  counter-reset: lifecycle-assurance;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 18px);
}

.lifecycle-assurance-grid article {
  position: relative;
  display: grid;
  min-height: clamp(190px, 13vw, 240px);
  padding: clamp(26px, 2.4vw, 38px);
  align-content: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(248, 248, 248, .92)),
    #fff;
}

.lifecycle-assurance-grid article::before {
  counter-increment: lifecycle-assurance;
  content: counter(lifecycle-assurance, decimal-leading-zero);
  position: absolute;
  top: clamp(22px, 2vw, 32px);
  left: clamp(26px, 2.4vw, 38px);
  color: #9a9da2;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.lifecycle-assurance-grid article::after {
  content: "";
  position: absolute;
  right: clamp(26px, 2.4vw, 38px);
  bottom: clamp(24px, 2.2vw, 34px);
  width: clamp(36px, 3vw, 52px);
  height: 2px;
  background: #e31937;
  opacity: .9;
}

.lifecycle-assurance-grid h3 {
  margin-top: clamp(34px, 3.2vw, 50px);
  font-size: clamp(24px, 1.75vw, 32px);
  font-weight: 600;
}

.lifecycle-assurance-grid p {
  max-width: 330px;
  margin-top: 14px;
  color: #656b73;
}

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

@media (max-width: 640px) {
  .lifecycle-assurance-grid {
    grid-template-columns: 1fr;
  }

  .lifecycle-assurance-grid article {
    min-height: 168px;
    padding: 28px 24px;
  }

  .lifecycle-assurance-grid article::before {
    top: 24px;
    left: 24px;
  }

  .lifecycle-assurance-grid article::after {
    right: 24px;
    bottom: 24px;
  }

  .lifecycle-assurance-grid h3 {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-page *,
  .service-page *::before,
  .service-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Align first-screen Banner titles with the homepage hero title hierarchy. */
.service-label {
  font-size: var(--fs-hero) !important;
  line-height: var(--lh-hero) !important;
}

@media (min-width: 768px) {
  .service-hero {
    grid-template-rows: auto auto;
    align-content: center;
    padding-top: clamp(36px, 5vh, 64px);
    padding-bottom: clamp(36px, 5vh, 64px);
  }

  .service-hero-copy {
    align-self: center;
  }
}

/* English service pages: prevent long labels and headlines from clipping. */
html[lang="en"] .service-page,
html[lang="en"] .service-hero,
html[lang="en"] .service-hero-copy,
html[lang="en"] .service-hero-metrics,
html[lang="en"] .service-card,
html[lang="en"] .service-card-grid,
html[lang="en"] .service-section-heading,
html[lang="en"] .capacity-ability-card,
html[lang="en"] .rdq-section-head,
html[lang="en"] .rdq-investment-cards article,
html[lang="en"] .production-hero-content,
html[lang="en"] .production-section-heading,
html[lang="en"] .certification-card,
html[lang="en"] .split-card,
html[lang="en"] .odm-custom-cards article,
html[lang="en"] .service-closing-copy,
html[lang="en"] .service-values {
  min-width: 0;
  max-width: 100%;
}

html[lang="en"] .service-page-switcher {
  max-width: calc(100vw - (var(--page-x) * 2));
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

html[lang="en"] .service-page-switcher::-webkit-scrollbar {
  display: none;
}

html[lang="en"] .service-page-switcher a {
  white-space: nowrap;
}

html[lang="en"] .service-label,
html[lang="en"] .service-hero h1,
html[lang="en"] .service-hero-copy > p:last-child,
html[lang="en"] .service-section-heading h2,
html[lang="en"] .service-section-heading p,
html[lang="en"] .service-card h3,
html[lang="en"] .service-card p,
html[lang="en"] .capacity-ability-intro h2,
html[lang="en"] .capacity-ability-card h3,
html[lang="en"] .rdq-page-title,
html[lang="en"] .rdq-hero h1,
html[lang="en"] .rdq-section-head h2,
html[lang="en"] .rdq-section-head > span,
html[lang="en"] .rdq-section-head > p,
html[lang="en"] .rdq-investment-cards h3,
html[lang="en"] .production-hero h1,
html[lang="en"] .production-hero-content > p:last-child,
html[lang="en"] .production-section-heading h2,
html[lang="en"] .production-section-heading p,
html[lang="en"] .certification-card h3,
html[lang="en"] .certification-card p,
html[lang="en"] .split-card h3,
html[lang="en"] .split-card > p,
html[lang="en"] .odm-custom-cards h3,
html[lang="en"] .odm-custom-cards p,
html[lang="en"] .lifecycle-closing h2 {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

html[lang="en"] .rdq-hero h1 {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

@media (max-width: 600px) {
  html[lang="en"] .service-hero-copy,
  html[lang="en"] .production-hero-content,
  html[lang="en"] .rdq-hero-copy {
    width: min(92vw, 100%);
    max-width: 92vw;
  }

  html[lang="en"] .service-label,
  html[lang="en"] .rdq-page-title,
  html[lang="en"] .production-page-name {
    font-size: clamp(34px, 12vw, 54px) !important;
    line-height: 1.05 !important;
  }

  html[lang="en"] .service-hero h1,
  html[lang="en"] .rdq-hero h1,
  html[lang="en"] .production-hero h1 {
    line-height: 1.18 !important;
  }
}
