/* NewTekSoft premium navigation */
#header-premium .menu-target { min-width: 0; }
#header-premium .menu-target > .nav-links { gap: 4px; }

#header-premium .menu-target > .nav-links > li > a,
#header-premium .menu-target > .nav-links > li > .nts-nav-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: rgba(232, 243, 237, 0.78) !important;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

#header-premium .menu-target > .nav-links > li > a::after,
#header-premium .menu-target > .nav-links > li > .nts-nav-toggle::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 5px;
    left: 12px;
    height: 2px;
    border-radius: 2px;
    background: #00ef78;
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 180ms ease, transform 180ms ease;
}

#header-premium .menu-target > .nav-links > li:hover > a,
#header-premium .menu-target > .nav-links > li:focus-within > a,
#header-premium .menu-target > .nav-links > li:hover > .nts-nav-toggle,
#header-premium .menu-target > .nav-links > li:focus-within > .nts-nav-toggle {
    border-color: rgba(0, 239, 120, 0.24);
    background: rgba(0, 239, 120, 0.07);
    color: #f5fff9 !important;
    text-shadow: none;
    transform: translateY(-1px);
}

#header-premium .menu-target > .nav-links > li:hover > a::after,
#header-premium .menu-target > .nav-links > li:focus-within > a::after,
#header-premium .menu-target > .nav-links > li:hover > .nts-nav-toggle::after,
#header-premium .menu-target > .nav-links > li:focus-within > .nts-nav-toggle::after {
    opacity: 1;
    transform: scaleX(1);
}

#header-premium .nts-nav-toggle .fa-chevron-down {
    margin-left: 1px;
    color: #38d9f5;
    font-size: 9px;
    transition: transform 180ms ease;
}

#header-premium .nts-nav-external > a {
    gap: 8px;
}

#header-premium .nts-nav-external .nts-external-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
    color: #38d9f5;
    font-size: 12px;
    line-height: 1;
    transition: transform 180ms ease;
}

#header-premium .nts-nav-external:hover .nts-external-indicator,
#header-premium .nts-nav-external:focus-within .nts-external-indicator { transform: translate(2px, -2px); }

#header-premium .has-dropdown:hover > .nts-nav-toggle .fa-chevron-down,
#header-premium .has-dropdown:focus-within > .nts-nav-toggle .fa-chevron-down { transform: rotate(180deg); }

#header-premium .dropdown-menu-custom {
    top: calc(100% + 10px);
    z-index: 1200;
    min-width: 270px;
    padding: 8px;
    border: 1px solid rgba(0, 239, 120, 0.28);
    border-radius: 8px;
    background: rgba(3, 13, 9, 0.98);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(56, 217, 245, 0.04) inset;
    backdrop-filter: blur(16px);
    transform: translateY(8px) scale(0.985);
    transform-origin: top left;
    transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

#header-premium .dropdown-menu-custom::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 11px;
}

#header-premium .dropdown-menu-custom::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 24px;
    width: 9px;
    height: 9px;
    border-top: 1px solid rgba(0, 239, 120, 0.28);
    border-left: 1px solid rgba(0, 239, 120, 0.28);
    background: #030d09;
    transform: rotate(45deg);
}

#header-premium .dropdown-menu-custom > li { border: 0; }
#header-premium .dropdown-menu-custom > li + li { margin-top: 3px !important; }

#header-premium .dropdown-menu-custom > li > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: rgba(231, 242, 236, 0.76) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    letter-spacing: 0;
    text-shadow: none;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

#header-premium .dropdown-menu-custom > li > a:hover,
#header-premium .dropdown-menu-custom > li > a:focus-visible {
    padding-left: 12px;
    border-color: rgba(0, 239, 120, 0.22);
    background: rgba(0, 239, 120, 0.075);
    color: #ffffff !important;
    text-shadow: none;
    transform: translateX(2px);
}

#header-premium .dropdown-menu-custom--services { width: 330px; }
#header-premium .dropdown-menu-custom--company { width: 350px; }
#header-premium .dropdown-menu-custom--company .premium-menu-item { min-height: 58px !important; }

