* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding-top: 70px;
}

.mtn-header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.admin-bar .mtn-header-container {
    top: 32px;
}

.admin-bar {
    padding-top: 102px;
}

@media (max-width: 782px) {
    .admin-bar .mtn-header-container {
        top: 46px;
    }

    .admin-bar {
        padding-top: 116px;
    }
}

.mtn-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 0 24px;
    height: 70px;
}

.mtn-logo {
    margin-right: 40px;
    flex-shrink: 0;
}

.mtn-logo-img {
    display: block;
    height: 40px;
    width: auto;
}

.mtn-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}

.mtn-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1d1d1b;
    transition: 0.3s;
}

.mtn-mobile-dropdowns {
    display: none;
}

.mtn-nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.mtn-menu-items {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
}

.mtn-menu-items > li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.mtn-menu-item {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}

.mtn-menu-item:hover {
    color: #ffc000;
}

.mtn-dropdown {
    position: relative;
}

.mtn-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 260px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    padding: 12px 0;
    list-style: none;
    z-index: 100;
    border-top: 3px solid #ffc000;
}

.mtn-dropdown:hover > .mtn-dropdown-menu {
    display: block;
}

.mtn-dropdown-menu .mtn-menu-item {
    padding: 10px 24px;
    height: auto;
    font-weight: 400;
    font-size: 14px;
}

.mtn-dropdown-menu .mtn-menu-item:hover {
    background: #f8f8f8;
    color: #ffc000;
}

.mtn-dropdown-right {
    position: relative;
}

.mtn-menu-right {
    display: none;
    position: absolute;
    top: -12px;
    left: 100%;
    background: #fff;
    min-width: 260px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    padding: 12px 0;
    list-style: none;
    border-top: 3px solid #ffc000;
}

.mtn-dropdown-right:hover > .mtn-menu-right {
    display: block;
}

.mtn-menu-right .mtn-menu-item {
    padding: 10px 24px;
    height: auto;
    font-weight: 400;
    font-size: 14px;
}

.mtn-menu-right .mtn-menu-item:hover {
    background: #f8f8f8;
    color: #ffc000;
}

.mtn-campaign-link {
    border-top: 1px solid #eee;
    padding-top: 8px;
    margin-top: 8px;
}

.mtn-campaign-link a {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    gap: 12px;
}

.mtn-caption-bg {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #f5f5f5;
    flex-shrink: 0;
}

.mtn-caption-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.mtn-mega-close {
    display: none;
}

.mtn-search-item {
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-left: auto;
}

.mtn-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #1d1d1b;
    display: flex;
    align-items: center;
}

.mtn-search-toggle:hover {
    color: #ffc000;
}

.mtn-regions-item {
    position: relative;
}

.mtn-regions-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mtn-mobile-label {
    display: none;
}

.mtn-globe {
    width: 20px;
    height: 20px;
}

.mtn-chevron {
    width: 12px;
    height: 12px;
    transition: transform 0.2s;
}

.mtn-regions-toggle:hover {
    color: #ffc000;
}

.mtn-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 400px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    padding: 24px;
    z-index: 100;
    border-top: 3px solid #ffc000;
}

.mtn-regions-item:hover .mtn-mega-menu {
    display: block;
}

.mtn-regions-label {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: none;
}

.mtn-region-title {
    font-size: 13px;
    font-weight: 700;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.mtn-country-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
}

.mtn-country-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 4px;
    text-decoration: none;
    color: #1d1d1b;
    font-size: 14px;
    transition: color 0.2s;
}

.mtn-country-item:hover {
    color: #ffc000;
}

.mtn-flag {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
}

.mtn-mobile-only {
    display: none;
}

.mtn-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.mtn-search-overlay.active {
    display: flex;
}

.mtn-search-overlay-inner {
    width: 100%;
    max-width: 600px;
    padding: 24px;
    position: relative;
}

.mtn-search-close {
    position: absolute;
    top: -60px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mtn-search-input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #ffc000;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    padding: 16px 0;
    outline: none;
}

.mtn-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}

@media (max-width: 1024px) {
    .mtn-header-inner {
        padding: 0 16px;
    }

    .mtn-hamburger {
        display: flex;
        z-index: 10001;
    }

    .mtn-hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .mtn-hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .mtn-hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .mtn-mobile-dropdowns {
        display: none;
        align-items: center;
        gap: 8px;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 8px 16px;
        z-index: 10000;
        border-bottom: 1px solid #eee;
    }

    .mtn-mobile-dropdowns.active {
        display: flex;
    }

    .mtn-back-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        color: #1d1d1b;
        display: flex;
        align-items: center;
    }

    .mtn-dropdown-label {
        font-size: 13px;
        font-weight: 600;
        color: #999;
        letter-spacing: 1px;
    }

    .mtn-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        z-index: 10000;
    }

    .mtn-nav.active {
        transform: translateX(0);
    }

    .mtn-menu-items {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        height: auto;
    }

    .mtn-menu-items > li {
        height: auto;
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }

    .mtn-menu-item {
        padding: 16px 24px;
        height: auto;
        font-size: 15px;
        font-weight: 500;
        justify-content: space-between;
    }

    .mtn-mobile-only {
        display: block;
    }

    .mtn-dropdown-menu {
        display: none;
        position: static;
        box-shadow: none;
        border-top: none;
        padding: 0;
        background: #fafafa;
        min-width: auto;
    }

    .mtn-dropdown-menu.active,
    .mtn-menu-right.active {
        display: block;
    }

    .mtn-dropdown-menu .mtn-menu-item {
        padding: 14px 24px 14px 40px;
        font-size: 14px;
    }

    .mtn-menu-right {
        display: none;
        position: static;
        box-shadow: none;
        border-top: none;
        padding: 0;
        background: #f5f5f5;
        min-width: auto;
    }

    .mtn-menu-right .mtn-menu-item {
        padding: 14px 24px 14px 56px;
        font-size: 14px;
    }

    .mtn-dropdown:hover > .mtn-dropdown-menu,
    .mtn-dropdown-right:hover > .mtn-menu-right {
        display: none;
    }

    .mtn-campaign-link {
        display: none;
    }

    .mtn-search-item {
        display: none;
    }

    .mtn-mega-menu {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: auto;
        box-shadow: none;
        border-top: none;
        overflow-y: auto;
        z-index: 10002;
        padding: 16px 24px;
    }

    .mtn-mega-menu.active {
        display: block;
    }

    .mtn-regions-item:hover .mtn-mega-menu {
        display: none;
    }

    .mtn-regions-label {
        display: block;
    }

    .mtn-country-list {
        grid-template-columns: 1fr;
    }

    .mtn-regions-toggle .mtn-chevron {
        display: none;
    }

    .mtn-mobile-label {
        display: inline;
    }

    .mtn-search-input {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .mtn-country-list {
        grid-template-columns: 1fr;
    }

    .mtn-search-input {
        font-size: 24px;
    }
}
