body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

header {
  background: linear-gradient(90deg, #1e3a8a, #2563eb);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.hero-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-text h1 {
  font-weight: 700;
  font-size: 3rem;
}

.hero-text p {
  font-size: 1.25rem;
}

.btn {
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

section h2 {
  font-weight: 600;
  font-size: 2rem;
  color: #1e3a8a;
}

footer {
  background-color: #111;
}

footer p {
  margin: 0;
}
