/* =========================
   CARNIVORE RESET MASTERCLASS
   ========================= */

:root{
    --green:#606f63;
    --green-dark:#5f7062;
    --cream:#f4f1ed;
    --tan:#c9a57a;
    --text:#2f2f2f;
    --white:#ffffff;
}

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

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    color:var(--text);
    background:var(--cream);
    line-height:1.7;
}

.container{
    width:90%;
    max-width:1100px;
    margin:auto;
}

h1,h2,h3{
    font-family:'Playfair Display',serif;
    font-weight:700;
    line-height:1.2;
}

.section-label{
    display:block;
    color:var(--tan);
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:.75rem;
    margin-bottom:1rem;
}

/* =========================
   HERO
   ========================= */

.hero{
    background:var(--green);
    color:white;
    padding:120px 0;
    min-height:100vh;
    display:flex;
    align-items:center;
}

.hero .container{
    max-width:800px;
}

.hero h1{
    font-size:4rem;
    margin-bottom:1.5rem;
}

.hero-text{
    font-size:1.15rem;
    max-width:700px;
    margin-bottom:2rem;
    opacity:.95;
}

.cta-btn{
    display:inline-block;
    background:var(--tan);
    color:white;
    text-decoration:none;
    padding:16px 34px;
    font-weight:600;
    border-radius:3px;
    transition:.3s;
}

.cta-btn:hover{
    transform:translateY(-2px);
}

.sub-text{
    margin-top:1rem;
    font-size:.9rem;
    opacity:.8;
}

/* =========================
   CONTENT SECTIONS
   ========================= */

.problem,
.turning-point{
    padding:100px 0;
}

.problem{
    background:var(--cream);
}

.turning-point{
    background:white;
}

.problem h2,
.turning-point h2{
    font-size:2.8rem;
    margin-bottom:1.5rem;
    color:var(--green);
}

.problem p,
.turning-point p{
    max-width:750px;
    margin-bottom:1.2rem;
    font-size:1.05rem;
}

.quote-line{
    font-style:italic;
    font-size:1.2rem;
    color:var(--green-dark);
    margin-bottom:2rem;
}

/* =========================
   ALTERNATING SECTIONS
   ========================= */

section:nth-child(even){
    background:white;
}

section:nth-child(odd):not(.hero){
    background:var(--cream);
}

/* =========================
   MOBILE
   ========================= */

@media(max-width:768px){

    .hero{
        padding:80px 0;
        min-height:auto;
    }

    .hero h1{
        font-size:2.6rem;
    }

    .problem h2,
    .turning-point h2{
        font-size:2rem;
    }

    .hero-text,
    .problem p,
    .turning-point p{
        font-size:1rem;
    }

    .cta-btn{
        width:100%;
        text-align:center;
    }
}

/* =========================
   MASTERCLASS DETAILS
   ========================= */

.masterclass-details{
    padding:100px 0;
    background:var(--cream);
}

.masterclass-details .container{
    max-width:900px;
}

.masterclass-details h2{
    font-size:3rem;
    color:var(--green);
    margin-bottom:1.5rem;
}

.masterclass-details h3{
    font-size:2rem;
    color:var(--green);
    margin:1rem 0 1.5rem;
}

.masterclass-details p{
    font-size:1.1rem;
    margin-bottom:1.5rem;
    line-height:1.8;
}

.learn-label,
.bonus-label{
    margin-top:3rem;
}

/* =========================
   MODULE LISTS
   ========================= */

.module-list,
.bonus-list,
.fit-list{
    margin:0 0 2.5rem 1.5rem;
}

.module-list li,
.bonus-list li,
.fit-list li{
    margin-bottom:1rem;
    font-size:1.05rem;
    line-height:1.8;
}

.module-list strong{
    color:var(--green);
    font-weight:700;
}

/* =========================
   NOT FOR YOU BOX
   ========================= */

.not-for-you{
    margin-top:4rem;
    padding:2rem;
    border-left:4px solid var(--tan);
    background:#f8f5f1;
}

.not-for-you p{
    margin:0;
    font-style:italic;
    color:#6b5a4e;
    font-size:1.15rem;
}

/* =========================
   MOBILE
   ========================= */

@media(max-width:768px){

    .masterclass-details{
        padding:70px 0;
    }

    .masterclass-details h2{
        font-size:2.2rem;
    }

    .masterclass-details h3{
        font-size:1.6rem;
    }

    .masterclass-details p,
    .module-list li,
    .bonus-list li,
    .fit-list li{
        font-size:1rem;
    }

    .not-for-you{
        padding:1.5rem;
    }

    .not-for-you p{
        font-size:1rem;
    }
}

/* =========================
   ABOUT + OFFER SECTION
   ========================= */

