:root {
  --ctsense-blue: #0b2e4a;
  --ctsense-blue-2: #123f63;
  --ctsense-accent: #0d6efd;
}

body {
  background: #f8fafc;
  color: #1f2937;
}

.bg-ctsense {
  background: var(--ctsense-blue);
}

.hero {
  background:
    linear-gradient(120deg, rgba(11, 46, 74, .96), rgba(18, 63, 99, .88)),
    radial-gradient(circle at top right, rgba(13, 110, 253, .35), transparent 35%);
}

.page-header {
  background:
    linear-gradient(120deg, rgba(11, 46, 74, .98), rgba(18, 63, 99, .92));
  color: #fff;
}

.card, .feature-box {
  border-radius: 1rem;
}

.feature-box {
  height: 100%;
  background: #fff;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 .25rem .75rem rgba(15, 23, 42, .04);
}

.feature-box i {
  color: var(--ctsense-accent);
  font-size: 2rem;
  display: inline-block;
  margin-bottom: .75rem;
}

.timeline-list li {
  margin-bottom: .75rem;
}

.footer {
  background: #fff;
}

.navbar .nav-link.active {
  font-weight: 700;
}

.form-label {
  font-weight: 600;
}
