.header{background:#fff;border-bottom:2px solid #eee;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.nav{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.5rem}.brand{display:flex;align-items:center;gap:.5rem}.brand img{width:170px;height:50px;display:block}.brand span{font-size:1.1rem;font-weight:600;color:#001f60;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;font-family:Poppins,Segoe UI,sans-serif}.nav-menu-wrapper{display:flex;align-items:center}.nav-menu{list-style:none;display:flex;gap:2rem;margin:0;padding:0;flex-direction:row;align-items:center}.nav-menu li{position:relative}.nav-menu a,.nav-menu span{text-decoration:none;font-weight:600;font-size:1rem;color:#333;transition:color .3s ease;position:relative}.nav-menu a:hover,.nav-menu span:hover{color:#e60000}.nav-menu a:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:#e60000;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:6px;box-shadow:0 6px 12px #0000001a;min-width:180px;padding:.5rem 0;z-index:999;list-style:none;margin:0}.dropdown-menu li{width:100%}.dropdown-menu a{display:block;padding:.6rem 1rem;font-size:.95rem;color:#333;font-weight:500;transition:background .3s ease,color .3s ease}.dropdown-menu a:hover{background:#f0f0f0;color:#e60000}.dropdown-toggle{background:none;border:none;font-weight:600;font-size:1rem;color:#333;cursor:pointer;display:flex;align-items:center;gap:4px}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.hamburger{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:8px;width:44px;height:44px;cursor:pointer;position:relative;z-index:1200;flex-direction:column;gap:5px;align-items:center;justify-content:center}.hamburger:focus{outline:none}.hamburger:focus-visible{outline:2px solid rgba(0,31,96,.18);border-radius:6px}.hamburger span{display:block;height:3px;width:25px;border-radius:2px;background:#001f60;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.brand-logo{width:220px;height:70px;background-image:url(/logo/header_ready.webp);background-size:contain;background-repeat:no-repeat;background-position:center;display:block}@media (max-width: 768px){.brand span{font-size:.9rem;max-width:200px;white-space:normal;line-height:1.2;margin-top:.3rem}.hamburger{display:flex}.nav-menu-wrapper{position:fixed;top:0;right:0;height:100%;width:260px;background:#fff;padding-top:5rem;box-shadow:-2px 0 12px #0000001a;transform:translate(100%);transition:transform .3s ease;display:block;z-index:1000}.nav-menu-wrapper.open{transform:translate(0)}.nav-menu{flex-direction:column;align-items:flex-start;padding-left:1.5rem;gap:1.5rem}.nav-menu li{width:100%}.nav-menu a,.nav-menu span{font-size:1rem;color:#001f60}.dropdown-menu{position:static;background:#f8f8f8;box-shadow:none;padding-left:1rem;display:none}.dropdown.open .dropdown-menu{display:block}.dropdown-menu a{padding:.4rem 0;font-size:.95rem;color:#333}}.footer{background:#111;color:#fff;padding:40px 20px}.footer-top-title{text-align:center;margin-bottom:30px}.brand-title{font-size:2rem;font-weight:700;margin:0}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:40px}.footer-logo-section{flex:1;display:flex;justify-content:flex-start;align-items:flex-start}.footer-logo{width:100px;max-height:100px;height:auto;-o-object-fit:contain;object-fit:contain}.footer-links-container{flex:3;display:flex;justify-content:flex-start;gap:100px;flex-wrap:wrap;padding-left:20px}.footer-links,.footer-services,.footer-contact{min-width:140px}.footer-contact{min-width:120px;max-width:280px;word-break:break-word;overflow-wrap:break-word}.footer-links h4,.footer-services h4,.footer-contact h4{margin-bottom:10px;font-size:1rem;font-weight:600}.footer-links ul,.footer-services ul,.footer-contact ul{list-style:none;padding:0;margin:0}.footer-links ul li,.footer-services ul li,.footer-contact ul li{margin-bottom:8px;word-break:break-word;overflow-wrap:break-word}.footer-links a,.footer-services a{color:#bbb;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-services a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;margin-top:30px;padding-top:15px;text-align:center;font-size:.9rem;color:#aaa}.footer-bottom a{color:#bbb;text-decoration:none}.footer-bottom a:hover{color:#fff}.footer-contact a{color:#bbb;text-decoration:none;transition:color .3s;cursor:pointer}.footer-contact a:hover,.footer-contact a:focus{color:#fff;text-decoration:underline}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-logo-section,.footer-links-container{justify-content:center}.footer-links-container{flex-direction:column;gap:20px;padding-left:0}.footer-logo{width:70px;max-height:70px}.footer-links,.footer-services,.footer-contact{min-width:auto;max-width:100%}}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{border:6px solid #f3f3f3;border-top:6px solid #e60000;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{width:90%;max-width:1100px;margin:auto}
