.desktop-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
  background: var(--bg-secondary);
  color: var(--brand-navy);
}

.services-hero {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  padding: 190px 0 110px;
  background:
    radial-gradient(circle at 76% 42%, rgba(32, 144, 142, 0.18), transparent 27%),
    radial-gradient(circle at 14% 82%, rgba(121, 217, 255, 0.08), transparent 30%),
    var(--navy-deep);
  color: var(--white);
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent 4%, black 38%, transparent 100%);
}

.services-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -270px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(158, 240, 207, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(32, 144, 142, 0.025), 0 0 0 220px rgba(32, 144, 142, 0.018);
}

.services-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(56px, 8vw, 110px);
}

.services-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(4rem, 7vw, 6.8rem);
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.93;
  text-wrap: balance;
}

.services-hero-copy {
  max-width: 710px;
  margin: 30px 0 0;
  color: var(--text-dark-muted);
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.72;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.services-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 36px;
}

.services-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #adc1cb;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-system {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 80px rgba(32, 144, 142, 0.045), 0 40px 100px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.services-system::before,
.services-system::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(158, 240, 207, 0.13);
  border-radius: 50%;
}

.services-system::after {
  inset: 25%;
  border-style: dashed;
  border-color: rgba(121, 217, 255, 0.18);
  animation: services-spin 22s linear infinite reverse;
}

.services-system-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 174px;
  height: 174px;
  place-content: center;
  border: 1px solid rgba(158, 240, 207, 0.36);
  border-radius: 34px;
  background: rgba(7, 26, 43, 0.92);
  box-shadow: 0 0 0 20px rgba(32, 144, 142, 0.035), 0 0 62px rgba(32, 144, 142, 0.18);
  text-align: center;
  transform: translate(-50%, -50%);
}

.services-system-core small,
.services-system-core span {
  color: #9cb1bc;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-system-core strong {
  margin: 3px 0;
  color: var(--mint);
  font-size: 3.35rem;
  letter-spacing: -0.08em;
  line-height: 1;
}

.services-system-node {
  position: absolute;
  z-index: 5;
  display: flex;
  min-width: 142px;
  align-items: center;
  gap: 9px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(7, 26, 43, 0.86);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  color: var(--white);
  font-size: 0.75rem;
  backdrop-filter: blur(10px);
}

.services-system-node span {
  color: var(--mint);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}

.node-strategy { top: 7%; left: 50%; transform: translateX(-50%); }
.node-engineering { top: 29%; right: -3%; }
.node-models { right: 7%; bottom: 11%; }
.node-governance { bottom: 7%; left: 9%; }
.node-enablement { top: 30%; left: -5%; }

.system-orbit {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(158, 240, 207, 0.7);
}

.orbit-one { top: 15%; left: 22%; animation: signal-float 4.8s ease-in-out infinite; }
.orbit-two { right: 17%; bottom: 19%; animation: signal-float 5.3s ease-in-out infinite reverse; }

.services-index {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid var(--border-light);
  background: rgba(255, 255, 255, 0.96);
}

.services-index-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.services-index-list a {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  border-right: 1px solid var(--border-light);
  color: #3e5363;
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1.35;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.services-index-list a:first-child { border-left: 1px solid var(--border-light); }
.services-index-list a:hover { background: var(--bg-secondary); color: var(--brand-navy); }
.services-index-list span { color: var(--brand-teal); font-size: 0.63rem; letter-spacing: 0.08em; }

.service-section {
  position: relative;
  overflow: hidden;
  padding: clamp(95px, 11vw, 145px) 0;
  scroll-margin-top: 95px;
}

.service-light { background: var(--bg-primary); }
.service-alt { background: var(--bg-secondary); }
.service-dark { background: var(--navy-deep); color: var(--white); }

.service-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 45%, rgba(32, 144, 142, 0.1), transparent 30%);
  pointer-events: none;
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: clamp(55px, 8vw, 100px);
}

.service-grid-reverse { grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); }
.service-grid-reverse .service-copy { order: 2; }
.service-grid-reverse .service-visual { order: 1; }

.service-kicker {
  margin: 0 0 19px;
  color: var(--brand-teal);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.service-dark .service-kicker { color: var(--mint); }

.service-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--brand-navy);
  font-size: clamp(3.2rem, 5.7vw, 5.5rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.95;
  text-wrap: balance;
}

.service-dark .service-copy h2 { color: var(--white); }

