body {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1b1f29;
  background-color: #f8f9fb;
}

h1, h2, h3, h4, h5, h6 {
  color: #0f172a;
}

.hero {
  background: radial-gradient(circle at 10% 20%, rgba(79, 70, 229, 0.12), transparent 30%), radial-gradient(circle at 90% 10%, rgba(14, 165, 233, 0.12), transparent 25%), #f8f9fb;
}

.py-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-size: 1.1rem;
}

.form-card {
  background: #ffffff;
  border-radius: 16px;
}

.form-control:focus,
.form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

.bg-gradient {
  background: linear-gradient(135deg, #eef2ff, #ecfeff);
  border-radius: 16px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.social-proof span::before {
  content: "•";
  margin-right: 8px;
  color: #2563eb;
}

@media (max-width: 767.98px) {
  .py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
