:root {
  --bs-primary: #1a2e4a;
  --bs-warning: #f97316;
}

body {
  background: #f3f4f6;
}

.hero-bold {
  background:
    linear-gradient(140deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.56)),
    linear-gradient(130deg, #1a2e4a, #111827);
}

.hero-bold .fw-black {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-pill {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-media img {
  width: 100%;
  min-height: 340px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.image-attribution {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}

.image-attribution a {
  color: #fff;
}

.service-tile {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-bold {
  background: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);
}

.contact-panel {
  border-radius: 1rem;
  background: linear-gradient(180deg, #1a2e4a, #1f2937);
  color: #fff;
}

