/* Mockup */
.mockup{
    display: flex;
    flex-direction: column;
}
.mockup img{
    align-self: center;
}

.mockup p{
    color: #146048;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 98.95%;

    margin-bottom: 40px;
    margin-top: 0;
}

/* Values */
.values{
    background: var(--the-main-gradient, linear-gradient(321deg, #001311 0%, #093628 53.85%, #146048 96.63%));
}

.values h2{
    color: #CEF17B;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;
    margin: 41px auto;
}

.values ul{
    display: flex;
    justify-content: space-between;
    gap: 10px;

    margin-left: clamp(0px, 10%, 147px);
    margin-right: clamp(0px, 10%, 147px);

    margin-bottom: 24px;

    padding-inline-start: 0;
}

.values li{
    box-sizing: border-box;
    background-color: #093628;

    flex: 0 0 calc((100% - 20px) / 3);

    height: 192px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    padding: 16px 10px 18px 10px;
}

.values li h3{
    color: #CEF17B;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;

    margin-top: 10px;
}

.values li p{
    color: #CEF17B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.7%;
}

/* Problems */
.problems{
    background: #F2F6EC;

    display: flex;
    justify-content: space-between;

    padding-top: 120pt;
    padding-bottom: 120pt;
}

.problems-title{
    width: 273px;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.problems h2{
    color: #093628;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;
}

.problems-title img{
    align-self: end;
    margin-right: 25pt;
}

.problems ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 8px;

    padding: 0;
    margin: 0;

    width: 70%;
}

.problems li{
    flex: 1 1 25%;

    border-radius: 6px;
    box-shadow: 0 0 17px 0 rgba(206, 241, 123, 0.50), 0 4px 4px 0 rgba(0, 19, 17, 0.10);
    padding: 16px 10px 18px 10px;

    background: #FAFFF1;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 278px;
    height: 160px;
}

.problems li img{
    align-self: center;
}

.problems li h3{
    text-align: center;

    margin-top: 18px;

    color: #093628;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;
    text-wrap: nowrap;
}

.problems li p{
    color: #146048;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.7%;
    text-wrap: nowrap;
}

/* Mission */
.mission{
    background: #CEF17B;

    padding: 97px 305px 86px 305px;
    width: calc(100vw - 610px);
}

.mission h2{
    color: #093628;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;
}

/* Waiting list */
.waiting-list{
    display: flex;
    flex-direction: column;

    padding: 120px 0;
}

.waiting-list h2{
    color: #093628;
    text-align: center;
    font-family: "Chakra Petch", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 98.95%;

    margin-bottom: 35px;
}

.waiting-list h2 span{
    background-image: linear-gradient(#CEF17B, #CEF17B);
    background-size: 100% 65%;
    background-position: 0 80%;
    background-repeat: no-repeat;
}

.waiting-list img{
    align-self: center;
}

.mobile-mockup{
    width: 100vw;
    min-width: 100vw;
    margin-bottom: -200px;
}

@media (max-width: 1280px) {
    .problems ul{
        flex-direction: column;
    }

    .problems {
        flex-direction: column;
    }

    .problems-title{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .problems-title img{
        rotate: 180deg;

        margin: 28px auto 29px;

        z-index: 1;
    }

    .problems ul{
        width: inherit;
        align-items: center;
    }

    .problems li{
        width: inherit;
        max-width: 400px;

        box-sizing: border-box;

        flex-direction: row;
        justify-content: flex-start;
        column-gap: 25px;
        align-items: center;

        text-align: left;

        padding: 28px 27px;

    }

    .problems li h3, .problems li p{
        text-align: left;
    }

    .values ul{
        margin-left: 0;
        margin-right: 0;

    }

    .mission{
        width: 100%;
        padding: 65px 50px 61px;
    }

    .mission h2{
        font-size: 24px;
    }
}

.launching-soon{
    display: flex;
    justify-content: center;
    gap: 10px;

    margin-top: 10px;
    margin-bottom: 25px;
    height: 25px;
}

.launching-soon p{
    color: #093628;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin: 0;
}

@media (max-width: 960px) {
    .problems{
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .problem-text h3{
        font-size: 20px;
    }
    .problem-text p{
        font-size: 14px;
    }

    .values ul{
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .problems li{
        padding: 17px 20px;
        column-gap: 5px;
    }
}

@media (max-width: 400px) {
    h1{
        font-size: 37px;
    }

    .problems h2{
        font-size: 36px;
    }

    .problems li h3{
        font-size: 20px;
    }

    .problems li p{
        font-size: 13px;
    }
}
