.header-nav-2 {
    width: 100%;
}

.header-nav-2__inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    column-gap: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.header-nav-2__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 30px;
    box-sizing: border-box;
}

.header-nav-2__logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.header-nav-2__logo-image img {
    display: block;
}

.header-nav-2__logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header-nav-2__logo-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.4px;
}

.header-nav-2__logo-subtitle {
    font-size: 11px;
    line-height: 1.2;
}

.header-nav-2__right {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 0 0 65%;
    max-width: 65%;
}

.header-nav-2__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding: 6px 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.header-nav-2__contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    min-width: 0;
    flex-wrap: wrap;
    margin-left: 0;
    flex: 0 0 auto;
}

.header-nav-2__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666666;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.header-nav-2__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8fa3c5;
    line-height: 1;
}

.header-nav-2__contact-icon i {
    font-size: 12px;
}

.header-nav-2__contact-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.header-nav-2__tools {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: 0;
    flex: 0 0 auto;
}

.header-nav-2__social {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-nav-2__social-link {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.header-nav-2__social-link:hover {
    opacity: 0.85;
}

.header-nav-2__social-link i,
.header-nav-2__social-link svg {
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.header-nav-2__social-link svg {
    fill: currentColor;
}

.header-nav-2__lang {
    position: relative;
}

.header-nav-2__lang-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #f3f3f3;
    border-radius: 50px;
    padding: 5px 14px;
    transition: background-color 0.2s ease;
}

.header-nav-2__lang-trigger:hover {
    background-color: #e8e8e8;
}

.header-nav-2__lang-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: transform 0.2s ease;
}

.header-nav-2__lang-arrow svg {
    width: 12px;
    height: 12px;
}

.header-nav-2__lang:hover .header-nav-2__lang-arrow {
    transform: rotate(180deg);
}

.header-nav-2__lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 120px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 20;
}

.header-nav-2__lang:hover .header-nav-2__lang-dropdown {
    opacity: 1;
    visibility: visible;
}

.header-nav-2__lang-dropdown a {
    display: block;
    padding: 8px 14px;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
}

.header-nav-2__lang-dropdown a:hover {
    color: #f28c28;
}

.header-nav-2__bottom {
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 18px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.header-nav-2__nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-nav-2__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 34px;
    width: 100%;
    line-height: 1;
}

.header-nav-2__item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-nav-2__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #222222;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.header-nav-2__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 0;
    height: 2px;
    background-color: #f28c28;
    transition: width 0.3s ease;
}

.header-nav-2__item:hover > .header-nav-2__link,
.header-nav-2__item.current-menu-item > .header-nav-2__link,
.header-nav-2__item.current-menu-ancestor > .header-nav-2__link {
    color: #f28c28;
}

.header-nav-2__item:hover > .header-nav-2__link::after,
.header-nav-2__item.current-menu-item > .header-nav-2__link::after,
.header-nav-2__item.current-menu-ancestor > .header-nav-2__link::after {
    width: 100%;
}

.header-nav-2__dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    padding: 22px 0 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 30;
}

.header-nav-2__item.has-dropdown:hover > .header-nav-2__dropdown {
    opacity: 1;
    visibility: visible;
}

.header-nav-2__dropdown-title {
    padding: 0 28px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 14px;
}

.header-nav-2__dropdown-divider {
    height: 1px;
    background: #d9d9d9;
    margin: 0 28px 14px;
}

.header-nav-2__dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-2__dropdown-item {
    margin: 0;
}

.header-nav-2__dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 28px;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.header-nav-2__dropdown-link:hover {
    color: #f28c28;
}

.header-nav-2__dropdown-arrow {
    font-size: 20px;
    line-height: 1;
    color: #666666;
}

.header-nav-2__empty {
    color: #999999;
    font-size: 14px;
}

/* ── Hamburger Button (desktop hidden) ── */
.header-nav-2__mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

.header-nav-2__mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333333;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ── Mobile Overlay ── */
.header-nav-2__mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-nav-2__mobile-overlay.is-active {
    display: block;
    opacity: 1;
}

/* ── Mobile Drawer ── */
.header-nav-2__mobile-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    max-width: 85vw;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    overflow-y: auto;
    transition: left 0.35s ease;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

.header-nav-2__mobile-drawer.is-active {
    left: 0;
}

.header-nav-2__mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 20px;
    border-bottom: 1px solid #eeeeee;
}

.header-nav-2__mobile-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: 28px;
    color: #333333;
    cursor: pointer;
    line-height: 1;
}

.header-nav-2__mobile-menu {
    list-style: none;
    margin: 0;
    padding: 16px 0;
}

.header-nav-2__mobile-item {
    margin: 0;
}

.header-nav-2__mobile-link {
    display: block;
    padding: 14px 24px;
    color: #222222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.header-nav-2__mobile-link:hover {
    color: #f28c28;
    background-color: #fafafa;
}

.header-nav-2__mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
}

.header-nav-2__mobile-sublink {
    display: block;
    padding: 12px 24px 12px 40px;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s ease;
}

.header-nav-2__mobile-sublink:hover {
    color: #f28c28;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
    .header-nav-2__inner {
        flex-direction: column;
        row-gap: 20px;
    }

    .header-nav-2__left,
    .header-nav-2__bottom,
    .header-nav-2__nav {
        justify-content: center;
    }

    .header-nav-2__left,
    .header-nav-2__right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .header-nav-2__top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-nav-2__menu {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .header-nav-2__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .header-nav-2__left {
        flex: 0 0 auto;
        max-width: none;
        padding-right: 0;
    }

    .header-nav-2__logo {
        gap: 10px;
    }

    .header-nav-2__mobile-toggle {
        display: flex;
    }

    .header-nav-2__right,
    .header-nav-2__bottom {
        display: none;
    }
}
