/* ==========================================
   DOWNLOAD INTRO
========================================== */

.section-download-intro {

    width: 100%;

    padding: 120px var(--space-5);

    box-sizing: border-box;

}


/* ==========================================
   CONTAINER
========================================== */

.section-download-intro-container {

    width: 100%;

    max-width: 1900px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}


/* ==========================================
   CONTENT
========================================== */

.section-download-intro-content {

    width: 100%;

    max-width: 1300px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 25px;

}


/* ==========================================
   TITLE
========================================== */

.section-download-intro-title {

    width: 100%;

    margin: 0;

    font-family: "MabryPro";

    font-size: 72px;

    font-weight: 900;

    line-height: 1.05;

    color: var(--text);

}


/* ==========================================
   BUTTON
========================================== */

.section-download-intro-button {

    width: fit-content;

    margin-top: 0;

}


/* ==========================================
   IMAGE
========================================== */

.section-download-intro-image {

    width: 100%;

    margin-top: 70px;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

}


.section-download-intro-image img {

    height: 500px;

    width: auto;

    max-width: 100%;

    display: block;

}

/*-----------------------------------------------------------------

/* ==========================================
   DOWNLOAD FEATURES
========================================== */

.section-download-features {

    width: 100%;

    padding: 60px var(--space-5) 120px;

    box-sizing: border-box;

}


.section-download-features-container {

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}


/* ==========================================
   CONTENT
========================================== */

.section-download-features-content {

    width: 100%;

    max-width: 1100px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 25px;

}


.section-download-features-title {

    width: 100%;

    margin: 0;

    font-family: "MabryPro";

    font-size: 56px;

    font-weight: 900;

    line-height: 1.1;

    color: var(--text);

}


.section-download-features-description {

    max-width: 900px;

    margin: 0;

    font-family: "Inter";

    font-size: 18px;

    font-weight: 500;

    line-height: 1.5;

    color: var(--text-70);

}


/* ==========================================
   CARDS
========================================== */

.section-download-features-grid {

    width: 100%;

    margin-top: 40px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

}


.section-download-features-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;

    cursor: pointer;

    user-select: none;
}



/* ==========================================
   CARD HEADER
========================================== */

.section-download-features-card-header {

    display: flex;

    align-items: center;

    gap: 14px;

}


.section-download-features-icon {

    width: 20px;

    height: 20px;

    flex: 0 0 20px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.section-download-features-icon svg {

    width: 20px;

    height: 20px;

    display: block;

}


.section-download-features-card-title {

    margin: 0;

    font-family: "MabryPro";

    font-size: 20px;

    font-weight: 900;

    line-height: 1.2;

    color: var(--text);

}


/* ==========================================
   CARD DESCRIPTION
========================================== */

.section-download-features-card-description {

    margin: 10px 0 0;

    padding-left: 34px;

    font-family: "Inter";

    font-size: 16px;

    font-weight: 500;

    line-height: 1.5;

    color: var(--text-70);

}


/* ==========================================
   BUTTON
========================================== */

.section-download-features-button {

    width: fit-content;

    margin-top: 60px;

}

/*-----------------------------------------------------------------

/* ==========================================
   DOWNLOAD MOBILE
========================================== */

.section-download-mobile {
    width: 100%;
    padding: 120px var(--space-5);
    box-sizing: border-box;
}

.section-download-mobile-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


/* ==========================================
   CONTENT
========================================== */

.section-download-mobile-content {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.section-download-mobile-title {
    width: 100%;
    margin: 0;
    font-family: "MabryPro";
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--text);
}

.section-download-mobile-description {
    max-width: 850px;
    margin: 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 40px;
}


/* ==========================================
   STORE BUTTONS
========================================== */

.section-download-mobile-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section-download-mobile-buttons .store-button {
    display: block;
}

.section-download-mobile-buttons .store-button img {
    display: block;
    height: 52px;
    width: auto;
}


/* ==========================================
   NOTE
========================================== */

.section-download-mobile-note {
    max-width: 800px;
    margin: 30px 0 0;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-70);
}

.section-download-mobile-note a {
    position: relative;

    color: var(--text);
    text-decoration: none;
    user-select: none;
}

.section-download-mobile-note a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -2px;

    width: 100%;
    height: 1px;

    background: var(--text);

    border-radius: 999px;

    transform: scaleX(0);
    transform-origin: left;

    transition: transform .2s ease;
}

/* ==========================================
   DOWNLOAD REVEAL
========================================== */

.section-download-intro,
.section-download-features,
.section-download-mobile {
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition:
        opacity 0.7s ease-out,
        transform 0.7s ease-out;
}


/* ==========================================
   VISIBLE
========================================== */

.section-download-intro.is-visible,
.section-download-features.is-visible,
.section-download-mobile.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================
   DOWNLOAD - RESPONSIVE
========================================== */

@media (max-width: 850px) {

    /* ==========================================
       DOWNLOAD INTRO
    ========================================== */

    .section-download-intro {
        padding: 80px 20px;
    }

    .section-download-intro-content {
        max-width: 100%;
        gap: 20px;
    }

    .section-download-intro-title {
        font-size: 38px;
        line-height: 1.08;
    }

    .section-download-intro-image {
        margin-top: 50px;
    }

    .section-download-intro-image img {
        height: auto;
        width: 100%;
        max-width: 500px;
    }


    /* ==========================================
       DOWNLOAD FEATURES
    ========================================== */

    .section-download-features {
        padding: 50px 20px 80px;
    }

    .section-download-features-title {
        font-size: 36px;
        line-height: 1.1;
    }

    .section-download-features-description {
        max-width: 100%;
        font-size: 16px;
    }

    .section-download-features-grid {
        margin-top: 50px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-download-features-card {
        padding: 25px;
    }

    .section-download-features-card-title {
        font-size: 20px;
    }

    .section-download-features-card-description {
        font-size: 14px;
    }

    .section-download-features-button {
        margin-top: 50px;
    }


    /* ==========================================
       DOWNLOAD MOBILE
    ========================================== */

    .section-download-mobile {
        padding: 80px 20px;
    }

    .section-download-mobile-content {
        max-width: 100%;
        gap: 20px;
    }

    .section-download-mobile-title {
        font-size: 36px;
        line-height: 1.1;
    }

    .section-download-mobile-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .section-download-mobile-buttons {
        width: 100%;
        gap: 10px;
    }

    .section-download-mobile-buttons .store-button {
        flex: 0 1 auto;
    }

    .section-download-mobile-buttons .store-button img {
        height: 45px;
        width: auto;
    }

    .section-download-mobile-note {
        max-width: 100%;
        margin-top: 25px;
        font-size: 13px;
    }

}