/* ==========================================================
   OFFERS DISCOUNT
========================================================== */

.section-offers-discount {
    position: relative;

    flex: 1;

    display: flex;
    align-items: stretch;
    justify-content: center;

    padding: 0;

    background: transparent;

    overflow: visible;
}


/* ==========================================
   OFFER COLORS
========================================== */

.section-offers-discount {
    --offer-color: var(--accent);
    --text-color: white;
}


.section-offers-discount-premium {
    --offer-color: var(--accent);
    --text-color: white;
}


.section-offers-discount-duo {
    --offer-color: var(--duo-bar);
    --text-color: var(--text-reverse);
}


.section-offers-discount-family {
    --offer-color: var(--family-bar);
    --text-color: var(--text-reverse);
}

.section-trial-process-duo .section-trial-process-pill {
    background: color-mix(
        in srgb,
        var(--duo-bar) 30%,
        transparent
    );
}

.section-offers-discount-duo .section-offers-discount-price,
.section-offers-discount-duo .section-offers-discount-title,
.section-offers-discount-duo .section-offers-discount-offer {
    color: var(--text-reverse);
}

.section-trial-process-duo .section-trial-process-icon {
    background: var(--duo-bar);
}

.section-offers-discount-family .section-offers-discount-price,
.section-offers-discount-family .section-offers-discount-title,
.section-offers-discount-family .section-offers-discount-offer {
    color: var(--text-reverse);
}

.section-trial-process-family .section-trial-process-icon {
    background: var(--family-bar);
}

.section-trial-process-family .section-trial-process-pill {
    background: color-mix(
        in srgb,
        var(--family-bar) 30%,
        transparent
    );
}


/* ==========================================
   CONTAINER
========================================== */

.section-offers-discount-container {
    position: relative;

    width: 100%;
    min-height: 380px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* ==========================================
   CONTENT
========================================== */

.section-offers-discount-content {
    position: relative;

    z-index: 1;

    width: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;

    text-align: center;

    padding-bottom: 80px;
}


/* ==========================================
   BACKGROUND
========================================== */

.section-offers-discount-background {
    position: absolute;

    top: -40px;
    left: 0;

    width: 100%;
    height: calc(100% + 40px);

    background: var(--offer-color);

    z-index: 0;

    transform: translateY(-100%);

    animation:
        discountBackgroundReveal .4s ease-out forwards;
}


@keyframes discountBackgroundReveal {

    0% {
        transform: translateY(-100%);
    }

    82% {
        transform: translateY(0);
    }

    91% {
        transform: translateY(5px);
    }

    96% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }

}


/* ==========================================
   WAVE
========================================== */

.section-offers-discount-wave {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 120px;

    display: block;

    transform-origin: bottom center;

    transform: scaleY(0);

    animation:
        discountWaveReveal .18s ease-out .28s forwards;
}


@keyframes discountWaveReveal {

    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }

}


/* ==========================================
   TITLE
========================================== */

.section-offers-discount-title {
    margin: 0;

    font-family: "MabryPro";

    font-size: 48px;
    font-weight: 900;

    line-height: 1.1;

    text-transform: uppercase;

    color: var(--offer-color);

    animation:
        discountTitleReveal .4s forwards;
}


/* ==========================================
   OFFER
========================================== */

.section-offers-discount-offer {
    margin: 2px 0 0;

    font-family: "MabryPro";

    font-size: 44px;
    font-weight: 900;

    line-height: 1.1;

    color: var(--offer-color);

    animation:
        discountTitleReveal .4s forwards;
}


/* ==========================================
   TITLE COLOR
========================================== */

@keyframes discountTitleReveal {

    0%,
    65% {
        color: var(--offer-color);
    }

    66%,
    100% {
        color: var(--text-color);
    }

}


/* ==========================================
   PRICE
========================================== */

.section-offers-discount-price {
    margin: 14px 0 0;

    font-family: "Inter";

    font-size: 18px;
    font-weight: 500;

    line-height: 1.5;

    color: white;

    opacity: 0;

    transform: translateY(-6px);

    animation:
        discountElementReveal .2s ease-out .25s forwards;
}


/* ==========================================
   BUTTON
========================================== */

.section-offers-discount-button {
    margin-top: 24px;

    width: fit-content;

    opacity: 0;

    transform: translateY(-6px);

    animation:
        discountElementReveal .2s ease-out .3s forwards;
}


/* ==========================================
   PRICE + BUTTON REVEAL
========================================== */

