/* Hero banner */
.hero-banner {
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5f8a 100%);
  color: white;
  padding: 5rem 2rem;
  margin: -1.5rem -1.5rem 3rem -1.5rem;
  text-align: center;
}

.hero-content {
  max-width: 680px;
  margin: 0 auto;
}

/* Hide the empty page title block on the home page */
#title-block-header:has(h1:empty),
#title-block-header .title:empty {
  display: none;
}

.hero-brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 1.5rem;
  color: white;
}

.hero-banner h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: white !important;
  margin-top: 0;
  margin-bottom: 1.2rem;
  border: none;
}

.hero-banner p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-banner .btn-primary {
  background-color: white;
  color: #1a3a5c;
  border-color: white;
  font-weight: 600;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

.hero-banner .btn-primary:hover {
  background-color: #f0f4f8;
  border-color: #f0f4f8;
}

.hero-banner .btn-outline-secondary {
  border-color: rgba(255,255,255,0.7);
  color: white;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.hero-banner .btn-outline-secondary:hover {
  background-color: rgba(255,255,255,0.15);
  border-color: white;
  color: white;
}

/* Service cards */
.service-card {
  background: #f8f9fa;
  border-left: 3px solid #2c5f8a;
  border-radius: 4px;
  padding: 1.4rem 1.4rem 1.4rem 1.2rem;
  height: 100%;
}

.service-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #1a3a5c;
}

.service-card p {
  font-size: 0.93rem;
  color: #555;
  margin: 0;
  line-height: 1.55;
}

/* General */
h2 {
  margin-top: 2.5rem;
  color: #1a3a5c;
}

hr {
  margin: 2.5rem 0;
  border-color: #e0e0e0;
}

.navbar-brand {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Tighten up list spacing */
ul li, ol li {
  margin-bottom: 0.25rem;
}

/* Page footer */
.nav-footer {
  background: #f8f9fa;
  color: #888;
  font-size: 0.85rem;
}
