* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1d1d1f; background: #f5f5f7; }
.container { max-width: 720px; margin: 0 auto; padding: 40px 24px; }
h1 { font-size: 28px; margin-bottom: 8px; }
h2 { font-size: 20px; margin-top: 32px; margin-bottom: 12px; color: #1d1d1f; }
p, li { font-size: 16px; color: #424245; margin-bottom: 8px; }
ul { padding-left: 20px; margin-bottom: 16px; }
a { color: #0071e3; text-decoration: none; }
a:hover { text-decoration: underline; }
.header { text-align: center; padding: 32px 0; }
.header img { width: 80px; height: 80px; border-radius: 18px; margin-bottom: 12px; }
.subtitle { color: #86868b; font-size: 14px; margin-bottom: 32px; text-align: center; }
.card { background: #fff; border-radius: 16px; padding: 32px; margin-bottom: 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.lang-switcher { text-align: center; margin-bottom: 24px; font-size: 14px; }
.lang-switcher a { margin: 0 8px; padding: 4px 12px; border-radius: 8px; background: #e8e8ed; color: #1d1d1f; }
.lang-switcher a.active { background: #0071e3; color: #fff; }
footer { text-align: center; padding: 24px 0; font-size: 13px; color: #86868b; }
