/* ============================================================
   EnterFirst.io — Professional Navbar v6
   Modern Dark Glassmorphic Mega Menu + Dropdown
   Color Theme: Indigo / Violet / Cyan
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

/* ============================================================
   TOPBAR
   ============================================================ */
.ef-topbar {
    background: #09090B;
    color: rgba(255,255,255,0.55);
    font-size: 0.775rem;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    display: none;
}
@media (min-width: 1200px) { .ef-topbar { display: block; } }

.ef-topbar-inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: var(--cx);
    padding-right: var(--cx);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ef-topbar-left { display: flex; align-items: center; gap: 20px; }
.ef-topbar-left a,
.ef-topbar-left span {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .2s;
}
.ef-topbar-left a:hover { color: #06B6D4; }
.ef-topbar-right { display: flex; align-items: center; gap: 14px; }
.ef-topbar-demo {
    color: #06B6D4;
    font-weight: 600;
    border: 1px solid rgba(6,182,212,0.35);
    padding: 2px 14px;
    border-radius: 20px;
    transition: all .2s;
    text-decoration: none;
}
.ef-topbar-demo:hover { background: rgba(6,182,212,0.1); border-color: rgba(6,182,212,0.6); color: #06B6D4; }
.ef-topbar-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.45);
    font-size: .72rem;
}
.ef-topbar-tag i { color: #10B981; font-size: .65rem; }
.ef-topbar-social { display: flex; gap: 8px; }
.ef-topbar-social a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    transition: all .2s;
    font-size: 0.65rem;
}
.ef-topbar-social a:hover { background: #6366F1; color: #fff; }

/* ============================================================
   MAIN NAV BAR
   ============================================================ */
.ef-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(9,9,11,0.88);
    backdrop-filter: blur(28px) saturate(1.4);
    -webkit-backdrop-filter: blur(28px) saturate(1.4);
    border-bottom: 1px solid rgba(99,102,241,0.06);
    z-index: 9000;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.ef-nav.ef-scrolled {
    background: rgba(9,9,11,0.97);
    box-shadow:
        0 4px 30px rgba(0,0,0,0.5),
        0 1px 0 rgba(99,102,241,0.08),
        0 20px 60px rgba(0,0,0,0.25);
    border-bottom-color: rgba(99,102,241,0.12);
}
.ef-nav-inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: var(--cx);
    padding-right: var(--cx);
    height: 68px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ============================================================
   LOGO
   ============================================================ */
.ef-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 16px;
}
.ef-logo-img {
    height: 34px;
    width: auto;
    display: block;
    flex-shrink: 0;
}
.ef-mobile-logo-img {
    height: 26px;
    width: auto;
    display: block;
}

/* ============================================================
   DESKTOP MENU
   ============================================================ */
.ef-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 2px;
    flex: 1;
    justify-content: center;
}
.ef-menu-item { position: relative; }
.ef-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.2s;
    white-space: nowrap;
    cursor: pointer;
    background: none;
    border: none;
    position: relative;
}
.ef-menu-link:hover,
.ef-menu-item:hover > .ef-menu-link {
    color: #fff;
    background: rgba(99,102,241,0.08);
    text-decoration: none;
}
.ef-menu-link:focus-visible {
    outline: 2px solid #818CF8;
    outline-offset: 2px;
}
.ef-menu-link.ef-active { color: #A5B4FC; }
/* Active indicator dot */
.ef-menu-link.ef-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #818CF8;
}
.ef-arrow {
    font-size: 0.55rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.5;
    margin-top: 1px;
}
.ef-menu-item:hover > .ef-menu-link .ef-arrow,
.ef-mega-open > .ef-menu-link .ef-arrow { transform: rotate(180deg); opacity: 1; }

/* ============================================================
   MEGA MENU PANEL — Modern Creative Dark v2
   ============================================================ */
