:root {
  --wz-primary: #0a4b7a;
  --wz-primary-dark: #08385c;
  --wz-surface: #f6f8fb;
  --wz-footer-bg: #0b1e34;
}

.wz-body {
  background: var(--wz-surface);
  color: #1d2a35;
}

.wz-navbar {
  background: linear-gradient(90deg, var(--wz-primary), var(--wz-primary-dark));
  box-shadow: 0 2px 8px rgba(11, 30, 52, 0.25);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.wz-city-logo {
  max-width: 43px;
  height: auto;
}

.wz-main {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.card {
  border-radius: 0.9rem;
}

.wz-footer-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 41, 70, 0.92), rgba(11, 30, 52, 0.94));
  color: #eef4fa;
}

.wz-footer-band::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 44%;
  background-image: url("./footer-bg.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.wz-footer-band > * {
  position: relative;
  z-index: 1;
}

.wz-footer-band a {
  color: #9fd2ff;
}

.wz-home-help-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.wz-home-help-list {
  margin: 0;
  padding-left: 1.1rem;
}

.wz-home-help-list li + li {
  margin-top: 0.35rem;
}

.wz-footer-band-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 1.1rem 0;
}

.wz-footer-about-text code {
  color: #fbd38d;
}

@media (max-width: 1200px) {
  .wz-footer-band::after {
    width: 42%;
    background-size: auto 80%;
  }
}

@media (max-width: 768px) {
  .wz-footer-band::after {
    width: 52%;
    background-size: auto 62%;
    opacity: 0.78;
  }
}
