:root{--hp-navy:#052e61;--hp-blue:#0b63bd;--hp-soft:#f5f9fe;--hp-line:#dce7f2;--hp-text:#153657}
.premium-announcement{background:linear-gradient(90deg,#03264f 0%,#073d78 55%,#03264f 100%);color:#fff}
.premium-announcement__inner{min-height:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.premium-announcement__item{display:inline-flex;align-items:center;gap:8px;font-size:.68rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}
.premium-announcement__item svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.premium-announcement__item--right{justify-self:end}
.premium-announcement__brand{display:inline-flex;align-items:center;gap:12px;font-size:.6rem;font-weight:800;letter-spacing:.22em;white-space:nowrap;opacity:.92}
.premium-announcement__brand i{width:24px;height:1px;background:linear-gradient(90deg,transparent,#7fc1ff)}
.premium-announcement__brand i:last-child{background:linear-gradient(90deg,#7fc1ff,transparent)}
.premium-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,229,242,.88);transition:box-shadow .2s}
.premium-header.scrolled{box-shadow:0 14px 40px rgba(5,46,97,.08)}
.premium-header__main{height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.premium-header__left{display:flex;align-items:center;gap:14px}
.premium-icon-btn{width:42px;height:42px;border:1px solid var(--hp-line);border-radius:14px;background:#fff;display:none;place-items:center;color:var(--hp-navy);box-shadow:0 8px 18px rgba(5,46,97,.05);cursor:pointer}
.premium-icon-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.premium-language{display:flex;align-items:center;gap:6px;padding:5px;border:1px solid var(--hp-line);border-radius:999px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 10px 24px rgba(5,46,97,.04)}
.premium-language a{min-width:58px;height:34px;padding:0 10px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:7px;color:#607289;font-size:.68rem;font-weight:800;transition:.2s}
.premium-language a.active{color:#fff;background:linear-gradient(135deg,#06376f,#0b6acb);box-shadow:0 8px 18px rgba(11,99,189,.22)}
.premium-language .flag{width:23px;height:15px;border-radius:3px;box-shadow:0 0 0 1px rgba(6,44,90,.12)}
.premium-logo{display:block;line-height:0}
.premium-logo img{display:block;width:250px;height:auto}
.premium-header__actions{display:flex;justify-content:flex-end;gap:9px}
.premium-action{min-height:44px;padding:0 15px;border:1px solid var(--hp-line);border-radius:14px;background:#fff;display:flex;align-items:center;gap:9px;color:var(--hp-text);font-size:.72rem;font-weight:750;box-shadow:0 8px 18px rgba(5,46,97,.04);transition:.2s;cursor:pointer;position:relative}
button.premium-action{font:inherit}
.premium-action:hover{border-color:#b9d5ee;background:#f9fcff;transform:translateY(-1px)}
.premium-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.premium-cart-count{position:absolute;top:-7px;right:-7px;min-width:21px;height:21px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#0b6acb;color:#fff;display:grid;place-items:center;font-size:.58rem;font-weight:800;box-shadow:0 6px 14px rgba(11,99,189,.25)}
.premium-nav{border-top:1px solid #edf3f8;background:linear-gradient(180deg,#fff,#fbfdff)}
.premium-nav__inner{height:52px;display:flex;align-items:center;justify-content:center;gap:38px}
.premium-nav__inner>a,.premium-nav__dropdown>a{height:100%;display:flex;align-items:center;gap:5px;position:relative;color:#1e3958;font-size:.68rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.premium-nav__inner>a:after,.premium-nav__dropdown>a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:2px;background:linear-gradient(90deg,#0b6acb,#35a9e8);transition:.22s}
.premium-nav__inner>a:hover:after,.premium-nav__inner>a.active:after,.premium-nav__dropdown>a:hover:after,.premium-nav__dropdown>a.active:after{left:0;right:0}
.premium-nav__dropdown{height:100%;position:relative}
.premium-nav__dropdown>a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.premium-nav__panel{position:absolute;top:100%;left:50%;width:280px;padding:14px;border:1px solid var(--hp-line);border-radius:0 0 18px 18px;background:#fff;box-shadow:0 24px 55px rgba(5,46,97,.14);transform:translate(-50%,12px);opacity:0;visibility:hidden;transition:.22s}
.premium-nav__dropdown:hover .premium-nav__panel{transform:translate(-50%,0);opacity:1;visibility:visible}
.premium-nav__panel strong{display:block;padding:8px 10px 12px;color:#7a8ca1;font-size:.58rem;letter-spacing:.14em}
.premium-nav__panel a{min-height:42px;padding:0 11px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;color:#23415f;font-size:.76rem;font-weight:700}
.premium-nav__panel a:hover{background:#f1f7fd;color:#0b63bd}
.premium-nav__panel b{color:#0b63bd}
.site-header,.topbar,.desktop-nav,.header-main,.language-switch,.header-actions{display:none!important}
@media(max-width:900px){
  .premium-announcement__inner{display:flex;justify-content:center;min-height:31px}
  .premium-announcement__brand,.premium-announcement__item--right{display:none}
  .premium-announcement__item{font-size:.62rem}
  .premium-header__main{height:74px;grid-template-columns:1fr auto 1fr}
  .premium-icon-btn{display:grid}
  .premium-language{display:none}
  .premium-logo img{width:200px}
  .premium-action{width:42px;height:42px;min-height:42px;padding:0;justify-content:center}
  .premium-action span{display:none}
  .premium-header__actions{gap:7px}
  .premium-nav{display:none}
}
@media(max-width:520px){
  .premium-announcement__inner{padding-inline:10px}
  .premium-announcement__item{white-space:normal;text-align:center;line-height:1.25}
  .premium-header__main{height:70px;padding-inline:12px;gap:8px}
  .premium-logo img{width:176px}
  .premium-icon-btn,.premium-action{width:40px;height:40px;border-radius:12px}
  .premium-header__actions{gap:5px}
}
