.service-page main {
  padding-top: 42px;
}

.service-header {
  width: min(1380px, calc(100% - 32px));
}
.service-nav {
  gap: 18px;
}
.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
}
.nav-group > a::after {
  content: "";
}
.nav-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  z-index: 20;
  min-width: 260px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(196,236,242,.14);
  border-radius: 20px 20px 20px 8px;
  background: rgba(8,14,20,.94);
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .22s var(--ease), transform .22s var(--ease);
}
.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-menu a {
  padding: 9px 10px;
  border-radius: 12px;
  color: rgba(247,251,252,.72);
}
.nav-menu a:hover {
  color: var(--cyan);
  background: rgba(255,255,255,.055);
}

.breadcrumbs {
  width: min(var(--max), calc(100% - 48px));
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px auto 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.breadcrumbs a {
  color: rgba(247,251,252,.7);
  transition: color .22s var(--ease);
}
.breadcrumbs a:hover {
  color: var(--cyan);
}
.breadcrumbs span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(110,203,213,.54);
}

.service-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
}
.service-hero .lead strong {
  color: var(--ink);
}
.service-visual {
  min-height: 520px;
}
.systems-visual {
  position: relative;
  z-index: 2;
  min-height: 420px;
}
.system-node {
  position: absolute;
  width: 154px;
  padding: 14px;
  border: 1px solid rgba(196,236,242,.14);
  border-radius: 18px 18px 18px 8px;
  color: var(--ink);
  background: rgba(7,13,19,.72);
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
  font-size: 14px;
  font-weight: 900;
}
.system-node::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border: 1px solid rgba(110,203,213,.34);
  border-radius: 14px 14px 14px 5px;
  background:
    radial-gradient(circle at 26% 28%, rgba(110,203,213,.8) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 76%, rgba(121,184,212,.78) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 30%, rgba(110,203,213,.3) 31%, rgba(110,203,213,.3) 34%, transparent 35%);
}
.system-node:nth-child(1) { left: 0; top: 12%; }
.system-node:nth-child(2) { right: 0; top: 24%; }
.system-node:nth-child(3) { left: 34%; top: 48%; }
.system-node:nth-child(4) { left: 4%; bottom: 0; }
.system-node:nth-child(5) { right: 6%; bottom: 8%; }
.system-line {
  position: absolute;
  inset: 68px 48px;
  border: 1px solid rgba(110,203,213,.16);
  border-radius: 42% 58% 50% 50%;
  transform: rotate(-12deg);
}

.service-page .systems-visual::after {
  content: "";
  position: absolute;
  inset: 22% 18%;
  border: 1px solid rgba(110,203,213,.16);
  border-radius: 24px 24px 24px 8px;
  transform: rotate(8deg);
}
.crm-development .systems-visual::after { border-radius: 999px; transform: rotate(0deg); }
.erp-development .systems-visual::after {
  inset: 14% 12%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(110,203,213,.12) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(110,203,213,.12) 50%, transparent 51%);
}
.ai-automation .systems-visual::after { border-radius: 50% 18% 50% 18%; }
.cloud-solutions .systems-visual::after { border-radius: 42px 42px 42px 12px; transform: rotate(-18deg); }
.mobile-app .systems-visual::after { inset: 10% 28%; border-radius: 34px; transform: rotate(0deg); }
.ui-ux-design .systems-visual::after { inset: 18% 10%; border-style: dashed; }
.maintenance-support .systems-visual::after { border-radius: 50%; }
.dedicated-team .systems-visual::after {
  inset: 16% 12%;
  border-radius: 28px 28px 28px 8px;
  box-shadow: 48px 36px 0 rgba(110,203,213,.035), -42px 28px 0 rgba(110,203,213,.035);
}

.service-proof-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(196,236,242,.1);
  border-bottom: 1px solid rgba(196,236,242,.1);
  background: linear-gradient(90deg, #101922, #0d151d);
}
.service-proof-strip div {
  min-height: 128px;
  padding: 26px max(24px, calc((100vw - var(--max)) / 2));
  border-right: 1px solid rgba(196,236,242,.1);
}
.service-proof-strip div:not(:first-child) {
  padding-left: 26px;
  padding-right: 26px;
}
.service-proof-strip div:last-child {
  border-right: 0;
}
.service-proof-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}
.service-proof-strip span {
  color: var(--muted);
}

