.acceptance-policy h1 {
    margin-bottom: 50px;
}

.acceptance-policy .desc {
    margin-bottom: 80px;
}

.acceptance-policy p {
    margin-bottom: 0 !important;
}

.acceptance-policy .breadcrumb {
    padding-left: 0 !important;
}

.policy-text {
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 24px;
    background: #ffffff;
    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.policy-text .head {
    padding: 40px;
}

.policy-text h2 {
    margin-top: 0 !important;
}

.policy-text .crt__desc {
    max-width: 810px;
}

.policy-text .desc {
    max-width: 810px;
    margin-bottom: 40px;
}

.policy-text table {
    width: 100%;
}

.policy-text table thead tr th {
    color: #851BAA;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
    border: none !important;
}

.policy-text table thead tr th:first-of-type {
    min-width: 280px;
    padding: 24px 10px 24px 60px;
}

.policy-text table thead tr th:last-of-type {
    padding: 24px 60px 24px 10px;
}

.policy-text table tbody tr:nth-child(odd) {
    background: #F2F4F8;
}

.policy-text table tbody tr td:first-of-type {
    min-width: 280px;
    padding: 16px 10px 16px 60px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.policy-text table tbody tr td:last-of-type {
    padding: 16px 60px 16px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.policy-text table tbody tr td p,
.policy-text table tbody tr td ul li {
    margin-bottom: 0 !important;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.policy-text table tbody tr td p + p {
    margin-top: 0 !important;
}


/***************************************************/
/* ====== Base card ====== */
.crt {
    margin: 0 auto;
}

.crt__card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    margin-bottom: 20px;
}

.crt__title {
    margin: 0 0 8px 0;
    padding: 40px 40px 50px;
}

.crt__desc {
    padding: 0 40px 40px;
    color: #5a5a5a;
    font-size: 14px;
}

/* ====== Desktop header (zones + tooltips) ====== */
.crt__head {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 70px repeat(calc(var(--crt-cols) - 1), 1fr);
    gap: 10px;
    align-items: start;
}

.crt__headEmpty {
    height: 1px;
}

.crt__zone {
    position: relative;
    min-width: 0;
}

.crt__zoneBtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 900;
    color: #6b35d7;
    cursor: pointer;
}

.crt__zoneBtn span:first-child {
    color: #851BAA;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}

.crt__zoneSub {
    color: #1F1E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

/* ====== Desktop table ====== */
.crt__table {
    margin-top: 24px;
    /*border-radius: 16px;*/
    overflow: hidden;
    border: 1px solid #eee;
}

.crt__row {
    display: grid;
    grid-template-columns: 70px repeat(calc(var(--crt-cols) - 1), 1fr);
    padding: 16px 0;
}

.crt__row:nth-child(odd) {
    background: #F2F4F8;
}
.crt__cell {
    padding: 12px 14px;
    font-size: 13px;
    /*border-top: 1px solid #eee;*/
}

.crt__row:first-child .crt__cell {
    border-top: 0;
}

.crt__cell--letter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #851BAA;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}

.crt__cell--val {
    display: flex;
    align-items: center;
    white-space: pre-line;
    color: #1F1E1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

/* ====== Tooltip (desktop) ====== */
.crt__tip {
    position: absolute;
    top: 26px;
    left: 0;
    width: min(380px, 92vw);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
    padding: 10px;
    display: none;
    z-index: 60;
}

.crt__tip.is-open {
    display: block;
}

.crt__tipInner {
    position: relative;
    padding: 10px;
}

.crt__tipClose {
    position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.crt__tipContent {
    font-size: 13px;
    color: #333;
}

.crt__tipContent a {
    color: #6b35d7;
    text-decoration: underline;
}

/* ====== Mobile tabs ====== */
.crt__mobile {
    display: none;
    margin-top: 40px;
}

.crt__tabsNav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 20px;
}

.crt__tab {
    border: 0;
    background: transparent;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.crt__tab.is-active {
    background: #F2F4F8;
    color: #851BAA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.crt__panel {
    display: none;
}

.crt__panel.is-active {
    display: block;
}

/* Mobile zone header */
.crt__mZoneHead {
    position: relative;
    margin: 6px 0 10px;
    text-align: center;
}

.crt__mZoneTitle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    color: #851BAA;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    text-align: center;
}

.crt__mInfo {
    background-color: transparent;
    border: none;
}

.crt__mZoneSub {
    margin-top: 4px;
    font-size: 12px;
    color: #707070;
}

/* Mobile list */
.crt__mList {
    border: 1px solid #eee;
    /*border-radius: 16px;*/
    overflow: hidden;
}

.crt__mRow {
    display: flex;
    gap: 50px;
    padding: 12px 14px;
    border-top: 1px solid #eee;
}

.crt__mRow:nth-child(odd) {
    background: #F2F4F8;
}

.crt__mRow:first-child {
    border-top: 0;
}

.crt__mLetter {
    width: 54px;
    font-weight: 900;
    color: #6b35d7;
    text-align: center;
}

.crt__mVal {
    flex: 1;
    font-size: 13px;
    white-space: pre-line;
}

/* Mobile tooltip becomes overlay */
.crt__tip--overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 18px;
    z-index: 999;
}

.crt__tip--overlay .crt__tipInner {
    max-width: 560px;
    margin: 60px auto 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

/* Responsive switch */
@media (max-width: 1024px) {
    .crt__head, .crt__table {
        display: none;
    }

    .crt__mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    .policy-text table thead tr th {
        font-size: 20px;
    }

    .policy-text table tbody tr td {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .acceptance-policy h1 {
        margin-bottom: 30px;
    }

    .acceptance-policy .section_small {
        margin-top: 0 !important;
    }

    .acceptance-policy .container {
        padding: 0 !important;
    }
    .acceptance-policy h1 {
        padding: 0 20px;
    }

    .acceptance-policy .desc {
        padding: 0 20px;
    }

    .acceptance-policy .breadcrumb {
        padding: 0 20px !important;
    }

    .policy-text {
        margin-top: 40px;
        border-radius: 0;
    }

    .policy-text .head {
        padding: 20px;
    }

    .policy-text .head .desc {
        padding: 0;
    }

    .policy-text table {
        width: 100%;
        table-layout: fixed;
    }
    .policy-text table thead tr th:first-of-type {
        min-width: auto;
        padding: 24px 10px 24px 20px;
    }
    .policy-text table thead tr th:last-of-type {
        padding: 24px 20px 24px 10px;
    }

    .policy-text table thead tr th {
        width: 50% !important;
    }

    .policy-text table tbody tr td {
        width: 50% !important;
        word-break: break-word;
    }

    .policy-text table tbody tr td:first-of-type {
        padding: 16px 10px 16px 20px;
    }
    .policy-text table tbody tr td:last-of-type {
        padding: 16px 20px 16px 10px;
    }

    .crt__card {
        border-radius: 0;
    }

    .crt__title {
        padding: 20px;
    }
    .crt__desc {
        padding: 0 20px 20px;
    }

    .crt__mRow {
        padding: 16px 20px;
    }
    .crt__mLetter {
        color: #851BAA;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 140% */
    }

    .crt__mVal {
        color: #1F1E1F;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }
}
