.service-page { --service-accent: #5bc4f1; background: var(--white); }
.service-workplace { --service-watermark: url("assets/service-icons/workplace.svg"); }
.service-cloud { --service-watermark: url("assets/service-icons/cloud.svg"); }
.service-security { --service-watermark: url("assets/service-icons/security.svg"); }
.service-managed { --service-watermark: url("assets/service-icons/managed.svg"); }
.service-architecture { --service-watermark: url("assets/service-icons/architecture.svg"); }
.service-migration { --service-watermark: url("assets/service-icons/migration.svg"); }
.service-page-main { padding-top: 78px; }
.service-hero { min-height: 520px; padding: 105px 0 85px; position: relative; overflow: hidden; display: flex; align-items: center; color: var(--white); background: radial-gradient(circle at 82% 15%, rgba(91,196,241,.22), transparent 30%), linear-gradient(118deg, var(--navy-deep), var(--navy) 60%, #064797); }
.service-hero::after { content: ""; position: absolute; width: 600px; height: 560px; right: -60px; top: 25px; opacity: .05; background: var(--blue-bright); -webkit-mask: url("assets/northbridge/tile.svg") center / contain no-repeat; mask: url("assets/northbridge/tile.svg") center / contain no-repeat; }
.service-hero-copy { position: relative; z-index: 1; }
.service-hero-copy::after { content: ""; width: min(420px, 62vw); height: 1px; margin-top: 38px; display: block; background: linear-gradient(90deg, var(--service-accent), rgba(255,255,255,.16)); box-shadow: 108px 0 0 rgba(255,255,255,.08); }
.service-breadcrumb { margin-bottom: 35px; color: #b9d2e7; font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.service-breadcrumb a { color: inherit; text-decoration: none; }
.service-hero h1 { max-width: 900px; margin-bottom: 26px; font-size: clamp(3.2rem, 6.5vw, 6rem); }
.service-hero-copy > p:last-child { max-width: 750px; margin: 0; color: #d4e1ed; font-size: 1.16rem; }
.service-hero + .section { position: relative; overflow: hidden; isolation: isolate; }
.service-hero + .section::after { content: ""; position: absolute; z-index: 0; width: min(34vw, 430px); aspect-ratio: 1; right: clamp(-70px, -3vw, -25px); top: 58%; opacity: .05; background: var(--service-watermark) center / contain no-repeat; transform: translateY(-50%); pointer-events: none; }
.service-hero + .section::before { content: ""; position: absolute; z-index: 0; width: 320px; height: 1px; right: 3%; top: 22%; opacity: .12; background: linear-gradient(90deg, transparent, var(--navy)); pointer-events: none; }
.service-intro-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: start; position: relative; z-index: 1; }
.service-story h2 { max-width: 760px; }
.service-story > p { color: var(--muted); font-size: 1.06rem; }
.service-story .lead { color: var(--ink); font-size: 1.22rem; }
.service-summary { padding: 30px; position: sticky; top: 110px; border: 1px solid #d6e7f2; border-radius: 18px; background: var(--blue-pale); }
.service-summary strong { display: block; margin-bottom: 18px; color: var(--navy); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.service-summary ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.service-summary li { padding-left: 25px; position: relative; color: #485164; }
.service-summary li::before { content: "✓"; position: absolute; left: 0; color: #287db7; font-weight: 900; }
.service-outcomes { background: linear-gradient(180deg, #f6f7f9, #eceff3); }
.service-outcomes-heading { max-width: 760px; margin-bottom: 44px; }
.service-outcomes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-outcome { min-height: 255px; padding: 30px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 30px rgba(19,18,45,.04); }
.service-outcome::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 84px; height: 4px; background: linear-gradient(90deg, var(--navy), var(--service-accent)); }
.service-outcome span { display: block; margin-bottom: 40px; color: #79bce2; font-size: 2rem; font-weight: 850; }
.service-outcome h3 { margin-bottom: 12px; color: var(--navy); }
.service-outcome p { margin: 0; color: var(--muted); }
.service-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.service-method-grid h2 { position: sticky; top: 115px; }
.service-method-list { margin: 0; padding: 0; list-style: none; counter-reset: service-step; }
.service-method-list li { min-height: 120px; padding: 0 0 32px 78px; position: relative; border-left: 2px solid #cad9e4; counter-increment: service-step; }
.service-method-list li:last-child { border-left-color: transparent; }
.service-method-list li::before { content: counter(service-step, decimal-leading-zero); position: absolute; left: -25px; top: 0; width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--service-accent), var(--navy) 58%); border: 4px solid var(--white); border-radius: 15px 15px 15px 5px; box-shadow: 0 7px 18px rgba(19,18,45,.15); font-size: .72rem; font-weight: 850; }
.service-method-list h3 { margin-bottom: 8px; }
.service-method-list p { margin: 0; color: var(--muted); }
.service-more { padding-top: 20px; }
.service-more h2 { max-width: 740px; }
.service-page-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.service-page-nav a { min-height: 84px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--navy); border: 1px solid var(--line); border-radius: 14px; background: var(--white); font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-page-nav a:hover, .service-page-nav a[aria-current="page"] { transform: translateY(-3px); border-color: #aebbd6; box-shadow: 0 12px 28px rgba(19,18,45,.08); }
.service-page-nav a[aria-current="page"] { background: var(--blue-pale); }
.service-cta { margin-top: 100px; padding: 75px 0; color: var(--white); background: var(--navy); }
.service-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.service-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.2rem,4vw,3.8rem); }
.service-cta .button { flex: 0 0 auto; color: var(--navy); background: var(--white); }
.service-page-footer { color: var(--brand-gray); background: #f8f9fb; border-top: 1px solid rgba(85,89,104,.12); }
.service-page-footer a { color: var(--navy); text-decoration: none; }
@media (max-width: 900px) {
  .service-intro-grid, .service-method-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-summary, .service-method-grid h2 { position: static; }
  .service-outcomes-grid, .service-page-nav { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .service-page-main { padding-top: 68px; }
  .service-hero { min-height: 0; padding: 85px 0 70px; }
  .service-hero h1 { font-size: clamp(2.8rem,13vw,4.3rem); }
  .service-hero + .section::after { width: 310px; right: -155px; top: 28%; opacity: .032; }
  .service-hero + .section::before { display: none; }
  .service-outcomes-grid, .service-page-nav { grid-template-columns: 1fr; }
  .service-cta { margin-top: 65px; padding: 58px 0; }
  .service-cta .container { align-items: flex-start; flex-direction: column; }
}
