/* ── Howes Translator Pro — Switcher ─────────────────────────────────────── */
:root{--htp-gold:#C5A55A;--htp-navy:#0A1F33;--htp-r:12px;--htp-shadow:0 8px 32px rgba(10,31,51,.2)}

.htp-switcher{position:relative;display:inline-flex;align-items:center;font-family:"Lato",sans-serif;z-index:9999}

.htp-current{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:40px;padding:6px 14px 6px 10px;cursor:pointer;color:#fff;font-size:13px;font-weight:600;transition:background .25s,border-color .25s,transform .2s;white-space:nowrap;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.htp-current:hover,.htp-switcher.htp-open .htp-current{background:rgba(197,165,90,.28);border-color:var(--htp-gold)}
.htp-flag{font-size:18px;line-height:1}
.htp-name{font-size:12px}
.htp-chevron{transition:transform .3s ease;opacity:.8;flex-shrink:0}
.htp-switcher.htp-open .htp-chevron{transform:rotate(180deg);opacity:1}

.htp-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:var(--htp-r);box-shadow:var(--htp-shadow);list-style:none;margin:0;padding:6px 0;min-width:175px;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.97);transform-origin:top right;transition:opacity .22s ease,transform .22s ease,visibility .22s;border:1px solid rgba(10,31,51,.08)}
.htp-switcher.htp-open .htp-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}

.htp-dropdown li{margin:0;padding:0}
.htp-dropdown li a{display:flex;align-items:center;gap:10px;padding:9px 16px;color:var(--htp-navy);text-decoration:none;font-size:13px;font-weight:500;transition:background .15s}
.htp-dropdown li a:hover{background:#f5f2ec}
.htp-dropdown li a.htp-active{background:#fdf8ef;font-weight:700}
.htp-dropdown li a .htp-flag{font-size:20px}
.htp-check{margin-left:auto;flex-shrink:0}
.htp-dropdown li:first-child a{border-bottom:1px solid rgba(10,31,51,.06)}

li.htp-menu-item{display:flex!important;align-items:center!important;padding:0!important;margin:0!important}
li.htp-menu-item>.htp-switcher{margin:0 8px}

/* Dark nav override */
.im-header-v3 .htp-current,.im-header-alt .htp-current,header .htp-current{color:#fff}
/* Scrolled/sticky light header */
.is-sticky .htp-current,.header-scrolled .htp-current,.sticky .htp-current{color:var(--htp-navy);border-color:rgba(10,31,51,.2);background:rgba(10,31,51,.06)}
.is-sticky .htp-dropdown,.sticky .htp-dropdown{color:var(--htp-navy)}

@media(max-width:768px){
  .htp-name{display:none}
  .htp-current{padding:6px 10px;gap:4px}
  .htp-dropdown{right:auto;left:0;min-width:155px}
  .htp-chevron{display:none}
}
