@font-face {
    font-family: 'TheSeasons';
    src: url('/assets/fonts/theseasons-lt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TheSeasons';
    src: url('/assets/fonts/The Seasons Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.superscript {
    vertical-align: super;
    font-size: 80%;
}

html {
    font-size: 16px;

}

/* ==== Common styles ==== */
body {
    margin: 0;
    font-family: 'TheSeasons', sans-serif;
    font-weight: 700;
    color: #2C3E3D;
    background: url("/assets/images/back_image.jpg");
    background-size: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1620px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

header {
    padding: 10px 0;
}


/* ==== Header (page__top) ==== */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-container, .footer-container{
    max-width: 1920px;

}

.logo__img {
    height: 120px;
    width: 120px;
}

/* ==== Navigation ==== */
.nav__list {
    display: flex;
    gap: 6rem;
    list-style: none;
    margin: 0;
    font-size: 1.6rem;
    padding: 0;
    position: relative;
    right: 60px;
}

.nav__link {
    color: #2C3E3D;
    font-weight: 700;
    transition: color 0.2s ease;
}

/* ==== Burger styles ==== */
.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(33, 33, 33, 0.05);
    border-radius: 4px;
    gap: 6px;
    transition: transform 0.3s ease;
    position: relative;
    padding: 8px;

}

.bg-green {
    background: #68765A;
}


.burger__line {
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, #A4631B -4.94%, #D0A549 3.14%, #FBE878 12.24%, #FDF491 15.27%, #F9F8DB 18.31%, #FDF491 22.35%, #FBE878 26.39%, #CAAA4D 33.47%, #996C22 46.61%, #996C22 77.67%);
    border-radius: 2px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform-origin: center;
    transition: all 0.3s ease;
}

.burger--active .burger__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger--active .burger__line:nth-child(2) {
    opacity: 0;
}

.burger--active .burger__line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.burger__line:nth-child(1) {
    transform: translateY(-8px);
}

.burger__line:nth-child(2) {
    transform: translateY(0);
}

.burger__line:nth-child(3) {
    transform: translateY(8px);
}

.burger--active .burger__line:nth-child(1) {
    transform: rotate(45deg);
}

.burger--active .burger__line:nth-child(2) {
    opacity: 0;
}

.burger--active .burger__line:nth-child(3) {
    transform: rotate(-45deg);
}

/* ==== Responsive menu ==== */
@media (max-width: 768px) {
    .burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 30px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .nav--open {
        z-index: 10;
        display: flex;

        background: #68765A;
    }

    .nav--open a {
        color: white;
    }

    .nav__list {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1.6rem;
        margin-top: 10px;
        position: static;
        font-size: 1.8rem;
        padding-bottom: 50px;
    }

    .header-container {
        padding: 0 30px;
    }

    .logo__img {
        height: 90px;
        width: 90px;
    }
}

/* ==== Hero ==== */

.hero {
    min-height: 1000px;
}

.hero-container {
    display: flex;
    align-items: start;
    position: relative;

    padding-left: clamp(20px, 5vw, 300px);
}


.hero__content {
    z-index: 1;
    margin-top: 140px;
}

.hero__title {
    font-size: 5rem;
    font-weight: 700;
}


.hero___title, .hero__subtitle {
    color: #2C3E3D;
}

.hero__highlight {
    font-size: 12.5rem;
    font-weight: 700;
    color: white;
}


.hero__subtitle {
    font-size: 3.4rem;
    font-weight: 700;

}

.hero__img {
    width: clamp(240px, 80vw, 1000px);
    max-width: none;
    height: auto;
    display: block;

}

.hero__image {
    position: absolute;
    top: -80px;
    right: 10px;
    z-index: -1;
}

.benefits_her-container, .benefits_him-container {
    display: flex;
    padding-right: 160px;
    padding-bottom: 100px;
    gap: 100px
}

.benefits_her-content, .benefits_him-content {
    padding-top: 350px;
}

.benefits_her__title, .benefits_him__title {
    font-size: 5rem;
    margin-bottom: 45px;
    margin-left: 53px;
}

.benefit-list__list {
    padding-left: 0;
}

.benefits_her, .benefits_him {
    min-height: 1400px;
}

.benefits_her-content, .benefits_him-content {
    z-index: 10;
    margin-left: clamp(20px, 80vw, 600px);
}

.benefits_her__image, .benefits_him__image {
    left: 0;
    position: absolute;
    width: clamp(240px, 80vw, 700px);
}

.benefits_her__image img, .benefits_him__image img {
    width: 100%;
}

.benefit-list__list-item {
    position: relative;
    list-style: none;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 45px;
    font-size: 1.5rem;
}

.benefit-list__list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 26px;
    height: 26px;
    background: url("/assets/images/SVG/dot.svg") no-repeat center;
    background-size: contain;
}

.benefit-list__list-item strong {
    font-weight: bold;
    font-size: 2.5rem;
}

.benefit-list__list-item span {
}

.step__title {
    font-size: 5rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: min(3.75rem, 65px);
}

.step__content {
    line-height: 1.5;
    text-align: justify;
    font-size: 2.5rem;

}

.step {
    position: relative;
    padding-left: clamp(20px, 5vw, 300px);
    padding-right: 20px;
    padding-top: 300px;
    min-height: 1300px;
}

.step__title, .step__content {
    width: 60%;
}

.step__background {
    position: absolute;
    user-select: none;

    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    max-height: 100%;

    mix-blend-mode: soft-light;
}




.unlock {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-bottom: 50px;

}

.unlock-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
}


