/* =========================================================
   ASD TRADERS
   TRADING FEES PAGE
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.trading-fees-page {

    overflow: hidden;

}

.trading-fees-page .section {

    padding: 90px 0;

}

.tf-section-heading {

    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;

}

.tf-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    color: #39A8FF;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;

}

.tf-section-heading h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 42px;

    line-height: 1.2;

}

.tf-section-heading p {

    color: #9CB0CC;

    font-size: 17px;

    line-height: 1.8;

}


/* =========================================================
   HERO
========================================================= */

.tf-hero {

    position: relative;

    min-height: 600px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(57, 168, 255, .14),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(99, 102, 241, .10),
            transparent 32%
        ),
        #06101C;

    border-bottom: 1px solid rgba(255, 255, 255, .06);

}

.tf-hero::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(57, 168, 255, .45),
        transparent
    );

}

.tf-hero-glow {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    filter: blur(90px);

    pointer-events: none;

}

.tf-glow-one {

    top: -220px;

    left: -140px;

    background: rgba(57, 168, 255, .14);

}

.tf-glow-two {

    right: -160px;

    bottom: -240px;

    background: rgba(99, 102, 241, .12);

}

.tf-hero-content {

    position: relative;

    z-index: 2;

    max-width: 820px;

    padding: 100px 0;

}

.tf-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 16px;

    margin-bottom: 24px;

    color: #8CCFFF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .20);

    border-radius: 999px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;

}

.tf-hero h1 {

    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: 64px;

    line-height: 1.08;

    letter-spacing: -2px;

}

.tf-hero h1 span {

    color: #39A8FF;

}

.tf-hero p {

    max-width: 760px;

    margin: 0;

    color: #9CB0CC;

    font-size: 19px;

    line-height: 1.85;

}

.tf-hero p strong {

    color: #DFF3FF;

}

.tf-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 34px;

}


/* =========================================================
   BUTTONS
========================================================= */

.tf-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 0 24px;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        box-shadow .25s ease;

}

.tf-btn:hover {

    transform: translateY(-2px);

}

.tf-btn-primary {

    color: #FFFFFF;

    background: #1689E8;

    border: 1px solid #1689E8;

    box-shadow:
        0 10px 30px rgba(22, 137, 232, .20);

}

.tf-btn-primary:hover {

    color: #FFFFFF;

    background: #2498F5;

    border-color: #2498F5;

    box-shadow:
        0 12px 35px rgba(22, 137, 232, .28);

}

.tf-btn-outline {

    color: #D8E7F7;

    background: rgba(255, 255, 255, .025);

    border: 1px solid rgba(255, 255, 255, .14);

}

.tf-btn-outline:hover {

    color: #FFFFFF;

    border-color: rgba(57, 168, 255, .55);

    background: rgba(57, 168, 255, .07);

}


/* =========================================================
   0% HIGHLIGHT
========================================================= */

.tf-highlight {

    background: #07121F;

}

.tf-highlight-box {

    display: flex;

    align-items: center;

    gap: 55px;

    padding: 50px;

    background:
        linear-gradient(
            135deg,
            rgba(57, 168, 255, .07),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 22px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .15);

}

.tf-highlight-main {

    flex: 0 0 340px;

}

.tf-zero {

    display: flex;

    align-items: baseline;

    gap: 14px;

    margin-bottom: 12px;

}

.tf-zero strong {

    color: #FFFFFF;

    font-size: 76px;

    line-height: 1;

    letter-spacing: -3px;

}

.tf-zero span {

    color: #A8BED4;

    font-size: 17px;

    font-weight: 700;

}

.tf-highlight-main p {

    max-width: 310px;

    margin: 0;

    color: #8499B1;

    font-size: 15px;

    line-height: 1.75;

}

.tf-highlight-divider {

    width: 1px;

    align-self: stretch;

    background: rgba(255, 255, 255, .08);

}

.tf-highlight-points {

    flex: 1;

    display: flex;

    flex-direction: column;

    gap: 22px;

}

.tf-highlight-point {

    display: flex;

    align-items: flex-start;

    gap: 15px;

}

.tf-point-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 42px;

    height: 42px;

    color: #63D997;

    background: rgba(70, 205, 125, .08);

    border: 1px solid rgba(70, 205, 125, .14);

    border-radius: 11px;

}