.service-lead {
  max-width: 700px;
  margin: 27px 0 0;
  color: var(--text-secondary);
  font-size: clamp(1.04rem, 1.45vw, 1.16rem);
  line-height: 1.72;
}

.service-dark .service-lead { color: var(--text-dark-muted); }

.service-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 30px;
  padding: 0;
  list-style: none;
}

.service-capabilities li {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-navy);
  font-size: 0.81rem;
  font-weight: 760;
  line-height: 1.4;
}

.service-capabilities li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(32, 144, 142, 0.68);
  transform: rotate(45deg);
}

.service-dark .service-capabilities li {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-dark-muted);
}

.service-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 550px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.service-dark .service-visual {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.23);
}

.visual-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(13, 36, 71, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 36, 71, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.strategy-visual::before,
.model-visual::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(32, 144, 142, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(32, 144, 142, 0.025);
}

.visual-core,
.model-router,
.deployment-core,
.governance-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  min-height: 150px;
  place-content: center;
  padding: 24px;
  border: 1px solid rgba(32, 144, 142, 0.34);
  border-radius: 24px;
  background: rgba(248, 250, 251, 0.94);
  box-shadow: 0 0 0 18px rgba(32, 144, 142, 0.035), 0 18px 45px rgba(13, 36, 71, 0.09);
  color: var(--brand-navy);
  text-align: center;
  transform: translate(-50%, -50%);
}

.visual-core small,
.model-router small,
.deployment-core small,
.governance-core small {
  color: var(--brand-teal);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-core strong,
.model-router strong,
.deployment-core strong,
.governance-core strong {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.visual-core span,
.model-router span,
.deployment-core span,
.governance-core span {
  display: block;
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 0.67rem;
}

.visual-node,
.model-card {
  position: absolute;
  z-index: 4;
  width: 145px;
  padding: 15px;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(13, 36, 71, 0.07);
}

.visual-node span,
.model-card strong {
  display: block;
  color: var(--brand-navy);
  font-size: 0.76rem;
  font-weight: 830;
}

.visual-node small,
.model-card span {
  display: block;
  margin-top: 4px;
  color: var(--text-secondary);
  font-size: 0.62rem;
}

.node-a { top: 8%; left: 7%; }
.node-b { top: 10%; right: 6%; }
.node-c { bottom: 9%; left: 7%; }
.node-d { right: 7%; bottom: 8%; }

.deployment-visual {
  background:
    linear-gradient(135deg, rgba(32, 144, 142, 0.09), transparent 45%),
    rgba(255, 255, 255, 0.025);
}

.deployment-visual::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
}

.deployment-path {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 84%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(158, 240, 207, 0.72), transparent);
}

.deployment-path::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(158, 240, 207, 0.8);
  animation: deployment-travel 4.5s linear infinite;
}

.deployment-core,
.governance-core {
  border-color: rgba(158, 240, 207, 0.33);
  background: rgba(7, 26, 43, 0.9);
  box-shadow: 0 0 0 18px rgba(32, 144, 142, 0.04), 0 0 60px rgba(32, 144, 142, 0.13);
  color: var(--white);
}

.deployment-core span,
.governance-core span { color: #9fb2bc; }

.deployment-chip {
  position: absolute;
  z-index: 4;
  min-width: 150px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(7, 26, 43, 0.82);
  color: var(--text-dark-muted);
  font-size: 0.72rem;
  font-weight: 760;
  text-align: center;
}

.chip-a { top: 9%; left: 7%; }
.chip-b { top: 13%; right: 7%; }
.chip-c { bottom: 12%; left: 8%; }
.chip-d { right: 7%; bottom: 8%; }

.model-router {
  width: 165px;
  min-height: 138px;
  border-radius: 50%;
}

.model-a { top: 9%; left: 7%; }
.model-b { top: 10%; right: 6%; }
.model-c { right: 7%; bottom: 9%; }
.model-d { bottom: 8%; left: 7%; }

.route-signal {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12%;
  width: 76%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(32, 144, 142, 0.65), transparent);
}

.route-signal::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-teal);
  animation: deployment-travel 4.2s linear infinite;
}

.governance-visual {
  display: grid;
  place-items: center;
}

.governance-ring {
  position: absolute;
  border: 1px solid rgba(158, 240, 207, 0.16);
  border-radius: 50%;
}

.ring-one { width: 78%; aspect-ratio: 1; animation: services-spin 24s linear infinite; }
.ring-two { width: 58%; aspect-ratio: 1; border-style: dashed; animation: services-spin 18s linear infinite reverse; }
.ring-three { width: 38%; aspect-ratio: 1; border-color: rgba(158, 240, 207, 0.28); }