#header-premium .premium-menu-item {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 11px;
    min-height: 64px !important;
}

#header-premium .premium-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 239, 120, 0.28);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.08);
    color: #00ef78;
    font-size: 15px;
}

#header-premium .premium-menu-item--cyan .premium-menu-icon {
    border-color: rgba(56, 217, 245, 0.3);
    background: rgba(56, 217, 245, 0.08);
    color: #38d9f5;
}

#header-premium .premium-menu-item--orange .premium-menu-icon {
    border-color: rgba(255, 122, 26, 0.34);
    background: rgba(255, 122, 26, 0.09);
    color: #ff7a1a;
}

#header-premium .premium-menu-item--orange .premium-menu-arrow { color: rgba(255, 122, 26, 0.82); }

#header-premium .premium-menu-item--blue .premium-menu-icon {
    border-color: rgba(75, 163, 255, 0.34);
    background: rgba(75, 163, 255, 0.09);
    color: #4ba3ff;
}

#header-premium .premium-menu-item--blue .premium-menu-arrow { color: rgba(75, 163, 255, 0.82); }

#header-premium .premium-menu-item--amber .premium-menu-icon {
    border-color: rgba(245, 180, 40, 0.34);
    background: rgba(245, 180, 40, 0.09);
    color: #f5b428;
}

#header-premium .premium-menu-item--amber .premium-menu-arrow { color: rgba(245, 180, 40, 0.82); }

#header-premium .premium-menu-item--purple .premium-menu-icon {
    border-color: rgba(167, 116, 255, 0.34);
    background: rgba(167, 116, 255, 0.09);
    color: #a774ff;
}

#header-premium .premium-menu-item--purple .premium-menu-arrow { color: rgba(167, 116, 255, 0.82); }

#header-premium .premium-menu-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

#header-premium .premium-menu-copy strong { color: #f6fff9; font-size: 13px; line-height: 1.1; }
#header-premium .premium-menu-copy small { color: rgba(205, 221, 212, 0.58); font-size: 11px; font-weight: 500; line-height: 1.35; }

#header-premium .premium-menu-arrow {
    justify-self: end;
    color: rgba(56, 217, 245, 0.7);
    font-size: 10px;
    transition: transform 160ms ease;
}

#header-premium .premium-menu-item:hover .premium-menu-arrow { transform: translateX(2px); }

/* Advanced Menu Manager integration */
#header-premium .nts-managed-menu,
#header-premium .nts-managed-menu ul,
#mobile-menu-panel .nts-mobile-managed-primary,
#mobile-menu-panel .nts-mobile-managed-primary ul,
#mobile-menu-panel .nts-mobile-managed-account-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-premium .nts-managed-primary { gap: 4px; }
#header-premium .nts-managed-primary > li { position: relative; }
#header-premium .nts-managed-primary > li > a > i { display: none; }
#header-premium .nts-managed-primary > li.has-dropdown > a { padding-right: 28px; }
#header-premium .nts-managed-primary > li.has-dropdown > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-right: 1.5px solid #38d9f5;
    border-bottom: 1.5px solid #38d9f5;
    transform: rotate(45deg);
    transition: transform 180ms ease, margin-top 180ms ease;
}

#header-premium .nts-managed-primary > li.has-dropdown:hover > a::before,
#header-premium .nts-managed-primary > li.has-dropdown:focus-within > a::before,
#header-premium .nts-managed-primary > li.has-dropdown.is-open > a::before {
    margin-top: -2px;
    transform: rotate(225deg);
}

#header-premium .nts-managed-primary > li > ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1220;
    width: 350px;
    padding: 8px;
    border: 1px solid rgba(0, 239, 120, 0.28);
    border-radius: 8px;
    background: rgba(3, 13, 9, 0.985);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(56, 217, 245, 0.04) inset;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px) scale(0.985);
    transform-origin: top left;
    transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

#header-premium .nts-managed-primary > li > ul::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 11px;
}

