@charset "UTF-8";
/*Blank setup*/
#glt-translate-trigger, #drift-frame-controller {
  z-index: 10 !important;
}

/* ===== MENU POPUP LAYOUT ===== */
#menu-popup {
  z-index: 665;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  pointer-events: none;
  visibility: hidden;
}
#menu-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 0;
}
#menu-popup .internal-wrap {
  width: 480px;
  max-width: 90vw;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.98) 0%, rgba(20, 20, 20, 0.95) 50%, rgba(0, 0, 0, 0.98) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: -20px 0 60px rgba(17, 228, 70, 0.2), -10px 0 40px rgba(0, 0, 0, 0.8);
  transform: translateX(100%) !important;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 0;
  z-index: 1;
}
#menu-popup .internal-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, transparent 48%, rgba(17, 228, 70, 0.03) 49%, rgba(17, 228, 70, 0.03) 51%, transparent 52%);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}
#menu-popup .internal-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(180deg, #11e446 0%, #0a8a2b 100%);
  transition: height 800ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  z-index: 2;
}
#menu-popup .internal-wrap::-webkit-scrollbar {
  width: 10px;
}
#menu-popup .internal-wrap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
#menu-popup .internal-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #11e446 0%, #0a8a2b 100%);
  border-radius: 0;
}
#menu-popup .internal-wrap::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #33ff66 0%, #11e446 100%);
}
#menu-popup .background {
  display: none;
}
#menu-popup.is-active {
  pointer-events: auto;
  visibility: visible;
}
#menu-popup.is-active::before {
  opacity: 1;
}
#menu-popup.is-active .internal-wrap {
  transform: translateX(0) !important;
}
#menu-popup.is-active .internal-wrap::after {
  height: 100%;
}

/* ===== MENU POPUP STYLE ===== */
#menu-popup .logo {
  display: block;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 15px;
  border-radius: 0;
  margin: -15px;
  position: relative;
}
#menu-popup .logo img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) drop-shadow(0 0 10px rgba(17, 228, 70, 0));
}
#menu-popup .logo:hover img {
  filter: brightness(1.2) drop-shadow(0 0 20px rgba(17, 228, 70, 0.5));
  transform: scale(1.05);
}
#menu-popup .menu-wrap {
  padding: 20px 0 0 0;
}
#menu-popup .menu-wrap .menu-item {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
}
#menu-popup .menu-wrap .sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  margin-left: 20px;
  background: linear-gradient(90deg, rgba(17, 228, 70, 0.05) 0%, transparent 100%);
}
#menu-popup .menu-wrap .sub-menu.open {
  max-height: 800px;
  padding: 10px 0;
}
#menu-popup .menu-wrap .sub-menu .menu-item {
  border-color: transparent;
  padding: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(1) {
  transition-delay: 0.05s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(2) {
  transition-delay: 0.1s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(3) {
  transition-delay: 0.15s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(4) {
  transition-delay: 0.2s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(5) {
  transition-delay: 0.25s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(6) {
  transition-delay: 0.3s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(7) {
  transition-delay: 0.35s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(8) {
  transition-delay: 0.4s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(9) {
  transition-delay: 0.45s;
}
#menu-popup .menu-wrap .sub-menu .menu-item:nth-child(10) {
  transition-delay: 0.5s;
}
#menu-popup .menu-wrap .sub-menu.open .menu-item {
  opacity: 1;
  transform: translateX(0);
}
#menu-popup .menu-wrap .sub-menu a {
  padding: 12px 20px !important;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.02em !important;
  border-bottom: 1px solid rgba(17, 228, 70, 0.1) !important;
}
#menu-popup .menu-wrap .sub-menu a::before {
  display: none !important;
}
#menu-popup .menu-wrap .sub-menu a::after {
  content: "›" !important;
  position: absolute !important;
  left: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #11e446 !important;
  font-size: 1.8rem !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
}
#menu-popup .menu-wrap .sub-menu a:hover {
  padding-left: 30px !important;
  background: linear-gradient(90deg, rgba(17, 228, 70, 0.1) 0%, transparent 100%) !important;
}
#menu-popup .menu-wrap .sub-menu a:hover::after {
  opacity: 1 !important;
  left: 10px !important;
}
#menu-popup .menu-wrap li.menu-item-has-children > a:first-child {
  padding-right: 50px !important;
}
#menu-popup .menu-wrap li.menu-item-has-children > a:first-child:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border: solid #11e446;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-popup .menu-wrap li.menu-item-has-children > a:first-child.open:after {
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  border-color: #33ff66;
}
#menu-popup .menu-wrap li.menu-item-has-children > a:first-child:hover:after {
  border-color: #33ff66;
  right: 10px;
}
#menu-popup .copyright * {
  font-size: 17px;
  color: white;
}
#menu-popup .menu-popup-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
#menu-popup .menu-popup-container li {
  list-style: none !important;
  list-style-type: none !important;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-popup .menu-popup-container li::before, #menu-popup .menu-popup-container li::after {
  display: none !important;
  content: none !important;
}
#menu-popup .menu-popup-container li a {
  color: white;
  display: block !important;
  text-decoration: none !important;
  font-size: 2.2rem;
  font-weight: 700 !important;
  line-height: 1.3em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin: 0 !important;
  padding: 18px 20px 18px 0 !important;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-bottom: 2px solid rgba(17, 228, 70, 0.1);
  background: linear-gradient(90deg, transparent 0%, rgba(17, 228, 70, 0) 100%);
}
#menu-popup .menu-popup-container li a:hover {
  padding-left: 20px !important;
  padding-right: 10px !important;
  color: #11e446 !important;
  border-bottom-color: rgba(17, 228, 70, 0.5) !important;
  text-shadow: 0 0 20px rgba(17, 228, 70, 0.3) !important;
}
#menu-popup .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
#menu-popup .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, rgba(17, 228, 70, 0.2) 0%, rgba(17, 228, 70, 0.1) 100%);
  border: 2px solid rgba(17, 228, 70, 0.3);
  border-radius: 8px;
  color: white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
