@media (max-width: 768px) {

  .nav {
    padding: 12px 0;
  }

  .nav__inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px;
  }


  .nav__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .social-switcher-btn,
  #socialBtn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    padding: 8px;
    border-radius: 12px;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-switcher-btn svg:first-child,
  #socialBtn svg:first-child {
    width: 18px !important;
    height: 18px !important;
    stroke: currentColor;
    opacity: 1;
    color: inherit;
  }

  .social-switcher-arrow {
    display: none;
  }

  .lang-switcher__btn,
  #langBtn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    padding: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
  }

  #langCode,
  .lang-switcher__btn span:not(img) {
    display: none !important;
  }

  #langFlag,
  .lang-switcher__btn img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 3px;
  }

  .lang-switcher__btn svg {
    display: none !important;
  }

  .nav__hamburger {
    width: 44px;
    height: 44px;
    padding: 8px;
    border-radius: 12px;
  }

  .footer {
    padding: 24px 16px 100px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .footer-copy {
    margin: 0;
    font-size: 0.875rem;
  }

  .footer-separator {
    display: none;
  }

  .footer-social {
    display: flex;
    gap: 12px;
  }

  .footer-social svg {
    width: 20px;
    height: 20px;
  }

  #fw-custom-btn,
  .fw-launcher-custom {
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    height: 52px !important;
    border-radius: 9999px !important;
    padding: 0 20px !important;
    z-index: 999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24) !important;
  }

  #fw-custom-btn svg,
  .fw-launcher-custom svg {
    width: 18px !important;
    height: 18px !important;
  }

  #fw-custom-label {
    font-weight: 600;
    font-size: 0.95rem !important;
  }

  .fw-launcher {
    display: none !important;
  }
}