#hero {
    padding-top: 150px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 50px;
    background: url('/images/heroImages/HEALTH_SYSTEM_BG.webp') no-repeat center;
    background-size: cover;
}

#hero .left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

#hero .right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .right img {
    object-fit: cover;
    max-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

#hero h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4%;
    color: var(--teal-dark);
    margin-bottom: 10px;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

h1 span {
    color: var(--teal);
}

#hero .subheader {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-gray2);
    width: 100%;
    margin-bottom: 30px;
}

.ctas {
    display: flex;
    justify-content: left;
    gap: 20px;
}

main .cta {
    width: 280px;
}

@media (max-width: 1000px) {
    #hero {
        flex-direction: column;
        gap: 60px;
        padding-top: 120px;
    }

    #hero .right,
    #hero .left {
        width: 100%;
    }
}

@media (max-width: 650px) {
    h1 {
        font-size: 30px;
    }

    #hero .subheader {
        font-size: 16px;
        line-height: 1.5;
    }

    .ctas {
        flex-wrap: wrap;
    }
}

@media (max-width: 350px) {
    .ctas .cta {
        width: 100%;
    }
}



.lsection {
    padding-top: 120px;
    padding-bottom: 120px;
}

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


.lsection h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--tangerine);
    margin-top: 20px;
    max-width: 900px;
}

.lsectionP {
    font-size: 20px;
    line-height: 1.45;
    color: var(--text-lighter);
    margin-top: 20px;
    max-width: 900px;
}

@media (max-width: 650px) {
    .lsection {
        display: flex;
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lsection h2 {
        font-size: 30px;
    }

    .lsectionP {
        font-size: 16px;
        max-width: 100%;
        line-height: 1.5;
    }
}


/* Hidden cost / The problem section */

#hiddenCost .hiddenCostSection {
    padding-top: 120px;
    padding-bottom: 120px;
    align-items: flex-start;
}

#hiddenCost .hiddenCostHeader {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 880px;
}

#hiddenCost .hiddenCostHeader h2 {
    font-family: var(--libre);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -1px;
    color: var(--teal-900);
}

#hiddenCost .hiddenCostHeader .lsectionP {
    margin-top: 0;
}

@media (max-width: 1000px) {
    #hiddenCost .hiddenCostSection {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 650px) {
    #hiddenCost .hiddenCostSection {
        padding-top: 80px;
        padding-bottom: 80px;
        align-items: stretch;
    }

    #hiddenCost .hiddenCostHeader h2 {
        font-size: 30px;
        line-height: 1.3;
    }
}


#solution {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(237, 249, 241, 0.5);
}

.solutionSection {
    max-width: 1200px;
    margin: 0 auto;
}

.solutionHeader h2 {
    font-family: var(--libre);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--teal-900);
}

.solutionSubtitle {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--text-gray);
}

.solutionRows {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 56px;
}

.solutionRow {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
}

.solutionRowLeft {
    background: #ffffff;
    flex: 0 0 50%;
    padding: 56px;
    display: flex;
    align-items: center;
}

.solutionRowLeft h3 {
    font-family: var(--libre);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--teal-900);
    max-width: 430px;
}

.solutionRowRight {
    flex: 1 1 50%;
    padding: 40px 56px;
    display: flex;
    align-items: center;
    position: relative;
}

.solutionRowRightYellow {
    background: #fff9e9;
}

.solutionRowRightOrange {
    background: #fff0dc;
}

.solutionRowRightBlue {
    background: #d7e9ff;
}

.solutionRowRightTeal {
    background: #e6f9fa;
}

.solutionRowList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solutionRowList li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.solutionRowList svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}


.solutionRowList p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-gray);
}
.solutionRowSVG {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -0px;
    right: -0px;
}


@media (max-width: 1000px) {
    #solution {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .solutionRowLeft,
    .solutionRowRight {
        padding: 32px;
    }
}

@media (max-width: 900px) {
    .solutionRow {
        flex-direction: column;
    }

    .solutionRowLeft,
    .solutionRowRight {
        flex: 1 1 auto;
    }
}

@media (max-width: 650px) {
    #solution {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .solutionHeader h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .solutionSubtitle {
        font-size: 16px;
    }

    .solutionRowLeft,
    .solutionRowRight {
        padding: 24px;
    }

    .solutionRowLeft h3{
        font-size: 24px
    }

    .solutionRowList p {
        font-size: 16px;
    }
}



