
:root{--navy:#0b2741;--blue:#1d5f8f;--green:#25834e;--green2:#36a968;--gold:#e7b844;--cream:#f7f5ef;--ink:#173042;--muted:#607180;--white:#fff;--line:#dbe4e8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{color:inherit}.top{background:var(--navy);color:#fff}.top-inner{max-width:1180px;margin:auto;padding:10px 22px;display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:14px}.top a{text-decoration:none}.header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 3px 14px rgba(0,0,0,.08)}.header-inner{max-width:1180px;margin:auto;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{height:70px;width:auto}.brand-text strong{display:block;color:var(--navy);font-size:18px}.brand-text span{display:block;color:var(--muted);font-size:13px}.nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}.nav a{text-decoration:none;font-weight:700;font-size:14px;color:var(--navy)}.nav a:hover,.nav a.active{color:var(--green)}.nav .cta{background:var(--green);color:#fff;padding:11px 16px;border-radius:999px}.hero{min-height:650px;display:grid;align-items:center;background:linear-gradient(90deg,rgba(5,24,40,.92),rgba(5,24,40,.60)),url('images/helping-others.jpg') center/cover no-repeat;color:#fff}.hero-inner{max-width:1180px;margin:auto;padding:80px 22px;width:100%}.hero-copy{max-width:760px}.eyebrow{display:inline-block;background:rgba(231,184,68,.16);border:1px solid rgba(231,184,68,.5);color:#ffe49a;padding:7px 12px;border-radius:999px;font-weight:700;font-size:14px}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.05;margin:18px 0}.hero p{font-size:clamp(18px,2vw,23px);max-width:700px}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;text-decoration:none;font-weight:800;padding:14px 20px;border-radius:10px}.btn-primary{background:var(--green2);color:#fff}.btn-secondary{background:#fff;color:var(--navy)}.btn-outline{border:2px solid #fff;color:#fff}.trust{background:var(--cream);border-bottom:1px solid var(--line)}.trust-inner{max-width:1180px;margin:auto;padding:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust div{text-align:center;font-weight:700;color:var(--navy)}.section{padding:72px 22px}.section.alt{background:var(--cream)}.wrap{max-width:1180px;margin:auto}.section-title{text-align:center;max-width:760px;margin:0 auto 38px}.section-title h2{font-size:clamp(30px,4vw,44px);line-height:1.15;margin:0 0 12px;color:var(--navy)}.section-title p{color:var(--muted);font-size:18px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 8px 24px rgba(11,39,65,.07)}.card h3{color:var(--navy);font-size:23px;margin:12px 0}.icon{width:54px;height:54px;border-radius:15px;background:#e7f5ed;display:grid;place-items:center;color:var(--green);font-size:25px}.card p{color:var(--muted)}.card a{font-weight:800;color:var(--green);text-decoration:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.split img{width:100%;border-radius:22px;box-shadow:0 16px 45px rgba(0,0,0,.15)}.checklist{padding:0;list-style:none}.checklist li{padding:8px 0 8px 30px;position:relative}.checklist li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}.banner{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;border-radius:24px;padding:42px;display:flex;justify-content:space-between;gap:30px;align-items:center}.banner h2{margin:0 0 8px;font-size:34px}.page-hero{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;padding:76px 22px;text-align:center}.page-hero h1{font-size:clamp(38px,5vw,58px);margin:0 0 12px}.page-hero p{max-width:760px;margin:auto;font-size:19px}.form-wrap{max-width:780px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 10px 30px rgba(11,39,65,.08)}form{display:grid;gap:16px}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{font-weight:700;color:var(--navy)}input,select,textarea{width:100%;padding:13px;border:1px solid #bac8d1;border-radius:9px;font:inherit}textarea{min-height:130px}button{border:0;cursor:pointer;font:inherit}.notice{background:#eef7f2;border-left:5px solid var(--green);padding:18px;border-radius:8px;color:#355649}.footer{background:#071c2d;color:#dce8ef;padding:44px 22px}.footer-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer a{color:#dce8ef;text-decoration:none;display:block;margin:6px 0}.footer small{color:#a9bac5}.legal{max-width:1180px;margin:25px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}
@media(max-width:850px){.header{position:static}.header-inner{align-items:flex-start;flex-direction:column}.nav{justify-content:flex-start}.cards,.trust-inner,.split,.footer-inner{grid-template-columns:1fr}.hero{min-height:590px}.banner{align-items:flex-start;flex-direction:column}.two{grid-template-columns:1fr}.brand img{height:58px}}
