.account-type {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 620px;
    background: #020202;
    color: #ffffff;
    padding: 104px 40px 78px;
}

.account-type::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 76% 88%, rgba(179, 123, 68, .32) 0%, rgba(74, 45, 25, .22) 26%, transparent 48%), linear-gradient(180deg, #000000 0%, #050403 55%, #000000 100%);
}

.account-type::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 52%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: min(100%, 1160px) auto;
    opacity: .72;
    pointer-events: none;
}

.account-type__inner {
    width: min(100%, 1110px);
    margin: 0 auto;
}

.account-type h1 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.account-type h1 span {
    color: #c29673;
}

.account-type__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    margin-top: 54px;
}

.account-type-card {
    position: relative;
    overflow: hidden;
    min-height: 377px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 12px;
    background: linear-gradient( 135deg, rgba(13, 13, 13, .98) 0%, rgba(13, 13, 13, .94) 47%, rgba(87, 64, 46, .82) 100% );
    padding: 28px 26px 34px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .42);
    backdrop-filter: blur(1px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

    .account-type-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(18, 18, 18, .10) 0%, rgba(72, 52, 38, .35) 52%, rgba(153, 108, 72, .72) 100% );
        opacity: 0;
        pointer-events: none;
        transition: opacity .45s ease;
    }


    .account-type-card > * {
        position: relative;
        z-index: 1;
    }


    .account-type-card:hover {
        transform: translateY(-6px);
        border-color: rgba(198, 155, 90, .55);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 22px 46px rgba(0, 0, 0, .48), 0 0 28px rgba(198, 155, 90, .12);
    }


        .account-type-card:hover::before {
            opacity: 1;
        }

.account-type-card__header {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .account-type-card__header span {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.1;
        text-transform: uppercase;
    }

.account-type-card__header h2 {
    margin: 8px 0 25px;
    color: #e3b990;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.04;
    text-transform: uppercase;
}

.account-type-card__details {
    position: relative;
    z-index: 1;
    margin: 0;
}

.account-type-card__details div {
    min-height: 37px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.account-type-card__details dt,
.account-type-card__details dd {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
}

.account-type-card__details dd {
    color: rgba(255, 255, 255, .82);
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .account-type {
        padding-right: 28px;
        padding-left: 28px;
    }

    .account-type__grid {
        gap: 18px;
    }

    .account-type-card {
        padding: 26px 20px 30px;
    }

    .account-type-card__header h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .account-type__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .account-type {
        padding: 72px 20px 62px;
    }

    .account-type h1 {
        font-size: 34px;
    }

    .account-type__grid {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-top: 38px;
    }
}

@media (max-width: 420px) {
    .account-type h1 {
        font-size: 30px;
    }

    .account-type-card {
        min-height: 350px;
        padding: 24px 18px 28px;
    }

    .account-type-card__details dt,
    .account-type-card__details dd {
        font-size: 11px;
    }
}

.account-compare {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 100px 32px;
}

.account-compare::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 78% 72%, rgba(162, 105, 55, .34) 0%, rgba(76, 48, 27, .24) 30%, transparent 52%), linear-gradient(180deg, #000000 0%, #030302 48%, #000000 100%);
}

/*.account-compare::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 58%;
    background: radial-gradient(circle at 76% 42%, rgba(198, 155, 90, .16), transparent 34%), linear-gradient(90deg, transparent 0%, rgba(198, 155, 90, .08) 62%, rgba(198, 155, 90, .18) 100%);
    opacity: .9;
    pointer-events: none;
}
*/

.account-compare__inner {
    width: min(100%, 1070px);
    margin: 0 auto;
}

.account-compare__eyebrow {
    width: fit-content;
    min-width: 244px;
    margin: 0 auto;
    padding: 7px 28px;
    border: 1px solid rgba(198, 155, 90, .72);
    border-radius: 999px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.account-compare h2 {
    margin: 16px 0 0;
    color: #e3b990;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.account-compare__intro {
    width: 80%;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.account-compare__table {
    width: 100%;
    border-collapse: collapse;
    padding: 28px 26px 34px;
    border: 1px solid rgba(198, 155, 90, .18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(23, 14, 8, .74) 0%, rgba(31, 21, 14, .82) 60%, rgba(70, 52, 35, .74) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .42);
    backdrop-filter: blur(1px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

    .account-compare__table::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 24px;
        right: 24px;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255, 228, 195, .9), transparent);
        filter: blur(.2px);
        opacity: .82;
    }

    .account-compare__table::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 0%, rgba(255, 226, 188, .12), transparent 34%);
        pointer-events: none;
    }

    .account-compare__table:hover {
        border-color: rgba(198, 155, 90, .52);
        background: linear-gradient(180deg, rgba(28, 17, 10, .82) 0%, rgba(37, 25, 16, .88) 56%, rgba(82, 60, 40, .82) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 22px 44px rgba(0, 0, 0, .5), 0 0 22px rgba(198, 155, 90, .12);
    }



    .account-compare__table th,
    .account-compare__table td {
        height: 48px;
        padding: 0 18px;
        border-left: 1px solid rgba(255, 255, 255, .14);
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        color: rgba(255, 255, 255, .8);
        font-size: 15px;
        font-weight: 300;
        line-height: 1.25;
        text-align: center;
    }

.account-compare__table th:first-child,
.account-compare__table td:first-child {
    border-left: 0;
}

.account-compare__table tbody tr:last-child td {
    border-bottom: 0;
}

    .account-compare__table thead th {
        height: 48px;
        color: #c29673;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        text-align: center;
    }

.account-compare__table th span {
    display: inline-block;
}

.account-compare__table thead th > span,
.account-compare__table thead th {
    vertical-align: middle;
}

.account-compare__table thead th {
    background: rgba(0, 0, 0, .08);
}

.account-compare__table thead th::first-letter {
    color: #c29673;
}

@media (min-width: 768px) {
    .account-compare__table thead th {
        position: relative;
    }

}

@media (max-width: 767px) {
    .account-compare {
        padding: 34px 20px 58px;
    }

    .account-compare__eyebrow {
        min-width: 210px;
        font-size: 17px;
    }

    .account-compare h2 {
        font-size: 30px;
    }

    .account-compare__intro {
        font-size: 14px;
    }

    .account-compare__table {
        min-width: 720px;
    }
}

@media (max-width: 420px) {
    .account-compare h2 {
        font-size: 26px;
    }
}

.account-leverage {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 52px 32px 76px;
}

.account-leverage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 72% 68%, rgba(162, 105, 55, .28) 0%, rgba(76, 48, 27, .2) 30%, transparent 54%), linear-gradient(180deg, #000000 0%, #050403 50%, #000000 100%);
}

