.kjc-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 25px 0 40px;
}

.wsite-elements .kjc-footer-heading,
.kjc-footer .kjc-footer-heading {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.9) !important;
  line-height: 1.2 !important;
  margin: 0 0 16px !important;
}

.kjc-footer-practice {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

.kjc-footer-practice .footer-name {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}

.kjc-footer-practice .footer-riba {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.kjc-footer-practice .footer-riba img {
  height: 32px;
  width: auto;
  border-radius: 2px;
}

.kjc-footer-practice .footer-riba span {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.kjc-footer-services {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kjc-footer-services li {
  margin-bottom: 8px;
}

.kjc-footer-services a {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.kjc-footer-services a:hover {
  color: #fff;
}

.kjc-footer-contact {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  font-style: normal;
}

.kjc-footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.kjc-footer-contact a:hover {
  color: rgba(255,255,255,0.7);
}

.kjc-footer-contact .footer-address {
  margin-bottom: 12px;
}

.kjc-footer-contact .footer-phone {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

.kjc-footer-contact .footer-email {
  display: block;
  margin-bottom: 20px;
}

a.kjc-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a !important;
  background: #fff;
  padding: 14px 28px;
  line-height: 1;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}

a.kjc-footer-cta:hover {
  background: rgba(255,255,255,0.85);
  color: #1a1a1a !important;
}

.kjc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 20px 0;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.02em;
}

.kjc-footer-bottom a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.kjc-footer-bottom a:hover {
  color: rgba(255,255,255,0.7);
}

.kjc-footer-areas {
  margin-top: 8px;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.01em;
}

.footer-registrations {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.03em;
  margin-top: 8px;
}

.footer-instagram {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.65) !important;
}
.footer-instagram:hover {
  color: var(--accent) !important;
}

@media (max-width: 768px) {
  .kjc-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0 32px;
  }

  .kjc-footer-contact .footer-phone {
    font-size: 16px;
  }
}
