body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;margin:0;padding:0;line-height:1.6;color:#222;background:#fafafa} header{background:#003466;color:white;padding:1.5rem 2.5rem;display:flex;align-items:center;justify-content:space-between} .nav a color:white;margin-left:1.5rem;text-decoration:none;font-weight:500} .hero{background:linear-gradient(to bottom,#003466, #005099);color:white;padding:6rem 2.5rem;text-align:center} .hero h1{font-size:2.6rem;margin:0 0;} .container{max-width:1100px;margin:0 auto;padding:2.5rem 2.5rem} .section{margin-bottom:3.5rem} h2{color:#003466;border-bottom:3px solid #e0e0f0;padding-bottom:.5em} .card{background:white;border:1px solid #e0e0f0;padding:1.75em;border-radius:8px;margin-bottom:1.5em} .grid{display:grid;grid-template-columns:repeat(auto,minmax(250px,1fr));gap:1.5rem} form input,textarea{width:100%;padding:.85em;border:1px solid #d0d0d0;border-radius:4px;margin-bottom:1em} button{background:#003466;color:white;padding:.85em 1.8em;border:none;border-radius:4px;font-weight:500;cursor:pointer} footer{background:#e8e8e8;color:#555;text-align:center;padding:1.5rem;font-size:.9rem}