/* KERA Footer — modern professional */
.kera-footer {
  background: linear-gradient(180deg, #0f2f46 0%, #0a1f2e 100%) !important;
  color: #cbd5e1;
  padding: 1.75rem 0 1.25rem !important;
  border-top: 4px solid #0aad0a;
}

.kera-footer .kera-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.15rem;
}

.kera-footer .kera-footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.kera-footer .kera-visitor-badge,
.kera-footer .kera-datetime-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0.45rem 0.85rem;
  font-size: 0.86rem;
}

.kera-footer .kera-visitor-badge .kera-meta-label {
  color: #94a3b8;
  font-weight: 500;
}

.kera-footer .kera-visitor-badge .kera-meta-value {
  color: #4ade80;
  font-weight: 700;
}

.kera-footer .kera-datetime-badge svg {
  color: #38bdf8;
  flex-shrink: 0;
}

.kera-footer .kera-datetime-badge #keraFooterDateTime {
  color: #e2e8f0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.kera-footer .kera-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kera-footer .kera-footer-copy {
  font-size: 0.84rem;
  color: #94a3b8;
  line-height: 1.5;
}

.kera-footer .kera-footer-copy a {
  color: #7dd3fc;
  text-decoration: none;
  font-weight: 600;
}

.kera-footer .kera-footer-copy a:hover {
  text-decoration: underline;
}

.kera-footer .kera-app-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kera-footer .kera-app-links .kera-app-label {
  font-size: 0.84rem;
  color: #94a3b8;
  font-weight: 500;
}

.kera-footer .kera-app-links img {
  height: 38px;
  width: auto;
  opacity: 0.92;
  transition: opacity 0.15s ease;
}

.kera-footer .kera-app-links a:hover img {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .kera-footer .kera-footer-top,
  .kera-footer .kera-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .kera-footer .kera-datetime-badge #keraFooterDateTime {
    font-size: 0.8rem;
  }
}
