.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap}.header-center{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.header-buttons{display:flex;gap:10px;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.header-buttons::-webkit-scrollbar{display:none}.header-right{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.lang-dropdown{position:relative;display:inline-block}.lang-btn{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:none;padding:6px 8px;border-radius:6px;cursor:pointer;font:inherit}.lang-btn img{width:18px;height:auto;display:block}.lang-menu{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px 0;box-shadow:0 8px 20px rgba(0,0,0,.08);min-width:110px;max-width:85vw;z-index:1000}.lang-menu.show{display:block}.lang-menu li{list-style:none}.lang-menu li a{display:flex;align-items:center;gap:.5rem;padding:6px 12px;color:#333;text-decoration:none;font-weight:600}.lang-menu li a img{width:14px;height:auto;display:block}.lang-menu li a:hover{background:#f7f5f3}@media(max-width:800px){.header-inner{flex-wrap:wrap}.header-center{order:2;width:100%;justify-content:center;margin-top:8px}.header-right{order:3;width:100%;justify-content:center;gap:.7rem;margin-top:6px}.search-form{width:100%;display:flex;justify-content:center}.search-form input[type="search"],.search-form button{width:90%;max-width:420px}.lang-menu{left:50%;right:auto;transform:translateX(-50%);min-width:140px;max-width:90vw}.lang-btn img{width:16px}.lang-menu li a img{width:12px}}@media(max-width:480px){.lang-btn img{width:14px}.lang-menu li a img{width:10px}.lang-menu{min-width:120px}}@media(max-width:800px){.header-right{display:flex;flex-direction:column;align-items:center;width:100%;gap:6px;margin-top:8px}.lang-dropdown{order:2;width:90%;max-width:400px;display:flex;justify-content:center}.lang-dropdown .lang-btn{width:100%;justify-content:center}}
