.not-found-container .not-found-hero {
  background-image: url("../assets/images/BGTop.webp");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 60px 7vw !important;
}
.not-found-container .not-found-hero .error-code {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
}
.not-found-container .not-found-hero h1 {
  padding: 15px 0;
  font-weight: 600;
}
.not-found-container .not-found-hero .desc {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.not-found-container .card {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.not-found-container .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(1, 70, 114, 0.18);
}
