.policy-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    line-height: 1.7;
    color: #334155;
}

.policy-page h1,
.policy-page h2,
.policy-page h3 {
    color: var(--ate-navy);
}

.policy-page h1 {
    margin-bottom: 10px;
}

.policy-page h2 {
    margin: 32px 0 10px;
    text-align: left;
}

.policy-page h3 {
    margin: 24px 0 8px;
}

.policy-page p,
.policy-page li {
    line-height: 1.8;
}

.policy-page .last-updated {
    color: #64748b;
    margin-bottom: 30px;
}

.policy-page section {
    margin-bottom: 25px;
}

.policy-page ul {
    padding-left: 22px;
}

.policy-page a {
    color: var(--ate-blue);
    word-break: break-word;
}

.policy-page a:hover {
    color: var(--ate-dark-blue);
}