@keyframes discountElementReveal {

    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ==========================================================
   PREMIUM BENEFITS
========================================================== */

.section-premium-benefits {
    width: 100%;

    padding: var(--space-50) var(--space-5);
}


.section-premium-benefits-container {
    width: 100%;
    max-width: 880px;

    margin: 0 auto;
}


/* ==========================================
   TITLE
========================================== */

.section-premium-benefits-title {
    max-width: 700px;

    margin: 0 auto 40px;

    font-family: "MabryPro";

    font-size: 48px;
    font-weight: 900;

    line-height: 1.1;

    text-align: center;

    color: var(--text);
}


/* ==========================================
   CARDS
========================================== */

.section-premium-benefits-card {
    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: flex-start;

    padding: 15px;

    box-sizing: border-box;

    text-align: left;

    background: var(--component-1);

    border-radius: 5px;

    transition: transform .2s ease;
}


/* ==========================================
   CARD TITLE
========================================== */

.section-premium-benefits-card-title {
    margin: 0;

    font-family: "MabryPro";

    font-size: 20px;
    font-weight: 900;

    line-height: 1.1;

    text-align: left;

    color: var(--text);
}


/* ==========================================
   CARD DESCRIPTION
========================================== */

.section-premium-benefits-card-description {
    width: 100%;

    margin: 12px 0 0;

    font-family: "Inter";

    font-size: 14px;
    font-weight: 500;

    line-height: 1.5;

    text-align: left;

    color: var(--text-70);
}


/* ==========================================
   BUTTON
========================================== */

.section-premium-benefits-button {
    display: block;

    width: fit-content;

    margin: 30px auto 20px;
}

/*---------------------------------------------------------------------------

/* ==========================================
   TRIAL PROCESS
========================================== */

.section-trial-process {
    width: 100%;
    height: 100%;

    padding: var(--space-50) var(--space-5);
    margin-bottom: 100px;
}


.section-trial-process-container {
    width: 100%;
    max-width: 930px;

    margin: 0 auto;
}


/* ==========================================
   TITLE
========================================== */

.section-trial-process-title {
    width: 100%;
    max-width: 550px;

    margin: 0 auto 60px;

    font-family: "MabryPro";

    font-size: 54px;
    font-weight: 900;

    line-height: 1.1;

    text-align: center;

    color: var(--text);
}


/* ==========================================
   CONTENT
========================================== */

.section-trial-process-content {
    position: relative;

    width: 100%;
}


/* ==========================================
   PILL
========================================== */

.section-trial-process-pill {
    width: 720px;
    height: 70px;

    position: absolute;

    top: 0;
    left: 50%;

    transform: translateX(-50%);

    background: color-mix(
        in srgb,
        var(--accent) 30%,
        transparent
    );

    border-radius: 999px;
}


/* ==========================================
   STEPS
========================================== */

.section-trial-process-steps {
    position: relative;

    width: 720px;

    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    margin: 0 auto;
}


/* ==========================================
   STEP
========================================== */

.section-trial-process-step {
    position: relative;

    width: 70px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


/* ==========================================
   ICON
========================================== */

.section-trial-process-icon {
    width: 70px;
    height: 70px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--accent);

    border-radius: 50%;

    color: var(--button-text);

    flex-shrink: 0;

    z-index: 2;

    user-select: none;
}


.section-trial-process-icon svg {
    width: 24px;
    height: 24px;

    display: block;
}


/* ==========================================
   DESCRIPTION
========================================== */

.section-trial-process-description {
    width: 240px;

    margin-top: 25px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


.section-trial-process-description h3 {
    width: 100%;

    margin: 0;

    font-family: "Inter";

    font-size: 18px;
    font-weight: 900;

    line-height: 1.1;

    color: var(--text);
}


.section-trial-process-description p {
    width: 100%;

    margin: 10px 0 0;

    font-family: "Inter";

    font-size: 16px;
    font-weight: 500;

    line-height: 1.2;

    color: var(--text-60);
}

/*-------------------------------------------------------------------

/* ==========================================
   MUSIC EXPERIENCE
========================================== */

.section-music-experience {
    margin-top: 120px;

    width: 100%;

    padding: var(--space-50) var(--space-5);
}


.section-music-experience-container {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
}


/* ==========================================
   CONTENT
========================================== */

.section-music-experience-content {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    text-align: center;
}


/* ==========================================
   TITLE
========================================== */

.section-music-experience-title {
    margin: 0;

    font-family: "MabryPro";

    font-size: 48px;
    font-weight: 900;

    line-height: 1.1;

    color: var(--text);
}


/* ==========================================
   DESCRIPTION
========================================== */

.section-music-experience-description {
    margin-top: 25px;
}


.section-music-experience-description p {
    margin: 0;

    font-family: "Inter";

    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;

    color: var(--text-70);
}


.section-music-experience-description p + p {
    margin-top: 2px;
}


/* ==========================================
   VISUAL
========================================== */

.section-music-experience-visual {
    width: 100%;

    margin-top: 50px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.section-music-experience-image {
    width: 100%;
    max-width: 1495px;

    height: auto;

    display: block;

    object-fit: contain;

    user-select: none;
}

/*----------------------------------------------------

/* ==========================================
   FEATURE PROMO
========================================== */

.section-feature-promo {
    margin-top: 120px;
    width: 100%;

    padding: var(--space-50) var(--space-5);

    box-sizing: border-box;
    margin-bottom: 120px;
}


.section-feature-promo-container {
    width: 100%;
    max-width: 1000px;

    height: 500px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;

    align-items: stretch;
}


/* ==========================================
   CONTENT
========================================== */

.section-feature-promo-content {
    height: 100%;
    
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    padding: 15px;

    box-sizing: border-box;

    text-align: left;

    gap: 35px;
}


/* ==========================================
   TITLE
========================================== */

.section-feature-promo-title {
    margin: 0;

    font-family: "MabryPro";

    font-size: 48px;
    font-weight: 900;

    line-height: 1.1;

    color: var(--text);
}


/* ==========================================
   DESCRIPTION
========================================== */

.section-feature-promo-description {
    margin: 0;

    font-family: "Inter";

    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;

    color: var(--text-70);
}


/* ==========================================
   BUTTON
========================================== */

.section-feature-promo-button {
    width: fit-content;
}


/* ==========================================
   IMAGE - RIGHT
========================================== */

.section-feature-promo-image {
    height: 500px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    user-select: none;
}


.section-feature-promo-image img {
    height: 500px;
    width: auto;

    display: block;

    object-fit: contain;
}

/*--------------------------------------------------------------

/* ==========================================
   RECOMMENDATIONS
========================================== */

.section-recommendations {
    margin-top: 120px;
    width: 100%;

    padding: var(--space-50) var(--space-5);

    box-sizing: border-box;
}


.section-recommendations-container {
    width: 100%;
    max-width: 930px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


/* ==========================================
   CONTENT
========================================== */

.section-recommendations-content {
    width: 100%;
    max-width: 900px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 25px;
}


/* ==========================================
   TITLE
========================================== */

.section-recommendations-title {
    margin: 0;
    max-width: 700px;

    font-family: "MabryPro";

    font-size: 48px;
    font-weight: 900;

    line-height: 1.1;

    color: var(--text);
}


/* ==========================================
   DESCRIPTION
========================================== */

.section-recommendations-description {
    margin: 0;

    font-family: "Inter";

    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;

    color: var(--text-70);
}


/* ==========================================
   BUTTON
========================================== */

.section-recommendations-button {
    width: fit-content;
}


/* ==========================================
   IMAGE
========================================== */

.section-recommendations-image {
    height: 510px;

    margin-top: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    user-select: none;
}


.section-recommendations-image img {
    height: 510px;
    width: auto;

    display: block;

    object-fit: contain;
}

/*-----------------------------------------------------------------------------------

/* ==========================================
   DUO DEVICES
========================================== */

.section-duo-devices {
    width: 100%;

    margin-bottom: 120px;

    padding: var(--space-50) var(--space-5);

    box-sizing: border-box;
}


.section-duo-devices-container {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 40px;
}


/* ==========================================
   CONTENT
========================================== */

.section-duo-devices-content {
    width: 100%;
    max-width: 700px;

    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 25px;
}


/* ==========================================
   TITLE
========================================== */

.section-duo-devices-title {
    margin: 0;

    font-family: "MabryPro";

    font-size: 48px;
    font-weight: 900;

    line-height: 1.1;

    color: var(--text);
}


/* ==========================================
   DESCRIPTION
========================================== */

.section-duo-devices-description {
    display: flex;
    flex-direction: column;

    gap: 15px;

    color: var(--text-70);
}


.section-duo-devices-description p {
    margin: 0;

    font-family: "Inter";

    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;
}


/* ==========================================
   BUTTON
========================================== */

.section-duo-devices-button {
    width: fit-content;
}


/* ==========================================
   IMAGE
========================================== */

.section-duo-devices-image {
    width: 100%;

    display: flex;

    justify-content: center;
    align-items: center;

    overflow: hidden;
}


.section-duo-devices-image img {
    height: 455px;
    width: auto;

    display: block;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1200px) {

    .section-music-experience {
        width: auto;

        margin: 70px 20px 0;
    }

    .section-recommendations {
        width: auto;

        margin: 70px 20px 0;
    }

}


@media (max-width: 900px) {

    /* ------------------------------------------
       DISCOUNT
    ------------------------------------------ */

    .section-offers-discount-title {
        font-size: 30px;
    }


    .section-offers-discount-offer {
        font-size: 32px;
    }


    /* ------------------------------------------
       PREMIUM BENEFITS
    ------------------------------------------ */

    .section-premium-benefits {
        padding: 35px var(--space-5);
    }


    .section-premium-benefits-title {
        max-width: 100%;

        margin-bottom: 25px;

        font-size: 30px;
    }

    .section-premium-benefits-card {
        min-height: 150px;
    }


    .section-premium-benefits-card-title {
        font-size: 20px;
    }


    .section-premium-benefits-button {
        margin-top: 20px;
    }

    /* ==========================================
     TRIAL PROCESS - MOBILE
    ========================================== */

    .section-trial-process {
        padding-left: 20px;
        padding-right: 20px;
    }


    .section-trial-process-title {
        max-width: 100%;

        margin-bottom: 40px;

        font-size: 30px;
    }


    /* ==========================================
    CONTENT
    ========================================== */

    .section-trial-process-content {
        --trial-process-height: 430px;

        position: relative;

        width: 100%;
        margin: 0 0;

    }


    /* ==========================================
    PILL
    ========================================== */

    .section-trial-process-pill {
        width: 65px;
        height: 430px;

        top: 0;
        left: 32px;

        transform: translateX(-50%);

        border-radius: 999px;
    }


    /* ==========================================
    STEPS
    ========================================== */

    .section-trial-process-steps {
        position: relative;

        width: 65px;
        height: 430px;

        display: flex;

        flex-direction: column;

        align-items: center;
        justify-content: space-between;

        margin: 0 0;
    }


    /* ==========================================
    STEP
    ========================================== */

    .section-trial-process-step {
        position: relative;

        width: 65px;

        display: flex;

        align-items: center;
        justify-content: center;
    }


    /* ==========================================
    ICON CIRCLE
    ========================================== */

    .section-trial-process-icon {
        width: 65px;
        height: 65px;
    }

    .section-trial-process-icon img {
        width: 22px;
        height: 22px;
    }


    /* ==========================================
    DESCRIPTION
    ========================================== */

    .section-trial-process-description {
        position: absolute;

        left: calc(100% + 20px);
        top: 50%;

        width: 220px;

        margin: 0;

        transform: translateY(-50%);

        display: flex;
        flex-direction: column;
        align-items: flex-start;

        text-align: left;
    }

    .section-trial-process-description h3 {
        font-size: 16px;
        text-align: left;
    }


    .section-trial-process-description p {
        margin-top: 7px;

        font-size: 14px;
        line-height: 1.35;

        text-align: left;
    }

    .section-music-experience-title {
        font-size: 30px;
    }

    .section-music-experience-description {
        margin-top: 20px;
    }

    .section-music-experience-visual {
        margin-top: 35px;
    }

    .section-music-experience-image {
        width: 100%;
        height: auto;
    }
    
    .section-feature-promo {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .section-feature-promo-container {
        height: auto;

        display: flex;
        flex-direction: column;

        gap: 35px;
    }

    .section-feature-promo-content {
        height: auto;

        padding: 15px;

        gap: 25px;
    }

    .section-feature-promo-title {
        font-size: 32px;
    }

    .section-feature-promo-description {
        font-size: 15px;
    }

    .section-feature-promo-image {
        width: 100%;
        height: 400px;
    }

    .section-feature-promo-image img {
        width: calc(100% - 40px);
        height: 400px;

        margin-left: 20px;
        margin-right: 20px;

        object-fit: contain;
    }

    .section-recommendations-title {
        font-size: 32px;
    }

    .section-recommendations-description {
        font-size: 15px;
    }

    .section-recommendations-content {
        gap: 20px;
    }

    .section-recommendations-image {
        height: 400px;
        margin-top: 35px;
    }

    .section-recommendations-image img {
        height: 400px;
        width: auto;
    }

    /* ==========================================
     DUO DEVICES - MOBILE
    ========================================== */

    .section-duo-devices {
        width: auto;

        margin: 70px 20px 0;

        padding: var(--space-50) 0;
    }


    .section-duo-devices-container {
        width: 100%;

        gap: 30px;
    }


    /* ==========================================
     CONTENT
    ========================================== */

    .section-duo-devices-content {
        width: 100%;

        gap: 20px;
    }


    /* ==========================================
     TITLE
    ========================================== */

    .section-duo-devices-title {
        font-size: 32px;
    }


    /* ==========================================
     DESCRIPTION
    ========================================== */

    .section-duo-devices-description {
        gap: 12px;
    }


    .section-duo-devices-description p {
        font-size: 15px;
        line-height: 1.5;
    }


    /* ==========================================
     IMAGE
    ========================================== */

    .section-duo-devices-image {
        margin-bottom: 85px;
        width: 100%;
    }

    .section-duo-devices-image img {
        width: 100%;
        height: auto;

        display: block;
    }

}