*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#193b35;background:#f8fbf8;line-height:1.65}
.services-header{background:#fff;border-bottom:1px solid #dce9e3}
.services-header-inner{max-width:1180px;margin:auto;min-height:105px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.services-brand{display:flex;align-items:center;gap:14px;text-align:left}
.services-brand img{width:58px;height:58px;object-fit:contain}
.eyebrow,.kicker{margin:0;color:#23825d;font-size:.78rem;font-weight:700;letter-spacing:.12em}
.services-brand h1{margin:2px 0 0;font-size:2rem;color:#155f9a}
.services-brand p:last-child{margin:0;color:#54736b}
.services-home,.services-links a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border-radius:8px;padding:10px 15px;font-weight:700}
.services-home{background:#25885d;color:#fff}
.services-home img{width:18px;height:18px}
.services-links{display:flex;gap:8px}
.services-links a{border:1px solid #23825d;color:#23825d}
main{max-width:1180px;margin:auto;padding:44px 24px 60px}
.services-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:28px 0 52px}
.services-intro h2{font-size:2.35rem;line-height:1.2;margin:8px 0 18px;color:#155f9a}
.lead{font-size:1.08rem;color:#425b55}
.services-feature-image{width:100%;height:300px;object-fit:cover;border-radius:18px}
.section-heading{text-align:center;margin-bottom:28px}
.section-heading h2{margin:4px 0;color:#155f9a;font-size:2rem}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{background:#fff;border:1px solid #e1ece7;border-radius:16px;overflow:hidden;box-shadow:0 5px 18px rgba(20,70,55,.06)}
.service-card>img{width:100%;height:180px;display:block;object-fit:cover}
.service-card>div{padding:18px 19px 22px}
.service-number{font-size:.75rem;color:#23825d;font-weight:800;letter-spacing:.08em}
.service-card h3{margin:3px 0 9px;color:#155f9a;font-size:1.12rem;line-height:1.35}
.service-card p{margin:0;color:#536862;font-size:.95rem}
@media(max-width:850px){.services-header-inner{flex-wrap:wrap}.services-brand{order:-1;width:100%;justify-content:center}.services-intro{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){main{padding:28px 16px}.services-header-inner{padding:12px 16px}.services-brand h1{font-size:1.5rem}.services-links{width:100%;justify-content:center}.service-grid{grid-template-columns:1fr}.services-intro h2{font-size:1.9rem}}
