
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

body{
    background: linear-gradient(135deg,#f5f7fb,#e9eef5);
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#1e3f7a;
}

.container{
    width:90%;
    max-width:1100px;
    text-align:center;
}

.logo{
    width:420px;
    max-width:90%;
    margin-bottom:30px;
}

.hero{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.product{
    width:420px;
    max-width:95%;
    margin-bottom:30px;
}

.coming{
    font-size:20px;
    letter-spacing:2px;
    margin-bottom:25px;
    color:#3d5fa5;
}

.contact p{
    margin-bottom:15px;
    line-height:1.6;
}

.contact a{
    text-decoration:none;
    color:#1e3f7a;
    font-weight:bold;
}

footer{
    margin-top:40px;
    font-size:12px;
    opacity:0.6;
}

@media (min-width:900px){

.hero{
    flex-direction:row;
    justify-content:center;
    gap:60px;
}

.product{
    width:360px;
}

.info{
    text-align:left;
}
}
