:root {
  --azmi-purple: #7c5cff;
  --azmi-blue: #00d5ff;
  --azmi-pink: #ff3d8b;
  --azmi-green: #5cffc8;
}

/* Hide VOSIO cursor and default floating buttons */
body .cursor,
body .cursor-follower,
body .mouse-cursor,
body .pointer,
body .scroll-to-top,
body .scroll-top,
body .scrollUp,
body #scrollUp,
body .back-to-top,
body #back-to-top,
body .scroll-to-target,
body footer.main-footer,
body .main-footer,
body .footer-area,
body .footer-style-one {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html {
  scroll-behavior: smooth;
  cursor: auto !important;
}

body {
  cursor: auto !important;
}

.azmi-site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  z-index: 99999;
  pointer-events: none;
}

.azmi-header-inner {
  pointer-events: auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 8, 12, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: background 0.25s ease, border-color 0.25s ease, min-height 0.25s ease;
}

.azmi-site-header.is-scrolled .azmi-header-inner {
  min-height: 64px;
  background: rgba(7, 8, 12, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
}

.azmi-header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  min-width: 118px;
  height: 48px;
}

.azmi-header-logo img {
  display: block;
  width: 100%;
  max-width: 118px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.azmi-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.azmi-header-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Afacad", Arial, sans-serif;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: color 0.22s ease, background 0.22s ease;
}

.azmi-header-nav a:hover,
.azmi-header-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.azmi-header-nav a.is-active {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.35), rgba(0, 213, 255, 0.18));
}

.azmi-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--azmi-purple), var(--azmi-blue));
  color: #fff !important;
  font-family: "Afacad", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(124, 92, 255, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.azmi-header-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8c72ff, #20e0ff);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(124, 92, 255, 0.36);
}

.azmi-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0;
}

.azmi-mobile-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.azmi-site-header.menu-open .azmi-mobile-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.azmi-site-header.menu-open .azmi-mobile-toggle span:nth-child(2) {
  opacity: 0;
}

.azmi-site-header.menu-open .azmi-mobile-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.azmi-mobile-menu {
  pointer-events: auto;
  display: none;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(7, 8, 12, 0.94);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.azmi-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Afacad", Arial, sans-serif;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  transition: color 0.22s ease, background 0.22s ease;
}

.azmi-mobile-menu a:hover,
.azmi-mobile-menu a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.azmi-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  z-index: 999999;
  background: linear-gradient(90deg, var(--azmi-purple), var(--azmi-blue), var(--azmi-pink));
  box-shadow: 0 0 18px rgba(0, 213, 255, 0.55);
}

.azmi-cursor-glow {
  position: fixed;
  width: 330px;
  height: 330px;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.15), transparent 68%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.azmi-site-header a,
.azmi-site-header button,
.azmi-header-cta,
.azmi-mobile-toggle,
.azmi-mobile-menu a,
.azmi-scroll-progress {
  cursor: pointer !important;
}

@media screen and (max-width: 1180px) {
  .azmi-header-nav a {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .azmi-site-header {
    top: 12px;
    width: min(100% - 28px, 1180px);
  }

  .azmi-header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 8px 10px 8px 14px;
  }

  .azmi-site-header.is-scrolled .azmi-header-inner {
    min-height: 60px;
  }

  .azmi-header-logo {
    width: 98px;
    min-width: 98px;
    height: 42px;
  }

  .azmi-header-logo img {
    max-width: 98px;
    max-height: 42px;
  }

  .azmi-header-nav,
  .azmi-header-cta {
    display: none;
  }

  .azmi-mobile-toggle {
    display: block;
    justify-self: end;
  }

  .azmi-site-header.menu-open .azmi-mobile-menu {
    display: grid;
  }
}

@media screen and (max-width: 640px) {
  .azmi-cursor-glow {
    display: none;
  }

  .azmi-site-header {
    width: min(100% - 28px, 1180px);
  }
}

@media screen and (max-width: 390px) {
  .azmi-site-header {
    width: min(100% - 20px, 1180px);
  }

  .azmi-header-logo {
    width: 88px;
    min-width: 88px;
  }

  .azmi-header-logo img {
    max-width: 88px;
  }

  .azmi-mobile-toggle {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .azmi-site-header *,
  .azmi-site-header *::before,
  .azmi-site-header *::after,
  .azmi-scroll-progress,
  .azmi-cursor-glow {
    animation: none !important;
    transition: none !important;
  }
}