.business-fit {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(180deg, var(--surface-engineering), var(--graphite-2));
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.fit-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px 20px 20px 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.08), transparent 32%),
    rgba(255,255,255,.045);
}
.fit-card small {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fit-card h3 {
  color: white;
}

.service-light {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  color: var(--ink-dark);
  background: var(--surface-editorial);
}
.service-light h2,
.service-light h3 {
  color: var(--ink-dark);
}
.service-light p {
  color: var(--muted-dark);
}
.service-dark {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: var(--surface-engineering);
}

.service-journey {
  position: relative;
  overflow: hidden;
}
.service-journey::before {
  content: "";
  position: absolute;
  inset: 80px max(24px, calc((100vw - var(--max)) / 2));
  border: 1px solid rgba(110,203,213,.08);
  border-radius: 44px 44px 44px 10px;
  pointer-events: none;
}
.journey-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}
.journey-step {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px 20px 20px 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.08), transparent 32%),
    rgba(255,255,255,.045);
  transition: transform .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease);
}
.journey-step:hover {
  transform: translateY(-8px);
  border-color: rgba(53,207,224,.34);
  box-shadow: var(--shadow);
}
.journey-step span {
  display: block;
  margin-bottom: 42px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.journey-step h3 {
  color: white;
}
.journey-step p {
  margin: 0;
}

.service-strategy .strategy-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
.strategy-note {
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 20px 20px 20px 8px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
}
.strategy-note h3 {
  font-size: 28px;
}
.strategy-note strong {
  color: var(--ink-dark);
}

.workflow-core .journey-step:nth-child(2),
.pipeline-ladder .journey-step:nth-child(4),
.department-grid .journey-step:nth-child(5),
.ai-flow .journey-step:nth-child(2),
.cloud-stack .journey-step:nth-child(5),
.conversion-path .journey-step:nth-child(4),
.browser-operations .journey-step:nth-child(3),
.mobile-loop .journey-step:nth-child(5),
.design-board .journey-step:nth-child(4),
.support-loop .journey-step:nth-child(2),
.team-system .journey-step:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.18), transparent 35%),
    rgba(255,255,255,.07);
  border-color: rgba(110,203,213,.24);
}

/* Shared service-page refinement. Keep the service family readable, spacious
   and stable without changing the approved content structure. */
.service-page {
  overflow-x: clip;
}

.service-page main,
.service-page section,
.service-page article,
.service-page aside {
  min-width: 0;
}

.service-page img,
.service-page svg,
.service-page video {
  max-width: 100%;
}

.service-page .service-light,
.service-page .service-light h1,
.service-page .service-light h2,
.service-page .service-light h3 {
  color: var(--ink-dark);
}

.service-page .service-light p,
.service-page .service-light li {
  color: var(--muted-dark);
}

.service-page .service-light .outcome-summary span {
  color: var(--ink-dark);
  border-color: rgba(18, 80, 92, .18);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 28px rgba(8, 35, 42, .08);
}

.service-page .faq-list {
  max-width: 1040px;
  gap: 18px;
}

.service-page .faq-service .section-heading h2 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
  text-wrap: balance;
}

.service-page .faq-service .faq-item {
  overflow: visible;
  border-radius: 18px 18px 18px 7px;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}

.service-page .faq-service .faq-item summary {
  min-height: 76px;
  padding: 22px 26px;
  color: var(--ink-dark);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.35;
}

.service-page .faq-service .faq-item p {
  max-width: 780px;
  padding: 0 26px 26px;
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.7;
}

.service-page .faq-service .faq-item[open] {
  border-color: rgba(20, 142, 157, .3);
  box-shadow: 0 18px 50px rgba(10, 55, 66, .14);
}

.service-page .ecosystem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-page .ecosystem-card {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
}

.service-page .ecosystem-card h3 {
  max-width: 25ch;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.15;
  text-wrap: balance;
}

.service-page .ecosystem-card p {
  max-width: 38ch;
  line-height: 1.6;
}

.service-page .cta {
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(34px, 5vw, 72px);
  border-radius: 30px 30px 30px 10px;
}

.service-page .cta-copy {
  min-width: 0;
  align-self: center;
}

