body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; margin: 0; background: #f7f9fb; color: #6d8799; }
.site-header { background: #6d8799; text-align: center; padding: 20px; }
.logo { height: 120px; width: auto; display: inline-block; }
.content { background: #fff; color: #6d8799; text-align: center; padding: 40px 20px; border-radius: 8px; margin: 20px auto; max-width: 800px; }
.content h1 { font-size: 2rem; margin-bottom: 10px; }
.content p { font-size: 1rem; margin-bottom: 20px; }
.contact-card { background: #fff; border: 1px solid #ccc; border-radius: 8px; padding: 16px; display: inline-block; margin-bottom: 30px; color: #6d8799; }
.contact-card a { color: #6d8799; text-decoration: none; }
.site-footer { text-align: center; font-size: .85rem; color: #6d8799; padding: 20px; border-top: 1px solid #ddd; }