.tf-highlight-point strong {

    display: block;

    margin-bottom: 5px;

    color: #FFFFFF;

    font-size: 15px;

}

.tf-highlight-point p {

    margin: 0;

    color: #8499B1;

    font-size: 13px;

    line-height: 1.6;

}


/* =========================================================
   FEE BREAKDOWN
========================================================= */

.tf-breakdown {

    background: #06101C;

}

.tf-fee-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

}

.tf-fee-card {

    padding: 28px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 17px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .16);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.tf-fee-card:hover {

    transform: translateY(-5px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 16px 35px rgba(0, 0, 0, .22);

}

.tf-fee-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 54px;

    height: 54px;

    margin-bottom: 25px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 14px;

    font-size: 19px;

}

.tf-fee-card-top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 15px;

}

.tf-fee-card-top span {

    display: block;

    margin-bottom: 6px;

    color: #7188A3;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

}

.tf-fee-card h3 {

    color: #FFFFFF;

    font-size: 21px;

}

.tf-fee-card-top > strong {

    color: #63D997;

    font-size: 30px;

    line-height: 1;

}

.tf-fee-card > p {

    min-height: 55px;

    margin-bottom: 20px;

    color: #8499B1;

    font-size: 14px;

    line-height: 1.75;

}

.tf-fee-status {

    display: flex;

    align-items: center;

    gap: 8px;

    padding-top: 18px;

    color: #63D997;

    border-top: 1px solid rgba(255, 255, 255, .07);

    font-size: 12px;

    font-weight: 700;

}


/* =========================================================
   BENEFITS
========================================================= */

.tf-benefits {

    background: #07121F;

}

.tf-benefits-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

}

.tf-benefit-card {

    padding: 28px 24px;

    text-align: center;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 17px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .16);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.tf-benefit-card:hover {

    transform: translateY(-5px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 16px 35px rgba(0, 0, 0, .22);

}

.tf-benefit-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 56px;

    height: 56px;

    margin: 0 auto 20px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 15px;

    font-size: 20px;

}

.tf-benefit-card h3 {

    margin-bottom: 12px;

    color: #FFFFFF;

    font-size: 18px;

}

.tf-benefit-card p {

    color: #8499B1;

    font-size: 13px;

    line-height: 1.75;

}


/* =========================================================
   NOTICE
========================================================= */

.tf-notice {

    background: #06101C;

}

.tf-notice-box {

    display: flex;

    align-items: flex-start;

    gap: 30px;

    padding: 45px;

    background:
        linear-gradient(
            135deg,
            rgba(57, 168, 255, .07),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .14);

}

.tf-notice-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 68px;

    height: 68px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .18);

    border-radius: 18px;

    font-size: 26px;

}

.tf-notice-content h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 34px;

}

.tf-notice-content p {

    max-width: 850px;

    margin-bottom: 14px;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}

.tf-notice-content p:last-child {

    margin-bottom: 0;

}


/* =========================================================
   FAQ
========================================================= */

.tf-faq {

    background: #07121F;

}

.tf-faq-list {

    max-width: 850px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    gap: 12px;

}

.tf-faq-item {

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 13px;

    overflow: hidden;

    box-shadow:
        0 6px 20px rgba(0, 0, 0, .14);

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.tf-faq-item:hover {

    background: #0E2032;

    border-color: rgba(57, 168, 255, .22);

}

.tf-faq-question {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    width: 100%;

    padding: 21px 23px;

    color: #FFFFFF;

    background: transparent;

    border: 0;

    font-family: inherit;

    font-size: 15px;

    font-weight: 700;

    text-align: left;

    cursor: pointer;

}

.tf-faq-question i {

    flex-shrink: 0;

    color: #5CB8FF;

    font-size: 13px;

    transition:
        transform .25s ease,
        color .25s ease;

}

.tf-faq-answer {

    display: grid;

    grid-template-rows: 0fr;

    transition: grid-template-rows .3s ease;

}

.tf-faq-answer p {

    min-height: 0;

    overflow: hidden;

    margin: 0;

    padding: 0 23px;

    color: #8499B1;

    font-size: 14px;

    line-height: 1.8;

}

.tf-faq-item.active {

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, .18);

}

