.service-hero{padding:42px 0 18px}
.service-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f2fbf8 100%)}
.service-hero-copy{padding:clamp(26px,5vw,54px)}
.service-hero-copy .lead{max-width:720px}
.service-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:var(--brand-soft);font-size:36px;margin-bottom:20px;box-shadow:inset 0 0 0 1px #c9e7df}
.service-badges{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0}
.service-badge{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--brand-dark);font-size:13px;font-weight:800}
.service-summary{padding:30px;background:#0b5d57;color:#fff;display:flex;flex-direction:column;justify-content:center}
.service-summary .eyebrow{color:#bcece3}
.service-summary h2{font-size:25px}
.service-summary p{color:#d8eeea}
.service-facts{display:grid;gap:11px;margin-top:10px}
.service-fact{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}
.service-fact strong{display:block;color:#fff}
.service-section{padding:32px 0}
.service-section.alt{background:#eef5f3;border-block:1px solid var(--line)}
.service-section .section-heading{max-width:780px;margin-bottom:20px}
.service-card{padding:26px}
.service-card h2,.service-card h3{margin-top:0}
.service-card .check-list{margin-top:8px}
.service-price{font-size:clamp(2rem,5vw,3rem);line-height:1;font-weight:900;color:var(--brand-dark);letter-spacing:-.04em;margin:14px 0}
.service-cta{padding:34px;background:linear-gradient(135deg,#0b5d57,#0f766e);color:#fff;box-shadow:var(--shadow)}
.service-cta .eyebrow{color:#bcece3}
.service-cta p{color:#d8eeea;max-width:760px}
.service-cta .btn-primary{background:#fff;border-color:#fff;color:var(--brand-dark)}
.service-cta .btn-primary:hover{background:#ecfdf8}
.service-cta .btn-secondary{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}

@media (max-width:860px){
  .service-hero-grid{grid-template-columns:1fr}
  .service-summary{padding:25px}
}

@media (max-width:720px){
  .service-hero{padding-top:20px}
  .service-hero-copy{padding:24px 21px}
  .service-icon{width:60px;height:60px;font-size:30px;border-radius:18px}
  .service-section{padding:24px 0}
  .service-card,.service-cta{padding:21px}
}
