/* ============================================
   Quartz Footer - Sosyal Medya & Mobil App
   Görsele uygun tasarım
   ============================================ */

/* Sosyal medya bölümü */
.new-footer .right-list .social-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.new-footer .right-list .social-list h1 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.new-footer .right-list .social-list ul.footer__social,
ul.footer__social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.footer__social li {
  margin: 0;
}

.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, #1a2744 0%, #0d183a 100%);
  border-radius: 8px;
  border: 1px solid var(--header-border-color, rgba(255, 215, 0, 0.15));
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.footer__social a:hover {
  border-color: var(--header-border-hover, rgba(255, 215, 0, 0.35));
  box-shadow: 0 4px 20px var(--header-glow-color, rgba(255, 215, 0, 0.25));
}

.footer__social a img {
  object-fit: contain;
  border-radius: 8px;
  height: 40px;
}

/* Mobil uygulama bölümü */
.quartz-footer-mobile-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.quartz-footer-mobile-app h1,
.quartz-footer-mobile-app h2,
.quartz-footer-mobile-app__title {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 0 0 16px 0 !important;
}

.quartz-footer-mobile-app .quartz-footer-qr-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
}

.quartz-footer-mobile-app .quartz-footer-qr-box .quartz-footer-qrs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.quartz-footer-mobile-app .quartz-footer-qr-box .quartz-footer-qrs-box span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.quartz-footer-mobile-app .quartz-footer-qr-box .quartz-footer-qrs-box .quartz-footer-qr-icon {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: radial-gradient(45.61% 90.38% at 0% 100%, rgba(255, 255, 255, 0.57) 0%, rgba(14, 28, 68, 0) 100%),
    radial-gradient(32.86% 100% at 100% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(14, 28, 68, 0) 100%),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 7px rgba(255, 255, 255, 0.25) inset, 0 16px 30px -25px #000;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.quartz-footer-mobile-app .quartz-footer-qr-box .quartz-footer-qrs-box .quartz-footer-qr-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Responsive - mobil */
@media (max-width: 768px) {
  .new-footer .right-list .social-list,
  .new-footer .right-list .quartz-footer-mobile-app {
    align-items: center;
    justify-content: center;
  }

  .new-footer .right-list .social-list h1 {
    text-align: center;
  }

  .quartz-footer-mobile-app .quartz-footer-qr-box .quartz-footer-qrs-box .quartz-footer-qr-icon {
    width: 100px;
    height: 100px;
  }

  .quartz-footer-mobile-app .quartz-footer-qr-box .quartz-footer-qrs-box .quartz-footer-qr-icon img {
    width: 73px;
    height: 73px;
  }
}
