/* =================================================================
   PRIVACY PAGE - Elegant style
   ================================================================= */

body.privacy-page {
    font-family: "Inter", "Poppins", sans-serif;
    background: #0b1120;
    color: rgba(226, 232, 240, 0.92);
}

body.privacy-page .page-content {
    position: relative;
    padding-top: clamp(6.5rem, 10vw, 8rem);
    padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
    background:
        radial-gradient(ellipse at 18% 0%, rgba(59, 130, 246, 0.2), transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(139, 92, 246, 0.16), transparent 50%),
        linear-gradient(180deg, rgba(11, 17, 32, 0.98), rgba(15, 23, 42, 0.95));
}

body.privacy-page .content-wrapper {
    width: min(100%, 920px);
    margin: 0 auto;
}

body.privacy-page .page-header {
    text-align: center;
    margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

body.privacy-page .page-header h1 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.5rem, 3.2vw, 2.2rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff, #c7d2fe, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.privacy-page .page-subtitle {
    margin: 0;
    color: rgba(191, 219, 254, 0.88);
    font-size: clamp(0.78rem, 1.5vw, 0.9rem);
}

body.privacy-page .policy-content {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(30, 41, 59, 0.68));
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.1rem;
    padding: clamp(1.1rem, 2.4vw, 1.7rem);
    box-shadow: 0 20px 55px -35px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}

body.privacy-page .policy-content h2 {
    margin: 0.95rem 0 0.5rem;
    font-size: clamp(0.96rem, 1.9vw, 1.12rem);
    color: #e2e8f0;
}

body.privacy-page .policy-content h2:first-child {
    margin-top: 0;
}

body.privacy-page .policy-content p,
body.privacy-page .policy-content li {
    font-size: clamp(0.76rem, 1.35vw, 0.86rem);
    line-height: 1.6;
    color: rgba(203, 213, 225, 0.92);
}

body.privacy-page .policy-content ul {
    margin: 0.45rem 0 0.75rem 0;
    padding-left: 1rem;
}

body.privacy-page .policy-content a {
    color: #67e8f9;
}

body.privacy-page .policy-content a:hover {
    color: #a5f3fc;
}

body.privacy-page .page-actions {
    margin-top: 0.95rem;
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

body.privacy-page .page-actions .btn {
    border-radius: 0.65rem;
    font-size: clamp(0.74rem, 1.2vw, 0.82rem);
    padding: 0.56rem 0.95rem;
}

/* Keep legal page header clear from fixed navigation */
body.privacy-page .page-content {
    padding-top: clamp(6.75rem, 11vw, 8.25rem) !important;
}

@media (max-width: 768px) {
    body.privacy-page .page-content {
        padding-top: clamp(7.75rem, 24vw, 9.5rem) !important;
    }
}

@media (min-width: 1024px) {
    body.privacy-page section.page-content {
        min-height: 100vh;
        min-height: 100dvh;
    }
}
