:root{--ink:#152018;--green:#2d5a3d;--lime:#d7ef69;--cream:#f5f1e8;--white:#fff;--muted:#667067}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}a{color:inherit}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:rgba(245,241,232,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid #ddd7ca}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand b{font-size:25px;line-height:1;letter-spacing:-1px}.brand small{display:block;font-size:9px;letter-spacing:3px;margin-top:4px}.mark{display:grid;place-items:center;width:43px;height:43px;border-radius:10px;background:var(--green);color:var(--lime);font-weight:900;letter-spacing:-2px;font-size:19px;transform:skew(-5deg)}nav{display:flex;gap:28px;align-items:center}nav a{text-decoration:none;font-weight:700;font-size:14px}.navcta{background:var(--ink);color:white;padding:11px 16px;border-radius:8px}.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(115deg,rgba(21,32,24,.96),rgba(21,32,24,.78)),radial-gradient(circle at 80% 30%,#617663,#18271d);color:white;padding:80px max(5vw,24px)}.hero-inner{max-width:900px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:2.5px;color:var(--green);margin:0 0 14px}.hero .eyebrow,.request .eyebrow{color:var(--lime)}h1{font-size:clamp(52px,8vw,100px);line-height:.93;letter-spacing:-5px;margin:0 0 28px;max-width:1050px}h1 em{font-style:normal;color:var(--lime)}.lead{font-size:clamp(19px,2.4vw,27px);max-width:700px;color:#e5e9e5}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 24px}.btn{display:inline-block;border:0;border-radius:8px;padding:15px 20px;font:inherit;font-weight:900;text-decoration:none;cursor:pointer}.primary{background:var(--lime);color:var(--ink)}.secondary{background:transparent;color:white;border:1px solid #88938b}.coverage{font-size:14px;color:#bec8c0}.trust{display:grid;grid-template-columns:repeat(3,1fr);background:var(--green);color:white;padding:25px max(5vw,24px);gap:25px}.trust div{display:flex;flex-direction:column}.trust strong{color:var(--lime)}.trust span{font-size:13px}.section{padding:95px max(5vw,24px)}h2{font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 45px;max-width:900px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.grid article{background:white;border:1px solid #e2ddd3;padding:28px;border-radius:12px;min-height:190px}.grid h3{font-size:22px;margin-top:0}.grid p,.split p{color:var(--muted)}.band{background:#dfe6d9;padding:90px max(5vw,24px)}.band>div{max-width:900px}.band p:not(.eyebrow){font-size:20px;max-width:760px}.textlink{font-weight:900}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px}.split p{font-size:18px}.request{background:var(--ink);color:white;padding:95px max(5vw,24px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.request-copy p{color:#c7cec9}.request-copy a{color:var(--lime);font-size:22px;font-weight:900}form{background:white;color:var(--ink);padding:32px;border-radius:14px}.two,.three{display:grid;gap:14px}.two{grid-template-columns:1fr 1fr}.three{grid-template-columns:repeat(3,1fr)}label{display:block;font-size:13px;font-weight:800;margin-bottom:14px}input,select,textarea{display:block;width:100%;margin-top:6px;padding:13px;border:1px solid #cdd2cd;border-radius:7px;font:inherit;background:#fbfbf8}textarea{resize:vertical}.fine{font-size:12px;color:#707870}.hp{position:absolute;left:-9999px}#formStatus{font-weight:800}footer{padding:40px max(5vw,24px) 80px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:25px;background:#0e1510;color:white;font-size:14px}footer a{color:white}.mobilebar{display:none}@media(max-width:760px){header{height:66px}header nav a:not(.navcta){display:none}.brand b{font-size:21px}.mark{width:38px;height:38px}h1{letter-spacing:-3px}.hero{min-height:600px;padding-top:65px}.trust{grid-template-columns:1fr;gap:13px}.grid{grid-template-columns:1fr}.section,.band,.request{padding-top:70px;padding-bottom:70px}.split,.request{grid-template-columns:1fr;gap:25px}.two,.three{grid-template-columns:1fr}form{padding:20px}footer{grid-template-columns:1fr;padding-bottom:100px}.mobilebar{position:fixed;display:grid;grid-template-columns:1fr 1fr;bottom:0;left:0;right:0;z-index:30}.mobilebar a{text-align:center;padding:15px;text-decoration:none;font-weight:900;background:var(--green);color:white}.mobilebar a:last-child{background:var(--lime);color:var(--ink)}}

/* Full CampFix brand mark */
header{height:112px;background:#fff}
.brand-logo{display:block;width:210px;height:auto}
footer .brand-logo{width:235px}
@media(max-width:760px){header{height:88px;padding-inline:16px}.brand-logo{width:clamp(126px,38vw,155px)}footer .brand-logo{width:210px}}
