/* Installation-only refinements: service situations and follow-up care. */
.page-installation .hero-copy > p strong { color:var(--deep); font-weight:600; }
.page-installation .hero-copy > .hero-followup { font-size:16px; padding-left:17px; border-left:3px solid #b5cdf7; margin-top:-10px; max-width:490px; }
.page-installation .services-installation .support-note { background:#edf4ff; border-left:3px solid var(--blue); }
.page-installation .services-installation .support-note strong { color:var(--deep); }

.page-installation .service-group + .service-group { margin-top:46px; padding-top:38px; border-top:1px solid #dce5f2; }
.page-installation .service-group-title { margin-bottom:24px; font-size:23px; color:#243c61; }
.page-installation .service-card h4 { font-size:21px; line-height:1.35; letter-spacing:-.015em; margin-bottom:14px; }
.page-installation .faq-service-photo { width:100%; max-width:480px; aspect-ratio:3/2; margin:28px 0 0; overflow:hidden; border-radius:12px; background:#10294f; box-shadow:0 4px 12px #1636670d,0 18px 36px #16366714; }
.page-installation .faq-service-photo img { display:block; width:100%; height:100%; object-fit:cover; object-position:77% center; }
@media(max-width:959px){
 .page-installation .service-group-title { font-size:21px; }
 .page-installation .service-group + .service-group { margin-top:34px; padding-top:30px; }
}
@media(max-width:600px){.page-installation .hero-copy > .hero-followup { font-size:16px; max-width:none; }}
