/* Services page — the only rules genuinely unique to this page
   (everything else needed sitewide already lives in utilities.css). */

@media (max-width: 960px) {
  .gor-svc-row { grid-template-columns: 1fr !important; }
  .gor-svc-row .gor-svc-media { order: -1 !important; min-height: 300px !important; }
  .gor-svc-checks { grid-template-columns: 1fr !important; }
  .gor-svc-cta-grid { grid-template-columns: 1fr !important; }
  .gor-svc-cta-heading-accent { white-space: normal !important; }
  .gor-svc-cta-grid > div:last-child { justify-content: flex-start !important; margin-top: 0.5rem; }
}

.gor-svc-cta-btn:hover { background: var(--gor-orange) !important; color: #000 !important; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.45); }
.gor-svc-cta-btn:active { transform: translateY(1px); }
