/* FORCE FULL WIDTH LAYOUT */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

body {
    background-color: var(--bg-page) !important;
    background-image: none !important; /* Remove the old gradient body background */
}

/* HERO UPDATE - FULL WIDTH */
.hero {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 80vh; 
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(249, 232, 215, 0.8) 90%, #F9E8D7 100%), url('https://i.imgur.com/zNZNC3E.jpeg') no-repeat center center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 120px !important;
    padding-bottom: 4rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Fix Hero Badges for Desktop/Full Width and Use Desktop Background */
@media (min-width: 600px) {
    .hero {
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(249, 232, 215, 0.8) 90%, #F9E8D7 100%), url('header-bg.png') no-repeat center center !important;
        background-size: cover !important;
    }

    .hero-badges {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin-bottom: 1.5rem !important;
        width: 100%;
        justify-content: center;
        height: auto !important;
        display: flex !important;
    }
    .hero-content-wrapper {
        margin-top: 0 !important;
    }
}

/* SECTIONS - Full Width Bands with Distinct Contrast */

/* 1. Outcomes Section - Clean White */
.section-outcomes {
    width: 100%;
    background: #FFFFFF !important;
    padding: 5rem 0;
    margin: 0 !important;
    position: relative;
    z-index: 1;
}
/* Reset Inner Card */
.outcomes-card {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.outcomes-card::before { display: none !important; }

/* 2. Pain Section - Warm Peach/Beige Band */
.section-pain {
    width: 100%;
    background: linear-gradient(135deg, #FBEFE2 0%, #F5E6D3 100%) !important;
    padding: 5rem 0;
    margin: 0 !important;
    position: relative;
}
/* Reset Inner Card */
.pain-card {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}
.pain-card::before { display: none !important; }

/* 3. Audience Section - Clean White */
.section-audience {
    width: 100%;
    background: #FFFFFF !important;
    padding: 5rem 0;
    margin: 0 !important;
}
.audience-card {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.audience-card::before { display: none !important; }


/* 4. Comparison Section - Darker Contrast Band */
/* This section keeps the inner cards, so the background should be distinct */
.section-comparison {
    width: 100%;
    padding: 5rem 0;
    background: #F2ECE6 !important; /* Slightly darker to make white cards pop */
}
/* No reset for comparison-card */


/* 5. Modules/Schedule Section - Light Premium Grey */
.section-modules {
    width: 100%;
    background: #FBFAFA !important;
    padding: 5rem 0;
    border-top: 1px solid rgba(0,0,0,0.03);
}

/* 6. Mentor Section - Brand Gradient */
.section-mentor {
    width: 100%;
    background: linear-gradient(to right, #F9E8D7, #FFFDF9) !important; 
    padding: 5rem 0;
}
.mentor-card {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 7. Pricing Section - Pure White */
.pricing-section {
    width: 100%;
    background: #FFFFFF !important;
    padding: 5rem 0;
}

/* 8. FAQ Section - Light Beige/Grey */
.section-faq {
    width: 100%;
    background: #F7F5F2 !important;
    padding: 5rem 0;
}
.faq-card {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* MOBILE HEADER - Image Top, Content Bottom */
@media (max-width: 599px) {
    .hero {
        background-color: #F9E8D7 !important;
        background-image: url('https://i.imgur.com/zNZNC3E.jpeg') !important;
        background-position: top center !important;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        padding-top: 85vw !important; /* Reduced to bring CTA above fold */
        padding-bottom: 3rem !important;
        display: block !important;
        height: auto !important;
        min-height: auto !important;
    }

    .hero-content-wrapper {
        margin-top: 0 !important;
        padding-top: 1rem !important;
    }

    /* Refined Mobile Layout - Card Style */
    .hero-content-wrapper {
        background: #F9E8D7 !important;
        position: relative !important;
        z-index: 10;
        border-radius: 20px 20px 0 0 !important;
        padding-top: 1.5rem !important;
        padding-bottom: 2rem !important;
        margin-top: -2rem !important;
    }

    /* Badges floating at the bottom of the image (overlay style) */
    .hero-badges {
        position: absolute !important;
        top: -3.5rem !important;
        height: auto !important; /* Fixed: Remove desktop height inheritance */
        padding: 0 !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center !important;
        margin-bottom: 0 !important;
        z-index: 20;
    }
}

/* Event Branding Title - Visual Identity */
.event-branding {
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
    margin-top: -0.5rem; /* Pulled up closer to badges */
}

.event-tag {
    display: block;
    font-family: 'Playfair Display', serif; /* Classic upright serif */
    font-style: normal; /* Removed italic as requested */
    font-size: 1.5rem;
    color: #5d4037;
    margin-bottom: 0.2rem;
}

.event-title {
    font-family: 'Playfair Display', serif; /* Changed to match 'Jornada' */
    font-style: italic; /* Added italic for consistency */
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #c94b56; /* Brand Accent Red */
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0;
    text-shadow: 0 4px 12px rgba(201, 75, 86, 0.15); /* Premium Glow */
}

/* Reduce gap between branding and headline */
.hero-headline {
    margin-top: 1rem !important;
}

@media (min-width: 600px) {
    .event-branding {
        margin-bottom: 1.5rem;
    }
    .event-tag {
        font-size: 2.5rem; /* Scaled for Desktop */
    }
    .event-title {
        font-size: 3rem; /* Display Size */
        letter-spacing: 3px;
    }
    .hero-headline {
        margin-top: 1.5rem !important;
    }
}

