/* Services: six equal-weight cards directly below the page heading. */
body[data-page-key="servicesPage"] { --sv-accent:#72e7ff; --sv-surface:#0d2036; }
body.mr-theme-light[data-page-key="servicesPage"] { --sv-accent:#086a87; --sv-surface:#fff; --mr-muted:#596b80; }
.sv-overview { padding:148px 0 32px; background:radial-gradient(ellipse at 50% 0,rgba(24,174,203,.12),transparent 42%),var(--mr-bg); }
.sv-header { max-width:1080px; margin:0 auto 44px; text-align:center; }
.sv-kicker { display:inline-flex; align-items:center; gap:12px; color:var(--sv-accent); font-size:.95rem; font-weight:800; }
.sv-kicker::before { content:""; width:28px; border-top:2px solid currentColor; }
.sv-header h1 { margin:18px 0 0; color:var(--mr-heading); font-size:clamp(2.1rem,3.45vw,3.4rem); font-weight:900; line-height:1.55; }
.sv-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.sv-card { --sv-card-padding:28px; min-width:0; display:grid; grid-template-rows:auto auto 1fr; padding-bottom:28px; background:var(--sv-surface); border:1px solid var(--mr-border); border-radius:24px; scroll-margin-top:124px; }
.sv-visual { position:relative; margin-bottom:43px; }
.sv-visual img { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:23px 23px 0 0; }
.sv-icon-tile { position:absolute; inset-inline-start:var(--sv-card-padding); bottom:-25px; display:grid; place-items:center; width:58px; height:58px; color:#fff; background:linear-gradient(135deg,#0b4165,#087b92); border:1px solid rgba(114,231,255,.4); border-radius:17px; box-shadow:0 8px 22px rgba(0,0,0,.15); }
.sv-icon { display:block; width:32px; height:32px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.sv-card h2 { margin:0 var(--sv-card-padding) 13px; color:var(--mr-heading); font-size:clamp(1.3rem,1.45vw,1.5rem); font-weight:850; line-height:1.65; }
.sv-card > p { margin:0 var(--sv-card-padding); color:var(--mr-muted); font-size:1rem; line-height:1.95; text-wrap:pretty; }
.sv-image-note { margin:22px 0 0; color:var(--mr-muted); font-size:.8rem; line-height:1.9; text-align:center; }
.sv-contact { padding:28px 0 80px; }
.sv-cta { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:clamp(28px,4vw,52px); border:1px solid var(--mr-border); border-radius:26px; background:radial-gradient(ellipse at 0 100%,rgba(24,174,203,.14),transparent 65%),var(--mr-bg-soft); }
.sv-cta-copy { max-width:860px; min-width:0; }
.sv-cta h2 { margin:14px 0 16px; color:var(--mr-heading); font-size:clamp(1.65rem,2.4vw,2.3rem); font-weight:900; line-height:1.6; }
.sv-cta p { margin:0; color:var(--mr-muted); font-size:1rem; line-height:1.95; }
.sv-actions { display:flex; flex-direction:column; flex-shrink:0; gap:12px; }
.sv-actions a:focus-visible { outline:3px solid var(--sv-accent); outline-offset:4px; }
/* Align the content tracks within each card row, never by stretching text. */
@supports (grid-template-rows:subgrid) {
    .sv-card { grid-template-rows:subgrid; grid-row:span 3; row-gap:0; }
}
@media (max-width:1200px) {
    .sv-card { --sv-card-padding:22px; }
    .sv-grid { gap:22px; }
}
@media (max-width:1000px) {
    .sv-overview { padding-top:128px; }
    .sv-header h1 { font-size:clamp(2rem,4.5vw,2.9rem); }
    .sv-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .sv-cta { flex-direction:column; align-items:stretch; gap:28px; }
    .sv-actions { flex-direction:row; flex-wrap:wrap; }
}
@media (max-width:620px) {
    .sv-overview { padding:122px 0 24px; }
    .sv-header { margin-bottom:30px; }
    .sv-header h1 { font-size:clamp(1.85rem,7.4vw,2.45rem); line-height:1.6; margin-top:16px; }
    .sv-grid { grid-template-columns:minmax(0,1fr); gap:24px; }
    .sv-card { --sv-card-padding:22px; scroll-margin-top:112px; }
    .sv-card h2 { font-size:1.35rem; }
    .sv-contact { padding:20px 0 56px; }
    .sv-cta { padding:26px 22px; border-radius:22px; }
    .sv-actions { display:grid; }
}
