
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
}
header.hero {
  background: #003366;
  color: white;
  text-align: center;
  padding: 4em 1em;
}
header.hero h1 {
  margin: 0.2em 0;
  font-size: 2em;
}
header.hero .cta {
  background: #ffcc00;
  color: #003366;
  padding: 0.75em 1.5em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}
section {
  padding: 2em 1em;
  max-width: 800px;
  margin: auto;
}
.services ul, .why ul {
  list-style: none;
  padding: 0;
}
.services ul li, .why ul li {
  margin-bottom: 0.5em;
}
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
form {
  display: flex;
  flex-direction: column;
}
form input, form textarea {
  margin-bottom: 1em;
  padding: 0.75em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form button {
  background: #003366;
  color: white;
  padding: 0.75em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
}
footer {
  background: #f0f0f0;
  text-align: center;
  padding: 1em;
  font-size: 0.9em;
}
