/* assets/css/style.css */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #1f2933;
}

.navbar-brand span {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero {
  padding: 80px 0;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #6b7280;
}

.section-title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.card {
  border-radius: 14px;
  border: none;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.footer {
  padding: 30px 0;
  background: #0f172a;
  color: #9ca3af;
  margin-top: 60px;
}

.footer a {
  color: #e5e7eb;
  text-decoration: none;
}

.badge-pill {
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.75rem;
}
