/****************
Button Override (Desktop)
****************/

@media (min-width: 800px) {
    .button {
        font-size: 18px;
    }
}


/******************
Sample
***************/

#sample {
    padding: 15px 10px;
    text-align: center;
    background-color: var(--orange);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
}


/******************
Reviews
 */

#reviews {
    max-width: 690px;
    padding: 60px 20px 60px;
    display: flex;
    flex-direction: column;
}

#reviewsTitle {
    color: #282a29;
    text-align: center;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
}

#reviewsStars {
    max-width: 200px;
    margin: 0 auto 20px;
}

#reviewsSwiper {
    margin-bottom: 40px;
    width: 100%;
}

.reviewSwiperSlide {
    padding: 0 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviewSwiperSlideTitle {
    font-family: "Playfair Display";
    max-width: 500px;
    margin: 0 auto 20px;
    font-size: 40px;
    text-align: center;
}

.reviewSwiperSlideBy {
    font-size: 18px;
    color: #c58173;
    font-weight: 900;
    text-align: center;
}

#reviewsPagination {
    position: static;
    --swiper-theme-color: var(--orange);
    margin-top: 20px;
}

#reviewsButton {
    background-color: #a4664c;
}

@media (max-width: 800px) {
    #reviews {
        padding: 30px 20px;
    }

    #reviewsTitle {
        margin-bottom: 15px;
        font-size: 32px;
    }

    .reviewSwiperSlideTitle {
        font-size: 26px;
    }
}

/**********
Proven
*********/

#proven {
    background-color: #e1c9b3;
}

#provenInner {
    padding: 60px 20px;
}

#provenTitle {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}

#provenTitle .highlight::before {
    background-color: #efdcca;
}

#provenSubtitle {
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}

#provenGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    margin-bottom: 50px;
}

.provenItem {
}

.provenItemImage {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.provenItemTitle {
    font-size: 30px;
    color: #a07850;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.provenItemDescription {
    font-size: 19px;
    text-align: center;
}

#provenButton {
    letter-spacing: 1px;
}

@media (max-width: 800px) {
    #provenTitle {
        font-size: 30px;
    }

    #provenGrid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .provenItemImage {
        margin-bottom: 2px;
    }

    .provenItemTitle {
        margin-bottom: 5px;
    }
}


/**********
Pressure
*********/

#pressure {
}

#pressureInner {
    padding: 60px 20px;
}

#pressureGrid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 45px;
    margin-bottom: 30px;
    align-items: center;
}

#pressureTitle {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

#pressureTitle .highlight::before {
    background-color: #ebb5a4;
}

.pressureBullet {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.pressureBullet:last-child {
    margin-bottom: 0;
}

.pressureBulletImage {
    width: 26px;
    height: auto;
    margin-right: 15px;
}

.pressureBulletText {
    font-size: 18px;
    line-height: 1.7;
}

#pressureButton {
    background-color: #d2bba2;
    color: black;
    letter-spacing: 1px;
}

@media (max-width: 800px) {
    #pressureGrid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .provenItemImage {
        margin-bottom: 2px;
    }

    .provenItemSubtitle {
        margin-bottom: 5px;
    }

}


/**********
Need
***********/

#need {
    background-color: #fbf8ef;
}

#needInner {
    padding: 60px 20px;
}

#needTitle {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

#needSubtitle {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 20px;
}

.needBullet {
    display: grid;
    align-items: center;
    grid-template-columns: 30px auto;
    column-gap: 15px;
    margin-bottom: 20px;
}

.needBulletImage {
}

.needBulletText {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 800px) {
    #needInner {
        padding: 60px 30px;
    }

    .needBulletImage {
        margin-top: 5px;
    }

    .needBulletText {
        font-size: 20px;
    }
}


/*****************
Stats
 */

#stats {
}

#statsInner {
    padding: 40px 20px 10px;
}

#statsTitle {
    font-size: 50px;
    color: var(--orange);
    font-family: 'Playfair Display', serif;
    margin-bottom: 14px;
}

.statsRow {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d09790;
    margin-bottom: 10px;
    align-items: center;
}

.statsRow.last {
    border-bottom: none;
    margin-bottom: 10px;
}

.statsRowPercentage {
    color: #d09790;
    font-weight: 700;
    font-size: 40px;
}

.statsRowDescription {
    font-size: 25px;
    font-weight: 500;
}

