#hero {
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    align-items: center;
    gap: 50px;
    background: url('/images/heroImages/CLINICIANS_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: contain;
    max-width: 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;
        padding-bottom: 64px;
    }

    #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;
}

#hiddenCost .hiddenCostCard {
    margin-top: 40px;
    width: 100%;
    background: #fffefc;
    border-radius: 16px;
    padding: 56px 56px 26px;
    box-shadow: 0px 15px 30px 0px #ededeb;
}

#hiddenCost .hiddenCostStats {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#hiddenCost .hiddenCostStat {
    width: 23%;
    min-height: 120px;
    margin-bottom: 30px;
    border-right: 1px solid #eed9a6;
    padding: 0 10px;
}

#hiddenCost .hiddenCostStat:last-child {
    border-right: none;
    padding-right: 0;

}

#hiddenCost .hiddenCostValue {
    font-family: var(--libre);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.48px;
    color: #745405;
    margin-bottom: 8px;
}

#hiddenCost .hiddenCostBody p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-gray2);
    margin: 0;
}


#hiddenCost .hiddenCostFooter {
    margin-top: 56px;
    font-size: 20px;
    line-height: 1.45;
    color: var(--text-gray);
}

#hiddenCost .hiddenCostFooter p {
    margin: 0;
}

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

    #hiddenCost .hiddenCostCard {
        padding: 40px;
    }

    #hiddenCost .hiddenCostStat {
        width: 48%;
    }

    #hiddenCost .hiddenCostStat:nth-child(2n) {
        border-right: none;
        padding-right: 0;

    }
}

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

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

    #hiddenCost .hiddenCostCard {
        padding: 32px 24px;
    }

    #hiddenCost .hiddenCostStats {
        flex-direction: column;
    }

    #hiddenCost .hiddenCostStat {
        width: 100%;
        max-width: none;
        border-right: none;
        border-top: 1px solid #eed9a6;
        padding-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        min-height: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #hiddenCost .hiddenCostStat:first-child {
        border-top: none;
        padding-top: 0;
    }

    #hiddenCost .hiddenCostFooter {
        font-size: 16px;
        line-height: 1.5;
    }
}


#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);
}

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

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

.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;
}

.solutionRowRightPurple {
    background: #dfdff6;
}

.solutionRowRightOrange {
    background: #fff0dc;
}

.solutionRowRightBlue {
    background: #d7e9ff;
}

.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;
    }

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

    .solutionRowLeft h3 {
        font-size: 24px;
        line-height: 1.4;
    }

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


#superpowers {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #FFFEFC;
}

.superpowersSection {
    margin: 0 auto;
    background: rgba(147, 238, 197, 0.08);
    border-radius: 24px;
    padding: 56px;
}

.superpowersHeader {
    max-width: 700px;
}

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

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

.superpowersCards {
    display: flex;
    gap: 24px;
    margin-top: 56px;
}

.superpowersCard {
    flex: 1 1 0;
    background: #fff9e9;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.superpowersValue {
    font-family: var(--libre);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #10494b;
    margin-bottom: 16px;
}

.superpowersBody {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-gray2);
}

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

    .superpowersSection {
        padding: 40px;
    }

    .superpowersCards {
        gap: 16px;
    }
}

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

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

    .superpowersSection {
        padding: 32px 24px;
    }

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

    .superpowersSubtitle {
        font-size: 16px;
    }
}

