.container {
    width: 90%;
    max-width: 83.7rem;
    margin: 0 auto;
}
.privacy-header {
    background: linear-gradient(135deg, #004aad, #0083ff);
    color: #fff;
    text-align: center;
    padding: 4.8rem 1.6rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
.privacy-header h1 {
    font-size: 4rem;
    font-weight: 600;
    }
.privacy-header p {
    margin-top: .8rem;
    font-size: 2rem;
    opacity: 0.9;
}
.privacy-content {
    background: #fff;
    margin-top: -3rem;
    padding: 3.2rem;
    border-radius: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.privacy-content section {
    margin-bottom: 3.2rem;
}
.privacy-content h2 {
    color: #004aad;
    margin-bottom: .8rem;
    font-size: 2.2rem;
}
.privacy-content p,
.privacy-content ul {
    font-size: 1.6rem;
    color: #555;
}
.privacy-content ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}
.privacy-content li {
    margin-bottom: 0.5rem;
}
.main-footer {
    text-align: center;
    padding: 1.6rem;
    margin-top: 4.8rem;
    background: #f1f1f1;
    font-size: 1.4rem;
    color: #666;
}