/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*
Theme Name: Divi Child
Template: Divi
*/

/* ==========================================================================
   LDS(1)_1 - C8 Protocol Offer Page Styles
   ========================================================================== */

/* Reset and Base Styles for Offer Page */
#lds1-offer-page * {
    box-sizing: border-box;
}

#lds1-offer-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

#main-content #lds1-offer-page .container {
    max-width: 1080px !important;
    margin: 0 auto;
    padding: 0 20px;
}


/* Hero Section */

#lds1-offer-page .hero .container {
    max-width: 1080px !important;
    margin: 0 auto !important;
    text-align: center;
}
#lds1-offer-page .hero {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: #ffffff;
    padding: 120px 20px 80px 20px;
    text-align: center;
}

#lds1-offer-page .hero h1 {
    font-size: 3.5em;
    font-weight: 800;
    margin-bottom: 0.3em;
    line-height: 1.1;
}

#lds1-offer-page .hero .subtitle {
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 1.5em;
    line-height: 1.3;
}

#lds1-offer-page .hero .cta-primary {
    display: inline-block;
    background: #48bb78;
    color: white;
    padding: 20px 50px;
    font-size: 1.3em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.4);
}

#lds1-offer-page .hero .cta-primary:hover {
    background: #38a169;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.5);
}

/* Section Styles */
#lds1-offer-page .lds1-section {
    padding: 80px 20px;
}

#lds1-offer-page .lds1-section-alt {
    background: #f7fafc;
}

#lds1-offer-page h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #1a365d;
    line-height: 1.2;
}

#lds1-offer-page h3 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 1.5em 0 0.5em 0;
    color: #2c5282;
}

#lds1-offer-page h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 1.2em 0 0.4em 0;
    color: #2d3748;
}

#lds1-offer-page p {
    font-size: 1.15em;
    margin-bottom: 1em;
    color: #4a5568;
    max-width: 700px;
}

#lds1-offer-page .lead {
    font-size: 1.35em;
    font-weight: 400;
    color: #2d3748;
    line-height: 1.6;
}

/* Callout Boxes */
#lds1-offer-page .callout {
    background: #fff;
    border-left: 5px solid #48bb78;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#lds1-offer-page .callout-warning {
    border-left-color: #f6ad55;
    background: #fffaf0;
}

#lds1-offer-page .callout-info {
    border-left-color: #4299e1;
    background: #ebf8ff;
}

/* The Impossible Equation - Options Grid */
#lds1-offer-page .options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

#lds1-offer-page .option-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
}

#lds1-offer-page .option-card::before {
    content: '✗';
    display: block;
    text-align: center;
    font-size: 3em;
    color: #fc8181;
    margin-bottom: 15px;
    line-height: 1;
}

#lds1-offer-page .option-card h4 {
    margin-top: 0;
    color: #2d3748;
}

#lds1-offer-page .option-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

#lds1-offer-page .option-card li {
    padding: 5px 0 5px 0;
    color: #718096;
}

#lds1-offer-page .option-card li::before {
    content: '• ';
    color: #fc8181;
    font-weight: bold;
}

#lds1-offer-page .solution-card {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border: none;
    color: white;
    padding: 35px;
    box-shadow: 0 8px 20px rgba(72, 187, 120, 0.3);
}

#lds1-offer-page .solution-card::before {
    content: '✓';
    display: block;
    text-align: center;
    font-size: 3em;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1;
}

#lds1-offer-page .solution-card h4 {
    color: white;
    font-size: 1.5em;
}

#lds1-offer-page .solution-card ul li {
    color: #ffffff !important;
    padding: 8px 0 8px 0;
}

#lds1-offer-page .solution-card ul li::before {
    content: '✓ ';
    color: #ffffff !important;
}

/* C8 Framework Grid */
#lds1-offer-page .framework-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

#lds1-offer-page .framework-section {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

#lds1-offer-page .framework-section h3 {
    margin-top: 0;
}

#lds1-offer-page .framework-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

#lds1-offer-page .framework-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

#lds1-offer-page .framework-list li:last-child {
    border-bottom: none;
}

#lds1-offer-page .framework-list strong {
    display: block;
    color: #2d3748;
    font-size: 1.1em;
    margin-bottom: 4px;
}

#lds1-offer-page .framework-list span {
    color: #718096;
    font-size: 0.95em;
}

/* Timeline */
#lds1-offer-page .timeline {
    margin: 40px 0;
}

#lds1-offer-page .timeline-item {
    background: white;
    border-left: 4px solid #4299e1;
    padding: 25px;
    margin: 20px 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#lds1-offer-page .timeline-item::before {
    content: attr(data-week);
    position: absolute;
    left: -20px;
    top: 20px;
    background: #4299e1;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9em;
}

#lds1-offer-page .timeline-item h4 {
    margin-top: 0;
    color: #2d3748;
}

#lds1-offer-page .timeline-item ul {
    margin: 15px 0 0 20px;
    color: #4a5568;
}

#lds1-offer-page .timeline-item li {
    margin: 8px 0;
}

/* Stats/Numbers */
#lds1-offer-page .stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