.ef-mega-wrap {
    display: none;
    opacity: 0;
    position: fixed;
    top: 68px;
    left: 0; right: 0;
    background:
        radial-gradient(ellipse 70% 55% at 75% 15%, rgba(99,102,241,0.10) 0%, transparent 55%),
        radial-gradient(ellipse 50% 65% at 15% 85%, rgba(6,182,212,0.06) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 50% 50%, rgba(139,92,246,0.04) 0%, transparent 60%),
        linear-gradient(180deg, #0D0D14 0%, #0A0A11 100%);
    backdrop-filter: blur(56px) saturate(1.5);
    -webkit-backdrop-filter: blur(56px) saturate(1.5);
    border-top: none;
    box-shadow:
        0 40px 100px rgba(0,0,0,0.7),
        0 15px 40px rgba(0,0,0,0.4),
        0 0 0 1px rgba(99,102,241,0.06) inset,
        0 1px 0 rgba(255,255,255,0.03) inset;
    z-index: 8990;
    overflow: hidden;
}
/* Top accent gradient bar */
.ef-mega-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #6366F1 0%, #8B5CF6 30%, #06B6D4 60%, #10B981 100%);
    z-index: 2;
}
/* Subtle dot pattern overlay */
.ef-mega-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}
.ef-mega-open .ef-mega-wrap {
    display: block;
    animation: efMegaReveal 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes efMegaReveal {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Outer container */
.ef-mega-inner-v2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative;
    z-index: 1;
}

/* Header row — Title + View all */
.ef-mega-panel-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 22px;
}
.ef-mega-panel-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ef-mega-panel-count {
    font-size: .62rem;
    font-weight: 700;
    color: #C7D2FE;
    background: linear-gradient(135deg, rgba(99,102,241,0.2), rgba(139,92,246,0.15));
    border: 1px solid rgba(99,102,241,0.25);
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: .03em;
}
.ef-mega-view-all {
    font-size: .8rem;
    font-weight: 600;
    color: #A5B4FC;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    border-radius: 100px;
    border: 1px solid rgba(99,102,241,0.15);
    background: rgba(99,102,241,0.04);
    transition: all .25s;
}
.ef-mega-view-all:hover {
    color: #fff;
    background: linear-gradient(135deg, rgba(99,102,241,0.18), rgba(139,92,246,0.12));
    border-color: rgba(99,102,241,0.4);
    box-shadow: 0 0 24px rgba(99,102,241,0.18);
}
.ef-mega-view-all i { font-size: .6rem; transition: transform .25s; }
.ef-mega-view-all:hover i { transform: translateX(4px); }

/* Grid layouts */
.ef-mega-grid {
    display: grid;
    gap: 8px;
    padding-bottom: 24px;
}
.ef-mega-grid-4 { grid-template-columns: repeat(4, 1fr); }
.ef-mega-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ef-mega-grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Column — subtle card-like bg + left divider */
.ef-mega-col {
    padding: 14px 16px 10px;
    position: relative;
    border-radius: 14px;
    background: rgba(255,255,255,0.015);
    border: 1px solid rgba(255,255,255,0.025);
    transition: background .25s;
}
.ef-mega-col:hover {
    background: rgba(255,255,255,0.025);
}

/* Category label — accent left border */
.ef-mega-col-label {
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #818CF8;
    margin-bottom: 12px;
    padding: 5px 0 5px 12px;
    border-left: 2px solid rgba(99,102,241,0.45);
    display: flex;
    align-items: center;
    gap: 6px;
}
.ef-mega-col-sep {
    height: 1px;
    background: linear-gradient(90deg, rgba(99,102,241,0.08), transparent);
    margin: 10px 0;
}

/* ---- Item card — modern hover card style ---- */
.ef-mega-item-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 3px;
    position: relative;
    border: 1px solid transparent;
    background: transparent;
}
.ef-mega-item-v2:hover {
    background: linear-gradient(135deg, rgba(99,102,241,0.08), rgba(139,92,246,0.05));
    border-color: rgba(99,102,241,0.12);
    box-shadow:
        0 4px 16px rgba(0,0,0,0.2),
        0 0 0 1px rgba(99,102,241,0.06),
        inset 0 1px 0 rgba(255,255,255,0.03);
    transform: translateX(2px);
}
/* Hover glow accent on left */
.ef-mega-item-v2::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 3px; height: 0;
    border-radius: 0 3px 3px 0;
    background: linear-gradient(to bottom, #6366F1, #8B5CF6);
    transform: translateY(-50%);
    transition: height .22s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
}
.ef-mega-item-v2:hover::before {
    height: 55%;
    opacity: 1;
}
/* Focus visible for keyboard */
.ef-mega-item-v2:focus-visible {
    outline: 2px solid #818CF8;
    outline-offset: 2px;
    background: rgba(99,102,241,0.06);
}

