body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #F5F7FA; color: #333; }
header { background: #1E5A7C; padding: 10px 20px; display: flex; align-items: center; min-height: 160px; }
.navbar { display: flex; align-items: center; width: 100%; }
.logo img { height: 150px !important; width: 150px !important; border-radius: 100%; display: block; object-fit: cover; max-width: 100%; }
.nav-links { list-style: none; display: flex; margin-left: auto; padding: 0; }
.nav-links li { margin: 0 15px; }
.nav-links li a { color: white; text-decoration: none; font-weight: bold; font-size: 16px; }
.hero, .support { text-align: center; padding: 100px 20px; background: #eaf1f8; }
.hero h1, .support h1 { margin-bottom: 20px; }
.btn { background: #1E5A7C; color: white; padding: 15px 40px; text-decoration: none; border-radius: 10px; font-size: 20px; display: inline-block; margin-top: 30px; transition: background 0.3s ease; }
.btn:hover { background: #16415b; }
footer { text-align: center; padding: 20px; background: #1E5A7C; color: white; }
form { display: flex; flex-direction: column; width: 300px; margin: 20px auto; }
form input, form textarea { margin-bottom: 10px; padding: 10px; }
form button { background: #1E5A7C; color: white; border: none; padding: 10px; border-radius: 5px; }
