body {
  background: #f7f8fa;
  color: #222;
}
.hero-image {
  width: 320px;
  max-width: 100%;
}
.testimonial-card {
  border-radius: 12px;
  background: #f7f8fa;
}
.step-icon {
  width: 60px;
}
.benefit-card {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px #0001;
}
.cta-btn, .btn-primary {
  background: #003366;
  border: none;
}
.cta-btn:hover, .btn-primary:hover {
  background: #00509e;
}
.footer {
  background: #003366;
  color: #fff;
}
.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #003366 !important;
}
@media (max-width: 900px) {
  .hero-image {
    margin-bottom: 2rem;
  }
  .navbar .btn {
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .hero-image {
    width: 100%;
  }
  .display-5, h1, h2, h3 {
    font-size: 1.5rem !important;
  }
  .navbar-brand span {
    font-size: 1.2rem !important;
  }
  .navbar-nav {
    text-align: center;
  }
}