.header-line { position: relative; }

.desktop-menu > li.hn-services { position: static; }

.hn-mega {
    position: absolute;
    top: calc(100% - 14px);
    left: 50%;
    width: min(1352px, calc(100vw - 32px));
    padding-top: 14px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
    pointer-events: none;
}
.hn-services.hn-open .hn-mega {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
.hn-mega__inner {
    background: #fff;
    border: 1px solid #EEF1F1;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(9, 34, 57, 0.12);
    padding: 32px 36px 0;
    margin-top: 10px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Proxima Nova', 'ProximaNova', Arial, sans-serif;
}
.hn-mega__grid { display: flex; gap: 32px; align-items: stretch; }
.hn-cats {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    column-gap: 24px;
    row-gap: 40px;
}

.hn-mega .hn-cat__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; min-height: 48px; padding: 0; }
.hn-mega .hn-cat__icon { flex: none; width: 44px; height: 44px; }
.hn-mega .hn-cat__icon img { width: 44px; height: 44px; display: block; }
.hn-cat__titles { display: flex; flex-direction: column; gap: 3px; }
.hn-mega .hn-cat__title { font-size: 20px; font-weight: 600; line-height: 1.2; color: #19343C !important; white-space: nowrap; }
.hn-mega .hn-cat__sub { font-size: 13px; font-weight: 400; line-height: 1.2; color: rgba(45, 51, 54, 0.55) !important; white-space: nowrap; }

.hn-cat__items { display: flex; flex-direction: column; align-items: flex-start; padding-left: 12px; }
.hn-mega .hn-item { display: flex; flex-direction: column; align-items: flex-start !important; gap: 2px; padding: 7px 8px; margin: 0 -8px; border-radius: 8px; transition: background .12s ease; align-self: stretch; }
.hn-mega .hn-item:hover { background: rgba(0, 61, 70, 0.05); }
.hn-mega .hn-item__label { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; line-height: 1.25; color: #19343C !important; }
.hn-mega .hn-item__note { font-size: 12px; font-weight: 400; line-height: 1.2; color: rgba(45, 51, 54, 0.5) !important; }
.hn-mega .hn-item--all { margin-top: 0; }
.hn-mega .hn-item--all .hn-item__label,
.hn-mega .hn-item--all { color: #234648 !important; font-size: 14px; font-weight: 600; }
.hn-mega .hn-item--all { flex-direction: row; align-items: center; gap: 6px; }
.hn-mega .hn-item--all span { transition: transform .12s ease; }
.hn-mega .hn-item--all:hover span { transform: translateX(3px); }

.hn-tag { font-size: 12px; font-weight: 600; line-height: 1; padding: 3px 8px; border-radius: 40px; text-transform: none; font-style: normal; }
.hn-tag--popular { color: #C8822C !important; background: rgba(200, 130, 44, 0.12); }
.hn-tag--new { color: #11B4AF !important; background: rgba(17, 180, 175, 0.12); }

.hn-feat { flex: none; width: 300px; border-radius: 24px; overflow: hidden; background: #234648; display: flex; flex-direction: column; align-self: flex-start; }
.hn-feat__media { display: block; }
.hn-feat__media img { width: 100%; height: auto; display: block; }
.hn-feat__body { padding: 32px 24px 30px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hn-mega .hn-feat__price { font-size: 26px; font-weight: 600; line-height: 1.1; color: #fff !important; }
.hn-mega .hn-feat__tag { margin-top: 22px; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: uppercase; color: #fff !important; }
.hn-mega .hn-feat__name { margin-top: 4px; font-size: 20px; font-weight: 600; line-height: 1.25; color: #fff !important; }
.hn-mega .hn-feat__desc { margin-top: 8px !important; font-size: 14px; font-weight: 400; line-height: 1.35; color: #fff !important; }
.hn-mega .hn-feat__cta { margin-top: 18px; padding: 0; display: inline-flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 400; color: #30C5CE !important; }
.hn-mega .hn-feat__cta:hover { color: #5fd7de !important; }

.hn-also { margin: 24px -36px 0; padding: 18px 36px 20px; border-top: 1px solid #EEF1F1; background: #F6F8F7; display: flex; align-items: center; gap: 18px; }
.hn-mega .hn-also__label { font-size: 13px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: rgba(45, 51, 54, 0.45) !important; flex: none; }
.hn-also__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hn-mega .hn-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border: 1px solid #E2E7E7; border-radius: 40px; font-size: 14px; font-weight: 600; color: #19343C !important; transition: border-color .12s ease, background .12s ease; }
.hn-mega .hn-chip:hover { border-color: #B9D6D3; background: rgba(0, 61, 70, 0.04); }
.hn-mega .hn-chip em { font-style: normal; font-weight: 400; font-size: 12px; color: rgba(45, 51, 54, 0.5) !important; }

@media (max-width: 1100px) {
    .hn-mega { display: none; }
}

.mobile-menu .menu-list { background: #fff !important; padding: 18px 20px 110px; }
.mobile-menu .close-button::before { -webkit-filter: none !important; filter: none !important; }
.mobile-menu .menu-return svg { fill: #16333B; }

.mobile-menu [data-mobilemenu="mainmenu"] { display: flex; flex-direction: column; }
.hnm-drawer { display: block; }

.hnm-acc { position: relative; }
.hnm-acc__head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: none; border: 0; text-align: left; cursor: pointer; }
.hnm-acc__wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.hnm-acc.is-open > .hnm-acc__wrap { grid-template-rows: 1fr; }
.hnm-acc__inner { overflow: hidden; min-height: 0; }
.hnm-acc__caret { flex: none; color: #8A968F; transition: transform .25s ease, color .2s ease; }
.hnm-acc.is-open > .hnm-acc__head .hnm-acc__caret { transform: rotate(180deg); color: #0FB5AE; }

.hnm-top > .hnm-acc__head { padding: 16px 0; border-bottom: 1px solid #EFF3F1; }
.mobile-menu .hnm-top > .hnm-acc__head { font-size: 19px; font-weight: 700; color: #0E1A16 !important; }
.mobile-menu .hnm-top.is-open > .hnm-acc__head { color: #0FB5AE !important; }

.hnm-cat { margin-bottom: 11px; }
.hnm-cat:last-child { margin-bottom: 0; }
.hnm-cat::before { content: ""; position: absolute; left: 39px; top: 50px; height: 22px; width: 2px; background: #E7ECE9; }
.hnm-cat.is-open::before { display: none; }
.hnm-cat > .hnm-acc__head { padding: 11px 0; gap: 13px; }
.hnm-cat__icon { flex: none; width: 38px; height: 38px; }
.hnm-cat__icon img { width: 38px; height: 38px; display: block; }
.hnm-cat__titles { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.mobile-menu .hnm-cat__title { font-size: 15.5px; font-weight: 700; line-height: 1.25; color: #0E1A16 !important; }
.mobile-menu .hnm-cat__sub { font-size: 12.5px; font-weight: 400; line-height: 1.2; color: #8A968F !important; }
.mobile-menu .hnm-cat.is-open .hnm-cat__title { color: #0FB5AE !important; }
.hnm-cat__body { margin-left: 39px; padding: 2px 0 6px 16px; border-left: 2px solid #E7ECE9; text-align: left; }

.hnm-links { margin-left: 8px; padding-left: 20px; border-left: 2px solid #E7ECE9; }
.mobile-menu .hnm-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; font-size: 14.5px; font-weight: 600; color: #2C3A34 !important; }
.hnm-sub { position: relative; }
.hnm-links--states { max-height: 320px; overflow-y: auto; }

.hnm-row { display: block; padding: 9px 0; text-align: left; }
.mobile-menu .hnm-row__label { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; line-height: 1.3; color: #2C3A34 !important; }
.mobile-menu .hnm-row__note { display: block; margin-top: 1px; font-size: 12.5px; font-weight: 400; color: #8A968F !important; }
.hnm-badge { font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; padding: 2px 7px; border-radius: 20px; }
.hnm-badge--popular { color: #B6792B !important; background: #F6ECD9; }
.hnm-badge--new { color: #0C9A94 !important; background: #DCF3F1; }
.mobile-menu .hnm-row--all { padding-top: 11px; }
.mobile-menu .hnm-row--all,
.mobile-menu .hnm-row--all span { color: #0FB5AE !important; font-size: 14px; font-weight: 600; }

.hnm-cta { position: absolute; right: 0; bottom: 0; width: 370px; max-width: 100%; padding: 14px 20px 20px; background: #fff; box-shadow: 0 -10px 26px rgba(9, 34, 57, 0.10); z-index: 3; }
.mobile-menu .hnm-cta__btn { display: block; width: 100%; text-align: center; padding: 16px; border-radius: 14px; background: #0FB5AE !important; color: #fff !important; font-size: 16px; font-weight: 700; }
.mobile-menu .hnm-cta__btn:hover { background: #0CA59E !important; }
