.service-page { min-height: 100vh; color: #202326; background: #fff; }
.service-hero { position: relative; height: 110px; overflow: visible; isolation: isolate; color: #f7f7f7; background: #071016 url("assets/hero-poster.webp") center 52% / cover no-repeat; }
.service-hero__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.68) 34%, rgba(0,0,0,.28) 67%, rgba(0,0,0,.1) 100%), linear-gradient(180deg,rgba(0,0,0,.24),transparent 36%,rgba(0,0,0,.22)); }
.service-hero .site-header { position: absolute; }
.service-content { width: min(100% - 48px, 1080px); margin: 0 auto; padding: 54px 0 80px; }
.service-eyebrow { color: #62696e; font-size: 12px; font-weight: 600; letter-spacing: .13em; }
.service-content h1 { max-width: 860px; margin: 12px 0 16px; font-size: clamp(36px, 5vw, 58px); font-weight: 300; line-height: 1.12; }
.service-intro { max-width: 780px; margin: 0; color: #50585d; font-size: 19px; line-height: 1.6; }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 50px; }
.service-action-note { width: 100%; margin: -36px 0 0 !important; color: #70777c !important; font-size: 13px !important; line-height: 1.5 !important; }
.service-actions .button--outline { color: #25292c; border-color: #59636a; background: #fff; }
.service-content h2 { margin: 42px 0 16px; font-size: clamp(26px, 3vw, 34px); font-weight: 300; line-height: 1.2; }
.service-content h3 { margin: 0 0 8px; font-size: 20px; font-weight: 400; }
.service-content p, .service-content li { color: #50585d; font-size: 16px; line-height: 1.7; }
.service-content p { margin: 0 0 14px; }
.service-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 22px 0 34px; }
.service-step { min-height: 174px; padding: 22px; background: #f3f5f6; border-top: 2px solid #1769cb; }
.service-step span { display: block; margin-bottom: 16px; color: #1258a7; font-size: 13px; font-weight: 600; letter-spacing: .12em; }
.service-step p { margin: 0; font-size: 15px; }
.service-callout { margin: 30px 0; padding: 22px 24px; background: #f5f8fb; border-left: 3px solid #1769cb; }
.service-callout strong { color: #25292c; font-weight: 500; }
.service-callout a, .service-source a { color: #1258a7; text-decoration: underline; text-underline-offset: 3px; }
.service-related { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; margin: 0; padding: 0; list-style: none; }
.service-related a { color: #1258a7; text-decoration: underline; text-underline-offset: 3px; }
.service-source { margin-top: 40px !important; padding-top: 18px; border-top: 1px solid #d9dcde; font-size: 13px !important; }
.service-meta { margin-top: 10px !important; color: #6a7176 !important; font-size: 13px !important; }
.service-editorial { margin-top: 36px; padding: 18px 20px; background: #f5f6f7; border-top: 1px solid #d9dcde; }
.service-editorial p { margin: 0 0 7px; color: #62696e; font-size: 13px; line-height: 1.55; }
.service-editorial p:last-child { margin-bottom: 0; }
.service-editorial strong { color: #353b3f; font-weight: 500; }
@media (max-width: 700px) {
  .service-hero { height: 82px; background-position: 56% center; }
  .service-hero__shade { background: linear-gradient(90deg,rgba(0,0,0,.44),rgba(0,0,0,.12) 100%),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.32)); }
  .service-content { width: min(100% - 36px, 1080px); padding: 35px 0 58px; }
  .service-intro { font-size: 17px; }
  .service-actions { display: grid; margin-bottom: 38px; }
  .service-actions .button { width: 100%; }
  .service-steps { grid-template-columns: 1fr; gap: 10px; }
  .service-step { min-height: 0; }
  .service-related { grid-template-columns: 1fr; }
}
