
:root{--navy:#0d2f62;--deep:#071b37;--gold:#f1b722;--ink:#1f2c44;--muted:#6d7890;--soft:#f5f7fb;--line:#e2e8f1;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,92%);margin:auto}
.top{background:var(--deep);color:#d9e4f4;font-size:13px}.top .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #edf1f5}.nav{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 0}.brand img{width:300px}.menu{display:flex;gap:20px;align-items:center;font-size:14px;font-weight:700}.menu a.active,.menu a:hover{color:var(--gold)}
.hero{background:linear-gradient(115deg,#071b37 0%,#0d2f62 58%,#163d78 100%);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:500px;align-items:center}.hero-copy{padding:60px 40px 60px 0}.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.hero h1{font-size:52px;line-height:1.06;margin:13px 0}.hero h1 span{color:var(--gold)}.hero p{font-size:17px;color:#d9e4f4;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:10px;background:var(--gold);color:#172034;font-weight:800}.btn.outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.hero-photo{height:100%;min-height:500px;position:relative}.hero-photo img{height:100%;width:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0d2f62,transparent 40%)}
.values{margin-top:-34px;position:relative;z-index:5}.values .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-radius:16px;overflow:hidden;box-shadow:0 14px 32px rgba(6,31,64,.16)}.value{background:#fff;padding:23px}.value b{display:block;margin-bottom:4px}.value span{font-size:13px;color:var(--muted)}
.section{padding:72px 0}.soft{background:var(--soft)}.head{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px}.head h2{font-size:34px;margin:5px 0}.head p{color:var(--muted);max-width:700px;margin:0}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(7,27,55,.06)}.card img{height:220px;width:100%;object-fit:cover}.pad{padding:22px}.tag{display:inline-block;font-size:11px;font-weight:800;border-radius:999px;padding:5px 9px;background:#fff5d9;color:#8a6500}.card h3{font-size:21px;margin:10px 0 7px}.card p{color:var(--muted);margin:0}
.feature{padding:24px;border:1px solid var(--line);border-radius:16px;background:white}.ico{width:50px;height:50px;border-radius:12px;background:#edf2fa;color:var(--navy);display:grid;place-items:center;font-size:21px;font-weight:900;margin-bottom:14px}
.band{background:var(--navy);color:#fff;padding:36px 0}.bandgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.banditem{border-right:1px solid rgba(255,255,255,.18);padding-right:16px}.banditem:last-child{border:0}.banditem b{display:block;color:var(--gold);font-size:20px}.banditem span{font-size:13px;color:#d8e4f6}
.pagehero{background:linear-gradient(120deg,#071b37,#0d2f62);color:#fff;padding:70px 0}.pagehero h1{font-size:46px;margin:6px 0}.crumb{font-size:13px;color:#cbd8ec}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.split img{width:100%;height:370px;object-fit:cover;border-radius:18px}.list{display:grid;gap:12px}.list div{padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:12px}.list strong{color:var(--navy)}
.cta{background:linear-gradient(120deg,#0d2f62,#163d78);color:#fff;border-radius:20px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{margin:0 0 7px}.cta p{margin:0;color:#d8e4f6}
.footer{background:var(--deep);color:#d8e3f3;padding:50px 0 18px}.footergrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.15fr;gap:32px}.footer img{width:285px}.footer h4{color:white;margin-top:0}.footer a{display:block;margin:7px 0}.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:16px;font-size:13px;color:#9fb0cb}
@media(max-width:900px){.menu{display:none}.hero-grid,.split{grid-template-columns:1fr}.hero h1{font-size:40px}.values .wrap,.bandgrid{grid-template-columns:repeat(2,1fr)}.grid3,.footergrid{grid-template-columns:1fr 1fr}.hero-photo{min-height:320px}}
@media(max-width:600px){.top .wrap{display:block}.hero h1,.pagehero h1{font-size:34px}.values .wrap,.bandgrid,.grid3,.grid2,.footergrid{grid-template-columns:1fr}.brand img{width:245px}.section{padding:52px 0}.cta{display:block}.cta .btn{margin-top:18px}}
