.services-page {
  --services-bg: #050914;
  --services-panel: #0b1526;
  --services-ink: #f5f8ff;
  --services-muted: #a8b7cb;
  --services-line: rgba(137, 177, 239, .2);
  color: var(--services-ink);
  background: var(--services-bg);
}
.services-page .nav-shell { height: 70px; background: rgba(3, 9, 20, .9); }
.services-page .nav-shell nav a[aria-current="page"] { color: var(--services-ink); background: rgba(101, 245, 255, .08); }
.services-page main { overflow: clip; }
.services-hero { min-height: min(760px, 92svh); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 150px 90px; }
.services-kicker { margin: 0 0 22px; color: #65f5ff; font: 800 11px var(--mono); letter-spacing: .14em; }
.services-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(40px, 7vw, 94px); line-height: 1.15; text-wrap: balance; overflow-wrap: anywhere; }
.services-lead { max-width: 760px; margin: 28px 0 0; color: var(--services-muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.9; }
.services-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.services-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid var(--services-line); border-radius: 999px; color: var(--services-ink); background: var(--services-panel); font-weight: 800; text-align: center; }
.services-button:hover, .services-button:focus-visible { border-color: #65f5ff; outline-offset: 4px; }
.services-button.primary { color: #041019; border-color: #65f5ff; background: #65f5ff; }
.services-section { padding-block: 95px 130px; }
.services-section-head { max-width: 900px; margin-bottom: 36px; }
.services-section-head h2 { margin: 0; font-size: clamp(34px, 4.7vw, 67px); line-height: 1.2; text-wrap: balance; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-card { min-width: 0; padding: clamp(23px, 3vw, 42px); border: 1px solid var(--services-line); border-radius: 24px; background: linear-gradient(145deg, rgba(11, 25, 48, .94), rgba(6, 13, 26, .94)); }
.service-number { display: inline-block; margin-bottom: 30px; color: #65f5ff; font: 800 13px var(--mono); }
.service-card h3 { margin: 0 0 18px; font-size: clamp(25px, 2.7vw, 39px); line-height: 1.25; overflow-wrap: anywhere; }
.service-card p { margin: 12px 0; color: var(--services-muted); line-height: 1.85; }
.service-card .service-intro { color: var(--services-ink); font-weight: 700; }
.service-card small { display: block; margin-top: 24px; color: #8fa7c9; font: 700 10px/1.7 var(--mono); overflow-wrap: anywhere; }
.services-process { padding-block: 105px; border-block: 1px solid var(--services-line); background: #091426; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.process-grid article { padding-top: 20px; border-top: 1px solid var(--services-line); }
.process-grid b { color: #65f5ff; font: 800 12px var(--mono); }
.process-grid h3 { margin: 22px 0 13px; font-size: clamp(23px, 2.2vw, 31px); }
.process-grid p { margin: 0; color: var(--services-muted); line-height: 1.8; }
.services-contact { padding-block: 130px; }
.services-contact h2 { max-width: 900px; margin: 0; font-size: clamp(39px, 6vw, 82px); line-height: 1.2; text-wrap: balance; }
.services-contact > p:not(.services-kicker) { max-width: 700px; color: var(--services-muted); font-size: 18px; line-height: 1.8; }
.services-footer { padding-block: 30px; border-top: 1px solid var(--services-line); color: var(--services-muted); background: var(--services-bg); }
.services-footer .section-shell { display: flex; justify-content: space-between; gap: 20px; }
.services-footer a:hover { color: #65f5ff; }
html[data-theme="light"] .services-page { --services-bg: #edf3fb; --services-panel: #fff; --services-ink: #071426; --services-muted: #4d617a; --services-line: rgba(22, 65, 125, .18); }
html[data-theme="light"] .services-page .nav-shell { background: rgba(248, 251, 255, .94); }
html[data-theme="light"] .services-page .services-kicker,
html[data-theme="light"] .services-page .service-number,
html[data-theme="light"] .services-page .process-grid b { color: #006e86; }
html[data-theme="light"] .services-page .services-button.primary { color: #fff; border-color: #0636e8; background: #0636e8; }
html[data-theme="light"] .services-page .service-card { background: #fff; }
html[data-theme="light"] .services-page .services-process { background: #e5edf8; }
html[data-theme="light"] .services-page .service-card small { color: #526780; }
@media (max-width: 1050px) {
  .services-page .nav-shell nav { background: var(--surface); }
}
@media (max-width: 760px) {
  .services-page .nav-shell { top: 8px; height: 64px; }
  .services-hero { min-height: auto; padding-block: 140px 78px; }
  .services-grid, .process-grid { grid-template-columns: 1fr; }
  .services-section { padding-block: 70px 85px; }
  .services-process, .services-contact { padding-block: 85px; }
}
@media (max-width: 460px) {
  .services-hero h1 { font-size: clamp(34px, 9.5vw, 46px); }
  .services-actions, .services-button { width: 100%; }
  .services-footer .section-shell { flex-direction: column; }
}
