@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue.woff2') format('woff2'),
    url('../fonts/helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue-bold.woff2') format('woff2'),
    url('../fonts/helveticaneue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Haas Grot Text R';
    src: url('../fonts/NeueHaasGroteskDisplay(RoundDots)-45Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Haas Grot Text R';
    src: url('../fonts/NeueHaasGroteskDisplay(RoundDots)-65Medium.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Haas Grot Text R';
    src: url('../fonts/NeueHaasGroteskDisplay(RoundDots)-75Bold.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Header Section*/
.header {
    background-color: #36373E;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 50px;

    @media (max-width: 1024px) and (min-width: 768px) {
        gap: 35px;
    }

    @media (max-width: 767px) {
        gap: 10px;
        padding: 5px;
    }
}

.mit45-logo {
    @media (max-width: 767px) {
        width: auto;
        height: 35px;
    }
}

.title {
    color: #FFFFFF;
    font-family: Graphik, sans-serif;
    font-size: 26px;
    font-weight: 700;
    align-content: center;

    @media (max-width: 1024px) and (min-width: 768px) {
        font-size: 22px;
    }

    @media (max-width: 767px) {
        font-size: 13px;
    }
}

/*Product Bundle Section*/
.product-bundle-section {
    background-color: #FFFFFF;
    padding: 50px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 52px;

    @media (max-width: 1024px) and (min-width: 768px) {
        gap: 15px;
    }

    @media (max-width: 767px) {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }
}

.bundle-card-desktop {
    background: url("../images/bundle-card-background.png") no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 476px;
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;

    @media (max-width: 1024px) and (min-width: 768px) {
        width: 375px;
    }

    @media (max-width: 767px) {
        display: none;
    }
}

.bundle-card-title-desktop {
    color: #FFFFFF;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.bundle-card-subtitle-desktop {
    color: #FFFFFF;
    font-family: "Haas Grot Disp R", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    max-width: 400px;
}

.bundle-card-mobile {
    background: url("../images/bundle-card-background-mobile.png") no-repeat;
    background-size: cover;
    padding: 0 15px 25px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100vw;

    @media (min-width: 768px) {
        display: none;
    }
}

.bundle-card-group {
    align-self: flex-end;
    width: 60%;
    max-width: 250px;
}

.bundle-card-title-mobile {
    color: #FFFFFF;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bundle-card-subtitle-mobile {
    color: #FFFFFF;
    font-family: "Haas Grot Disp R", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}

.bundle-image-mobile {
    height: auto;
    width: 40%;
}

.cta-card {
    padding: 30px;
    width: 476px;
    border-radius: 10px;
    border: 1px solid #36373E;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;

    @media (max-width: 1024px) and (min-width: 768px) {
        width: 375px;
        padding: 15px;
        gap: 10px;
    }

    @media (max-width: 767px) {
        width: 390px;
        padding: 20px;
        gap: 10px;
    }
}

.cta-card-reviews {
    display: flex;
    gap: 15px;
}

.reviews-text {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cta-card-title {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.04px;
	
	@media (max-width: 1024px) and (min-width: 768px) {
    	font-size: 40px;
    }

    @media (max-width: 767px) {
        font-size: 36px;
    }
}

.cta-card-subtitle {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
}

.step-by-step {
    display: flex;
    flex-direction: column;
  	justify-content: flex-start;
    gap: 5px; 
}

.step-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px; 
}

.circle {
    width: 22px;
    height: 22px;
    background-color: #BAD532;
    color: #000000;
    font-size: 15px;
    font-family: "Haas Grot Text R", sans-serif;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.steps {
    color: #000000;
    font-family: "Haas Grot Text R", sans-serif;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.4px;
}

.cta-card-price {
    color: #36373E;
    font-family: "Haas Grot Text R", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.43px;
}

.price {
    text-decoration: line-through;
}

.email-input {
    padding: 8px 12px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 14px;
    color: #777777;
    font-weight: 600;
    width: 100%;
}

.submit-button {
    padding: 10px 20px;
    background: #BAD532;
    color: #36373E;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.submit-button:hover {
    background: #777777;
}

/*BUNDLE INCLUDES SECTION*/
.bundle-includes-section {
    background: #F1F1F1;
    padding: 50px 0;
}

.bundle-title {
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}

.mit45go-group,
.uprising-group,
.goldenmonk-group {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 75px;
}

@media (max-width: 1024px) {
    .mit45go-group,
    .uprising-group {
        flex-flow: column wrap;
        gap: 25px;
    }
    .goldenmonk-group {
        flex-flow: column-reverse wrap;
        gap: 25px;
    }
}

.mit45go-bundle-image,
.goldenmonk-bundle-image,
.uprising-bundle-image {
    max-width: 368px;
    height: auto;
}

.mit45go-content,
.goldenmonk-content,
.uprising-content {
    text-align: center;
}

.mit45-go-subtitle,
.goldenmonk-subtitle,
.uprising-subtitle {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.mit45-go-description,
.goldenmonk-description,
.uprising-description {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 316px;
    text-align: left;
}

.email-capture-group {
    display: flex;
    flex-direction: column;
    gap: 10px;

/*     @media (max-width: 1199px) {
        display: none;
    } */
}

/*BENEFITS SECTION*/
.benefits-section {
    background: url("../images/background-gradient.png") no-repeat;
    background-size: cover;
    padding: 100px 0;

    @media (max-width: 767px) {
        background: url("../images/mobile-background-gradient.png") no-repeat;
        background-size: cover;
    }
}

.benefits-title {
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}

.benefits-columns {
    display: flex;
    justify-content: center;
    gap: 185px;
    padding-top: 50px;

    @media (max-width: 1024px) and (min-width: 768px) {
        gap: 100px;
    }
}

@media (max-width: 767px) {
    .benefits-columns {
        flex-direction: column;
        align-items: center;
        gap: 57px;
    }
}

.focus-section,
.relax-section,
.mood-section {
    width: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.focus-text,
.relax-text,
.mood-text {
    color: #FFF;
    text-align: center;
    font-family: "Neue Montreal", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
}

/*REVIEWS SECTION*/
.reviews-section {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.section-title {
    color: #36373E;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.reviews-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 10px;
    padding-top: 30px;

    @media (max-width: 1024px) and (min-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    @media (max-width: 767px) {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.column-reviews {
    text-align: center;
    max-width: 337px;
}

.column-reviews:nth-child(1) {
    justify-self: end;
}
.column-reviews:nth-child(3) {
    justify-self: start;
}

@media (max-width: 1024px) {
    .column-reviews:nth-child(1),
    .column-reviews:nth-child(2),
    .column-reviews:nth-child(3) {
        justify-self: center;
    }
}

.review-title {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    font-style: italic;
    padding: 5px 0;
}

.review-description {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.reviewer {
    color: #BAD532;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 20px;
}

.reviewer-verified {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.verified-text {
    color: #36373E;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

/*BRANDS SECTION*/
.brands-section {
    background-color: #BAD532;
    padding: 50px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    max-height: 253px;

    @media (max-width: 767px) {
        max-height: 133px;
    }
}

.brands-section img {
    @media (max-width: 767px) {
        max-height: 100px;
    }
}


/*FAQS SECTION*/
.faqs-section {
    background-color: #F1F1F1;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    gap: 32px;

    @media (max-width: 1024px) and (min-width: 768px) {
        padding: 50px 20px;
        gap: 15px;
    }

    @media (max-width: 767px) {
        flex-flow: column nowrap;
        align-items: center;
        padding: 50px 20px;
    }
}

.faq-title {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.04px;
    max-width: 467px;

    @media (max-width: 767px) {
        text-align: center;
    }
}

.faq-subtitle {
    color: #36373E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;

    @media (max-width: 767px) {
        text-align: center;
    }
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 467px;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0;
    cursor: pointer;
}

.faq-question {
    color: #36373E;
    font-family: "Haas Grot Disp R", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-content.open {
    max-height: 500px;
}

.faq-content p {
    font-family: "Haas Grot Disp R", sans-serif;
    color: #36373E;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
