body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 40px 20px;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: clamp(20px, 5vw, 60px);
}

h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 8px;
}

p {
    margin: 12px 0;
}

ul {
    margin: 10px 0 20px 20px;
}

li {
    margin-bottom: 6px;
}

strong {
    font-weight: 600;
}

a {
    color: #0b6cff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}