.download {
    #header {
        margin-bottom: 0px;

        #title-container {
            @media screen and (min-width: 1200px) {
                min-height: 748px;
                justify-content: start;

                background: url("../images/download-bg-lg-cmytupb.avif") no-repeat right -175px bottom;
                margin-bottom: -80px;
            }

            @media screen and (min-width: 1400px) {
                background: url("../images/download-bg-lg-cmytupb.avif") no-repeat right bottom;
            }

            .container {

                h1,
                h2,
                p {
                    @media screen and (min-width: 1200px) {
                        text-align: start;
                    }
                }

                h1 {
                    @media screen and (min-width: 1200px) {
                        margin-top: 160px;
                        max-width: 700px;
                    }
                }

                p {
                    font-size: 14px;
                    line-height: 21px;
                    margin: 0 auto;

                    @media screen and (min-width: 1200px) {
                        margin: 0;
                        max-width: 530px;
                        font-size: 16px;
                        line-height: normal;
                    }
                }

                .badge {
                    width: 100%;
                    box-sizing: border-box;

                    @media screen and (min-width: 1200px) {
                        width: auto;
                    }
                }

                .btn {
                    @media screen and (min-width: 1200px) {
                        max-width: 360px;
                    }
                }
            }
        }

        #download-bg {
            margin-top: -10vw;
            margin-bottom: -50vw;
        }
    }

    #platforms {
        margin-top: 50vw;

        @media screen and (min-width: 1200px) {
            margin-top: 100px;
        }
    }

    ul {
        color: #FFF;
        font-family: "Inter Display";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    h2.light {
        font-weight: 500;
        margin: 0 1rem;
    }

    .platform {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 90%) no-repeat, linear-gradient(90deg, rgba(172, 112, 239, 0.20) 0%, rgba(242, 127, 190, 0.20) 50%, rgba(255, 182, 129, 0.20) 100%) no-repeat;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;

        padding: 24px;
        border-radius: 24px;
        border: 1px solid #F3F3F3;
        box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.02);

        @media screen and (min-width: 1200px) {
            border-radius: 40px;
            padding: 32px 36px;
            gap: 20px;
        }

        .box.white {
            border-radius: 16px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
            display: flex;
            gap: 12px;
            padding: 16px 20px;
            margin: 0;

            @media screen and (min-width: 1200px) {
                border-radius: 24px;
                padding: 20px 28px;
            }

            div {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 6px;

                p {
                    color: #0A011A;
                    font-family: "Neue Kaine";
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 17px;
                    margin-top: 2px;
                }
            }
        }

        .purple {
            color: #7F3FFF;
            font-size: 14px;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 1.4px;
        }

        .ml-auto {
            margin-left: auto;
        }

        h3 {
            font-size: 18px;
            font-weight: 600;
            line-height: normal;

            @media screen and (min-width: 1200px) {
                font-size: 22px;
                line-height: normal;
            }
        }

        &>div:nth-child(2) {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: space-between;
            gap: 12px;

            order: 3;
            width: 100%;

            @media screen and (min-width: 1400px) {
                order: initial;
                width: auto;
            }
        }

        .learn-more {
            color: #7F3FFF;
            font-size: 14px;
            font-weight: 500;
            text-decoration: underline;

            &:hover {
                text-decoration: none;
            }
        }
    }

    #also-available,
    #three-steps {
        margin-top: 60px;

        @media screen and (min-width: 1200px) {
            margin-top: 100px;
        }
    }

    .protocol,
    .step {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 12px;

        padding: 24px;
        border-radius: 24px;
        border: 1px solid #F3F3F3;
        box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.02);
        background: #FAF9FC;

        @media screen and (min-width: 1200px) {
            border-radius: 40px;
            padding: 32px 36px;
        }

        h3 {
            font-size: 18px;
            font-weight: 600;
            line-height: normal;

            @media screen and (min-width: 1200px) {
                font-size: 22px;
            }
        }

        p {
            color: #0A011A;
            font-family: "Inter Display";
            font-size: 14px;
            line-height: 21px;

            @media screen and (min-width: 1200px) {
                font-size: 16px;
                line-height: 24px;
            }
        }

        p.purple {
            font-size: 12px;
            letter-spacing: 1.4px;
        }

        ul {
            color: #0A011A;
            list-style: none;
            padding: 0;
            margin: 0;

            display: flex;
            flex-direction: column;
            gap: 8px;

            a {
                color: #0A011A;
                font-size: 15px;
                text-decoration: none;

                &:hover {
                    color: #7F3FFF;
                    text-decoration: underline;
                }
            }
        }
    }
}