.account-leverage__inner {
    width: min(100%, 964px);
    margin: 0 auto;
}

.account-leverage h2 {
    margin: 0;
    color: #e3b990;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.account-leverage h2 span {
    color: #ffffff;
    font-weight: 800;
}

.account-leverage__intro {
    max-width: 980px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.62;
    text-align: center;
}

.account-leverage__table {
    width: 100%;
    border-collapse: collapse;
}

    .account-leverage__table th,
    .account-leverage__table td {
        height: 43px;
        padding: 0 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        color: rgba(255, 255, 255, .82);
        font-size: 14px;
        font-weight: 300;
        line-height: 1.25;
        text-align: center;
    }

.account-leverage__table th + th,
.account-leverage__table td + td {
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.account-leverage__table tbody tr:last-child td {
    border-bottom: 0;
}

    .account-leverage__table thead th {
        color: #c29673;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-align: center;
    }

.account-leverage__table th:nth-child(2),
.account-leverage__table td:nth-child(2) {
    width: 53%;
}

.account-leverage__note {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    margin: 12px 0px 0;
    padding: 6px 16px;
    border: 1px solid rgba(198, 155, 90, .24);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(44, 27, 15, .72), rgba(84, 65, 46, .82));
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.35;
}

.account-leverage__note span {
    width: 18px;
    height: 18px;
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(198, 155, 90, .62);
    border-radius: 50%;
    color: #c29673;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .account-leverage {
        padding: 42px 20px 58px;
    }

    .account-leverage h2 {
        font-size: 30px;
    }

    .account-leverage__intro {
        font-size: 14px;
    }

    .account-leverage__table {
        min-width: 620px;
    }

    .account-leverage__table th:nth-child(2),
    .account-leverage__table td:nth-child(2) {
        padding-left: 48px;
    }

    .account-leverage__note {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .account-leverage h2 {
        font-size: 26px;
    }
}

.account-serious {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 50px 32px;
}

.account-serious::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 50% 42%, rgba(118, 78, 42, .2) 0%, transparent 42%), linear-gradient(180deg, #000000 0%, #030302 48%, #000000 100%);
}

.account-serious__inner {
    width: min(100%, 730px);
    margin: 0 auto;
}

.account-serious h2 {
    margin: 0;
    color: #e3b990;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.account-serious h2 span {
    color: #ffffff;
}

.account-serious__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
}

