/* === FOOTER GENEL === */
.miralya-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(108, 78, 135, 0.85);
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

/* === CONTAINER === */
.footer-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .miralya-footer {
    height: auto;
    padding: 14px 0;
    font-size: 12px;
  }
}
