.services-page-hero,
.services-page-section,
.services-page-connect,
.services-page-closing-cta {
  position: relative;
  word-break: auto-phrase;
}

.services-page-shell {
  width: min(calc(100% - 72px), 1200px);
  margin-inline: auto;
}

.services-page-wide {
  width: min(calc(100% - 48px), 1392px);
  margin-inline: auto;
}

.services-page-label {
  margin: 0 0 27px;
  color: #0872d4;
  font: 800 12px/1.3 Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.services-page-label--line {
  width: max-content;
  padding-left: 38px;
  position: relative;
}

.services-page-label--line::before {
  content: "";
  width: 26px;
  height: 4px;
  position: absolute;
  left: 0;
  top: .42em;
  background: currentColor;
}

.services-page-label--light {
  color: #77e4e7;
}

.services-page-hero {
  overflow: hidden;
  color: var(--page-navy);
  background: #fff;
}

.services-page-hero::before {
  content: "06";
  position: absolute;
  right: max(2vw, 22px);
  top: 15px;
  color: transparent;
  font: 900 clamp(250px, 33vw, 500px)/1 Arial, sans-serif;
  letter-spacing: -.09em;
  -webkit-text-stroke: 1px rgba(22, 137, 245, .13);
  pointer-events: none;
}

.services-page-hero__inner {
  padding-block: 78px 112px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
  align-items: end;
  gap: clamp(58px, 6vw, 88px);
}

.services-page-hero h1 {
  margin: 0 0 34px;
  color: var(--page-navy);
  font: 900 clamp(72px, 8vw, 98px)/.95 Arial, sans-serif;
  letter-spacing: -.055em;
}

.services-page-hero__statement {
  margin: 0 0 30px;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: -.035em;
}

.services-page-hero__statement > span {
  display: block;
}

.services-page-hero__statement > span:nth-child(2),
.services-page-hero__statement em,
.services-page-hero__statement strong {
  white-space: nowrap;
}

.services-page-hero__statement em,
.services-page-hero__statement strong {
  font-style: normal;
  font-weight: inherit;
}

.services-page-hero__statement em {
  color: #d91b68;
}

.services-page-hero__statement strong {
  color: #087c71;
}

.services-page-hero__lead {
  max-width: 730px;
  margin: 0;
  color: var(--page-muted);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 2;
  font-weight: 650;
}

.services-page-actions {
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.services-page-button {
  min-width: 218px;
  min-height: 58px;
  padding: 14px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease;
}

.services-page-button::after {
  content: "→";
  font-size: 18px;
}

.services-page-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(6, 36, 92, .12);
}

.services-page-button--primary {
  color: #fff;
  border-color: var(--page-red);
  background: var(--page-red);
}

.services-page-button--outline {
  color: #0872d4;
  background: #fff;
}

.services-page-hero__nav {
  padding: 28px 0 7px 32px;
  border-left: 1px solid var(--page-line);
}

.services-page-hero__nav > p {
  margin: 0 0 23px;
  color: #647797;
  font: 800 10px/1.5 Arial, sans-serif;
  letter-spacing: .16em;
}

.services-page-hero__nav a {
  min-height: 62px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--page-line);
  color: var(--page-navy);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  transition: color .2s ease, transform .2s ease;
}

.services-page-hero__nav a:hover {
  color: #0872d4;
  transform: translateX(3px);
}

.services-page-hero__nav a span {
  color: #0872d4;
  font: 800 11px/1 Arial, sans-serif;
  letter-spacing: .08em;
}

