.brainmine-header {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1a1a1a;
    background: #fff;
    line-height: 1.6
}

.brainmine-header * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    background: #fff0
}

.header.scrolled {
    background: #f4f4f4;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgb(229 231 235 / .5);
    box-shadow: 0 1px 3px rgb(0 0 0 / .1)
}

.brainmine-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    background: #f4f4f4
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bm-logo-section {
    display: flex;
    align-items: center
}

.logo {
    height: 2.8rem;
    width: auto;
    cursor: pointer
}

.desktop-nav {
    display: none;
    align-items: center;
    gap: 2rem
}

@media (min-width:769px) {
    .desktop-nav {
        display: flex
    }
}

.nav-link {
    color: rgb(26 26 26 / .8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s
}

.nav-link:hover {
    color: #b1c900
}

.nav-item {
    position: relative
}

.nav-button {
    display: flex;
    align-items: center;
    gap: .25rem;
    background: none;
    border: none;
    color: rgb(26 26 26 / .8);
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.3s;
    padding: 0
}

.nav-button:hover {
    color: #b1c900
}

.nav-button i {
    font-size: .75rem;
    transition: transform 0.3s
}

.nav-item:hover .nav-button i {
    transform: rotate(180deg)
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 16rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    box-shadow: 0 10px 25px rgb(0 0 0 / .1);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    z-index: 1000
}

.nav-item:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0)
}

.dropdown-menu ul {
    list-style: none
}

.dropdown-menu li {
    margin-bottom: .5rem
}

.dropdown-menu li:last-child {
    margin-bottom: 0
}

.dropdown-menu a {
    color: rgb(26 26 26 / .7);
    text-decoration: none;
    transition: color 0.3s
}

.dropdown-menu a:hover {
    color: #b1c900
}

.simple-dropdown {
    width: 14rem;
    margin-top: 20px
}

.simple-dropdown ul {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: 0;
    margin: 0;
    list-style: none
}

.simple-dropdown li a {
    display: block;
    padding: .5rem .75rem;
    border-radius: .5rem;
    font-size: .875rem;
    font-weight: 500;
    transition: all 0.2s ease
}

.simple-dropdown li a:hover {
    background: rgb(177 201 0 / .1);
    transform: translateX(5px)
}

.mega-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-45%);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    box-shadow: 0 20px 50px rgb(0 0 0 / .15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    z-index: 1000
}

.nav-item:hover .mega-menu {
    opacity: 1 !important;
    visibility: visible !important
}

.nav-item.has-centered-mega {
    position: static
}

.nav-item.has-centered-mega .mega-menu,
.nav-item.has-centered-mega:hover .mega-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 95vw;
    max-width: 1320px
}

.services-mega {
    display: flex
}

.mega-sidebar {
    width: 16.25rem;
    padding: 1.75rem 1rem;
    border-right: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 20px
}

.sidebar-header {
    margin-bottom: 1.25rem
}

.sidebar-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #1a1a1a
}

.sidebar-subtitle {
    font-size: .75rem;
    color: #6b7280;
    margin-bottom: .75rem;
    line-height: 1.5
}