#header-premium .nts-managed-primary > li:hover > ul,
#header-premium .nts-managed-primary > li:focus-within > ul,
#header-premium .nts-managed-primary > li.is-open > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

#header-premium .nts-managed-primary > li.is-escape-closed > ul {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li + li { margin-top: 3px; }
#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #f6fff9;
    font-size: 13px;
    font-weight: 720;
    line-height: 1.2;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    border: 1px solid rgba(0, 239, 120, 0.28);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.08);
    color: #00ef78;
}

#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a::after {
    content: attr(data-description);
    grid-column: 2;
    color: rgba(205, 221, 212, 0.56);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a::before {
    content: "\2192";
    grid-column: 3;
    grid-row: 1 / span 2;
    color: #38d9f5;
    font-size: 14px;
    transition: transform 160ms ease;
}

#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a:hover,
#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a:focus-visible {
    border-color: rgba(0, 239, 120, 0.24);
    background: rgba(0, 239, 120, 0.07);
    transform: translateX(2px);
}
#header-premium .nts-managed-primary > li:not(.nts-mega-root) > ul > li > a:hover::before { transform: translateX(2px); }

#header-premium .nts-accent-cyan > a > i { border-color: rgba(56, 217, 245, 0.3) !important; background: rgba(56, 217, 245, 0.08) !important; color: #38d9f5 !important; }
#header-premium .nts-accent-amber > a > i { border-color: rgba(245, 180, 40, 0.32) !important; background: rgba(245, 180, 40, 0.08) !important; color: #f5b428 !important; }
#header-premium .nts-accent-purple > a > i { border-color: rgba(167, 116, 255, 0.32) !important; background: rgba(167, 116, 255, 0.08) !important; color: #a774ff !important; }
#header-premium .nts-accent-orange > a > i { border-color: rgba(255, 122, 26, 0.32) !important; background: rgba(255, 122, 26, 0.08) !important; color: #ff7a1a !important; }
#header-premium .nts-accent-blue > a > i { border-color: rgba(75, 163, 255, 0.32) !important; background: rgba(75, 163, 255, 0.08) !important; color: #4ba3ff !important; }

/* Four-column systems mega menu */
#header-premium .nts-managed-primary > li.nts-mega-root > ul {
    position: fixed;
    top: var(--nts-header-bottom, 86px);
    right: auto;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: min(1480px, calc(100vw - 40px));
    max-height: calc(100vh - var(--nts-header-bottom, 86px) - 18px);
    padding: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translate(-50%, 8px) scale(0.992);
    transform-origin: top center;
}

#header-premium .nts-managed-primary > li.nts-mega-root:hover > ul,
#header-premium .nts-managed-primary > li.nts-mega-root:focus-within > ul,
#header-premium .nts-managed-primary > li.nts-mega-root.is-open > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

#header-premium .nts-mega-category {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(0, 239, 120, 0.16);
    border-radius: 7px;
    background: rgba(0, 239, 120, 0.025);
}

#header-premium .nts-mega-category > a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    margin-bottom: 7px;
    padding: 0 8px 9px;
    border-bottom: 1px solid rgba(0, 239, 120, 0.13);
    color: #f7fff9;
    font-size: 13px;
    font-weight: 780;
    pointer-events: none;
}

#header-premium .nts-mega-category > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    border: 1px solid rgba(0, 239, 120, 0.25);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.08);
    color: #00ef78;
}

#header-premium .nts-mega-category > ul { display: grid; grid-template-columns: 1fr; gap: 2px; }
#header-premium .nts-mega-category > ul > li > a {
    display: flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: rgba(226, 239, 231, 0.72);
    font-size: 12px;
    font-weight: 620;
    line-height: 1.25;
    transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

#header-premium .nts-mega-category > ul > li > a::before {
    content: "";
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    margin-right: 9px;
    border-radius: 50%;
    background: #00ef78;
    box-shadow: 0 0 8px rgba(0, 239, 120, 0.45);
}

