body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; color: #333; }
.container { padding: 2rem 10%; }
header { background: #004a99; color: white; padding: 1rem 10%; display: flex; justify-content: space-between; align-items: center; }
nav ul { list-style: none; display: flex; gap: 20px; }
nav a { color: white; text-decoration: none; font-weight: bold; }
#hero { background: #f4f4f4; text-align: center; padding: 100px 10%; border-bottom: 5px solid #004a99; }
h1 { font-size: 3rem; margin-bottom: 10px; }
.btn { display: inline-block; background: #004a99; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin-top: 20px; }
.specialties { margin-top: 20px; }
.specialties span { background: #e0e0e0; padding: 5px 15px; border-radius: 20px; margin-right: 10px; font-size: 0.9rem; }
footer { text-align: center; padding: 2rem; background: #333; color: white; }
footer a { color: #ccc; }