/* ==========================
   PRIVACY POLICY PAGE
========================== */
.privacy-hero {
    font-family: var(--primary-font);
    min-height: 45vh;
    background: #1d68e1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    color: white;
}

.privacy-hero h1 {
    font-size: 72px;
    margin-bottom: 20px;
}

.privacy-hero p {
    font-size: 20px;
    max-width: 700px;
    opacity: .9;
}

.privacy-content {
    font-family: var(--primary-font);
    background: var(--bg-light);
    padding: 80px 8%;
}

.privacy-card {
    max-width: 1000px;
    margin: auto;
    background: white;
    border-radius: 24px;
    padding: 60px;
    border: 1px solid var(--border);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

.last-updated {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 30px;
}

.privacy-card h2 {
    color: var(--heading);
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 28px;
}

.privacy-card p {
    color: var(--text);
    line-height: 1.9;
    font-size: 17px;
}

.privacy-contact {
    margin-top: 25px;
    padding: 25px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid var(--border);
}

.privacy-contact p {
    margin: 10px 0;
}
