:root{--navy:#0B1F3A;--teal:#1BA3A3;--paper:#F4F7FA;--ink:#102033;--gold:#C4A35A;--line:#D5DEE8}
*{box-sizing:border-box;margin:0;padding:0}
html{font-size:17px}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
body{font-family:ui-sans-serif,system-ui,"Liberation Sans",Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}
.sale-bar{position:sticky;top:0;z-index:50;background:var(--navy);color:#fff;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem 1.4rem;align-items:center;padding:.55rem 1rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}
.bar-cta{background:var(--teal);color:#fff;text-decoration:none;padding:.25rem .7rem}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.1rem}
header.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand{display:flex;align-items:center;gap:.7rem;font-weight:900;letter-spacing:.04em;text-decoration:none;color:var(--navy)}
.brand img{width:42px;height:42px}
nav a{font-weight:700;margin-left:1rem;text-decoration:none;font-size:.9rem;color:var(--navy)}
.hero{background:var(--navy);color:#fff;padding:2.6rem 0 3rem}
.hero-grid{display:grid;gap:1.6rem}
@media(min-width:840px){.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center}}
.kicker{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--teal)}
.hero h1{font-size:clamp(2.1rem,5.5vw,3.4rem);line-height:1.02;letter-spacing:-.03em;margin:.4rem 0 1rem}
.lede{max-width:38rem;margin-bottom:1.2rem;color:#D7E4EE}
.pills{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.1rem}
.pills span{border:1px solid var(--teal);color:#fff;padding:.2rem .55rem;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.btn{display:inline-block;padding:.7rem 1.1rem;font-weight:800;text-decoration:none;letter-spacing:.03em;border:3px solid currentColor}
.btn-solid{background:var(--teal);color:#fff;border-color:var(--teal)}
.btn-ghost{color:#fff;border-color:#fff;margin-left:.4rem}
.services,.offer,.faq{padding:2.6rem 0}
.services h2,.why h2,.offer h2,.faq h2{font-size:clamp(1.5rem,3.6vw,2.1rem);margin:.3rem 0 1.2rem}
.svc-grid{display:grid;gap:1rem}
@media(min-width:700px){.svc-grid{grid-template-columns:1fr 1fr 1fr}}
.card{background:#fff;padding:1.1rem 1.15rem;border-top:4px solid var(--teal);box-shadow:0 8px 24px #0B1F3A12}
.card h3{margin-bottom:.35rem;font-size:1.05rem;color:var(--navy)}
.why{background:var(--navy);color:#fff;padding:2.5rem 0}
.why .kicker{color:var(--gold)}
.why-list{list-style:none}
.why-list li{padding:.65rem 0;border-bottom:1px solid #ffffff22}
.why-list li::before{content:"▸ ";color:var(--teal)}
.offer-grid{display:grid;gap:1.4rem}
@media(min-width:800px){.offer-grid{grid-template-columns:1fr 1fr;align-items:start}}
.price-xl{font-size:clamp(2.4rem,6vw,3.6rem);font-weight:900;color:var(--navy);line-height:1;margin:.2rem 0 .6rem}
.include{list-style:none;margin:1rem 0}
.include li{padding:.35rem 0 .35rem 1.1rem;position:relative}
.include li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:800}
.offer-form{display:grid;gap:.65rem;background:#fff;padding:1.2rem;border:1px solid var(--line)}
.offer-form label{display:grid;gap:.25rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.offer-form .row{display:grid;gap:.65rem}
@media(min-width:560px){.offer-form .row{grid-template-columns:1fr 1fr}}
.offer-form input,.offer-form textarea{font:inherit;padding:.55rem;width:100%;border:2px solid var(--navy);background:#fff;color:var(--ink)}
.offer-form .btn{border:0;cursor:pointer;width:100%;text-align:center;color:#fff}
.trust{font-size:.85rem;color:#5b6b7c;margin-top:.3rem}
.faq details{border-bottom:1px solid var(--line);padding:.8rem 0}
.faq summary{cursor:pointer;font-weight:800}
.faq details p{margin:.5rem 0 0;color:#5b6b7c}
.site-foot{background:var(--navy);color:#fff;padding:1.2rem 0;font-size:.9rem}
.foot-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}
.sticky-buy{position:sticky;bottom:0;z-index:40;background:var(--teal);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1.1rem;font-weight:800}
.sticky-buy .btn{background:var(--navy);color:#fff;border-color:var(--navy)}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.disclaimer{font-size:.9rem;background:#fff;border-left:4px solid var(--gold);padding:.9rem 1rem;margin:1.2rem 0 0;max-width:40rem}
