
body {
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
.hero {
  background: #003366;
  color: white;
  padding: 60px 20px;
  text-align: center;
}
.headline {
  font-size: 48px;
  margin: 0;
}
.tagline {
  font-size: 20px;
  margin-top: 10px;
}
.subheading {
  margin-top: 20px;
  font-size: 18px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background: #ffcc00;
  color: #003366;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}
.content {
  padding: 40px 20px;
}
.resources ul {
  list-style: none;
  padding: 0;
}
.resources li {
  margin-bottom: 20px;
}
.resources a {
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}
.footer {
  background: #003366;
  color: white;
  text-align: center;
  padding: 20px;
}
