/**
 * Christine Webinars - Landing Page Styles
 */

/* Import Libre Franklin font */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;600;800&display=swap');

/* Remove white bar between header and content */
body.christine-webinars-landing #content-wrap,
body.christine-webinars-landing .site-content,
body.christine-webinars-landing #primary,
body.christine-webinars-landing .content-area,
body.christine-webinars-landing #main,
body.christine-webinars-landing .site-main,
body.page-template-template-webinars #content-wrap,
body.page-template-template-webinars .site-content,
body.page-template-template-webinars #primary,
body.page-template-template-webinars .content-area,
body.page-template-template-webinars #main,
body.page-template-template-webinars .site-main {
    margin: 0 !important;
    padding: 0 !important;
}

body.christine-webinars-landing,
body.page-template-template-webinars {
    padding-top: 0 !important;
}

body.christine-webinars-landing .cw-hero,
body.page-template-template-webinars .cw-hero {
    margin-top: 0 !important;
}

body.christine-webinars-landing article,
body.page-template-template-webinars article {
    padding: 0 !important;
    margin: 0 !important;
}

body.christine-webinars-landing .entry-content,
body.page-template-template-webinars .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

.cw-landing-page {
    font-family: "Libre Franklin", sans-serif;
    color: #23234b;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

.cw-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.cw-hero {
    background: #23234b;
    color: white;
    text-align: center;
    padding: 100px 20px;
    margin: 0 !important;
}

.cw-hero h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 10% 20px 10%;
    line-height: 1.2;
    color: white;
}

.cw-hero p {
    font-size: 20px;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

.cw-intro {
    background: #f2f2f2;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 60px 20px 40px 20px;
}

.cw-intro-content {
    flex: 1;
    min-width: 300px;
}

.cw-intro-photo {
    flex: 0 0 350px;
    min-width: 300px;
}

.cw-intro-photo img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cw-intro h2 {
    font-size: 36px;
    font-weight: 600;
    color: #23234b;
    margin: 0 0 20px 0;
}

.cw-intro p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
}

.cw-benefits {
    background: #f2f2f2;
    text-align: center;
    padding: 40px 20px 20px 20px;
}

.cw-benefits h2 {
    font-size: 36px;
    font-weight: 600;
    color: #23234b;
    margin: 0 0 50px 0;
}

.cw-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.cw-benefit-item {
    background: #23234b;
    padding: 40px 30px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.cw-benefit-item:hover {
    transform: translateY(-5px);
}

.cw-benefit-icon {
    width: 60px;
    height: 60px;
    background: #f2d06a;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-benefit-icon svg {
    width: 30px;
    height: 30px;
    fill: #23234b;
}

.cw-benefit-item p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
}

.cw-webinars {
    background: #f2f2f2;
    padding: 20px 20px 80px 20px;
}

.cw-webinars h2 {
    font-size: 36px;
    font-weight: 600;
    color: #23234b;
    text-align: center;
    margin: 0 0 50px 0;
}

.cw-monthly-how {
    background: #f2f2f2;
    padding: 40px 20px 20px 20px;
}

.cw-monthly-how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.cw-monthly-column h3,
.cw-how-column h3 {
    font-size: 28px;
    font-weight: 600;
    color: #23234b;
    margin: 0 0 25px 0;
}

.cw-check-list,
.cw-arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cw-check-list li,
.cw-arrow-list li {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}

.cw-check-list li:before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.cw-arrow-list li:before {
    content: "👉";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.cw-cta {
    background: #23234b;
    color: white;
    text-align: center;
    padding: 80px 20px 60px 20px;
}

.cw-cta h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: white;
}

.cw-cta p {
    font-size: 18px;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto 30px;
    opacity: 0.95;
}

.cw-cta-button {
    display: inline-block;
    background: #f2d06a;
    color: #23234b;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cw-cta-button:hover {
    background: #cb5446;
    color: white;
    transform: scale(1.05);
    text-decoration: none;
}

@media (max-width: 768px) {
    .cw-hero h1 {
        font-size: 32px;
        margin: 0 0 20px 0;
    }
    .cw-hero p {
        font-size: 18px;
    }
    .cw-intro {
        flex-direction: column;
        padding: 40px 15px 30px 15px;
    }
    .cw-intro-photo {
        flex: 1;
        width: 100%;
    }
    .cw-benefits {
        padding: 30px 15px 15px 15px;
    }
    .cw-webinars {
        padding: 15px 15px 60px 15px;
    }
    .cw-section {
        padding: 40px 15px;
    }
    .cw-hero {
        padding: 60px 15px;
    }
    .cw-monthly-how {
        padding: 30px 15px 20px 15px;
    }
    .cw-monthly-how-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cw-monthly-column h3,
    .cw-how-column h3 {
        font-size: 24px;
    }
    .cw-cta {
        padding: 60px 15px 45px 15px;
    }
}