.services-page-hero__nav a:nth-of-type(2) span { color: #a84f00; }
.services-page-hero__nav a:nth-of-type(3) span { color: #087c71; }
.services-page-hero__nav a:nth-of-type(4) span { color: #d91b68; }

.services-page-spectrum {
  height: 6px;
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.services-page-spectrum i:nth-child(1) { background: var(--page-service-red); }
.services-page-spectrum i:nth-child(2) { background: var(--page-service-orange); }
.services-page-spectrum i:nth-child(3) { background: var(--page-service-green); }
.services-page-spectrum i:nth-child(4) { background: var(--page-service-teal); }
.services-page-spectrum i:nth-child(5) { background: var(--page-service-blue); }
.services-page-spectrum i:nth-child(6) { background: var(--page-service-pink); }

.services-page-section {
  padding-block: clamp(112px, 11vw, 160px);
  background: #fff;
}

.services-page-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(64px, 8vw, 112px);
  align-items: end;
}

.services-page-heading-split h2,
.services-page-faq h2 {
  margin: 0;
  color: var(--page-navy);
  font-size: clamp(46px, 5.7vw, 78px);
  line-height: 1.18;
  letter-spacing: -.04em;
}

.services-page-heading-split h2 > span {
  display: block;
}

.services-page-heading-split > p {
  margin: 0;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 2;
  font-weight: 650;
}

.services-route-list {
  margin: 78px 0 0;
  padding: 0;
  border-bottom: 1px solid var(--page-line);
  list-style: none;
}

.services-route {
  --route-accent: var(--page-phase-01);
  --route-ink: #0872d4;
  padding: 35px 0 41px;
  display: grid;
  grid-template-columns: 94px minmax(250px, .72fr) minmax(440px, 1.28fr);
  gap: 28px;
  align-items: start;
  border-top: 5px solid var(--route-accent);
}

.services-route--start { --route-accent: var(--page-phase-01); --route-ink: #0872d4; }
.services-route--build { --route-accent: var(--page-phase-02); --route-ink: #087c71; }
.services-route--experiment { --route-accent: var(--page-phase-03); --route-ink: #a84f00; }
.services-route--operate { --route-accent: var(--page-phase-04); --route-ink: #d91b68; }

.services-route__number {
  color: var(--route-ink);
  font: 800 48px/.95 Arial, sans-serif;
  letter-spacing: -.06em;
}

.services-route__copy h3 {
  margin: 2px 0 13px;
  color: var(--page-navy);
  font-size: 23px;
  line-height: 1.55;
}

.services-route__copy p {
  margin: 0;
  color: var(--page-muted);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

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

.services-route__links a {
  min-height: 112px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  border-bottom: 1px solid var(--page-line);
  color: var(--page-navy);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 850;
  transition: color .2s ease, transform .2s ease, border-color .2s ease;
}

.services-route__links a:hover {
  color: #0872d4;
  border-color: var(--route-accent);
  transform: translateY(-2px);
}

.services-route__links small {
  margin-top: 5px;
  display: block;
  color: var(--page-muted);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 650;
}

.services-route__links i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--route-ink);
  border-radius: 50%;
  color: var(--route-ink);
  font-style: normal;
  font-size: 18px;
}

.services-page-all {
  padding-top: 126px;
}

.services-page-all__heading {
  margin-bottom: 70px;
}

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

.services-card {
  --card-surface: #e51620;
  --card-ink: #fff;
  min-height: 600px;
  padding: 42px 40px 35px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--card-ink);
  border-radius: 17px;
  background: var(--card-surface);
  box-shadow: 0 14px 34px rgba(14, 50, 101, .13);
  transition: transform .25s ease, box-shadow .25s ease;
}

.services-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 50, 101, .18);
}

.services-card--red { --card-surface: #e51620; --card-ink: #fff; }
.services-card--orange { --card-surface: var(--page-service-orange); --card-ink: var(--page-navy); }
.services-card--green { --card-surface: var(--page-service-green); --card-ink: var(--page-navy); }
.services-card--blue { --card-surface: #0872d4; --card-ink: #fff; }
.services-card--pink { --card-surface: #d91b68; --card-ink: #fff; }
.services-card--teal { --card-surface: var(--page-service-teal); --card-ink: var(--page-navy); }

.services-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.services-card__number {
  font: 900 58px/.9 Arial, sans-serif;
  letter-spacing: -.07em;
}

.services-card__category {
  padding: 9px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 800 10px/1.2 Arial, sans-serif;
  letter-spacing: .13em;
  text-align: center;
}

.services-card h3 {
  margin: 34px 0 15px;
  font-size: clamp(28px, 2.65vw, 38px);
  line-height: 1.3;
  letter-spacing: -.02em;
}

.services-card__promise {
  margin: 0;
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.55;
  font-weight: 850;
}

.services-card__promise span {
  display: block;
}

.services-card__description {
  margin: 21px 0 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}

.services-card__fit {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid currentColor;
}

.services-card__fit > p {
  margin: 0 0 11px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .12em;
}

.services-card__fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-card__fit li {
  padding-left: 19px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 750;
}

.services-card__fit li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: .72em;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.services-card__link {
  min-height: 54px;
  margin-top: 27px;
  padding: 9px 10px 9px 22px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: var(--page-navy);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 850;
}

.services-card__link i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
  font-size: 17px;
  transition: transform .2s ease;
}

.services-card__link:hover i {
  transform: translateX(3px);
}

.services-page-connect {
  padding-block: clamp(112px, 11vw, 160px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #041b47, #073979);
}

.services-page-connect::before {
  content: "";
  height: 6px;
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(90deg, var(--page-service-red), var(--page-service-orange), var(--page-service-green), var(--page-service-teal), var(--page-service-blue), var(--page-service-pink));
}

.services-page-heading-split--light h2 {
  color: #fff;
}

.services-page-connect .services-page-heading-split {
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
}

.services-page-connect .services-page-heading-split h2 {
  font-size: clamp(44px, 4.6vw, 64px);
}

.services-page-connect .services-page-heading-split h2 > span {
  white-space: nowrap;
}

.services-page-heading-split--light > p {
  color: #d7e3f7;
}

.services-connect-steps {
  margin: 76px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255,255,255,.2);
  list-style: none;
}

.services-connect-steps li {
  --step-accent: var(--page-phase-01);
  min-height: 276px;
  padding: 29px 28px 34px;
  border-top: 5px solid var(--step-accent);
  border-right: 1px solid rgba(255,255,255,.2);
}

.services-connect-steps li:nth-child(2) { --step-accent: var(--page-phase-02); }
.services-connect-steps li:nth-child(3) { --step-accent: var(--page-phase-03); }
.services-connect-steps li:nth-child(4) { --step-accent: var(--page-phase-04); border-right: 0; }

.services-connect-steps li > span {
  display: block;
  color: var(--step-accent);
  font: 900 48px/.95 Arial, sans-serif;
  letter-spacing: -.06em;
}

.services-connect-steps small {
  margin-top: 20px;
  display: block;
  color: #b7c9e8;
  font: 800 10px/1.4 Arial, sans-serif;
  letter-spacing: .14em;
}

.services-connect-steps h3 {
  margin: 9px 0 15px;
  color: #fff;
  font-size: 23px;
  line-height: 1.5;
}

.services-connect-steps p {
  margin: 0;
  color: #d7e3f7;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 650;
}

.services-page-faq h2 {
  max-width: 900px;
}

.services-page-faq h2 > span,
.services-faq-question__line {
  display: inline;
}

.services-faq-list {
  margin-top: 66px;
  border-bottom: 1px solid var(--page-line);
}

.services-faq-list details {
  border-top: 1px solid var(--page-line);
}

.services-faq-list summary {
  min-height: 92px;
  padding: 26px 76px 26px 0;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--page-navy);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.services-faq-list summary::-webkit-details-marker {
  display: none;
}

.services-faq-list summary::after {
  content: "+";
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--page-blue);
  border-radius: 50%;
  color: var(--page-blue);
  font: 500 25px/1 Arial, sans-serif;
  transform: translateY(-50%);
}

.services-faq-list details[open] summary::after {
  content: "−";
}

.services-faq-list details > p {
  max-width: 910px;
  margin: -4px 0 30px;
  color: var(--page-muted);
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
}

.services-page-closing-cta {
  margin-top: 0;
}

.services-page-button:focus-visible,
.services-page-hero__nav a:focus-visible,
.services-route__links a:focus-visible,
.services-card__link:focus-visible,
.services-faq-list summary:focus-visible {
  outline: 3px solid var(--page-blue);
  outline-offset: 3px;
}

#choose,
#all-services,
#how-we-connect,
#faq {
  scroll-margin-top: 84px;
}

@media (max-width: 1060px) {
  .services-route {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .services-route__links {
    grid-column: 2;
    margin-top: 7px;
  }
}

@media (max-width: 980px) {
  .services-page-hero__inner,
  .services-page-heading-split {
    grid-template-columns: 1fr;
  }

  .services-page-connect .services-page-heading-split {
    grid-template-columns: 1fr;
  }

  .services-page-hero__inner {
    gap: 62px;
  }

  .services-page-hero__copy {
    max-width: 760px;
  }

  .services-page-hero__nav {
    padding: 28px 0 0;
    border-top: 1px solid var(--page-line);
    border-left: 0;
  }

  .services-page-heading-split {
    gap: 32px;
  }

  .services-page-heading-split > p {
    max-width: 760px;
  }

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

  .services-card {
    min-height: 560px;
  }

  .services-connect-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-connect-steps li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .services-page-shell,
  .services-page-wide {
    width: calc(100% - 34px);
  }

  .services-page-label {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .services-page-hero::before {
    right: -42px;
    top: 23px;
    font-size: 235px;
  }

  .services-page-hero__inner {
    padding-block: 38px 74px;
    gap: 52px;
  }

  .services-page-hero h1 {
    margin-bottom: 27px;
    font-size: clamp(52px, 16vw, 64px);
  }

  .services-page-hero__statement {
    margin-bottom: 24px;
    font-size: clamp(33px, 9vw, 40px);
    line-height: 1.35;
  }

  .services-page-hero__statement em,
  .services-page-hero__statement strong {
    display: block;
  }

  .services-page-hero__lead {
    font-size: 15px;
    line-height: 1.95;
  }

  .services-page-actions {
    margin-top: 32px;
    display: grid;
  }

  .services-page-button {
    width: 100%;
    min-width: 0;
  }

  .services-page-hero__nav a {
    min-height: 58px;
    font-size: 13px;
  }

  .services-page-section,
  .services-page-connect {
    padding-block: 96px;
  }

  .services-page-heading-split h2,
  .services-page-faq h2 {
    font-size: clamp(38px, 10.5vw, 43px);
    line-height: 1.24;
  }

  .services-page-heading-split > p {
    font-size: 15px;
    line-height: 1.95;
  }

  .services-route-list {
    margin-top: 54px;
    border-bottom: 0;
  }

  .services-route {
    padding: 27px 0 34px 19px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 12px;
    border-top: 0;
    border-bottom: 1px solid var(--page-line);
    border-left: 4px solid var(--route-accent);
  }

  .services-route__number {
    grid-column: 1;
    grid-row: 1;
    font-size: 39px;
  }

  .services-route__copy {
    grid-column: 2;
    grid-row: 1;
  }

  .services-route__copy h3 {
    margin-top: 1px;
    font-size: 18px;
    line-height: 1.55;
  }

  .services-route__copy h3 span {
    display: block;
  }

  .services-route__copy p {
    font-size: 14px;
  }

  .services-route__links {
    margin-top: 22px;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .services-route__links a {
    min-height: 84px;
  }

  .services-page-all {
    padding-top: 92px;
  }

  .services-page-all__heading {
    margin-bottom: 48px;
  }

  .services-card-grid {
    gap: 18px;
  }

  .services-card {
    min-height: 0;
    padding: 31px 24px 28px;
    border-radius: 17px;
  }

  .services-card__number {
    font-size: 48px;
  }

  .services-card__category {
    max-width: 57%;
    padding: 8px 11px;
    font-size: 9px;
    line-height: 1.35;
  }

  .services-card h3 {
    margin-top: 29px;
    font-size: 28px;
  }

  .services-card__promise {
    font-size: 22px;
  }

  .services-card__description {
    font-size: 14px;
  }

  .services-card__fit {
    margin-top: 31px;
  }

  .services-card__link {
    min-height: 52px;
  }

  .services-connect-steps {
    margin-top: 55px;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .services-page-connect .services-page-heading-split h2 {
    font-size: 38px;
  }

  .services-connect-steps li,
  .services-connect-steps li:nth-child(2),
  .services-connect-steps li:nth-child(4) {
    min-height: 0;
    padding: 25px 0 29px 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-left: 4px solid var(--step-accent);
  }

  .services-connect-steps li > span {
    font-size: 40px;
  }

  .services-connect-steps small {
    margin-top: 15px;
  }

  .services-connect-steps h3 {
    font-size: 20px;
  }

  .services-faq-list {
    margin-top: 48px;
  }

  .services-page-faq h2 > span,
  .services-faq-question__line {
    display: block;
    width: max-content;
    max-width: 100%;
  }

  .services-faq-list summary {
    min-height: 84px;
    padding: 23px 62px 23px 0;
    font-size: 16px;
  }

  .services-faq-list summary::after {
    width: 42px;
    height: 42px;
  }

  .services-faq-list details > p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.95;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page-button,
  .services-page-hero__nav a,
  .services-route__links a,
  .services-card,
  .services-card__link i {
    transition: none;
  }
}
