.top-banner{background:#003366;color:white;font-size:.85rem;text-align:center;padding:.5rem 0}.header{background:#ffffff;border-bottom:3px solid #0066cc;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.header-content,.logo-img,.logo-section{display:flex;align-items:center}.logo-img{width:80px;height:80px;background:linear-gradient(135deg,#0066cc,#003366);border-radius:50%;justify-content:center;color:white;font-size:2rem;margin-right:1.5rem}.logo-text h1{color:#003366;font-size:2rem;font-weight:700;margin-bottom:.2rem}.logo-text p{color:#666;font-size:1rem;font-weight:400}.header-right{display:flex;align-items:center;gap:1rem}.search-box{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center;padding:1rem}.logo-section{justify-content:center}.logo-img{width:60px;height:60px;margin-right:1rem}.logo-img,.logo-text h1{font-size:1.5rem}}.footer{background:#003366;color:white;text-align:center;padding:2rem;margin-top:3rem}.footer-content{max-width:1200px;margin:auto;display:flex;justify-content:center;align-items:center}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{color:white;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}