.tf-faq-item.active .tf-faq-answer {

    grid-template-rows: 1fr;

}

.tf-faq-item.active .tf-faq-answer p {

    padding-bottom: 22px;

}

.tf-faq-item.active .tf-faq-question i {

    color: #8CCFFF;

    transform: rotate(45deg);

}


/* =========================================================
   CTA
========================================================= */

.tf-cta {

    padding-top: 30px !important;

    padding-bottom: 100px !important;

    background: #06101C;

}

.tf-cta-box {

    padding: 70px 30px;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(57, 168, 255, .12),
            transparent 55%
        ),
        #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 22px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .18);

}

.tf-cta-box h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 42px;

}

.tf-cta-box p {

    max-width: 650px;

    margin: 0 auto;

    color: #91A5BD;

    font-size: 17px;

    line-height: 1.8;

}

.tf-cta-actions {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 30px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .trading-fees-page .section {

        padding: 75px 0;

    }


    /* HERO */

    .tf-hero {

        min-height: auto;

    }

    .tf-hero-content {

        padding: 85px 0;

    }

    .tf-hero h1 {

        font-size: 52px;

    }


    /* HIGHLIGHT */

    .tf-highlight-box {

        gap: 35px;

        padding: 40px;

    }

    .tf-highlight-main {

        flex-basis: 280px;

    }


    /* FEES */

    .tf-fee-grid {

        grid-template-columns: 1fr;

    }


    /* BENEFITS */

    .tf-benefits-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .trading-fees-page .section {

        padding: 60px 0;

    }


    /* HERO */

    .tf-hero-content {

        padding: 70px 0;

        text-align: center;

    }

    .tf-badge {

        font-size: 11px;

    }

    .tf-hero h1 {

        font-size: 38px;

        line-height: 1.12;

        letter-spacing: -1px;

    }

    .tf-hero p {

        font-size: 16px;

        line-height: 1.75;

    }

    .tf-hero-actions {

        justify-content: center;

    }

    .tf-btn {

        width: 100%;

    }


    /* SECTION HEADING */

    .tf-section-heading {

        margin-bottom: 38px;

    }

    .tf-section-heading h2 {

        font-size: 31px;

    }

    .tf-section-heading p {

        font-size: 15px;

    }


    /* HIGHLIGHT */

    .tf-highlight-box {

        flex-direction: column;

        align-items: stretch;

        gap: 30px;

        padding: 30px 24px;

        text-align: center;

    }

    .tf-highlight-main {

        flex: auto;

    }

    .tf-zero {

        justify-content: center;

    }

    .tf-zero strong {

        font-size: 65px;

    }

    .tf-highlight-main p {

        max-width: none;

    }

    .tf-highlight-divider {

        width: 100%;

        height: 1px;

    }

    .tf-highlight-points {

        text-align: left;

    }


    /* FEE CARDS */

    .tf-fee-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .tf-fee-card {

        padding: 25px 22px;

    }


    /* BENEFITS */

    .tf-benefits-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .tf-benefit-card {

        padding: 25px 22px;

    }


    /* NOTICE */

    .tf-notice-box {

        flex-direction: column;

        padding: 30px 24px;

        gap: 24px;

        text-align: center;

    }

    .tf-notice-icon {

        margin: 0 auto;

    }

    .tf-notice-content h2 {

        font-size: 29px;

    }

    .tf-notice-content p {

        font-size: 15px;

    }


    /* FAQ */

    .tf-faq-list {

        gap: 10px;

    }

    .tf-faq-question {

        padding: 19px;

        font-size: 14px;

    }

    .tf-faq-answer p {

        padding-left: 19px;

        padding-right: 19px;

        font-size: 13px;

    }

    .tf-faq-item.active .tf-faq-answer p {

        padding-bottom: 19px;

    }


    /* CTA */

    .tf-cta {

        padding-top: 15px !important;

        padding-bottom: 70px !important;

    }

    .tf-cta-box {

        padding: 50px 22px;

    }

    .tf-cta-box h2 {

        font-size: 31px;

    }

    .tf-cta-box p {

        font-size: 15px;

    }

}