/* ==========================================
   SALE SECTION
   ========================================== */

.sale-section {
    max-width: 1344px;
    margin: 0 auto;
}

.sale-card {
    background: linear-gradient(235.93deg, #793df2 19.11%, #331a66 118.92%);
    border-radius: 32px;
    min-height: 750px;
    padding: 82px 67px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.sale-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15.5px;
    position: relative;
    z-index: 1;
}

.sale-copy h2 {
    color: transparent;
    background: linear-gradient(88.68deg, #ffffff -15%, rgba(200, 186, 233, 0.54) 170.02%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    margin-bottom: 36px;
}

.sale-copy p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.sale-card > .btn--accent {
    margin-top: auto;
    align-self: flex-start;
    position: relative;
    z-index: 1;
    padding: 32px 44px;
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
}

.sale-section .ihb.btn--accent::before {
    left: 44px;
    width: 15px;
    height: 15px;
}

.sale-section .ihb.is-on.btn--accent::before {
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.8);
}

@media (hover: hover) and (min-width: 1345px) {
    .sale-section .ihb:hover.btn--accent::before {
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) scale(1.8);
    }
}

.sale-visual-wrap {
    position: absolute;
    right: 49px;
    bottom: 0;
    width: 734px;
    pointer-events: none;
    z-index: 0;
}

.sale-glow {
    position: absolute;
    top: -131px;
    left: -163px;
    width: 1154.69px;
    height: 905.54px;
    opacity: 0.31;
    transform: rotate(0.82deg);
    mix-blend-mode: plus-lighter;
    background: #fff;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.sale-visual {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

@media (max-width: 1344px) {
    .sale-card {
        min-height: 832px;
        padding: 56px 40px 40px;
        border-radius: 24px;
        align-items: center;
        text-align: center;
    }

    .sale-copy {
        align-items: center;
        max-width: 620px;
        margin-left: 0;
    }

    .sale-copy h2 {
        font-size: 52px;
        margin-bottom: 16px;
    }

    .sale-copy p {
        font-size: 32px;
    }

    .sale-visual-wrap {
        position: relative;
        right: auto;
        bottom: auto;
        order: 2;
        width: min(741px, 113%);
        margin-top: -42px;
    }

    .sale-glow {
        top: -24%;
        left: -22%;
        width: 157%;
        height: 164%;
    }

    .sale-card > .btn--accent {
        order: 3;
        align-self: center;
        padding: 28px 36px;
        font-size: 24px;
    }

    .sale-section .ihb.btn--accent::before {
        left: 36px;
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 650px) {
    .sale-section {
        padding: var(--section-gap) 8px 0;
    }

    .sale-card {
        min-height: 0;
        padding: 56px 14px 57px;
    }

    .sale-copy {
        max-width: none;
    }

    .sale-copy h2 {
        font-size: 40px;
        margin-bottom: 17px;
    }

    .sale-copy p {
        font-size: 24px;
    }

    .sale-visual-wrap {
        width: 123%;
        margin-top: -10px;
        margin-bottom: 14px;
    }

    .sale-card > .btn--accent {
        margin-top: 0;
        padding: 22px 32px;
        font-size: 20px;
        gap: 8px;
    }

    .sale-section .ihb.btn--accent::before {
        left: 32px;
        width: 10px;
        height: 10px;
    }
}
