/* Hero */
.hero.privacy-hero {
    min-height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        url('/images/privacy-backdrop.jpg') no-repeat center center/cover;
}

/* 2-column table variant (same as terms) */
.callout-table--two-col .row {
    grid-template-columns: 1fr 2.2fr;
}

/* Intro sentence above the detailed sections */
.privacy-intro {
    font-size: 11pt;
    line-height: 1.8;
    color: #2f5f8f;
    margin: 28px 0 10px;
    font-style: italic;
}

/* Bulleted lists inside single-column sections */
.single-column ul {
    margin: 0 0 20px 0;
    padding-left: 1.4em;
}

.single-column ul li {
    font-size: 11pt;
    line-height: 1.8;
    color: #2f5f8f;
    margin-bottom: 4px;
}

/* Mobile: collapse 2-col table to single column */
@media (max-width: 720px) {
    .callout-table--two-col .row {
        grid-template-columns: 1fr;
    }

    .callout-table--two-col .row.header {
        display: none;
    }

    .callout-table--two-col .cell {
        border-right: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .callout-table--two-col .row .cell:first-child {
        border-top: 0;
        background: rgba(45, 106, 79, 0.06);
        font-weight: 700;
        color: #1a2b3a;
    }
}
