body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    background: #f7f7f7;
    color: #222;
}

header {
    background: white;
    border-bottom: 1px solid #ddd;
    padding: 40px 20px;
    text-align: center;
}

main {
    max-width: 700px;
    margin: auto;
    padding: 40px 20px;
    background: white;
}

h1 {
    margin-bottom: 5px;
}

h2 {
    margin-top: 0;
}

.legal-list {
    list-style: none;
    padding: 0;
}

.legal-list li {
    margin: 12px 0;
}

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

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 20px;
    color: #777;
}