.fleet-detail-hero {
  margin-top: 10px;
}

.fleet-detail-hero .lead {
  color: #474546;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.fleet-detail-grid .card {
  border: 1px solid rgba(71, 69, 70, 0.12);
  border-radius: 10px;
  background: #fafafa;
  transition: all 0.25s ease;
  height: 100%;
}

.fleet-detail-grid .card:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(1, 10, 28, 0.10);
}

.fleet-detail-grid .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #04080f;
}

.fleet-detail-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(4, 8, 15, 0.06);
  color: #04080f;
}

.fleet-detail-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(71, 69, 70, 0.10);
}

.fleet-detail-section-title {
  font-size: 28px;
  font-weight: 900;
  color: #04080f;
  margin: 10px 0 18px;
}

