/* ---- Privacy Policy page ---- */

.policy-summary {
    background: rgba(193, 35, 222, 0.08);
    border: 1px solid rgba(138, 43, 226, 0.35);
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    line-height: 1.8;
}

.policy-summary strong {
    color: #fff;
}

.policy-summary-note {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    font-style: italic;
}

.policy-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 60px;
}

.policy-section {
    padding: 28px 0;
    border-bottom: 1px solid rgba(138, 43, 226, 0.12);
}

.policy-section:last-child {
    border-bottom: none;
}

.policy-section h2 {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    color: #c123de;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.policy-section p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.92rem;
    line-height: 1.8;
    margin: 0 0 12px;
}

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

.policy-section ul {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.92rem;
    line-height: 1.8;
    margin: 10px 0 12px;
    padding-left: 20px;
}

.policy-section strong {
    color: #fff;
}

.policy-section a {
    color: rgba(193, 35, 222, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.policy-section a:hover {
    color: #c123de;
}
