body {
  margin: 0;
  font-family: Inter, sans-serif;
  background: #f5f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.landing-container {
  text-align: center;
}

.brand {
  font-size: 3rem;
  font-weight: 700;
}

.tagline {
  margin-top: -10px;
  color: #555;
}

.landing-buttons .btn {
  display: inline-block;
  padding: 12px 30px;
  margin: 10px;
  border-radius: 8px;
  background: #007bff;
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}

.secondary {
  background: #444;
}