.about-offer{
    padding:100px 0;
    background:var(--cream);
}

.about-offer .container{
    max-width:900px;
}

.about-offer h2{
    font-size:2.8rem;
    color:var(--green);
    margin-bottom:1.5rem;
}

.about-offer p{
    font-size:1.1rem;
    line-height:1.8;
    margin-bottom:1.25rem;
}

/* =========================
   TESTIMONIALS
   ========================= */

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin:2rem 0 4rem;
}

.testimonial-card{
    background:#fff;
    padding:2rem;
    border:1px solid rgba(96,111,99,.15);
}

.testimonial-card p{
    margin-bottom:1rem;
    font-style:italic;
}

.testimonial-card span{
    color:var(--green);
    font-weight:600;
    font-size:.95rem;
}

/* =========================
   OFFER
   ========================= */

.offer-list{
    margin:1.5rem 0 2rem 1.5rem;
}

.offer-list li{
    margin-bottom:.75rem;
    line-height:1.8;
    font-size:1.05rem;
}

.pricing-box{
    background:#fff;
    border:2px solid var(--green);
    padding:2.5rem;
    margin:2rem 0;
    text-align:center;
}

.value-price{
    font-size:1.1rem;
    margin-bottom:1rem;
}

.offer-price{
    font-family:'Playfair Display',serif;
    font-size:3rem;
    color:var(--green);
    margin-bottom:.5rem;
}

.limited-time{
    color:#7b6d60;
    font-style:italic;
    margin-bottom:2rem;
}

.offer-btn{
    display:inline-block;
    background:var(--green);
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.3s;
}

.offer-btn:hover{
    transform:translateY(-2px);
}

.upsell-box{
    background:#f8f5f1;
    border-left:4px solid var(--tan);
    padding:1.5rem;
    margin:2rem 0 4rem;
    line-height:1.8;
}

/* =========================
   GUARANTEE
   ========================= */

.guarantee-box{
    background:#fff;
    padding:2.5rem;
    border:1px solid rgba(96,111,99,.15);
    margin-top:2rem;
}

.guarantee-box p:last-child{
    margin-bottom:0;
    font-weight:600;
    color:var(--green);
}

.checkout-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.checkout-section h2 {
    color: #606f63;
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.launch-pricing {
    max-width: 520px;
    margin: 40px auto 50px;
    text-align: center;
}

.launch-label {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #c69c5d;
    font-weight: 600;
    margin-bottom: 25px;
}

.price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e8e2d8;
    font-size: 1.2rem;
}

.price-line.current {
    border-bottom: none;
}

.old-price {
    text-decoration: line-through;
    color: #999;
}

.new-price {
    font-size: 2.3rem;
    font-weight: 700;
    color: #5d6d63;
}

.save-text {
    margin-top: 20px;
    color: #c69c5d;
    font-weight: 600;
}

/* =========================
   MOBILE
   ========================= */

@media(max-width:768px){

    .about-offer{
        padding:70px 0;
    }

    .about-offer h2{
        font-size:2rem;
    }

    .offer-price{
        font-size:2.2rem;
    }

    .pricing-box,
    .testimonial-card,
    .guarantee-box{
        padding:1.5rem;
    }

    .offer-btn{
        display:block;
        width:100%;
    }
}

/* =========================
   FAQ SECTION
   ========================= */

.faq-section{
    padding:100px 0;
    background:var(--cream);
}

.faq-section .container{
    max-width:900px;
}

.faq-section h2{
    font-size:2.8rem;
    color:var(--green);
    margin-bottom:3rem;
}

.faq-item{
    margin-bottom:3rem;
}

.faq-item h3{
    font-size:1.8rem;
    color:var(--tan);
    margin-bottom:.75rem;
}

.faq-item p{
    font-size:1.1rem;
    line-height:1.8;
    color:var(--text);
}

/* =========================
   FINAL CTA
   ========================= */

.final-cta{
    margin:4rem 0 2rem;
}

.final-cta-btn{
    display:block;
    width:100%;
    background:#7e1f1f;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:1.4rem;
    font-weight:700;
    padding:18px;
    font-family:'Playfair Display',serif;
    transition:.3s;
}

.final-cta-btn:hover{
    opacity:.9;
}

.disclaimer{
    margin-top:2rem;
    font-size:.9rem;
    color:#6b5a4e;
    font-style:italic;
    line-height:1.7;
}

/* =========================
   MOBILE
   ========================= */

@media(max-width:768px){

    .faq-section{
        padding:70px 0;
    }

    .faq-section h2{
        font-size:2rem;
    }

    .faq-item h3{
        font-size:1.4rem;
    }

    .faq-item p{
        font-size:1rem;
    }

    .final-cta-btn{
        font-size:1.1rem;
        padding:16px;
    }
}