/* Shared site footer */
.kt-footer {
  margin-top: 24px;
  background: linear-gradient(180deg, var(--kt-blue, #1a4d8c) 0%, var(--kt-blue-dark, #143a6b) 100%);
  color: var(--kt-white, #fff);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  border-top: 3px solid var(--kt-gold, #ffc20e);
}

.kt-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.kt-footer-nav a {
  color: var(--kt-white, #fff) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.kt-footer-nav a:hover {
  background: var(--kt-gold, #ffc20e) !important;
  color: var(--kt-navy, #0b1f3a) !important;
}

.kt-footer-bar {
  background: var(--kt-navy, #0b1f3a);
  padding: 16px 14px 20px;
  text-align: center;
}

.kt-footer-wa {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #25d366 !important;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.kt-footer-wa:hover {
  filter: brightness(1.08);
}

.kt-footer-copy,
.kt-footer-credit,
.kt-footer-note {
  margin: 6px 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.kt-footer-copy a,
.kt-footer-credit a {
  color: var(--kt-gold, #ffc20e) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.kt-footer-copy a:hover,
.kt-footer-credit a:hover {
  text-decoration: underline !important;
  color: var(--kt-white, #fff) !important;
}

.kt-footer-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
}

/* Hide old duplicated footer when shared footer is active */
body.kt-chrome-ready .kt-legacy-footer-wrap {
  display: none !important;
}
