/* ==========================================================================
   FOOTER – Elemanta (Pisagor Referanslı, Premium & Temiz)
   ========================================================================== */

/* Footer scope tokens */
.site-footer.footer-lite{
  --footer-bg: #0f2443;
  --footer-bg-dark: #082f49;
  --footer-gold: #d4af37;

  --text-main: rgba(255,255,255,.88);
  --text-muted: rgba(255,255,255,.68);
}

/* Shell */
.site-footer.footer-lite{
  background: linear-gradient(180deg, var(--footer-bg) 0%, var(--footer-bg-dark) 100%);
  color: var(--text-main);
  overflow-x: clip;
}

/* Spacing */
.site-footer.footer-lite .container.py-5{
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

/* Logo */
.footer-logo{
  height: 52px;
  width: auto;
  margin-bottom: 14px;
  filter: brightness(1.05);
}

/* Description */
.footer-desc{
  max-width: 60ch;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}

/* Titles */
.footer-title{
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--footer-gold);
}

/* Link lists */
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a{
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 14px;
  transition: color .16s ease, transform .16s ease;
  overflow-wrap: anywhere;
}

.footer-links a:hover{
  color: #fff;
  transform: translateX(2px);
}

/* Bottom bar */
.footer-bottom{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;

  border-top: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.18),
    rgba(0,0,0,.28)
  );
}

.footer-bottom-inner{
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Bottom links */
.footer-bottom-link{
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .16s ease;
}

.footer-bottom-link:hover{
  color: #fff;
}

/* Social icons */
.footer-social-bottom{
  display: flex;
  gap: 12px;
}

.footer-social-bottom a{
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(212,175,55,.40);

  color: #fff;
  text-decoration: none;

  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.footer-social-bottom a:hover{
  transform: translateY(-3px);
  background: rgba(212,175,55,.18);
  border-color: rgba(212,175,55,.70);
  box-shadow: 0 4px 12px rgba(212,175,55,.25);
}

.footer-social-bottom i{
  font-size: 18px;
  line-height: 1;
}

/* Social alignment (Pisagor mantığı) */
@media (min-width: 768px){
  .footer-social-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767.98px){
  .footer-social-center{
    position: static;
    transform: none;
    margin-top: 10px;
    order: 3;
  }
}

/* Mobile guards */
.site-footer.footer-lite a,
.site-footer.footer-lite p,
.site-footer.footer-lite li{
  word-break: break-word;
  overflow-wrap: anywhere;
}
