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

        #title-container {
            .container {
                h1 {
                    strong {
                        font-weight: 600;
                    }
                }

                p {
                    color: #C0B0DB;
                    font-size: 14px;
                    line-height: 21px;
                    margin: 0 auto;
                }

                .btn {
                    height: 56px;
                    box-sizing: border-box;
                    border-radius: 16px;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 16px;
                }
            }

            @media screen and (min-width: 1200px) {
                min-height: 690px;
                justify-content: start;
                z-index: 2;

                .container {

                    h1,
                    p {
                        text-align: start;
                    }

                    h1 {
                        margin-top: 130px;
                        max-width: 677px;
                    }

                    p {
                        margin: 0;
                        max-width: 560px;
                        font-size: 16px;
                        line-height: normal;
                    }

                    .btn {
                        max-width: 360px;
                    }
                }
            }
        }
    }

    #platform-hero-img {
        display: block;
        width: 100%;
        height: auto;
        margin-top: -12vw;
        margin-bottom: -14vw;
        position: relative;
        z-index: 1;

        &.blend-lighten {
            mix-blend-mode: lighten;
        }

        @media screen and (min-width: 1200px) {
            position: absolute;
            width: min(1010px, 52vw);
            right: 0;
            top: 130px;
            margin: 0;
        }
    }

    #install {
        margin-top: 20vw;

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

        h2 {
            text-align: center;
        }

        .subtitle {
            color: #71658B;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            margin: 0 1rem;

            @media screen and (min-width: 1200px) {
                max-width: 708px;
                justify-self: center;
            }
        }

        .signing-note {
            color: #71658B;
            font-size: 13px;
            line-height: 19px;
            text-align: center;
            margin: 0 1rem;

            @media screen and (min-width: 1200px) {
                max-width: 708px;
                justify-self: center;
            }
        }

        .method {
            display: flex;
            flex-direction: column;
            gap: 16px;

            background: #FFF;
            border: 1px solid #EEE;
            border-radius: 24px;
            box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.02);
            padding: 18px;
            margin: 0 1rem;
            overflow: hidden;

            @media screen and (min-width: 1200px) {
                max-width: 708px;
                width: 100%;
                margin: 0 auto;
                padding: 24px;
            }

            .method-head {
                display: flex;
                align-items: center;
                gap: 12px;

                img {
                    flex: none;
                }

                .badge-chip {
                    flex: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 44px;
                    height: 44px;
                    box-sizing: border-box;

                    background: #F5F3FA;
                    border: 1px solid #EEE;
                    border-radius: 12px;

                    color: #0A011A;
                    font-family: "Neue Kaine";
                    font-size: 13px;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                h3 {
                    font-family: "Neue Kaine";
                    font-size: 16px;
                    font-weight: 700;
                    color: #0A011A;
                }

                p {
                    color: #71658B;
                    font-size: 13px;
                    line-height: 18px;
                    margin-top: 4px;
                }
            }

            pre {
                box-sizing: border-box;
                width: 100%;
                overflow-x: auto;

                background: #0A011A;
                color: #FFF;
                border-radius: 12px;
                padding: 12px 16px;
                margin: 0;

                code {
                    font-size: 13px;
                    line-height: 20px;
                    white-space: pre;
                }
            }

            table {
                width: 100%;
                border-collapse: collapse;
                font-size: 14px;

                th {
                    text-align: start;
                    color: #71658B;
                    font-size: 12px;
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 0.6px;
                    padding: 6px 10px;
                    border-bottom: 1px solid #EEE;
                }

                td {
                    color: #0A011A;
                    padding: 8px 10px;
                    border-bottom: 1px solid #F5F3FA;

                    code {
                        background: #F5F3FA;
                        border-radius: 6px;
                        padding: 2px 8px;
                        font-size: 13px;
                    }
                }

                tr:last-child td {
                    border-bottom: none;
                }
            }

            .fine-print {
                color: #71658B;
                font-size: 13px;
                line-height: 19px;
            }
        }

        .divider {
            display: flex;
            align-items: center;
            gap: 20px;
            margin: 8px 1rem;

            @media screen and (min-width: 1200px) {
                max-width: 708px;
                width: 100%;
                margin: 8px auto;
            }

            &::before,
            &::after {
                content: "";
                flex: 1;
                border-top: 1px solid #D9D4E5;
            }

            span {
                color: #71658B;
                font-size: 14px;
                font-weight: 600;
            }
        }

        .note {
            display: flex;
            align-items: center;
            gap: 20px;
            margin: 0 1rem;

            @media screen and (min-width: 1200px) {
                max-width: 708px;
                width: 100%;
                margin: 0 auto;
            }

            img {
                flex: none;
            }

            p {
                color: #71658B;
                font-size: 15px;
                line-height: 21px;
            }
        }
    }

    #vpn-download {
        margin-top: 20vw;

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

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

            b {
                font-weight: 700;
            }
        }

        .option {
            padding: 32px;
            gap: 40px;
            /* full-bleed on mobile: no rounding while touching the screen edges */
            border-radius: 0;

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

            .illustration {
                width: auto;
                max-width: 100%;
                height: 141px;
                object-fit: contain;

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

            .option-text {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 18px;
                width: 100%;

                .tag {
                    font-family: "Neue Kaine";
                    font-size: 14px;
                    font-weight: 500;
                    line-height: normal;
                    text-transform: uppercase;
                    color: #0A011A;
                }

                h3 {
                    font-family: "Neue Kaine";
                    font-size: 20px;
                    font-weight: 700;
                    line-height: normal;
                    color: #0A011A;

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

                .body {
                    color: #71658B;
                    font-size: 16px;
                    line-height: 24px;

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

                .sha256 {
                    color: #71658B;
                    font-size: 12px;
                    line-height: 18px;

                    code {
                        word-break: break-all;
                        font-size: 12px;
                    }
                }
            }

            .buttons {
                display: flex;
                flex-direction: column;
                gap: 16px;
                width: 100%;
                margin-top: auto;

                @media screen and (min-width: 1200px) {
                    flex-direction: row;
                }

                .btn,
                .white-btn {
                    height: 56px;
                    box-sizing: border-box;
                    padding: 10px 28px;
                    border-radius: 16px;
                    font-size: 16px;
                    font-weight: 700;
                    text-transform: uppercase;
                    justify-content: center;
                }

                img {
                    width: 18px !important;
                    height: 18px;
                    flex: none;
                }

                .white-btn {
                    font-size: 16px;
                }

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

                    .btn,
                    .white-btn {
                        align-self: auto;
                        flex: none;
                        min-width: 177px;
                    }
                }
            }
        }
    }

    #getting-started {
        background: #EFEDF5;
        margin-top: 60px;
        padding: 40px 0;

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

        h2 {
            text-align: center;
            text-transform: capitalize;
        }

        .intro {
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: center;
            text-align: center;

            p {
                color: #71658B;
                font-size: 16px;
                line-height: 24px;
                max-width: 306px;

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

                strong {
                    color: #0A011A;
                    font-weight: 600;
                }
            }
        }

        .step {
            position: relative;
            display: flex;
            flex-direction: column;
            background: #FFF;
            border: 1px solid #EEE;
            border-radius: 32px;
            box-shadow: 0px 29px 58px 0px rgba(0, 0, 0, 0.05);
            margin: 20px 1rem 0;
            height: 640px;

            @media screen and (min-width: 1200px) {
                height: 880px;
                margin: 20px 0 0;
            }

            .badge-num {
                position: absolute;
                top: -19px;
                right: 16px;
                z-index: 2;

                display: flex;
                align-items: center;
                justify-content: center;
                width: 38px;
                height: 38px;
                border-radius: 50%;

                color: #FFF;
                font-family: "Neue Kaine";
                font-size: 18px;
                font-weight: 700;

                &.badge-purple {
                    background: #A148FF;
                }

                &.badge-blue {
                    background: #2744FF;
                }

                &.badge-green {
                    background: #41B02B;
                }
            }

            .step-content {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 24px;
                padding: 31px;
                width: 100%;
                box-sizing: border-box;

                h3 {
                    font-family: "Neue Kaine";
                    font-size: 24px;
                    font-weight: 700;
                    color: #0A011A;
                }

                p {
                    color: #71658B;
                    font-size: 16px;
                    line-height: 24px;
                }

                pre {
                    width: 100%;
                    box-sizing: border-box;
                    overflow-x: auto;

                    background: #0A011A;
                    color: #FFF;
                    border-radius: 12px;
                    padding: 16px 20px;

                    code {
                        font-size: 13px;
                        line-height: 20px;
                    }
                }
            }

            .visual-clip {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                flex: 1;
                min-height: 0;
                margin-top: auto;
                overflow: hidden;
                border-radius: 0 0 32px 32px;
            }

            .visual {
                display: block;
                width: 87%;
                margin: 0 auto;

                &.photo {
                    width: 117%;
                    max-width: none;
                    margin-left: -8.5%;
                }
            }
        }

        .instructions {
            display: flex;
            justify-content: center;
            margin-top: 16px;

            .btn {
                width: 100%;
                height: 50px;
                box-sizing: border-box;
                padding: 16px 48px;
                border-radius: 16px;
                font-size: 16px;
                font-weight: 600;

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