body {font-family: Arial, sans-serif;margin:0;padding:0;line-height:1.6;color:#333;}
header {background:#0b3954;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:1rem;}
.logo-container {display:flex;align-items:center;gap:0.5rem;}
.logo-img {width:50px;height:50px;}
.logo-text {font-size:1.5rem;font-weight:bold;}
nav ul {list-style:none;display:flex;gap:1rem;}
nav a {color:#fff;text-decoration:none;}
nav a.active {text-decoration: underline;}
.hero {display:flex;flex-wrap:wrap;padding:2rem;align-items:center;background:#f4f4f4;}
.hero-text {flex:1;}
.hero-image img {max-width:250px;height:auto;}
section.page-content {padding:2rem;}
footer {text-align:center;background:#0b3954;color:#fff;padding:1rem;margin-top:2rem;}
.cta {display:inline-block;background:#ff6600;color:#fff;padding:0.5rem 1rem;text-decoration:none;border-radius:5px;margin-top:1rem;}
.cta:hover {background:#e65c00;}