/* =========================================================
   ASD TRADERS
   AFFILIATE PROGRAM PAGE
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.affiliate-page {

    overflow: hidden;

}

.affiliate-section {

    padding: 90px 0;

}

.affiliate-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    color: #39A8FF;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;

}

.affiliate-section-heading {

    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;

}

.affiliate-section-heading h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 42px;

    line-height: 1.2;

}

.affiliate-section-heading p {

    color: #9CB0CC;

    font-size: 17px;

    line-height: 1.8;

}


/* =========================================================
   HERO
========================================================= */

.affiliate-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);

}

.affiliate-hero::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(57, 168, 255, .45),
        transparent
    );

}

.affiliate-hero-glow {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    filter: blur(90px);

    pointer-events: none;

}

.affiliate-glow-one {

    top: -220px;

    left: -140px;

    background: rgba(57, 168, 255, .14);

}

.affiliate-glow-two {

    right: -160px;

    bottom: -240px;

    background: rgba(99, 102, 241, .12);

}

.affiliate-hero-content {

    position: relative;

    z-index: 2;

    max-width: 850px;

    padding: 100px 0;

}

.affiliate-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;

}

.affiliate-hero h1 {

    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: 64px;

    line-height: 1.08;

    letter-spacing: -2px;

}

.affiliate-hero h1 span {

    color: #39A8FF;

}

.affiliate-hero p {

    max-width: 790px;

    margin: 0;

    color: #9CB0CC;

    font-size: 19px;

    line-height: 1.85;

}

.affiliate-hero p strong {

    color: #D8E7F7;

}

.affiliate-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 34px;

}


/* =========================================================
   BUTTONS
========================================================= */

.affiliate-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;

}

.affiliate-btn:hover {

    transform: translateY(-2px);

}

.affiliate-btn-primary {

    color: #FFFFFF;

    background: #1689E8;

    border: 1px solid #1689E8;

    box-shadow:
        0 10px 30px rgba(22, 137, 232, .20);

}

.affiliate-btn-primary:hover {

    color: #FFFFFF;

    background: #2498F5;

    border-color: #2498F5;

    box-shadow:
        0 12px 35px rgba(22, 137, 232, .28);

}

.affiliate-btn-outline {

    color: #D8E7F7;

    background: rgba(255, 255, 255, .025);

    border: 1px solid rgba(255, 255, 255, .14);

}

.affiliate-btn-outline:hover {

    color: #FFFFFF;

    border-color: rgba(57, 168, 255, .55);

    background: rgba(57, 168, 255, .07);

}


/* =========================================================
   HIGHLIGHT
========================================================= */

.affiliate-highlight {

    background: #07121F;

}

.affiliate-highlight-box {

    display: grid;

    grid-template-columns: auto 1fr auto;

    align-items: center;

    gap: 28px;

    padding: 35px;

    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, .15);

}

.affiliate-highlight-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 70px;

    height: 70px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .18);

    border-radius: 18px;

    font-size: 26px;

}

.affiliate-highlight-content h2 {

    margin-bottom: 10px;

    color: #FFFFFF;

    font-size: 28px;

    line-height: 1.3;

}

.affiliate-highlight-content h2 span {

    color: #39A8FF;

}

.affiliate-highlight-content p {

    margin: 0;

    color: #91A5BD;

    font-size: 14px;

    line-height: 1.75;

}

.affiliate-highlight-content strong {

    color: #D8E7F7;

}

.affiliate-highlight-rate {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    min-width: 145px;

    padding: 18px;

    background: #0B1928;

    border: 1px solid rgba(57, 168, 255, .16);

    border-radius: 15px;

}

.affiliate-highlight-rate strong {

    color: #5CB8FF;

    font-size: 42px;

    line-height: 1;

}

.affiliate-highlight-rate span {

    margin-top: 8px;

    color: #758BA5;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .7px;

    text-transform: uppercase;

    text-align: center;

}


/* =========================================================
   PROCESS
========================================================= */

.affiliate-process {

    background: #06101C;

}

