/* Local font loading */
@font-face { font-family: 'Inter'; font-weight: 300; font-style: normal;  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 300; font-style: italic;  src: url('../fonts/Inter_18pt-LightItalic.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-style: normal;  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-style: italic;  src: url('../fonts/Inter_18pt-Italic.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-style: normal;  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-style: italic;  src: url('../fonts/Inter_18pt-MediumItalic.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-style: normal;  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-style: italic;  src: url('../fonts/Inter_18pt-SemiBoldItalic.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-style: normal;  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-style: italic;  src: url('../fonts/Inter_18pt-BoldItalic.ttf') format('truetype'); }

@font-face { font-family: 'Montserrat'; font-weight: 100; font-style: normal;  src: url('../fonts/Montserrat-Thin.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 100; font-style: italic;  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 200; font-style: normal;  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 200; font-style: italic;  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 300; font-style: normal;  src: url('../fonts/Montserrat-Light.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 300; font-style: italic;  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 400; font-style: normal;  src: url('../fonts/Montserrat-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 400; font-style: italic;  src: url('../fonts/Montserrat-Italic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 500; font-style: normal;  src: url('../fonts/Montserrat-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 500; font-style: italic;  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 600; font-style: normal;  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 600; font-style: italic;  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 700; font-style: normal;  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 700; font-style: italic;  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 800; font-style: normal;  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 800; font-style: italic;  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 900; font-style: normal;  src: url('../fonts/Montserrat-Black.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 900; font-style: italic;  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype'); }

@font-face { font-family: 'Ubuntu'; font-weight: 300; font-style: normal;  src: url('../fonts/Ubuntu-Light.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 300; font-style: italic;  src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 400; font-style: normal;  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 400; font-style: italic;  src: url('../fonts/Ubuntu-Italic.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 500; font-style: normal;  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 500; font-style: italic;  src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 700; font-style: normal;  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu'; font-weight: 700; font-style: italic;  src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype'); }

/* Navbar */
.nav-holder,
.navbar-w {
  width: 100%;
}

.atiom_navbar2_container {
  display: grid !important;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  width: 100%;
  max-width: none !important;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav-buttons {
  display: flex;
  align-items: center;
  column-gap: 1rem !important;
  row-gap: 0.5rem;
  grid-column: 3;
  justify-self: end;
  width: auto !important;
  margin-left: 0 !important;
  justify-content: flex-end;
  flex: 0 0 auto !important;
  position: static !important;
  transform: none !important;
}

.nav-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto !important;
  height: auto !important;
  min-height: 2.875rem;
  padding: 0.875rem 1.35rem !important;
  line-height: 1;
  white-space: nowrap;
}

.nav-buttons .nav-action + .nav-action {
  margin-left: 1rem !important;
}

.nav-action .icon,
.nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  flex: 0 0 auto;
}

.nav-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-lang {
  min-width: 6.75rem;
  border: 0 !important;
}

.nav-download {
  min-width: 10.5rem;
}

.mobile-lang:hover,
.mobile-menu-close:hover,
.nav-menu-button:hover {
  background: #f5f7fb !important;
}

.nav-menu-button {
  grid-column: 4;
  justify-self: end;
  width: 2.625rem;
  height: 2.625rem;
  margin-left: 0.125rem;
  border-radius: 999px;
  cursor: pointer;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 200;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.mobile-menu-logo {
  height: 1.75rem;
}

.mobile-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.mobile-menu-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-menu-actions {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.mobile-menu-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 3rem;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.mobile-download {
  border: 0;
  background: #111827;
  color: #ffffff;
}

.mobile-lang {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
}

/* Embedded effects */
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.partners-track {
  animation: scroll 50s linear infinite;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: visible;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(95deg, #755eff 0%, #258bdb 55%, #26e8ce 100%);
  opacity: 0.6;
  filter: blur(30px);
  z-index: -1;
}

.autoplay-video {
  border-radius: 16px;
  display: block;
  width: 100%;
}

/* Extracted inline helpers */
.footer-center {
  justify-content: center;
  padding: 2rem 0;
}

.footer-social-links {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.visually-hidden-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.cookie-icon-inner {
  position: relative;
  display: inline-block;
}

.cookie-icon-bg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: #edfaf8;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .atiom_navbar2_container {
    grid-template-columns: auto 1fr auto auto;
    gap: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-buttons {
    column-gap: 0.625rem !important;
    row-gap: 0.5rem;
  }

  .nav-buttons .nav-action + .nav-action {
    margin-left: 0.625rem !important;
  }

  .nav-action {
    min-height: 2.5rem;
    padding: 0.625rem 0.875rem !important;
  }

  .nav-action div {
    display: none;
  }

  .nav-lang {
    min-width: 4.25rem;
  }

  .nav-download {
    min-width: auto;
  }
}
