body { font-family: Arial, sans-serif; max-width: 1200px; margin: 0 auto; padding: 20px; line-height: 1.6; }
header { background: #0f172a; color: white; padding: 1rem; }
nav { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.5rem; font-weight: bold; }
.hero { text-align: center; padding: 3rem 1rem; background: #f8fafc; border-radius: 8px; margin-bottom: 2rem; }
.hero-photo { max-width: 280px; border-radius: 9999px; border: 6px solid #1e40af; margin-bottom: 1.5rem; }
.cta-button { background: #1e40af; color: white; padding: 1rem 2rem; font-size: 1.3rem; text-decoration: none; border-radius: 8px; display: inline-block; margin-top: 1rem; }
section { margin-bottom: 3rem; }
h1, h2 { color: #1e40af; }
ul { list-style: none; padding: 0; }
li { margin: 0.75rem 0; font-size: 1.1rem; }
footer { text-align: center; padding: 2rem; background: #0f172a; color: #cbd5e1; margin-top: 3rem; border-radius: 8px; }