#header-premium .nts-mega-category > ul > li > a:hover,
#header-premium .nts-mega-category > ul > li > a:focus-visible {
    border-color: rgba(0, 239, 120, 0.2);
    background: rgba(0, 239, 120, 0.06);
    color: #ffffff;
    transform: translateX(2px);
}

#header-premium .nts-mega-category--cyan { border-color: rgba(56, 217, 245, 0.17); background: rgba(56, 217, 245, 0.025); }
#header-premium .nts-mega-category--cyan > a { border-color: rgba(56, 217, 245, 0.13); }
#header-premium .nts-mega-category--cyan > a > i { border-color: rgba(56, 217, 245, 0.26); background: rgba(56, 217, 245, 0.08); color: #38d9f5; }
#header-premium .nts-mega-category--cyan > ul > li > a::before { background: #38d9f5; box-shadow: 0 0 8px rgba(56, 217, 245, 0.42); }
#header-premium .nts-mega-category--amber { border-color: rgba(245, 180, 40, 0.18); background: rgba(245, 180, 40, 0.025); }
#header-premium .nts-mega-category--amber > a { border-color: rgba(245, 180, 40, 0.14); }
#header-premium .nts-mega-category--amber > a > i { border-color: rgba(245, 180, 40, 0.28); background: rgba(245, 180, 40, 0.08); color: #f5b428; }
#header-premium .nts-mega-category--amber > ul > li > a::before { background: #f5b428; box-shadow: 0 0 8px rgba(245, 180, 40, 0.4); }
#header-premium .nts-mega-category--purple { border-color: rgba(167, 116, 255, 0.18); background: rgba(167, 116, 255, 0.025); }
#header-premium .nts-mega-category--purple > a { border-color: rgba(167, 116, 255, 0.14); }
#header-premium .nts-mega-category--purple > a > i { border-color: rgba(167, 116, 255, 0.28); background: rgba(167, 116, 255, 0.08); color: #a774ff; }
#header-premium .nts-mega-category--purple > ul > li > a::before { background: #a774ff; box-shadow: 0 0 8px rgba(167, 116, 255, 0.4); }

/* Secondary/account group */
#header-premium .nts-managed-account { gap: 10px; }
#header-premium .nts-managed-account > li { display: flex; align-items: center; }
#header-premium .nts-managed-account > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(0, 239, 120, 0.5);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.035);
    color: #00ef78;
    font-size: 12px;
    font-weight: 760;
    white-space: nowrap;
    transition: color 170ms ease, border-color 170ms ease, background-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}
#header-premium .nts-managed-account > li > a:hover,
#header-premium .nts-managed-account > li > a:focus-visible { border-color: #38d9f5; background: rgba(56, 217, 245, 0.07); color: #ffffff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24); }
#header-premium .nts-account-button > a { min-width: 128px; }
#header-premium .nts-account-button--primary > a { min-width: 168px; }
#header-premium .nts-account-cart > a,
#header-premium .nts-account-logout > a {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
    overflow: hidden;
    font-size: 0 !important;
    gap: 0 !important;
    line-height: 1;
}
#header-premium .nts-account-cart > a > i,
#header-premium .nts-account-logout > a > i { margin: 0 !important; font-size: 14px !important; }
#header-premium .nts-account-cart > a { color: #38d9f5; }
#header-premium .nts-account-logout > a { border-color: rgba(255, 79, 102, 0.34) !important; color: #ff5b70 !important; }

/* Mobile menu generated from the same addon structure */
#mobile-menu-panel {
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    background:
        linear-gradient(180deg, rgba(0, 239, 120, 0.025), transparent 180px),
        #030b07 !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(56, 217, 245, 0.5) rgba(255, 255, 255, 0.04);
}

#mobile-menu-panel::-webkit-scrollbar { width: 5px; }
#mobile-menu-panel::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.035); }
#mobile-menu-panel::-webkit-scrollbar-thumb { border-radius: 8px; background: rgba(56, 217, 245, 0.5); }

