*{padding:0;margin:0;border:0}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit}*{scroll-behavior:smooth;line-height:1.3;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.wrapper{overflow:hidden}.container{max-width:1550px;margin:0 auto;padding:0 10px}.uhb-header{width:100%;background:#0d0f14;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.6);box-shadow:0 2px 10px rgba(0,0,0,.6);position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px)}.uhb-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.2rem 2rem}.uhb-logo{font-size:1.8rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:.5px;-webkit-transition:color .3s ease;transition:color .3s ease}.uhb-logo:hover{color:#4e8cff}.uhb-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem;list-style:none;margin:0;padding:0}.uhb-link{color:#cfd3da;text-decoration:none;font-weight:500;font-size:1rem;-webkit-transition:color .3s ease;transition:color .3s ease}.uhb-link:hover,.uhb-link.active{color:#4e8cff}.uhb-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem}.uhb-btn-login,.uhb-btn-register{padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0)}.uhb-btn-login{background:rgba(0,0,0,0);color:#4e8cff;border-color:#4e8cff}.uhb-btn-login:hover{background:#4e8cff;color:#fff}.uhb-btn-register{background:#4e8cff;color:#fff;-webkit-box-shadow:0 0 10px rgba(78,140,255,.4);box-shadow:0 0 10px rgba(78,140,255,.4)}.uhb-btn-register:hover{background:#3a6fd1;-webkit-box-shadow:0 0 15px rgba(78,140,255,.6);box-shadow:0 0 15px rgba(78,140,255,.6)}.uhb-burger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;width:28px;height:22px;cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1100;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.uhb-burger span{height:3px;width:100%;background:#fff;border-radius:3px;-webkit-transition:all .3s ease;transition:all .3s ease}.uhb-burger.active span:nth-child(1){-webkit-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.uhb-burger.active span:nth-child(2){opacity:0}.uhb-burger.active span:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}@media(max-width: 900px){.uhb-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;right:-100%;height:100vh;width:75%;background:#11141c;-webkit-box-shadow:-2px 0 15px rgba(0,0,0,.6);box-shadow:-2px 0 15px rgba(0,0,0,.6);padding:5rem 2rem;-webkit-transition:right .4s ease;transition:right .4s ease}.uhb-menu.active{right:0}.uhb-menu li{margin-bottom:1.2rem}.uhb-actions{display:none}.uhb-burger{display:-webkit-box;display:-ms-flexbox;display:flex}}body.menu-open{overflow:hidden}.uhb-hero{background:radial-gradient(circle at top right, #1a1d25, #0b0d12 80%);color:#fff;padding:6rem 0 5rem;overflow:hidden;position:relative}.uhb-hero-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem}.uhb-hero-title{font-size:2.8rem;font-weight:800;line-height:1.3;margin-bottom:1.2rem;background:-webkit-gradient(linear, left top, right top, from(#4e8cff), to(#7b61ff));background:linear-gradient(90deg, #4e8cff, #7b61ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.uhb-hero-subtext{font-size:1.1rem;color:#cfd3da;max-width:580px;line-height:1.7;margin-bottom:2.2rem}.uhb-hero-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.uhb-hero-btn-main,.uhb-hero-btn-outline{padding:.9rem 1.6rem;border-radius:10px;font-weight:600;font-size:1rem;-webkit-transition:all .3s ease;transition:all .3s ease;text-decoration:none}.uhb-hero-btn-main{background:#4e8cff;color:#fff;-webkit-box-shadow:0 0 18px rgba(78,140,255,.5);box-shadow:0 0 18px rgba(78,140,255,.5)}.uhb-hero-btn-main:hover{background:#3a6fd1;-webkit-box-shadow:0 0 25px rgba(78,140,255,.7);box-shadow:0 0 25px rgba(78,140,255,.7)}.uhb-hero-btn-outline{border:1px solid #4e8cff;color:#4e8cff;background:rgba(0,0,0,0)}.uhb-hero-btn-outline:hover{background:#4e8cff;color:#fff}.uhb-hero-image{width:100%;max-width:600px;text-align:center;-webkit-animation:fadeIn 1.5s ease;animation:fadeIn 1.5s ease}.uhb-hero-image img{width:100%;border-radius:20px;-webkit-box-shadow:0 0 30px rgba(78,140,255,.3);box-shadow:0 0 30px rgba(78,140,255,.3);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.uhb-hero-image img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@-webkit-keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media(max-width: 900px){.uhb-hero-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.uhb-hero-title{font-size:2.2rem}.uhb-hero-subtext{font-size:1rem;max-width:100%}.uhb-hero-image img{max-width:520px}.uhb-hero-actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.uhb-hero-content{max-width:860px}.uhb-catalog{background:#0e1016;color:#fff;padding:6rem 0;position:relative}.uhb-catalog-title{text-align:center;font-size:2.4rem;font-weight:700;background:-webkit-gradient(linear, left top, right top, from(#4e8cff), to(#7b61ff));background:linear-gradient(90deg, #4e8cff, #7b61ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:1rem}.uhb-catalog-subtext{text-align:center;color:#b9beca;max-width:650px;margin:0 auto 3.5rem;line-height:1.6}.uhb-catalog-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:2rem}.uhb-card{background:#161921;border:1px solid rgba(78,140,255,.2);border-radius:15px;overflow:hidden;-webkit-transition:all .4s ease;transition:all .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uhb-card:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 0 25px rgba(78,140,255,.25);box-shadow:0 0 25px rgba(78,140,255,.25)}.uhb-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid hsla(0,0%,100%,.05)}.uhb-card-content{padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uhb-card-title{font-size:1.3rem;font-weight:600;margin-bottom:.7rem;color:#fff}.uhb-card-desc{color:#cfd3da;font-size:.95rem;line-height:1.5;margin-bottom:1.2rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uhb-card-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.uhb-card-rating{color:#ffd85a;font-weight:600}.uhb-card-btn{background:#4e8cff;color:#fff;border:none;border-radius:8px;padding:.5rem 1.2rem;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.uhb-card-btn:hover{background:#3a6fd1;-webkit-box-shadow:0 0 15px rgba(78,140,255,.4);box-shadow:0 0 15px rgba(78,140,255,.4)}@media(max-width: 768px){.uhb-catalog-title{font-size:2rem}.uhb-catalog-subtext{font-size:.95rem}}.qwyeywqeyhs-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:rgba(10,10,15,.9);backdrop-filter:blur(4px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qwyeywqeyhs-modal-content{background:#1b1e27;color:#fff;padding:2rem 2.5rem;border-radius:15px;width:90%;max-width:420px;-webkit-box-shadow:0 0 25px rgba(78,140,255,.25);box-shadow:0 0 25px rgba(78,140,255,.25);position:relative;-webkit-animation:modalFade .3s ease;animation:modalFade .3s ease}@-webkit-keyframes modalFade{from{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes modalFade{from{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.qwyeywqeyhs-modal-close{position:absolute;top:12px;right:18px;font-size:1.5rem;color:#fff;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.qwyeywqeyhs-modal-close:hover{color:#4e8cff}.qwyeywqeyhs-modal-content h3{font-size:1.4rem;margin-bottom:.8rem;background:-webkit-gradient(linear, left top, right top, from(#4e8cff), to(#7b61ff));background:linear-gradient(90deg, #4e8cff, #7b61ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.qwyeywqeyhs-modal-content p{color:#cfd3da;margin-bottom:1rem;line-height:1.5}.qwyeywqeyhs-modal-content input{width:100%;padding:.8rem 1rem;border:none;border-radius:8px;margin-bottom:1rem;background:#232733;color:#fff}.qwyeywqeyhs-modal-content input::-webkit-input-placeholder{color:#9da2af}.qwyeywqeyhs-modal-content input::-moz-placeholder{color:#9da2af}.qwyeywqeyhs-modal-content input:-ms-input-placeholder{color:#9da2af}.qwyeywqeyhs-modal-content input::-ms-input-placeholder{color:#9da2af}.qwyeywqeyhs-modal-content input::placeholder{color:#9da2af}.qwyeywqeyhs-btn-main{display:block;width:100%;background:#4e8cff;color:#fff;padding:.9rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.qwyeywqeyhs-btn-main:hover{background:#3a6fd1;-webkit-box-shadow:0 0 15px rgba(78,140,255,.4);box-shadow:0 0 15px rgba(78,140,255,.4)}.uhb-genres{background-color:#1a1a1a;color:#e0e0e0;padding:60px 0px}.uhb-genres-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;text-align:center;color:#fff}.uhb-genres-subtext{font-size:1.15rem;margin-bottom:40px;text-align:center;color:#bbb}.uhb-genres-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:30px}.uhb-genre-card{background-color:#252525;border-radius:15px;overflow:hidden;-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5);text-align:center;padding-bottom:15px;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.uhb-genre-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(0,0,0,.6);box-shadow:0 10px 30px rgba(0,0,0,.6)}.uhb-genre-card img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;display:block;border-bottom:1px solid #2a2a2a}.uhb-genre-title{font-size:1.2rem;font-weight:600;color:#fff;margin:10px 0 5px 0}.uhb-genre-desc{font-size:.95rem;color:#ccc;margin:0 15px;line-height:1.4}@media(max-width: 768px){.uhb-genres-title{font-size:2rem}.uhb-genres-subtext{font-size:1rem}.uhb-genre-card img{height:140px}}.uhb-new-arrivals{background-color:#121212;color:#f0f0f0;padding:60px 0}.uhb-new-container{max-width:1300px;margin:0 auto;padding:0 20px}.uhb-new-title{font-size:2.8rem;font-weight:700;margin-bottom:20px;text-align:center;color:#fff}.uhb-new-subtext{font-size:1.1rem;line-height:1.6;margin-bottom:50px;text-align:center;color:#ccc}.uhb-new-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:25px}.uhb-card{background-color:#1e1e1e;border-radius:12px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.uhb-card:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 10px 25px rgba(0,0,0,.6);box-shadow:0 10px 25px rgba(0,0,0,.6)}.uhb-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.uhb-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.uhb-card-content{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uhb-card-title{font-size:1.4rem;font-weight:700;margin-bottom:10px;color:#fff}.uhb-card-desc{font-size:.95rem;line-height:1.5;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#bbb}.uhb-card-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.uhb-card-rating{font-size:1rem;color:gold}.uhb-card-btn{background-color:#ff6b00;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:600;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.uhb-card-btn:hover{background-color:#ff8a33}@media(max-width: 768px){.uhb-new-title{font-size:2.2rem}.uhb-new-subtext{font-size:1rem}.uhb-card img{height:160px}}.uhb-featured{background-color:#121212;color:#f5f5f5;padding:80px 0}.uhb-featured-container{max-width:1200px;margin:0 auto;padding:0 20px}.uhb-featured-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px}.uhb-featured-img{-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%}.uhb-featured-img img{width:100%;height:auto;border-radius:12px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.5);box-shadow:0 10px 30px rgba(0,0,0,.5);-o-object-fit:cover;object-fit:cover}.uhb-featured-text{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.uhb-featured-title{font-size:2.4rem;margin-bottom:20px;font-weight:700;color:#fff}.uhb-featured-desc{font-size:1rem;line-height:1.8;margin-bottom:16px;color:#d1d1d1}@media screen and (max-width: 992px){.uhb-featured-grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:30px}.uhb-featured-img,.uhb-featured-text{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}@media screen and (max-width: 576px){.uhb-featured-title{font-size:2rem}.uhb-featured-desc{font-size:.95rem}}.uhb-footer{background-color:#0c0c0c;color:#d1d1d1;padding-top:60px;padding-bottom:20px;font-family:"Inter",sans-serif}.uhb-footer-container{max-width:1200px;margin:0 auto}.uhb-footer-main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.uhb-footer-brand{-webkit-box-flex:1;-ms-flex:1 1 250px;flex:1 1 250px}.uhb-footer-brand h2{color:#fff;font-size:1.8rem;margin-bottom:10px}.uhb-footer-brand p{font-size:.95rem;line-height:1.6;color:#d1d1d1}.uhb-footer-links,.uhb-footer-legal,.uhb-footer-payments{-webkit-box-flex:1;-ms-flex:1 1 180px;flex:1 1 180px}.uhb-footer-links h3,.uhb-footer-legal h3,.uhb-footer-payments h3{font-size:1.1rem;color:#fff;margin-bottom:10px}.uhb-footer-links ul,.uhb-footer-legal ul{list-style:none;padding:0}.uhb-footer-links ul li,.uhb-footer-legal ul li{margin-bottom:8px}.uhb-footer-links ul li a,.uhb-footer-legal ul li a{color:#d1d1d1;text-decoration:none;-webkit-transition:color .3s;transition:color .3s}.uhb-footer-links ul li a:hover,.uhb-footer-legal ul li a:hover{color:#fff}.uhb-footer-payments .uhb-payment-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-top:10px}.uhb-footer-payments .uhb-payment-icons img{width:50px;height:auto}.uhb-footer-bottom{border-top:1px solid #2c2c2c;padding-top:15px;text-align:center;font-size:.9rem;color:#888}@media screen and (max-width: 768px){.uhb-footer-main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.uhb-footer-brand,.uhb-footer-links,.uhb-footer-legal,.uhb-footer-payments{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}.cookie-banner{position:fixed;bottom:-100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%;max-width:1000px;background-color:#1e1e1e;color:#e0e0e0;padding:20px 25px;border-radius:12px;-webkit-box-shadow:0 8px 20px rgba(0,0,0,.5);box-shadow:0 8px 20px rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Inter",sans-serif;-webkit-transition:bottom .5s ease,opacity .5s ease;transition:bottom .5s ease,opacity .5s ease;z-index:9999;opacity:0}.cookie-banner.active{bottom:30px;opacity:1}.cookie-banner.hide{bottom:-150px;opacity:0}.cookie-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;width:100%}.cookie-banner__text{font-size:.95rem;line-height:1.5;color:#e0e0e0}.cookie-banner__link{color:#1e90ff;text-decoration:underline;-webkit-transition:color .3s;transition:color .3s}.cookie-banner__link:hover{color:#63b3ed}.cookie-banner__btn{-ms-flex-item-align:start;align-self:flex-start;margin-top:10px;padding:8px 20px;background-color:#1e90ff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;-webkit-transition:background-color .3s,-webkit-transform .2s;transition:background-color .3s,-webkit-transform .2s;transition:background-color .3s,transform .2s;transition:background-color .3s,transform .2s,-webkit-transform .2s;text-wrap:nowrap}.cookie-banner__btn:hover{background-color:#63b3ed;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (min-width: 768px){.cookie-banner__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cookie-banner__btn{margin-top:0}}.uhb-category-explore{background-color:#121212;color:#f5f5f5;padding:80px 0;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.uhb-category-container{max-width:1200px;margin:0 auto;padding:0 20px}.uhb-category-title{font-size:2.8rem;font-weight:700;margin-bottom:15px;text-align:center;color:#fff}.uhb-category-subtext{font-size:1.1rem;text-align:center;margin-bottom:50px;color:#b0b0b0;line-height:1.6}.uhb-category-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px}.uhb-category-card{background-color:#1e1e1e;border-radius:15px;overflow:hidden;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;cursor:pointer}.uhb-category-card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 20px 40px rgba(0,0,0,.5);box-shadow:0 20px 40px rgba(0,0,0,.5)}.uhb-category-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.uhb-category-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.uhb-category-card-title{font-size:1.4rem;font-weight:600;margin:15px 20px 10px;color:#fc0}.uhb-category-card-desc{font-size:.95rem;color:#ccc;margin:0 20px 20px;line-height:1.5}@media(max-width: 768px){.uhb-category-title{font-size:2.2rem}.uhb-category-subtext{font-size:1rem}.uhb-category-card img{height:150px}}.uhb-about{background-color:#0d0d0d;color:#f1f1f1;padding:80px 0;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.uhb-about-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px;max-width:1200px;margin:0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.uhb-about-content{-webkit-box-flex:1;-ms-flex:1 1 500px;flex:1 1 500px;-webkit-animation:fadeInLeft 1s ease forwards;animation:fadeInLeft 1s ease forwards}.uhb-about-title{font-size:36px;margin-bottom:25px;color:gold;line-height:1.3}.uhb-about-text{font-size:16px;line-height:1.8;margin-bottom:20px;color:#dcdcdc}.uhb-about-image{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;text-align:center;-webkit-animation:fadeInRight 1s ease forwards;animation:fadeInRight 1s ease forwards}.uhb-about-image img{max-width:100%;border-radius:15px;-webkit-box-shadow:0 8px 20px rgba(0,0,0,.7);box-shadow:0 8px 20px rgba(0,0,0,.7);-webkit-transition:-webkit-transform .4s ease,-webkit-box-shadow .4s ease;transition:-webkit-transform .4s ease,-webkit-box-shadow .4s ease;transition:transform .4s ease,box-shadow .4s ease;transition:transform .4s ease,box-shadow .4s ease,-webkit-transform .4s ease,-webkit-box-shadow .4s ease}.uhb-about-image img:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 12px 30px rgba(255,215,0,.6);box-shadow:0 12px 30px rgba(255,215,0,.6)}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media(max-width: 992px){.uhb-about-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;text-align:center}.uhb-about-content,.uhb-about-image{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.uhb-about-title{font-size:28px}.uhb-about-text{font-size:15px}}.uhb-catalog#latest-news{padding:80px 0;background-color:#0e0e12;color:#f0f0f0}.uhb-catalog#latest-news .uhb-catalog-title{font-size:2.8rem;font-weight:700;margin-bottom:10px;color:#fff;text-align:center}.uhb-catalog#latest-news .uhb-catalog-subtext{font-size:1.1rem;color:#ccc;text-align:center;margin-bottom:50px;max-width:850px;margin-left:auto;margin-right:auto;line-height:1.6}.uhb-catalog#latest-news .uhb-catalog-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px}.uhb-catalog#latest-news .uhb-card{background-color:#1a1a22;border-radius:15px;overflow:hidden;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.6);box-shadow:0 10px 25px rgba(0,0,0,.6);-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uhb-catalog#latest-news .uhb-card:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-box-shadow:0 20px 40px rgba(0,0,0,.7);box-shadow:0 20px 40px rgba(0,0,0,.7)}.uhb-catalog#latest-news .uhb-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.uhb-catalog#latest-news .uhb-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.uhb-catalog#latest-news .uhb-card-content{padding:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uhb-catalog#latest-news .uhb-card-title{font-size:1.4rem;font-weight:700;margin-bottom:8px;color:#fff}.uhb-catalog#latest-news .uhb-card-desc{font-size:.95rem;color:#bfc1c8;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:15px;line-height:1.5}.uhb-catalog#latest-news .uhb-card-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uhb-catalog#latest-news .uhb-card-date{font-size:.85rem;color:#999aa6}.uhb-catalog#latest-news .uhb-card-btn{background-color:#ff4c00;color:#fff;padding:8px 18px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;-webkit-transition:background .3s ease;transition:background .3s ease;cursor:pointer}.uhb-catalog#latest-news .uhb-card-btn:hover{background-color:#f62}@media(max-width: 768px){.uhb-catalog#latest-news .uhb-card img{height:150px}}@media(max-width: 480px){.uhb-catalog#latest-news .uhb-catalog-title{font-size:2rem}.uhb-catalog#latest-news .uhb-catalog-subtext{font-size:1rem}}.uhb-news-categories{background-color:#121212;color:#f5f5f5;padding:80px 0;font-family:"Inter",sans-serif}.uhb-news-categories-container{max-width:1200px;margin:0 auto;padding:0 20px}.uhb-news-categories-title{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:10px;color:#fff}.uhb-news-categories-subtext{font-size:1.1rem;text-align:center;color:#bbb;margin-bottom:50px;line-height:1.6}.uhb-news-categories-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px}.uhb-news-category-card{background-color:#1e1e1e;border-radius:15px;overflow:hidden;-webkit-transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:transform .3s,box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:20px}.uhb-news-category-card:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-box-shadow:0 12px 25px rgba(0,0,0,.45);box-shadow:0 12px 25px rgba(0,0,0,.45)}.uhb-news-category-card img{width:100%;max-width:150px;border-radius:10px;margin-bottom:20px}.uhb-news-category-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:10px}.uhb-news-category-desc{font-size:.95rem;color:#d0d0d0;line-height:1.5}@media(max-width: 768px){.uhb-news-categories-title{font-size:2.2rem}.uhb-news-categories-subtext{font-size:1rem}}.uhb-info{background-color:#1a1a1a;color:#f5f5f5;padding:80px 0;font-family:"Inter",sans-serif}.uhb-info-container{max-width:1000px;margin:0 auto;padding:0 20px}.uhb-info-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#fff;text-align:center}.uhb-info-subtext{font-size:1.125rem;line-height:1.8;margin-bottom:30px;text-align:center;color:#ccc}.uhb-info-text{font-size:1rem;line-height:1.75;margin-bottom:25px;color:#e0e0e0;text-align:justify}@media(max-width: 768px){.uhb-info-title{font-size:2rem}.uhb-info-subtext{font-size:1rem}.uhb-info-text{font-size:.95rem}}@media(max-width: 480px){.uhb-info-title{font-size:1.75rem}.uhb-info-subtext{font-size:.95rem}.uhb-info-text{font-size:.9rem}}.uhb-about-mission{background-color:#121212;color:#f5f5f5;padding:80px 0px}.uhb-about-mission-title{font-size:2.8rem;font-weight:700;margin-bottom:20px;text-align:center;color:#fff}.uhb-about-mission-subtext{font-size:1.25rem;text-align:center;margin-bottom:50px;color:#ccc;line-height:1.8}.uhb-about-mission-content p{font-size:1.1rem;margin-bottom:25px;line-height:1.9;color:#e0e0e0;text-align:center}.uhb-about-mission-content p strong{color:#ff6b6b}@media(max-width: 992px){.uhb-about-mission-title{font-size:2.2rem}.uhb-about-mission-subtext{font-size:1.1rem}.uhb-about-mission-content p{font-size:1rem}}@media(max-width: 576px){.uhb-about-mission{padding:60px 15px}}.uhb-about-team{background-color:#121212;color:#e0e0e0;padding:80px 20px;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.uhb-about-team-container{max-width:1200px;margin:0 auto}.uhb-about-team-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:15px;color:#fff}.uhb-about-team-subtext{font-size:18px;text-align:center;margin-bottom:50px;line-height:1.6;color:#ccc}.uhb-about-team-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px}.uhb-team-member{background-color:#1f1f1f;padding:25px;border-radius:15px;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.uhb-team-member:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 25px rgba(0,0,0,.6);box-shadow:0 10px 25px rgba(0,0,0,.6)}.uhb-team-member-name{font-size:22px;font-weight:600;margin-bottom:5px;color:#fff}.uhb-team-member-role{font-size:16px;font-weight:400;color:#9e9e9e;margin-bottom:15px}.uhb-team-member-bio{font-size:15px;line-height:1.6;color:#d0d0d0}.uhb-about-team-extra{margin-top:50px;font-size:16px;line-height:1.7;text-align:center;color:#bdbdbd}.uhb-mission{background-color:#1a1a1a;color:#f0f0f0;padding:80px 0;font-family:"Arial",sans-serif}.uhb-mission-container{max-width:1100px;margin:0 auto;padding:0 20px}.uhb-mission-title{font-size:36px;font-weight:700;margin-bottom:20px;color:#fff;text-align:center}.uhb-mission-subtext{font-size:18px;line-height:1.7;margin-bottom:40px;color:#ccc;text-align:center}.uhb-mission-text p{font-size:16px;line-height:1.8;margin-bottom:25px;color:#ddd;text-align:center}.uhb-mission-text p:last-child{margin-bottom:0}@media(max-width: 768px){.uhb-mission-title{font-size:28px}.uhb-mission-subtext{font-size:16px}.uhb-mission-text p{font-size:15px}}.uhb-contact{background-color:#121212;color:#e0e0e0;padding:80px 0;font-family:"Segoe UI",sans-serif}.uhb-contact-wrapper{max-width:1200px;margin:0 auto}.uhb-contact-heading{font-size:2.5rem;margin-bottom:15px;color:#fff;text-align:center}.uhb-contact-subtext{font-size:1.1rem;margin-bottom:50px;text-align:center;color:#b0b0b0}.uhb-contact-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.uhb-contact-form{-webkit-box-flex:1;-ms-flex:1 1 500px;flex:1 1 500px;background-color:#1e1e1e;padding:40px;border-radius:12px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.6);box-shadow:0 4px 20px rgba(0,0,0,.6)}.uhb-contact-field{margin-bottom:25px}.uhb-contact-field label{display:block;font-weight:600;margin-bottom:8px;color:#ccc}.uhb-contact-field input,.uhb-contact-field textarea{width:100%;padding:12px 15px;border-radius:8px;border:1px solid #333;background-color:#2c2c2c;color:#fff;font-size:1rem}.uhb-contact-field textarea{resize:vertical;min-height:120px}.uhb-contact-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:20px;font-size:.9rem}.uhb-contact-consent input[type=checkbox]{width:18px;height:18px}.uhb-contact-btn{padding:15px 30px;background-color:#ff6b00;border:none;border-radius:10px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;-webkit-transition:.3s;transition:.3s}.uhb-contact-btn:hover{background-color:#ff4500}.uhb-contact-info{-webkit-box-flex:1;-ms-flex:1 1 400px;flex:1 1 400px;background-color:#1b1b1b;padding:40px;border-radius:12px;color:#d0d0d0}.uhb-contact-info-title{font-size:1.8rem;margin-bottom:20px;color:#fff}.uhb-contact-info-text{font-size:1rem;line-height:1.8;color:silver}.uhb-contact-info-text a{color:#ff4500}@media(max-width: 1024px){.uhb-contact-grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.uhb-contact-form,.uhb-contact-info{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}.uhb-contact-fun{background-color:#0d0d0d;color:#f0f0f0;padding:80px 0;font-family:"Segoe UI",sans-serif}.uhb-contact-fun-title{text-align:center;font-size:2.3rem;margin-bottom:15px;color:#ff6b00}.uhb-contact-fun-subtext{text-align:center;font-size:1.1rem;margin-bottom:50px;color:silver}.uhb-contact-fun-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px}.uhb-contact-fun-card{background-color:#1a1a1a;padding:30px;border-radius:15px;text-align:center;-webkit-transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:transform .3s,box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s}.uhb-contact-fun-card:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 15px 30px rgba(255,107,0,.4);box-shadow:0 15px 30px rgba(255,107,0,.4)}.uhb-contact-fun-icon{font-size:3rem;margin-bottom:15px}.uhb-contact-fun-card-title{font-size:1.4rem;margin-bottom:10px;color:#fff}.uhb-contact-fun-card-text{font-size:1rem;color:#d0d0d0;line-height:1.6}@media(max-width: 768px){.uhb-contact-fun-grid{grid-template-columns:1fr}}.pp-hero{background-color:#0f0f0f;color:#e0e0e0;padding:80px 0;font-family:"Segoe UI",sans-serif}.pp-hero-title{font-size:2.4rem;margin-bottom:20px;color:#ff6b00;text-align:center}.pp-hero-subtext{font-size:1.1rem;line-height:1.8;text-align:center;color:silver}@media(max-width: 768px){.pp-hero{padding:50px 20px}.pp-hero-title{font-size:2rem}.pp-hero-subtext{font-size:1rem}}.pp-insights{background-color:#000;color:#ddd;padding:80px 0}.pp-title{font-size:2.2rem;color:#ff6700;text-align:center;margin-bottom:30px}.pp-text{font-size:1.05rem;line-height:1.9;max-width:900px;margin:0 auto 25px auto;text-align:justify;color:#ccc}@media(max-width: 768px){.pp-insights{padding:50px 15px}.pp-title{font-size:1.8rem}.pp-text{font-size:1rem}}.tc-insights{background-color:#000;color:#eee;padding:80px 0}.tc-title{font-size:2.2rem;color:orange;text-align:center;margin-bottom:35px}.tc-text{font-size:1.05rem;line-height:1.9;max-width:950px;margin:0 auto 25px auto;text-align:justify;color:#ccc}@media(max-width: 768px){.tc-insights{padding:50px 15px}.tc-title{font-size:1.8rem}.tc-text{font-size:1rem}}.thanks .tc-insights{height:100vh}.thanks .tc-insights .tc-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.thanks .tc-insights .uhb-hero-btn-main{-ms-flex-item-align:center;align-self:center}