/* ---------- Base ---------- */
body {
  padding-top: 70px;
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

/* ---------- Hero ---------- */
.hero {
  height: 100vh;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ---------- Section ---------- */
section {
  padding: 60px 0;
}

/* ---------- Cards ---------- */
.card h5 {
  color: #0d6efd;
  font-weight: bold;
}

/* ---------- Footer ---------- */
footer {
  background-color: #343a40;
  color: white;
}