/* CEE MIMARLIK - Footer (acik gri zemin, koyu okunur yazi, tam genislik) */

footer {
  background: #f8f9fa !important;
  color: #2a2a2a !important;
  padding: 30px 20px !important;
  text-align: center !important;
  border-top: 1px solid rgba(0,0,0,0.06) !important;
  /* Parent section max-width'i as */
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

footer, footer * {
  color: #2a2a2a !important;
}

footer p,
footer span {
  font-size: 13px !important;
}

footer #footerCompany,
footer strong {
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

footer a {
  color: #2a2a2a !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

footer a:hover {
  color: #d4af37 !important;
  text-decoration: underline !important;
}

/* Dark mode: koyu zemin + acik yazi */
body.dark-mode footer {
  background: #1a1a2e !important;
}
body.dark-mode footer,
body.dark-mode footer * {
  color: #e0e0e0 !important;
}
body.dark-mode footer #footerCompany,
body.dark-mode footer strong {
  color: #ffffff !important;
}
