.znk-page {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  width: 100%;
}

.znk-banner {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 420px;
  background: linear-gradient(135deg, #16365f 0%, #1d4678 50%, #285b99 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.znk-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.znk-banner-content h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff !important;
}

.znk-banner-content p {
  font-size: 1.1rem;
  opacity: 0.95;
  letter-spacing: 1px;
  color: #fff !important;
}

.znk-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: inherit;
  display: block;
  border: 1px solid #f1f1f1;
}

.znk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
}

.znk-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  background: #e9ecef;
}

.znk-card-body {
  width: 100%;
  display: block;
  padding: 18px 15px;
  text-align: center;
  background: #fff;
}
