﻿body {
    background-color: #062656;
}

.section.hero {
    background-color: #062656;
}

    .section.hero .content {
        grid-template-columns: auto 435px;
    }

        .section.hero .content > * {
            grid-column: 1/2;
        }


        .section.hero .content > a.cta {
            color: #f5f5f5;
        }

        .section.hero .content a {
            color: #e97c52;
        }

        .section.hero .content .product {
            grid-column: 2/3;
            grid-row: 1/7;
        }


    .section.hero .content {
        display: grid;
    }

        .section.hero .content h1 {
            color: #f5f5f5;
        }

        .section.hero .content h3 {
            grid-row: 1/2;
            color: #e97c52;
            margin-bottom: 0px;
        }

        .section.hero .content p {
            margin-top: 0px;
            color: #f5f5f5;
        }

        .section.hero .content span {
            color: #f0efea;
        }

        .section.hero .content .rating {
            display: grid;
            grid-template-columns: 25px 25px 25px 25px 25px auto;
            grid-template-rows: auto;
            margin-top: 38px;
            margin-bottom: 12px;
            column-gap: 6px;
        }

        .section.hero .content .review {
            font-size: 0.9em;
        }

        .section.hero .content .product {
            display: grid;
        }

            .section.hero .content .product img {
                grid-row: 1/2;
                grid-column: 1/2;
            }


                .section.hero .content .product img.app {
                    z-index: 1;
                    align-self: end;
                    justify-self: end;
                }


@media (max-width:1100px) {

    .section.hero .content {
        grid-template-columns: 3fr 2fr;
    }


        .section.hero .content h3 {
            margin-top: 0px;
        }


    .section.hero .product img:first-of-type {
        width: 80%;
        height: unset;
    }


    .section.hero .product img:last-of-type {
        width: 36%;
        height: unset;
        margin-right: 12px;
    }

    .section.hero .content h1 {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 1.8em;
    }

    .section.hero .content h3 {
        font-size: 1.1em;
    }
}

@media (max-width:930px) {

    .section.hero .content {
        grid-template-columns: auto;
    }

    .section.hero .content {
        text-align: center;
    }

        .section.hero .content > a {
            justify-self: center;
        }

            .section.hero .content > a.cta {
                grid-row: 7/8;
                margin-top: 24px;
            }

        .section.hero .content .rating span {
            text-align: left;
        }

        .section.hero .content .review {
            text-align: left;
        }

        .section.hero .content .product {
            width: 365px;
            grid-template-columns: 1fr;
            align-self: center;
            margin-top: 24px;
            grid-column: 1/2;
            grid-row: unset;
            justify-self: center;
        }
}


@media (max-width:768px) {

    .section.hero .content {
        text-align: left;
    }


        .section.hero .content .product {
            width: 50%;
        }
}



@media (max-width:650px) {

    .section.hero .content .product {
        width: 65%;
    }

    .section.hero .content h1 {
        font-size: 1.7em;
    }
}



@media (max-width:550px) {

    .section.hero .content .product {
        width: 70%;
    }
}


@media (max-width:490px) {

    .section.hero .content h1 {
        font-size: 1.6em;
    }

    .section.hero .content .product {
        width: 60%;
    }
}
