.policy-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #111;
    color: #eee;
    line-height: 1.8;
    font-size: 16px;
    border-radius: 8px;
}

.policy-page h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.policy-page h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.policy-page p {
    margin-bottom: 15px;
    color: #ccc;
}

.policy-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.policy-page li {
    margin-bottom: 8px;
}

.policy-page a {
    color: #4da3ff;
    text-decoration: none;
}

.policy-page a:hover {
    text-decoration: underline;
}