.licenses {
    padding: 60px 0;
}

.licenses-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 32px 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.licenses-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: #393e46;
    font-size: 15px;
}

.licenses-table thead th {
    text-align: left;
    padding: 16px 20px;
    background: #1a1e28;
    color: #EE6129;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(238, 97, 41, 0.25);
    white-space: nowrap;
}

.licenses-table tbody td {
    padding: 18px 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: top;
}

.licenses-table tbody td:first-child {
    color: #ffffff;
    font-weight: 500;
}

.licenses-table tbody tr:last-child td {
    border-bottom: none;
}

.licenses-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.licenses-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.015);
}

@media (max-width: 768px) {
    .licenses-table {
        font-size: 14px;
    }

    .licenses-table thead th,
    .licenses-table tbody td {
        padding: 12px 14px;
    }
}

.register.no-bg .content-wrap {
    gap: 24px;
}

.hero.register.no-bg .leadform {
    padding: 32px 20px;
}

.register.no-bg .heading p {
    text-align: left;
    width: 100%;
}

/* =============================================================================
 * RISK / DISCLOSURE PAGE (vertical article list, distinct from product pages)
 * =============================================================================
 */

.risk-page {
    background: #fff;
    margin: 0;
}

.risk-page.page_content_wrapper {
    margin-top: 0;
}

.risk-hero {
    margin: 0;
    padding: 8rem 0 40px;
    background: rgba(238, 97, 41, 0.06);
    text-align: center;
}

.risk-hero__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    display: block;
}

.risk-hero__title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #000;
}

.risk-hero__lead {
    max-width: 760px;
    margin: 0 auto 16px;
    font-size: 17px;
    line-height: 1.65;
    color: #4f5665;
}

.risk-hero__note {
    max-width: 760px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
}

.risk-nav {
    margin: 0;
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid rgba(238, 97, 41, 0.15);
}

.risk-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.risk-nav__list a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(238, 97, 41, 0.08);
    color: #EE6129;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s linear, color 0.2s linear;
}

.risk-nav__list a:hover {
    background: #EE6129;
    color: #fff;
}

.risk-list {
    margin: 0;
    padding: 0;
}

.risk-item {
    padding: 44px 0;
    border-bottom: 1px solid #eef1f7;
    scroll-margin-top: 24px;
}

.risk-item:last-of-type {
    border-bottom: none;
}

.risk-item--alt {
    background: rgba(238, 97, 41, 0.02);
}

.risk-item__inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.risk-item__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
}

.risk-item__number {
    flex: 0 0 auto;
    width: 44px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(238, 97, 41, 0.4);
}

.risk-item__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.risk-item__text {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #4f5665;
}

.risk-item__text:last-child {
    margin-bottom: 0;
}

.risk-item__text ul {
    margin: 0 0 12px;
    padding-left: 20px;
}

.risk-item__text li {
    margin-bottom: 6px;
}

.risk-notice {
    margin: 56px 0 0;
    padding: 32px;
    border-radius: 16px;
    background: rgba(238, 97, 41, 0.05);
    border-left: 4px solid #EE6129;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.risk-notice__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
}

.risk-notice__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.risk-notice__text {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.65;
    color: #4f5665;
}

.risk-notice__text:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .risk-hero__title {
        font-size: 30px;
    }

    .risk-item__inner {
        flex-direction: column;
        gap: 14px;
    }

    .risk-item__number {
        display: none;
    }

    .risk-notice {
        flex-direction: column;
        padding: 24px;
    }

    .register.no-bg .content-wrap {
        gap: 24px;
        padding: 32px 0;
    }
}


/* =============================================================================
 * WITHDRAWAL PAGE (vertical stepper, distinct from KYC's horizontal timeline)
 * =============================================================================
 */

.wd-page {
    background: #fff;
    margin: 0;
}

.wd-page.page_content_wrapper {
    margin-top: 0;
}

.wd-hero {
    margin: 0;
    padding: 8rem 0 56px 0;
    background: rgba(238, 97, 41, 0.06);
}

.wd-hero .row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.wd-hero .row.align-items-center {
    align-items: center;
}

.wd-hero .row.g-4 > [class*="col-"] {
    padding: 12px;
}

.wd-hero [class*="col-"] {
    width: 100%;
}

@media (min-width: 992px) {
    .wd-hero .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .wd-hero .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
}

.wd-hero__media {
    display: flex;
    justify-content: center;
}

.wd-hero__media img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wd-hero__title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #000;
}

.wd-hero__text {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #4f5665;
}

.wd-hero__text:last-child {
    margin-bottom: 0;
}

.wd-section {
    padding: 64px 0;
    margin: 0;
}

.wd-section--blue {
    background: rgba(238, 97, 41, 0.06);
}

.wd-section__title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}

.wd-section__text {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #4f5665;
}

.wd-section__text:last-child {
    margin-bottom: 0;
}

/* Vertical stepper */

.wd-stepper {
    max-width: 640px;
    margin: 32px auto 0;
}

.wd-stepper__item {
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 32px;
}

.wd-stepper__item:last-child {
    padding-bottom: 0;
}

.wd-stepper__item::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 21px;
    width: 2px;
    bottom: 4px;
    background: rgba(238, 97, 41, 0.2);
}

.wd-stepper__item:last-child::before {
    display: none;
}

.wd-stepper__icon-wrap {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(238, 97, 41, 0.3);
}

.wd-stepper__icon-wrap img {
    width: 32px;
    height: 32px;
}

.wd-stepper__content {
    padding-top: 8px;
}

.wd-stepper__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.wd-note {
    max-width: 640px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 15px;
    color: #6b7280;
}

/* Security check card */

.wd-security-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 760px;
    margin: 0 auto;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(238, 97, 41, 0.15);
    border-radius: 16px;
}

.wd-security-card__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
}

.wd-security-card__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.wd-security-card__text {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.65;
    color: #4f5665;
}

.wd-security-card__text:last-child {
    margin-bottom: 0;
}

/* Delay reasons list */

.wd-reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.wd-reason {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(238, 97, 41, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wd-reason:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(238, 97, 41, 0.15);
}

.wd-reason__icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
}

.wd-reason__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #1c2333;
    font-weight: 500;
}

/* Important info dark panel */

.wd-important {
    max-width: 820px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 16px;
    background: #EE6129;
    text-align: center;
}

.wd-important__title {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.wd-important__text {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}

.wd-important__text:last-child {
    margin-bottom: 0;
}

/* Help closing line */

.wd-help {
    text-align: center;
}

.wd-help__title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.wd-help__text {
    margin: 0;
    font-size: 16px;
    color: #4f5665;
}

@media (max-width: 767px) {
    .wd-hero__title {
        font-size: 30px;
    }

    .wd-hero__media {
        margin-top: 28px;
    }

    .wd-hero__media img {
        max-width: 220px;
    }

    .wd-reasons {
        grid-template-columns: 1fr;
    }

    .wd-security-card {
        flex-direction: column;
    }
}