*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Darker Grotesque", sans-serif;
}

.container{
    max-width: 1326px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.site-header{
    padding: 18px 0 25px;
}

.hero-section{
    padding: 200px 0 340px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section .coming-soon h1{
    font-size: 65px;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1;
    margin-bottom: 21px;
}

.hero-section .coming-soon p{
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 700;
    line-height: 0.97;
    margin-bottom: 36px;
}

.hero-section .coming-soon a{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.site-footer{
    padding: 12px 0;
}

.foot-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-logo .logo-left{
    display: flex;
    gap: 12px;
}

.foot-logo .logo-left p{
    display: flex;
    gap: 12px;
    margin-bottom: 0;
    font-weight: 500;
}