#mobile-menu-panel .nts-mobile-shell {
    width: 100%;
    max-width: 480px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 15px 28px;
}

#mobile-menu-panel .nts-mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 239, 120, 0.18);
    background: rgba(3, 11, 7, 0.94);
    backdrop-filter: blur(14px);
}

#mobile-menu-panel .nts-mobile-logo,
#mobile-menu-panel .nts-mobile-logo img { display: block; }
#mobile-menu-panel .nts-mobile-logo img { width: auto; height: 42px; }

#mobile-menu-panel .nts-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(56, 217, 245, 0.55);
    border-radius: 7px;
    background: rgba(56, 217, 245, 0.06);
    color: #00ef78;
    font-size: 17px;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

#mobile-menu-panel .nts-mobile-close:hover,
#mobile-menu-panel .nts-mobile-close:focus-visible {
    border-color: #00ef78;
    background: rgba(0, 239, 120, 0.1);
    transform: translateY(-1px);
}

#mobile-menu-panel .nts-mobile-section-label {
    margin: 0 2px 8px;
    color: rgba(205, 221, 212, 0.5);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

#mobile-menu-panel .nts-mobile-account-label {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 239, 120, 0.14);
}

#mobile-menu-panel .nts-mobile-managed-primary,
#mobile-menu-panel .nts-mobile-managed-account-list { display: grid; gap: 6px; }
#mobile-menu-panel .nts-mobile-managed-primary > li > a,
#mobile-menu-panel .nts-mobile-managed-account-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 9px 13px;
    border: 1px solid rgba(0, 239, 120, 0.2);
    border-radius: 8px;
    background: rgba(0, 239, 120, 0.03);
    color: #f2fff7;
    font-size: 13px;
    font-weight: 720;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
#mobile-menu-panel .nts-mobile-managed-primary > li > a:hover,
#mobile-menu-panel .nts-mobile-managed-primary > li > a:focus-visible,
#mobile-menu-panel .nts-mobile-managed-primary > li.is-open > a {
    border-color: rgba(56, 217, 245, 0.45);
    background: rgba(56, 217, 245, 0.055);
    transform: translateX(2px);
}

#mobile-menu-panel .nts-mobile-managed-primary > li > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border: 1px solid rgba(0, 239, 120, 0.2);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.065);
    color: #00ef78;
    font-size: 11px;
}

#mobile-menu-panel .nts-nav-external > a .nts-external-indicator {
    margin-left: auto;
    color: #38d9f5;
    font-size: 13px;
}

#mobile-menu-panel .nts-mobile-parent > a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 44px !important;
}
#mobile-menu-panel .nts-mobile-parent > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #38d9f5;
    border-bottom: 2px solid #38d9f5;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 180ms ease;
}
#mobile-menu-panel .nts-mobile-parent.is-open > a::after { transform: translateY(-30%) rotate(225deg); }
#mobile-menu-panel .nts-mobile-parent > ul { display: none; margin-top: 6px; padding: 3px 0 5px 10px; }
#mobile-menu-panel .nts-mobile-parent.is-open > ul { display: grid; gap: 5px; }
#mobile-menu-panel .nts-mobile-parent > ul > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(236, 246, 240, 0.78);
    font-size: 12px;
    font-weight: 650;
}

#mobile-menu-panel .nts-mobile-parent > ul > li > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid rgba(0, 239, 120, 0.22);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.07);
    color: #00ef78;
    font-size: 11px;
}