.service-page .cta-copy h2 {
  max-width: 14ch;
  font-size: clamp(34px, 4.4vw, 66px);
  line-height: .98;
  text-wrap: balance;
}

.service-page .cta-copy > p:not(.eyebrow) {
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.7;
}

.service-page .cta .lead-form {
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 22px 22px 22px 8px;
}

.service-page .cta .lead-form button[type="submit"] {
  min-height: 56px;
  white-space: normal;
}

@media (max-width: 980px) {
  .service-page .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page .cta {
    grid-template-columns: 1fr;
  }
}

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

  .service-page .faq-service .faq-item summary {
    min-height: 68px;
    padding: 18px;
    font-size: 17px;
  }

  .service-page .faq-service .faq-item p {
    padding: 0 18px 20px;
    font-size: 15px;
  }

  .service-page .cta {
    padding: 24px 18px;
  }

  .service-page .cta-copy h2 {
    font-size: clamp(34px, 12vw, 50px);
  }
}

.challenge-card,
.feature-card,
.benefit-card,
.why-card,
.related-card {
  position: relative;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px 20px 20px 8px;
  background: rgba(255,255,255,.045);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease);
}
.service-light .challenge-card,
.service-light .feature-card,
.service-light .benefit-card,
.service-light .why-card,
.service-light .related-card {
  background: rgba(255,255,255,.82);
  border-color: var(--line-dark);
}
.challenge-card:hover,
.feature-card:hover,
.benefit-card:hover,
.why-card:hover,
.related-card:hover {
  transform: translateY(-8px);
  border-color: rgba(53,207,224,.34);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 26px;
  border: 1px solid rgba(110,203,213,.3);
  border-radius: 16px 16px 16px 5px;
  background:
    radial-gradient(circle at 24% 28%, rgba(110,203,213,.72) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 74%, rgba(121,184,212,.68) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 30%, rgba(110,203,213,.26) 31%, rgba(110,203,213,.26) 34%, transparent 35%),
    linear-gradient(0deg, transparent 62%, rgba(110,203,213,.22) 63%, rgba(110,203,213,.22) 66%, transparent 67%);
}

.comparison-grid {
  display: grid;
  gap: 14px;
}
.comparison-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 20px 20px 20px 8px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
}
.comparison-card small {
  display: block;
  margin-bottom: 12px;
  color: #2d7d89;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.comparison-card div:first-child {
  padding-right: 22px;
  border-right: 1px solid var(--line-dark);
}
.comparison-card div:first-child h3 {
  color: rgba(9,16,22,.72);
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-dark);
  border-radius: 20px 20px 20px 8px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
}
.service-comparison {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.service-comparison th,
.service-comparison td {
  padding: 18px;
  border-bottom: 1px solid var(--line-dark);
  text-align: left;
  vertical-align: top;
}
.service-comparison th {
  color: var(--ink-dark);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-comparison td {
  color: var(--muted-dark);
}
.service-comparison tr:last-child td {
  border-bottom: 0;
}
.service-comparison strong {
  color: var(--ink-dark);
}

.solution-diagram {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 28px;
  align-items: stretch;
}
.diagram-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px 20px 20px 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.09), transparent 34%),
    linear-gradient(145deg, rgba(20,31,39,.86), rgba(8,14,20,.68));
}
.diagram-steps {
  display: grid;
  gap: 12px;
}
.diagram-steps span {
  padding: 14px;
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 16px 16px 16px 6px;
  color: rgba(247,251,252,.9);
  background: rgba(255,255,255,.045);
  font-weight: 900;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.process-step {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 20px 20px 20px 8px;
  background: rgba(255,255,255,.84);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}
.process-step:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.process-step span {
  display: block;
  margin-bottom: 28px;
  color: #2d7d89;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.tech-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.tech-service-grid article {
  position: relative;
  min-height: 182px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px 16px 16px 6px;
  background: rgba(255,255,255,.045);
  transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.tech-service-grid article a {
  display: grid;
  gap: 10px;
  color: inherit;
}
.tech-service-grid article:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow-soft);
}
.tech-service-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-weight: 900;
}

