header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;width:100%;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0}header .header-container{justify-content:space-between;align-items:center;display:flex}header .logo-img{height:50px}header .logo-img span{color:#f36}header nav ul{list-style:none;display:flex}header nav ul li{margin:0 15px}header nav ul li a{color:#fff;padding:5px 0;font-weight:500;text-decoration:none;position:relative}header nav ul li a:after{content:"";background:linear-gradient(135deg,#f36 0%,#f63 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}header nav ul li a:hover{color:#f36}header nav ul li a:hover:after{width:100%}header nav ul li a.active{color:#f36}header nav ul li a.active:after{width:100%}header .mobile-menu-toggle{color:#fff;cursor:pointer;z-index:1001;font-size:1.8rem;display:none}header .mobile-only-btn{display:none}@media (max-width:992px){header .d-none-mobile{display:none!important}header .mobile-menu-toggle{display:block}header nav{z-index:1000;background:#121212;border-left:1px solid #ffffff1a;flex-direction:column;justify-content:center;width:280px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-100%}header nav.nav-open{right:0;box-shadow:-10px 0 30px #00000080}header nav ul{flex-direction:column;align-items:center;gap:30px}header nav ul li{margin:0}header nav .mobile-only-btn{margin-top:20px;display:block}header nav .mobile-only-btn .btn{text-align:center;width:100%}}
.site-footer{color:#fff;background-color:#0a0a0a;border-top:1px solid #ffffff0d;padding:80px 0 30px}.site-footer .footer-top{flex-wrap:wrap;justify-content:space-between;gap:60px;margin-bottom:60px;display:flex}.site-footer .footer-brand{flex:1;min-width:300px;max-width:400px}.site-footer .footer-brand .footer-logo{background:linear-gradient(135deg,#f36,#f63);-webkit-text-fill-color:#0000;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:2.2rem;font-weight:800}.site-footer .footer-brand .footer-tagline{color:#aaa;margin-bottom:30px;font-size:.95rem;line-height:1.7}.site-footer .footer-brand .footer-socials{gap:15px;display:flex}.site-footer .footer-brand .footer-socials a{color:#ccc;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:all .3s;display:flex}.site-footer .footer-brand .footer-socials a:hover{color:#fff;background:linear-gradient(135deg,#f36,#f63);border-color:#0000;transform:translateY(-3px)}.site-footer .footer-links-group{flex-wrap:wrap;flex:2;justify-content:space-between;gap:40px;display:flex}.site-footer .footer-col{min-width:140px}.site-footer .footer-col .footer-heading{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;font-size:1.1rem;font-weight:700}.site-footer .footer-col .footer-nav{flex-direction:column;gap:15px;display:flex}.site-footer .footer-col .footer-nav a{color:#888;width:fit-content;font-size:.95rem;transition:color .2s;position:relative}.site-footer .footer-col .footer-nav a:hover{color:#f36}.site-footer .footer-col .footer-nav a:hover:after{width:100%}.site-footer .footer-col .footer-nav a:after{content:"";background-color:#f36;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.site-footer .footer-contact{min-width:200px}.site-footer .footer-contact .footer-contact-item{color:#888;align-items:flex-start;gap:12px;margin-bottom:20px;font-size:.95rem;display:flex}.site-footer .footer-contact .footer-contact-item i{color:#f36;margin-top:4px}.site-footer .footer-contact .footer-contact-item a{color:#888;transition:color .2s}.site-footer .footer-contact .footer-contact-item a:hover{color:#f36}.site-footer .footer-contact .footer-contact-item p{margin:0;line-height:1.5}.site-footer .footer-bottom{color:#666;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;font-size:.85rem;display:flex}.site-footer .footer-bottom .footer-legal{align-items:center;gap:15px;display:flex}.site-footer .footer-bottom .footer-legal a{color:#666;transition:color .2s}.site-footer .footer-bottom .footer-legal a:hover{color:#f36}.site-footer .footer-bottom .footer-legal .dot{font-size:.5rem}@media (max-width:768px){.site-footer .footer-top,.site-footer .footer-links-group{flex-direction:column;gap:40px}.site-footer .footer-bottom{text-align:center;flex-direction:column;justify-content:center}}
