.wes-landing-footer {
  background: linear-gradient(180deg, #1a1a1a, #0f0f0f);
  color: #aaa; padding: 56px 40px 32px; margin-top: 80px;
}
.wes-landing-footer-inner {
   margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center; gap: 24px;
}
.wes-landing-footer-logo { display: flex; align-items: center; gap: 12px; }
.wes-landing-footer-logo img { height: 48px; width: auto; }
.wes-landing-footer-brand { font-size: 13px; font-weight: 800; color: var(--wes-red); letter-spacing: 1.5px; }
.wes-landing-footer-copy { font-size: 11px; color: #888; margin-top: 2px; }
.wes-landing-footer-note { text-align: center; font-size: 12px; color: #888; }
.wes-landing-footer-links { display: flex; justify-content: flex-end; gap: 20px; flex-wrap: wrap; }
.wes-landing-footer-links a {
  color: #aaa; text-decoration: none; font-size: 13px; font-weight: 600;
  transition: color 200ms;
}
.wes-landing-footer-links a:hover { color: var(--wes-red); }
@media (max-width: 880px) {
  .wes-landing-footer-inner { grid-template-columns: 1fr; text-align: center; }
  .wes-landing-footer-logo { justify-content: center; }
  .wes-landing-footer-links { justify-content: center; }
}
