.tipushaz-nav-shell,
.tipushaz-nav-shell * { box-sizing: border-box; }

.tipushaz-nav-shell {
    margin: 0;
    padding: 0;
    border: 0;
}

.tipushaz-topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    padding: 10px 20px;
    color: #ede7da;
    background: #211e1a;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.45;
    text-align: center;
}

.tipushaz-topbar__offer { display: inline-flex; align-items: center; gap: 8px; }
.tipushaz-topbar__offer svg { flex: 0 0 auto; }
.tipushaz-topbar strong { color: #e4c989; font-weight: 700; }
.tipushaz-topbar__separator { color: #8a847a; }
.tipushaz-topbar__guarantee { color: #c6a968; font-weight: 600; }

.tipushaz-nav-spacer {
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 0;
}

.tipushaz-nav {
    position: relative;
    z-index: 1000;
    width: 100%;
    color: #211e1a;
    background: transparent;
    border-bottom: 1px solid #d9cfbe;
    font-family: "Poppins", sans-serif;
}

.tipushaz-nav::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: rgba(234, 228, 218, .92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
}

.tipushaz-nav.is-fixed { position: fixed; top: 0; right: 0; left: 0; margin: 0; }

.tipushaz-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: 1200px;
    min-height: 76px;
    margin: 0 auto;
    padding: 12px 48px;
}

.tipushaz-nav-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    color: #211e1a;
    text-decoration: none;
}

.tipushaz-nav-logo-img {
    display: block;
    width: var(--tipushaz-logo-width, 210px);
    max-width: 290px !important;
    height: auto !important;
    max-height: 48px;
    object-fit: contain;
}
.tipushaz-nav-logo-szoveg {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.tipushaz-nav-desktop { display: flex; justify-content: flex-end; flex: 1 1 auto; min-width: 0; }
.tipushaz-nav-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.tipushaz-nav-menu li { position: relative; margin: 0; padding: 0; }
.tipushaz-nav-menu a {
    display: block;
    padding: 8px 0;
    color: #211e1a;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease;
}
.tipushaz-nav-menu a:hover,
.tipushaz-nav-menu a:focus,
.tipushaz-nav-menu .current-menu-item > a,
.tipushaz-nav-menu .current_page_item > a { color: #9a7936; background: transparent; }

.tipushaz-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -18px;
    min-width: 210px;
    margin: 0;
    padding: 10px 18px;
    background: #eae4da;
    border: 1px solid #d9cfbe;
    box-shadow: 0 14px 35px rgba(33,30,26,.12);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.tipushaz-nav-menu li:hover > .sub-menu,
.tipushaz-nav-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.tipushaz-nav-menu .sub-menu a { padding: 8px 0; white-space: normal; }

.tipushaz-nav-cta { display: flex; align-items: center; flex: 0 0 auto; gap: 22px; }
.tipushaz-nav-lang { display: inline-flex; align-items: center; gap: 0; }
.tipushaz-nav-lang-item {
    display: inline-flex;
    align-items: center;
    color: #8a8175;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    text-decoration: none;
}
.tipushaz-nav-lang-item + .tipushaz-nav-lang-item::before { content: "·"; margin: 0 6px; color: #8a8175; }
.tipushaz-nav-lang-item.is-active { color: #211e1a; font-weight: 600; }
.tipushaz-nav-lang-item:hover { color: #9a7936; }

.tipushaz-nav-gomb {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    padding: 11px 26px;
    color: #211e1a !important;
    background: #c6a968;
    border: 0;
    border-radius: 100px;
    box-shadow: 0 8px 22px -10px rgba(166,140,85,.9);
    line-height: 1;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.tipushaz-nav-gomb:hover,
.tipushaz-nav-gomb:focus { color: #211e1a !important; background: #d3b978; transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(120,95,46,.9); }
.tipushaz-nav-gomb__title { font-size: 14.5px; font-weight: 700; letter-spacing: .04em; }
.tipushaz-nav-gomb__subtitle { margin-top: 3px; font-size: 9.5px; font-weight: 600; letter-spacing: .14em; opacity: .72; text-transform: uppercase; }

.tipushaz-nav-mobile-actions { display: none; align-items: center; gap: 12px; margin-left: auto; }
.tipushaz-nav-hamburger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.tipushaz-nav-hamburger span { display: block; width: 24px; height: 2px; background: #211e1a; transition: transform 220ms ease, opacity 220ms ease; }
.tipushaz-nav.is-open .tipushaz-nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tipushaz-nav.is-open .tipushaz-nav-hamburger span:nth-child(2) { opacity: 0; }
.tipushaz-nav.is-open .tipushaz-nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.tipushaz-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(33,30,26,.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease, visibility 250ms ease;
}
.tipushaz-nav-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    width: min(390px, 90vw);
    height: 100dvh;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    color: #211e1a;
    background: #eae4da;
    border: 0;
    box-shadow: -12px 0 35px rgba(33,30,26,.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: transform 300ms ease, opacity 200ms ease, visibility 300ms ease;
}
.tipushaz-nav.is-open .tipushaz-nav-overlay { opacity: 1; visibility: visible; }
.tipushaz-nav.is-open .tipushaz-nav-offcanvas {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}
.tipushaz-nav-offcanvas-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border-bottom: 1px solid #d1c5b3; }
.tipushaz-nav-logo--mobile .tipushaz-nav-logo-szoveg { white-space: normal; }
.tipushaz-nav-close { padding: 0 4px; color: #211e1a; background: transparent; border: 0; font-size: 34px; font-weight: 300; line-height: 1; cursor: pointer; }

.tipushaz-nav-mobile-menu { padding: 12px 24px; }
.tipushaz-nav-mobile-menu .tipushaz-nav-menu { display: block; }
.tipushaz-nav-mobile-menu .tipushaz-nav-menu li { border-bottom: 1px solid #d1c5b3; }
.tipushaz-nav-mobile-menu .tipushaz-nav-menu a { padding: 16px 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 600; white-space: normal; }
.tipushaz-nav-mobile-menu .tipushaz-nav-menu .sub-menu { position: static; min-width: 0; padding: 0 0 8px 18px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
.tipushaz-nav-mobile-menu .tipushaz-nav-menu .sub-menu li { border: 0; }
.tipushaz-nav-mobile-menu .tipushaz-nav-menu .sub-menu a { padding: 8px 0; font-family: "Poppins", sans-serif; font-size: 14px; }

.tipushaz-nav-offer {
    position: relative;
    flex: 0 0 auto;
    margin: 10px 24px 22px;
    padding: 24px 22px;
    overflow: hidden;
    color: #fbf7ee;
    background: #211e1a;
    border-radius: 14px;
}
.tipushaz-nav-offer__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(at 100% 0%, rgba(198,169,104,.19), transparent 58%);
    pointer-events: none;
}
.tipushaz-nav-offer__content { position: relative; z-index: 1; }
.tipushaz-nav-offer__badge {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 5px 11px;
    color: #e4c989;
    background: rgba(228,201,137,.12);
    border: 1px solid rgba(228,201,137,.35);
    border-radius: 100px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}
.tipushaz-nav-offer h3 {
    margin: 0 0 9px;
    color: #fbf7ee;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
}
.tipushaz-nav-offer h3 span { color: #e4c989; }
.tipushaz-nav-offer p {
    margin: 0 0 18px;
    color: #c9c1b2;
    font-size: 12px;
    line-height: 1.5;
}
.tipushaz-nav-offer__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 22px;
    color: #211e1a;
    background: #c6a968;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
.tipushaz-nav-offer__button:hover,
.tipushaz-nav-offer__button:focus { color: #211e1a; background: #e4c989; }

.tipushaz-nav-contacts {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 6px;
    margin: 0;
    padding: 0 24px 24px;
}
.tipushaz-nav-contact {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 14px 15px;
    color: #211e1a;
    background: #fff;
    border: 1px solid #ddd3c2;
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease;
}
.tipushaz-nav-contact:hover,
.tipushaz-nav-contact:focus { color: #211e1a; border-color: #c6a968; transform: translateY(-1px); }
.tipushaz-nav-contact__text { display: block; min-width: 0; }
.tipushaz-nav-contact__label {
    display: block;
    margin-bottom: 2px;
    color: #a98c55;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}
.tipushaz-nav-contact__value {
    display: block;
    color: #211e1a;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

body.tipushaz-nav-open { overflow: hidden; }

@media (min-width: 1081px) {
    .tipushaz-nav-overlay,
    .tipushaz-nav-offcanvas {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .tipushaz-nav-inner { gap: 18px; padding-right: 24px; padding-left: 24px; }
    .tipushaz-nav-logo-img { width: var(--tipushaz-mobile-logo-width, 154px); }
    .tipushaz-nav-desktop,
    .tipushaz-nav-cta { display: none; }
    .tipushaz-nav-mobile-actions { display: flex; }
}

@media (max-width: 600px) {
    .tipushaz-topbar { flex-direction: column; gap: 1px; padding: 6px 12px; font-size: 11.5px; line-height: 1.3; }
    .tipushaz-topbar__offer { display: block; }
    .tipushaz-topbar__offer svg,
    .tipushaz-topbar__desktop-only,
    .tipushaz-topbar__detail,
    .tipushaz-topbar__separator { display: none; }
    .tipushaz-topbar__guarantee { display: block; font-size: 10.5px; }
    .tipushaz-nav-inner { min-height: 66px; padding: 9px 14px; }
    .tipushaz-nav-logo-img { max-height: 40px; }
    .tipushaz-nav-logo-szoveg { max-width: 120px; font-size: 15px; white-space: normal; }
    .tipushaz-nav-mobile-actions { gap: 7px; }
    .tipushaz-nav-mobile-actions .tipushaz-nav-gomb { min-width: 0; padding: 9px 13px; }
    .tipushaz-nav-mobile-actions .tipushaz-nav-gomb__title { font-size: 12px; }
    .tipushaz-nav-mobile-actions .tipushaz-nav-lang-item { font-size: 11px; }
    .tipushaz-nav-mobile-actions .tipushaz-nav-lang-item + .tipushaz-nav-lang-item::before { margin: 0 4px; }
    .tipushaz-nav-hamburger { width: 36px; height: 38px; padding: 6px; }
    .tipushaz-nav-hamburger span { width: 22px; }
}

@media (max-width: 390px) {
    .tipushaz-nav-mobile-actions .tipushaz-nav-lang-item:not(.is-active) { display: none; }
    .tipushaz-nav-mobile-actions .tipushaz-nav-lang-item + .tipushaz-nav-lang-item::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .tipushaz-nav-offcanvas,
    .tipushaz-nav-overlay,
    .tipushaz-nav-hamburger span,
    .tipushaz-nav-gomb { transition: none; }
}
