/* Page-specific extensions shared by the long-form service and FAQ pages. */
.page-hero.compact img{width:100%;max-height:390px;object-fit:cover;border:1px solid rgba(255,255,255,.16)}
.info-panel{background:#fff;border:1px solid var(--line);border-left:4px solid var(--orange);padding:28px}
.faq-list{max-width:900px}
.faq-item summary{cursor:pointer;font-weight:850;color:var(--ink)}
.faq-item summary::marker{color:var(--orange)}
.faq-item details[open] summary{margin-bottom:10px}
.service-card.text-only img{display:none}
@media(max-width:760px){.page-hero .split{grid-template-columns:1fr}.hero-actions .btn{width:100%;text-align:center}}
