*{box-sizing:border-box;margin:0;padding:0}.header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.nav-container{max-width:1100px;margin:0 auto;padding:0 1rem}.nav-content{justify-content:space-between;align-items:center;width:100%;height:90px;display:flex}.header-logo img{width:90px}.desktop-nav{align-items:center;gap:2rem;display:none}@media (min-width:768px){.desktop-nav{display:flex}}.nav-item{position:relative}.nav-link,.nav-button{color:#000d22;cursor:pointer;text-transform:uppercase;letter-spacing:4px;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-size:.8rem;text-decoration:none;transition:color .2s;display:flex}.nav-link:hover,.nav-button:hover{color:#058ada}.chevron{transition:transform .3s}.chevron.rotate{transform:rotate(180deg)}.dropdown-menu{background:#fff;border-radius:8px;width:256px;margin-top:.5rem;padding:.5rem 0;animation:.3s ease-out forwards dropdown;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #00000026}.dropdown-item{opacity:0;padding:.75rem 1rem;text-decoration:none;transition:all .2s;animation:.3s ease-out forwards dropdownItem}.dropdown-item:hover{background:#eff6ff;transform:translate(4px)}.dropdown-item-title{color:#111827;margin-bottom:.25rem;font-size:.9rem;font-weight:500}.dropdown-item-description{color:#6b7280;font-size:.875rem}.cta-button{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:1rem;transition:all .2s;background:#058ada!important}.cta-button:hover{background:#0469b0;transform:scale(1.05);box-shadow:0 4px 12px #2563eb4d}.desktop-cta{display:none}@media (min-width:768px){.desktop-cta{display:block}}.mobile-menu-button{color:#374151;cursor:pointer;background:0 0;border:none;transition:color .2s;display:flex}.mobile-menu-button:hover{color:#058ada}@media (min-width:768px){.mobile-menu-button{display:none}}.mobile-menu{border-top:1px solid #e5e7eb;padding:1rem 0;animation:.3s ease-out forwards slideDown}@media (min-width:768px){.mobile-menu{display:none}}.mobile-nav-item{opacity:0;margin-bottom:.5rem;animation:.4s ease-out forwards fadeInUp}.mobile-nav-button{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s;display:flex}.mobile-nav-button:hover{color:#058ada;transform:translate(4px)}.mobile-nav-link{color:#374151;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:block}.mobile-nav-link:hover{color:#058ada;transform:translate(4px)}.mobile-dropdown{background:#f9fafb;padding:.5rem 0;animation:.3s ease-out forwards slideDown;overflow:hidden}.mobile-dropdown-item{opacity:0;padding:.75rem 2rem;text-decoration:none;transition:all .2s;animation:.4s ease-out forwards fadeInUp;display:block}.mobile-dropdown-item:hover{background:#eff6ff;transform:translate(8px)}.mobile-cta{opacity:0;width:100%;margin-top:1rem;animation:.4s ease-out forwards fadeInUp}@keyframes dropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownItem{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{color:#e2e8f0;background:#000f22;margin-top:4rem;padding-top:3rem}.footer-container{max-width:1100px;margin:0 auto;padding:0 1rem}.footer-content{border-bottom:1px solid #94a3b833;grid-template-columns:1fr;gap:2rem;padding-bottom:2rem;display:grid}@media (min-width:640px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-section{opacity:0;animation:.6s ease-out forwards fadeInUp}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.brand-section{flex-direction:column;gap:1rem;display:flex}.brand-logo{color:#60a5fa;align-items:center;gap:.75rem;width:200px;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.brand-logo:hover{color:#93c5fd}.brand-logo svg{transition:transform .3s}.brand-logo:hover svg{transform:rotate(180deg)}.brand-description{color:#cbd5e1;font-size:.95rem;line-height:1.6}.contact-info{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.contact-item{color:#cbd5e1;align-items:center;gap:.75rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{color:#60a5fa;transform:translate(4px)}.contact-item svg{flex-shrink:0}.footer-heading{color:#f1f5f9;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;position:relative}.footer-heading:after{content:"";background:#60a5fa;width:40px;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.footer-section:hover .footer-heading:after{width:60px}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-link{color:#cbd5e1;width:fit-content;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer-link:before{content:"→";opacity:0;transition:all .3s;position:absolute;left:-20px}.footer-link:hover{color:#60a5fa;transform:translate(8px)}.footer-link:hover:before{opacity:1;left:-16px}.footer-bottom{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{color:#94a3b8;text-align:center;font-size:.875rem}.legal-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.legal-link{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .3s}.legal-link:hover{color:#60a5fa}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-link{color:#60a5fa;background:#60a5fa1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{color:#0f172a;background:#60a5fa;transform:translateY(-4px);box-shadow:0 4px 12px #60a5fa66}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