.affiliate-process-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

}

.affiliate-step-card {

    position: relative;

    padding: 28px 24px;

    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,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;

}

.affiliate-step-card:hover {

    transform: translateY(-5px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 16px 35px rgba(0, 0, 0, .22);

}

.affiliate-step-number {

    position: absolute;

    top: 17px;

    right: 20px;

    color: #5CB8FF;

    font-size: 30px;

    font-weight: 800;

}

.affiliate-step-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 54px;

    height: 54px;

    margin-bottom: 21px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 14px;

}

.affiliate-step-card h3 {

    margin-bottom: 11px;

    color: #FFFFFF;

    font-size: 18px;

}

.affiliate-step-card p {

    margin: 0;

    color: #8499B1;

    font-size: 13px;

    line-height: 1.75;

}


/* =========================================================
   EXAMPLE
========================================================= */

.affiliate-example {

    background: #07121F;

}

.affiliate-example-grid {

    display: grid;

    grid-template-columns: 1fr .85fr;

    gap: 70px;

    align-items: center;

}

.affiliate-example-content {

    max-width: 650px;

}

.affiliate-example-content h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 42px;

    line-height: 1.2;

}

.affiliate-example-content p {

    margin-bottom: 16px;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}

.affiliate-example-content p:last-child {

    margin-bottom: 0;

}

.affiliate-calculation-card {

    padding: 35px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .18);

}

.affiliate-calculation-label {

    margin-bottom: 8px;

    color: #5CB8FF;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

}

.affiliate-calculation-amount {

    margin-bottom: 27px;

    color: #FFFFFF;

    font-size: 42px;

    font-weight: 800;

}

.affiliate-calculation-line {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #8499B1;

    font-size: 13px;

}

.affiliate-calculation-line strong {

    color: #5CB8FF;

    font-size: 18px;

}

.affiliate-calculation-divider {

    height: 1px;

    margin: 20px 0;

    background: rgba(255, 255, 255, .08);

}

.affiliate-calculation-result {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

}

.affiliate-calculation-result span {

    color: #D8E7F7;

    font-size: 13px;

    font-weight: 700;

}

.affiliate-calculation-result strong {

    color: #63D997;

    font-size: 25px;

}

.affiliate-calculation-card small {

    display: block;

    margin-top: 18px;

    color: #586F87;

    font-size: 10px;

    line-height: 1.6;

}


/* =========================================================
   BENEFITS
========================================================= */

.affiliate-benefits {

    background: #06101C;

}

.affiliate-benefits-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

}

.affiliate-benefit-card {

    padding: 28px 24px;

    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,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;

}

.affiliate-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);

}

.affiliate-benefit-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 54px;

    height: 54px;

    margin-bottom: 21px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 14px;

}

.affiliate-benefit-card h3 {

    margin-bottom: 11px;

    color: #FFFFFF;

    font-size: 18px;

}

.affiliate-benefit-card p {

    margin: 0;

    color: #8499B1;

    font-size: 13px;

    line-height: 1.75;

}


/* =========================================================
   IMPORTANT
========================================================= */

.affiliate-important {

    background: #07121F;

}

.affiliate-important-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);

}

.affiliate-important-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: 25px;

}

.affiliate-important-content {

    max-width: 900px;

}

.affiliate-important-content h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 34px;

}

.affiliate-important-content p {

    margin-bottom: 14px;

    color: #91A5BD;

    font-size: 15px;

    line-height: 1.85;

}

.affiliate-important-content p:last-child {

    margin-bottom: 0;

}


/* =========================================================
   START
========================================================= */

.affiliate-start {

    background: #06101C;

}

.affiliate-start-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);

}

.affiliate-start-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: 25px;

}

.affiliate-start-content {

    max-width: 850px;

}

.affiliate-start-content h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 34px;

}

.affiliate-start-content p {

    margin-bottom: 25px;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}

.affiliate-start-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

}


/* =========================================================
   MICOSOFT
========================================================= */

