.hero {
  background: linear-gradient(135deg,#1f4e79,#3b82f6);
  color:white;
  padding:4rem;
  border-radius:12px;
  margin-bottom:2rem;
}

.metric-box {
  background:#f8fafc;
  border-left:5px solid #1f4e79;
  padding:1rem;
  border-radius:8px;
  margin-bottom:1rem;
}

.metric-value {
  font-size:2rem;
  font-weight:bold;
}

.metric-label {
  color:#666;
}

h1,h2,h3 {
  font-weight:700;
}

.quarto-title-banner {
  display:none;
}