body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2933;
}

header {
  background: #0b2a42;
  color: white;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  margin-left: 20px;
  color: white;
  font-weight: 600;
}

.hero {
  background: #f4f7fa;
  text-align: center;
  padding: 90px 20px;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: #0b2a42;
}

.hero p {
  max-width: 750px;
  margin: auto;
  font-size: 1.1rem;
}

.btn {
  display: inline-block;
  margin-top: 25px;
  background: #0066cc;
  color: white;
  padding: 14px 28px;
  border-radius: 5px;
  font-weight: bold;
}

.metrics {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background: white;
}

.metrics div {
  margin: 0 30px;
  text-align: center;
}

.services, .who, .process, .contact {
  padding: 70px 40px;
  text-align: center;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.card {
  background: #f9fafb;
  padding: 30px;
  width: 280px;
  border-radius: 8px;
}

.who ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
}

.who li {
  margin: 10px 0;
}

.steps {
  display: flex;
  justify-content: center;
  gap: 40px;
}

footer {
  background: #0b2a42;
  color: white;
  text-align: center;
  padding: 25px;
}
