.privacy_section{
    min-height: 100vh;
    padding: 70px 0 90px;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* ── Page wrapper ── */
.page-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 48px 16px 64px;
    text-align: justify;
}

/* ── Headings ── */
.page-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.page-subtitle {
text-align: center;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 1.8px;
color: #cccccc;
text-transform: uppercase;
margin-bottom: 28px;
}

/* ── Intro card ── */
.intro-card {
    background: rgba(20, 24, 40, 0.72);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    padding: 18px 22px;
    font-size: 0.82rem;
    line-height: 1.65;
    color: #cccccc;
    margin-bottom: 18px;
}

.intro-card a {
    color: #a0b8ff;
    text-decoration: none;
    }
    .intro-card a:hover { text-decoration: underline; }

    /* ── Section card ── */
    .section-card {
    background: rgba(20, 24, 40, 0.72);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 18px;
}

.section-card h2 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.section-card p {
    font-size: 0.82rem;
    line-height: 1.65;
    color: #cccccc;
    margin-bottom: 10px;
}

.section-card p:last-child { margin-bottom: 0; }

/* Bold lead line */
.lead-bold {
    font-size: 0.82rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 8px;
}

/* Bullet list */
.policy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}

.policy-list li {
font-size: 0.82rem;
line-height: 1.65;
color: #cccccc;
padding-left: 14px;
position: relative;
margin-bottom: 4px;
}

.policy-list li::before {
content: '●';
position: absolute;
left: 0;
font-size: 0.5rem;
top: 5px;
color: #cccccc;
}

.policy-list li strong {
color: #e8e8e8;
font-weight: 600;
}

/* Link in body */
.section-card a {
color: #a0b8ff;
text-decoration: none;
}
.section-card a:hover { text-decoration: underline; }