
:root{--wtf-blue:#0757b8;--wtf-blue2:#087be8;--wtf-orange:#ff7900;--wtf-dark:#081a30;--wtf-border:#dbe3ed}
.wtf-uhd{font-family:Arial,Helvetica,sans-serif;color:var(--wtf-dark);position:relative;z-index:9999;background:#fff}
.wtf-uhd *{box-sizing:border-box}
.wtf-uhd a{text-decoration:none;color:inherit}
.wtf-uhd-container{width:min(1940px,96%);margin:0 auto}
.wtf-uhd-topbar{background:linear-gradient(100deg,#064a9f,#087be8);color:#fff}
.wtf-uhd-topbar-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:16px}
.wtf-uhd-topbar-inner a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.wtf-uhd-topbar-inner svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9}
.wtf-uhd-top-left,.wtf-uhd-top-right{display:flex;align-items:center;gap:24px}
.wtf-uhd-top-right{gap:28px}
.wtf-uhd-currency{font-weight:700;white-space:nowrap}
.wtf-uhd-main{background:linear-gradient(105deg,#dff3ff 0%,#c8eaff 50%,#e9f8ff 100%);padding:34px 0}
.wtf-uhd-main-inner{display:flex;align-items:center;gap:42px}
.wtf-uhd-logo{width:465px;flex:0 0 465px;display:flex;align-items:center}
.wtf-uhd-logo img{display:block;width:100%;height:auto;max-height:160px;object-fit:contain;mix-blend-mode:multiply}
.wtf-uhd-search{height:78px;background:#fff;border-radius:42px;display:flex;align-items:center;overflow:hidden;flex:1;box-shadow:0 5px 20px rgba(0,45,90,.08)}
.wtf-uhd-category{height:54px;padding:0 26px;display:flex;align-items:center;gap:13px;font-size:20px;white-space:nowrap;border-right:1px solid #d7e0e8}
.wtf-uhd-category svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.wtf-uhd-search input{border:0;outline:0;flex:1;min-width:100px;height:100%;font-size:21px;padding:0 25px;color:#52677d}
.wtf-uhd-search button{width:105px;height:100%;border:0;background:var(--wtf-orange);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.wtf-uhd-search button svg{width:37px;height:37px;fill:none;stroke:currentColor;stroke-width:2}
.wtf-uhd-actions{display:flex;align-items:center;gap:24px}
.wtf-uhd-actions>a{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:17px;min-width:70px}
.wtf-uhd-actions svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.7}
.wtf-uhd-actions b{position:absolute;right:4px;top:-4px;background:var(--wtf-orange);color:#fff;border-radius:50%;font-size:12px;min-width:25px;height:25px;display:grid;place-items:center}
.wtf-uhd-nav-wrap{background:#fff;border-bottom:1px solid #e8edf2}
.wtf-uhd-nav-inner{min-height:106px;display:flex;align-items:center;gap:38px}
.wtf-uhd-allcats{height:78px;width:430px;flex:0 0 430px;background:linear-gradient(90deg,#ff8200,#ff6f00);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;font-size:21px;font-weight:700}
.wtf-uhd-allcats svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2}
.wtf-uhd-allcats span{margin-right:auto;margin-left:20px}
.wtf-uhd-nav{display:flex;align-items:center;justify-content:space-between;gap:28px;flex:1;height:100%}
.wtf-uhd-nav>a{height:100%;display:flex;align-items:center;position:relative;font-size:20px;font-weight:700;white-space:nowrap}
.wtf-uhd-nav>a.is-active{color:var(--wtf-orange)}
.wtf-uhd-nav>a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:4px;background:var(--wtf-orange);border-radius:4px}
.wtf-uhd-nav em{position:absolute;top:8px;right:-18px;background:#f44336;color:#fff;border-radius:15px;padding:4px 8px;font-size:11px;font-style:normal}
.wtf-uhd-benefits{background:#fff}
.wtf-uhd-benefits-inner{display:grid;grid-template-columns:repeat(4,1fr);padding:35px 25px}
.wtf-uhd-benefits-inner>div{display:flex;align-items:center;justify-content:center;gap:22px;min-height:95px;border-right:1px solid #d4dde7}
.wtf-uhd-benefits-inner>div:last-child{border-right:0}
.wtf-uhd-benefits svg{width:58px;height:58px;flex:0 0 58px;fill:none;stroke:var(--wtf-orange);stroke-width:1.8}
.wtf-uhd-benefits span{display:flex;flex-direction:column;gap:6px}
.wtf-uhd-benefits strong{font-size:21px}
.wtf-uhd-benefits small{font-size:18px}
.wtf-uhd-mobile-toggle{display:none}
@media(max-width:1200px){
 .wtf-uhd-logo{width:330px;flex-basis:330px}.wtf-uhd-main-inner{gap:22px}.wtf-uhd-nav{gap:16px}.wtf-uhd-nav>a{font-size:16px}.wtf-uhd-allcats{width:300px;flex-basis:300px}
}
@media(max-width:900px){
 .wtf-uhd-topbar-inner{min-height:48px;font-size:12px}.wtf-uhd-top-right a:nth-child(1),.wtf-uhd-top-right a:nth-child(2){display:none}
 .wtf-uhd-main{padding:18px 0}.wtf-uhd-main-inner{flex-wrap:wrap}.wtf-uhd-logo{width:260px;flex-basis:260px}.wtf-uhd-actions{margin-left:auto;gap:10px}.wtf-uhd-actions>a{min-width:52px;font-size:12px}.wtf-uhd-actions svg{width:28px;height:28px}.wtf-uhd-search{order:3;flex-basis:100%;height:56px}.wtf-uhd-category{font-size:14px;padding:0 15px}.wtf-uhd-search input{font-size:14px}.wtf-uhd-search button{width:65px}.wtf-uhd-nav-inner{min-height:65px}.wtf-uhd-allcats{display:none}.wtf-uhd-mobile-toggle{display:flex;align-items:center;gap:8px;border:0;background:var(--wtf-orange);color:#fff;border-radius:8px;padding:12px 16px;font-weight:700}.wtf-uhd-mobile-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.wtf-uhd-nav{display:none;position:absolute;left:2%;right:2%;top:100%;background:#fff;border:1px solid #ddd;flex-direction:column;align-items:stretch;height:auto;gap:0;box-shadow:0 10px 25px rgba(0,0,0,.12)}.wtf-uhd-nav.is-open{display:flex}.wtf-uhd-nav>a{padding:15px 18px;height:auto}.wtf-uhd-nav>a.is-active:after{display:none}.wtf-uhd-benefits-inner{grid-template-columns:repeat(2,1fr);gap:0;padding:15px}.wtf-uhd-benefits-inner>div{padding:15px;border-bottom:1px solid #d4dde7}.wtf-uhd-benefits-inner>div:nth-child(2){border-right:0}
}
@media(max-width:560px){
 .wtf-uhd-top-left{gap:10px}.wtf-uhd-top-left a:nth-child(2){display:none}.wtf-uhd-top-right{gap:10px}.wtf-uhd-top-right a{font-size:11px}
 .wtf-uhd-logo{width:185px;flex-basis:185px}.wtf-uhd-actions>a span{display:none}.wtf-uhd-actions{gap:5px}.wtf-uhd-actions b{right:-2px}
 .wtf-uhd-benefits-inner{grid-template-columns:1fr}.wtf-uhd-benefits-inner>div{border-right:0!important}.wtf-uhd-benefits svg{width:42px;height:42px;flex-basis:42px}.wtf-uhd-benefits strong{font-size:16px}.wtf-uhd-benefits small{font-size:13px}
}
