/* BEVY+ Website - Privacy Policy Page Styles
   Version: 3.6.0
   Date: 2026-07-26 */

.privacy-section {
    background: var(--brand-white);
}

.privacy-policy {
    max-width: 1000px;
}

.privacy-policy p,
.privacy-policy li {
    color: var(--brand-graphite);
    line-height: 1.75;
}

.privacy-policy li > p {
    margin-bottom: 0.35rem;
}

.privacy-policy ul {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.privacy-policy li {
    margin-bottom: 0.35rem;
}

.privacy-policy li::marker {
    color: var(--brand-blue);
}

.policy-doc + .policy-doc {
    margin-top: 4.5rem;
}

.policy-doc {
    scroll-margin-top: 90px;
}

.privacy-policy .policy-title {
    color: var(--brand-midnight-charcoal);
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
    border-bottom: 3px solid var(--brand-green);
}

.privacy-policy .policy-updated {
    color: var(--brand-graphite);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.privacy-policy .policy-jump {
    margin-bottom: 2rem;
}

.privacy-policy .policy-jump a {
    color: var(--brand-blue);
    font-weight: 700;
    text-decoration: none;
}

.privacy-policy .policy-jump a:hover,
.privacy-policy .policy-jump a:focus {
    color: var(--brand-navy);
    text-decoration: underline;
}

.privacy-policy .policy-doc > h2 {
    color: var(--brand-midnight-charcoal);
    font-size: clamp(1.3rem, 2.6vw, 1.7rem);
    font-weight: 700;
    margin-top: 2.75rem;
    margin-bottom: 0.75rem;
}

.privacy-policy .policy-doc > h3 {
    color: var(--brand-midnight-charcoal);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.privacy-policy a {
    color: var(--brand-blue);
    text-decoration: underline;
}

.privacy-policy a:hover,
.privacy-policy a:focus {
    color: var(--brand-navy);
}

.privacy-choice-card {
    background: var(--brand-cloud-gray);
    border-radius: 12px;
    padding: 1.75rem;
}

.privacy-choice-card h2 {
    color: var(--brand-midnight-charcoal);
}

.privacy-choice-status {
    font-weight: 700;
    color: var(--brand-navy);
}

.privacy-choice-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.privacy-choice-note {
    color: var(--brand-graphite);
    font-size: 0.9rem;
    line-height: 1.65;
}

@media (max-width: 575.98px) {
    .privacy-choice-buttons {
        flex-direction: column;
    }

    .privacy-choice-buttons .btn {
        width: 100%;
    }
}

.privacy-policy .table-responsive {
    margin: 1.5rem 0 2.5rem;
}

.ccpa-chart {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 0.9rem;
}

.ccpa-chart th,
.ccpa-chart td {
    border: 1px solid var(--brand-blue);
    padding: 0.75rem;
    vertical-align: top;
    line-height: 1.6;
}

.ccpa-chart thead th {
    background-color: var(--brand-blue);
    color: var(--brand-white);
    font-weight: 700;
}

.ccpa-chart thead th strong {
    font-weight: 700;
}

.ccpa-chart tbody td {
    color: var(--brand-graphite);
}

.ccpa-chart tbody tr:nth-child(even) td {
    background-color: var(--brand-cloud-gray);
}

@media (max-width: 767.98px) {
    .ccpa-chart {
        min-width: 0;
        font-size: 0.875rem;
    }

    .ccpa-chart thead {
        display: none;
    }

    .ccpa-chart tbody,
    .ccpa-chart tr,
    .ccpa-chart td {
        display: block;
        width: 100%;
    }

    .ccpa-chart tr {
        border: 1px solid var(--brand-blue);
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 1.25rem;
    }

    .ccpa-chart tr:last-child {
        margin-bottom: 0;
    }

    .ccpa-chart tbody tr:nth-child(even) td {
        background-color: transparent;
    }

    .ccpa-chart td {
        border: 0;
        border-bottom: 1px solid var(--gray-200);
        padding: 0.75rem 1rem;
    }

    .ccpa-chart tr td:last-child {
        border-bottom: 0;
    }

    .ccpa-chart td::before {
        display: block;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--brand-navy);
        margin-bottom: 0.2rem;
    }

    .ccpa-chart td:nth-of-type(1)::before { content: "Category"; }
    .ccpa-chart td:nth-of-type(2)::before { content: "Examples"; }
    .ccpa-chart td:nth-of-type(3)::before { content: "Collected"; }
    .ccpa-chart td:nth-of-type(4)::before { content: "Disclosed for Business Purpose"; }

    .ccpa-chart tbody tr td:nth-of-type(1) {
        background-color: var(--brand-blue);
        color: var(--brand-white);
        font-weight: 700;
        border-bottom: 0;
    }

    .ccpa-chart tbody tr td:nth-of-type(1)::before {
        color: rgba(255, 255, 255, 0.75);
    }
}
