@media screen and (max-width: 1023px) {
  .mobile-footer-drawer[data-mobile-footer-drawer="true"] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1600;
    transform: translateY(102%);
    transition: transform 0.28s ease;
    max-height: 78vh;
    overflow: auto;
    overscroll-behavior: contain;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.14);
    pointer-events: none;
  }

  body.mobile-footer-drawer-visible .mobile-footer-drawer[data-mobile-footer-drawer="true"] {
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"].footer.footer-lite {
    padding: 18px 0 92px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-wrap {
    display: block !important;
    padding: 0 14px !important;
    min-width: 0;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-mobile-quick {
    display: none !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-brand {
    display: inline-flex !important;
    justify-content: center !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-divider {
    display: block !important;
    margin: 18px 0 !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-left-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 110px !important;
    gap: 18px !important;
    padding: 18px !important;
    margin-bottom: 14px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid #dbe2ea !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-right {
    display: none !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-left-top {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    flex-direction: column !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-social {
    display: none !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-bottom-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-bottom-links a {
    padding: 12px 14px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid #dbe2ea !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05) !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-company {
    font-size: 22px !important;
    line-height: 1.12 !important;
    margin-bottom: 10px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-contact p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-qr {
    text-align: center !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-qr-box {
    width: 110px !important;
    height: 110px !important;
    margin: 0 auto 8px !important;
  }
}

@media screen and (max-width: 480px) {
  .mobile-footer-drawer[data-mobile-footer-drawer="true"].footer.footer-lite {
    padding: 10px 0 100px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-wrap {
    padding: 0 8px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-brand img {
    width: 128px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-left-bottom {
    grid-template-columns: 1fr !important;
    padding: 16px 14px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-company {
    font-size: 20px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-contact p {
    font-size: 11px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-qr-box {
    width: 102px !important;
    height: 102px !important;
  }

  .mobile-footer-drawer[data-mobile-footer-drawer="true"] .footer-lite-bottom-links {
    grid-template-columns: 1fr !important;
  }
}
