body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  margin: 0;
  background: #f4f9fc;
  color: #333;
}

header {
  background: #0057a0;
  color: #fff;
  padding: 2em;
  text-align: center;
  border-bottom: 4px solid #003f75;
}

.logo {
  max-width: 140px;
  margin-bottom: 1em;
}

.tagline {
  font-style: italic;
  font-size: 1.1em;
  margin-top: -0.5em;
}

section {
  padding: 2em;
  margin: 1em auto;
  max-width: 1000px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 0.5em 0;
}

a {
  color: #0057a0;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

.grid-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}

.grid-links > div {
  flex: 1 1 45%;
}
.assistance-type {
  margin-bottom: 2em;
}

.assistance-type h3 {
  color: #0057a0;
  margin-bottom: 0.3em;
}

footer {
  text-align: center;
  font-size: 0.9em;
}