
body { font-family: Arial, sans-serif; margin: 0; background: #f9f9f9; color: #1e293b; }
header { text-align: center; padding: 20px; background: #fcd34d; }
header .avatar { width: 100px; border-radius: 50%; margin-bottom: 10px; }
h1 { font-size: 2.5em; margin: 0; }
.tagline { font-size: 1.2em; color: #374151; }
.slogan { font-size: 1em; font-style: italic; color: #6b7280; }
.buttons .btn { display: inline-block; margin: 10px; padding: 10px 20px; background: #1e40af; color: white; text-decoration: none; border-radius: 5px; }
section { padding: 20px; }
.promo { background: #fff7ed; border-top: 2px solid #fbbf24; }
.testimonials blockquote { font-style: italic; margin: 10px 0; }
footer { text-align: center; padding: 10px; background: #1e293b; color: white; font-size: 0.9em; }
