.trading-spreads {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 50px 24px;
}

.trading-spreads::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 78% 48%, rgba(162, 105, 55, .28) 0%, rgba(76, 48, 27, .18) 30%, transparent 55%), linear-gradient(180deg, #000000 0%, #050403 52%, #000000 100%);
}

.trading-spreads__inner {
    width: min(100%, 980px);
    margin: 0 auto;
}

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

.trading-spreads h1 span {
    color: #ffffff;
}

.trading-spreads__intro {
    max-width: 700px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, .66);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.55;
    text-align: center;
}

.trading-spreads__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 9px;
}

.trading-spreads__table th,
.trading-spreads__table td {
    height: 44px;
    padding: 0 16px;
    border-left: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
}

.trading-spreads__table th:first-child,
.trading-spreads__table td:first-child {
    border-left: 0;
}

.trading-spreads__table tbody tr:last-child td {
    border-bottom: 0;
}

.trading-spreads__table thead th {
    height: 43px;
    color: #c29673;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.trading-spreads__table th:not(:first-child),
.trading-spreads__table td:not(:first-child) {
    text-align: center;
}

.trading-spreads__note {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 35px;
    margin: 10px 4px 0;
    padding: 6px 14px;
    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;
}

.trading-spreads__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) {
    .trading-spreads {
        padding: 42px 20px 58px;
    }

    .trading-spreads h1 {
        font-size: 30px;
    }

    .trading-spreads__intro {
        font-size: 15px;
    }

    .trading-spreads__table {
        min-width: 620px;
    }

    .trading-spreads__note {
        align-items: flex-start;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .trading-spreads h1 {
        font-size: 26px;
    }
}

.trading-leverage {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 28px 24px 72px;
}

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

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

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

.trading-leverage__intro {
    max-width: 920px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
    text-align: center;
}

.trading-leverage__intro strong {
    color: #c29673;
    font-weight: 600;
}

.trading-leverage__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 9px;
}

.trading-leverage__table th,
.trading-leverage__table td {
    height: 44px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
}

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

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

.trading-leverage__table thead th {
    height: 43px;
    color: #c29673;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.trading-leverage__table th:nth-child(2),
.trading-leverage__table td:nth-child(2) {
    width: 50%;
    padding-left: 36px;
}

.trading-leverage__note {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 35px;
    margin: 10px 4px 0;
    padding: 6px 14px;
    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;
}

.trading-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) {
    .trading-leverage {
        padding: 42px 20px 58px;
    }

    .trading-leverage h2 {
        font-size: 32px;
    }

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

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

    .trading-leverage__note {
        align-items: flex-start;
        margin-right: 0;
        margin-left: 0;
    }
}

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

.trading-execution {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #020202;
    color: #ffffff;
    padding: 80px 24px 80px;
}

.trading-execution::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 50% 35%, rgba(97, 61, 34, .18) 0%, transparent 42%), linear-gradient(180deg, #000000 0%, #030303 58%, #000000 100%);
}

.trading-execution__inner {
    width: min(100%, 970px);
    margin: 0 auto;
}

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

.trading-execution h2 span {
    color: #ffffff;
}

.trading-execution__subhead {
    margin-top: 42px !important;
}

.trading-execution__cards {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.trading-execution__cards--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trading-execution__cards--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
}

.trading-execution__card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 22px;
    min-height: 143px;
    padding: 22px 24px 20px;
    border: 1px solid rgba(198, 155, 90, .12);
    border-radius: 6px;
    background: linear-gradient(100deg, rgba(23, 15, 10, .94) 0%, rgba(35, 25, 18, .88) 62%, rgba(49, 38, 29, .84) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.trading-execution__card img {
    width: 82px;
    max-width: 100%;
    align-self: center;
}

.trading-execution__card h3 {
    margin: 0;
    color: #e3b990;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
}

    .trading-execution__card p {
        margin: 10px 0 0;
        color: rgba(255, 255, 255, .48);
        font-size: 10px;
        font-weight: 300;
        line-height: 1.65;
    }

.trading-execution__card--wide {
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 142px;
    padding-left: 52px;
}

.trading-execution__card--wide img {
    width: 94px;
}

.trading-execution__card--wide p {
    margin-top: 20px;
}

.trading-execution__card strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin-top: 12px;
    padding: 0 10px;
    border: 1px solid rgba(198, 155, 90, .22);
    border-radius: 7px;
    background: rgba(116, 83, 53, .72);
    color: #e3b990;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.trading-execution__card em {
    color: #e3b990;
    font-style: normal;
    font-weight: 500;
}

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

.trading-execution__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: 991px) {
    .trading-execution__cards--three,
    .trading-execution__cards--two {
        grid-template-columns: 1fr;
    }

    .trading-execution__card,
    .trading-execution__card--wide {
        grid-template-columns: 92px minmax(0, 1fr);
        padding-left: 24px;
    }
}

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

    .trading-execution h2 {
        font-size: 32px;
    }

    .trading-execution__subhead {
        margin-top: 34px !important;
    }

    .trading-execution__card,
    .trading-execution__card--wide {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 18px;
    }

    .trading-execution__card img,
    .trading-execution__card--wide img {
        width: 68px;
    }

    .trading-execution__card p {
        margin-top: 12px;
        font-size: 11px;
    }

    .trading-execution__note {
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .trading-execution h2 {
        font-size: 28px;
    }

    .trading-execution__card,
    .trading-execution__card--wide {
        grid-template-columns: 1fr;
    }
}

.trading-spreads h1,
.trading-leverage h2,
.trading-execution h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

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

@media (max-width: 767px) {
    .trading-spreads h1,
    .trading-leverage h2,
    .trading-execution h2 {
        font-size: 28px;
    }

    .trading-spreads__intro,
    .trading-leverage__intro {
        font-size: 17px;
    }
}

.trading-spreads__table,
.trading-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;
}

.trading-spreads__table::before,
.trading-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;
}

.trading-spreads__table::after,
.trading-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;
}

.trading-spreads__table:hover,
.trading-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);
}

.trading-spreads__table th,
.trading-spreads__table td,
.trading-leverage__table th,
.trading-leverage__table td {
    position: relative;
    z-index: 1;
}

.trading-spreads__table,
.trading-leverage__table {
    margin-top: 32px;
}

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

    .trading-spreads__table thead,
    .trading-spreads__table tbody,
    .trading-leverage__table thead,
    .trading-leverage__table tbody {
        display: table;
        width: 100%;
    }
}

.trading-spreads__table,
.trading-leverage__table,
.trading-execution__card {
    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;
}

    .trading-spreads__table:hover,
    .trading-leverage__table:hover,
    .trading-execution__card:hover {
        transform: translateY(-6px);
        border-color: rgba(198, 155, 90, .55);
        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, .07), 0 22px 46px rgba(0, 0, 0, .48), 0 0 28px rgba(198, 155, 90, .12);
    }
