
.offer-grid{display:grid;gap:1.4rem}
@media(min-width:800px){.offer-grid{grid-template-columns:1fr 1fr;align-items:start}}
.offer-form{display:grid;gap:.65rem}
.offer-form label{display:grid;gap:.25rem;font-size:.78rem;font-weight:700}
.offer-form input,.offer-form textarea{font:inherit;padding:.55rem;width:100%}
.offer-form .btn{border:0;cursor:pointer}
.fine{font-size:.85rem;margin-top:.6rem}
.foot-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.1rem}
*{box-sizing:border-box;margin:0;padding:0}
html{font-size:17px}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.sale-bar{position:sticky;top:0;z-index:50;text-align:center;padding:.55rem 1rem;font-weight:800;letter-spacing:.06em}
.btn{display:inline-block;padding:.7rem 1.1rem;font-weight:800;text-decoration:none}
.kicker{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700}
.why-list{list-style:none}
.why-list li{padding:.65rem 0}

body{font-family:ui-sans-serif,system-ui,sans-serif;background:#F4FBFA;color:#1B3A38;line-height:1.6}
.sale-bar{background:#9EE4D9;color:#0E3B38;font-size:.8rem}
header.nav{display:flex;justify-content:space-between;align-items:center;padding:1.15rem 0}
.brand{display:flex;gap:.55rem;align-items:center;text-decoration:none;font-weight:700;color:#1B7A72}
.brand img{width:38px;height:38px}
nav a{text-decoration:none;margin-left:1rem;font-size:.88rem;color:#1B3A38}
.hero{padding:1.8rem 0 2rem;text-align:left}
@media(min-width:800px){.hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}}
.hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.12;margin:.4rem 0 1rem;color:#0E3B38}
.kicker{color:#2A9B90}
.lede{margin-bottom:1.2rem;max-width:34rem}
.btn-solid{background:#1B7A72;color:#fff;border-radius:8px}
.btn-ghost{color:#1B7A72;margin-left:.5rem}
.quiet{font-size:.85rem;color:#4A7A76;margin-top:.8rem}
.services{padding:2.4rem 0}
.ice{display:grid;gap:1rem}
@media(min-width:720px){.ice{grid-template-columns:1fr 1fr 1fr}}
.ice article{background:#fff;border-radius:16px;padding:1.2rem;box-shadow:0 8px 24px #1B7A7214;border:1px solid #D7F3EE}
.ice h3{color:#1B7A72;margin-bottom:.35rem;font-size:1rem}
.why{background:#E7F7F4;padding:2.5rem 0}
.why h2{margin:.3rem 0 1rem}
.why-list li{border-bottom:1px solid #1B7A7222}
.offer{padding:2.5rem 0}
.offer-form{background:#fff;padding:1.2rem;border-radius:16px;border:1px solid #D7F3EE}
.offer-form input,.offer-form textarea{border:1px solid #BFE8E1;border-radius:8px}
.site-foot{padding:1.1rem 0;font-size:.88rem;color:#4A7A76}
.site-foot a{color:#1B7A72}