.affiliate-microsoft {

    padding-top: 0;

    background: #06101C;

}

.affiliate-microsoft-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);

}

.affiliate-microsoft-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;

}

.affiliate-microsoft-content {

    max-width: 900px;

}

.affiliate-microsoft-content h2 {

    margin-bottom: 12px;

    color: #FFFFFF;

    font-size: 32px;

}

.affiliate-microsoft-content p {

    margin: 0;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .affiliate-section {

        padding: 75px 0;

    }

    .affiliate-hero {

        min-height: auto;

    }

    .affiliate-hero-content {

        padding: 85px 0;

    }

    .affiliate-hero h1 {

        font-size: 52px;

    }

    .affiliate-highlight-box {

        grid-template-columns: auto 1fr;

    }

    .affiliate-highlight-rate {

        grid-column: 1 / -1;

        justify-self: start;

    }

    .affiliate-process-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .affiliate-example-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }

    .affiliate-benefits-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .affiliate-section {

        padding: 60px 0;

    }


    /* HERO */

    .affiliate-hero-content {

        padding: 70px 0;

        text-align: center;

    }

    .affiliate-badge {

        font-size: 11px;

    }

    .affiliate-hero h1 {

        font-size: 38px;

        line-height: 1.12;

        letter-spacing: -1px;

    }

    .affiliate-hero p {

        font-size: 16px;

        line-height: 1.75;

    }

    .affiliate-hero-actions {

        justify-content: center;

    }

    .affiliate-btn {

        width: 100%;

    }


    /* HEADINGS */

    .affiliate-section-heading {

        margin-bottom: 38px;

    }

    .affiliate-section-heading h2 {

        font-size: 31px;

    }

    .affiliate-section-heading p {

        font-size: 15px;

    }


    /* HIGHLIGHT */

    .affiliate-highlight-box {

        grid-template-columns: 1fr;

        padding: 28px 24px;

        text-align: center;

    }

    .affiliate-highlight-icon {

        margin: 0 auto;

    }

    .affiliate-highlight-content h2 {

        font-size: 26px;

    }

    .affiliate-highlight-content p {

        font-size: 14px;

    }

    .affiliate-highlight-rate {

        grid-column: auto;

        justify-self: center;

    }


    /* PROCESS */

    .affiliate-process-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .affiliate-step-card {

        padding: 25px 22px;

    }


    /* EXAMPLE */

    .affiliate-example-content {

        text-align: center;

    }

    .affiliate-example-content h2 {

        font-size: 31px;

    }

    .affiliate-example-content p {

        font-size: 15px;

    }

    .affiliate-calculation-card {

        padding: 30px 24px;

    }

    .affiliate-calculation-amount {

        font-size: 36px;

    }


    /* BENEFITS */

    .affiliate-benefits-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .affiliate-benefit-card {

        padding: 25px 22px;

    }


    /* IMPORTANT */

    .affiliate-important-box {

        flex-direction: column;

        padding: 30px 24px;

        gap: 24px;

        text-align: center;

    }

    .affiliate-important-icon {

        margin: 0 auto;

    }

    .affiliate-important-content h2 {

        font-size: 29px;

    }

    .affiliate-important-content p {

        font-size: 15px;

    }


    /* START */

    .affiliate-start-box {

        flex-direction: column;

        padding: 30px 24px;

        gap: 24px;

        text-align: center;

    }

    .affiliate-start-icon {

        margin: 0 auto;

    }

    .affiliate-start-content h2 {

        font-size: 29px;

    }

    .affiliate-start-content p {

        font-size: 15px;

    }

    .affiliate-start-actions {

        justify-content: center;

    }


    /* MICOSOFT */

    .affiliate-microsoft-box {

        flex-direction: column;

        padding: 30px 24px;

        gap: 24px;

        text-align: center;

    }

    .affiliate-microsoft-icon {

        margin: 0 auto;

    }

    .affiliate-microsoft-content h2 {

        font-size: 29px;

    }

    .affiliate-microsoft-content p {

        font-size: 15px;

    }

}