#menu-popup .social-icons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(17, 228, 70, 0.4), transparent);
  transition: left 0.5s ease;
}
#menu-popup .social-icons a i {
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
}
#menu-popup .social-icons a:hover {
  background: linear-gradient(135deg, rgba(17, 228, 70, 0.4) 0%, rgba(17, 228, 70, 0.2) 100%);
  border-color: #11e446;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 5px 20px rgba(17, 228, 70, 0.4);
}
#menu-popup .social-icons a:hover::before {
  left: 100%;
}
#menu-popup .menu-popup-social-icons {
  padding-top: 25px;
  border-top: 2px solid rgba(17, 228, 70, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
#menu-popup .menu-popup-social-icons .seguici-label {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #11e446;
  text-transform: uppercase;
  margin-right: 8px;
}
#menu-popup .menu-popup-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-popup .menu-popup-social-icons a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-popup .menu-popup-social-icons a:hover {
  background-color: white;
  color: #11e446;
  transform: scale(1.1);
}
#menu-popup .menu-popup-social-icons a:hover svg {
  transform: scale(1.1);
}
#menu-popup.is-active .menu-popup-container li {
  opacity: 1;
  transform: translateX(0);
}
#menu-popup.is-active .menu-popup-container li:nth-child(1) {
  transition-delay: 0.15s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(2) {
  transition-delay: 0.2s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(3) {
  transition-delay: 0.25s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(4) {
  transition-delay: 0.3s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(5) {
  transition-delay: 0.35s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(6) {
  transition-delay: 0.4s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(7) {
  transition-delay: 0.45s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(8) {
  transition-delay: 0.5s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(9) {
  transition-delay: 0.55s;
}
#menu-popup.is-active .menu-popup-container li:nth-child(10) {
  transition-delay: 0.6s;
}

/* ===== OPEN BUTTON WITH RACING STYLE ===== */
#menu-open-button {
  z-index: 666;
  background-color: transparent;
  position: relative;
}
#menu-open-button input {
  display: none;
}
#menu-open-button label {
  display: block;
  cursor: pointer;
  position: relative;
  width: 90px;
  height: 90px;
  transition: all 0.3s ease;
}
#menu-open-button label:hover {
  transform: scale(1.05);
}
#menu-open-button label:active {
  transform: scale(0.95);
}
#menu-open-button svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(17, 228, 70, 0.3));
}
#menu-open-button path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#menu-open-button circle {
  fill: rgba(17, 228, 70, 0.2);
  opacity: 0;
  transition: all 0.4s ease;
}
#menu-open-button label:hover circle {
  opacity: 1;
  fill: rgba(17, 228, 70, 0.3);
}
#menu-open-button label:hover path {
  stroke: #11e446;
}
#menu-open-button .line--1,
#menu-open-button .line--3 {
  --total-length: 126.64183044433594;
}
#menu-open-button .line--2 {
  --total-length: 70;
}
#menu-open-button input:checked + svg {
  filter: drop-shadow(0 0 20px rgba(17, 228, 70, 0.6));
}
#menu-open-button input:checked + svg path {
  stroke: #11e446;
}
#menu-open-button input:checked + svg circle {
  fill: rgba(17, 228, 70, 0.4);
  opacity: 1;
}
#menu-open-button input:checked + svg .line--1,
#menu-open-button input:checked + svg .line--3 {
  --length: 22.627416998;
  --offset: -94.1149185097;
}
#menu-open-button input:checked + svg .line--2 {
  --length: 0;
  --offset: -50;
}