#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-cyan > a { border-left: 2px solid rgba(56, 217, 245, 0.7); }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-cyan > a > i { border-color: rgba(56, 217, 245, 0.32); background: rgba(56, 217, 245, 0.09); color: #38d9f5; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-orange > a { border-left: 2px solid rgba(255, 122, 26, 0.75); }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-orange > a > i { border-color: rgba(255, 122, 26, 0.34); background: rgba(255, 122, 26, 0.09); color: #ff7a1a; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-blue > a { border-left: 2px solid rgba(75, 163, 255, 0.72); }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-blue > a > i { border-color: rgba(75, 163, 255, 0.34); background: rgba(75, 163, 255, 0.09); color: #4ba3ff; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-amber > a { border-left: 2px solid rgba(245, 180, 40, 0.75); }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-amber > a > i { border-color: rgba(245, 180, 40, 0.34); background: rgba(245, 180, 40, 0.09); color: #f5b428; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-purple > a { border-left: 2px solid rgba(167, 116, 255, 0.75); }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-accent-purple > a > i { border-color: rgba(167, 116, 255, 0.34); background: rgba(167, 116, 255, 0.09); color: #a774ff; }

#mobile-menu-panel .nts-mega-category > a {
    pointer-events: auto;
    border-left: 2px solid #00ef78 !important;
    background: rgba(0, 239, 120, 0.025) !important;
}
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-mega-category > a > i { border-color: rgba(0, 239, 120, 0.28); background: rgba(0, 239, 120, 0.08); color: #00ef78; }
#mobile-menu-panel .nts-mega-category--green > a::after { border-color: #00ef78; }
#mobile-menu-panel .nts-mega-category--cyan > a { border-left-color: #38d9f5 !important; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-mega-category--cyan > a > i { border-color: rgba(56, 217, 245, 0.34); background: rgba(56, 217, 245, 0.09); color: #38d9f5; }
#mobile-menu-panel .nts-mega-category--cyan > a::after { border-color: #38d9f5; }
#mobile-menu-panel .nts-mega-category--amber > a { border-left-color: #f5b428 !important; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-mega-category--amber > a > i { border-color: rgba(245, 180, 40, 0.34); background: rgba(245, 180, 40, 0.09); color: #f5b428; }
#mobile-menu-panel .nts-mega-category--amber > a::after { border-color: #f5b428; }
#mobile-menu-panel .nts-mega-category--purple > a { border-left-color: #a774ff !important; }
#mobile-menu-panel .nts-mobile-parent > ul > li.nts-mega-category--purple > a > i { border-color: rgba(167, 116, 255, 0.34); background: rgba(167, 116, 255, 0.09); color: #a774ff; }
#mobile-menu-panel .nts-mega-category--purple > a::after { border-color: #a774ff; }
#mobile-menu-panel .nts-mega-category > ul { padding: 2px 0 3px 8px; }
#mobile-menu-panel .nts-mega-category > ul > li > a {
    min-height: 40px;
    border-color: rgba(255, 255, 255, 0.055);
    background: rgba(0, 0, 0, 0.2);
    font-size: 11.5px;
}
#mobile-menu-panel .nts-mobile-managed-account { margin-top: 0; padding-top: 0; border-top: 0; }
#mobile-menu-panel .nts-mobile-managed-account-list { grid-template-columns: 1fr 1fr; }
#mobile-menu-panel .nts-mobile-managed-account-list > li:first-child { grid-column: 1 / -1; }
#mobile-menu-panel .nts-mobile-managed-account-list > li > a { justify-content: center; }

/* Logged-in customer navigation */
#header-premium .nts-auth-nav { gap: 2px; }
#header-premium .nts-auth-direct > i { color: #38d9f5; font-size: 12px; }
#header-premium .dropdown-menu-custom--account { width: 320px; }
#header-premium .dropdown-menu-custom--account .premium-menu-item { min-height: 60px !important; }

#header-premium .header-greeting--premium {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 4px 10px 4px 5px;
    border: 1px solid rgba(0, 239, 120, 0.16);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.045);
    color: rgba(232, 243, 237, 0.7);
    white-space: nowrap;
}

#header-premium .header-greeting--premium b { color: #f5fff9; font-weight: 750; }

#header-premium .header-greeting-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(56, 217, 245, 0.25);
    border-radius: 6px;
    background: rgba(56, 217, 245, 0.07);
    color: #38d9f5;
    font-size: 11px;
}

