/* services.css — page-specific tweaks for anchor offsets and highlight */
html { scroll-behavior: smooth; }

/* Adjust the top margin where anchors land so content sits below your fixed header
   If your header is taller than 110px, increase this value; if shorter, reduce it. */
.service-tile.service-section,
article.service-tile,
.service-tile {
  scroll-margin-top: 110px;
}

/* brief visible focus for :target elements */
:target {
  transition: box-shadow .35s ease, outline-color .35s ease;
  box-shadow: 0 0 0 6px rgba(0,150,255,0.08);
  outline: none;
}

/* small reassurance styles (optional) */
.service-tile__content h3 { margin-top: 0; }
.service-tile.card { padding: 1.5rem; border-radius: 8px; margin-bottom: 1.5rem; }
