body {
  background-color: #f8f9fa;
  font-family: "DM Sans", sans-serif;
}

/* Top bar */
.topbar {
  background-color: #ffffff;
  height: 64px;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #111827;
}

.help-btn {
  background: none;
  border: 1px solid #11162a;
  color: #11162a;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.help-btn:hover {
  background-color: #11162a;
  color: #fff;
}

.card {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 2rem;
  background-color: #ffffff;
}

/* Buttons */
button,
.btn {
  font-family: "DM Sans", sans-serif !important;
  cursor: pointer;
}

.big-button,
.btn-primary,
.btn-success {
  background-color: #1a1f36 !important;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  color: #ffffff !important;
  transition: background-color 0.3s ease;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

button.btn-primary:hover {
  background-color: #0a0f28 !important;
  color: #ffffff !important;
}

.d-grid {
  margin-top: 1.5rem;
}

#statusResult {
  font-weight: 500;
  font-size: 1rem;
}

.success {
  color: green;
}

.error {
  color: red;
}

/* Footer Styling */
.site-footer {
    color: #131836;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-size: 14px;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Footer links */
.site-footer a {
    color: grey;
    text-decoration: none;
    margin: 0 10px;
}
