.kp-footer {
  background: var(--kp-brand-grad, linear-gradient(90deg, #4b0208 0%, #760611 28%, #a00918 60%, #d01429 100%));
  color: rgba(255, 255, 255, 0.92);
}

.kp-footer-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  color: #fff;
}

.kp-footer-text {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.kp-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.2s ease, transform 0.2s ease;
}

.kp-footer-link:hover {
  color: #fff;
  transform: translateX(2px);
}

.kp-footer a.kp-footer-link.nav-link--active {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.kp-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.kp-footer-social:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
}

.kp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.8);
}
