:root {
  --brand: #1f2937;
  --accent: #d4a84f;
}

body { background: #f4f6f8; color: #111827; }

.top-info { background: var(--brand); color: #e5e7eb; }

.navbar-brand { font-weight: 700; }

.hero {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(17,24,39,.92), rgba(31,41,55,.78)),
    radial-gradient(circle at 20% 20%, rgba(212,168,79,.18), transparent 45%);
}

.hero-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 20px 40px rgba(0,0,0,.3);
}

.metric-pill {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  font-size: .85rem;
}

.card-soft {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
}

.page-header {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e5e7eb;
}

.lead-box { background:#fff; border:1px solid #dbe1ea; border-radius: 14px; }

.image-attribution { font-size: .82rem; color: #cbd5e1; }
.image-attribution a { color: #fff; }

footer { background: #fff; border-top: 1px solid #e5e7eb; }