.unlock__title {
    font-size: 5rem;
    margin-bottom: 15px;
    text-align: center;
}

.unlock__subtitle {
    font-size: 2.5rem;
    margin-bottom: 93px;
    text-align: center;
    line-height: 1.5;
}


.unlock__button {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 116px;
    color: white;
    width: 434px;
    height: 87px;
    background: url("/assets/images/unlock-button.png") center no-repeat;
}

.unlock__img {
    width: 645px;
    max-width: 60%;
    filter: drop-shadow(-45px 120px 70px rgba(0, 0, 0, 0.25));


}


.footer{
    padding-top: 42px;
    padding-bottom: 62px;
    color: #2C3E3D;
    font-size: 1.4625rem;
}

.footer-container{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* ABOUT */

.about_for_her {
    margin-top: 160px;
}

.about-item-container {
    padding-left: clamp(20px, 5vw, 300px);
    padding-right: clamp(20px, 5vw, 300px);
    margin-bottom: 180px;
}

.about-item__heading, .about-item__subheading {
    font-size: 5rem;
}

.about-item__subheading {
    font-weight: 300;
    margin-bottom: 110px;
}

.about-item__list {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: min(1.5, 60px);
    padding-left: 30px;
}

.about-item__list-item {
    margin-bottom: 60px;
}

.about-item__list-item a {
    font-weight: 700;
    text-decoration: underline;
}

.about-item__list strong {
    font-weight: 700;
}

.unlock__button{
    border: none;
    cursor: pointer;
}

.unlock-popup-wrapper {
    z-index: 100;
    display: none;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(
            90deg,
            #A4631B -4.94%,
            #D0A549 3.14%,
            #FBE878 12.24%,
            #FDF491 15.27%,
            #F9F8DB 18.31%,
            #FDF491 22.35%,
            #FBE878 26.39%,
            #CAAA4D 33.47%,
            #996C22 46.61%,
            #996C22 77.67%
    );
    box-shadow: 2px 2px 8px 0 #2C3E3D;
    position: absolute;
}


.unlock-popup {
    background: #68765A;
    border-radius: 18px;
    padding: 134px 400px;
    text-align: center;
    font-family: 'Georgia', serif;
    color: #fff;
    font-weight: 400;
    font-size: 2.5rem;
    position: relative;
}

.unlock-popup__close {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #FBE878;
    color: #2C3E3D;
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.unlock-popup__text {
    margin-bottom: 60px;
}

.unlock-popup__email {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1440px) {
    .step__title, .step__content {
        width: 100%;
        padding-right: 60px;
    }

    .step {
        min-height: 1000px;
    }

    .hero__title {
        font-size: 3rem;
    }

    .hero__highlight {
        font-size: 10rem;
    }

    .hero__subtitle {
        font-size: 2rem;
    }


    .benefits_her-container, .benefits_him-container {
        padding-right: 60px;
    }


}



@media (max-width: 1280px) {


    .nav__list {
        font-size: 1.4rem;
        gap: 3rem;
        right: 0;
    }

    .step {
        min-height: auto;
        padding-top: 100px;
        margin-bottom: 100px;
    }


    .step__background {
        height: 100%;
    }

    .benefits_her-content, .benefits_him-content {
        margin-left: 60px;
        margin-top: 50px;
        padding-top: 0;
    }

    .benefits_her, .benefits_him {
        min-height: auto;
        margin-bottom: 150px;
    }

    .benefits_her__img, .benefits_him__img {
        opacity: 30%;
        width: 80%;
    }

    .benefits_her__title, .benefits_him__title {
        font-size: 3rem;
    }

    .step__title {
        font-size: 3rem;
    }


    .unlock__title {
        font-size: 3rem;
    }

    .unlock__subtitle, .unlock__button {
        font-size: 2rem;
    }

    .unlock__button {
        width: 334px;
        background-size: contain;
    }

    .unlock-popup{
        padding: 104px 50px;
    }

}

@media (max-width: 960px) {

    .benefit-list__list-item::before {
        top: 1rem;
    }



    .hero {
        min-height: 700px;
    }

    .unlock {
        padding-top: 100px;
    }

    .benefits_her-container, .benefits_him-container {
        padding-bottom: 50px;
    }


    .hero__title {
        font-size: 2rem;
    }

    .nav__list {
        gap: 1rem;
    }

    .hero__highlight {
        font-size: 9rem;
    }

    .hero__subtitle {
        font-size: 2rem;
    }

    .step__title, .step__content {
        width: auto;
    }

    .step__title {
        text-align: left;
        font-size: 3rem;
    }

    .benefits_her-content, .benefits_him-content {
        margin-left: 20px;
    }

    .hero__image {
        top: 0;
    }

    .step__content {
        font-size: 1.5rem;
    }

    .footer{
        font-size: 1rem;
    }

    .footer-container{
        gap: 20px;
    }
}





@media (max-width: 720px) {



}

@media (max-width: 640px) {
    html {
        font-size: 14px;
    }


    .hero__content {
        margin-top: 100px;
    }

    .hero__title {
        font-size: 1.5rem;
    }

    .hero__highlight {
        font-size: 5.5rem;
    }

    .hero__subtitle {
        font-size: 1.5rem;
    }

    .benefit-list__list-item::before {
        top: 0.2rem;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 12px;
    }


    .benefits_him__title, .benefits_her__title {
        margin-left: 45px;
    }

    .hero {
        min-height: 400px;
    }

    .step__title, .step__content {
        padding-right: 0;
    }

    .benefits_her__title, .benefits_him__title {
        margin-bottom: 18px;
    }

    .unlock__button {
        width: 300px;
    }

    .hero__subtitle {
        font-size: 1.7rem;
    }

    .benefits_him__title, .benefits_her__title, .unlock__title, .step__title {
        font-size: 2rem;
    }

    .benefit-list__list-item {
        font-size: 1.19rem;
        line-height: 1.5;
    }

    .unlock__subtitle, .unlock__button {
        font-size: 1.19rem;
        line-height: 1.5;

    }

    .unlock-popup{
        padding: 50px 10px;
        font-size: 1.5rem;
    }

    .benefit-list__list-item strong {
        font-size: 1.5rem;
    }

    .benefits_her-container, .benefits_him-container {
        padding-right: 10px;
        padding-bottom: 0;
    }

    .step {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .step__content {
        font-size: 1.19rem;
        line-height: 1.5;

    }

    .unlock {
        padding-top: 100px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}