
body { font-family: sans-serif; margin: 0; padding: 0; }
header { background: #1e3799; color: white; padding: 1em; display: flex; justify-content: space-between; align-items: center; }
nav a { color: white; margin: 0 1em; text-decoration: none; }
.hero { background: #f1f1f1; padding: 2em; text-align: center; }
.cta-button { background: #1e3799; color: white; padding: 0.8em 1.2em; border: none; text-decoration: none; }
footer { background: #1e3799; color: white; text-align: center; padding: 1em; }
form { display: flex; flex-direction: column; max-width: 400px; margin: auto; }
form input, form textarea { margin-bottom: 1em; padding: 0.5em; }
