.nav-links-nf1 a:hover {
    color: #228F86;
}

.nav-links-nf2 a:hover {
    color: #7B8BA0;
}

.nav-links-wf a:hover {
    color: #006F3A;
}

.nav-links-m a:hover {
    color: #A574E4;
}

.heading2-nf1 {
    text-decoration-line: underline;
    text-decoration-color: #B0E1DD;
    text-decoration-thickness: 4px;
}

.heading2-nf2 {
    text-decoration-line: underline;
    text-decoration-color: #E4D9D0;
    text-decoration-thickness: 4px;
}

.heading2-wf {
    text-decoration-line: underline;
    text-decoration-color: #FFE69E;
    text-decoration-thickness: 4px;
}

.heading2-m {
    text-decoration-line: underline;
    text-decoration-color: #A574E4;
    text-decoration-thickness: 4px;
}

/* fonts */

a {
    text-decoration: none;
}

.heading {
    font-size: 28px;
}

.heading2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-underline-offset: 9px;
}

h4 {
    font-size: 20px;
    margin-bottom: 24px;
}

.para {
    font-size: 18px;
    font-family: 'Sansation', sans-serif;
    line-height: 150%;
    max-width: 520px;
}

.para2 {
    font-size: 18px;
    font-family: 'Sansation', sans-serif;
    line-height: 150%;
    max-width: 595px;
    text-align: center;
}

/* main hero section */

.intro-section-container {
    display: flex;
    flex-direction: column;
    width: 80vw;
    max-width: 1150px;
    gap: 64px;
    margin: 64px auto;
}


/* top section */

.intro-section-top {
    display: flex;
    gap: 10%;
    align-items: center;
}