/* Logged-in mobile navigation */
#mobile-menu-panel .nts-mobile-auth-account {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 12px 0 16px;
    padding: 12px;
    border: 1px solid rgba(0, 239, 120, 0.2);
    border-radius: 8px;
    background: rgba(0, 239, 120, 0.055);
}

#mobile-menu-panel .nts-mobile-auth-avatar,
#mobile-menu-panel .nts-mobile-auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 239, 120, 0.28);
    border-radius: 6px;
    background: rgba(0, 239, 120, 0.08);
    color: #00ef78;
}

#mobile-menu-panel .nts-mobile-auth-account small,
#mobile-menu-panel .nts-mobile-auth-account strong { display: block; }
#mobile-menu-panel .nts-mobile-auth-account small { color: rgba(205, 221, 212, 0.52); font-size: 10px; text-transform: uppercase; }
#mobile-menu-panel .nts-mobile-auth-account strong { margin-top: 3px; color: #ffffff; font-size: 14px; }

#mobile-menu-panel .nts-mobile-auth-section {
    padding: 14px 4px 6px;
    color: #00ef78;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#mobile-menu-panel .nts-mobile-auth-link {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 11px;
    min-height: 62px;
    margin-bottom: 4px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 239, 120, 0.16);
    border-radius: 8px;
    background: rgba(0, 239, 120, 0.035);
    color: rgba(231, 242, 236, 0.78);
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

#mobile-menu-panel .nts-mobile-auth-link strong,
#mobile-menu-panel .nts-mobile-auth-link small { display: block; }
#mobile-menu-panel .nts-mobile-auth-link strong { color: #f6fff9; font-size: 13px; }
#mobile-menu-panel .nts-mobile-auth-link small { margin-top: 4px; color: rgba(205, 221, 212, 0.55); font-size: 11px; }
#mobile-menu-panel .nts-mobile-auth-arrow { justify-self: end; color: rgba(56, 217, 245, 0.72); font-size: 10px; }
#mobile-menu-panel .nts-mobile-auth-link:hover,
#mobile-menu-panel .nts-mobile-auth-link:focus-visible { border-color: rgba(0, 239, 120, 0.32); background: rgba(0, 239, 120, 0.075); transform: translateX(2px); }
#mobile-menu-panel .nts-mobile-auth-link--cyan .nts-mobile-auth-icon { border-color: rgba(56, 217, 245, 0.28); background: rgba(56, 217, 245, 0.07); color: #38d9f5; }
#mobile-menu-panel .nts-mobile-auth-link--amber .nts-mobile-auth-icon { border-color: rgba(245, 180, 40, 0.3); background: rgba(245, 180, 40, 0.07); color: #f5b428; }
#mobile-menu-panel .nts-mobile-auth-link--standalone { margin-top: 14px; }

@media (min-width: 992px) {
    #header-premium .has-dropdown:hover > .dropdown-menu-custom,
    #header-premium .has-dropdown:focus-within > .dropdown-menu-custom {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1180px) and (min-width: 992px) {
    #header-premium .menu-target > .nav-links > li > a,
    #header-premium .menu-target > .nav-links > li > .nts-nav-toggle { padding-right: 8px; padding-left: 8px; font-size: 12px; }
    #header-premium .nts-managed-account > li > a {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0 !important;
        font-size: 0 !important;
    }
    #header-premium .nts-managed-account > li > a > i {
        margin: 0 !important;
        font-size: 13px;
    }
}

@media (max-width: 1320px) and (min-width: 992px) {
    #header-premium .nts-auth-nav { gap: 0; }
    #header-premium .header-greeting--premium { padding-right: 7px; font-size: 12px; }
    #header-premium .header-greeting-icon { width: 28px; height: 28px; }
}

@media (max-width: 1279px) and (min-width: 992px) {
    #header-premium .nts-managed-primary > li.nts-mega-root > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    #header-premium .nts-managed-primary,
    #header-premium .nts-managed-account { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
    #header-premium .menu-target a,
    #header-premium .menu-target button,
    #header-premium .dropdown-menu-custom,
    #header-premium .premium-menu-arrow { transition: none !important; }
}