/* Popular / New badge on items */
.ef-mega-badge {
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 2px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1.4;
    flex-shrink: 0;
    margin-left: auto;
}
.ef-badge-popular {
    color: #FDE68A;
    background: rgba(245,158,11,0.12);
    border: 1px solid rgba(245,158,11,0.2);
}
.ef-badge-new {
    color: #86EFAC;
    background: rgba(16,185,129,0.12);
    border: 1px solid rgba(16,185,129,0.2);
}
.ef-badge-hot {
    color: #FCA5A5;
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.2);
}

/* Colored icon square */
.ef-mi-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: .8rem;
    color: #fff;
    flex-shrink: 0;
    transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    position: relative;
}
.ef-mega-item-v2:hover .ef-mi-icon {
    box-shadow: 0 6px 20px rgba(0,0,0,0.3), 0 0 12px rgba(99,102,241,0.15);
    transform: scale(1.08);
}
/* Icon color variants */
.ef-mi-blue     { background: linear-gradient(135deg, #3B82F6, #2563EB); }
.ef-mi-indigo   { background: linear-gradient(135deg, #6366F1, #4F46E5); }
.ef-mi-violet   { background: linear-gradient(135deg, #8B5CF6, #7C3AED); }
.ef-mi-green    { background: linear-gradient(135deg, #10B981, #059669); }
.ef-mi-teal     { background: linear-gradient(135deg, #14B8A6, #0D9488); }
.ef-mi-cyan     { background: linear-gradient(135deg, #06B6D4, #0284C7); }
.ef-mi-amber    { background: linear-gradient(135deg, #F59E0B, #D97706); }
.ef-mi-orange   { background: linear-gradient(135deg, #F97316, #EA580C); }
.ef-mi-red      { background: linear-gradient(135deg, #EF4444, #DC2626); }
.ef-mi-pink     { background: linear-gradient(135deg, #EC4899, #DB2777); }
.ef-mi-rose     { background: linear-gradient(135deg, #F43F5E, #E11D48); }
.ef-mi-slate    { background: linear-gradient(135deg, #64748B, #475569); }
.ef-mi-dark-g   { background: linear-gradient(135deg, #374151, #1F2937); }
.ef-mi-lime     { background: linear-gradient(135deg, #84CC16, #65A30D); }
.ef-mi-sky      { background: linear-gradient(135deg, #0EA5E9, #0284C7); }
.ef-mi-fuchsia  { background: linear-gradient(135deg, #D946EF, #C026D3); }

/* Item text */
.ef-mi-text { flex: 1; min-width: 0; }
.ef-mi-title {
    font-family: 'Inter', sans-serif;
    font-size: .835rem;
    font-weight: 600;
    color: #E5E7EB;
    line-height: 1.3;
    transition: color .2s;
}
.ef-mega-item-v2:hover .ef-mi-title { color: #fff; }
.ef-mi-desc {
    font-family: 'Inter', sans-serif;
    font-size: .7rem;
    color: rgba(255,255,255,0.32);
    line-height: 1.35;
    margin-top: 2px;
    transition: color .2s;
}
.ef-mega-item-v2:hover .ef-mi-desc { color: rgba(255,255,255,0.55); }

/* Stagger animation for mega items */
.ef-mega-open .ef-mega-item-v2 {
    animation: efItemFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.ef-mega-open .ef-mega-col:nth-child(1) .ef-mega-item-v2 { animation-delay: 0.03s; }
.ef-mega-open .ef-mega-col:nth-child(2) .ef-mega-item-v2 { animation-delay: 0.06s; }
.ef-mega-open .ef-mega-col:nth-child(3) .ef-mega-item-v2 { animation-delay: 0.09s; }
.ef-mega-open .ef-mega-col:nth-child(4) .ef-mega-item-v2 { animation-delay: 0.12s; }
@keyframes efItemFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Panel footer bar — gradient accent ---- */
.ef-mega-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 16px 2.5rem;
    margin: 0 -2.5rem;
    background:
        linear-gradient(135deg, rgba(99,102,241,0.06) 0%, rgba(6,182,212,0.04) 50%, rgba(139,92,246,0.04) 100%);
    position: relative;
}
.ef-mega-footer-text {
    font-size: .8rem;
    color: rgba(255,255,255,0.4);
    font-family: 'Inter', sans-serif;
}
.ef-icon-primary { color: #818CF8; }
.ef-mega-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .82rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 100px;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    box-shadow: 0 4px 14px rgba(99,102,241,0.35);
    transition: all .25s;
}
.ef-mega-footer-cta:hover {
    color: #fff;
    box-shadow: 0 6px 24px rgba(99,102,241,0.5);
    transform: translateY(-1px);
}
.ef-mega-footer-cta i { font-size: .65rem; transition: transform .2s; }
.ef-mega-footer-cta:hover i { transform: translateX(3px); }

/* ============================================================
   COMPANY DROPDOWN — Modern Mini-Mega v2
   ============================================================ */
.ef-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(99,102,241,0.06) 0%, transparent 60%),
        linear-gradient(180deg, #0E0E16 0%, #0B0B12 100%);
    backdrop-filter: blur(56px) saturate(1.5);
    -webkit-backdrop-filter: blur(56px) saturate(1.5);
    border-radius: 16px;
    box-shadow:
        0 30px 70px rgba(0,0,0,0.6),
        0 10px 25px rgba(0,0,0,0.35),
        0 0 0 1px rgba(99,102,241,0.06) inset,
        0 1px 0 rgba(255,255,255,0.03) inset;
    min-width: 290px;
    padding: 10px;
    list-style: none;
    z-index: 9001;
    border: 1px solid rgba(99,102,241,0.08);
    overflow: hidden;
}
/* Top accent bar */
.ef-dropdown::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #6366F1, #8B5CF6, #06B6D4);
    border-radius: 16px 16px 0 0;
}
/* Pointer triangle */
.ef-dropdown::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px; height: 12px;
    background: #0E0E16;
    border-top: 1px solid rgba(99,102,241,0.08);
    border-left: 1px solid rgba(99,102,241,0.08);
    z-index: -1;
}
.ef-drop-open .ef-dropdown {
    display: block;
    animation: efDropReveal 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes efDropReveal {
    from { opacity: 0; transform: translateX(-50%) translateY(-6px) scale(0.98); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

/* Dropdown section label */
.ef-dropdown-label {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(129,140,248,0.55);
    padding: 8px 12px 5px;
    display: block;
    border-left: 2px solid rgba(99,102,241,0.3);
    margin-left: 4px;
    margin-bottom: 2px;
}

.ef-dropdown-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: .84rem;
    font-weight: 500;
    transition: all .2s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    border: 1px solid transparent;
}
.ef-dropdown-item i {
    width: 34px; height: 34px;
    background: rgba(99,102,241,0.08);
    color: #818CF8;
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
    transition: all .22s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(99,102,241,0.1);
}
.ef-dropdown-item:hover {
    background: linear-gradient(135deg, rgba(99,102,241,0.08), rgba(139,92,246,0.04));
    border-color: rgba(99,102,241,0.1);
    color: #fff;
    transform: translateX(2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.ef-dropdown-item:hover i {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(99,102,241,0.3);
    transform: scale(1.06);
}
.ef-dropdown-item:focus-visible {
    outline: 2px solid #818CF8;
    outline-offset: 1px;
    background: rgba(99,102,241,0.06);
}
/* Dropdown item description text */
.ef-dropdown-item .ef-dd-desc {
    font-size: .68rem;
    color: rgba(255,255,255,0.26);
    margin-top: 2px;
    transition: color .2s;
    line-height: 1.3;
}
.ef-dropdown-item:hover .ef-dd-desc { color: rgba(255,255,255,0.5); }

.ef-dropdown-sep {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99,102,241,0.08), transparent);
    margin: 5px 8px;
}

/* Stagger animation for dropdown items */
.ef-drop-open .ef-dropdown li:nth-child(1) { animation: efItemFadeIn .28s .02s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(2) { animation: efItemFadeIn .28s .04s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(3) { animation: efItemFadeIn .28s .06s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(4) { animation: efItemFadeIn .28s .08s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(5) { animation: efItemFadeIn .28s .10s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(6) { animation: efItemFadeIn .28s .12s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(7) { animation: efItemFadeIn .28s .14s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(8) { animation: efItemFadeIn .28s .16s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(9) { animation: efItemFadeIn .28s .18s cubic-bezier(0.16,1,0.3,1) backwards; }
.ef-drop-open .ef-dropdown li:nth-child(10) { animation: efItemFadeIn .28s .20s cubic-bezier(0.16,1,0.3,1) backwards; }

/* ============================================================
   NAV CTA BUTTONS
   ============================================================ */
.ef-nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 8px;
}
.ef-nav-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 9px;
    color: rgba(255,255,255,0.75);
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}
.ef-nav-btn-ghost:hover {
    border-color: rgba(255,255,255,0.3);
    color: #fff;
    background: rgba(255,255,255,0.05);
}
.ef-nav-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    border-radius: 9px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(99,102,241,0.35);
    position: relative;
    overflow: hidden;
}
.ef-nav-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    opacity: 0;
    transition: opacity .25s;
}
.ef-nav-btn-primary:hover::before { opacity: 1; }
.ef-nav-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(99,102,241,0.5);
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   HAMBURGER
   ============================================================ */
.ef-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 9px;
    cursor: pointer;
    gap: 5px;
    flex-shrink: 0;
    margin-left: auto;
    transition: all .2s;
}
.ef-hamburger:hover { background: rgba(99,102,241,0.15); border-color: rgba(99,102,241,0.3); }
.ef-hamburger span {
    display: block;
    width: 18px; height: 2px;
    background: rgba(255,255,255,0.8);
    border-radius: 2px;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.ef-hamburger.ef-open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.ef-hamburger.ef-open span:nth-child(2) { opacity: 0; transform: translateX(-6px); }
.ef-hamburger.ef-open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ============================================================
   MOBILE SIDEBAR — Refined v2
   ============================================================ */
.ef-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9500;
    opacity: 0;
    transition: opacity .3s;
}
.ef-mobile-overlay.ef-open { display: block; opacity: 1; }

.ef-mobile-nav {
    position: fixed;
    top: 0; right: -100%;
    width: min(380px, 92vw);
    height: 100dvh;
    background: linear-gradient(180deg, #0C0C10 0%, #0A0A12 100%);
    z-index: 9600;
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border-left: 1px solid rgba(99,102,241,0.1);
    overflow: hidden;
    box-shadow: -20px 0 60px rgba(0,0,0,0.4);
}
.ef-mobile-nav.ef-open { right: 0; }

.ef-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    flex-shrink: 0;
    background: rgba(9,9,11,0.8);
    backdrop-filter: blur(12px);
}
.ef-mobile-head-logo {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
}
.ef-mobile-head-logo span {
    background: linear-gradient(135deg, #06B6D4, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ef-mobile-close-btn {
    width: 34px; height: 34px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 9px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    font-size: 0.85rem;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s;
}
.ef-mobile-close-btn:hover { background: rgba(239,68,68,0.12); border-color: rgba(239,68,68,0.25); color: #EF4444; }

.ef-mobile-body {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
    scrollbar-width: thin;
    scrollbar-color: #3F3F46 transparent;
}
.ef-mob-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 10px;
    transition: all .2s;
}
.ef-mob-link:hover {
    background: rgba(99,102,241,0.08);
    color: #fff;
    transform: translateX(2px);
}
.ef-mob-icon {
    width: 30px; height: 30px;
    background: rgba(99,102,241,0.1);
    border: 1px solid rgba(99,102,241,0.15);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem;
    color: #818CF8;
    flex-shrink: 0;
    transition: all .2s;
}
.ef-mob-link:hover .ef-mob-icon,
.ef-mob-acc-btn:hover .ef-mob-icon {
    background: linear-gradient(135deg, rgba(99,102,241,0.2), rgba(139,92,246,0.15));
    border-color: rgba(99,102,241,0.3);
}

.ef-mob-accordion { border-radius: 10px; }
.ef-mob-acc-label { display: flex; align-items: center; gap: 10px; }
.ef-mob-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.7);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
    transition: all .2s;
}
.ef-mob-acc-btn:hover,
.ef-mob-acc-btn.ef-acc-open {
    background: rgba(99,102,241,0.08);
    color: #fff;
}
.ef-acc-arrow {
    font-size: 0.58rem;
    opacity: 0.4;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s;
}
.ef-mob-acc-btn.ef-acc-open .ef-acc-arrow { transform: rotate(180deg); opacity: 1; color: #818CF8; }

.ef-mob-acc-body {
    display: none;
    padding: 6px 0 8px 14px;
    margin: 0 0 2px 16px;
    border-left: 2px solid rgba(99,102,241,0.12);
}
.ef-mob-acc-body.ef-acc-open {
    display: block;
    animation: efMobAccReveal .3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes efMobAccReveal {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.ef-mob-sub-cat {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(99,102,241,0.65);
    padding: 10px 10px 5px;
}
.ef-mob-sub-link {
    display: block;
    padding: 7px 10px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    border-radius: 8px;
    transition: all .18s;
}
.ef-mob-sub-link:hover {
    color: #fff;
    background: rgba(99,102,241,0.08);
    transform: translateX(3px);
}
.ef-mob-view-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 8px 10px 0;
    padding: 6px 12px;
    color: #818CF8;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid rgba(99,102,241,0.15);
    transition: all .2s;
}
.ef-mob-view-all:hover { color: #C7D2FE; background: rgba(99,102,241,0.08); border-color: rgba(99,102,241,0.3); }
.ef-mob-view-all i { font-size: .65rem; transition: transform .2s; }
.ef-mob-view-all:hover i { transform: translateX(3px); }

.ef-mob-divider { height: 1px; background: rgba(255,255,255,0.04); margin: 6px 0; }

.ef-mob-cta {
    padding: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    background: rgba(9,9,11,0.8);
    backdrop-filter: blur(12px);
}
.ef-mob-cta-ghost {
    display: block;
    text-align: center;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: rgba(255,255,255,0.75);
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
}
.ef-mob-cta-ghost:hover { border-color: rgba(255,255,255,0.25); color: #fff; background: rgba(255,255,255,0.04); }
.ef-mob-cta-primary {
    display: block;
    text-align: center;
    padding: 11px 16px;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    border-radius: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(99,102,241,0.3);
}
.ef-mob-cta-primary:hover { color: #fff; box-shadow: 0 6px 20px rgba(99,102,241,0.45); transform: translateY(-1px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .ef-menu, .ef-nav-cta { display: none !important; }
    .ef-hamburger { display: flex; }
    .ef-topbar { display: none !important; }
}

/* ── Responsive padding: driven by --cx variable from style.css ── */
/* No overrides needed — var(--cx) updates automatically at each breakpoint */

/* Mobile nav height + logo adjustments */
@media (max-width: 767.98px) {
    .ef-nav-inner   { height: 56px; }
    body.has-ef-nav { padding-top: 56px; }
    .ef-logo-img    { height: 28px; }
    .ef-hamburger   { width: 36px; height: 36px; }
}

/* Small phones: ≤ 375px */
@media (max-width: 375px) {
    .ef-logo-img { height: 24px; }
}

/* Mega menu grid collapse for tablet (shown on 1200px+ only via JS,
   but guard against any render on smaller viewports) */
@media (max-width: 991.98px) {
    .ef-mega-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .ef-mega-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .ef-mega-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .ef-mega-grid-4,
    .ef-mega-grid-3,
    .ef-mega-grid-2 { grid-template-columns: 1fr; }
}

/* ============================================================
   BODY OFFSET
   ============================================================ */
body.has-ef-nav { padding-top: 68px; }

/* JS navigation hook classes */
.ef-has-mega { position: relative; }
.ef-has-dropdown { position: relative; }
.client-swiper { overflow: hidden; }
