/* ====== Shared Site Footer ====== */
.lp-footer {
  border-top: 1px solid var(--border, #1a2e36);
  color: var(--text-dim, #6b7a82);
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  flex-shrink: 0;
}

.lp-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 19px 24px;
}

.lp-footer-left,
.lp-footer-center,
.lp-footer-right {
  flex: 1;
}

.lp-footer-left {
  text-align: left;
}

.lp-footer-center {
  text-align: center;
  white-space: nowrap;
}

.lp-footer-center .lp-footer-green {
  color: var(--accent-green, #59e900);
  font-weight: 600;
}

.lp-footer-center .lp-footer-orange {
  color: var(--accent-orange, #ff6b2f);
  font-weight: 600;
}

.lp-footer-center .lp-footer-white {
  color: var(--text, #f0f2f5);
  font-weight: 600;
}

.lp-footer-right {
  text-align: right;
}

.lp-footer-right a {
  color: var(--text-dim, #6b7a82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.lp-footer-right a:hover {
  color: var(--accent-green, #59e900);
}

.lp-footer-right .lp-footer-pipe {
  color: var(--border, #1a2e36);
  margin: 0 4px;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .lp-footer-inner {
    justify-content: center;
    gap: 0;
    padding: 16px 20px;
  }
  .lp-footer-left,
  .lp-footer-right {
    flex: none;
    text-align: center;
  }
  .lp-footer-left::after {
    content: '|';
    color: var(--accent-green, #59e900);
    margin: 0 8px;
  }
  .lp-footer-right .lp-footer-pipe {
    color: var(--accent-green, #59e900);
    margin: 0 8px;
  }
  .lp-footer-rights { display: none; }
  .lp-footer-center { display: none; }
}

/* ====== Print ====== */
@media print {
  .lp-footer { display: none !important; }
}