.industry-mini-grid,
.benefit-grid,
.why-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.industry-mini-grid article,
.industry-mini-grid a {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 20px 20px 20px 8px;
  background: rgba(255,255,255,.045);
}
.industry-mini-grid a {
  display: block;
  color: inherit;
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.industry-mini-grid a:hover {
  transform: translateY(-8px);
  border-color: rgba(53,207,224,.34);
  background: rgba(255,255,255,.07);
}
.industry-mini-grid h3 {
  color: white;
}

.case-detail {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px 20px 20px 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(110,203,213,.075), transparent 30%),
    linear-gradient(145deg, #101922, #070b11);
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.ecosystem-card,
.hub-service-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px 20px 20px 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.08), transparent 32%),
    rgba(255,255,255,.045);
  box-shadow: var(--shadow-soft);
  transition: transform .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease);
}
.ecosystem-card:hover,
.hub-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(53,207,224,.34);
  box-shadow: var(--shadow);
}
.ecosystem-card small,
.hub-service-card small {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ecosystem-card h3,
.hub-service-card h3 {
  color: white;
}
.ecosystem-card span,
.hub-service-card span {
  width: max-content;
  color: var(--cyan);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.hub-service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.hub-service-card {
  grid-column: span 4;
}
.hub-service-card:nth-child(1),
.hub-service-card:nth-child(6),
.hub-service-card:nth-child(11) {
  grid-column: span 6;
}
.case-detail dl {
  display: grid;
  gap: 12px;
  margin: 0;
}
.case-detail dt {
  color: var(--cyan);
  font-weight: 900;
}
.case-detail dd {
  margin: 2px 0 0;
  color: rgba(247,251,252,.72);
}
.metric-line {
  color: var(--cyan);
  font-size: clamp(32px, 5vw, 62px);
  line-height: .96;
  font-weight: 900;
}
.outcome-note {
  margin-top: 24px;
  color: rgba(247,251,252,.74);
  font-size: 20px;
  line-height: 1.5;
}

.faq-service {
  max-width: 980px;
}

@media (max-width: 980px) {
  .service-nav {
    display: none;
  }
  .service-hero,
  .solution-diagram,
  .case-detail,
  .service-strategy .strategy-grid {
    grid-template-columns: 1fr;
  }
  .service-proof-strip,
  .fit-grid,
  .process-timeline,
  .industry-mini-grid,
  .benefit-grid,
  .why-grid,
  .related-grid,
  .journey-track,
  .ecosystem-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hub-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hub-service-card,
  .hub-service-card:nth-child(1),
  .hub-service-card:nth-child(6),
  .hub-service-card:nth-child(11) {
    grid-column: auto;
  }
  .tech-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .comparison-card {
    grid-template-columns: 1fr;
  }
  .comparison-card div:first-child {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }
}

@media (max-width: 640px) {
  .breadcrumbs {
    width: min(100% - 32px, var(--max));
  }
  .service-proof-strip,
  .fit-grid,
  .process-timeline,
  .industry-mini-grid,
  .benefit-grid,
  .why-grid,
  .related-grid,
  .tech-service-grid,
  .journey-track,
  .ecosystem-grid,
  .hub-service-grid {
    grid-template-columns: 1fr;
  }
  .service-proof-strip div,
  .service-proof-strip div:not(:first-child) {
    min-height: auto;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .system-node {
    width: 138px;
  }
  .service-visual {
    min-height: 500px;
  }
}

/* Art direction pass for service pages. */
.service-page main {
  padding-top: 34px;
}

.breadcrumbs {
  margin-top: 44px;
  letter-spacing: .02em;
}

.service-hero {
  column-gap: clamp(46px, 7vw, 104px);
}

.service-visual {
  min-height: 590px;
  overflow: hidden;
}

.systems-visual {
  min-height: 468px;
}

.system-node {
  border-radius: 22px 22px 22px 8px;
  background:
    linear-gradient(145deg, rgba(7,13,19,.9), rgba(14,26,34,.74)),
    radial-gradient(circle at 100% 0%, rgba(123,227,238,.12), transparent 30%);
  border-color: rgba(196,236,242,.18);
  box-shadow: 0 22px 60px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.06);
}

.system-node::before {
  border-radius: 16px 16px 16px 6px;
}

.service-proof-strip {
  background:
    linear-gradient(90deg, #070b11, #101922 48%, #070b11),
    radial-gradient(circle at 15% 0%, rgba(123,227,238,.1), transparent 28%);
}

.service-proof-strip div {
  min-height: 146px;
}

.business-fit,
.service-dark {
  background:
    radial-gradient(circle at 84% 0%, rgba(123,227,238,.08), transparent 30%),
    linear-gradient(180deg, #0c1118, #070b11);
}

.service-light {
  background:
    radial-gradient(circle at 12% 0%, rgba(123,227,238,.1), transparent 28%),
    linear-gradient(180deg, #edf3f5, #f8fafb);
}

.fit-card,
.journey-step,
.strategy-note,
.challenge-card,
.comparison-card,
.feature-card,
.benefit-card,
.why-card,
.ecosystem-card,
.hub-service-card,
.form-card {
  border-radius: 26px 26px 26px 10px;
  box-shadow: 0 24px 80px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.04);
}

.fit-card,
.journey-step,
.feature-card,
.ecosystem-card,
.hub-service-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.03)),
    radial-gradient(circle at 100% 0%, rgba(123,227,238,.1), transparent 32%),
    rgba(9, 18, 25, .78);
}

.service-journey {
  overflow: hidden;
}

.service-journey::before {
  opacity: .09;
}

.journey-track {
  gap: 16px;
}

.journey-step {
  min-height: 270px;
}

.journey-step span,
.process-step span {
  border-radius: 16px 16px 16px 6px;
  box-shadow: 0 0 0 6px rgba(123,227,238,.06);
}

.strategy-note,
.comparison-card,
.benefit-card,
.why-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.78)),
    radial-gradient(circle at 100% 0%, rgba(123,227,238,.12), transparent 30%);
}

