:root{--brand:#021b5c;--accent:#b6122b;--muted:#666;--bg:#fff}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;line-height:1.5;margin:0;color:#111;background:var(--bg)}
.container{max-width:900px;margin:0 auto;padding:24px}
.site-header{background:#fff;padding:20px 0;text-align:center;border-bottom:4px solid var(--accent)}
.brand{margin:0;font-size:1.6rem}
.logo{display:block;margin:0 auto;max-width:220px;height:auto}
.tagline{margin:10px 0 0;color:var(--brand);font-weight:600}
.hero{padding:28px 0;border-bottom:1px solid #eee}
.hero-inner{display:flex;gap:20px;align-items:center}
.profile{width:140px;height:140px;border-radius:8px;background:#eee}
.hero-copy h2{margin:0 0 8px;font-size:1.25rem;color:var(--brand)}
.cta .btn{display:inline-block;margin-right:8px;padding:10px 14px;background:var(--brand);color:#fff;text-decoration:none;border-radius:6px}
.cta .btn.btn-accent{background:var(--accent)}
section h3{margin-top:24px;color:var(--brand)}
.site-footer{background:#f7f7f7;padding:18px 0;margin-top:28px;text-align:center;color:var(--muted);border-top:3px solid var(--brand)}
.footer-contact p{margin:4px 0}
.footer-contact a{color:var(--brand)}
.credit{font-size:0.9rem;margin-top:8px}
@media(max-width:640px){.hero-inner{flex-direction:column}.profile{width:120px;height:120px}}