.gradient-line {
    height: 2.5px;
    width: 100%;
    background: linear-gradient(to right, #8a9a00, #9db100, #b1c900);
    border-radius: 9999px
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: .125rem
}

.category-btn {
    display: flex;
    align-items: center;
    gap: .625rem;
    width: 100%;
    padding: .625rem .75rem;
    border-radius: .5rem;
    font-weight: 500;
    font-size: .8125rem;
    border: none;
    background: #fff0;
    color: rgb(26 26 26 / .7);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    text-align: left
}

.category-btn:hover {
    background: rgb(243 244 246 / .3);
    color: #1a1a1a
}

.category-btn.active {
    background: rgb(0 200 83 / .1);
    color: #1a1a1a
}

.category-icon {
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background: rgb(243 244 246 / .5);
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.category-btn.active .category-icon {
    background: rgb(0 200 83 / .2)
}

.category-icon i {
    width: 1rem;
    height: 1rem;
    color: rgb(26 26 26 / .6)
}

.category-btn.active .category-icon i {
    color: #b1c900
}

.mega-content {
    flex: 1;
    padding: 1.75rem 2.5rem
}

.solutions-header {
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 1.25rem;
    font-size: .875rem
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 3rem
}

.solution-item {
    display: block;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.solution-title-wrapper {
    position: relative;
    display: inline-block
}

.solution-title {
    font-weight: 600;
    color: #1a1a1a;
    font-size: .875rem;
    margin-bottom: .25rem;
    line-height: 1.2;
    transition: color 0.3s
}

.solution-item:hover .solution-title {
    color: #b1c900
}

.solution-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #8a9a00, #9db100, #b1c900);
    border-radius: 9999px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.solution-item:hover .solution-underline {
    opacity: 1;
    transform: scaleX(1)
}

.solution-desc {
    color: #6b7280;
    font-size: .75rem;
    line-height: 1.5;
    margin-top: .125rem
}

.tech-stack {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb
}

.tech-stack-title {
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 1rem;
    font-size: .875rem
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem
}

.tech-category {
    margin-bottom: 0
}

.tech-category-title {
    color: #6b7280;
    font-size: .75rem;
    margin-bottom: .5rem
}

.tech-item {
    color: #1a1a1a;
    font-size: .8125rem;
    margin-bottom: .25rem
}

.mega-sidebar-right {
    width: 18.75rem;
    padding: 1.75rem;
    background: rgb(243 244 246 / .2);
    border-left: 1px solid #e5e7eb
}

.engagement-title {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .75rem;
    font-size: 1rem
}

.engagement-subtitle {
    font-size: .75rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

.engagement-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.engagement-item {
    margin-bottom: 0
}

.engagement-content {
    display: flex;
    align-items: flex-start;
    gap: .625rem
}

.engagement-icon {
    border-radius: 9999px;
    background: rgb(0 200 83 / .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin-top: .125rem
}

.engagement-icon i {
    width: 1rem;
    height: 1rem;
    color: #b1c900
}

.engagement-item-title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: .875rem;
    margin-bottom: .375rem
}

.engagement-item-desc {
    color: #6b7280;
    font-size: .75rem;
    line-height: 1.5
}

.industries-mega {
    width: 87.5rem;
    transform: translateX(-50%)
}

.industries-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    padding: 1.5rem 2rem
}

.industries-left {
    padding-right: 1.5rem
}

.industries-header {
    margin-bottom: 1rem
}

.industries-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a
}

.industries-subtitle {
    font-size: .75rem;
    color: #6b7280;
    margin-top: .25rem
}

.industries-grid-wrapper {
    overflow-y: auto;
    max-height: 26.25rem;
    padding-right: .5rem
}

.industries-grid-wrapper::-webkit-scrollbar {
    width: 6px
}

.industries-grid-wrapper::-webkit-scrollbar-track {
    background: #f9fafb;
    border-radius: 10px
}

.industries-grid-wrapper::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 10px
}

.industries-grid-wrapper::-webkit-scrollbar-thumb:hover {
    background: #6b7280
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem
}

.industry-item {
    display: block;
    text-decoration: none;
    border-radius: .5rem;
    padding: .625rem;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #fff0;
    background: #fff0
}

.industry-item:hover {
    background: linear-gradient(135deg, rgb(0 100 0 / .05) 0%, rgb(10 143 60 / .08) 50%, rgb(0 200 83 / .05) 100%);
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    border-color: rgb(0 200 83 / .2)
}

.industry-content {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    position: relative;
    z-index: 10
}

.industry-icon {
    border-radius: 9999px;
    background: rgb(0 200 83 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.industry-item:hover .industry-icon {
    background: linear-gradient(135deg, #8a9a00, #b1c900);
    box-shadow: 0 2px 8px rgb(0 200 83 / .3)
}

.industry-icon i {
    width: .875rem;
    height: .875rem;
    color: #b1c900;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.industry-item:hover .industry-icon i {
    color: #fff
}

.industry-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: .75rem;
    margin-bottom: .125rem;
    line-height: 1.2;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.industry-item:hover .industry-name {
    color: #b1c900;
    transform: translateX(2px)
}

.industry-desc {
    color: #6b7280;
    font-size: .625rem;
    line-height: 1.4;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.industry-item:hover .industry-desc {
    color: rgb(26 26 26 / .8)
}

.industries-right {
    background: linear-gradient(to bottom, #f0fdf4, rgb(240 253 244 / .4));
    border-radius: .75rem;
    padding: 1.25rem;
    border: 1px solid #bbf7d0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30rem
}

.video-showcase {
    flex: 1
}

.video-wrapper {
    border-radius: .5rem;
    overflow: hidden;
    border: 1px solid #86efac;
    margin-bottom: .75rem;
    position: relative
}

.showcase-video {
    border-radius: .5rem;
    width: 100%;
    object-fit: cover;
    height: 12.5rem
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.video-wrapper:hover .video-overlay {
    background: rgb(0 0 0 / .3)
}

.showcase-title {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: .5rem;
    font-size: .875rem
}

.showcase-desc {
    font-size: .75rem;
    color: #4b5563;
    margin-bottom: .75rem;
    line-height: 1.5
}

.watch-video-btn {
    background: #16a34a;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    border-radius: .5rem;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 1px 2px rgb(0 0 0 / .05);
    width: 100%
}

.watch-video-btn:hover {
    background: #15803d
}

.watch-video-btn i {
    width: .875rem;
    height: .875rem
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 1rem
}

.btn {
    padding: .5rem 1.5rem;
    border-radius: .5rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .3), transparent);
    transition: left 0.5s ease
}

.btn:hover::before {
    left: 100%
}

.btn-outline {
    border: 2px solid rgb(177 201 0 / .3);
    color: #b1c900;
    background: #fff0
}

.btn-outline:hover {
    background: radial-gradient(circle at 50% 100%, #b0cb1f, #95c22a, #7bb734, #63ac3b, #4ca142, #369547, #20894a, #027d4c);
    border: 2px solid #fff;
    color: #fff;
    transform: translateY(-2px) scale(1.02)
}

.btn-primary {
    background: radial-gradient(circle at 50% 100%, #b0cb1f, #95c22a, #7bb734, #63ac3b, #4ca142, #369547, #20894a, #027d4c);
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
    padding: .6rem 1.2rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    animation: gradientShimmer 3s ease infinite
}

@keyframes gradientShimmer {

    0%,
    100% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 24px rgb(177 201 0 / .5);
    animation: none;
    background: radial-gradient(circle at 50% 100%, #b0cb1f, #95c22a, #7bb734, #63ac3b, #4ca142, #369547, #20894a, #027d4c);
    border: 2px solid #fff
}

.mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: .5rem;
    cursor: pointer;
    color: #1a1a1a
}

.mobile-menu-toggle i {
    font-size: 1.5rem
}

@media (min-width:769px) {
    .mobile-menu-toggle {
        display: none
    }
}

.mobile-menu {
    display: none;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(229 231 235 / .5)
}

.mobile-menu.active {
    display: block
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem
}

.mobile-link {
    color: rgb(26 26 26 / .8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s
}

.mobile-link:hover {
    color: #b1c900
}

.mobile-cta {
    margin-top: 1rem;
    text-align: center
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .9);
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.video-modal.active {
    display: flex
}

.video-modal-content {
    position: relative;
    max-width: 56rem;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #000;
    border: 0
}

.video-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgb(0 0 0 / .5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.video-modal-close:hover {
    background: rgb(0 0 0 / .7)
}

.video-modal-close i {
    font-size: 1.25rem
}

.modal-video {
    width: 100%;
    height: 100%
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-menu,
.mega-menu {
    animation: fadeIn 0.2s ease-out
}

@media (max-width:768px) {
    .desktop-nav {
        display: none !important
    }

    .mobile-menu-toggle {
        display: flex !important
    }

    .action-buttons .btn {
        display: none
    }

    .action-buttons {
        gap: .5rem
    }
}

@media (max-width:1200px) {
    .mega-menu {
        width: 95vw;
        max-width: 900px
    }

    .services-mega {
        grid-template-columns: 200px 1fr
    }

    .mega-sidebar-right {
        display: none
    }

    .solutions-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .container {
        padding: 1rem
    }

    .navbar-content {
        padding: .75rem 0
    }

    .logo {
        height: 1.75rem
    }

    .mobile-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        box-shadow: 0 4px 12px rgb(0 0 0 / .1);
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease
    }

    .mobile-menu.active {
        transform: translateX(0)
    }

    .mobile-menu-content {
        padding: 1.5rem
    }

    .mobile-link {
        display: block;
        padding: .875rem 1rem;
        color: #1a1a1a;
        text-decoration: none;
        font-weight: 500;
        border-radius: 8px;
        transition: all 0.3s ease
    }

    .mobile-link:hover {
        background: rgb(177 201 0 / .1);
        color: #b1c900;
        transform: translateX(5px)
    }

    .mobile-dropdown {
        margin-bottom: .5rem
    }

    .mobile-dropdown-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .875rem 1rem;
        background: #fff0;
        border: none;
        color: #1a1a1a;
        font-weight: 500;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 8px;
        transition: all 0.3s ease
    }

    .mobile-dropdown-toggle:hover {
        background: rgb(177 201 0 / .1);
        color: #b1c900
    }

    .mobile-dropdown-toggle i {
        transition: transform 0.3s ease;
        font-size: .875rem
    }

    .mobile-dropdown.active .mobile-dropdown-toggle i {
        transform: rotate(180deg)
    }

    .mobile-dropdown-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 1rem
    }

    .mobile-dropdown.active .mobile-dropdown-content {
        max-height: 3000px
    }

    .mobile-dropdown-item {
        display: block;
        padding: .75rem 1rem;
        color: #6b7280;
        text-decoration: none;
        font-size: .9rem;
        border-radius: 6px;
        transition: all 0.3s ease;
        position: relative;
        padding-left: 2rem
    }

    .mobile-dropdown-item::before {
        content: "→";
        position: absolute;
        left: .75rem;
        color: #b1c900;
        opacity: 0;
        transition: all 0.3s ease
    }

    .mobile-dropdown-item:hover {
        background: rgb(177 201 0 / .05);
        color: #b1c900;
        transform: translateX(5px)
    }

    .mobile-dropdown-item:hover::before {
        opacity: 1
    }

    .mobile-nested-dropdown {
        margin-bottom: .25rem
    }

    .mobile-nested-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        gap: .75rem;
        padding: .75rem 1rem;
        background: rgb(177 201 0 / .05);
        border: none;
        color: #1a1a1a;
        font-weight: 500;
        font-size: .9rem;
        cursor: pointer;
        border-radius: 6px;
        transition: all 0.3s ease;
        position: relative
    }

    .mobile-nested-toggle i:first-child {
        color: #b1c900;
        font-size: 1rem;
        width: 20px;
        text-align: center
    }

    .mobile-nested-toggle span {
        flex: 1;
        text-align: left
    }

    .mobile-nested-toggle .nested-chevron {
        transition: transform 0.3s ease;
        font-size: .75rem;
        color: #6b7280
    }

    .mobile-nested-dropdown.active .mobile-nested-toggle {
        background: rgb(177 201 0 / .1);
        color: #b1c900
    }

    .mobile-nested-dropdown.active .mobile-nested-toggle .nested-chevron {
        transform: rotate(180deg);
        color: #b1c900
    }

    .mobile-nested-toggle:hover {
        background: rgb(177 201 0 / .12)
    }

    .mobile-nested-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: .5rem
    }

    .mobile-nested-dropdown.active .mobile-nested-content {
        max-height: 1000px
    }

    .mobile-sub-item {
        display: block;
        padding: .75rem 1rem;
        margin: .25rem 0;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.3s ease;
        border-left: 2px solid #fff0
    }

    .mobile-sub-item .sub-item-title {
        display: block;
        color: #1a1a1a;
        font-weight: 500;
        font-size: .875rem;
        margin-bottom: .25rem
    }

    .mobile-sub-item .sub-item-desc {
        display: block;
        color: #6b7280;
        font-size: .75rem;
        line-height: 1.3
    }

    .mobile-sub-item:hover {
        background: rgb(177 201 0 / .08);
        border-left-color: #b1c900;
        transform: translateX(3px)
    }

    .mobile-sub-item:hover .sub-item-title {
        color: #b1c900
    }

    .mobile-section-title {
        font-weight: 600;
        font-size: .75rem;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin: 1rem 0 .5rem 0;
        padding: 0 1rem
    }

    .mobile-main-section-title {
        font-size: .875rem;
        color: #1a1a1a;
        margin-top: 1.5rem;
        padding: .75rem 1rem;
        background: rgb(177 201 0 / .05);
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: .5rem
    }

    .mobile-main-section-title i {
        color: #b1c900
    }

    .mobile-solutions-section {
        margin-bottom: 1rem
    }

    .mobile-stack-section {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgb(0 0 0 / .05)
    }

    .mobile-tech-category {
        margin-bottom: .75rem;
        padding: 0 1rem
    }

    .mobile-tech-label {
        font-weight: 600;
        font-size: .75rem;
        color: #b1c900;
        margin-bottom: .5rem;
        text-transform: uppercase;
        letter-spacing: .5px
    }

    .mobile-tech-items {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem
    }

    .mobile-tech-item {
        display: inline-block;
        padding: .35rem .75rem;
        background: rgb(177 201 0 / .08);
        border: 1px solid rgb(177 201 0 / .2);
        border-radius: 4px;
        font-size: .75rem;
        color: #1a1a1a;
        font-weight: 500;
        transition: all 0.2s ease
    }

    .mobile-tech-item:hover {
        background: rgb(177 201 0 / .15);
        border-color: #b1c900;
        transform: translateY(-1px)
    }

    .mobile-engagement-section {
        margin-top: 1.5rem;
        padding-top: 1rem;
        border-top: 2px solid rgb(177 201 0 / .2)
    }

    .mobile-engagement-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
        margin: .5rem 0;
        text-decoration: none;
        border-radius: 8px;
        background: rgb(177 201 0 / .03);
        border: 1px solid rgb(177 201 0 / .1);
        transition: all 0.3s ease
    }

    .mobile-engagement-item i {
        font-size: 1.5rem;
        color: #b1c900;
        margin-top: .25rem;
        min-width: 24px
    }

    .mobile-engagement-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: .25rem
    }

    .mobile-engagement-title {
        font-weight: 600;
        font-size: .9rem;
        color: #1a1a1a
    }

    .mobile-engagement-desc {
        font-size: .75rem;
        color: #6b7280;
        line-height: 1.4
    }

    .mobile-engagement-item:hover {
        background: rgb(177 201 0 / .08);
        border-color: #b1c900;
        transform: translateX(3px)
    }

    .mobile-engagement-item:hover .mobile-engagement-title {
        color: #b1c900
    }

    .mobile-cta-buttons {
        display: flex;
        flex-direction: column;
        gap: .75rem;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid #e5e7eb
    }

    .mobile-cta {
        width: 100%;
        text-align: center;
        padding: .875rem 1.5rem;
        font-size: .95rem
    }

    .mega-menu {
        display: none !important
    }

    .dropdown-menu {
        display: none !important
    }
}

@media (max-width:480px) {
    .logo {
        width: auto !important;
        max-width: 150px !important;
        height: auto !important;
        display: block
    }
}

.mobile-menu-toggle i {
    font-size: 1.25rem
}

.mobile-link,
.mobile-dropdown-toggle {
    padding: .75rem .875rem;
    font-size: .95rem
}

.mobile-dropdown-item {
    padding: .625rem .875rem;
    font-size: .875rem
}

.mobile-cta {
    padding: .75rem 1.25rem;
    font-size: .9rem
}


@media (max-width:900px) and (orientation:landscape) {
    .mobile-menu {
        max-height: calc(100vh - 60px)
    }

    .mobile-menu-content {
        padding: 1rem
    }

    .mobile-link,
    .mobile-dropdown-toggle {
        padding: .625rem .875rem
    }
}

body.mobile-menu-open {
    overflow: hidden
}

.mobile-menu {
    -webkit-overflow-scrolling: touch
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideOutToLeft {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@media (prefers-reduced-motion:reduce) {

    .mobile-menu,
    .mobile-dropdown-content,
    .mobile-link,
    .mobile-dropdown-item {
        transition: none !important;
        animation: none !important
    }
}

.gradient-line {
    background: linear-gradient(90deg, #8a9a00, #9db100, #b1c900, #9db100, #8a9a00) !important;
    background-size: 200% 100% !important;
    animation: gradientShift 3s ease infinite !important
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.category-btn:hover .category-icon {
    transform: scale(1.1) rotate(5deg) !important;
    background: rgb(177 201 0 / .15) !important
}

.category-btn.active .category-icon {
    animation: iconPulse 2s ease-in-out infinite !important
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.category-btn:hover .category-icon i {
    color: #b1c900 !important;
    transform: scale(1.1) !important
}

.category-btn.active .category-icon i {
    animation: iconRotate 3s linear infinite !important
}

@keyframes iconRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.solution-item {
    position: relative;
    padding-left: 0
}

.solution-item::before {
    content: "→";
    position: absolute;
    left: -20px;
    top: 0;
    color: #b1c900;
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: 700
}

.solution-item:hover::before {
    opacity: 1;
    left: -15px
}

.solution-item:hover {
    transform: translateX(5px) !important
}

.solution-underline {
    background: linear-gradient(90deg, #8a9a00, #9db100, #b1c900) !important;
    background-size: 200% 100% !important
}

.solution-item:hover .solution-underline {
    animation: gradientSlide 1.5s ease infinite !important
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 200% 50%
    }
}

.solution-item:hover .solution-desc {
    color: #1a1a1a !important
}

.engagement-icon {
    animation: iconFloat 3s ease-in-out infinite !important
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}

.engagement-item:hover .engagement-icon {
    background: #b1c900 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgb(177 201 0 / .3) !important
}

.engagement-item:hover .engagement-icon i {
    color: white !important;
    transform: rotate(15deg) scale(1.1) !important
}

.mega-menu .mega-sidebar,
.mega-menu .mega-content,
.mega-menu .mega-sidebar-right {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(.4, 0, .2, 1)
}

.nav-item:hover .mega-menu .mega-sidebar {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.1s
}

.nav-item:hover .mega-menu .mega-content {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.2s
}

.nav-item:hover .mega-menu .mega-sidebar-right {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.3s
}

.mega-menu {
    transform: translateX(-45%) translateY(-10px) !important
}

.nav-item:hover .mega-menu {
    transform: translateX(-45%) translateY(0) !important
}

.dropdown-menu a {
    position: relative;
    padding-left: 1rem
}

.dropdown-menu a::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b1c900;
    opacity: 0;
    transition: opacity 0.3s ease
}

.dropdown-menu a:hover::before {
    opacity: 1
}

.logo {
    transition: all 0.3s ease !important
}

.logo:hover {
    transform: scale(1.05) rotate(2deg) !important;
    filter: drop-shadow(0 4px 8px rgb(177 201 0 / .3)) !important
}

.nav-link {
    position: relative
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #b1c900;
    transform: translateX(-50%);
    transition: width 0.3s ease
}

.nav-link:hover::after {
    width: 80%
}

.mobile-menu-toggle i {
    transition: transform 0.3s ease !important
}

.mobile-menu-toggle:hover i {
    transform: scale(1.2) rotate(90deg) !important
}

.mega-menu::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #8a9a00, #b1c900) !important
}

.mega-menu::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #b1c900, #9db100) !important;
    box-shadow: 0 0 6px rgb(177 201 0 / .5) !important
}