.header{z-index:1000;background:#001233;width:100%;padding:1rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000004d}.header .container{max-width:100%;margin:0 auto;padding:0 2rem}.header .navbar{justify-content:space-between;align-items:center;width:100%;display:flex}.header .logo .logo-link{align-items:center;gap:.75rem;text-decoration:none;transition:all .3s;display:flex}.header .logo .logo-link .logo-image{object-fit:contain;filter:brightness(0)invert();width:auto;height:40px;transition:transform .3s}.header .logo .logo-link .logo-text{color:#fff;letter-spacing:.5px;font-size:1.5rem;font-weight:700;transition:color .3s}.header .logo .logo-link:hover .logo-text{color:#4a90e2}.header .logo .logo-link:hover .logo-image{transform:scale(1.05)}.header .desktop-nav{align-items:center;gap:.25rem;display:flex}.header .desktop-nav .nav-link{color:#b8c4d0;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.header .desktop-nav .nav-link:hover{color:#fff;background:#4a90e21a;transform:translateY(-1px)}.header .desktop-nav .nav-link.active{color:#fff;background:#4a90e2;box-shadow:0 4px 12px #4a90e24d}.header .desktop-nav .nav-link.active:hover{background:#3d7bc6}.header .menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.header .menu-toggle .hamburger{flex-direction:column;width:24px;height:18px;display:flex;position:relative}.header .menu-toggle .hamburger span{background:#fff;border-radius:2px;width:100%;height:3px;transition:all .25s ease-in-out;display:block;position:absolute}.header .menu-toggle .hamburger span:first-child{top:0}.header .menu-toggle .hamburger span:nth-child(2){top:7px}.header .menu-toggle .hamburger span:nth-child(3){top:14px}.header .menu-toggle.open .hamburger span:first-child{top:7px;transform:rotate(135deg)}.header .menu-toggle.open .hamburger span:nth-child(2){opacity:0;left:-40px}.header .menu-toggle.open .hamburger span:nth-child(3){top:7px;transform:rotate(-135deg)}.header .menu-toggle:hover .hamburger span{background:#4a90e2}.header .mobile-nav{opacity:0;visibility:hidden;background:#001233;border-top:1px solid #4a90e233;flex-direction:column;max-height:0;transition:all .3s;position:fixed;top:72px;left:0;right:0;overflow:hidden;box-shadow:0 4px 20px #0000004d}.header .mobile-nav.open{opacity:1;visibility:visible;max-height:calc(100vh - 72px);overflow-y:auto}.header .mobile-nav .mobile-nav-link{color:#b8c4d0;border-left:3px solid #0000;align-items:center;gap:1rem;padding:1rem 2rem;text-decoration:none;transition:all .3s;display:flex}.header .mobile-nav .mobile-nav-link .mobile-nav-icon{text-align:center;width:24px;font-size:1.2rem}.header .mobile-nav .mobile-nav-link span{font-size:1rem;font-weight:500}.header .mobile-nav .mobile-nav-link:hover{color:#fff;background:#4a90e21a;border-left-color:#4a90e2}.header .mobile-nav .mobile-nav-link.active{color:#fff;background:#4a90e233;border-left-color:#4a90e2}.header .mobile-nav .mobile-nav-link.active .mobile-nav-icon{transform:scale(1.1)}@media (max-width:768px){.header .container{padding:0 1rem}.header .desktop-nav{display:none}.header .menu-toggle{display:block}.header .logo .logo-link{gap:.5rem}.header .logo .logo-link .logo-image{height:35px}.header .logo .logo-link .logo-text{font-size:1.3rem}}@media (max-width:480px){.header{padding:.75rem 0}.header .logo .logo-link{gap:.4rem}.header .logo .logo-link .logo-image{height:30px}.header .logo .logo-link .logo-text{font-size:1.1rem}.header .mobile-nav .mobile-nav-link{padding:.875rem 1.5rem}.header .mobile-nav .mobile-nav-link .mobile-nav-icon{font-size:1.1rem}.header .mobile-nav .mobile-nav-link span{font-size:.95rem}}.lang-switcher{align-items:center;display:flex;position:relative}.lang-switcher .lang-select{color:#fff;cursor:pointer;letter-spacing:.5px;appearance:none;text-align:center;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234a90e2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .8rem center/14px no-repeat;border:2px solid #4a90e24d;border-radius:12px;outline:none;min-width:90px;padding:.6rem 2.8rem .6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 8px #4a90e226,inset 0 1px #ffffff1a}.lang-switcher .lang-select:hover{background:linear-gradient(135deg,#4a90e240 0%,#4a90e226 100%);border-color:#4a90e2;transform:translateY(-2px);box-shadow:0 4px 16px #4a90e24d,inset 0 1px #fff3}.lang-switcher .lang-select:focus{border-color:#4a90e2;transform:translateY(-2px);box-shadow:0 0 0 4px #4a90e233,0 4px 16px #4a90e24d}.lang-switcher .lang-select:active{transform:translateY(0);box-shadow:0 2px 8px #4a90e233,inset 0 1px #ffffff1a}.lang-switcher .lang-select option{color:#fff;text-align:center;background:#001233;padding:.75rem;font-weight:600}.lang-switcher .lang-select option:hover{background:#4a90e233}.lang-switcher:before{content:"🌐";opacity:.7;pointer-events:none;font-size:1.2rem;transition:all .3s;position:absolute;left:-28px}.lang-switcher:hover:before{opacity:1;transform:scale(1.1)}@media (max-width:768px){.lang-switcher .lang-select{min-width:80px;padding:.5rem 2.5rem .5rem 1rem;font-size:.85rem}.lang-switcher:before{display:none}}@media (max-width:480px){.lang-switcher .lang-select{border-radius:10px;min-width:70px;padding:.45rem 2.2rem .45rem .9rem;font-size:.8rem}}.lang-switcher-alt{background:#4a90e21a;border:1px solid #4a90e233;border-radius:12px;gap:.5rem;padding:.4rem;display:flex}.lang-switcher-alt .lang-btn{color:#b8c4d0;cursor:pointer;letter-spacing:.5px;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.lang-switcher-alt .lang-btn:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#4a90e2,#3d7bc6);transition:opacity .3s;position:absolute;inset:0}.lang-switcher-alt .lang-btn:hover{color:#fff;transform:translateY(-2px)}.lang-switcher-alt .lang-btn:hover:before{opacity:.2}.lang-switcher-alt .lang-btn.active{color:#fff;background:linear-gradient(135deg,#4a90e2,#3d7bc6);box-shadow:0 4px 12px #4a90e266}.lang-switcher-alt .lang-btn.active:before{opacity:1}.lang-switcher-alt .lang-btn:active{transform:translateY(0)}@media (max-width:768px){.lang-switcher-alt{gap:.3rem;padding:.3rem}.lang-switcher-alt .lang-btn{padding:.4rem .8rem;font-size:.8rem}}.lang-switcher-glass .lang-select{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;letter-spacing:.5px;appearance:none;background:#ffffff0d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .8rem center/14px no-repeat;border:1px solid #ffffff1a;border-radius:16px;outline:none;min-width:90px;padding:.65rem 2.8rem .65rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0000001a,inset 0 1px #fff3}.lang-switcher-glass .lang-select:hover{background:#ffffff1a;border-color:#4a90e280;transform:translateY(-2px);box-shadow:0 8px 32px #4a90e233,inset 0 1px #ffffff4d}.lang-switcher-glass .lang-select:focus{border-color:#4a90e2cc;box-shadow:0 0 0 4px #4a90e226,0 8px 32px #4a90e24d}.lang-switcher-glass .lang-select option{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#001233f2;padding:.75rem;font-weight:600}
.footer{color:#fff;background:#001233;padding:60px 0 0;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#ffffff0d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff08 0%,#0000 50%);position:absolute;inset:0}.footer__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.footer__content{grid-template-columns:2fr 1fr 1fr;gap:150px;margin-bottom:40px;display:grid}@media (max-width:768px){.footer__content{text-align:left;flex-direction:column;gap:32px;display:flex}.footer__section.footer__company{order:1}}.footer__brand{background:linear-gradient(135deg,#fff 0%,#a8d8ff 100%);-webkit-text-fill-color:#0000;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:28px;font-weight:700}@media (max-width:768px){.footer__brand{font-size:24px}}.footer__description{color:#b8cce8;max-width:400px;margin-bottom:24px;font-size:16px;line-height:1.6}@media (max-width:768px){.footer__description{max-width:none;font-size:15px}}.footer__title{color:#fff;margin-bottom:20px;font-size:18px;font-weight:600;position:relative}.footer__title:after{content:"";background:linear-gradient(90deg,#4a9eff,#00d4ff);border-radius:2px;width:30px;height:2px;position:absolute;bottom:-8px;left:0}@media (max-width:768px){.footer__title{font-size:17px}}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:12px}.footer__link{color:#b8cce8;font-size:15px;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer__link:hover{color:#4a9eff;transform:translate(5px)}.footer__link:after{content:"";background:#4a9eff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer__link:hover:after{width:100%}.footer__social{gap:16px;margin-top:8px;display:flex}.footer__social-link{color:#b8cce8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.footer__social-link:hover{color:#4a9eff;background:#4a9eff33;transform:translateY(-3px);box-shadow:0 8px 25px #4a9eff4d}.footer__social-link svg{width:20px;height:20px}.footer__contact{flex-direction:column;gap:16px;display:flex}.footer__contact-item{color:#b8cce8;align-items:center;gap:12px;font-size:15px;display:flex}.footer__contact-item svg{color:#4a9eff;flex-shrink:0}.footer__contact-link{color:#b8cce8;text-decoration:none;transition:color .3s}.footer__contact-link:hover{color:#4a9eff}.footer__contact-text{color:#b8cce8}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:20px;padding:24px 0}.footer__copyright{color:#8fa8c7;margin:0;font-size:14px}@media (max-width:768px){.footer__copyright{font-size:13px}}@media (max-width:1024px){.footer{padding:50px 0 0}.footer__content{grid-template-columns:1.5fr 1fr 1fr;gap:32px}.footer__container{padding:0 24px}}@media (max-width:640px){.footer{padding:40px 0 0}.footer__container{padding:0 16px}.footer__content{gap:28px}.footer__brand{font-size:22px}.footer__description{font-size:14px}.footer__social{gap:12px}.footer__social-link{width:40px;height:40px}.footer__social-link svg{width:18px;height:18px}}
