.seer-sc__stage {
  margin: 0;
  color: #071c35;
  background: #fafbfc;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.seer-sc__stage *,
.seer-sc__stage *::before,
.seer-sc__stage *::after {
  box-sizing: border-box;
}

.seer-sc__stage .service-commitment-page {
  min-width: 0;
  margin: 0;
  overflow: clip;
  background: #fafbfc;
}

.seer-sc__stage .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.seer-sc__stage .sc-shell {
  width: calc(100% - 92px);
  max-width: 1800px;
  margin-inline: auto;
}

.seer-sc__stage .sc-hero {
  position: relative;
  overflow: visible;
  color: #fff;
  background: #021525;
}

.seer-sc__stage .sc-hero > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.seer-sc__stage .sc-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 16, 31, .98) 0%, rgba(0, 16, 31, .88) 29%, rgba(0, 16, 31, .47) 52%, rgba(0, 16, 31, .04) 78%);
}

.seer-sc__stage .sc-hero__copy {
  position: absolute;
  inset-inline: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.seer-sc__stage .sc-hero__copy .sc-eyebrow {
  margin: 0 0 28px;
  color: #f15a18;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}

.seer-sc__stage .sc-hero__copy h1 {
  max-width: 820px;
  margin: 0 0 32px;
  color: #fff;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
}

.seer-sc__stage .sc-hero__summary {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  white-space: normal;
}

/* Vertical rhythm owned by hero-system Standard tokens — do not re-zero here. */

.seer-sc__stage .sc-metrics {
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dfe4e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(4, 24, 50, .11);
}

.seer-sc__stage .sc-metrics article {
  display: grid;
  min-width: 0;
  padding: 25px 34px;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-right: 1px solid #dfe4e8;
}

.seer-sc__stage .sc-metrics article:last-child {
  border-right: 0;
}

.seer-sc__stage .sc-metrics .sc-metric__icon {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.seer-sc__stage .sc-metrics article div {
  min-width: 0;
}

.seer-sc__stage .sc-metrics strong,
.seer-sc__stage .sc-metrics small {
  display: block;
  color: #071c35;
}

.seer-sc__stage .sc-metrics strong {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: .95 !important;
  letter-spacing: -.03em !important;
}

.seer-sc__stage .sc-metrics small {
  margin-top: 7px;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  white-space: nowrap;
}

.seer-sc__stage .three-commitments {
  width: 100%;
  min-height: 1024px;
  padding: 48px 0 42px;
  background: #fbfcfd;
}

.seer-sc__stage .three-commitments__inner {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
}

.seer-sc__stage .three-commitments__intro {
  display: flex;
  height: 126px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.seer-sc__stage .three-commitments__heading {
  max-width: none;
  margin: 0;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.029em !important;
  white-space: nowrap;
}

.seer-sc__stage .three-commitments__intro p {
  margin: 10px 0 0;
  color: #4f647c;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17.4px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .three-commitments__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 43.9fr) minmax(0, 56.1fr);
  grid-template-rows: 418px 416px;
  height: 910px;
  column-gap: 40px;
  row-gap: 76px;
}

.seer-sc__stage .three-commitments__layout::before {
  position: absolute;
  top: 456px;
  right: calc(56.1% + 32px);
  left: 32px;
  height: 1px;
  background: #e5ebef;
  content: "";
}

.seer-sc__stage .three-commitments__layout::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(43.9% - 1px);
  width: 1px;
  background: #dfe7ed;
  content: "";
}

.seer-sc__stage .commitment-panel {
  min-width: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #071c35;
  background: transparent;
  box-shadow: none;
}

.seer-sc__stage .commitment-panel--parts {
  grid-column: 1;
  grid-row: 1;
  padding: 0 0 0 16px;
}

.seer-sc__stage .commitment-panel--technical {
  grid-column: 1;
  grid-row: 2;
  padding: 0 0 0 16px;
}

.seer-sc__stage .commitment-panel--rapid {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 0 0 0 20px;
}

.seer-sc__stage .commitment-panel__heading {
  display: grid;
  min-width: 0;
  height: 54px;
  grid-template-columns: 37px 1px 62px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.seer-sc__stage .commitment-panel__number {
  color: #f15a24;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.seer-sc__stage .commitment-panel__heading > i {
  display: block;
  width: 1px;
  height: 25px;
  background: #dfe5e8;
}

.seer-sc__stage .commitment-panel__heading .sc-asset-icon {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.seer-sc__stage .commitment-panel__heading :is(h2, h3) {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
  text-overflow: clip;
  white-space: nowrap;
}

.seer-sc__stage .commitment-panel__media-row {
  display: grid;
  height: 202px;
  margin-top: 24px;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
}

.seer-sc__stage .commitment-panel--technical .commitment-panel__media-row {
  height: 187px;
  grid-template-columns: 330px minmax(0, 1fr);
}

.seer-sc__stage .commitment-panel__media-row figure {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #edf2f5;
}

.seer-sc__stage .commitment-panel__media-row figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 820ms cubic-bezier(.2, .7, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .seer-sc__stage .commitment-panel__media-row figure:hover img {
    transform: scale(1.02);
  }
}

.seer-sc__stage .commitment-panel__bullets {
  display: flex;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 1px 0 0;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
}

.seer-sc__stage .commitment-panel__bullets li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #243d5c;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .commitment-panel__bullets li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f15a24;
  content: "";
}

.seer-sc__stage .commitment-process {
  display: grid;
  min-width: 0;
  border-top: 0;
  align-items: start;
}

.seer-sc__stage .commitment-process--parts {
  height: 116px;
  margin-top: 30px;
  padding-top: 0;
  padding-right: 0;
  grid-template-columns: minmax(0, .895fr) 36px minmax(0, 1.043fr) 36px minmax(0, 1fr);
}

.seer-sc__stage .commitment-process--technical {
  height: 118px;
  margin-top: 31px;
  padding-top: 0;
  padding-right: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seer-sc__stage .commitment-process__item {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.seer-sc__stage .commitment-process__item .sc-asset-icon {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.seer-sc__stage .commitment-process__item b {
  margin-top: 8px;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .commitment-process__arrow {
  padding-top: 17px;
  color: #f15a24;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  transition: color 220ms ease;
}

.seer-sc__stage .commitment-process:hover .commitment-process__arrow {
  color: #df4813;
}

.seer-sc__stage .commitment-panel--rapid .commitment-panel__heading {
  max-width: 420px;
}

.seer-sc__stage .commitment-panel__summary {
  margin: 18px 0 0;
  color: #243d5c;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.seer-sc__stage .service-map {
  position: relative;
  width: 100%;
  height: 396px;
  margin: 48px 0 0;
  overflow: hidden;
  background: #fff;
}

.seer-sc__stage .service-map > img:not(.service-map__headquarters) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1281px) {
  .seer-sc__stage .service-map > img:not(.service-map__headquarters) {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    object-fit: contain;
    filter: contrast(1.08) saturate(1.05);
  }
}

/* 2026-07-27: service-page browser review — final desktop proportion pass. */
@media (min-width: 1281px) {
  .seer-sc__stage .sc-metrics strong {
    font-size: 40px !important;
  }

  .seer-sc__stage .sc-metrics small {
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: .035em !important;
  }

  .seer-sc__stage .sc-results,
  .seer-sc__stage .sc-results > .sc-shell {
    min-height: 470px;
  }

  .seer-sc__stage .sc-results__grid strong {
    font-size: 37px !important;
  }

  .seer-sc__stage .commitment-process--technical {
    margin-top: 22px;
  }

  .seer-sc__stage .service-map {
    height: 407px;
  }
}

/* 2026-07-27: Results and FAQ reference reconstruction. */
.seer-sc__stage .sc-results {
  position: relative;
  min-height: 418px;
  padding: 42px 0 38px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(108deg, #031d35 0%, #062b4b 62%, #031d35 100%);
}

.seer-sc__stage .sc-results__globe { display: none; }

.seer-sc__stage .sc-results > .sc-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - 96px);
  max-width: 1320px;
}

.seer-sc__stage .sc-results header {
  margin: 0 0 48px;
  text-align: center;
}

.seer-sc__stage .sc-results h2 {
  margin: 0;
  color: #fff;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -.035em !important;
}

.seer-sc__stage .sc-results header > p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.seer-sc__stage .sc-results__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.seer-sc__stage .sc-results__grid article {
  display: flex;
  min-height: 190px;
  padding: 0 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid rgba(255,255,255,.20);
  text-align: center;
}

.seer-sc__stage .sc-results__grid .sc-asset-icon {
  width: 50px;
  height: 50px;
  margin: 0 0 14px;
  filter: brightness(0) invert(1);
}

.seer-sc__stage .sc-results__grid strong {
  color: #f15a24;
  font-size: 36px !important;
  font-weight: 700 !important;
}

.seer-sc__stage .sc-results__grid h3 {
  margin: 11px 0 0;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.seer-sc__stage .sc-results__grid p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.78);
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.seer-sc__stage .sc-faq {
  display: grid;
  width: calc(100% - 96px);
  max-width: 1340px;
  margin: 0 auto;
  padding: 46px 0 48px;
  grid-template-columns: minmax(0, 59fr) minmax(420px, 41fr);
  gap: 36px;
  align-items: start;
}

.seer-sc__stage .sc-faq__left {
  min-width: 0;
}

.seer-sc__stage .sc-faq__heading {
  display: block;
  margin: 0;
  text-align: left;
}

.seer-sc__stage .sc-faq__heading > p {
  margin: 0 0 14px;
  color: #f15a24;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
}

.seer-sc__stage .sc-faq__heading h2 {
  margin: 0;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap;
}

.seer-sc__stage .sc-faq__heading > span {
  display: block;
  margin-top: 14px;
  color: #314963;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.seer-sc__stage .sc-faq__media {
  height: 371px;
  margin: 28px 0 0;
  border-radius: 10px;
}

.seer-sc__stage .sc-faq__media img {
  min-height: 0;
  object-position: center;
}

.seer-sc__stage .sc-faq__list {
  overflow: hidden;
  border: 1px solid #dce4ea;
  border-radius: 10px;
  background: #fff;
}

.seer-sc__stage .sc-faq__item {
  margin: 0;
  border-bottom: 1px solid #dce4ea;
}

.seer-sc__stage .sc-faq__item:last-child {
  border-bottom: 0;
}

.seer-sc__stage .sc-faq__item h3 {
  margin: 0;
}

.seer-sc__stage .sc-faq__item button {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding: 18px 38px;
  border: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #071c35;
  background: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-align: left;
  cursor: pointer;
}

.seer-sc__stage .sc-faq__item button b {
  flex: 0 0 auto;
  color: #f15a24;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.seer-sc__stage .sc-faq__item button[aria-expanded="true"] b {
  transform: rotate(45deg);
}

.seer-sc__stage .sc-faq__answer {
  overflow: hidden;
  transition: max-height 220ms ease;
}

.seer-sc__stage .sc-faq__answer[hidden] {
  display: none;
}

.seer-sc__stage .sc-faq__answer p {
  margin: 0;
  padding: 0 38px 24px;
  color: #4b6178;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

@media (max-width: 1280px) {
  .seer-sc__stage .sc-results > .sc-shell,
  .seer-sc__stage .sc-faq {
    width: calc(100% - 48px);
  }

  .seer-sc__stage .sc-faq {
    grid-template-columns: minmax(0, 1fr);
  }

  .seer-sc__stage .sc-faq__media {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-results {
    min-height: 0;
    padding: 56px 0;
  }

  .seer-sc__stage .sc-results > .sc-shell,
  .seer-sc__stage .sc-faq {
    width: calc(100% - 32px);
  }

  .seer-sc__stage .sc-results h2 {
    font-size: clamp(34px, 9vw, 44px) !important;
  }

  .seer-sc__stage .sc-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seer-sc__stage .sc-results__grid article {
    min-height: 210px;
    padding: 18px 12px;
    border-bottom: 1px solid rgba(255,255,255,.20);
  }

  .seer-sc__stage .sc-results__grid article:nth-child(2n) {
    border-right: 0;
  }

  .seer-sc__stage .sc-results__grid article:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    justify-self: center;
    border-bottom: 0;
  }

  .seer-sc__stage .sc-results__grid p {
    font-size: 14px !important;
  }

  .seer-sc__stage .sc-faq {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

  .seer-sc__stage .sc-faq__heading h2 {
    white-space: normal;
  }

  .seer-sc__stage .sc-faq__media {
    height: 300px;
  }

  .seer-sc__stage .sc-faq__item button {
    min-height: 72px;
    padding: 16px 20px;
    font-size: 16px !important;
  }

  .seer-sc__stage .sc-faq__answer p {
    padding: 0 20px 20px;
  }
}

.seer-sc__stage .service-map__point {
  position: absolute;
  z-index: 2;
  top: var(--point-y);
  left: var(--point-x);
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #f15a24;
  box-shadow: 0 0 0 1px rgba(241, 90, 36, .22);
  opacity: 1;
  transform: translate(-50%, -50%);
}

.seer-sc__stage .service-map__point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(115, 166, 207, .24);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.seer-sc__stage .service-map__headquarters {
  position: absolute;
  z-index: 3;
  top: var(--point-y);
  left: var(--point-x);
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  transform: translate(-50%, -84%);
}

.seer-sc__stage .rapid-response__lower {
  display: grid;
  height: 238px;
  margin-top: 70px;
  padding: 18px 0 0;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  border-top: 0;
  align-items: start;
}

.seer-sc__stage .service-points {
  display: grid;
  grid-template-columns: .7fr 1.05fr 1.25fr;
  column-gap: 8px;
}

.seer-sc__stage .service-points h3 {
  margin: 0 0 10px;
  color: #071c35;
  grid-column: 1 / -1;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .service-points__group {
  display: grid;
  margin-top: 13px;
  grid-template-columns: minmax(0, 1fr);
  color: #4f647c;
}

.seer-sc__stage .service-points__group + .service-points__group {
  padding-left: 10px;
  border-left: 1px solid #dfe7ed;
}

.seer-sc__stage .service-points__group b {
  display: block;
  margin-bottom: 1px;
  color: #071c35;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  white-space: nowrap;
}

.seer-sc__stage .service-points__group p {
  display: block;
  min-width: 0;
  margin: 0;
  flex-wrap: wrap;
  color: #4f647c;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.38 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .service-points__group p i {
  display: none;
  color: #f15a24;
  font-style: normal;
}

.seer-sc__stage .service-points__group p span {
  display: block;
}

.seer-sc__stage .response-table {
  width: 100%;
  height: 206px;
  margin: 0 0 0 auto;
  overflow: hidden;
  border: 1px solid #dce3e8;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  color: #071c35;
  background: #fff;
  table-layout: fixed;
}

.seer-sc__stage .response-table caption {
  height: 30px;
  padding: 7px 10px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: #071c35;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .response-table th,
.seer-sc__stage .response-table td {
  height: 41px;
  padding: 8px 17px;
  border: 0;
  border-bottom: 1px solid #dce3e8;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: left;
  white-space: nowrap;
}

.seer-sc__stage .response-table thead th {
  height: 39px;
  font-weight: 700 !important;
}

.seer-sc__stage .response-table th + th,
.seer-sc__stage .response-table td {
  border-left: 1px solid #dce3e8;
  text-align: center;
}

.seer-sc__stage .response-table tbody tr:last-child th,
.seer-sc__stage .response-table tbody tr:last-child td {
  border-bottom: 0;
}

.seer-sc__stage .three-commitments__cta {
  display: grid;
  height: 116px;
  margin-top: 14px;
  padding: 16px 97px 16px 49px;
  grid-template-columns: 98px minmax(0, 1fr) 247px;
  gap: 37px;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: #04183a;
  box-shadow: 0 5px 15px rgba(4, 21, 40, .08);
}

.seer-sc__stage .three-commitments__cta > .sc-asset-icon {
  display: block;
  width: 84px;
  height: 84px;
  margin-left: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/*
 * The reference contract owns the type geometry for this isolated section.
 * This ID-equivalent specificity is intentionally scoped to the service body
 * so the later global type-scale stylesheet cannot reapply 80/65px page roles.
 */
.seer-sc__stage main.service-commitment-page .three-commitments__heading {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 60px !important;
  line-height: 1.08 !important;
}

.seer-sc__stage main.service-commitment-page .three-commitments__intro p {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17.4px !important;
  line-height: 1.35 !important;
}

.seer-sc__stage main.service-commitment-page .commitment-panel__heading :is(h2, h3) {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.seer-sc__stage main.service-commitment-page .commitment-panel__bullets li {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.48 !important;
}

.seer-sc__stage main.service-commitment-page .commitment-panel__summary {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

.seer-sc__stage main.service-commitment-page .service-points h3 {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}

.seer-sc__stage main.service-commitment-page .service-points__group p {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.seer-sc__stage main.service-commitment-page .service-points__group b {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.15 !important;
}

.seer-sc__stage main.service-commitment-page .commitment-process__item b {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 17px !important;
}

.seer-sc__stage main.service-commitment-page .commitment-process--technical .commitment-process__item b {
  margin-top: 15px;
}

.seer-sc__stage main.service-commitment-page .response-table caption,
.seer-sc__stage main.service-commitment-page .three-commitments__cta a {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

.seer-sc__stage main.service-commitment-page .response-table th,
.seer-sc__stage main.service-commitment-page .response-table td {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.seer-sc__stage main.service-commitment-page .three-commitments__cta h2 {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.seer-sc__stage main.service-commitment-page .three-commitments__cta p {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.seer-sc__stage .three-commitments__cta h2 {
  margin: 0;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .three-commitments__cta > div {
  position: relative;
  top: -2px;
}

.seer-sc__stage .three-commitments__cta p {
  margin: 7px 0 0;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .three-commitments__cta a {
  display: flex;
  width: 247px;
  height: 56px;
  padding: 0 20px 0 61px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: #ff5a1f;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none;
  transition: background-color 220ms ease;
}

.seer-sc__stage .three-commitments__cta a span {
  margin-left: auto;
  font-size: 24px;
  font-weight: 300;
  transition: transform 220ms ease;
}

.seer-sc__stage .three-commitments__cta a:hover,
.seer-sc__stage .three-commitments__cta a:focus-visible {
  background: #e94f16;
}

.seer-sc__stage .three-commitments__cta a:hover span,
.seer-sc__stage .three-commitments__cta a:focus-visible span {
  transform: translateX(3px);
}

.seer-sc__stage .three-commitments__cta a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .8);
  outline-offset: 3px;
}

.seer-sc__stage.is-global-motion-ready .three-commitments__intro,
.seer-sc__stage.is-global-motion-ready .commitment-panel,
.seer-sc__stage.is-global-motion-ready .three-commitments__cta {
  opacity: 0;
  transform: translateY(16px);
}

.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .three-commitments__intro,
.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .commitment-panel,
.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .three-commitments__cta {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 680ms ease, transform 680ms ease;
}

.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .commitment-panel--rapid {
  transition-delay: 80ms;
}

.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .commitment-panel--technical {
  transition-delay: 140ms;
}

.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .three-commitments__cta {
  transition-delay: 190ms;
}

.seer-sc__stage.is-global-motion-ready .service-map__point {
  opacity: 0;
}

.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .service-map__point {
  opacity: 1;
  transition: opacity 260ms ease var(--point-delay);
}

.seer-sc__stage.is-global-motion-ready .three-commitments.is-visible .service-map__point::after {
  animation: service-point-ring 650ms ease-out calc(var(--point-delay) + 100ms) both;
}

@keyframes service-point-ring {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.45); }
  45% { opacity: 1; }
  to { opacity: .8; transform: translate(-50%, -50%) scale(1); }
}

/* Restored page chrome and lower service sections. */
.seer-sc__stage > header.site-header:not(.is-scrolled) {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: 100%;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.seer-sc__stage > header.site-header.is-scrolled {
  position: fixed !important;
  inset: 0 0 auto;
  z-index: 20;
  width: 100%;
  background: #071c35 !important;
  border-color: rgba(255, 255, 255, .1) !important;
  box-shadow: none !important;
}

.seer-sc__stage .site-header .brand img {
  filter: brightness(0) invert(1);
}

.seer-sc__stage .site-header #site-nav > a,
.seer-sc__stage .site-header .nav-toggle {
  color: #fff;
}

.seer-sc__stage .site-header .nav-toggle {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(4, 24, 50, .2);
}

.seer-sc__stage .site-header #site-nav > a:hover,
.seer-sc__stage .site-header #site-nav > a:focus-visible {
  color: #fff;
}

.seer-sc__stage .sc-results {
  margin-top: 0;
  padding: 104px 0;
  background: #eef3f6;
}

.seer-sc__stage .sc-results header {
  display: flex;
  margin-bottom: 48px;
  align-items: end;
  justify-content: center;
  text-align: center;
  gap: 28px;
}

.seer-sc__stage .sc-results h2,
.seer-sc__stage .sc-faq h2 {
  margin: 0;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  letter-spacing: -.035em !important;
}

.seer-sc__stage .sc-results header > p {
  max-width: 230px;
  margin: 0;
  color: #556980;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.seer-sc__stage .sc-results__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.seer-sc__stage .sc-results__grid article {
  min-width: 0;
  min-height: 280px;
  padding: 28px 26px;
  text-align: center;
  border-right: 1px solid #d7e0e7;
}

.seer-sc__stage .sc-results__grid article:last-child {
  border-right: 0;
}

.seer-sc__stage .sc-results__grid .sc-asset-icon {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  object-fit: contain;
}

.seer-sc__stage .sc-results__grid strong {
  display: block;
  color: #f15a24;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;
}

.seer-sc__stage .sc-results__grid h3 {
  display: block;
  margin-top: 18px;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.seer-sc__stage .sc-results__grid p {
  margin: 10px 0 0;
  color: #263e5d;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

.seer-sc__stage .sc-results__grid small {
  display: block;
  margin-top: 16px;
  color: #65778b;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

.seer-sc__stage .sc-faq {
  display: grid;
  margin-top: 0;
  padding: 112px 0;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px 56px;
  align-items: stretch;
}

.seer-sc__stage .sc-faq__heading {
  grid-column: 1 / -1;
  text-align: center;
}

.seer-sc__stage .sc-faq__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}

.seer-sc__stage .sc-faq__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.seer-sc__stage .sc-faq__list {
  min-width: 0;
}

.seer-sc__stage .sc-faq details {
  margin: 0 0 10px;
  overflow: hidden;
  border: 1px solid #dfe5e9;
  border-radius: 10px;
  background: #fff;
}

.seer-sc__stage .sc-faq details:last-child {
  margin-bottom: 0;
}

.seer-sc__stage .sc-faq summary {
  display: flex;
  min-height: 58px;
  padding: 17px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #071c35;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  cursor: pointer;
  list-style: none;
}

.seer-sc__stage main.service-commitment-page .sc-faq summary {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
}

.seer-sc__stage .sc-faq summary::-webkit-details-marker {
  display: none;
}

.seer-sc__stage .sc-faq summary span {
  color: #f15a24;
  font-size: 22px;
  font-weight: 400;
}

.seer-sc__stage .sc-faq details[open] summary span {
  transform: rotate(45deg);
}

.seer-sc__stage .sc-faq details p {
  margin: 0;
  padding: 0 22px 20px;
  color: #445b75;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (min-width: 1500px) {
  .seer-sc__stage .three-commitments__inner {
    width: calc(100% - 96px);
    max-width: 1440px;
    margin-inline: auto;
  }
}

/* Keep the three full-width service sections on the same desktop content rail. */
@media (min-width: 1281px) {
  .seer-sc__stage .sc-shell.sc-metrics,
  .seer-sc__stage .sc-results > .sc-shell,
  .seer-sc__stage .sc-faq {
    width: calc(100% - 96px);
    max-width: 1440px;
  }
}

@media (max-width: 1280px) {
  .seer-sc__stage .sc-shell {
    width: calc(100% - 48px);
  }

  .seer-sc__stage .sc-hero {
    height: 600px;
  }

  .seer-sc__stage .sc-metrics article {
    padding: 22px 20px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .seer-sc__stage .sc-metrics .sc-metric__icon {
    width: 50px;
    height: 50px;
  }

  .seer-sc__stage .sc-metrics strong {
    font-size: 40px !important;
  }

  .seer-sc__stage .sc-metrics small {
    font-size: 11px !important;
  }

  .seer-sc__stage .sc-results,
  .seer-sc__stage .sc-faq {
    padding-block: 84px;
  }

  .seer-sc__stage .sc-results h2,
  .seer-sc__stage .sc-faq h2 {
    font-size: 50px !important;
  }

  .seer-sc__stage .three-commitments {
    min-height: 0;
    padding: 42px 0;
  }

  .seer-sc__stage .three-commitments__inner {
    width: calc(100% - 48px);
  }

  .seer-sc__stage .three-commitments__intro {
    height: auto;
    padding-bottom: 34px;
  }

  .seer-sc__stage .three-commitments__layout {
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 18px;
  }

  .seer-sc__stage .three-commitments__layout::after {
    display: none;
  }

  .seer-sc__stage .three-commitments__layout::before {
    display: none;
  }

  .seer-sc__stage .commitment-panel--parts,
  .seer-sc__stage .commitment-panel--technical,
  .seer-sc__stage .commitment-panel--rapid {
    grid-column: 1;
    grid-row: auto;
  }

  .seer-sc__stage .commitment-panel--parts { order: 1; }
  .seer-sc__stage .commitment-panel--rapid { order: 2; }
  .seer-sc__stage .commitment-panel--technical { order: 3; }

  .seer-sc__stage .commitment-panel--parts,
  .seer-sc__stage .commitment-panel--technical {
    padding: 26px;
  }

  .seer-sc__stage .commitment-panel--rapid {
    padding: 26px;
  }

  .seer-sc__stage .commitment-panel__media-row,
  .seer-sc__stage .commitment-panel--technical .commitment-panel__media-row {
    height: 260px;
    grid-template-columns: minmax(0, 55%) minmax(0, 1fr);
  }

  .seer-sc__stage .commitment-process--parts,
  .seer-sc__stage .commitment-process--technical {
    height: 116px;
  }

  .seer-sc__stage .service-map {
    height: auto;
    aspect-ratio: 2.05 / 1;
    margin-top: 6px;
  }

  .seer-sc__stage .rapid-response__lower {
    height: auto;
    min-height: 220px;
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  .seer-sc__stage .three-commitments__cta {
    padding-right: 40px;
    padding-left: 40px;
    grid-template-columns: 90px minmax(0, 1fr) 220px;
    gap: 24px;
  }

  .seer-sc__stage .three-commitments__cta a {
    width: 220px;
  }
}

@media (max-width: 820px) {
  .seer-sc__stage .sc-hero {
    height: 620px;
  }

  .seer-sc__stage .sc-hero > img {
    object-position: 59% center;
  }

  .seer-sc__stage .sc-hero__shade {
    background: linear-gradient(90deg, rgba(0, 16, 31, .97) 0%, rgba(0, 16, 31, .82) 46%, rgba(0, 16, 31, .2) 100%);
  }

  .seer-sc__stage .sc-metrics {
    min-height: 252px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seer-sc__stage .sc-metrics article {
    min-height: 126px;
  }

  .seer-sc__stage .sc-metrics article:nth-child(2) {
    border-right: 0;
  }

  .seer-sc__stage .sc-metrics article:nth-child(-n+2) {
    border-bottom: 1px solid #dfe4e8;
  }

  .seer-sc__stage .sc-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seer-sc__stage .sc-results__grid article:nth-child(2) {
    border-right: 0;
  }

  .seer-sc__stage .sc-results__grid article:nth-child(-n+4) {
    border-bottom: 1px solid #d7e0e7;
  }

  .seer-sc__stage .sc-results__grid article:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    justify-self: center;
    border-right: 1px solid #d7e0e7;
  }

  .seer-sc__stage .sc-faq {
    grid-template-columns: minmax(0, 1fr);
  }

  .seer-sc__stage .sc-faq__media img {
    min-height: 380px;
  }

  .seer-sc__stage .three-commitments__cta {
    height: auto;
    min-height: 0;
    padding: 26px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .seer-sc__stage .three-commitments__cta > .sc-asset-icon {
    width: 68px;
    height: 68px;
    margin-left: 0;
  }

  .seer-sc__stage .three-commitments__cta h2,
  .seer-sc__stage main.service-commitment-page .three-commitments__cta h2 {
    font-size: 22px !important;
  }

  .seer-sc__stage .three-commitments__cta p,
  .seer-sc__stage main.service-commitment-page .three-commitments__cta p {
    font-size: 14px !important;
  }

  .seer-sc__stage .three-commitments__cta a {
    width: 100%;
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .site-header #site-nav.is-open {
    background: #fff;
  }

  .seer-sc__stage .site-header #site-nav.is-open > a,
  .seer-sc__stage .site-header #site-nav.is-open summary,
  .seer-sc__stage .site-header #site-nav.is-open .mobile-subnav a {
    color: #071c35;
  }

  .seer-sc__stage .sc-shell {
    width: calc(100% - 32px);
  }

  .seer-sc__stage .sc-hero__copy {
    padding-bottom: 50px;
  }

  .seer-sc__stage .sc-hero__copy h1,
  .seer-sc__stage main.service-commitment-page .sc-hero__copy h1 {
    max-width: 620px;
  }

  .seer-sc__stage .sc-hero__summary,
  .seer-sc__stage main.service-commitment-page .sc-hero__summary {
    margin-top: 26px;
    font-size: 16px !important;
    white-space: normal;
  }

  .seer-sc__stage .sc-metrics {
    width: 100%;
    margin-top: -52px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .seer-sc__stage .sc-results,
  .seer-sc__stage .sc-faq {
    padding-block: 64px;
  }

  .seer-sc__stage .sc-results header {
    display: block;
    margin-bottom: 30px;
  }

  .seer-sc__stage .sc-results header > p {
    margin-top: 14px;
  }

  .seer-sc__stage .sc-results h2,
  .seer-sc__stage .sc-faq h2 {
    font-size: clamp(38px, 9vw, 50px) !important;
  }

  .seer-sc__stage .sc-results__grid article {
    min-height: 248px;
    padding: 24px 18px;
  }

  .seer-sc__stage .sc-results__grid strong {
    font-size: 31px !important;
  }

  .seer-sc__stage .sc-results__grid h3 {
    font-size: 19px !important;
  }

  .seer-sc__stage .sc-results__grid p {
    font-size: 13px !important;
  }

  .seer-sc__stage .sc-faq {
    gap: 22px;
  }

  .seer-sc__stage .sc-faq__media img {
    min-height: 300px;
  }

  .seer-sc__stage .sc-faq summary {
    min-height: 54px;
    padding: 15px 16px;
    font-size: 15px !important;
  }

  .seer-sc__stage .sc-faq details p {
    padding: 0 16px 18px;
    font-size: 13px !important;
  }

  .seer-sc__stage .three-commitments {
    padding: 38px 0;
  }

  .seer-sc__stage .three-commitments__inner {
    width: calc(100% - 32px);
  }

  .seer-sc__stage .three-commitments__heading {
    font-size: clamp(38px, 9vw, 46px) !important;
    line-height: 1.02 !important;
    white-space: normal;
  }

  .seer-sc__stage main.service-commitment-page .three-commitments__heading {
    font-size: clamp(38px, 9vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .seer-sc__stage .three-commitments__intro p {
    max-width: 590px;
    margin-top: 14px;
    font-size: 15px !important;
  }

  .seer-sc__stage main.service-commitment-page .three-commitments__intro p {
    font-size: 15px !important;
  }

  .seer-sc__stage .commitment-panel--parts,
  .seer-sc__stage .commitment-panel--technical,
  .seer-sc__stage .commitment-panel--rapid {
    padding: 20px;
  }

  .seer-sc__stage .commitment-panel__heading {
    height: 54px;
    grid-template-columns: 34px 1px 54px minmax(0, 1fr);
    gap: 8px;
  }

  .seer-sc__stage .commitment-panel__heading :is(h2, h3) {
    font-size: clamp(19px, 4.4vw, 23px) !important;
  }

  .seer-sc__stage main.service-commitment-page .commitment-panel__heading :is(h2, h3) {
    font-size: clamp(19px, 4.4vw, 23px) !important;
  }

  .seer-sc__stage .commitment-panel__media-row,
  .seer-sc__stage .commitment-panel--technical .commitment-panel__media-row {
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .seer-sc__stage .commitment-panel__media-row figure {
    aspect-ratio: 1.75 / 1;
  }

  .seer-sc__stage .commitment-panel__bullets {
    gap: 10px;
    padding: 0;
  }

  .seer-sc__stage .commitment-process--parts,
  .seer-sc__stage .commitment-process--technical {
    height: auto;
    min-height: 110px;
    margin-top: 16px;
  }

  .seer-sc__stage .rapid-response__lower {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .seer-sc__stage .service-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 4px;
  }

  .seer-sc__stage .service-points__group {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .seer-sc__stage .service-points__group + .service-points__group {
    padding-left: 4px;
  }

  .seer-sc__stage .service-points__group b {
    white-space: normal;
  }

  .seer-sc__stage .commitment-panel__summary {
    white-space: normal;
  }

  .seer-sc__stage .response-table {
    width: 100%;
  }

  .seer-sc__stage .three-commitments__cta {
    height: auto;
    min-height: 0;
    padding: 26px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .seer-sc__stage .three-commitments__cta > .sc-asset-icon {
    width: 68px;
    height: 68px;
  }

  .seer-sc__stage .three-commitments__cta h2 {
    font-size: 22px !important;
  }

  .seer-sc__stage main.service-commitment-page .three-commitments__cta h2 {
    font-size: 22px !important;
  }

  .seer-sc__stage .three-commitments__cta p {
    font-size: 14px !important;
  }

  .seer-sc__stage main.service-commitment-page .three-commitments__cta p {
    font-size: 14px !important;
  }

  .seer-sc__stage .three-commitments__cta a {
    width: 100%;
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .seer-sc__stage .sc-shell {
    width: calc(100% - 24px);
  }

  .seer-sc__stage .sc-shell.sc-metrics {
    width: 100%;
    max-width: none;
  }

  .seer-sc__stage .sc-hero {
    height: 650px;
  }

  .seer-sc__stage .sc-hero > img {
    object-position: 63% center;
  }

  .seer-sc__stage .sc-hero__copy {
    justify-content: flex-start;
    padding-top: 116px;
    padding-bottom: 0;
  }

  .seer-sc__stage .sc-hero__summary,
  .seer-sc__stage main.service-commitment-page .sc-hero__summary {
    max-width: 330px;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .seer-sc__stage .sc-metrics article {
    padding: 18px 14px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
  }

  .seer-sc__stage .sc-metrics .sc-metric__icon {
    width: 44px;
    height: 44px;
  }

  .seer-sc__stage .sc-metrics strong {
    font-size: 36px !important;
  }

  .seer-sc__stage .sc-metrics small {
    font-size: 10px !important;
    white-space: normal;
  }

  .seer-sc__stage .three-commitments__inner {
    width: calc(100% - 24px);
  }

  .seer-sc__stage .three-commitments__heading {
    font-size: 36px !important;
  }

  .seer-sc__stage main.service-commitment-page .three-commitments__heading {
    font-size: 36px !important;
  }

  .seer-sc__stage .commitment-panel--parts,
  .seer-sc__stage .commitment-panel--technical,
  .seer-sc__stage .commitment-panel--rapid {
    padding: 16px;
  }

  .seer-sc__stage .commitment-panel__heading {
    height: 44px;
    grid-template-columns: 31px 1px 44px minmax(0, 1fr);
    gap: 7px;
  }

  .seer-sc__stage .commitment-panel__number {
    font-size: 21px;
  }

  .seer-sc__stage .commitment-panel__heading .sc-asset-icon {
    width: 44px;
    height: 44px;
  }

  .seer-sc__stage .commitment-panel__heading :is(h2, h3) {
    font-size: 17px !important;
  }

  .seer-sc__stage main.service-commitment-page .commitment-panel__heading :is(h2, h3) {
    font-size: 17px !important;
  }

  .seer-sc__stage .commitment-process--parts {
    grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
  }

  .seer-sc__stage .commitment-process__item .sc-asset-icon {
    width: 68px;
    height: 68px;
  }

  .seer-sc__stage .commitment-process__item b {
    font-size: 11px !important;
  }

  .seer-sc__stage .commitment-process__arrow {
    padding-top: 23px;
    font-size: 22px;
  }

  .seer-sc__stage .service-map__point {
    width: 6px;
    height: 6px;
  }

  .seer-sc__stage .service-map__point::after {
    width: 22px;
    height: 22px;
  }

  .seer-sc__stage .service-map__headquarters {
    width: 28px;
    height: 28px;
  }

  .seer-sc__stage .response-table th,
  .seer-sc__stage .response-table td {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px !important;
  }

  .seer-sc__stage .three-commitments__cta {
    padding: 22px 18px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .seer-sc__stage .three-commitments__cta > .sc-asset-icon {
    width: 56px;
    height: 56px;
  }

  .seer-sc__stage .three-commitments__cta h2 {
    font-size: 19px !important;
  }

  .seer-sc__stage main.service-commitment-page .three-commitments__cta h2 {
    font-size: 19px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seer-sc__stage .three-commitments__intro,
  .seer-sc__stage .commitment-panel,
  .seer-sc__stage .three-commitments__cta,
  .seer-sc__stage .service-map__point {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .seer-sc__stage .commitment-panel__media-row figure img,
  .seer-sc__stage .three-commitments__cta a span {
    transform: none !important;
    transition: none !important;
  }

  .seer-sc__stage .service-map__point::after {
    animation: none !important;
  }
}

/* 2026-07-27 final service-page refinement. */
@media (min-width: 1281px) {
  .seer-sc__stage .sc-shell.sc-hero__copy {
    width: calc(100% - 96px);
    max-width: 1440px;
    padding-left: 16px;
  }
}

.seer-sc__stage .service-points {
  grid-template-columns: .95fr .8fr 1.25fr;
}

.seer-sc__stage .sc-results__grid article {
  display: flex;
  min-height: 240px;
  padding: 28px 26px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seer-sc__stage .sc-results__grid .sc-asset-icon {
  margin-bottom: 16px;
}

.seer-sc__stage .sc-results__grid h3 {
  margin: 14px 0 0;
}

.seer-sc__stage .sc-faq summary,
.seer-sc__stage main.service-commitment-page .sc-faq summary {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -.02em !important;
}

/* 2026-07-27: Three Commitments reference reconstruction at 1536px. */
@media (min-width: 1281px) {
  .seer-sc__stage .three-commitments {
    min-height: 0;
    padding: 20px 0 24px;
  }

  .seer-sc__stage .three-commitments__layout {
    grid-template-rows: 418px 400px;
    height: 848px;
    row-gap: 30px;
  }

  .seer-sc__stage .three-commitments__layout::before {
    display: none;
  }

  .seer-sc__stage .three-commitments__layout::after {
    top: 4px;
    bottom: 4px;
    background: #e7edf1;
  }

  .seer-sc__stage .commitment-process--parts {
    margin-top: 3px;
  }

  .seer-sc__stage .commitment-process--technical {
    height: 104px;
    margin-top: 15px;
  }

  .seer-sc__stage .commitment-panel__media-row {
    height: 210px;
    grid-template-columns: 344px minmax(0, 1fr);
    gap: 18px;
  }

  .seer-sc__stage .commitment-panel--technical .commitment-panel__media-row {
    height: 200px;
    grid-template-columns: 344px minmax(0, 1fr);
  }

  .seer-sc__stage .commitment-panel__summary {
    margin-top: 7px;
  }

  .seer-sc__stage .service-map {
    height: 396px;
    margin-top: 20px;
  }

  .seer-sc__stage .service-map > img:not(.service-map__headquarters) {
    filter: contrast(1.18) saturate(1.05);
  }

  .seer-sc__stage .service-map__point {
    width: 8px;
    height: 8px;
  }

  .seer-sc__stage .service-map__point::after {
    width: 32px;
    height: 32px;
    border-color: rgba(115, 166, 207, .17);
  }

  .seer-sc__stage .rapid-response__lower {
    height: 224px;
    margin-top: 56px;
    padding-top: 12px;
  }

  .seer-sc__stage .service-points {
    grid-template-columns: .9fr 1.1fr 1.15fr;
  }
}

/* 2026-07-27: final cascade layer for the Results and FAQ reference reconstruction. */
.seer-sc__stage .sc-results {
  position: relative;
  min-height: 418px;
  padding: 42px 0 38px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(108deg, #031d35 0%, #062b4b 62%, #031d35 100%);
}

.seer-sc__stage .sc-results__globe {
  position: absolute;
  z-index: 0;
  top: -48px;
  right: -74px;
  width: 620px;
  height: 420px;
  opacity: .17;
  background: url(/assets/images/service-commitment/service-map-dotted-light-v2.webp) center / contain no-repeat;
  filter: brightness(1.8) saturate(.65);
  pointer-events: none;
}

.seer-sc__stage .sc-results > .sc-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - 96px);
  max-width: 1320px;
}

.seer-sc__stage .sc-results header { display: block; width: 100%; max-width: none; margin: 0 0 48px; text-align: center; }
.seer-sc__stage .sc-results h2 { display: block !important; width: 100% !important; margin: 0; color: #fff; font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important; font-size: 44px !important; font-weight: 700 !important; line-height: 1.1 !important; letter-spacing: -.035em !important; text-align: center; }
.seer-sc__stage .sc-results header > p { max-width: none; margin: 10px 0 0; color: rgba(255,255,255,.82); font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 16px !important; line-height: 1.45 !important; }
.seer-sc__stage .sc-results__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.seer-sc__stage .sc-results__grid article { display: flex; min-height: 190px; padding: 0 24px; flex-direction: column; align-items: center; justify-content: flex-start; border-right: 1px solid rgba(255,255,255,.20); text-align: center; }
.seer-sc__stage .sc-results__grid .sc-asset-icon { width: 50px; height: 50px; margin: 0 0 14px; filter: brightness(0) invert(1); }
.seer-sc__stage .sc-results__grid strong { color: #f15a24; font-size: 36px !important; font-weight: 700 !important; }
.seer-sc__stage .sc-results__grid h3 { margin: 11px 0 0; color: #fff; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 19px !important; font-weight: 600 !important; line-height: 1.2 !important; }
.seer-sc__stage .sc-results__grid p { margin: 14px 0 0; color: rgba(255,255,255,.78); font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 16px !important; line-height: 1.55 !important; }
.seer-sc__stage main.service-commitment-page .sc-results__grid h3 { color: #fff; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 19px !important; font-weight: 600 !important; }

.seer-sc__stage .sc-faq { display: grid; width: calc(100% - 96px); max-width: 1340px; margin: 0 auto; padding: 46px 0 48px; grid-template-columns: minmax(0, 59fr) minmax(420px, 41fr); gap: 36px; align-items: start; }
.seer-sc__stage .sc-faq__left { min-width: 0; }
.seer-sc__stage .sc-faq__heading { display: block; margin: 0; text-align: left; }
.seer-sc__stage .sc-faq__heading > p { margin: 0 0 14px; color: #f15a24; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 14px !important; font-weight: 700 !important; line-height: 1.2 !important; letter-spacing: .18em !important; }
.seer-sc__stage .sc-faq__heading h2 { margin: 0; color: #071c35; font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important; font-size: 44px !important; font-weight: 700 !important; line-height: 1.08 !important; letter-spacing: -.04em !important; white-space: nowrap; }
.seer-sc__stage .sc-faq__heading > span { display: block; margin-top: 14px; color: #314963; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 17px !important; line-height: 1.45 !important; }
.seer-sc__stage main.service-commitment-page .sc-faq__heading > span { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; }
.seer-sc__stage .sc-faq__media { height: 371px; margin: 28px 0 0; border-radius: 10px; }
.seer-sc__stage .sc-faq__media img { min-height: 0; object-position: center; }
.seer-sc__stage .sc-faq__list { margin-top: 60px; overflow: hidden; border: 1px solid #dce4ea; border-radius: 10px; background: #fff; }
.seer-sc__stage .sc-faq__item { margin: 0; border-bottom: 1px solid #dce4ea; }
.seer-sc__stage .sc-faq__item:last-child { border-bottom: 0; }
.seer-sc__stage .sc-faq__item h3 { margin: 0; }
.seer-sc__stage .sc-faq__item button { display: flex; width: 100%; min-height: 80px; padding: 18px 38px; border: 0; align-items: center; justify-content: space-between; gap: 18px; color: #071c35; background: #fff; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 17px !important; font-weight: 600 !important; line-height: 1.35 !important; text-align: left; cursor: pointer; }
.seer-sc__stage main.service-commitment-page .sc-faq__item button { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-weight: 600 !important; }
.seer-sc__stage main.service-commitment-page .sc-faq__item button span { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-weight: 600 !important; }
.seer-sc__stage .sc-faq__item button b { flex: 0 0 auto; color: #f15a24; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 25px; font-weight: 300; line-height: 1; }
.seer-sc__stage .sc-faq__item button[aria-expanded="true"] b { transform: rotate(45deg); }
.seer-sc__stage .sc-faq__answer[hidden] { display: none; }
.seer-sc__stage .sc-faq__answer p { margin: 0; padding: 0 38px 24px; color: #4b6178; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important; font-size: 15px !important; line-height: 1.55 !important; }

@media (max-width: 1280px) {
  .seer-sc__stage .sc-results > .sc-shell, .seer-sc__stage .sc-faq { width: calc(100% - 48px); }
  .seer-sc__stage .sc-faq { grid-template-columns: minmax(0, 1fr); }
  .seer-sc__stage .sc-faq__media { height: 420px; }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-results { min-height: 0; padding: 56px 0; }
  .seer-sc__stage .sc-results > .sc-shell, .seer-sc__stage .sc-faq { width: calc(100% - 32px); }
  .seer-sc__stage .sc-results h2 { font-size: clamp(34px, 9vw, 44px) !important; }
  .seer-sc__stage .sc-results__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seer-sc__stage .sc-results__grid article { min-height: 210px; padding: 18px 12px; border-bottom: 1px solid rgba(255,255,255,.20); }
  .seer-sc__stage .sc-results__grid article:nth-child(2n) { border-right: 0; }
  .seer-sc__stage .sc-results__grid article:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; border-bottom: 0; }
  .seer-sc__stage .sc-results__grid p { font-size: 14px !important; }
  .seer-sc__stage .sc-faq { padding: 64px 0; }
  .seer-sc__stage .sc-faq__list { margin-top: 0; }
  .seer-sc__stage .sc-faq__heading h2 { white-space: normal; }
  .seer-sc__stage .sc-faq__media { height: 300px; }
  .seer-sc__stage .sc-faq__item button { min-height: 72px; padding: 16px 20px; font-size: 16px !important; }
  .seer-sc__stage .sc-faq__answer p { padding: 0 20px 20px; }
}

/* 2026-07-27: approved Three Commitments 41/59 reference layout. */
@media (min-width: 1281px) {
  .seer-sc__stage .three-commitments {
    min-height: 0;
    padding: 16px 0 60px;
  }

  .seer-sc__stage .three-commitments__inner {
    width: min(94%, 1400px);
    max-width: 1400px;
  }

  .seer-sc__stage .three-commitments__intro {
    height: 118px;
  }

  .seer-sc__stage .three-commitments__heading,
  .seer-sc__stage main.service-commitment-page .three-commitments__heading {
    font-size: 56px !important;
    line-height: 1.08 !important;
  }

  .seer-sc__stage .three-commitments__intro p,
  .seer-sc__stage main.service-commitment-page .three-commitments__intro p {
    margin-top: 8px;
    font-size: 17px !important;
  }

  .seer-sc__stage .three-commitments__layout {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr);
    grid-template-rows: 412px 380px;
    height: 840px;
    column-gap: 40px;
    row-gap: 48px;
  }

  .seer-sc__stage .three-commitments__layout::before {
    top: 435px;
    right: calc(59% + 40px);
    left: 18px;
    display: block;
    background: #e5ebef;
  }

  .seer-sc__stage .three-commitments__layout::after {
    top: 8px;
    bottom: 22px;
    left: calc(41% - 1px);
    background: #dfe7ed;
  }

  .seer-sc__stage .commitment-panel--parts,
  .seer-sc__stage .commitment-panel--technical {
    padding-left: 10px;
  }

  .seer-sc__stage .commitment-panel--rapid {
    padding-left: 30px;
  }

  .seer-sc__stage .commitment-panel__media-row,
  .seer-sc__stage .commitment-panel--technical .commitment-panel__media-row {
    height: 206px;
    grid-template-columns: minmax(0, 61fr) minmax(0, 39fr);
    gap: 28px;
  }

  .seer-sc__stage .commitment-panel--technical .commitment-panel__media-row {
    height: 202px;
  }

  .seer-sc__stage .commitment-process--parts {
    height: 118px;
    margin-top: 32px;
  }

  .seer-sc__stage .commitment-process--technical {
    height: auto;
    min-height: 118px;
    margin-top: -14px;
    padding-bottom: 14px;
    overflow: visible;
  }

  .seer-sc__stage .commitment-process__item b,
  .seer-sc__stage main.service-commitment-page .commitment-process__item b {
    color: #071c35;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }

  .seer-sc__stage .commitment-process--technical .commitment-process__item b {
    position: relative;
    top: -20px;
    margin-top: -36px;
  }

  .seer-sc__stage .commitment-panel__summary {
    margin-top: 10px;
    font-size: 16px !important;
  }

  .seer-sc__stage .service-map {
    height: 350px;
    margin-top: 20px;
    background: #fffdf9;
  }

  .seer-sc__stage .service-map > img:not(.service-map__headquarters) {
    filter: contrast(1.08) saturate(1.12);
    opacity: .66;
  }

  .seer-sc__stage .service-map__point {
    width: 8px;
    height: 8px;
  }

  .seer-sc__stage .service-map__point::after {
    width: 34px;
    height: 34px;
    border-color: rgba(115, 166, 207, .18);
  }

  .seer-sc__stage .rapid-response__lower {
    height: 332px;
    margin-top: 36px;
    padding-top: 38px;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    border-top: 1px solid #dce5eb;
  }

  .seer-sc__stage .service-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0;
  }

  .seer-sc__stage .service-points h3,
  .seer-sc__stage main.service-commitment-page .service-points h3 {
    position: relative;
    margin: 8px 0 23px;
    padding-bottom: 12px;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .seer-sc__stage .service-points h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #f15a24;
    content: "";
  }

  .seer-sc__stage .service-points__group {
    margin-top: 0;
    padding: 0 16px;
  }

  .seer-sc__stage .service-points__group:first-of-type { padding-left: 0; }
  .seer-sc__stage .service-points__group + .service-points__group { padding-left: 16px; border-left-color: #dfe7ed; }

  .seer-sc__stage .service-points__group b,
  .seer-sc__stage main.service-commitment-page .service-points__group b {
    margin-bottom: 12px;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
  }

  .seer-sc__stage .service-points__group p,
  .seer-sc__stage main.service-commitment-page .service-points__group p {
    margin: 0 0 8px;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .seer-sc__stage .response-table {
    width: 330px;
    height: 270px;
    border-radius: 7px;
  }

  .seer-sc__stage .response-table caption {
    height: 34px;
    padding: 8px 12px;
    border-radius: 7px 7px 0 0;
    font-size: 14px !important;
  }

  .seer-sc__stage .response-table th,
  .seer-sc__stage .response-table td,
  .seer-sc__stage main.service-commitment-page .response-table th,
  .seer-sc__stage main.service-commitment-page .response-table td {
    height: 42px;
    padding: 8px 14px;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .seer-sc__stage .response-table thead th { height: 36px; }
  .seer-sc__stage .response-table tbody td { color: #f15a24; }
}

/* 2026-07-27: Service Commitment systemic alignment.
   The four-item trust bar is the page's verified master rail. */
.seer-sc__stage {
  --service-page-max-width: 1440px;
  --service-page-desktop-gutter: 48px;
  --service-page-tablet-gutter: 24px;
  --service-page-mobile-gutter: 16px;
}

@media (min-width: 1281px) {
  .seer-sc__stage .sc-shell,
  .seer-sc__stage .three-commitments__inner,
  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright,
  .seer-sc__stage .sc-service-cta__inner {
    width: calc(100% - (var(--service-page-desktop-gutter) * 2));
    max-width: var(--service-page-max-width);
    margin-left: auto;
    margin-right: auto;
  }

  .seer-sc__stage .sc-shell.sc-hero__copy {
    padding-left: 0;
    padding-right: 0;
  }

  .seer-sc__stage .three-commitments {
    padding: 44px 0 76px;
  }

  .seer-sc__stage .three-commitments__intro {
    height: 128px;
  }

  .seer-sc__stage .three-commitments__heading,
  .seer-sc__stage main.service-commitment-page .three-commitments__heading {
    font-size: 60px !important;
  }

  .seer-sc__stage .three-commitments__layout {
    grid-template-rows: 420px 392px;
    height: 860px;
  }

  .seer-sc__stage .three-commitments__layout::before {
    top: 442px;
  }

  .seer-sc__stage .service-map {
    height: 370px;
    margin-top: 18px;
  }

  .seer-sc__stage .service-map > img:not(.service-map__headquarters) {
    filter: contrast(1.32) saturate(1.2);
    opacity: .85;
  }

  .seer-sc__stage .rapid-response__lower {
    height: 314px;
    margin-top: 34px;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
  }

  .seer-sc__stage .sc-results {
    min-height: 438px;
    padding: 48px 0 44px;
  }

  .seer-sc__stage .sc-results > .sc-shell {
    max-width: var(--service-page-max-width);
  }

  .seer-sc__stage .sc-results header {
    margin-bottom: 42px;
  }

  .seer-sc__stage .sc-results h2 {
    font-size: 42px !important;
  }

  .seer-sc__stage .sc-results__grid article {
    min-height: 212px;
  }

  .seer-sc__stage .sc-results__grid .sc-asset-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .seer-sc__stage .sc-results__grid strong {
    font-size: 42px !important;
  }

  .seer-sc__stage .sc-faq {
    max-width: var(--service-page-max-width);
    padding: 66px 0;
    grid-template-columns: minmax(0, 57fr) minmax(440px, 43fr);
    gap: 42px;
    align-items: stretch;
  }

  .seer-sc__stage .sc-faq__heading h2 {
    font-size: 50px !important;
  }

  .seer-sc__stage .sc-faq__media {
    height: 390px;
  }

  .seer-sc__stage .sc-faq__list {
    align-self: end;
    margin-top: 0;
  }

  .seer-sc__stage .sc-faq__item button {
    min-height: 82px;
  }

  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright {
    width: calc(100% - var(--service-page-desktop-gutter));
    max-width: var(--service-page-max-width);
  }
}

.seer-sc__stage .sc-service-cta {
  background: #062b4b;
  color: #fff;
}

.seer-sc__stage .sc-service-cta__inner {
  display: flex;
  min-height: 152px;
  padding: 34px 0;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.seer-sc__stage .sc-service-cta p {
  margin: 0 0 10px;
  color: #ff6a35;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .16em;
}

.seer-sc__stage .sc-service-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em;
}

.seer-sc__stage .sc-service-cta a {
  display: inline-flex;
  min-width: 132px;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6a35;
  border-radius: 0;
  color: #fff;
  background: #f15a24;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}

.seer-sc__stage .sc-service-cta a:hover,
.seer-sc__stage .sc-service-cta a:focus-visible {
  color: #062b4b;
  background: #fff;
}

@media (max-width: 1280px) {
  .seer-sc__stage .sc-shell,
  .seer-sc__stage .three-commitments__inner,
  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright,
  .seer-sc__stage .sc-service-cta__inner {
    width: calc(100% - (var(--service-page-tablet-gutter) * 2));
    max-width: var(--service-page-max-width);
    margin-left: auto;
    margin-right: auto;
  }

  .seer-sc__stage .sc-service-cta__inner {
    min-height: 136px;
  }

  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-shell,
  .seer-sc__stage .three-commitments__inner,
  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright,
  .seer-sc__stage .sc-service-cta__inner {
    width: calc(100% - (var(--service-page-mobile-gutter) * 2));
  }

  .seer-sc__stage .sc-service-cta__inner {
    min-height: 0;
    padding: 38px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .seer-sc__stage .sc-metrics {
    width: calc(100% - (var(--service-page-mobile-gutter) * 2));
  }

  .seer-sc__stage .site-footer {
    padding-left: var(--service-page-mobile-gutter);
    padding-right: var(--service-page-mobile-gutter);
  }

  .seer-sc__stage .sc-service-cta a {
    width: 100%;
  }
}

/* The footer owns its padding; set it to the same page gutters rather than
   calculating a second, narrower rail inside the footer. */
@media (min-width: 1281px) {
  .seer-sc__stage .site-footer {
    padding-left: var(--service-page-desktop-gutter);
    padding-right: var(--service-page-desktop-gutter);
  }

  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright {
    width: 100%;
    max-width: var(--service-page-max-width);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .seer-sc__stage .site-footer {
    padding-left: var(--service-page-tablet-gutter);
    padding-right: var(--service-page-tablet-gutter);
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-metrics {
    width: calc(100% - (var(--service-page-mobile-gutter) * 2)) !important;
  }

  .seer-sc__stage .site-footer .footer-grid,
  .seer-sc__stage .site-footer .copyright {
    width: 100%;
  }
}

/* 2026-07-27: follow-up from desktop browser review. */
@media (min-width: 1281px) {
  /* Mobile is the approved map rendering: do not apply a separate desktop fade. */
  .seer-sc__stage .service-map > img:not(.service-map__headquarters) {
    filter: none !important;
    opacity: 1 !important;
  }

  /* Hold the rule in the actual inter-panel gap, with breathable space on both sides. */
  .seer-sc__stage .three-commitments__layout {
    grid-template-rows: 420px 392px;
    height: 876px;
    row-gap: 64px;
  }

  .seer-sc__stage .three-commitments__layout::before {
    top: 452px;
  }

  .seer-sc__stage .commitment-process--technical {
    margin-top: 6px;
  }

  .seer-sc__stage .commitment-process--technical .commitment-process__item b {
    position: static;
    margin-top: 8px;
  }

  .seer-sc__stage .response-table tbody td {
    color: #071c35;
  }
}

/* 2026-07-27: white surface and expanded technical-capability clearance. */
.seer-sc__stage .service-commitment-page,
.seer-sc__stage .three-commitments,
.seer-sc__stage .service-map {
  background: #fff;
}

@media (min-width: 1281px) {
  .seer-sc__stage .three-commitments__layout {
    grid-template-rows: 440px 460px;
    height: 996px;
    row-gap: 96px;
  }

  .seer-sc__stage .three-commitments__layout::before {
    top: 488px;
  }

  .seer-sc__stage .commitment-panel--technical {
    padding-bottom: 32px;
  }
}

/* 2026-07-27: process, service-point, and outcomes reference alignment. */
@media (min-width: 1281px) {
  .seer-sc__stage .commitment-process--parts .commitment-process__item b {
    margin-top: 1px;
  }

  .seer-sc__stage .commitment-process--parts .commitment-process__arrow {
    align-self: start;
    padding-top: 56px;
  }

  .seer-sc__stage .three-commitments {
    padding-bottom: 24px;
  }

  .seer-sc__stage .service-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
  }

  .seer-sc__stage .service-points h3 {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .seer-sc__stage .service-points__group:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .seer-sc__stage .service-points__group:nth-of-type(2) {
    margin-top: 14px;
    padding-left: 0;
    grid-column: 1;
    grid-row: 3;
    border-left: 0;
  }

  .seer-sc__stage .service-points__group:nth-of-type(3) {
    padding-left: 16px;
    grid-column: 2;
    grid-row: 2 / span 2;
    border-left: 1px solid #dfe7ed;
  }

  .seer-sc__stage .sc-results {
    min-height: 538px;
    padding: 0;
    background: linear-gradient(108deg, #031d35 0%, #062b4b 62%, #031d35 100%);
  }

  .seer-sc__stage .sc-results::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    right: 55%;
    background: radial-gradient(circle, rgba(71, 137, 192, .24) 0 1px, transparent 1.8px) 0 0 / 10px 10px;
    content: "";
    pointer-events: none;
  }

  .seer-sc__stage .sc-results__globe {
    display: none;
  }

  .seer-sc__stage .sc-results > .sc-shell {
    display: grid;
    position: relative;
    z-index: 1;
    min-height: 538px;
    grid-template-columns: minmax(290px, 40fr) minmax(0, 60fr);
    gap: 0;
    align-items: center;
  }

  .seer-sc__stage .sc-results header {
    margin: 0;
    padding: 0 30px 0 26px;
    text-align: left;
  }

  .seer-sc__stage .sc-results header > p {
    margin: 0 0 28px;
    color: #ff6a35;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .17em;
  }

  .seer-sc__stage .sc-results h2 {
    margin: 0;
    color: #fff;
    font-size: 54px !important;
    line-height: 1.12 !important;
    text-align: left;
  }

  .seer-sc__stage .sc-results header > span {
    display: block;
    max-width: 405px;
    margin-top: 24px;
    color: rgba(255,255,255,.82);
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.62 !important;
  }

  .seer-sc__stage .sc-results__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-self: center;
  }

  .seer-sc__stage .sc-results__grid article {
    min-height: 220px;
    padding: 0 12px;
    justify-content: center;
  }

  .seer-sc__stage .sc-results__grid .sc-asset-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 26px;
  }

  .seer-sc__stage .sc-results__grid strong {
    font-size: 42px !important;
  }

  .seer-sc__stage .sc-results__grid h3 {
    margin-top: 12px;
    font-size: 20px !important;
  }

  .seer-sc__stage .sc-results__grid p {
    display: none;
  }
}

@media (max-width: 1280px) {
  .seer-sc__stage .sc-results > .sc-shell {
    display: block;
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-metrics {
    width: 100% !important;
    max-width: none;
  }
}

/* 2026-07-27: service-point and indicator type scale review. */
@media (min-width: 1281px) {
  .seer-sc__stage .service-points h3,
  .seer-sc__stage main.service-commitment-page .service-points h3 {
    font-size: 20px !important;
  }

  .seer-sc__stage .service-points__group b,
  .seer-sc__stage main.service-commitment-page .service-points__group b,
  .seer-sc__stage .service-points__group p,
  .seer-sc__stage main.service-commitment-page .service-points__group p {
    font-size: 16px !important;
  }

  .seer-sc__stage .commitment-process--technical .commitment-process__item .sc-asset-icon {
    transform: translateY(8px);
  }

  .seer-sc__stage .response-table caption,
  .seer-sc__stage .response-table,
  .seer-sc__stage .response-table th,
  .seer-sc__stage .response-table td,
  .seer-sc__stage main.service-commitment-page .response-table th,
  .seer-sc__stage main.service-commitment-page .response-table td {
    font-size: 16px !important;
  }

  .seer-sc__stage .sc-metrics small {
    font-size: 18px !important;
  }
}

/* 2026-07-27: final browser-review overrides. Keep this after the legacy cascade. */
@media (min-width: 1281px) {
  .seer-sc__stage .sc-metrics strong { font-size: 40px !important; }
  .seer-sc__stage .sc-metrics small { font-size: 16px !important; font-weight: 500 !important; letter-spacing: .035em !important; }
  .seer-sc__stage .sc-results,
  .seer-sc__stage .sc-results > .sc-shell { min-height: 470px; }
  .seer-sc__stage .sc-results::before {
    left: 40%;
    right: 0;
  }
  .seer-sc__stage .sc-results__grid strong { font-size: 37px !important; }
  .seer-sc__stage .commitment-process--technical { margin-top: 22px; }
  .seer-sc__stage .service-map { height: 407px; }
  .seer-sc__stage .service-map__headquarters { width: 74px; height: 74px; }
}

/* 2026-07-28: Results mobile grid and full metric-field texture correction. */
@media (max-width: 767px) {
  .seer-sc__stage .sc-metrics small,
  .seer-sc__stage main.service-commitment-page .sc-metrics small {
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  .seer-sc__stage .service-points {
    column-gap: 0;
  }

  .seer-sc__stage .service-points__group,
  .seer-sc__stage .service-points__group:first-of-type,
  .seer-sc__stage .service-points__group + .service-points__group {
    padding-right: 7px;
    padding-left: 7px;
  }

  .seer-sc__stage .service-points__group b {
    display: block;
    margin-bottom: 8px;
    line-height: 1.2 !important;
  }

  .seer-sc__stage .service-points__group p {
    margin-bottom: 6px;
    line-height: 1.35 !important;
  }

  .seer-sc__stage .sc-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seer-sc__stage .sc-results__grid article:last-child {
    grid-column: auto;
    width: auto;
    max-width: none;
    justify-self: stretch;
  }

  .seer-sc__stage .sc-results__grid article:nth-child(n + 3) {
    border-bottom: 0;
  }
}
.seer-sc__stage .sc-three-system {
  --sc3-navy: #071c35;
  --sc3-blue: #0b57c8;
  --sc3-body: #26415f;
  --sc3-orange: #f15a24;
  --sc3-border: #d9e1e8;
  --sc3-card: #fff;
  --sc3-soft: #f7f9fb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 42px 0 52px;
  background: #fff;
  color: var(--sc3-navy);
}

.seer-sc__stage .sc-three-system *,
.seer-sc__stage .sc-three-system *::before,
.seer-sc__stage .sc-three-system *::after {
  box-sizing: border-box;
}

.seer-sc__stage .sc-three-system__inner {
  width: min(calc(100% - 96px), 1320px);
  margin-inline: auto;
}

.seer-sc__stage .sc-three-system__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 24px;
  text-align: center;
}

.seer-sc__stage .sc-three-system__intro h2 {
  margin: 0 !important;
  color: var(--sc3-navy) !important;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif !important;
  font-size: clamp(42px, 3.65vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}

.seer-sc__stage .sc-three-system__intro > i {
  display: block;
  width: 34px;
  height: 2px;
  margin: 13px 0 9px;
  background: var(--sc3-orange);
}

.seer-sc__stage .sc-three-system__intro p {
  max-width: 980px;
  margin: 0 !important;
  color: #385371 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .sc-three-system__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.seer-sc__stage .sc-three-card {
  min-width: 0;
  border: 1px solid var(--sc3-border);
  border-radius: 11px;
  background: var(--sc3-card);
  box-shadow: 0 8px 22px rgba(7, 28, 53, .025);
}

.seer-sc__stage .sc-three-card--parts,
.seer-sc__stage .sc-three-card--technical {
  display: flex;
  min-height: 558px;
  flex-direction: column;
  padding: 26px 28px 28px;
}

.seer-sc__stage .sc-three-card--rapid {
  grid-column: 1 / -1;
  padding: 26px 30px 30px;
}

.seer-sc__stage .sc-three-card__heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
}

.seer-sc__stage .sc-three-card__number {
  flex: 0 0 auto;
  color: var(--sc3-orange);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.seer-sc__stage .sc-three-card__heading > i {
  width: 1px;
  height: 36px;
  flex: 0 0 auto;
  background: #cbd4dd;
}

.seer-sc__stage .sc-three-card__heading .sc-three-card__heading-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
}

.seer-sc__stage .sc-three-card__heading h3 {
  min-width: 0;
  margin: 0 !important;
  color: var(--sc3-navy) !important;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif !important;
  font-size: clamp(21px, 1.55vw, 25px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
}

.seer-sc__stage .sc-three-card__media {
  display: grid;
  grid-template-columns: minmax(0, 1.47fr) minmax(172px, .86fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
}

.seer-sc__stage .sc-three-card__media figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e7edf2;
  aspect-ratio: 1.48 / 1;
}

.seer-sc__stage .sc-three-card__media figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.seer-sc__stage .sc-three-card__bullets {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
  margin: 0 !important;
  padding: 2px 0 2px 20px !important;
  list-style: none;
}

.seer-sc__stage .sc-three-card__bullets li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  color: #233e5d !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
}

.seer-sc__stage .sc-three-card__bullets li::before {
  position: absolute;
  top: .56em;
  left: -17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sc3-orange);
  content: "";
}

.seer-sc__stage .sc-three-flow {
  display: grid;
  align-items: start;
  margin-top: 48px;
  padding-top: 0;
}

.seer-sc__stage .sc-three-flow--parts {
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
}

.seer-sc__stage .sc-three-flow--technical {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seer-sc__stage .sc-three-flow__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.seer-sc__stage .sc-three-flow__item .sc-asset-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 7px;
  object-fit: contain;
}

.seer-sc__stage .sc-three-flow__item b {
  color: var(--sc3-navy);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.34 !important;
}

.seer-sc__stage .sc-three-flow__arrow {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  color: var(--sc3-orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.seer-sc__stage .sc-three-card__summary {
  margin: 10px 0 0 0 !important;
  color: #294562 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.seer-sc__stage .sc-three-network {
  position: relative;
  min-width: 0;
  margin: 14px 0 0;
  overflow: visible;
  background: #fff;
  aspect-ratio: 2.28 / 1;
}

.seer-sc__stage .sc-three-network__map {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: .97;
}

.seer-sc__stage .sc-three-network__routes {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transform: translateY(4%);
}

.seer-sc__stage .sc-three-network__route {
  fill: none;
  stroke: var(--sc3-blue);
  stroke-width: 2.1;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
}

.seer-sc__stage .sc-three-network__route--africa {
  stroke: var(--sc3-orange);
}

.seer-sc__stage .sc-three-network__service-dot {
  position: absolute;
  z-index: 3;
  top: var(--dot-y);
  left: var(--dot-x);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--sc3-orange);
  box-shadow: 0 0 0 1px rgba(241, 90, 36, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.seer-sc__stage .sc-three-network__region,
.seer-sc__stage .sc-three-network__hq {
  position: absolute;
  z-index: 5;
  top: var(--node-y);
  left: var(--node-x);
  display: flex;
  min-width: 126px;
  flex-direction: column;
  align-items: center;
  color: var(--sc3-navy);
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.seer-sc__stage .sc-three-network__region > span {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  border: 7px solid #d8e7fb;
  border-radius: 50%;
  background: var(--sc3-blue);
  box-shadow:
    inset 0 0 0 5px #fff,
    0 0 0 7px rgba(11, 87, 200, .12);
}

.seer-sc__stage .sc-three-network__region strong,
.seer-sc__stage .sc-three-network__hq strong {
  color: var(--sc3-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.seer-sc__stage .sc-three-network__region small,
.seer-sc__stage .sc-three-network__hq small {
  margin-top: 4px;
  color: #385371;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.seer-sc__stage .sc-three-network__hq {
  min-width: 156px;
}

.seer-sc__stage .sc-three-network__hq > span {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 7px;
  place-items: center;
  border: 7px solid #ffe2d6;
  border-radius: 50%;
  background: #fff5f1;
  box-shadow: 0 0 0 8px rgba(241, 90, 36, .09);
}

.seer-sc__stage .sc-three-network__hq > span img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.seer-sc__stage .sc-three-network__hq strong {
  font-size: 15px;
}

.seer-sc__stage .sc-three-rapid-info {
  display: grid;
  grid-template-columns: minmax(0, 1.78fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 14px;
  padding-top: 29px;
  border-top: 1px solid var(--sc3-border);
}

.seer-sc__stage .sc-three-service-points,
.seer-sc__stage .sc-three-response {
  min-width: 0;
}

.seer-sc__stage .sc-three-service-points > #service-points-title,
.seer-sc__stage .sc-three-response > #response-time-title {
  margin: 0 !important;
  color: var(--sc3-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

.seer-sc__stage .sc-three-service-points > i,
.seer-sc__stage .sc-three-response > i {
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px 0 19px;
  background: var(--sc3-orange);
}

.seer-sc__stage .sc-three-service-points__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seer-sc__stage .sc-three-service-group {
  min-width: 0;
  padding: 0 24px;
  border-left: 1px solid var(--sc3-border);
}

.seer-sc__stage .sc-three-service-group:first-child {
  padding-left: 0;
  border-left: 0;
}

.seer-sc__stage .sc-three-service-group:last-child {
  padding-right: 0;
}

.seer-sc__stage .sc-three-service-group h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
}

.seer-sc__stage .sc-three-service-group h4 .sc-asset-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
}

.seer-sc__stage .sc-three-service-group h4 span {
  color: #0a4ba4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.seer-sc__stage .sc-three-service-group ul {
  margin: 0 !important;
  padding: 0 0 0 45px !important;
  list-style: none;
}

.seer-sc__stage .sc-three-service-group li {
  position: relative;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #294562 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

.seer-sc__stage .sc-three-service-group li::before {
  position: absolute;
  top: .5em;
  left: -16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sc3-orange);
  content: "";
}

.seer-sc__stage .sc-three-response table {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--sc3-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7px;
  background: #fff;
  color: var(--sc3-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.seer-sc__stage .sc-three-response th,
.seer-sc__stage .sc-three-response td {
  height: 39px;
  padding: 7px 16px;
  border-right: 1px solid var(--sc3-border);
  border-bottom: 1px solid var(--sc3-border);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  text-align: left;
  vertical-align: middle;
}

.seer-sc__stage .sc-three-response tr > :last-child {
  border-right: 0;
}

.seer-sc__stage .sc-three-response tbody tr:last-child > * {
  border-bottom: 0;
}

.seer-sc__stage .sc-three-response thead th {
  height: 40px;
  border-color: rgba(255, 255, 255, .17);
  background: var(--sc3-navy);
  color: #fff;
  font-weight: 700 !important;
}

.seer-sc__stage .sc-three-response tbody th {
  font-weight: 600 !important;
}

.seer-sc__stage .sc-three-response tbody td {
  color: #223d5b;
  font-weight: 500 !important;
}

.seer-sc__stage .sc-three-system [data-seer-machine-settle] {
  animation: none !important;
  transform: none !important;
}

.seer-sc__stage.is-global-motion-ready .sc-three-system .sc-three-system__intro,
.seer-sc__stage.is-global-motion-ready .sc-three-system .sc-three-card {
  opacity: 0;
  transform: translateY(18px);
}

.seer-sc__stage.is-global-motion-ready .sc-three-system .sc-three-card__media figure {
  clip-path: inset(0 100% 0 0);
}

.seer-sc__stage.is-global-motion-ready .sc-three-system.is-visible .sc-three-system__intro,
.seer-sc__stage.is-global-motion-ready .sc-three-system.is-visible .sc-three-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .58s ease, transform .58s ease;
}

.seer-sc__stage.is-global-motion-ready .sc-three-system.is-visible .sc-three-card--technical {
  transition-delay: 80ms;
}

.seer-sc__stage.is-global-motion-ready .sc-three-system.is-visible .sc-three-card--rapid {
  transition-delay: 130ms;
}

.seer-sc__stage.is-global-motion-ready .sc-three-system.is-visible .sc-three-card__media figure {
  clip-path: inset(0);
  transition: clip-path .72s cubic-bezier(.2, .7, .2, 1) 180ms;
}

.seer-sc__stage .sc-three-system.is-visible .sc-three-network__route {
  animation: sc3-route-draw 1.15s ease forwards;
}

.seer-sc__stage .sc-three-system.is-visible .sc-three-network__route--asia {
  animation-delay: 160ms;
}

.seer-sc__stage .sc-three-system.is-visible .sc-three-network__route--africa {
  animation-delay: 260ms;
}

.seer-sc__stage .sc-three-system.is-visible .sc-three-network__route--south-america {
  animation-delay: 360ms;
}

.seer-sc__stage .sc-three-system.is-visible .sc-three-network__service-dot {
  animation: sc3-dot-reveal .38s ease forwards;
  animation-delay: calc(560ms + var(--dot-delay));
}

.seer-sc__stage .sc-three-system.is-visible .sc-three-network__region,
.seer-sc__stage .sc-three-system.is-visible .sc-three-network__hq {
  opacity: 1;
  transition: opacity .42s ease 620ms;
}

@keyframes sc3-route-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes sc3-dot-reveal {
  to {
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .seer-sc__stage .sc-three-system__inner {
    width: min(calc(100% - 64px), 1320px);
  }

  .seer-sc__stage .sc-three-card--parts,
  .seer-sc__stage .sc-three-card--technical {
    padding-inline: 23px;
  }

  .seer-sc__stage .sc-three-card__media {
    grid-template-columns: minmax(0, 1.35fr) minmax(155px, .85fr);
    gap: 17px;
  }

  .seer-sc__stage .sc-three-card__bullets li {
    font-size: 15px !important;
  }
}

@media (max-width: 1024px) {
  .seer-sc__stage .sc-three-system {
    padding-block: 50px 56px;
  }

  .seer-sc__stage .sc-three-system__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .seer-sc__stage .sc-three-card--parts,
  .seer-sc__stage .sc-three-card--technical {
    min-height: 0;
  }

  .seer-sc__stage .sc-three-card--rapid {
    grid-column: auto;
  }

  .seer-sc__stage .sc-three-card__media {
    grid-template-columns: minmax(0, 1.55fr) minmax(230px, .85fr);
  }

  .seer-sc__stage .sc-three-network {
    aspect-ratio: 1.75 / 1;
  }

  .seer-sc__stage .sc-three-rapid-info {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .seer-sc__stage .sc-three-response {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-three-system {
    overflow: clip;
    padding: 43px 0 46px;
  }

  .seer-sc__stage .sc-three-system__inner {
    width: calc(100% - 32px);
  }

  .seer-sc__stage .sc-three-system__intro {
    margin-bottom: 24px;
  }

  .seer-sc__stage .sc-three-system__intro h2 {
    max-width: 540px;
    font-size: clamp(35px, 10.5vw, 43px) !important;
    line-height: 1.02 !important;
  }

  .seer-sc__stage .sc-three-system__intro > i {
    margin-top: 11px;
  }

  .seer-sc__stage .sc-three-system__intro p {
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  .seer-sc__stage .sc-three-system__grid {
    gap: 18px;
  }

  .seer-sc__stage .sc-three-card--parts,
  .seer-sc__stage .sc-three-card--technical,
  .seer-sc__stage .sc-three-card--rapid {
    padding: 20px 18px 22px;
    border-radius: 9px;
  }

  .seer-sc__stage .sc-three-card__heading {
    gap: 10px;
  }

  .seer-sc__stage .sc-three-card__number {
    font-size: 24px;
  }

  .seer-sc__stage .sc-three-card__heading > i {
    height: 31px;
  }

  .seer-sc__stage .sc-three-card__heading .sc-three-card__heading-icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .seer-sc__stage .sc-three-card__heading h3 {
    font-size: clamp(20px, 6.3vw, 25px) !important;
  }

  .seer-sc__stage .sc-three-card__media {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .seer-sc__stage .sc-three-card__media figure {
    aspect-ratio: 1.55 / 1;
  }

  .seer-sc__stage .sc-three-card__bullets {
    gap: 11px;
    padding-left: 20px !important;
  }

  .seer-sc__stage .sc-three-card__bullets li {
    font-size: 15px !important;
  }

  .seer-sc__stage .sc-three-flow {
    margin-top: 21px;
    padding-top: 0;
  }

  .seer-sc__stage .sc-three-flow--parts {
    grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
  }

  .seer-sc__stage .sc-three-flow--technical {
    gap: 8px;
  }

  .seer-sc__stage .sc-three-flow__item .sc-asset-icon {
    width: 51px;
    height: 51px;
    margin-bottom: 5px;
  }

  .seer-sc__stage .sc-three-flow__item b {
    font-size: 12px;
    line-height: 1.3;
  }

  .seer-sc__stage .sc-three-flow__arrow {
    min-height: 51px;
    font-size: 21px;
  }

  .seer-sc__stage .sc-three-card__summary {
    margin-top: 9px !important;
    font-size: 14px !important;
  }

  .seer-sc__stage .sc-three-network {
    margin-top: 12px;
    aspect-ratio: 1.28 / 1;
  }

  .seer-sc__stage .sc-three-network__route {
    stroke-width: 1.55;
  }

  .seer-sc__stage .sc-three-network__service-dot {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }

  .seer-sc__stage .sc-three-network__region,
  .seer-sc__stage .sc-three-network__hq {
    min-width: 60px;
  }

  .seer-sc__stage .sc-three-network__region > span {
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
    border-width: 5px;
    box-shadow:
      inset 0 0 0 3px #fff,
      0 0 0 5px rgba(11, 87, 200, .1);
  }

  .seer-sc__stage .sc-three-network__region strong,
  .seer-sc__stage .sc-three-network__hq strong {
    font-size: 8px;
    white-space: nowrap;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  }

  .seer-sc__stage .sc-three-network__region small,
  .seer-sc__stage .sc-three-network__hq small {
    margin-top: 1px;
    font-size: 7.5px;
    white-space: nowrap;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  }

  .seer-sc__stage .sc-three-network__region--south-america strong,
  .seer-sc__stage .sc-three-network__region--south-america small {
    position: relative;
    left: -7px;
  }

  .seer-sc__stage .sc-three-network__region--asia strong,
  .seer-sc__stage .sc-three-network__region--asia small {
    position: relative;
    left: 7px;
  }

  .seer-sc__stage .sc-three-network__hq {
    min-width: 46px;
  }

  .seer-sc__stage .sc-three-network__hq strong {
    position: relative;
    left: 5px;
  }

  .seer-sc__stage .sc-three-network__hq > span {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    border-width: 5px;
    box-shadow: 0 0 0 5px rgba(241, 90, 36, .08);
  }

  .seer-sc__stage .sc-three-network__hq > span img {
    width: 31px;
    height: 31px;
  }

  .seer-sc__stage .sc-three-rapid-info {
    gap: 26px;
    margin-top: 11px;
    padding-top: 23px;
  }

  .seer-sc__stage .sc-three-service-points > #service-points-title,
  .seer-sc__stage .sc-three-response > #response-time-title {
    font-size: 16px !important;
  }

  .seer-sc__stage .sc-three-service-points > i,
  .seer-sc__stage .sc-three-response > i {
    margin-bottom: 16px;
  }

  .seer-sc__stage .sc-three-service-points__groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seer-sc__stage .sc-three-service-group {
    padding-inline: 10px;
  }

  .seer-sc__stage .sc-three-service-group h4 {
    display: block;
    margin-bottom: 10px;
  }

  .seer-sc__stage .sc-three-service-group h4 .sc-asset-icon {
    width: 27px;
    height: 27px;
    margin-bottom: 5px;
  }

  .seer-sc__stage .sc-three-service-group h4 span {
    display: block;
    overflow-wrap: anywhere;
    font-size: 11px;
    line-height: 1.2;
  }

  .seer-sc__stage .sc-three-service-group ul {
    padding-left: 12px !important;
  }

  .seer-sc__stage .sc-three-service-group li {
    overflow-wrap: anywhere;
    font-size: 11px !important;
    line-height: 1.28 !important;
  }

  .seer-sc__stage .sc-three-service-group li::before {
    left: -9px;
    width: 3px;
    height: 3px;
  }

  .seer-sc__stage .sc-three-response {
    max-width: none;
  }

  .seer-sc__stage .sc-three-response table {
    font-size: 12px;
  }

  .seer-sc__stage .sc-three-response th,
  .seer-sc__stage .sc-three-response td {
    height: 43px;
    padding: 9px 10px;
    font-size: 12px !important;
  }

  .seer-sc__stage .sc-three-network__hq small {
    display: none;
  }
}

@media (max-width: 390px) {
  .seer-sc__stage .sc-three-system__inner {
    width: calc(100% - 24px);
  }

  .seer-sc__stage .sc-three-card--parts,
  .seer-sc__stage .sc-three-card--technical,
  .seer-sc__stage .sc-three-card--rapid {
    padding-inline: 14px;
  }

  .seer-sc__stage .sc-three-card__heading {
    gap: 8px;
  }

  .seer-sc__stage .sc-three-card__heading h3 {
    font-size: 19px !important;
  }

  .seer-sc__stage .sc-three-service-group {
    padding-inline: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seer-sc__stage .sc-three-system *,
  .seer-sc__stage .sc-three-system *::before,
  .seer-sc__stage .sc-three-system *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-delay: 0ms !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .seer-sc__stage .sc-three-system .sc-three-network__route {
    stroke-dashoffset: 0;
  }

  .seer-sc__stage .sc-three-system .sc-three-network__service-dot,
  .seer-sc__stage .sc-three-system .sc-three-network__region,
  .seer-sc__stage .sc-three-system .sc-three-network__hq {
    opacity: 1;
  }
}

/* The global type-scale intentionally gives every descendant the display face.
   These scoped exceptions restore the approved sans roles inside this module. */
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-flow__item b,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-network__region strong,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-network__region small,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-network__hq strong,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-network__hq small,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-service-group h4,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-service-group h4 span,
.seer-sc__stage main.service-commitment-page .sc-three-system #service-points-title,
.seer-sc__stage main.service-commitment-page .sc-three-system #response-time-title,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-response table,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-response th,
.seer-sc__stage main.service-commitment-page .sc-three-system .sc-three-response td {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-synthesis: none;
}

/* Final page-scoped calibration for the approved Service Commitment references. */
.seer-sc__stage {
  /* Exact desktop trust-strip rail: width calc(100% - 96px), capped at 1440px. */
  --sc-final-rail: 1440px;
  --sc-final-gutter: 48px;
  background: #fff;
}

.seer-sc__stage .service-commitment-page,
.seer-sc__stage .sc-three-system { background: #fff; }

.seer-sc__stage .sc-shell,
.seer-sc__stage .sc-three-system__inner,
.seer-sc__stage .sc-service-cta__inner,
.seer-sc__stage .site-footer .footer-grid,
.seer-sc__stage .site-footer .copyright {
  width: min(calc(100% - (var(--sc-final-gutter) * 2)), var(--sc-final-rail));
  max-width: var(--sc-final-rail);
  margin-inline: auto;
}

/* The trust strip remains on the same rail while retaining its compact hierarchy. */
.seer-sc__stage .sc-metrics article strong { font-size: 40px; }
.seer-sc__stage .sc-metrics article small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .025em;
}

/* Approved Three Commitments composition: two equal cards and one full-width network. */
.seer-sc__stage .sc-three-system { padding-block: clamp(72px, 8vw, 118px); }
.seer-sc__stage .sc-three-network { background: #fff; }
.seer-sc__stage .sc-three-network__map { filter: contrast(1.08) saturate(1.06); }
.seer-sc__stage .sc-three-network__hq small { display: none; }

/* Service Outcomes — editorial left column and four concise proof points. */
.seer-sc__stage .sc-results {
  position: relative;
  isolation: isolate;
  padding-block: clamp(37px, 3.2vw, 51px);
  color: #fff;
  background: linear-gradient(105deg, #031b2f 0%, #062b47 61%, #082f4d 100%);
}
.seer-sc__stage .sc-results::after {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: 58%;
  content: "";
  opacity: .36;
  background-image: radial-gradient(circle, rgba(132, 205, 244, .42) 1px, transparent 1.3px);
  background-size: 10px 10px;
  pointer-events: none;
}
.seer-sc__stage .sc-results__globe { display: none; }
.seer-sc__stage .sc-results > .sc-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, .28fr) minmax(0, .72fr);
  gap: clamp(32px, 4vw, 68px);
  align-items: center;
}
.seer-sc__stage .sc-results header { max-width: 360px; }
.seer-sc__stage .sc-results header > p,
.seer-sc__stage .sc-faq__heading > p {
  margin: 0 0 16px;
  color: #ff6126;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .15em;
}
.seer-sc__stage .sc-results h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.4vw, 65px);
  line-height: 1.02;
}
.seer-sc__stage .sc-results header > span {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.84);
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.seer-sc__stage .sc-results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.seer-sc__stage .sc-results__grid article {
  min-width: 0;
  padding: 16px clamp(16px, 2vw, 32px);
  text-align: center;
  border-left: 1px solid rgba(205, 227, 241, .29);
}
.seer-sc__stage .sc-results__grid article:first-child { border-left: 0; }
.seer-sc__stage .sc-results__grid img,
.seer-sc__stage .sc-results__grid .sc-asset-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  object-fit: contain;
}
.seer-sc__stage .sc-results__grid strong {
  display: block;
  color: #ff6126;
  font-family: Iowan Old Style, Georgia, serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}
.seer-sc__stage .sc-results__grid h3 {
  margin: 8px 0 0;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.22;
}

/* FAQ — asymmetric content/image column paired with one continuous accordion. */
.seer-sc__stage .sc-faq {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  gap: clamp(32px, 4vw, 66px);
  align-items: end;
  padding-block: clamp(72px, 8vw, 118px);
}
.seer-sc__stage .sc-faq__heading { max-width: 620px; }
.seer-sc__stage .sc-faq__heading h2 {
  margin: 0;
  color: #071c35;
  font-size: clamp(50px, 5vw, 70px);
  line-height: 1.02;
}
.seer-sc__stage .sc-faq__heading span {
  display: block;
  max-width: 610px;
  margin-top: 24px;
  color: #3f5267;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.seer-sc__stage .sc-faq__media { margin: 42px 0 0; }
.seer-sc__stage .sc-faq__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 55%;
}
.seer-sc__stage .sc-faq__list { border: 1px solid #dce3e8; border-radius: 14px; background: #fff; }
.seer-sc__stage .sc-faq__item + .sc-faq__item { border-top: 1px solid #dce3e8; }
.seer-sc__stage .sc-faq__item h3 { margin: 0; }
.seer-sc__stage .sc-faq__item button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 30px;
  border: 0;
  color: #071c35;
  background: transparent;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.seer-sc__stage .sc-faq__item button b { flex: 0 0 auto; color: #ff6126; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 27px; font-weight: 300; line-height: 1; }
.seer-sc__stage .sc-faq__item button[aria-expanded="true"] b { font-size: 0; }
.seer-sc__stage .sc-faq__item button[aria-expanded="true"] b::after { content: "−"; font-size: 27px; }
.seer-sc__stage .sc-faq__answer { padding: 0 30px 22px; }
.seer-sc__stage .sc-faq__answer p { margin: 0; padding: 0; color: #3f5267; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; text-align: left; text-indent: 0; }

/* Final Three Commitments detail pass — process flow, regional icons and response table. */
.seer-sc__stage .sc-three-flow__item .sc-asset-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 6px;
}
.seer-sc__stage .sc-three-flow {
  margin-top: 36px;
}
.seer-sc__stage .sc-three-flow--parts .sc-three-flow__item b {
  white-space: nowrap;
}
.seer-sc__stage .sc-three-flow--parts .sc-three-flow__arrow {
  min-height: 96px;
  transform: translateY(34px);
}
.seer-sc__stage .sc-three-rapid-info {
  grid-template-columns: minmax(0, 1.35fr) minmax(480px, 1fr);
  gap: 26px;
}
.seer-sc__stage .sc-three-service-points__groups {
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.5fr) minmax(0, .9fr);
}
.seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns ul {
  min-width: 0;
}
.seer-sc__stage main.service-commitment-page .sc-three-service-points > #service-points-title,
.seer-sc__stage main.service-commitment-page .sc-three-response > #response-time-title {
  font-size: 22px !important;
  font-weight: 600 !important;
}
.seer-sc__stage .sc-three-service-group h4 {
  gap: 8px;
}
.seer-sc__stage .sc-three-region-badge {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}
.seer-sc__stage .sc-three-service-group ul {
  padding-left: 40px !important;
}
.seer-sc__stage .sc-three-response {
  width: 100%;
}
.seer-sc__stage .sc-three-response table {
  width: 100%;
  table-layout: fixed;
}
.seer-sc__stage .sc-three-response th,
.seer-sc__stage .sc-three-response td {
  height: 34px;
  padding: 5px 12px;
}
.seer-sc__stage .sc-three-response > i { margin: 7px 0 12px; }

@media (min-width: 769px) {
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns ul {
    padding-left: 14px !important;
  }
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns li {
    white-space: nowrap;
  }
  .seer-sc__stage .sc-three-response table {
    width: max-content;
    min-width: 0;
    table-layout: auto;
  }
  .seer-sc__stage .sc-three-response th,
  .seer-sc__stage .sc-three-response td {
    white-space: nowrap;
  }
}
.seer-sc__stage .sc-three-response th:first-child,
.seer-sc__stage .sc-three-response td:first-child {
  width: 45%;
}

/* Compact conversion CTA before the existing Footer. */
.seer-sc__stage .sc-service-cta { padding: 0 0 clamp(58px, 7vw, 96px); background: #fff; }
.seer-sc__stage .sc-service-cta__inner {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 26px 34px;
  border-radius: 12px;
  color: #fff;
  background: #062b47;
}
.seer-sc__stage .sc-service-cta__icon { width: 48px; height: 48px; object-fit: contain; }
.seer-sc__stage .sc-service-cta h2 { margin: 0; color: #fff; font-size: 27px; line-height: 1.1; }
.seer-sc__stage .sc-service-cta p { margin: 7px 0 0; color: rgba(255,255,255,.78); font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.45; }
.seer-sc__stage .sc-service-cta a { display: inline-flex; min-width: 158px; min-height: 50px; align-items: center; justify-content: center; padding: 12px 18px; color: #fff; background: #ff6126; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

/* Footer alignment and scale are adjusted only on this route. */
.seer-sc__stage .site-footer { padding-block: 56px 26px; }
.seer-sc__stage .site-footer .footer-grid { gap: clamp(28px, 4vw, 62px); }
.seer-sc__stage .site-footer .footer-grid h3,
.seer-sc__stage .site-footer .footer-grid a { font-size: 16px; }

@media (max-width: 1280px) {
  .seer-sc__stage {
    /* Matches the trust strip's tablet shell: width calc(100% - 48px). */
    --sc-final-rail: 1800px;
    --sc-final-gutter: 24px;
  }
}

@media (max-width: 1100px) {
  .seer-sc__stage .sc-results > .sc-shell { grid-template-columns: 1fr; }
  .seer-sc__stage .sc-results header { max-width: 700px; }
  .seer-sc__stage .sc-results header > span { max-width: 620px; }
  .seer-sc__stage .sc-faq { grid-template-columns: 1fr; }
  .seer-sc__stage .sc-three-rapid-info { grid-template-columns: 1fr; gap: 30px; }
}

@media (min-width: 1201px) {
  .seer-sc__stage .sc-results > .sc-shell {
    grid-template-columns: minmax(470px, .4fr) minmax(0, .6fr);
    gap: clamp(28px, 2.4vw, 44px);
  }
  .seer-sc__stage .sc-results header,
  .seer-sc__stage .sc-results h2 { max-width: 540px; }
  .seer-sc__stage .sc-results h2 { font-size: clamp(48px, 4vw, 64px); }
}

@media (max-width: 768px) {
  .seer-sc__stage { --sc-final-gutter: 16px; }
  .seer-sc__stage .sc-three-system { padding-block: 58px; }
  .seer-sc__stage .sc-metrics article small { font-size: 12px; }
  .seer-sc__stage .sc-results { padding-block: 36px; }
  .seer-sc__stage .sc-results::after { width: 100%; opacity: .26; }
  .seer-sc__stage .sc-results__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 12px; }
  .seer-sc__stage .sc-results__grid article { padding: 25px 12px; border-top: 1px solid rgba(205, 227, 241, .29); }
  .seer-sc__stage .sc-results__grid article:nth-child(odd) { border-left: 0; }
  .seer-sc__stage .sc-results__grid article:nth-child(-n + 2) { border-top: 0; }
  .seer-sc__stage .sc-results__grid img,
  .seer-sc__stage .sc-results__grid .sc-asset-icon { width: 46px; height: 46px; margin-bottom: 15px; }
  .seer-sc__stage .sc-results__grid strong { font-size: 32px; }
  .seer-sc__stage .sc-results__grid h3 { font-size: 18px; }
  .seer-sc__stage .sc-three-flow__item .sc-asset-icon { width: 60px; height: 60px; }
  .seer-sc__stage .sc-three-flow--parts .sc-three-flow__item b { white-space: normal; }
  .seer-sc__stage .sc-three-flow--parts .sc-three-flow__arrow { min-height: 60px; transform: translateY(29px); }
  .seer-sc__stage .sc-three-rapid-info { grid-template-columns: 1fr; gap: 26px; }
  .seer-sc__stage .sc-three-region-badge { width: 25px; height: 25px; flex-basis: 25px; margin-bottom: 5px; }
  .seer-sc__stage .sc-three-service-points__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }
  .seer-sc__stage .sc-three-service-group { padding-inline: 12px; }
  .seer-sc__stage .sc-three-service-group:nth-child(2) { padding-right: 0; }
  .seer-sc__stage .sc-three-service-group--africa {
    grid-column: 1 / -1;
    padding: 0;
    border-left: 0;
  }
  .seer-sc__stage .sc-three-service-group ul { padding-left: 14px !important; }
  .seer-sc__stage .sc-three-service-group li { font-size: 12px !important; }
  .seer-sc__stage .sc-three-service-group h4 span { font-size: 12px; }
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .seer-sc__stage .sc-faq { gap: 38px; padding-block: 64px; }
  .seer-sc__stage .sc-faq__heading h2 { font-size: clamp(46px, 13vw, 60px); }
  .seer-sc__stage .sc-faq__media { margin-top: 32px; }
  .seer-sc__stage .sc-faq__item button { min-height: 62px; padding: 17px 20px; font-size: 17px; }
  .seer-sc__stage .sc-faq__answer { padding: 0 20px 20px; }
  .seer-sc__stage .sc-service-cta__inner { grid-template-columns: 44px 1fr; padding: 24px; }
  .seer-sc__stage .sc-service-cta__icon { width: 42px; height: 42px; }
  .seer-sc__stage .sc-service-cta h2 { font-size: 23px; }
  .seer-sc__stage .sc-service-cta a { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
}

/* Service Commitment interaction layer: restrained feedback without changing the approved layout. */
@media (hover: hover) and (pointer: fine) {
  .seer-sc__stage .sc-three-card:not(.sc-three-card--rapid) {
    transition: border-color .2s ease, box-shadow .2s ease;
  }

  .seer-sc__stage .sc-three-card:not(.sc-three-card--rapid):hover {
    border-color: #b9cce1;
    box-shadow: 0 12px 30px rgba(8, 36, 72, .08);
  }

  .seer-sc__stage .sc-faq__item button {
    transition: background-color .18s ease, color .18s ease;
  }

  .seer-sc__stage .sc-faq__item button:hover {
    background: rgba(241, 90, 36, .035);
    color: #082448;
  }
}

@media (max-width: 420px) {
  .seer-sc__stage .sc-results__grid strong { font-size: 28px; white-space: normal; }
  .seer-sc__stage .sc-results__grid h3 { font-size: 16px; }
  .seer-sc__stage .sc-faq__heading span { font-size: 17px; }
}

/* 2026-07-29: final density and lower-rail alignment follow-up. */
@media (min-width: 1101px) {
  /* Clear the legacy editorial inset so this copy begins on the master trust-strip rail. */
  .seer-sc__stage .sc-results,
  .seer-sc__stage .sc-results > .sc-shell {
    min-height: 400px !important;
  }
  .seer-sc__stage .sc-results {
    padding-block: clamp(31px, 2.7vw, 43px);
  }
  .seer-sc__stage .sc-results header {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 24px;
    text-align: left;
  }
  .seer-sc__stage .sc-results header > span {
    max-width: 520px;
    margin-top: 14px;
  }

  /* Size every continent by its longest rendered country line, then apply the same end padding. */
  .seer-sc__stage .sc-three-service-points__groups {
    grid-template-columns: max-content max-content max-content;
    column-gap: 26px;
    justify-content: start;
  }
  .seer-sc__stage .sc-three-service-group,
  .seer-sc__stage .sc-three-service-group--africa {
    padding-right: 22px;
  }
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns {
    grid-template-columns: max-content max-content;
    gap: 12px;
  }

  /* Keep the compact table intrinsic, but pin the whole response module to the right rail. */
  .seer-sc__stage .sc-three-rapid-info {
    grid-template-columns: minmax(0, .57fr) minmax(0, .43fr);
    column-gap: clamp(42px, 5vw, 88px);
  }
  .seer-sc__stage .sc-three-response {
    width: 100%;
    justify-self: stretch;
  }
  .seer-sc__stage .sc-three-response > #response-time-title,
  .seer-sc__stage .sc-three-response > i {
    margin-left: 0;
    margin-right: 0;
  }
  .seer-sc__stage .sc-three-response > table {
    width: 310px;
    margin-left: 0;
    margin-right: 0;
    table-layout: fixed;
  }

  /* Larger proof icons stay legible; the fourth label keeps its intended single-line role. */
  .seer-sc__stage .sc-results__grid img,
  .seer-sc__stage .sc-results__grid .sc-asset-icon {
    width: 104px;
    height: 104px;
    margin-bottom: 20px;
  }
  .seer-sc__stage .sc-results__grid h3 {
    margin-top: 16px;
  }
  .seer-sc__stage .sc-results__grid article:nth-child(4) h3 {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .seer-sc__stage .sc-results,
  .seer-sc__stage .sc-results > .sc-shell {
    min-height: 0 !important;
  }
}

/* 2026-07-30 — approved responsive legibility and lower-rail refinement. */
@media (min-width: 1101px) {
  /* The response rail is a real right-aligned column: title, rule and table
     share its exact width, instead of a narrow table floating in a wide track. */
  .seer-sc__stage .sc-three-rapid-info {
    grid-template-columns: minmax(0, 1fr) 350px;
    column-gap: clamp(44px, 5vw, 84px);
  }
  .seer-sc__stage .sc-three-response {
    width: 350px;
    justify-self: end;
  }
  .seer-sc__stage .sc-three-response > #response-time-title,
  .seer-sc__stage .sc-three-response > i,
  .seer-sc__stage .sc-three-response > table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .seer-sc__stage .sc-three-response > table { table-layout: fixed; }

  .seer-sc__stage .sc-results__grid h3 {
    font-weight: 500;
    line-height: 1.3;
  }
}

/* Service Commitment FAQ adopts the verified Dealer Center question role only. */
.seer-sc__stage .sc-faq__item button {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.seer-sc__stage .sc-faq__answer { padding-inline: 30px; }

/* Outcome labels remain readable at every breakpoint; the headline values
   retain their established orange emphasis. */
.seer-sc__stage .sc-results__grid h3 {
  font-weight: 500;
  line-height: 1.3;
}

/* The legacy Results skin inverted every icon into flat white. These are
   intentionally pre-coloured, transparent PNG assets, so preserve their
   white linework and restrained orange functional detail. */
.seer-sc__stage .sc-results__grid .sc-asset-icon {
  filter: none !important;
}

/* A response heading is followed by a short visual rule, never a full-width
   underline. The table alone shares the fixed response-column measure. */
.seer-sc__stage .sc-three-response > i {
  display: block;
  width: 32px !important;
  min-width: 32px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Match the Dealer Center FAQ's question role. The older Service Commitment
   stylesheet uses !important declarations, so this scoped override must too. */
.seer-sc__stage main.service-commitment-page .sc-faq__item button,
.seer-sc__stage main.service-commitment-page .sc-faq__item button span {
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -.02em !important;
}

/* Service Outcomes: the editorial field is intentionally untouched. These rules
   target the generated value, label and transparent-PNG icon elements directly. */
@media (min-width: 1101px) {
  .seer-sc__stage .sc-results__grid {
    align-items: center;
  }

  .seer-sc__stage .sc-results__grid .metric-item {
    position: relative;
    display: flex;
    min-height: 190px;
    padding: 0 clamp(14px, 1.8vw, 28px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 0;
  }

  .seer-sc__stage .sc-results__grid .metric-item:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 190px;
    content: "";
    background: rgba(255, 255, 255, .16);
    transform: translateY(-50%);
  }

  .seer-sc__stage .sc-results__grid .metric-icon {
    width: 44px !important;
    height: 44px !important;
    display: block !important;
    margin: 0 0 20px !important;
    object-fit: contain;
  }

  .seer-sc__stage .sc-results__grid .metric-value {
    display: block !important;
    min-height: 40px;
    color: #ff6126 !important;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: -.025em !important;
    font-variant-numeric: tabular-nums !important;
    white-space: nowrap !important;
  }

  .seer-sc__stage .sc-results__grid .metric-value-row {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .seer-sc__stage .sc-results__grid .metric-unit {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin-left: 7px !important;
    letter-spacing: 0 !important;
  }

  .seer-sc__stage .sc-results__grid .metric-label {
    margin: 9px 0 0 !important;
    color: #fff !important;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 768px) {
  .seer-sc__stage main.service-commitment-page .sc-metrics small {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 767px) {
  /* The trust strip becomes a true full-width, two-by-two mobile grid. */
  .seer-sc__stage .sc-shell.sc-metrics {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0;
  }
  .seer-sc__stage .sc-metrics article {
    min-height: 150px;
    padding: 20px 12px;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
    text-align: center;
    border-bottom: 1px solid #dfe4e8;
  }
  .seer-sc__stage .sc-metrics article:nth-child(2n) { border-right: 0; }
  .seer-sc__stage .sc-metrics article:nth-child(n + 3) { border-bottom: 0; }
  .seer-sc__stage .sc-metrics .sc-metric__icon { width: 46px; height: 46px; }
  .seer-sc__stage .sc-metrics strong { font-size: 36px !important; }
  .seer-sc__stage .sc-metrics small {
    max-width: 132px;
    margin-top: 4px;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-wrap: balance;
  }

  /* Compact service index: Asia and South America first; Africa spans a
     readable second row with two country columns; table follows full-width. */
  .seer-sc__stage .sc-three-rapid-info { gap: 22px; }
  .seer-sc__stage .sc-three-service-points__groups { gap: 18px 12px; }
  .seer-sc__stage .sc-three-service-group {
    min-width: 0;
    padding: 0 10px 14px;
  }
  .seer-sc__stage .sc-three-service-group:nth-child(3) { order: 2; }
  .seer-sc__stage .sc-three-service-group--africa {
    order: 3;
    padding: 14px 0 0;
    border-top: 1px solid #dce3e8;
  }
  .seer-sc__stage .sc-three-service-group h4 { margin-bottom: 8px; }
  .seer-sc__stage .sc-three-service-group li { line-height: 1.45; }
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns { gap: 12px; }
  .seer-sc__stage .sc-three-response { width: 100%; }
  .seer-sc__stage .sc-three-response > #response-time-title,
  .seer-sc__stage .sc-three-response > i,
  .seer-sc__stage .sc-three-response > table { width: 100%; margin-left: 0; }
  .seer-sc__stage .sc-three-response th,
  .seer-sc__stage .sc-three-response td { height: 38px; padding: 7px 12px; }

  .seer-sc__stage .sc-faq__item button {
    min-height: 62px;
    padding: 17px 20px;
    font-size: 18px;
  }
  .seer-sc__stage .sc-faq__answer { padding: 0 20px 20px; }
}

/* Desktop Results metric hard stop: this wins over legacy heading-scale
   declarations without touching the editorial block or other page modules. */
@media (min-width: 1201px) {
  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item {
    min-height: 230px !important;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item:not(:first-child)::before {
    height: 218px !important;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > img.metric-icon {
    display: block !important;
    width: 110px !important;
    height: 110px !important;
    margin: 0 auto 20px !important;
    object-fit: contain !important;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > strong.metric-value,
  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > strong.metric-value .metric-number {
    display: block !important;
    min-height: 40px !important;
    color: #ff6126 !important;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -.025em !important;
    font-variant-numeric: tabular-nums !important;
    white-space: nowrap !important;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > strong.metric-value .metric-value-row {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    min-height: 0 !important;
    line-height: 1 !important;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > strong.metric-value .metric-unit {
    min-height: 0 !important;
    margin-left: 7px !important;
    color: #ff6126 !important;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > h3.metric-label {
    margin: 17px 0 0 !important;
    color: #fff !important;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

/* Service-point density and FAQ measure follow-up: preserve every confirmed
   country while keeping the desktop index compact and scannable. */
@media (min-width: 769px) {
  .seer-sc__stage .sc-three-region-badge {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .seer-sc__stage .sc-three-service-group h4 {
    gap: 10px;
  }

  .seer-sc__stage .sc-three-service-group h4 span {
    font-size: 18px;
    line-height: 1.2;
  }

  .seer-sc__stage .sc-three-service-group--asia .sc-three-service-group__country-columns {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 12px;
  }

  .seer-sc__stage .sc-three-service-group--asia .sc-three-service-group__country-columns ul {
    min-width: 0;
    padding-left: 14px !important;
  }
}

@media (min-width: 1201px) {
  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > h3.metric-label {
    font-size: 20px !important;
  }

  .seer-sc__stage .sc-faq__heading {
    width: 100%;
    max-width: none;
  }

  .seer-sc__stage .sc-faq__heading span {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1360px) {
  .seer-sc__stage .sc-faq__heading span {
    white-space: nowrap;
  }
}

/* 2026-07-30 — service-point rail and outcomes follow-up. */
@media (min-width: 1101px) {
  .seer-sc__stage .sc-three-service-group--asia .sc-three-service-group__country-columns,
  .seer-sc__stage .sc-three-service-group--africa .sc-three-service-group__country-columns {
    column-gap: 38px;
  }

  .seer-sc__stage .sc-three-response {
    margin-right: 30px;
  }

  .seer-sc__stage main.service-commitment-page .sc-results__grid article.metric-item > img.metric-icon {
    width: 94px !important;
    height: 94px !important;
  }
}

@media (max-width: 768px) {
  .seer-sc__stage .sc-three-region-badge {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  .seer-sc__stage .sc-three-service-group h4 span {
    font-size: 15px !important;
    line-height: 1.2;
  }

  .seer-sc__stage .sc-three-service-points__groups {
    grid-template-columns: 46% 54%;
    column-gap: 0;
  }

  .seer-sc__stage .sc-three-service-group:nth-child(3) {
    border-left: 1px solid #dce3e8;
    padding-left: 14px;
  }

  .seer-sc__stage .sc-three-response th,
  .seer-sc__stage .sc-three-response td {
    font-size: 15px !important;
    line-height: 1.3;
  }
}

/*
 * Service Commitment full-page Widget.
 * The first four rules protect Elementor's outer, compatibility and host layers;
 * all original static-page rules follow below, rooted in .seer-sc__stage.
 */
:where(.elementor-widget-seerpower_service_commitment,
  .elementor-widget-seerpower_service_commitment > .elementor-widget-container,
  .elementor-widget-seerpower_service_commitment .seer-sc) {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  transform: none !important;
  position: static;
  vertical-align: top;
  line-height: 0;
}

:where(.e-con, .e-con-inner, .elementor-widget-wrap).seer-sc-host--full-bleed {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding-inline: 0 !important;
}

:where(.e-con, .e-con-inner, .elementor-widget-wrap).seer-sc-host--first {
  padding-block-start: 0 !important;
  row-gap: 0 !important;
  --widgets-spacing: 0px;
  --row-gap: 0px;
}

:where(.e-con, .e-con-inner, .elementor-widget-wrap).seer-sc-host--last {
  padding-block-end: 0 !important;
  row-gap: 0 !important;
  --widgets-spacing: 0px;
  --row-gap: 0px;
}

:where(.e-con, .e-con-inner, .elementor-widget-wrap).seer-sc-host--only {
  padding-block: 0 !important;
  row-gap: 0 !important;
  --widgets-spacing: 0px;
  --row-gap: 0px;
}

.seer-sc__stage {
  width: 100%;
  max-width: none;
  min-width: 0;
  overflow: clip;
  line-height: normal;
}

/* Service Commitment only — projected service-network map (no image map or CSS-positioned markers). */
.seer-sc__stage .sc-three-network--projected {
  position: relative;
  overflow: hidden;
  background: #fcfbf8;
  outline: none;
}

.seer-sc__stage .sc-three-network--projected:focus-visible {
  outline: 2px solid #f15a24;
  outline-offset: 4px;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__land {
  fill: #e7eef6;
  stroke: none;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__route {
  fill: none;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__route--primary {
  stroke: #1769e8;
  stroke-width: 2;
  opacity: 0;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__route--country {
  stroke: #a9c5ec;
  stroke-width: 1.15;
  opacity: 0;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__region-node {
  cursor: pointer;
  outline: none;
  opacity: 0;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__region-glow {
  fill: #ddecff;
  opacity: .9;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__region-ring {
  fill: #0b57c8;
  stroke: #fff;
  stroke-width: 2.4;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__region-core {
  fill: #fff;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__region-label {
  fill: #082448;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  paint-order: stroke;
  stroke: #fcfbf8;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__region-node:focus-visible .sc-three-network__region-ring {
  stroke: #f15a24;
  stroke-width: 3px;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-glow--china {
  animation: none;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-glow--service {
  fill: #ddecff;
  opacity: .88;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-glow--china {
  fill: #ffbd99;
  opacity: .48;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-ring--service {
  fill: #0b57c8;
  stroke: #fff;
  stroke-width: 2.2;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-core--service {
  fill: #fff;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-ring--china {
  fill: #f15a24;
  stroke: #fff;
  stroke-width: 3;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-inner-ring--china {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker-core--china {
  fill: #f15a24;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__label-leader {
  stroke: rgba(8, 36, 72, .36);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__label {
  fill: #082448;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  paint-order: stroke;
  stroke: #fcfbf8;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__label--china {
  font-weight: 700;
}

/* Map choreography: HQ first connects to regions, then each region reveals its confirmed countries. */
.seer-sc__stage .sc-three-network--projected .sc-three-network__route--primary,
.seer-sc__stage .sc-three-network--projected .sc-three-network__route--country {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__marker--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__label--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__label-leader--service {
  opacity: 0;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="primary"] .sc-three-network__route--primary {
  opacity: .9;
  animation: sc-three-network-draw-route .72s cubic-bezier(.2, .8, .2, 1) forwards;
  animation-delay: var(--primary-delay, 0ms);
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="primary"] .sc-three-network__region-node {
  animation: sc-three-network-fade-in .36s ease-out forwards;
  animation-delay: var(--primary-delay, 0ms);
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__route--primary,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__route--primary {
  opacity: .9;
  stroke-dashoffset: 0;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__region-node,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__region-node {
  opacity: 1;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__route--country {
  opacity: .76;
  animation: sc-three-network-draw-route .52s ease-out forwards;
  animation-delay: var(--country-delay, 0ms);
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__marker--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__label--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__label-leader--service {
  animation: sc-three-network-fade-in .3s ease-out forwards;
  animation-delay: calc(var(--country-delay, 0ms) + 310ms);
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__route--country {
  opacity: .76;
  stroke-dashoffset: 0;
  stroke-dasharray: 2 4;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__marker--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__label--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__label-leader--service {
  opacity: 1;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="primary"] .sc-three-network__marker-glow--china,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="country"] .sc-three-network__marker-glow--china,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase="complete"] .sc-three-network__marker-glow--china {
  animation: sc-three-network-headquarters-glow 3.8s ease-in-out infinite;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region] .sc-three-network__route,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region] .sc-three-network__region-node,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region] .sc-three-network__marker--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region] .sc-three-network__label--service,
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region] .sc-three-network__label-leader--service {
  opacity: .16;
  transition: opacity .18s ease;
}

.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region="asia"] [data-region="asia"],
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region="africa"] [data-region="africa"],
.seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-active-region="south-america"] [data-region="south-america"] {
  opacity: 1;
}

@keyframes sc-three-network-draw-route {
  to { stroke-dashoffset: 0; }
}

@keyframes sc-three-network-fade-in {
  to { opacity: 1; }
}

@keyframes sc-three-network-headquarters-glow {
  0%, 100% { opacity: .42; }
  50% { opacity: .72; }
}

@media (max-width: 1024px) {
  .seer-sc__stage .sc-three-network--projected .sc-three-network__label {
    font-size: 12px;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__region-label {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .seer-sc__stage .sc-three-network--projected .sc-three-network__route,
  .seer-sc__stage .sc-three-network--projected .sc-three-network__region-node {
    display: none;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__marker--service {
    opacity: 1 !important;
    animation: none !important;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__label--service,
  .seer-sc__stage .sc-three-network--projected .sc-three-network__label-leader--service {
    display: none;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__label--service.is-mobile-label-active {
    display: block;
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
  }

  .seer-sc__stage .sc-three-network--projected [data-map-marker][role="button"] {
    cursor: pointer;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__label--china {
    font-size: 12px;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__region-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seer-sc__stage .sc-three-network--projected *,
  .seer-sc__stage .sc-three-network--projected *::before,
  .seer-sc__stage .sc-three-network--projected *::after {
    animation: none !important;
    transition: none !important;
  }

  .seer-sc__stage .sc-three-network--projected .sc-three-network__svg[data-network-phase] .sc-three-network__route {
    opacity: .76;
    stroke-dashoffset: 0;
  }
}