.intro-section-text-para {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.intro-section-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.intro-section-text-nf1 {
    height: 525px;
    gap: 5%;
}

.intro-section-text-nf2 {
    height: 623px;
    gap: 7%;
}

.intro-section-img {
    width: 35vw;
}

/* stat section */

.stat-container {
    display: flex;
    gap: 10%;
    justify-content: space-evenly;
}

.stat-header {
    font-size: 96px;
    letter-spacing: -0.07em;
    position: relative;
    display: inline-block;
}

.stat-header::after {
    content: '';
    position: absolute;
    bottom: 0.1em; /* move it up/down depending on font */
    left: 0;
    width: 100%;
    height: 0.3em; /* thickness of the “underline” */
    background-color: #ACDCD8;
    z-index: -1; /* so it stays behind the text */
  }

.stat-para {
    font-size: 18px;
    font-family: 'Sansation', sans-serif;
    line-height: 135%;
}

/* NF02 solution section */

.solution p {
    font-family: 'Sansation', sans-serif;
    font-size: 14px;
}

.solution-container {
    gap: 10%;
}

.solution {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.solution-list-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap:.25rem;
}

.solution-list {
    margin-left: 1.5rem;
    margin-right: 2.5rem;
    text-align: center;
}

.solution-list::after {
    background-color: #E4D9D0;
}

.solutions {
    display: flex;
    gap: .5rem;
    align-items: center;
}

/* WF hero section & button */

.stat-WF {
    margin-right: 3rem; 
}

.stat-header-WF::after {
    background-color: #FBE29C;
}

.stat-header-M::after {
    background-color: #78C8E6;
}

.site-link-wrapper {
    width: 125px;
    margin-top: 1rem;
}

.site-link {
    color: #006F3A;
    font-size: 24px;
}

.mend-link {
    color: #A574E4;
    font-size: 24px;
}

.site-link-arrow {
    margin-left: 12px;
    display: inline-block;
    transition: all .2s ease-out;
}

.site-link-wrapper:hover {
    cursor: pointer;
}

.site-link-wrapper:hover .site-link-arrow {
    transform: translateX(4px);
}

/* Banner Section */

.banner {
    width: 100vw;
    margin-top: 4rem;
    margin-bottom: 8rem;
}

/* Focus Area Section */

.focus-area-container {
    margin: 0 auto 5rem;
    width: 70vw;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.focus-area-container-nf {
    gap: 2rem;
}

.focus-area-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.focus-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.focus-area-header-para {
    font-size: 20px;
    font-family: 'Sansation', sans-serif;
    line-height: 150%;
}

.focus-area-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.focus-area-row img {
    max-width: 585px;
}

.focus-area-row-text {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    width: 100%;
}

.focus-area-row-text p {
    width: 100%;
    text-align: left;
}

.vignette {
    width: 80vw;
    margin-top: 2rem;
}

.vignette-02-nf2 {
    width: 100vw;
}

.vignette-mobile {
    display: none;
}

.focus-areas-mobile-container {
    display: none;
}

/* Learnings */

.learnings-para {
    font-size: 18px;
    font-family: 'Sansation', sans-serif;
    line-height: 150%;
}

.learnings {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 0 auto;
    gap: 20vw;
    margin-bottom: 3rem;
}



/* media queries */

@media screen and (max-width: 1200px) {
    .intro-section-top {
        flex-direction: column-reverse;
    }

    .intro-section-img {
        width: 482px;
        margin-bottom: 64px;
    }

    .intro-section-text {
        width: 482px;
        gap: 2rem;
    }

    h4 {
        margin-bottom: 8px;
    }

    .intro-section-container {
        width: 482px;
    }

    .stat-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
        align-items: start;
        margin-top: -6rem;
    }

    .vignette {
        width: 90vw;
    }

    .vignette-02-nf2 {
        width: 100vw;
    }

    .vignette-nf2 {
        width: 100vw;
    }

    .banner {
        margin-top: -2rem;
        margin-bottom: 8rem;
    }

    .nf-stat-container-space {
        margin-bottom: 8rem;
    }

    /* NF02 solution section */

    .solution-container {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    .learnings {
        gap: 10%;
    }
}

@media screen and (max-width: 750px) {
    .focus-areas-container {
        display: none;
    }

    .focus-areas-mobile-container {
        display: block;
    }

    .focus-areas-mobile-container img {
        display: block;
        width: 100vw;
    }

    .learnings {
        flex-direction: column;
        margin-top: 3rem;
    }

    .side-learnings {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .intro-section-img, .intro-section-text, .intro-section-container {
        width: 350px;
    }

    .para, .para2, .learnings-para {
        font-size: 16px;
    }

    .focus-area-header-para {
        font-size: 18px;
    }

    .stat-para {
        font-size: 14px;
    }

    .stat-header {
        font-size: 72px;
    }

    .stat-container {
        grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
        margin-top: -4rem;
    }

    .vignette {
        width: 100vw;
    }

    .banner {
        margin-bottom: 5rem;
        margin-top: -3rem;
    }

    .focus-area-container {
        margin: 0 auto 2rem;
    }

    /* NF02 solution section */

    .solution-container {
        margin-top: 1rem;
        gap: 3%;
    }
}

@media screen and (max-width: 400px) {
    .intro-section-img, .intro-section-text, .intro-section-container {
        width: 300px;
    }

    .stat-header {
        font-size: 72px;
    }

    .stat-container {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        margin-top: -2rem;
    }

    .intro-section-container {
        margin-top: 32px;
    }

    .vignette-mobile {
        display: block;
        width: 100vw;
    }

    .vignette {
        display: none;
    }

    .para2 {
        margin-bottom: 1rem;
    }

    .banner {
        margin-bottom: 3rem;
        margin-top: .5rem;
    }

    .nf-stat-container-space {
        margin-bottom: 0rem;
        padding-bottom: 4rem !important;
    }

    .nf2-banner {
        margin-top: 1rem;
    }

    /* NF02 solution section */

    .solution-container {
        margin-top: 1rem;
    }
}


.fade-in {
    opacity: 0;
    transform: translateY(10px); /* Optional: slight upward motion */
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  