.governance-policy {
  position: absolute;
  z-index: 4;
  min-width: 96px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 26, 43, 0.88);
  color: var(--text-dark-muted);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.policy-a { top: 14%; left: 12%; }
.policy-b { top: 14%; right: 12%; }
.policy-c { bottom: 14%; left: 12%; }
.policy-d { right: 12%; bottom: 14%; }

.enablement-visual {
  background:
    radial-gradient(circle at 28% 26%, rgba(32, 144, 142, 0.11), transparent 27%),
    var(--white);
}

.enablement-foundation {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 8%;
  display: flex;
  width: 47%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid rgba(32, 144, 142, 0.22);
  border-radius: 24px;
  background: var(--brand-navy);
  color: var(--white);
}

.enablement-foundation small {
  color: var(--mint);
  font-size: 0.62rem;
  font-weight: 840;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.enablement-foundation strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.enablement-card {
  position: absolute;
  right: 7%;
  width: 42%;
  padding: 18px;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(13, 36, 71, 0.09);
}

.enablement-card span {
  color: var(--brand-teal);
  font-size: 0.62rem;
  font-weight: 840;
}

.enablement-card strong {
  display: block;
  margin-top: 5px;
  color: var(--brand-navy);
  font-size: 0.88rem;
}

.enablement-card small { color: var(--text-secondary); font-size: 0.67rem; }
.enable-a { top: 10%; animation: enable-float 6s ease-in-out infinite; }
.enable-b { top: 39%; right: 3%; animation: enable-float 6.8s ease-in-out infinite reverse; }
.enable-c { bottom: 10%; animation: enable-float 7.2s ease-in-out infinite; }

.services-faq {
  padding: clamp(95px, 11vw, 140px) 0;
  background: var(--white);
}

.services-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
}

.services-faq-intro {
  position: sticky;
  top: 118px;
}

.services-faq-intro h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: clamp(3.1rem, 5.5vw, 5.2rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.services-faq-intro > p:last-child {
  margin: 25px 0 0;
  color: var(--text-secondary);
  font-size: 1.04rem;
  line-height: 1.72;
}

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

.services-faq-item {
  border-bottom: 1px solid var(--border-light);
}

.services-faq-item summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--brand-navy);
  font-size: clamp(1.02rem, 1.4vw, 1.17rem);
  font-weight: 780;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.services-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  color: var(--brand-teal);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.services-faq-item[open] summary::after { transform: rotate(45deg); }

.services-faq-item > div {
  overflow: hidden;
  max-width: 760px;
  padding: 0 52px 24px 0;
}

.services-faq-item p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.75;
}

