/* ================= FOOTER - Kemenangan Jaya ================= */
.kj-footer {
  margin-top: 64px;
  font-family: 'Poppins', sans-serif;
  color: #cbd5e1;
}

/* ===== CTA STRIP ===== */
.kj-footer-cta {
  background: linear-gradient(135deg, #15803d 0%, #16a34a 50%, #22c55e 100%);
  padding: 20px 0;
}

.kj-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.kj-footer-cta-text {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.kj-footer-cta-text > i {
  font-size: 36px;
  opacity: 0.95;
  flex-shrink: 0;
}

.kj-footer-cta-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.kj-footer-cta-text span {
  font-size: 13px;
  opacity: 0.92;
}

.kj-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #fff;
  color: #15803d;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.kj-footer-cta-btn:hover {
  color: #166534;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ===== MAIN ===== */
.kj-footer-main {
  background: #0f172a;
  padding: 56px 0 48px;
}

.kj-footer-brand {
  display: inline-block;
  margin-bottom: 18px;
}

.kj-footer-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  filter: brightness(1.05);
}

.kj-footer-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #94a3b8;
  margin: 0 0 18px;
  max-width: 360px;
}

.kj-footer-trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.kj-footer-trust-mini span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
}

.kj-footer-trust-mini i {
  color: #4ade80;
  font-size: 11px;
}

.kj-footer-apps-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.kj-footer-apps-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kj-footer-apps-badges img {
  height: 40px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0.92;
}

.kj-footer-apps-badges img:hover {
  transform: translateY(-2px);
  opacity: 1;
}

/* ===== HEADINGS & NAV ===== */
.kj-footer-heading {
  font-size: 14px;
  font-weight: 700;
  color: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 10px;
}

.kj-footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #dc2626;
  border-radius: 2px;
}

.kj-footer-nav,
.kj-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kj-footer-nav li {
  margin-bottom: 10px;
}

.kj-footer-nav a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}

.kj-footer-nav a:hover {
  color: #fff;
  padding-left: 4px;
}

/* ===== CONTACT ===== */
.kj-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
}

.kj-footer-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(220, 38, 38, 0.15);
  color: #f87171;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.kj-footer-contact a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
}

.kj-footer-contact a:hover {
  color: #fff;
}

.kj-footer-contact span:not(.kj-footer-contact-icon) {
  color: #94a3b8;
  padding-top: 6px;
}

/* ===== SOCIAL ===== */
.kj-footer-social {
  margin-top: 22px;
}

.kj-footer-social-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
}

.kj-footer-social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kj-footer-social-links a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
}

.kj-footer-social-links a:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
  transform: translateY(-2px);
}

/* ===== PARTNERS ===== */
.kj-footer-partners {
  background: #1e293b;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 0;
}

.kj-footer-partners-label {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0 0 14px;
}

.kj-footer-partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.kj-footer-partners-logos img {
  height: 32px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  filter: grayscale(0.2) brightness(1.1);
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}

.kj-footer-partners-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* ===== BOTTOM ===== */
.kj-footer-bottom {
  background: #0a0f1a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 18px 0;
}

.kj-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.kj-footer-copy {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.kj-footer-copy strong {
  color: #94a3b8;
  font-weight: 600;
}

.kj-footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.kj-footer-legal a {
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.kj-footer-legal a:hover {
  color: #f87171;
}

.kj-footer-legal span {
  color: #334155;
  font-size: 12px;
}

/* ===== LEGACY ALIASES (halaman lama) ===== */
.kj-footer-clean { margin-top: 64px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .kj-footer-main {
    padding: 44px 0 36px;
  }

  .kj-footer-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .kj-footer {
    margin-top: 48px;
  }

  .kj-footer-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .kj-footer-cta-text {
    flex-direction: column;
    text-align: center;
  }

  .kj-footer-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .kj-footer-main {
    padding: 36px 0 28px;
  }

  .kj-footer-logo {
    max-width: 160px;
  }

  .kj-footer-heading {
    margin-top: 8px;
  }

  .kj-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .kj-footer-legal {
    justify-content: center;
  }

  .kj-footer-partners-logos img {
    height: 28px;
  }
}
