.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;
    }
}
/* =============================================================================
 * SECURITY PAGE (feature grid on top of the shared wd-page layout)
 * =============================================================================
 */

.sec-lead {
    max-width: 640px;
    margin: 12px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
}

.sec-group {
    margin-top: 44px;
}

.sec-group__title {
    position: relative;
    margin: 0 0 20px;
    padding-left: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.sec-group__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    border-radius: 2px;
    background: #EE6129;
}

.sec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sec-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.sec-card {
    padding: 26px;
    background: #fff;
    border: 1px solid rgba(238, 97, 41, 0.15);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(238, 97, 41, 0.06);
}

.sec-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: block;
}

.sec-card__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.sec-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4f5665;
}

.wd-security-card__text a,
.wd-important__text a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .sec-grid,
    .sec-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sec-grid,
    .sec-grid--3 {
        grid-template-columns: 1fr;
    }
}

.sec-hero__art {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
}

.sec-form {
    background: #fff;
    border: 1px solid rgba(238, 97, 41, 0.15);
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 14px 40px rgba(238, 97, 41, 0.1);
}

.sec-form__title {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.sec-form .form_text_bottom {
    margin-top: 14px;
}

.sec-form .form_text_bottom p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
    text-align: center;
}

.sec-form .form_text_bottom a {
    color: #EE6129;
}

.wd-hero__text--mob {
    display: none;
}

@media (max-width: 991px) {
    .sec-page .wd-hero__text--desk {
        display: none;
    }

    .sec-page .wd-hero__text--mob {
        display: block;
        margin-top: 8px;
    }

    .sec-page .wd-hero .col-12 {
        padding-top: 4px;
    }
}

/* =============================================================================
 * AUTH PAGE (sign-in / sign-up tabbed card)
 * =============================================================================
 */

.auth-page {
    margin: 0;
    padding: 8rem 0 64px;
    background: rgba(238, 97, 41, 0.06);
}

.auth-card {
    max-width: 480px;
    margin: 0 auto;
    padding: 26px 24px 30px;
    background: #393e46;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.auth-tabs {
    display: flex;
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.auth-tab {
    flex: 1;
    padding: 12px 10px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.auth-tab:hover {
    color: #fff;
}

.auth-tab.is-active {
    background: #ee6129;
    color: #fff;
}

.auth-panel {
    margin-top: 26px;
}

.auth-panel__title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.auth-panel__text {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth-form__input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font: inherit;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.auth-form__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.auth-form__input:focus {
    border-color: #ee6129;
    background: rgba(255, 255, 255, 0.1);
}

.auth-form__submit {
    width: 100%;
    margin-top: 6px;
}

/* Registration form (tab 2) sitting on the dark card */

.auth-card .bg-elem:before {
    display: none;
}

.auth-card #registration-form {
    width: 100%;
}

.auth-card .form_text_bottom {
    margin-top: 16px;
    text-align: center;
}

.auth-card .form_text_bottom p {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.auth-card .form_text_bottom a {
    color: #ee6129;
}

.auth-card .form_text_bottom img {
    max-width: 240px;
    height: auto;
}

/* Payment icons + deposit/withdrawal link (same block as the homepage) */

.auth-card .pay-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 12px;
}

.auth-card .pay-row .pi {
    flex: 0 0 auto;
    width: auto;
    display: block;
}

.auth-card .pay-row .pi-visa { height: 34px; }
.auth-card .pay-row .pi-mc { height: 32px; }
.auth-card .pay-row .pi-pix { height: 22px; }
.auth-card .pay-row .pi-paypal { height: 26px; }
.auth-card .pay-row .pi-apple { height: 28px; }
.auth-card .pay-row .pi-gpay { height: 20px; }

.auth-card .deposit-withdrawal-link {
    display: block;
    margin-top: 14px;
    text-align: center;
    font-weight: 700;
    color: #ee6129;
    text-decoration: underline;
}

.auth-card .deposit-withdrawal-link:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .auth-page {
        padding: 7rem 0 48px;
    }

    .auth-card {
        padding: 22px 16px 26px;
    }

    .auth-panel__title {
        font-size: 24px;
    }
}

/* =============================================================================
 * CUSTOMER-COMMITMENT PAGE (simple policy article)
 * =============================================================================
 */

.commit-page {
    background: #fff;
    margin: 0;
    padding: 8rem 0 72px;
}

.commit-page .container {
    max-width: 820px;
}

.commit-page__title {
    margin: 0 0 24px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}

.commit-page__lead {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #10131a;
}

.commit-page__text {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.75;
    color: #4f5665;
}

.commit-page__subtitle {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.commit-list {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
    counter-reset: commit;
}

.commit-list__item {
    counter-increment: commit;
    position: relative;
    padding: 16px 0 16px 44px;
    border-bottom: 1px solid #eef1f7;
    font-size: 16px;
    line-height: 1.65;
    color: #4f5665;
}

.commit-list__item:last-child {
    border-bottom: none;
}

.commit-list__item::before {
    content: counter(commit);
    position: absolute;
    left: 0;
    top: 16px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(238, 97, 41, 0.12);
    color: #EE6129;
    font-size: 14px;
    font-weight: 700;
}

.commit-page__sign {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #10131a;
}

.commit-page__revised {
    margin: 0;
    font-size: 14px;
    color: #9aa3b2;
}

@media (max-width: 767px) {
    .commit-page {
        padding: 7rem 0 48px;
    }

    .commit-page__title {
        font-size: 26px;
    }

    .commit-page__subtitle {
        font-size: 19px;
    }
}