#statsLegal {
    text-align: left;
    font-size: 14px;
    font-style: italic;
}

@media (max-width: 800px) {
    #statsTitle {
        font-size: 30px;
    }

    .statsRowPercentage {
        font-size: 40px;
    }

    .statsRowDescription {
        font-size: 17px;
    }

    #statsLegal {
        font-size: 12px;
    }

    #statsLegal br {
        display: none;
    }
}

/******************
Modules
******************/

#modules {
    position: relative;
    z-index: 1;
}

#modulesInner {
    padding: 60px 20px;
}

#modulesTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    line-height: 1.4;
    color: #995244;
    text-align: center;
    font-weight: 900;
    margin-bottom: 50px;
}

.modulesTitleHighlight::before {
    background-color: #efdcca;
}

#modulesDescription {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 60px;
}

#modulesSwiperContainer {
    position: relative;
}

#modulesSwiper {
    margin-bottom: 30px;
}

.module {
    width: 100%;
    max-width: 236px;
    background-color: #ECE8E5;
    position: relative;
    padding: 65px 15px 45px;
    border-radius: 30px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 50px;
    height: auto;
}

.module:last-child {
    margin-right: 0;
}

.moduleImageWrapper {
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    background-color: #ECE8E5;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moduleImage {
    display: block;
    width: 100%;
    max-width: 68px;
    height: 100%;
    max-height: 55px;
}

.moduleTitle {
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.moduleTitle > span {
    color: #c57433;
}

.moduleDescription {
    text-align: center;
    font-size: 14px;
}

#modulesPagination {
    position: unset;
    margin-top: 15px;
}

#modulesPagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #eadcd3;
}

#modulesPagination .swiper-pagination-bullet-active {
    background-color: #da9662;
}

#modulesPrevious, #modulesNext {
    background: #b38c72;
    border-radius: 100vh;
    width: 30px;
    height: 30px;
}

#modulesPrevious {
    left: -50px;
}

#modulesNext {
    right: -50px
}

#modulesPrevious::after, #modulesNext::after {
    font-size: 12px;
    color: white;
}

#moduleButton {
}

@media (max-width: 1400px) {
    #modulesPrevious {
        left: -15px;
    }

    #modulesNext {
        right: -15px;
    }
}

@media (max-width: 750px) {

    #modulesTitle {
        line-height: 1.2;
    }

    .module {
        margin: 40px auto 40px;
    }

    .module:last-child {
        margin-right: auto;
    }
}


/************
FAQ Override
************/

#FAQ {
    background-color: #e5e5e5;
}

#FAQTitle {
    color: #282a29;
    margin-bottom: 20px;
}

#FAQTitle .highlight::before {
    background-color: #efdcca;
}

#FAQSubtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}


/******************
Meet
******************/

#meet {
    padding: 60px 20px;
    background-color: #fbf8ef;
}

#meetHeader {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 45px;
}

#meetHeader .highlight::before {
    background-color: #b7a89e;
}

#meetInner {
    display: grid;
    grid-template-columns: 5fr 6fr;
    column-gap: 50px;
}

#meetImage {
}

#meetImageElement {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-bottom: 10px;
}

#meetImageName {
    font-weight: 800;
    color: #9B6E58;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 20px;
}

#meetContent {
    padding: 60px 0;
}

#meetTitle {
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
}

.meetDescription {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
}

#meetButton {
    background-color: #d2bba2;
    letter-spacing: 1px;
    color: black;
    font-weight: 300;
}


@media (max-width: 800px) {
    #meetInner {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    #meetContent {
        padding: 0;
    }

    #meetTitle {
        font-size: 24px;
    }

    .meetDescription {
        font-size: 16px;
    }

    #meetButton {
        margin: auto;
    }
}


/****************
Ready
****************/

#ready {
    background-color: #d6d0c1;
}

#readyInner {
    padding: 60px 20px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 60px;
    justify-content: space-between;
    align-items: center;
}

#readyTitle {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.4;
}

#readyTitle .highlight::before {
    background-color: #ce9a97;
}

#readyButton {
    background-color: #b99f8c;
    color: black;
    letter-spacing: 1px;
}

@media (max-width: 800px) {
    #readyInner {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    #readyTitle {
        font-size: 26px;
        text-align: center;
    }

    #readyButton {
        margin: auto;
    }
}