html, body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    background: #121212;
}

a {
    text-decoration: none; 
}

img { 
    -webkit-user-drag: none; 
    -khtml-user-drag: none; 
    -moz-user-drag: none; 
    -o-user-drag: none; 
    user-drag: none; 
  }

::selection {
    
}

article {
    max-width: 1044px;
    margin: 80px auto;
    padding: 0 80px;
    box-sizing: border-box;
}

article section {
    display: inline-block;
    vertical-align: middle;
}

article section:first-child {
    margin-right: 90px;
}

article section h1::before {
    position: absolute;
    top: 50%;
    left: -95px;
    transform: translate(0, -50%);
    content: "";
    background-image: url('/assets/img/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    height: 85px;
    display: inline-block;
}

article section h1 {
    position: relative;
    margin: 0 0 20px 95px;
    padding: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    display: inline-block;
    font-size: 85px;
}

article section h4 {
    margin: 0 0 30px 0;
    padding: 0;
    width: 458px;
    font-family: 'Roboto', sans-serif;
    font-size: 51px;
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, #f27121 , #e94057, #8a2387);
    background: -webkit-linear-gradient(45deg, #fdc830, #f37335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

article section .badges {
    margin: 0 0 25px 0;
}

article section .badges a:first-child {
    margin-right: 20px;
}

article section .badges a img {
    height: 55px;
}

article section .badges a img.soon {
    cursor: wait;
    opacity: 0.5;
}

article section span {
    margin: 0;
    padding: 0;
    width: 358px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
}

article section span a {
    color: rgba(255, 255, 255, 0.4) !important;
    text-decoration: underline;
    transition: color .3s ease;
}
article section span a:hover {
    color: rgba(255, 255, 255, 0.2) !important;
}

article section img.iphone {
    margin: 0;
    padding: 0;
    width: 332px;
}


@media (min-width: 894px) and (max-width: 1044px) {
    article {
        max-width: 894px;
    }

    article section img.iphone {
        width: 252px;
    }

    article section h1 {
        margin: 0 0 20px 80px;
        font-size: 70px;
    }

    article section h1::before {
        left: -90px;
        width: 80px;
        height: 80px;
    }

    article section h4 {
        font-size: 45px;
        width: 388px;
    }

    article section .badges a img {
        height: 50px;
    }

    article section span {
        width: 338px;
        font-size: 13px;
    }
}

@media (min-width: 461px) and  (max-width: 894px) {
    article {
        width: 388px;
        padding: 0;
    }

    article section {
        margin: 0 !important;
        text-align: center;
    }

    article section:nth-child(2) {
        display: none;
    }

    article section h1 {
        margin: 0 0 20px 80px;
        font-size: 70px;
    }

    article section h1::before {
        left: -90px;
        width: 80px;
        height: 80px;
    }

    article section h4 {
        font-size: 45px;
        width: 388px;
    }

    article section .badges a img {
        height: 50px;
    }

    article section span {
        width: 338px;
        font-size: 13px;
    }
}

@media (min-width: 376px) and (max-width: 461px) {
    article {
        width: 100%;
        padding: 0;
    }

    article section {
        margin: 0 !important;
        text-align: center;
    }

    article section:nth-child(2) {
        display: none;
    }

    article section h1 {
        margin: 0 0 30px 70px;
        font-size: 45px;
    }

    article section h1::before {
        left: -70px;
        width: 60px;
        height: 60px;
    }

    article section h4 {
        font-size: 35px;
        width: auto;
        margin: 0 40px 30px 40px;
    }

    article section .badges {
        margin: 0 0 20px 0;
    }   

    article section .badges a img {
        height: 35px;
    }

    article section span {
        width: auto;
        font-size: 13px;
        margin: 0 40px;
    }
}

@media (max-width: 375px) {
    article {
        width: 100%;
        padding: 0;
    }

    article section {
        margin: 0 !important;
        text-align: center;
    }

    article section:nth-child(2) {
        display: none;
    }

    article section h1 {
        margin: 0 0 30px 70px;
        font-size: 45px;
    }

    article section h1::before {
        left: -70px;
        width: 60px;
        height: 60px;
    }

    article section h4 {
        font-size: 35px;
        width: auto;
        margin: 0 40px 30px 40px;
    }

    article section .badges {
        margin: 0 0 20px 0;
    }   

    article section .badges a img {
        height: 35px;
    }

    article section span {
        width: auto;
        font-size: 13px;
        margin: 0 40px;
    }
}