/* HR Elites — Site footer (dark theme) */

.hre-site-footer {
  margin-top: 5rem;
  position: relative;
  z-index: 30;
  isolation: isolate;
  overflow: hidden;
  color: #e8dff5 !important;
  background-color: #0c0614 !important;
  background-image: linear-gradient(
    180deg,
    #0c0614 0%,
    #150d24 28%,
    #1f1335 55%,
    #150d24 82%,
    #0a0512 100%
  ) !important;
  border-top: 1px solid rgba(71, 37, 134, 0.5);
  box-shadow: 0 -12px 48px rgba(26, 15, 46, 0.35);
}

body > .hre-site-footer,
.home-cinematic-page .hre-site-footer {
  z-index: 30;
}

.hre-site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 15% 0%, rgba(71, 37, 134, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 35% at 85% 100%, rgba(107, 74, 158, 0.15), transparent 50%);
  pointer-events: none;
}

.hre-site-footer h3 {
  font-family: var(--hre-font-heading);
  color: #c4b5fd;
}

.hre-site-footer h4 {
  color: #ddd6fe;
}

.hre-site-footer .hre-footer-bar {
  background: #06040c !important;
  border-top: 1px solid rgba(71, 37, 134, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hre-site-footer .particle-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hre-site-footer .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(196, 181, 253, 0.35);
  border-radius: 50%;
  animation: hre-footer-float 6s ease-in-out infinite;
}

@keyframes hre-footer-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translateY(-12px) scale(1.2);
    opacity: 0.7;
  }
}

.hre-site-footer .social-btn {
  position: relative;
  display: inline-block;
}

.hre-site-footer .social-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hre-site-footer .social-btn:hover .social-icon {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.hre-site-footer .social-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
  font-size: 0.65rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.hre-site-footer .social-btn:hover .social-tooltip {
  opacity: 1;
}

.hre-site-footer .nav-link-footer:hover {
  color: #c4b5fd;
}

.hre-footer-newsletter h4 {
  color: #e9d5ff;
}

.hre-footer-newsletter .hre-footer-newsletter-note {
  color: #9f8abf;
}
