body {
  margin: 0;
  font-family: sans-serif;
  background: #f5f7fa;
  color: #222;
}

.topbar {
  background: #0b5cff;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.brand .logo {
  font-size: 22px;
  font-weight: bold;
}

.brand .tag {
  font-size: 13px;
  opacity: 0.8;
}

.container {
  padding: 20px;
}

.hero {
  text-align: center;
  margin-top: 40px;
}

.hero h1 {
  font-size: 26px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 16px;
  opacity: 0.8;
}

.actions {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn {
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.primary {
  background: #0b5cff;
  color: #fff;
}

.secondary {
  background: #ffd700;
  color: #000;
}

.footer {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  background: #eee;
  font-size: 14px;
}
