/* Helmet — Family B (Services hub + the 9 service pages). Shared body/link
 * rules verbatim; the two page-specific hover rules are class-scoped
 * (.svc-card exists only on the hub, .pr-card only on the design page) so one
 * file safely serves the whole family. */
body{margin:0;background:#f7f8f4}
a{color:#527d21;text-decoration:none}
a:hover{color:#3f6318}
/* Services hub */
.svc-card:hover{border-color:#9bd45f!important;box-shadow:0 8px 24px rgba(32,36,29,.08)}
/* WordPress Website Design */
.pr-card{transition:border-color .15s,transform .15s}
.pr-card:hover{border-color:#9bd45f!important;transform:translateY(-2px)}
