body.landing-page .swal2-popup.swal2-language-modal,
body.demo2-redesign .swal2-popup.swal2-language-modal {
  width: min(92vw, 560px) !important;
  padding: 2rem 1.6rem 1.4rem !important;
  border-radius: 18px !important;
  background: #233042 !important;
  color: #fff !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
}

body.landing-page .swal2-popup.swal2-language-modal .swal2-title,
body.demo2-redesign .swal2-popup.swal2-language-modal .swal2-title {
  margin: 0 0 1.2rem !important;
  color: #fff !important;
  font-size: clamp(1.6rem, 2.5vw, 2.15rem) !important;
  font-weight: 700 !important;
}

body.landing-page .swal2-popup.swal2-language-modal .swal2-actions,
body.demo2-redesign .swal2-popup.swal2-language-modal .swal2-actions {
  margin-top: 1.5rem !important;
}

body.landing-page .swal2-language-grid,
body.demo2-redesign .swal2-language-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 1rem;
  text-align: center;
  margin: 1rem 0;
}

body.landing-page .swal2-popup .swal2-flag,
body.demo2-redesign .swal2-popup .swal2-flag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

body.landing-page .swal2-flag img,
body.demo2-redesign .swal2-flag img {
  width: 40px;
  height: auto;
  cursor: pointer;
}

body.landing-page .swal2-flag div,
body.demo2-redesign .swal2-flag div {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: var(--color-text-on-dark, #fff);
  transition: color 0.2s ease;
}

body.landing-page .swal2-popup .swal2-flag:hover,
body.demo2-redesign .swal2-popup .swal2-flag:hover {
  transform: scale(1.1);
}

body.landing-page .swal2-popup .swal2-flag:hover div,
body.demo2-redesign .swal2-popup .swal2-flag:hover div {
  color: var(--color-primary, #4d82ff);
}

body.landing-page .swal2-popup .btn.btn-primary,
body.demo2-redesign .swal2-popup .btn.btn-primary {
  background: var(--color-primary, #4d82ff);
  color: #fff;
  border: 0;
  padding: 0.78rem 1.55rem;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(77, 130, 255, 0.26);
}

body.landing-page .swal2-popup .btn.btn-primary:hover,
body.landing-page .swal2-popup .btn.btn-primary:focus-visible,
body.demo2-redesign .swal2-popup .btn.btn-primary:hover,
body.demo2-redesign .swal2-popup .btn.btn-primary:focus-visible {
  filter: brightness(1.05);
}

body.landing-page .language-link {
  min-width: 52px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0.8;
  box-shadow: none;
}

body.landing-page .language-link i {
  font-size: 1.15rem;
}

body.landing-page .language-link:hover,
body.landing-page .language-link:focus-visible {
  opacity: 1;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.06);
}

body.landing-page .site-footer {
  color: var(--color-text-on-dark, #f4f4f4);
  margin-top: auto;
  width: 100%;
  background: none;
  padding: 1rem calc(2rem + 5px);
  left: 0;
  font-size: 0.9rem;
}

body.landing-page .site-footer .footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 12px;
}

body.landing-page .site-footer .footer-copy {
  grid-column: 1 / 2;
  justify-self: start;
  color: var(--light-grey, #c8c8c8);
  font-size: 0.9rem;
}

body.landing-page .site-footer .social-icons {
  grid-column: 2 / 3;
  justify-self: center;
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

body.landing-page .site-footer .footer-links {
  grid-column: 3 / 4;
  justify-self: end;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.1rem 0.1rem;
  max-width: 100%;
  box-sizing: border-box;
}

body.landing-page .site-footer .footer-links a {
  margin: 0 4px;
}

body.landing-page .site-footer .social-icons img {
  height: 30px;
}

body.landing-page .cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #333;
  color: var(--color-text-on-dark, #fff);
  padding: 15px;
  margin: 0 30px;
  border-radius: 5px;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  z-index: 200;
}

body.landing-page .cookie-banner button,
body.landing-page .cookie-banner .btn {
  background: var(--color-primary, #4d82ff);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 768px) {
  body.landing-page .site-footer.hide-mobile-footer {
    display: none;
  }

  body.landing-page .site-footer .footer-inner {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  body.landing-page .site-footer .social-icons {
    order: 1;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  body.landing-page .site-footer .footer-links {
    order: 2;
    white-space: nowrap;
    justify-content: center;
  }

  body.landing-page .site-footer .footer-copy {
    order: 3;
  }

  body.landing-page .site-footer .social-icons.hide-mobile {
    display: none !important;
  }

  body.landing-page .cookie-banner {
    z-index: 1301;
    margin: 0 8px;
    left: 8px;
    right: 8px;
  }

  body.landing-page .swal2-language-grid,
  body.demo2-redesign .swal2-language-grid {
    grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  }

  body.landing-page .swal2-flag img,
  body.demo2-redesign .swal2-flag img {
    width: 36px;
  }

  body.landing-page .language-link {
    display: none !important;
  }
}
