
.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,"Segoe UI",sans-serif;background:#071526;color:#C6FF3A;line-height:1.5}
.sale-bar{background:#C6FF3A;color:#071526;text-transform:uppercase;font-size:.75rem}
header.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}
.brand{display:flex;gap:.6rem;align-items:center;text-decoration:none;font-weight:800;letter-spacing:-.03em}
.brand img{width:40px;height:40px}
nav a{text-decoration:none;margin-left:1rem;font-size:.88rem;font-weight:600}
.hero{padding:1.5rem 0 2rem;display:grid;gap:1.4rem}
@media(min-width:860px){.hero{grid-template-columns:1fr 1fr;align-items:center}}
.hero h1{font-size:clamp(2.2rem,6vw,3.6rem);line-height:.95;letter-spacing:-.04em;margin:.4rem 0 1rem}
.lede{color:#D8ECA0;margin-bottom:1.2rem;max-width:34rem}
.btn-solid{background:#C6FF3A;color:#071526}
.btn-ghost{border:2px solid #C6FF3A;margin-left:.35rem}
.services{background:#F2F5EE;color:#0A1A12;padding:2.6rem 0}
.services h2{font-size:clamp(1.6rem,4vw,2.2rem);letter-spacing:-.03em;margin:.3rem 0 1.2rem}
.hex{display:grid;gap:1rem}
@media(min-width:720px){.hex{grid-template-columns:1fr 1fr 1fr}}
.hex article{background:#fff;padding:1.1rem;border-top:4px solid #C6FF3A}
.hex h3{font-size:.95rem;margin-bottom:.35rem}
.why{padding:2.5rem 0}
.why h2{margin:.3rem 0 1rem;letter-spacing:-.03em}
.why-list li{border-bottom:1px solid #C6FF3A33}
.offer{background:#F2F5EE;color:#0A1A12;padding:2.6rem 0}
.offer h2{color:#071526}
.offer-form{background:#071526;color:#C6FF3A;padding:1.2rem}
.offer-form input,.offer-form textarea{border:1px solid #C6FF3A;background:#0C2340;color:#C6FF3A}
.site-foot{padding:1.1rem 0;font-size:.85rem;color:#9BB06A}
