:root{--navy:#063b46;--teal:#0797a8;--red:#ef4050;--lime:#96c11f;--ink:#17373d;--muted:#6d858a;--soft:#f4f7f6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Tahoma,Arial,sans-serif;line-height:1.8}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.topbar{background:var(--navy);color:#d8eaed;font-size:13px}.topbar .container,.header .container{display:flex;align-items:center;justify-content:space-between}.header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 3px 18px #063b4612}.brand{display:flex;align-items:center;gap:10px;padding:9px 0}.brand img{width:58px}.brand strong{font-size:14px}.nav{display:flex;gap:25px;align-items:center}.nav a:hover,.nav a.active{color:var(--teal)}.btn{display:inline-block;background:var(--teal);color:#fff;border:0;border-radius:24px;padding:10px 22px;cursor:pointer}.btn.red{background:var(--red)}.hero{min-height:390px;display:grid;place-items:center;color:#fff;text-align:center;background:linear-gradient(#052f3bbf,#052f3bd9),url('../images/home-visit-photo.png') center/cover}.hero h1{font-size:clamp(34px,5vw,62px);margin:0}.hero p{max-width:750px;margin:15px auto;font-size:18px}.section{padding:75px 0}.section.soft{background:var(--soft)}.kicker{color:var(--red);font-weight:bold}.title{font-size:clamp(28px,4vw,44px);margin:5px 0 15px}.lead{color:var(--muted);max-width:760px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.card{background:#fff;border:1px solid #e5eded;border-radius:16px;padding:25px;box-shadow:0 8px 30px #063b460b}.card h3{margin-top:0}.icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#e2f5f6;color:var(--teal);font-size:24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split img{width:100%;border-radius:22px;max-height:520px;object-fit:cover}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fact{background:var(--navy);color:#fff;border-radius:15px;padding:20px;text-align:center}.fact strong{display:block;font-size:30px;color:#b6db2b}.form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:bold}.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid #cddcde;border-radius:9px;font:inherit}.field textarea{min-height:140px}.alert{background:#daf4e9;color:#145c46;border-radius:9px;padding:12px;margin-bottom:15px}.footer{background:var(--navy);color:#d8eaed;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer img{width:180px}.footer h3{color:#fff}.footer a{display:block;margin:5px 0}.copy{border-top:1px solid #ffffff26;margin-top:30px;padding-top:15px;text-align:center}.prose h2{color:var(--teal)}.prose img{max-width:100%}@media(max-width:850px){.nav{display:none}.cards,.split,.footer-grid{grid-template-columns:1fr}.form{grid-template-columns:1fr}.field.full{grid-column:auto}.facts{grid-template-columns:1fr}.section{padding:50px 0}.hero{min-height:300px}}

/* CMS-controlled hero presentation */
.managed-inner-hero{background-position:var(--managed-image-position,center center)!important;box-shadow:inset 0 0 0 100vmax rgba(3,35,42,var(--managed-overlay,.2))}
.managed-inner-hero>[class$="-shell"],.managed-inner-hero>.container{display:flex!important;width:min(1240px,92%);margin-inline:auto}
.managed-inner-hero[data-hero-position="left"]>[class$="-shell"],.managed-inner-hero[data-hero-position="left"]>.container{justify-content:flex-start;text-align:left}
.managed-inner-hero[data-hero-position="center"]>[class$="-shell"],.managed-inner-hero[data-hero-position="center"]>.container{justify-content:center;text-align:center}
.managed-inner-hero[data-hero-position="right"]>[class$="-shell"],.managed-inner-hero[data-hero-position="right"]>.container{justify-content:flex-end;text-align:right}
.managed-inner-hero[data-hero-vertical="top"]{align-items:flex-start!important;padding-top:55px}
.managed-inner-hero[data-hero-vertical="center"]{align-items:center!important}
.managed-inner-hero[data-hero-vertical="bottom"]{align-items:flex-end!important;padding-bottom:55px}
.managed-inner-hero[data-hero-position="center"] [class$="-actions"],.managed-inner-hero[data-hero-position="center"] [class$="-stats"],.managed-inner-hero[data-hero-position="center"] [class$="-trust"],.managed-inner-hero[data-hero-position="center"] [class$="-points"]{margin-inline:auto;justify-content:center}
