.language-selector { position: relative; flex: none; margin-left: auto; color: var(--s2c-navy); font-family: Inter, sans-serif; }
.language-selector > summary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; min-width: 60px; padding: 8px; border: 0; border-radius: 6px; background: transparent; cursor: pointer; list-style: none; font-size: 12px; font-weight: 600; }
.language-code { display: none; }
.language-selector > summary::-webkit-details-marker { display: none; }
.language-selector > summary:hover .language-chevron, .language-selector[open] > summary .language-chevron { color: var(--s2c-action); }
.language-selector :focus-visible { outline: 2px solid var(--s2c-action); outline-offset: 3px; }
.language-flag { display: block; flex: none; width: 24px; height: 16px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgb(13 27 42 / 12%); }
.language-chevron { display: grid; place-items: center; flex: none; width: 12px; height: 16px; color: var(--s2c-muted); font-size: 0; line-height: 0; }
.language-chevron::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.language-selector[open] .language-chevron::before { transform: translateY(2px) rotate(225deg); }
.language-options { position: absolute; z-index: 1200; top: calc(100% + 8px); right: 0; min-width: 228px; max-width: calc(100vw - 36px); max-height: min(620px, 75vh); max-height: min(620px, 75dvh); overflow-y: auto; overscroll-behavior: contain; padding: 12px 8px 8px; border: 1px solid var(--s2c-border); border-radius: 10px; background: #fff; box-shadow: 0 12px 36px rgb(13 27 42 / 14%); }
.language-options fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.language-options legend { width: 100%; padding: 0 12px 9px; color: var(--s2c-muted); font-size: 11px; font-weight: 600; }
.language-options button { display: flex; align-items: center; justify-content: flex-start; gap: 12px; width: 100%; min-height: 44px; padding: 10px 12px; border: 0; border-radius: 5px; background: transparent; color: var(--s2c-navy); font: inherit; font-size: 13px; line-height: 1.5; text-align: left; cursor: pointer; }
.language-options button:hover, .language-options button[aria-current="true"] { background: var(--s2c-tint); color: var(--s2c-action); }
.language-check { margin-left: auto; }
.language-options .language-automatic { margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--s2c-border); border-radius: 0; color: var(--s2c-muted); font-size: 11px; }
.guest-navigation { margin-left: 0; }
.guest-mobile-menu { display: none; }
@media (max-width: 1200px) {
    .guest-header-inner { column-gap: 20px; }
    .guest-navigation { gap: 18px; }
    .guest-navigation > a:first-child { display: none; }
}
@media (max-width: 900px) {
    .guest-header .guest-header-inner { height: 80px; min-height: 80px; flex-wrap: nowrap; gap: 12px; padding-top: 0; padding-bottom: 0; }
    .guest-header .guest-brand { flex: 0 1 180px; min-width: 0; }
    .guest-header .guest-brand img { width: 180px; max-width: 100%; height: auto; }
    .guest-header .language-selector { order: 0; margin-left: auto; }
    .guest-header .language-selector > summary { width: 60px; min-height: 44px; }
    .guest-header .guest-navigation, .guest-header .guest-header-cta { display: none; }
    .guest-mobile-menu { position: relative; display: block; flex: 0 0 44px; color: var(--s2c-navy); }
    .guest-mobile-menu > summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--s2c-border); border-radius: 8px; background: #fff; cursor: pointer; list-style: none; }
    .guest-mobile-menu > summary::-webkit-details-marker { display: none; }
    .guest-mobile-menu > summary:hover, .guest-mobile-menu[open] > summary { color: var(--s2c-action); border-color: var(--s2c-action); background: var(--s2c-tint); }
    .guest-mobile-menu :focus-visible { outline: 2px solid var(--s2c-action); outline-offset: 3px; }
    .guest-menu-icon { display: block; flex: none; }
    .guest-mobile-navigation { position: absolute; z-index: 1200; top: calc(100% + 12px); right: 0; display: flex; flex-direction: column; gap: 4px; width: min(300px, calc(100vw - 40px)); max-height: calc(100dvh - 112px); overflow-y: auto; overscroll-behavior: contain; padding: 12px; border: 1px solid var(--s2c-border); border-radius: 12px; background: #fff; box-shadow: 0 12px 36px rgb(13 27 42 / 14%); }
    .guest-mobile-navigation > a { display: flex; align-items: center; min-height: 44px; padding: 11px 12px; border-radius: 6px; font-size: 14px; font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
    .guest-mobile-navigation > a:hover { background: var(--s2c-tint); color: var(--s2c-action); }
    .guest-mobile-navigation .guest-mobile-cta { justify-content: center; min-height: 46px; margin-top: 8px; font-size: 13px; }
    .guest-mobile-navigation .guest-mobile-cta:hover { background: var(--s2c-action); color: #fff; }
}
@media (max-width: 600px) {
    .guest-header .guest-header-inner { height: 72px; min-height: 72px; gap: 8px; }
    .guest-header .guest-brand { flex-basis: 160px; }
    .guest-header .guest-brand img { width: 160px; }
}
