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

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

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

#hero .right img {
    object-fit: contain;
}

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

#heroVideo {
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: url('/images/videoplaceholder.webp') no-repeat center;
    background-size: 100% 100%;
}

#heroLogos {
    display: flex;
    width: 100vw;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.herologo {
    width: 220px;
    height: 100px;
    background: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.herologo svg {
    width: 135px;
    height: 70px;
}

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

    .herologo {
        width: 150px;
        height: 70px;
    }

    .herologo svg {
        width: 100px;
        height: 50px;
    }
}

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

.lsectionP2 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--text-gray);
    margin-top: 10px;
    max-width: 900px;
}

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

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

    .lsectionP,
    .lsectionP2 {
        font-size: 16px;
        text-align: left;
        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;
    box-shadow: 0px 15px 30px 0px #ededeb;
}

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

#hiddenCost .hiddenCostStat {
    min-width: 160px;
    max-width: 220px;
}

#hiddenCost .hiddenCostValue {
    font-family: var(--libre);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #745405;
    margin-bottom: 8px;
}

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

#hiddenCost .hiddenCostSource {
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    color: var(--text-gray);
}

#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 .hiddenCostStats {
        gap: 40px;
    }
}

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

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

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

    #hiddenCost .hiddenCostStat {
        max-width: none;
    }

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


/* How Entrelacs works for employers */

#howItWorks {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(234, 241, 241, 0.65);
}

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


.howHeader h2 {
    font-family: var(--libre);
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -1px;
    color: var(--teal-900);
    margin-bottom: 16px;
}
.howHeader p {
    font-size: 20px;
    line-height: 1.45;
    color: var(--text-gray);
}

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

.howContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding: 56px;
    padding-bottom: 0px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(247, 242, 230, 0.25) 2.37%, rgba(255, 236, 187, 0.6) 86.13%);
    backdrop-filter: 100px;
    margin-top: 40px;
    transition: .5s;
}

.howSteps {
    width: 50%;
    padding: 50px 0;
}

.howStep {
    border-bottom: 1px solid #d7d2c5;
}

.howStep:last-child {
    border-bottom: none;
}

.howStepHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px 5px 12px;
    border-radius: 5px;
}
.howStepHeader:hover{
    transition: .4s;
    background: rgba(0, 0, 0, 0.25);
}

.howStep h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-gray3);
}

.howStep p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-gray2);
    margin-bottom: 16px;
}
.howStep svg{
    width: 40px;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;
    flex-shrink: 0;
    transition: .6s;
}
.howHidden{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s linear, opacity 0.5s linear;
    padding: 0px 5px;    
}

/* When the step is open, reveal its hidden content */
.howStep.is-open .howHidden {
    max-height: 500px;
    opacity: 1;
}

/* Rotate the arrow icon via CSS when the step is open */
.howStep.is-open .howStepHeader svg {
    transform: rotate(180deg);
    fill: #156B70;
}.howStep.is-open .howStepHeader svg path:first-child{ 
    stroke: #156B70;
}.howStep.is-open .howStepHeader svg path:last-child{ 
    stroke: #fff;
}



.howImage {
    width: 45%;
    height: 420px;
    transition: .5s;
    /* flex: 0 0 300px; */
    /* height: 100%; */
    /* max-width: 320px; */
}

.howImage img {
    width: 100%;

    transition: .5s;
    display: block;
    object-fit: contain;
}

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

    .howContent {
        padding: 40px;
        gap: 40px;
    }
}

@media (max-width: 800px) {
    .howContent {
        flex-direction: column;
    }
    .howSteps {
        width: 100%;
    }

    .howImage {
        align-self: center;
    }
}

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

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

    .howSubtitle {
        font-size: 16px;
    }

    .howContent {
        padding: 32px 24px;
    }
}


/* Benefits that keep your best people */

#benefits {
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--background);
}

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

.benefitsHeader {
    margin-bottom: 40px;
}

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

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

.benefitsCard {
    padding: 56px;
    border-radius: 24px;
    background: rgba(230, 249, 250, 0.2);
}

