/* Polished expanded Services page for staged v0.3.0 review */

.services-page {
  overflow-x: hidden;
  background: var(--white);
}

.services-page .services-hero {
  padding: calc(var(--header-height) + 30px) 0 42px;
  color: var(--white);
  background: linear-gradient(135deg,var(--deep-navy),var(--navy) 78%,var(--support-blue));
}

.services-page .services-hero-copy {
  max-width: 780px;
}

.services-page .services-hero .eyebrow {
  margin-bottom: 13px;
}

.services-page .services-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px,4.4vw,54px);
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.services-page .services-hero .page-hero-intro {
  max-width: 680px;
  margin: 17px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.56;
}

.services-page .services-introduction {
  padding: 70px 0 76px;
  background: var(--white);
}

.services-page .services-intro-copy {
  max-width: 840px;
}

.services-page .services-intro-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(33px,3.5vw,45px);
  font-weight: 680;
  letter-spacing: -.033em;
  line-height: 1.1;
  text-wrap: balance;
}

.services-page .services-intro-copy p {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.67;
}

.services-page .services-overview-nav {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 42px;
}

.services-page .services-overview-link {
  min-height: 96px;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--navy);
  background: var(--white);
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}

.services-page .services-overview-link:hover,
.services-page .services-overview-link:focus-visible {
  border-color: rgba(23,70,111,.42);
  background: rgba(86,157,179,.045);
  transform: translateY(-1px);
}

.services-page .services-overview-icon,
.services-page .service-area-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  color: var(--navy);
  background: var(--white);
}

.services-page .services-overview-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
}

.services-page .services-overview-icon svg,
.services-page .service-area-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-page .services-overview-name {
  color: var(--navy);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.35;
}

.services-page .services-overview-arrow {
  color: var(--support-blue);
  font-size: 21px;
  line-height: 1;
}

.services-page .service-area {
  padding: 84px 0 88px;
  border-top: 1px solid rgba(16,40,67,.12);
  background: var(--white);
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.services-page #project-and-infrastructure-assurance {
  border-bottom: 1px solid rgba(16,40,67,.12);
}

.services-page .service-area-heading {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 21px;
  align-items: start;
  max-width: 980px;
}

.services-page .service-area-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.services-page .service-area-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px,3.25vw,43px);
  font-weight: 680;
  letter-spacing: -.032em;
  line-height: 1.12;
  text-wrap: balance;
}

.services-page .service-area-summary {
  max-width: 870px;
  margin: 15px 0 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.66;
}

.services-page .service-information-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 40px;
}

.services-page .service-information-card {
  min-width: 0;
  padding: 28px 27px 30px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
}

.services-page .service-information-card h3 {
  margin: 0 0 17px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 740;
  line-height: 1.32;
}

.services-page .service-information-card ul {
  margin: 0;
  padding-left: 20px;
}

.services-page .service-information-card li {
  color: var(--text-soft);
  font-size: 15.5px;
  line-height: 1.58;
}

.services-page .service-information-card li + li {
  margin-top: 10px;
}

.services-page .service-outcome {
  margin: 28px 0 0;
  padding: 14px 18px;
  border-left: 3px solid var(--connection-blue);
  color: var(--ink);
  background: rgba(86,157,179,.055);
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.58;
}

.services-page .service-outcome strong {
  color: var(--navy);
  font-weight: 730;
}

.services-page .implementation-support {
  padding: 54px 0 58px;
  border-top: 1px solid rgba(86,157,179,.24);
  border-bottom: 1px solid rgba(86,157,179,.24);
  color: var(--ink);
  background: #EFF7F9;
}

.services-page .implementation-support-grid {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  gap: 64px;
  align-items: start;
}

.services-page .implementation-support .eyebrow {
  max-width: 440px;
  margin-bottom: 11px;
  color: var(--support-blue);
}

.services-page .implementation-support h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(31px,3vw,40px);
  font-weight: 680;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.services-page .implementation-support-copy p {
  margin: 0 0 14px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.64;
}

.services-page .implementation-support-copy p:last-child {
  margin-bottom: 0;
}

.services-page .contact-compact {
  padding: 54px 0 50px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: var(--deep-navy);
}

.services-page .contact-compact h2 {
  font-size: clamp(34px,3.6vw,46px);
}

.services-page .contact-compact p {
  max-width: 690px;
}

.services-page .site-footer {
  background: var(--deep-navy);
}

.services-page .site-footer .footer-inner {
  border-top: 0;
}

@media (max-width: 980px) {
  .services-page .service-information-grid {
    grid-template-columns: 1fr;
  }

  .services-page .implementation-support-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}

@media (max-width: 760px) {
  .services-page .services-hero {
    padding: calc(var(--header-height) + 27px) 0 37px;
  }

  .services-page .services-hero .eyebrow {
    margin-bottom: 11px;
  }

  .services-page .services-hero h1 {
    font-size: clamp(35px,10vw,44px);
  }

  .services-page .services-hero .page-hero-intro {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.55;
  }

  .services-page .services-introduction {
    padding: 54px 0 60px;
  }

  .services-page .services-intro-copy h2 {
    font-size: clamp(30px,8.5vw,38px);
  }

  .services-page .services-intro-copy p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.62;
  }

  .services-page .services-overview-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .services-page .services-overview-link {
    min-height: 0;
    grid-template-columns: 42px minmax(0,1fr) auto;
    gap: 14px;
    padding: 17px 17px;
    border-radius: 12px;
  }

  .services-page .services-overview-icon {
    width: 42px;
    height: 42px;
  }

  .services-page .services-overview-name {
    font-size: 15.5px;
  }

  .services-page .service-area {
    padding: 62px 0 66px;
    scroll-margin-top: calc(var(--header-height) + 8px);
  }

  .services-page .service-area-heading {
    grid-template-columns: 46px minmax(0,1fr);
    gap: 15px;
  }

  .services-page .service-area-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .services-page .service-area-heading h2 {
    font-size: clamp(29px,8.4vw,37px);
  }

  .services-page .service-area-summary {
    grid-column: 1 / -1;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.62;
  }

  .services-page .service-information-grid {
    gap: 14px;
    margin-top: 31px;
  }

  .services-page .service-information-card {
    padding: 23px 21px 25px;
    border-radius: 12px;
  }

  .services-page .service-information-card h3 {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .services-page .service-information-card li {
    font-size: 15.5px;
    line-height: 1.56;
  }

  .services-page .service-information-card li + li {
    margin-top: 9px;
  }

  .services-page .service-outcome {
    margin-top: 22px;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 1.55;
  }

  .services-page .implementation-support {
    padding: 45px 0 48px;
  }

  .services-page .implementation-support h2 {
    font-size: clamp(29px,8vw,36px);
  }

  .services-page .implementation-support-copy p {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .services-page .contact-compact {
    padding: 46px 0 44px;
  }
}
