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

.policy {
    max-width: 720px;
    padding: 40px 20px;
    margin: 0 auto;
}

h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

.updated {
    font-size: 14px;
    color: #666;
    margin-bottom: 32px;
}

h2 {
    font-size: 18px;
    margin-top: 32px;
}

a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

a:hover {
    border-bottom-color: #000;
}