/* =========================================================
   Sub pages: privacy / research / company
   Scope all rules under .sub-page to avoid affecting LP parts.
   ========================================================= */

.sub-page {
    width: 100%;
    max-width: 1040px;
    margin: 42px auto 72px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #263445;
    font-size: 16px;
    line-height: 1.9;
}

.sub-page *,
.sub-page *::before,
.sub-page *::after {
    box-sizing: border-box;
}

.sub-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(25, 55, 90, 0.06);
}

.sub-page-title {
    margin: 0;
    padding: 22px 30px;
    background: #f2f7fb;
    border-bottom: 3px solid #1671b9;
    color: #173d5f;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.45;
}

.sub-page-body {
    padding: 32px 34px 38px;
}

.sub-page-body > :first-child {
    margin-top: 0;
}

.sub-page-body > :last-child {
    margin-bottom: 0;
}

.sub-page p {
    margin: 0 0 18px;
    color: #344556;
}

.sub-lead {
    margin-bottom: 28px !important;
}

.sub-section {
    margin-top: 34px;
}

.sub-section:first-child {
    margin-top: 0;
}

.sub-section h2 {
    position: relative;
    margin: 0 0 18px;
    padding: 10px 14px 10px 18px;
    background: #f7fafc;
    border-left: 5px solid #1671b9;
    border-radius: 4px;
    color: #173d5f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.sub-list {
    margin: 4px 0 20px;
    padding-left: 1.5em;
}

.sub-list li {
    margin: 7px 0;
    color: #344556;
}

.sub-list-compact {
    margin-top: 0;
    margin-bottom: 0;
}

.sub-list-compact li:first-child {
    margin-top: 0;
}

.sub-list-compact li:last-child {
    margin-bottom: 0;
}

.sub-note {
    margin: 24px 0;
    padding: 16px 18px;
    background: #f7fafc;
    border: 1px solid #dce7ef;
    border-radius: 8px;
}

.sub-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.sub-table-wrap {
    width: 100%;
    margin: 6px 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sub-info-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
}

.sub-info-table th,
.sub-info-table td {
    padding: 16px 18px;
    border: 1px solid #dce5ed;
    vertical-align: top;
    text-align: left;
}

.sub-info-table th {
    width: 190px;
    background: #f2f7fb;
    color: #173d5f;
    font-weight: 700;
    white-space: nowrap;
}

.sub-info-table td {
    color: #344556;
}

.sub-info-table td p:last-child,
.sub-info-table td ul:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .sub-page {
        margin: 24px auto 48px;
        padding: 0 12px;
        font-size: 15px;
        line-height: 1.85;
    }

    .sub-card {
        border-radius: 8px;
    }

    .sub-page-title {
        padding: 17px 18px;
        font-size: 22px;
    }

    .sub-page-body {
        padding: 22px 17px 28px;
    }

    .sub-section {
        margin-top: 28px;
    }

    .sub-section h2 {
        margin-bottom: 14px;
        padding: 9px 12px 9px 14px;
        font-size: 18px;
    }

    .sub-note {
        margin: 20px 0;
        padding: 14px;
    }

    .sub-info-table {
        min-width: 0;
        font-size: 14px;
    }

    .sub-info-table,
    .sub-info-table tbody,
    .sub-info-table tr,
    .sub-info-table th,
    .sub-info-table td {
        display: block;
        width: 100%;
    }

    .sub-info-table tr {
        margin-bottom: 14px;
        border: 1px solid #dce5ed;
        border-radius: 7px;
        overflow: hidden;
    }

    .sub-info-table th,
    .sub-info-table td {
        border: 0;
    }

    .sub-info-table th {
        padding: 10px 13px;
        border-bottom: 1px solid #dce5ed;
        white-space: normal;
    }

    .sub-info-table td {
        padding: 13px;
    }
}