#lds1-offer-page .stat-box {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

#lds1-offer-page .stat-number {
    font-size: 3em;
    font-weight: 800;
    color: #48bb78;
    display: block;
    margin-bottom: 10px;
}

#lds1-offer-page .stat-label {
    font-size: 1.1em;
    color: #4a5568;
}

/* Guarantee Badge */
#lds1-offer-page .guarantee-badge {
    background: linear-gradient(135deg, #f6ad55 0%, #ed8936 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 8px 20px rgba(246, 173, 85, 0.3);
}

#lds1-offer-page .guarantee-badge h3 {
    color: white;
    margin: 0 0 15px 0;
}

#lds1-offer-page .guarantee-badge p {
    color: rgba(255,255,255,0.95);
    margin: 0 auto;
    max-width: 600px;
}

/* Testimonials */
#lds1-offer-page .testimonial {
    background: white;
    border-left: 5px solid #4299e1;
    padding: 30px;
    margin: 30px 0;
    font-style: italic;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

#lds1-offer-page .testimonial-text {
    font-size: 1.2em;
    color: #2d3748;
    margin-bottom: 15px;
}

#lds1-offer-page .testimonial-author {
    font-style: normal;
    font-weight: 600;
    color: #4299e1;
}

/* FAQ */
#lds1-offer-page .faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
}

#lds1-offer-page .faq-question {
    font-weight: 600;
    font-size: 1.2em;
    color: #2d3748;
    margin-bottom: 10px;
}

#lds1-offer-page .faq-answer {
    color: #4a5568;
}

/* CTA Section - Clean Redesign */
#lds1-offer-page .cta-section {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    padding: 80px 20px;
}

#lds1-offer-page .cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#lds1-offer-page .cta-section h2 {
    color: white !important;
    font-size: 2.5em;
    margin-bottom: 25px;
    text-align: center;
}

#lds1-offer-page .cta-lead {
    font-size: 1.3em;
    line-height: 1.6;
    color: rgba(255,255,255,0.95);
    margin-bottom: 15px;
}

#lds1-offer-page .cta-subtext {
    font-size: 1.1em;
    color: rgba(255,255,255,0.9);
    margin-bottom: 35px;
}

#lds1-offer-page .cta-section .cta-primary {
    display: inline-block;
    background: #48bb78;
    color: white;
    padding: 20px 50px;
    font-size: 1.4em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    margin: 20px 0;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.4);
}

#lds1-offer-page .cta-section .cta-primary:hover {
    background: #38a169;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.5);
}

#lds1-offer-page .cta-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 50px 0 40px 0;
}

#lds1-offer-page .cta-section h3 {
    color: white !important;
    font-size: 1.8em;
    margin-bottom: 35px;
    text-align: center;
}

#lds1-offer-page .steps-list {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

#lds1-offer-page .step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 1.6;
}

#lds1-offer-page .step-number {
    display: inline-block;
    min-width: 35px;
    font-size: 1.2em;
    font-weight: 700;
    color: #48bb78;
    margin-right: 15px;
    flex-shrink: 0;
}

#lds1-offer-page .step-text {
    color: rgba(255,255,255,0.95);
    font-size: 1.1em;
}

#lds1-offer-page .cta-closing {
    font-size: 1.25em;
    line-height: 1.6;
    color: rgba(255,255,255,0.95);
    margin-top: 40px;
    margin-bottom: 15px;


/* Lists */
#lds1-offer-page ul.checkmark-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#lds1-offer-page ul.checkmark-list li {
    padding: 10px 0 10px 35px;
    position: relative;
    color: #4a5568;
}

#lds1-offer-page ul.checkmark-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: bold;
    font-size: 1.3em;
}

/* Regular unordered lists in sections */
#lds1-offer-page .lds1-section ul:not(.checkmark-list):not(.framework-list) {
    margin: 20px 0;
    padding-left: 0px;
}

#lds1-offer-page .lds1-section ul:not(.checkmark-list):not(.framework-list) li {
    margin: 10px 0;
    color: #4a5568;
}

/* Responsive Design */
@media (max-width: 768px) {
    #lds1-offer-page .hero h1 {
        font-size: 2.5em;
    }
    
    #lds1-offer-page .hero .subtitle {
        font-size: 1.3em;
    }
    
    #lds1-offer-page h2 {
        font-size: 2em;
    }
    
    #lds1-offer-page .options-grid {
        grid-template-columns: 1fr;
    }
    
    #lds1-offer-page .framework-grid {
        grid-template-columns: 1fr;
    }
    
    #lds1-offer-page .stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    #lds1-offer-page .hero {
        padding: 60px 20px;
    }
    
    #lds1-offer-page .hero h1 {
        font-size: 2em;
    }
    
    #lds1-offer-page .hero .subtitle {
        font-size: 1.1em;
    }
    
    #lds1-offer-page .lds1-section {
        padding: 60px 20px;
    }
    
    #lds1-offer-page .stats {
        grid-template-columns: 1fr;
    }
    
    #lds1-offer-page .hero .cta-primary {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}