/* Desktop almenü a dinamikus főmenü "has-children" elemeihez (pl. Rólunk). */

/* Shell fejléc — minden breakpoint, minden oldal (ne csak desktop / page-home-v1). */
.mc-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.mc-header,
.mc-header .mc-nav,
.mc-header .mc-nav-inner,
.mc-header .mc-nav ul.mc-nav-list {
  overflow: visible !important;
}

@media (min-width: 1025px) {
  .mc-nav,
  .mc-nav-inner,
  .mc-nav ul.mc-nav-list {
    overflow: visible !important;
  }

  .mc-top-bar,
  .mc-nav {
    position: relative;
    z-index: 5001;
    overflow: visible !important;
  }
  .mc-nav-inner,
  .mc-nav ul.mc-nav-list {
    overflow: visible !important;
  }

  /* Megamenü pozicionálás: .mc-nav az ős (mc-mega-layout.js --mc-mega-left). */
  body.page-home-v1 .mc-top-bar,
  body.page-home-v1 .mc-nav {
    position: relative;
    z-index: 5001 !important;
    overflow: visible !important;
  }
  body.page-home-v1 .mc-nav-inner,
  body.page-home-v1 .mc-nav ul.mc-nav-list {
    overflow: visible !important;
  }

  body.page-home-v1 .mc-nav-item.has-children,
  .mc-nav-item.has-children {
    position: relative !important;
    z-index: 5002;
  }

  .mc-nav-item.has-children > .mc-nav-sub {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: max(100%, 240px);
    margin: 0;
    padding: 10px 0;
    background: #fff;
    border: 1px solid var(--border, #dbe2ea);
    border-top: 1px solid #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 16px 40px rgba(30, 58, 80, 0.14);
    display: none;
    z-index: 5999 !important;
    box-sizing: border-box;
  }

  /* Jobb szélen lévő menüpontok: almenü ne lógjon ki a viewportból. */
  .mc-nav-list > .mc-nav-item.has-children:last-child > .mc-nav-sub,
  .mc-nav-list > .mc-nav-item.has-children:nth-last-child(2) > .mc-nav-sub {
    left: auto;
    right: 0;
  }

  .mc-nav-item.has-children:hover > .mc-nav-sub,
  .mc-nav-item.has-children:focus-within > .mc-nav-sub,
  .mc-nav-item.has-children.is-open > .mc-nav-sub {
    display: block;
  }

  html.mc-mega-intent-ready .mc-nav-item.has-children:hover > .mc-nav-sub {
    display: none;
  }
  html.mc-mega-intent-ready .mc-nav-item.has-children.is-open > .mc-nav-sub,
  html.mc-mega-intent-ready .mc-nav-item.has-children:focus-within > .mc-nav-sub {
    display: block;
  }

  .mc-nav-sub__item {
    margin: 0;
  }

  .mc-nav-sub__item > a,
  .mc-nav-sub__item > .mc-nav-sub__label {
    display: block;
    padding: 10px 16px;
    color: #1e3a50;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
  }

  .mc-nav-sub__item > a:hover,
  .mc-nav-sub__item > a:focus-visible {
    background: rgba(74, 142, 166, 0.1);
    color: #17334a;
  }

  /* Megamenü: mindig a nav sáv alján indul (medicare-merged után is érvényes). */
  body.page-home-v1 .mc-nav-item.has-mega {
    position: static !important;
  }

  body.page-home-v1 #mcMainNav .mc-mega,
  body.page-home-v1 .mc-header .mc-mega,
  .mc-header .mc-mega {
    top: calc(100% - 1px) !important;
    border-top: 1px solid #fff !important;
  }

  /* Nav: minden középen; hover aláhúzás ::before-rel a fehér sáv alján. */
  body.page-home-v1 .mc-header .mc-nav,
  .mc-header .mc-nav,
  body.page-home-v1 .mc-nav,
  .mc-nav {
    border-bottom: none !important;
  }

  body.page-home-v1 .mc-header .mc-nav-inner,
  .mc-header .mc-nav-inner,
  body.page-home-v1 .mc-nav-inner,
  .mc-nav-inner {
    align-items: center !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: 0 !important;
  }

  body.page-home-v1 .mc-header .mc-nav ul.mc-nav-list,
  .mc-header .mc-nav ul.mc-nav-list,
  body.page-home-v1 .mc-nav ul.mc-nav-list,
  .mc-nav ul.mc-nav-list {
    align-items: center !important;
  }

  body.page-home-v1 .mc-header .mc-nav-right,
  .mc-header .mc-nav-right,
  body.page-home-v1 .mc-nav-right,
  .mc-nav-right {
    align-self: center !important;
    align-items: center !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item > a,
  .mc-header .mc-nav-item > a,
  body.page-home-v1 .mc-nav-item > a,
  .mc-nav-item > a {
    position: relative !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    border-bottom: none !important;
    margin-top: -4px !important;
    margin-bottom: -4px !important;
    background: transparent !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item > a::before,
  .mc-header .mc-nav-item > a::before,
  body.page-home-v1 .mc-nav-item > a::before,
  .mc-nav-item > a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 3px !important;
    background: transparent !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item > a:hover::before,
  .mc-header .mc-nav-item > a:hover::before,
  body.page-home-v1 .mc-header .mc-nav-item > a:focus-visible::before,
  .mc-header .mc-nav-item > a:focus-visible::before,
  body.page-home-v1 .mc-header .mc-nav-item.is-open > a::before,
  .mc-header .mc-nav-item.is-open > a::before,
  body.page-home-v1 .mc-header .mc-nav-item.is-current > a::before,
  .mc-header .mc-nav-item.is-current > a::before,
  body.page-home-v1 .mc-nav-item.is-current > a::before,
  .mc-nav-item.is-current > a::before,
  body.page-home-v1 .mc-nav-item > a:hover::before,
  .mc-nav-item > a:hover::before,
  body.page-home-v1 .mc-nav-item > a:focus-visible::before,
  .mc-nav-item > a:focus-visible::before,
  body.page-home-v1 .mc-nav-item.is-open > a::before,
  .mc-nav-item.is-open > a::before {
    background: #0099c4 !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item > a:hover,
  .mc-header .mc-nav-item > a:hover,
  body.page-home-v1 .mc-header .mc-nav-item > a:focus-visible,
  .mc-header .mc-nav-item > a:focus-visible,
  body.page-home-v1 .mc-header .mc-nav-item.is-open > a,
  .mc-header .mc-nav-item.is-open > a,
  body.page-home-v1 .mc-header .mc-nav-item.is-current > a,
  .mc-header .mc-nav-item.is-current > a,
  body.page-home-v1 .mc-nav-item.is-current > a,
  .mc-nav-item.is-current > a,
  body.page-home-v1 .mc-nav-item > a:hover,
  .mc-nav-item > a:hover,
  body.page-home-v1 .mc-nav-item > a:focus-visible,
  .mc-nav-item > a:focus-visible,
  body.page-home-v1 .mc-nav-item.is-open > a,
  .mc-nav-item.is-open > a {
    color: #0099c4 !important;
    background: rgba(0, 153, 196, 0.06) !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item.has-children:hover > a,
  .mc-header .mc-nav-item.has-children:hover > a,
  body.page-home-v1 .mc-header .mc-nav-item.has-children:focus-within > a,
  .mc-header .mc-nav-item.has-children:focus-within > a,
  body.page-home-v1 .mc-header .mc-nav-item.has-children.is-open > a,
  .mc-header .mc-nav-item.has-children.is-open > a,
  body.page-home-v1 .mc-nav-item.has-children:hover > a,
  .mc-nav-item.has-children:hover > a,
  body.page-home-v1 .mc-nav-item.has-children:focus-within > a,
  .mc-nav-item.has-children:focus-within > a,
  body.page-home-v1 .mc-nav-item.has-children.is-open > a,
  .mc-nav-item.has-children.is-open > a {
    box-shadow: 0 var(--mc-sub-bridge, 0px) 0 0 rgba(0, 153, 196, 0.06) !important;
  }

  /* Nav link padding: +4px függőlegesen, szöveg középen, hover a sáv aljáig. */
  body.page-home-v1 .mc-header .mc-nav-item > a,
  .mc-header .mc-nav-item > a,
  body.page-home-v1 .mc-nav ul.mc-nav-list > li > a,
  .mc-nav ul.mc-nav-list > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item.has-mega > a::after,
  .mc-header .mc-nav-item.has-mega > a::after,
  body.page-home-v1 .mc-nav-item.has-mega > a::after,
  .mc-nav-item.has-mega > a::after,
  body.page-home-v1 .mc-header .mc-nav-item.has-children > a::after,
  .mc-header .mc-nav-item.has-children > a::after,
  body.page-home-v1 .mc-nav-item.has-children > a::after,
  .mc-nav-item.has-children > a::after {
    content: '' !important;
    display: inline-block !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
    border: 4px solid transparent !important;
    border-top-color: currentColor !important;
    opacity: 0.65 !important;
    background: transparent !important;
    pointer-events: none !important;
    z-index: auto !important;
  }

  /* CTA gombok: kisebb monitorokon több oldalsó padding (medicare-merged felülírás). */
  body.page-home-v1 .mc-nav-right .mc-cta-btn {
    box-sizing: border-box !important;
  }

  /* Online időpontfoglalás: 2 sor; az angol felirat őrizze a kisbetűket. */
  body.page-home-v1 .mc-nav-right .mc-cta-btn.mc-cta-online,
  .mc-nav-right .mc-cta-btn.mc-cta-online {
    flex-direction: column !important;
    white-space: normal !important;
    text-transform: none !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__desk,
  .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__desk {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin: 0 !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__desk > span,
  .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__desk > span {
    display: block !important;
    font-weight: 800 !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__desk > span + span,
  .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__desk > span + span {
    margin-top: 1px !important;
    opacity: 0.98 !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__mob,
  .mc-nav-right .mc-cta-btn.mc-cta-online > .mc-cta-online__mob {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  body.page-home-v1 .mc-header .mc-nav-item > a,
  .mc-header .mc-nav-item > a,
  body.page-home-v1 .mc-nav ul.mc-nav-list > li > a,
  .mc-nav ul.mc-nav-list > li > a {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item.has-mega > a::after,
  .mc-header .mc-nav-item.has-mega > a::after,
  body.page-home-v1 .mc-nav-item.has-mega > a::after,
  .mc-nav-item.has-mega > a::after,
  body.page-home-v1 .mc-header .mc-nav-item.has-children > a::after,
  .mc-header .mc-nav-item.has-children > a::after,
  body.page-home-v1 .mc-nav-item.has-children > a::after,
  .mc-nav-item.has-children > a::after {
    margin-left: 3px !important;
    border-width: 3px !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-btn {
    min-width: 132px !important;
    padding: 6px 14px !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    padding: 6px 28px 6px 14px !important;
  }

  .mc-header .mc-nav-right .mc-life1-nav-link,
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-wrap {
    height: 44px !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 1025px) and (max-width: 1520px) {
  body.page-home-v1 .mc-header .mc-nav-item > a,
  .mc-header .mc-nav-item > a,
  body.page-home-v1 .mc-nav ul.mc-nav-list > li > a,
  .mc-nav ul.mc-nav-list > li > a {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.page-home-v1 .mc-header .mc-nav-item.has-mega > a::after,
  .mc-header .mc-nav-item.has-mega > a::after,
  body.page-home-v1 .mc-nav-item.has-mega > a::after,
  .mc-nav-item.has-mega > a::after,
  body.page-home-v1 .mc-header .mc-nav-item.has-children > a::after,
  .mc-header .mc-nav-item.has-children > a::after,
  body.page-home-v1 .mc-nav-item.has-children > a::after,
  .mc-nav-item.has-children > a::after {
    margin-left: 2px !important;
    border-width: 3px !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-btn {
    min-width: 108px !important;
    padding: 5px 12px !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    padding: 5px 24px 5px 12px !important;
  }

  .mc-header .mc-nav-right .mc-life1-nav-link,
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-wrap {
    height: 42px !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  body.page-home-v1 .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-btn {
    min-width: 98px !important;
    padding: 4px 10px !important;
  }

  body.page-home-v1 .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    padding: 4px 22px 4px 10px !important;
  }

  .mc-header .mc-nav-right .mc-life1-nav-link,
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-wrap {
    height: 40px !important;
    box-sizing: border-box !important;
  }
}

/* ============================================================
   Egységes fejléc nav + CTA — főoldal = referencia, minden shell oldalon
   (front-hero-stability-fix + front-import-global felülírása)
   ============================================================ */
@media (min-width: 1025px) {
  .mc-header .mc-nav-inner {
    padding-left: var(--layout-pad-x) !important;
    padding-right: var(--layout-pad-x) !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: 0 !important;
    gap: 0 !important;
    align-items: center !important;
  }

  .mc-header .mc-nav ul.mc-nav-list {
    gap: 0 !important;
    align-items: center !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .mc-header .mc-nav ul.mc-nav-list > .mc-nav-item {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  .mc-header .mc-nav-right {
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 0 0 0 10px !important;
    margin-left: 4px !important;
    position: relative !important;
    z-index: 4 !important;
    background: #fff !important;
    box-shadow: -14px 0 16px -8px #fff !important;
    align-self: center !important;
  }

  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(30, 58, 80, 0.18) !important;
    font-family: 'Montserrat', 'Poppins', sans-serif !important;
    color: #fff !important;
  }

  .mc-header .mc-nav-right .mc-cta-aj,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle.mc-cta-aj,
  .mc-header .mc-nav-right .mc-cta-quote {
    background: #DBAB24 !important;
  }

  .mc-header .mc-nav-right .mc-cta-sz,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle.mc-cta-sz {
    background: #1598D8 !important;
  }

  .mc-header .mc-nav-right .mc-cta-online {
    background: linear-gradient(135deg, #19324a 0%, #204f75 35%, #248c99 70%, #4A8EA6 100%) !important;
    box-shadow: 0 4px 18px rgba(36, 140, 153, 0.45), 0 2px 8px rgba(25, 50, 74, 0.28) !important;
  }
}

@media (min-width: 1601px) {
  .mc-header .mc-nav-item > a,
  .mc-header .mc-nav ul.mc-nav-list > li > a {
    padding: 16px 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.35px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .mc-header .mc-nav-item > a,
  .mc-header .mc-nav ul.mc-nav-list > li > a {
    padding: 14px 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.25px !important;
  }

  .mc-header .mc-nav-right {
    gap: 6px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1520px) {
  .mc-header .mc-nav-item > a,
  .mc-header .mc-nav ul.mc-nav-list > li > a {
    padding: 12px 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .mc-header .mc-nav-item > a,
  .mc-header .mc-nav ul.mc-nav-list > li > a {
    padding: 12px 5px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08px !important;
  }
}

/* CTA gombok méret/betű — breakpointonként */
@media (min-width: 1601px) {
  .mc-header .mc-nav-right {
    gap: 8px !important;
  }

  .mc-header .mc-nav-right .mc-life1-nav-link,
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-wrap {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    box-sizing: border-box !important;
    flex: 0 1 auto !important;
    flex-shrink: 0 !important;
  }

  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    min-width: 168px !important;
    width: auto !important;
    max-width: none !important;
    padding: 6px 18px !important;
    font-size: 11px !important;
    letter-spacing: 0.35px !important;
    line-height: 1.2 !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    padding: 6px 30px 6px 18px !important;
  }
}

@media (min-width: 1025px) {
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    white-space: normal !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    font-weight: 800 !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-wrap {
    width: auto !important;
    max-width: none !important;
    flex: 0 1 auto !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    height: 100% !important;
    min-height: 0 !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle__label,
  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__desk {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle__label > span,
  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__desk > span {
    display: block !important;
    font-size: inherit !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle__label > span + span,
  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__desk > span + span {
    margin-top: 1px !important;
    opacity: 0.98 !important;
  }

  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__desk {
    display: flex !important;
  }

  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__mob {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .mc-header .mc-nav-right {
    gap: 6px !important;
  }

  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    font-size: 10px !important;
    letter-spacing: 0.28px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1520px) {
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    font-size: 9px !important;
    letter-spacing: 0.18px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    font-size: 8px !important;
    letter-spacing: 0.15px !important;
  }
}

@media (max-width: 1024px) {
  .mc-header .mc-nav-right .mc-life1-nav-link,
  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-wrap,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    box-sizing: border-box !important;
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .mc-header .mc-nav-right .mc-cta-btn,
  .mc-header .mc-nav-right .mc-cta-dropdown-toggle,
  .mc-header .mc-nav-right .mc-cta-online {
    padding: 5px 11px !important;
    font-size: 9px !important;
    letter-spacing: 0.12px !important;
    line-height: 1.15 !important;
    border-radius: 8px !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle {
    padding: 5px 24px 5px 11px !important;
  }

  .mc-header .mc-nav-right .mc-cta-dropdown-toggle__label > span,
  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__desk > span,
  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__mob {
    font-size: inherit !important;
    line-height: 1.15 !important;
  }

  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__desk {
    display: none !important;
  }

  .mc-header .mc-nav-right .mc-cta-online .mc-cta-online__mob[hidden] {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }
}

/* Nyelvválasztó: aktuális nyelv = benyomott gomb, a másik = fehér / kiengedett. */
.mc-header .mc-topbar-lang {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}
html body .mc-header .mc-top-bar a.mc-topbar-lang-item,
.mc-header .mc-top-bar .mc-topbar-lang-item {
  color: #fff !important;
  font-weight: 700 !important;
  padding: 5px 9px !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body .mc-header .mc-top-bar a.mc-topbar-lang-item.is-active,
.mc-header .mc-top-bar .mc-topbar-lang-item.is-active {
  color: #8aa0b3 !important;
  background: rgba(0, 0, 0, 0.4) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}
html body .mc-header .mc-top-bar a.mc-topbar-lang-item:hover:not(.is-active),
.mc-header .mc-top-bar .mc-topbar-lang-item:hover:not(.is-active) {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.mc-header .mc-top-bar .mc-topbar-lang-item + .mc-topbar-lang-item::before {
  content: none !important;
}

.mc-header .mc-topbar-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.15s, opacity 0.15s;
}
.mc-header .mc-topbar-contact:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}
/* Kapcsolat inverze: fehér háttér, szöveg = hero mint kissé sötétítve */
.mc-header .mc-topbar-emergency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 6px 14px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  color: #1f8f82 !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.mc-header .mc-topbar-emergency:hover {
  background: #f2fbfa;
  color: #176f65 !important;
  box-shadow: 0 2px 10px rgba(31, 143, 130, 0.28);
}
@media (max-width: 1024px) {
  .mc-header .mc-topbar-contact,
  .mc-header .mc-topbar-emergency {
    display: none !important;
  }
}