@keyframes services-spin { to { transform: rotate(360deg); } }
@keyframes signal-float { 50% { transform: translateY(-12px); opacity: 0.62; } }
@keyframes deployment-travel { 0% { left: 0; opacity: 0; } 10%, 90% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
@keyframes enable-float { 50% { transform: translateY(-9px); } }

@media (max-width: 1080px) {
  .services-hero { min-height: 0; }
  .services-hero-grid { grid-template-columns: 1fr; }
  .services-system { width: min(100%, 580px); }
  .services-index-list { overflow-x: auto; grid-template-columns: repeat(5, minmax(200px, 1fr)); scrollbar-width: thin; }
}

@media (max-width: 900px) {
  .service-grid,
  .service-grid-reverse,
  .services-faq-grid { grid-template-columns: 1fr; }

  .service-grid-reverse .service-copy,
  .service-grid-reverse .service-visual { order: initial; }

  .service-copy { max-width: 780px; }
  .services-faq-intro { position: static; }
}

@media (max-width: 700px) {
  .services-hero { padding: 145px 0 82px; }
  .services-hero h1 { font-size: clamp(3.45rem, 16vw, 5rem); }
  .services-system-node { min-width: 116px; padding: 10px 12px; font-size: 0.66rem; }
  .services-system-core { width: 140px; height: 140px; border-radius: 28px; }
  .services-system-core strong { font-size: 2.8rem; }
  .services-proof { gap: 7px; }
  .service-section { padding: 82px 0; }
  .service-copy h2 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .service-capabilities { grid-template-columns: 1fr; }
  .service-capabilities li { min-height: 0; }
  .service-visual { min-height: 470px; }
  .visual-node, .model-card { width: 124px; padding: 12px; }
  .deployment-chip { min-width: 122px; padding: 10px; font-size: 0.62rem; }
  .enablement-foundation { width: 52%; padding: 20px; }
  .enablement-card { width: 46%; padding: 14px; }
}

@media (max-width: 480px) {
  .services-system { transform: scale(0.94); }
  .node-engineering { right: -1%; }
  .node-enablement { left: -1%; }
  .services-system-node { min-width: 105px; }
  .service-visual { min-height: 420px; }
  .visual-core, .deployment-core { width: 150px; min-height: 125px; padding: 18px; }
  .visual-node, .model-card { width: 112px; }
  .node-a, .model-a { top: 6%; left: 4%; }
  .node-b, .model-b { top: 7%; right: 4%; }
  .node-c, .model-d { bottom: 6%; left: 4%; }
  .node-d, .model-c { right: 4%; bottom: 6%; }
  .governance-policy { min-width: 80px; padding: 8px 10px; font-size: 0.56rem; }
  .enablement-foundation { left: 5%; width: 55%; }
  .enablement-card { right: 4%; width: 48%; }
}

@media (prefers-reduced-motion: reduce) {
  .services-page *,
  .services-page *::before,
  .services-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Homepage-aligned typography, spacing and responsive content order. */
.services-page .services-hero {
  min-height: 720px;
  padding: 150px 0 90px;
}

.services-page .services-hero-grid {
  gap: clamp(38px, 6vw, 72px);
}

.services-page .services-hero-copy {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.services-page .services-proof span {
  font-family: var(--enterprise-mono) !important;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.services-page .service-kicker {
  font-weight: 600 !important;
  letter-spacing: 0.11em !important;
}

.services-page .service-section,
.services-page .services-faq {
  padding: var(--enterprise-space) 0;
}

.services-page .service-grid {
  gap: clamp(42px, 6vw, 72px);
}

.services-page .service-copy h2,
.services-page .services-faq-intro h2 {
  font-size: clamp(2.5rem, 4vw, 3.6rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.12 !important;
}

.services-page .service-lead,
.services-page .services-faq-intro > p:last-child {
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.services-page .service-lead {
  margin-top: 20px;
}

.services-page .service-capabilities {
  margin-block: 30px 26px;
}

.services-page .service-capabilities li {
  min-height: 72px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.services-page .services-index-list a {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.45;
}

.services-page .services-index-list span,
.services-page .services-system-core small,
.services-page .services-system-core span,
.services-page .services-system-node > span,
.services-page .visual-core small,
.services-page .model-router small,
.services-page .deployment-core small,
.services-page .governance-core small,
.services-page .deployment-chip,
.services-page .governance-policy,
.services-page .enablement-foundation small,
.services-page .enablement-card span {
  font-family: var(--enterprise-mono) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.07em;
  line-height: 1.45 !important;
}

.services-page .services-system-node,
.services-page .visual-node small,
.services-page .model-card span,
.services-page .visual-core span,
.services-page .model-router span,
.services-page .deployment-core span,
.services-page .governance-core span,
.services-page .enablement-card small {
  font-size: 0.75rem !important;
  line-height: 1.45 !important;
}

.services-page .visual-node span,
.services-page .model-card strong {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.services-page .services-faq-item summary {
  font-weight: 700;
}

@media (max-width: 1080px) {
  .services-page .services-hero {
    min-height: 0;
  }
}

@media (max-width: 1100px) {
  .services-page .service-copy h2,
  .services-page .services-faq-intro h2 {
    font-size: clamp(2.3rem, 4.8vw, 3.2rem) !important;
  }
}

@media (max-width: 900px) {
  .services-page .service-grid .service-copy {
    order: 1 !important;
  }

  .services-page .service-grid .service-visual {
    order: 2 !important;
  }

}

@media (max-width: 700px) {
  .services-page .services-hero {
    padding: 118px 0 64px;
  }

  .services-page .services-hero-copy,
  .services-page .service-lead,
  .services-page .services-faq-intro > p:last-child {
    font-size: 1rem;
  }

  .services-page .services-hero-copy {
    line-height: 1.6;
  }

  .services-page .service-section,
  .services-page .services-faq {
    padding: 56px 0;
  }

  .services-page .service-copy h2,
  .services-page .services-faq-intro h2 {
    font-size: clamp(2rem, 8vw, 2.375rem) !important;
    line-height: 1.18 !important;
  }

  .services-page .service-capabilities li {
    min-height: 52px;
  }
}

@media (max-width: 479px) {
  .services-page .service-copy h2,
  .services-page .services-faq-intro h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.2rem) !important;
  }
}
