.services-page-top { min-height: 480px; background: radial-gradient(circle at 78% 34%,rgba(20,184,166,.2),transparent 26%),linear-gradient(135deg,#030811,#071522 68%,#06131c); color: #fff; }
.services-page-hero { max-width: 960px; padding-top: calc(80px + clamp(3.5rem,7vw,6rem)); padding-bottom: clamp(4rem,8vw,6.5rem); }
.services-page-hero h1 { max-width: 820px; margin: .65rem 0 1.2rem; font-size: clamp(2.5rem,6vw,5.4rem); font-weight: 900; line-height: .96; letter-spacing: -.065em; text-transform: uppercase; text-wrap: balance; }
.services-page-hero > p:last-child { max-width: 680px; margin: 0; color: #bdc9d1; font-size: clamp(.9rem,1.45vw,1.08rem); line-height: 1.65; }
.services-summary { background: var(--paper); }
.services-index-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 1rem; }
.service-index-card { scroll-margin-top: 128px; min-height: 430px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--brand); border-radius: 18px; padding: clamp(1.35rem,2.7vw,2rem); background: #fff; box-shadow: 0 14px 34px rgba(6,18,29,.07); }
.service-index-number { margin: 0 0 2.4rem; color: var(--brand-deep); font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.service-index-card h2 { margin: 0 0 1rem; font-size: clamp(1.45rem,2.4vw,2rem); font-weight: 900; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.service-index-card > p:not(.service-index-number) { margin: 0; color: var(--body); font-size: .78rem; line-height: 1.65; }
.service-index-note { margin-top: 1.35rem !important; border-top: 1px solid var(--line); padding-top: 1.1rem; }
.service-index-note strong { display: block; margin-bottom: .35rem; color: var(--ink); font-size: .65rem; text-transform: uppercase; }
.service-index-link { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: auto; border-top: 1px solid var(--line); padding-top: 1rem; color: var(--brand-deep); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.service-index-link span { font-size: 1rem; }
.service-index-card--dark { border-color: rgba(103,232,249,.48); background: linear-gradient(145deg,#041018,#09212a); color: #fff; }
.service-index-card--dark .service-index-number, .service-index-card--dark .service-index-link { color: var(--brand-bright); }
.service-index-card--dark > p:not(.service-index-number) { color: #b8c9d0; }
.service-index-card--dark .service-index-note, .service-index-card--dark .service-index-link { border-color: rgba(255,255,255,.15); }
.service-index-card--dark .service-index-note strong { color: #fff; }
.services-footer-grid { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.services-footer-grid > div { max-width: 660px; }
.services-footer-grid h2 { margin: 0; }
.services-footer-grid p:not(.section-eyebrow) { margin: .85rem 0 0; color: #a8b6bf; font-size: .76rem; }
.services-footer-grid .button { flex: 0 0 auto; }

@media (max-width: 820px) {
  .services-page-top { min-height: 430px; }
  .services-page-hero { padding-top: calc(80px + 3.25rem); padding-bottom: 4.5rem; }
  .services-index-grid { grid-template-columns: 1fr; }
  .service-index-card { min-height: 0; }
  .service-index-number { margin-bottom: 1.3rem; }
  .service-index-link { margin-top: 1.5rem; }
  .services-footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .services-page-top { min-height: 400px; }
  .services-page-hero { padding-top: calc(62px + 2.5rem); }
  .services-page-hero h1 { font-size: clamp(2.1rem,12vw,3.2rem); }
  .services-footer-grid .button { width: 100%; }
}