.solution-diagram {
  gap: 18px;
}

.diagram-panel,
.diagram-steps {
  border-radius: 30px 30px 30px 12px;
}

.diagram-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 100% 0%, rgba(123,227,238,.12), transparent 32%);
}

.diagram-steps span {
  border-radius: 18px 18px 18px 7px;
}

.process-step {
  border-radius: 24px 24px 24px 9px;
}

.tech-service-grid article,
.industry-mini-grid a,
.case-detail,
.lead-form {
  border-radius: 28px 28px 28px 10px;
}

.case-detail {
  background:
    radial-gradient(circle at 12% 0%, rgba(123,227,238,.12), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 30px 100px rgba(0,0,0,.22);
}

.metric-line {
  letter-spacing: -.045em;
}

.outcome-note {
  max-width: 420px;
  color: rgba(247,251,252,.78);
}

.hub-service-card {
  min-height: 310px;
}

@media (max-width: 640px) {
  .service-visual {
    min-height: 520px;
  }

  .systems-visual {
    min-height: 430px;
  }

}

/* Final service-page guardrails: these rules intentionally come last so the
   shared refinement wins over legacy page-specific declarations. */
html {
  overflow-x: clip;
}

.service-page {
  min-width: 0;
  overflow-x: clip;
}

.service-page main,
.service-page section,
.service-page article,
.service-page aside,
.service-page form,
.service-page .lead-form,
.service-page .cta-copy,
.service-page .cta-form {
  min-width: 0;
}

.service-page img,
.service-page svg,
.service-page video {
  max-width: 100%;
}

.service-page .faq-service .faq-list {
  width: min(100%, 960px);
  margin-inline: auto;
  gap: 14px;
}

.service-page .faq-service .faq-item summary {
  min-height: 76px;
  padding: 22px 26px;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.3;
}

.service-page .faq-service .faq-item p {
  max-width: 72ch;
  padding: 0 26px 24px;
  line-height: 1.7;
}

.service-page .ecosystem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-page .ecosystem-grid > * {
  min-width: 0;
}

.service-page .cta {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(40px, 6vw, 84px);
}

.service-page .cta-copy h2 {
  max-width: 14ch;
  text-wrap: balance;
}

.service-page .lead-form {
  width: 100%;
  max-width: none;
  padding: clamp(24px, 3vw, 40px);
}

.service-page .lead-form input,
.service-page .lead-form select,
.service-page .lead-form textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .service-page .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page .cta {
    grid-template-columns: 1fr;
  }
}

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

  .service-page .faq-service .faq-item summary {
    min-height: 68px;
    padding: 18px;
    font-size: 17px;
  }

  .service-page .faq-service .faq-item p {
    padding: 0 18px 20px;
    font-size: 15px;
  }

  .service-page .cta {
    padding: 28px 18px;
  }
}

