body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f0f2f4;
}
.container {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
h1 { color: #111; font-size: 2.2rem; margin-bottom: 0.5rem; }
h2 { color: #222; font-size: 1.4rem; margin-top: 2rem; border-left: 4px solid #c5f24a; padding-left: 15px; }
h3 { font-weight: 600; margin-top: 1.5rem; color: #111; }
a { color: #c5f24a; text-decoration: none; font-weight: 500; }
a:hover { text-decoration: underline; }
hr { margin: 2rem 0; border: none; border-top: 1px solid #eaeef2; }
footer { text-align: center; margin-top: 40px; font-size: 0.85rem; color: #6c7a89; border-top: 1px solid #eaeef2; padding-top: 20px; }
.meta { font-size: 0.8rem; color: #7f8c8d; margin-bottom: 2rem; }
.button-link { display: inline-block; background: #c5f24a; color: #111; padding: 12px 24px; border-radius: 40px; font-weight: bold; margin-top: 20px; text-decoration: none; }
.button-link:hover { background: #a8d634; text-decoration: none; }
ul, ol { margin-bottom: 1.2rem; }
.footer-links { margin-top: 1rem; }
.footer-links a { margin: 0 0.5rem; font-size: 0.9rem; color: #6c7a89; }