.account-serious-card {
    min-height: 294px;
    overflow: hidden;
    border: 1px solid rgba(198, 155, 90, .16);
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(20, 13, 8, .86) 0%, rgba(36, 25, 17, .88) 58%, rgba(78, 61, 43, .82) 100%);
    padding: 12px 22px 28px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .36);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.account-serious-card:hover {
    transform: translateY(-6px);
    border-color: rgba(198, 155, 90, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 24px 44px rgba(0, 0, 0, .46), 0 0 22px rgba(198, 155, 90, .12);
}

.account-serious-card__icon {
    width: 118px;
    height: 118px;
    object-fit: contain;
    display: block;
    margin: 0 auto 22px;
}

.account-serious-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.account-serious-card h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px 0 16px;
    background: rgba(255, 255, 255, .06);
}

.account-serious-card p {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
}

.account-serious__note {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin-top: 22px;
    padding: 6px 12px;
    border: 1px solid rgba(198, 155, 90, .22);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(44, 27, 15, .72), rgba(84, 65, 46, .82));
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.35;
}

.account-serious__note span {
    width: 18px;
    height: 18px;
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(198, 155, 90, .62);
    border-radius: 50%;
    color: #c29673;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .account-serious {
        padding: 42px 20px 62px;
    }

    .account-serious h2 {
        font-size: 30px;
    }

    .account-serious__grid {
        grid-template-columns: 1fr;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
    }

    .account-serious__note {
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .account-serious h2 {
        font-size: 26px;
    }
}

.account-type h1,
.account-compare h2,
.account-leverage h2,
.account-serious h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

.account-compare__intro,
.account-leverage__intro {
    width:80%;
    margin: 14px auto 0px;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .account-type h1,
    .account-compare h2,
    .account-leverage h2,
    .account-serious h2 {
        font-size: 28px;
    }

    .account-compare__intro,
    .account-leverage__intro {
        font-size: 17px;
    }
}

.account-compare__table,
.account-leverage__table {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(198, 155, 90, .18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(23, 14, 8, .74) 0%, rgba(31, 21, 14, .82) 60%, rgba(70, 52, 35, .74) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .42);
    backdrop-filter: blur(1px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.account-compare__table::before,
.account-leverage__table::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 24px;
    right: 24px;
    z-index: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 195, .9), transparent);
    filter: blur(.2px);
    opacity: .82;
}

.account-compare__table::after,
.account-leverage__table::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 226, 188, .12), transparent 34%);
    pointer-events: none;
}

.account-compare__table:hover,
.account-leverage__table:hover {
    border-color: rgba(198, 155, 90, .52);
    background: linear-gradient(180deg, rgba(28, 17, 10, .82) 0%, rgba(37, 25, 16, .88) 56%, rgba(82, 60, 40, .82) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 22px 44px rgba(0, 0, 0, .5), 0 0 22px rgba(198, 155, 90, .12);
}

.account-compare__table th,
.account-compare__table td,
.account-leverage__table th,
.account-leverage__table td {
    position: relative;
    z-index: 1;
}

.account-compare__table {
    margin-top: 42px;
}

.account-leverage__table {
    margin-top: 26px;
}

@media (max-width: 767px) {
    .account-compare__table,
    .account-leverage__table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .account-compare__table thead,
    .account-compare__table tbody,
    .account-leverage__table thead,
    .account-leverage__table tbody {
        display: table;
        width: 100%;
    }
}

.account-serious-card,
.account-compare__table,
.account-leverage__table {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(13, 13, 13, .98) 0%, rgba(13, 13, 13, .94) 47%, rgba(87, 64, 46, .82) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 34px rgba(0, 0, 0, .42);
    backdrop-filter: blur(1px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
    .account-serious-card::before,
    .account-compare__table::before,
    .account-leverage__table::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(18, 18, 18, .10) 0%, rgba(72, 52, 38, .35) 52%, rgba(153, 108, 72, .72) 100% );
        opacity: 0;
        pointer-events: none;
        transition: opacity .45s ease;
    }

    .account-serious-card:hover,
    .account-compare__table:hover,
    .account-leverage__table:hover {
        transform: translateY(-6px);
        border-color: rgba(198, 155, 90, 1);
        box-shadow: inset 0 0 34px rgba(198, 155, 90, .08), 0 22px 42px rgba(0, 0, 0, .24);
        transform: translateY(-8px);
        z-index: 1;
    }

        .account-serious-card:hover::before,
        .account-compare__table:hover::before,
        .account-leverage__table:hover::before {
            z-index: 1;
        }