.benefitsTabs {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.benefitsTab {
    padding: 10px 20px;
    border-radius: 40px;
    border: none;
    background: #eaf1f1;
    color: var(--text-gray3);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.benefitsTabActive {
    background: #cfdede;
    color: var(--teal-dark);
}
.benefitsTab:hover {
    background: #cfdede;
    color: var(--teal-dark);
}

.benefitsContent {
    display: flex;
    gap: 48px;
    align-items: center;
}

.benefitsImage {
    flex: 0 0 50%;
    border-radius: 24px;
    overflow: hidden;
    background: #99C3F4;
}

.benefitsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefitsLists {
    flex: 1 1 0;
}

.benefitsList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.benefitsListActive {
    display: block;
}

.benefitsList li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.benefitsList svg{
    flex-shrink: 0;
    margin-right: 10px;
}


.benefitsList p {
    font-size: 20px;
    line-height: 1.45;
    color: var(--text-gray2);
}

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

    .benefitsCard {
        padding: 40px;
    }

    .benefitsContent {
        gap: 32px;
    }
}

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

    .benefitsImage {
        width: 100%;
    }
}

@media (max-width: 650px) {
    #benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .benefitsHeader h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .benefitsSubtitle {
        font-size: 16px;
    }

    .benefitsCard {
        padding: 32px 0px;
    }

    .benefitsList p {
        font-size: 16px;
    }
    .benefitsTab{
        font-size: 14px;
        padding: 8px 16px;
    }
}


/* Pricing & ROI */

#pricingRoi {
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--teal-900);
    color: #fbfcfc;
}
.pricingMobileHeader {
    display: none;
    font-family: var(--libre);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 32px;
    color: #fbfcfc;
}
.pricingSection {
    display: flex;
    gap: 60px;
    align-items: center;
}

.pricingLeft {
    width: 45%;
}

.pricingLeft h2 {
    font-family: var(--libre);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 32px;
    color: #fbfcfc;
}

.pricingList {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.pricingList li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.pricingList li svg {
    flex-shrink: 0;
}
.pricingList p {
    font-size: 20px;
    line-height: 1.5;
    color: #eaf1f1;
}

.pricingList p strong {
    font-weight: 700;
}

.pricingCta {
    background: #cde5e9;
    color: var(--teal-dark);
    width: 280px;
}

.pricingRight {
    width: 55%;
    display: flex;
    justify-content: center;
}

.pricingCard {
    width: 100%;
    padding: 48px;
    border-radius: 24px;
    background: #305152;
    border: 1px solid var(--teal-800);
    opacity: 0.8;
}

.pricingPriceRow {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 24px;
}

.pricingAmount {
    font-family: var(--libre);
    font-size: 104px;
    font-weight: 700;
    color: #fbfcfc;
    line-height: .8;
}

.pricingSuffix {
    font-size: 20px;
    font-style: italic;
    line-height: 1.45;
    color: #fbfcfc;
}

.pricingLine {
    font-size: 20px;
    line-height: 1.45;
    color: #fbfcfc;
    margin-bottom: 32px;
}

.pricingLineHighlight {
    font-weight: 700;
    font-style: italic;
}

.pricingCalculator p {
    font-size: 20px;
    line-height: 1.45;
    color: #fbfcfc;
    margin: 0 0 4px;
}

.pricingCalculatorLink {
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .pricingPriceRow{
        flex-direction: column;
        align-items: flex-start;
    }
}

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

    .pricingSection {
        gap: 40px;
    }

    .pricingCard {
        padding: 40px;
    }
}
@media (max-width: 950px) {
    .pricingSection {
        flex-direction: column-reverse;
    }

    .pricingRight {
        width: 100%;
    }
    .pricingLeft{
        width: 100%;
    }
    .pricingMobileHeader{
        display: block;
    }
    .pricingLeft h2{
        display: none;
    }
}

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

    .pricingMobileHeader {
        font-size: 30px;
    }

    .pricingAmount {
        font-size: 72px;
    }

    .pricingCard {
        padding: 32px 24px;
    }

    .pricingList p,
    .pricingLine,
    .pricingCalculator p {
        font-size: 16px;
    }
}
