

:root { --navy:#07192b; --navy2:#0d2742; --lime:#b8f23c; --paper:#f4f6f7; --ink:#0b1d2d; --muted:#697786; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--font-body),sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { position:absolute; z-index:10; top:0; left:0; right:0; height:86px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:32px; padding:0 clamp(22px,5vw,76px); color:white; border-bottom:1px solid #ffffff2c; }
.brand { display:flex; align-items:center; gap:9px; font:700 15px var(--font-display),sans-serif; letter-spacing:.04em; }
.brand span { display:grid; place-items:center; width:38px; height:38px; background:var(--lime); color:var(--navy); border-radius:4px 14px 4px 14px; }
nav { display:flex; gap:32px; font-size:13px; color:#d9e4ed; }
nav a:hover { color:var(--lime); }
.header-cta { justify-self:end; display:flex; align-items:center; gap:7px; color:var(--lime); font-size:13px; font-weight:800; }
.header-cta svg { width:17px; }
.hero { position:relative; min-height:780px; height:100svh; display:flex; align-items:center; overflow:hidden; background:var(--navy); color:white; }
.hero>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,19,34,.2) 12%,rgba(5,19,34,.68) 51%,rgba(5,19,34,.95) 100%); }
.hero-content { position:relative; z-index:1; width:min(760px,90vw); margin-left:auto; margin-right:clamp(22px,7vw,120px); padding-top:30px; }
.eyebrow { margin:0 0 20px; color:#70a800; font-size:11px; font-weight:900; letter-spacing:.18em; text-transform:uppercase; }
.hero .eyebrow { color:var(--lime); }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:24px; font:700 clamp(42px,6vw,84px)/1.03 var(--font-display),sans-serif; letter-spacing:-.05em; }
h1 em { color:var(--lime); font-style:normal; }
.hero-copy { max-width:680px; color:#d5e0e8; font-size:clamp(16px,1.35vw,20px); line-height:1.65; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:0 24px; border:1px solid #ffffff48; font-weight:800; font-size:13px; }
.button svg { width:18px; }
.button-primary { background:var(--lime); border-color:var(--lime); color:var(--navy); }
.button-primary:hover { background:#c9ff58; }
.button-ghost:hover { color:var(--lime); border-color:var(--lime); }
.hero-strip { position:absolute; z-index:2; bottom:0; left:0; right:0; display:grid; grid-template-columns:repeat(4,1fr); padding:0 clamp(22px,5vw,76px); background:#061627e6; backdrop-filter:blur(8px); }
.hero-strip span { padding:24px 18px; border-right:1px solid #ffffff1e; color:#aebeca; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.section { padding:clamp(82px,10vw,145px) clamp(22px,7vw,120px); }
.section-heading { max-width:760px; margin-bottom:52px; }
.section h2 { margin-bottom:18px; font:700 clamp(34px,4.5vw,64px)/1.05 var(--font-display),sans-serif; letter-spacing:-.045em; }
.section-heading>p:last-child,.contact>div>p { color:var(--muted); font-size:17px; line-height:1.7; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.service-card { min-height:300px; padding:30px; background:white; border:1px solid #0b1d2d14; transition:.25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:0 22px 60px #001b3415; border-color:#9bd41f; }
.service-card>svg { width:34px; height:34px; color:#70a800; }
.service-card h3 { margin:70px 0 12px; font-size:23px; }
.service-card p { min-height:76px; color:var(--muted); line-height:1.6; }
.service-card span { display:flex; align-items:center; gap:8px; color:#5f9000; font-size:12px; font-weight:800; }
.service-card span svg { width:15px; }
.process { background:var(--navy); color:white; }
.process .eyebrow { color:var(--lime); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:50px; border-top:1px solid #ffffff26; }
.process-grid article { padding:30px 24px 20px 0; border-right:1px solid #ffffff26; }
.process-grid strong { display:block; margin-bottom:68px; color:var(--lime); font:12px var(--font-display),sans-serif; }
.process-grid h3 { margin-bottom:10px; font-size:20px; }
.process-grid p { color:#9fb0bf; line-height:1.6; }
.contact { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:end; }
.map-card { min-height:118px; display:grid; grid-template-columns:42px 1fr 24px; gap:18px; align-items:center; padding:24px; background:white; border:1px solid #0b1d2d1c; box-shadow:0 20px 60px #001b340d; }
.map-card:hover { border-color:#84b915; }
.map-card>svg:first-child { color:#70a800; }
.map-card span { display:flex; flex-direction:column; gap:5px; }
.map-card small { color:var(--muted); }
footer { min-height:110px; display:grid; grid-template-columns:1fr auto auto; gap:30px; align-items:center; padding:24px clamp(22px,5vw,76px); background:#061627; color:#7f93a4; font-size:12px; }
footer .brand { color:white; }
footer a:hover { color:var(--lime); }
.stats-page { min-height:100vh; padding:clamp(50px,10vw,120px); background:var(--navy); color:white; }
.stats-page .eyebrow { color:var(--lime); }
.stats-page h1 { max-width:850px; font-size:clamp(38px,6vw,76px); }
.stats-note { max-width:650px; color:#9fb0bf; line-height:1.6; }
.stats-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin:50px 0; }
.stats-card { padding:28px; background:var(--navy2); border:1px solid #ffffff1e; }
.stats-card strong { display:block; color:var(--lime); font:40px var(--font-display),sans-serif; }
.stats-card span,.text-link { color:#9fb0bf; }
@media (max-width:900px) { nav{display:none}.site-header{grid-template-columns:1fr auto}.hero-content{margin-left:clamp(22px,7vw,80px)}.hero-shade{background:linear-gradient(90deg,rgba(5,19,34,.9),rgba(5,19,34,.68))}.service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.contact{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:560px) { .site-header{height:72px}.header-cta{font-size:0}.header-cta svg{width:22px}.hero{min-height:780px}.hero-strip{grid-template-columns:repeat(2,1fr)}.hero-strip span{padding:14px 8px}.service-grid{grid-template-columns:1fr}.service-card{min-height:250px}.service-card h3{margin-top:48px}.process-grid{grid-template-columns:1fr}.process-grid strong{margin-bottom:30px}footer{grid-template-columns:1fr;gap:14px}.stats-grid{grid-template-columns:1fr} }

:root{--font-body:Arial,sans-serif;--font-display:Arial,sans-serif}
