.privacy-policy-and-terms {
    /* Remove box styles */
    background: none;
    color: var(--secondary);
    border-radius: 0;
    max-width: 760px;
    margin: 2rem auto;
    padding: 0 2rem;
    box-shadow: none;
}

.privacy-policy-and-terms .app-title {
    font-family: var(--font-family-title), sans-serif;
    color: var(--brand);
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1.3rem;
    text-align: center;
}

.privacy-policy-and-terms h1,
.privacy-policy-and-terms h2 {
    color: var(--secondary);
    font-family: var(--font-family-title), sans-serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-policy-and-terms h1 {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
}

.privacy-policy-and-terms h2 {
    font-size: 1.2rem;
}

.privacy-policy-and-terms p,
.privacy-policy-and-terms li,
.privacy-policy-and-terms a {
    color: var(--secondary);
    font-family: var(--font-family-text), sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    text-decoration: none;
}

.privacy-policy-and-terms a {
    color: var(--brand);
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.2s;
}

.privacy-policy-and-terms a:hover {
    color: var(--secondary);
    text-decoration: underline;
}