/* Preserve the approved editorial rhythm: light information bands alternate
   with the dark engineering sections used throughout every service page. */
.service-page .service-light {
  color: var(--ink-dark);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 179, 204, .08), transparent 30%),
    linear-gradient(180deg, #edf3f5 0%, #f8fafb 100%);
}

.service-page .service-light::before { opacity: .1; }

.service-page .service-light h2,
.service-page .service-light h3,
.service-page .service-light h4,
.service-page .service-light summary {
  color: var(--ink-dark);
}

.service-page .service-light p,
.service-page .service-light li {
  color: var(--muted-dark);
}

.service-page .service-light .challenge-card,
.service-page .service-light .feature-card,
.service-page .service-light .benefit-card,
.service-page .service-light .why-card,
.service-page .service-light .related-card,
.service-page .service-light .comparison-card,
.service-page .service-light .tech-service-card,
.service-page .service-light .tech-service-grid article,
.service-page .service-light .industry-mini-card,
.service-page .service-light .industry-mini-grid article,
.service-page .service-light .industry-mini-grid a,
.service-page .service-light .process-step,
.service-page .service-light .faq-item {
  border-color: rgba(18, 80, 92, .16);
  background: rgba(255, 255, 255, .84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 20px 54px rgba(8, 35, 42, .12);
}

.service-page .service-light .faq-item[open] {
  border-color: rgba(0, 148, 171, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 22px 58px rgba(0, 111, 132, .14);
}

/* Keep every service FAQ spacious and readable at the end of the cascade. */
.service-page .faq-service .faq-list {
  width: min(100%, 1040px);
  gap: 16px;
}

.service-page .faq-service .faq-item {
  overflow: hidden;
  border-radius: 22px 22px 22px 8px;
}

.service-page .faq-service .faq-item summary {
  min-height: 82px;
  padding: 24px 72px 24px 30px;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.32;
}

.service-page .faq-service .faq-item p {
  max-width: 74ch;
  padding: 0 30px 30px;
  font-size: 16px;
  line-height: 1.75;
}

.service-page p,
.service-page li {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}

.service-page h1,
.service-page h2,
.service-page h3,
.service-page h4 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: normal;
  text-wrap: balance;
}

@media (max-width: 640px) {
  .service-page .faq-service .faq-item summary {
    min-height: 72px;
    padding: 20px 58px 20px 20px;
    font-size: 18px;
  }

  .service-page .faq-service .faq-item p {
    padding: 0 20px 24px;
    font-size: 15px;
  }
}

/* Final service-template guardrails. This stays last because the service
   stylesheet is loaded after the shared site stylesheet. */
.service-page,
.service-page main,
.service-page section,
.service-page article,
.service-page aside,
.service-page form,
.service-page .section,
.service-page .lead-form,
.service-page .cta-copy,
.service-page .cta-form,
.service-page .ecosystem-grid,
.service-page .faq-service,
.service-page .faq-list {
  min-width: 0;
}

.service-page {
  overflow-x: clip;
}

.service-page img,
.service-page svg,
.service-page video,
.service-page canvas,
.service-page iframe {
  max-width: 100%;
}

.service-page p,
.service-page li,
.service-page summary,
.service-page a,
.service-page button {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}

.service-page h1,
.service-page h2,
.service-page h3,
.service-page h4 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: normal;
  text-wrap: balance;
}

.service-page .faq-service .faq-list {
  width: min(100%, 1120px);
  max-width: none;
  margin-inline: auto;
  gap: 16px;
}

.service-page .faq-service .faq-item {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px 22px 22px 8px;
}

.service-page .faq-service .faq-item summary {
  min-height: 84px;
  padding: 26px clamp(22px, 3vw, 36px);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.32;
}

.service-page .faq-service .faq-item p {
  max-width: 74ch;
  padding: 0 clamp(22px, 3vw, 36px) 30px;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .service-page .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page .cta {
    grid-template-columns: 1fr;
  }
}

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

  .service-page .faq-service .faq-item summary {
    min-height: 72px;
    padding: 20px 58px 20px 20px;
    font-size: 18px;
  }

  .service-page .faq-service .faq-item p {
    padding: 0 20px 24px;
    font-size: 15px;
  }

  .service-page .cta {
    padding: 28px 18px;
  }
}
