.header{background:#fff;padding:20px 0;box-shadow:0 2px 8px rgba(0,45,114,.08);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;color:#002d72}.brand-dot{width:12px;height:12px;background:#00b5ad;border-radius:50%}.nav-links{display:flex;gap:30px}.nav-links a{color:#002d72;text-decoration:none;font-weight:500;font-size:14px;transition:color .3s ease}.nav-links a:hover{color:#00b5ad}.gate-body .validation_error{display:none}.footer{background:#002d72;padding:40px 0;color:white}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left .brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;margin-bottom:10px}.footer-tagline{font-size:14px;color:rgba(255,255,255,.7)}.footer-text{font-size:14px;color:rgba(255,255,255,.7)}@media (max-width:640px){.nav-links{display:none}.footer-content{flex-direction:column;text-align:center;gap:20px}}