.elementor-44048 .elementor-element.elementor-element-42adc6f{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-1557b8a */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Open Sans', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #FDF8F3;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styling */
        .hero-section {
            background: linear-gradient(135deg, #2D5A3D 0%, #4A7C5C 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.1;
        }
        
        h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 3.2em;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            position: relative;
            z-index: 2;
        }
        
        .hero-subtitle {
            font-size: 1.3em;
            margin-bottom: 30px;
            opacity: 0.95;
            position: relative;
            z-index: 2;
        }
        
        .cta-button {
            display: inline-block;
            background: #ffffff;
            color: #2D5A3D;
            padding: 18px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1em;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            position: relative;
            z-index: 2;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            background: #FDF8F3;
        }
        
        /* Content Sections */
        .content-section {
            padding: 60px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .content-section:nth-child(even) {
            background-color: #ffffff;
        }
        
        h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 2.4em;
            color: #2D5A3D;
            margin-bottom: 25px;
            position: relative;
            text-align: center;
        }
        
        h2::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -10px;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #2D5A3D, #4A7C5C);
            border-radius: 2px;
        }
        
        h3 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 1.8em;
            color: #2D5A3D;
            margin: 30px 0 20px 0;
        }
        
        p {
            font-size: 1.1em;
            margin-bottom: 20px;
            color: #555;
        }
        
        strong {
            color: #2D5A3D;
            font-weight: 700;
        }
        
        /* Feature Cards */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .feature-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 2px solid transparent;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #2D5A3D, #4A7C5C);
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            border-color: #4A7C5C;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #2D5A3D, #4A7C5C);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
            margin-bottom: 20px;
        }
        
        /* Comparison Table */
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 40px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .comparison-table th {
            background: linear-gradient(135deg, #2D5A3D, #4A7C5C);
            color: white;
            padding: 20px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 1.1em;
        }
        
        .comparison-table td {
            padding: 20px;
            border-bottom: 1px solid #f0f0f0;
            background: white;
            font-size: 1.05em;
        }
        
        .comparison-table tr:nth-child(even) td {
            background: #FDF8F3;
        }
        
        .comparison-table td:first-child {
            color: #999;
        }
        
        .comparison-table td:last-child {
            color: #2D5A3D;
            font-weight: 600;
        }
        
        /* Highlight Boxes */
        .highlight-box {
            background: linear-gradient(135deg, rgba(45, 90, 61, 0.05), rgba(74, 124, 92, 0.05));
            border-left: 5px solid #2D5A3D;
            padding: 25px;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
            position: relative;
        }
        
        .highlight-box::before {
            content: '💡';
            position: absolute;
            top: -10px;
            left: 20px;
            background: white;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 20px;
        }
        
        /* Lists */
        .benefits-list {
            list-style: none;
            padding: 0;
        }
        
        .benefits-list li {
            padding: 15px 0;
            padding-left: 50px;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }
        
        .benefits-list li:hover {
            padding-left: 55px;
            background: rgba(45, 90, 61, 0.02);
        }
        
        .benefits-list li::before {
            content: '✓';
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 28px;
            height: 28px;
            background: #2D5A3D;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: bold;
        }
        
        /* Video Container */
        .video-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: 40px auto;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .video-container iframe {
            width: 100%;
            height: 450px;
            border: none;
        }
        
        /* Pillar Cards */
        .pillars-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .pillar-card {
            background: white;
            padding: 35px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .pillar-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #2D5A3D, #4A7C5C);
        }
        
        .pillar-card:nth-child(2)::before {
            background: linear-gradient(90deg, #4A7C5C, #2D5A3D);
        }
        
        .pillar-card:nth-child(3)::before {
            background: linear-gradient(90deg, #E8A87C, #2D5A3D);
        }
        
        .pillar-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }
        
        .pillar-card h4 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.3em;
            color: #2D5A3D;
            margin-bottom: 15px;
        }
        
        /* Waitlist Section */
        .waitlist-section {
            background: white;
            padding: 60px 40px;
            border-radius: 20px;
            margin: 60px 0;
            box-shadow: 0 5px 30px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .waitlist-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 40px 0;
            text-align: left;
        }
        
        .waitlist-benefit {
            padding: 25px;
            background: linear-gradient(135deg, rgba(45, 90, 61, 0.03), rgba(74, 124, 92, 0.03));
            border-radius: 12px;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .waitlist-benefit::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #2D5A3D, #4A7C5C);
        }
        
        .waitlist-benefit:hover {
            border-color: #4A7C5C;
            transform: translateX(5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .waitlist-benefit strong {
            color: #2D5A3D;
            font-size: 1.15em;
            display: block;
            margin-bottom: 8px;
        }
        
        /* CTA Sections */
        .cta-section {
            background: linear-gradient(135deg, #4A7C5C, #2D5A3D);
            color: white;
            text-align: center;
            padding: 60px 40px;
            margin: 60px 0;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(45, 90, 61, 0.3);
        }
        
        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.1;
        }
        
        .cta-section h2 {
            color: white;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }
        
        .cta-section h2::after {
            background: rgba(255,255,255,0.3);
        }
        
        .cta-section p {
            color: white;
            position: relative;
            z-index: 2;
            font-size: 1.15em;
        }
        
        .cta-section .cta-button {
            background: white;
            color: #2D5A3D;
            margin-top: 20px;
        }
        
        .cta-section .cta-button:hover {
            background: #FDF8F3;
        }
        
        /* Image Placeholders */
        .image-placeholder {
            width: 100%;
            height: 350px;
            background: linear-gradient(135deg, rgba(45, 90, 61, 0.08), rgba(74, 124, 92, 0.08));
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 30px 0;
            border: 2px dashed #4A7C5C;
            color: #4A7C5C;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 1.1em;
            text-align: center;
            padding: 30px;
        }
        
        /* Testimonial Section */
        .testimonial-section {
            background: white;
            padding: 40px;
            border-radius: 15px;
            margin: 40px 0;
            border-left: 5px solid #E8A87C;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }
        
        .testimonial-section p {
            font-size: 1.15em;
            color: #555;
            line-height: 1.8;
        }
        
        /* Link Styling */
        .cta-link {
            color: #2D5A3D;
            font-weight: 700;
            text-decoration: none;
            border-bottom: 2px solid #2D5A3D;
            transition: all 0.3s ease;
            padding-bottom: 2px;
        }
        
        .cta-link:hover {
            color: #4A7C5C;
            border-bottom-color: #E8A87C;
        }
        
        /* Footer */
        footer {
            text-align: center;
            padding: 40px 0;
            color: #666;
            font-size: 0.95em;
            border-top: 1px solid #e0e0e0;
        }
        
        footer a {
            color: #2D5A3D;
            text-decoration: none;
            font-weight: 600;
        }
        
        footer a:hover {
            color: #4A7C5C;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.2em;
            }
            
            h2 {
                font-size: 2em;
            }
            
            .hero-section {
                padding: 60px 0;
            }
            
            .feature-grid,
            .pillars-section {
                grid-template-columns: 1fr;
            }
            
            .waitlist-benefits {
                grid-template-columns: 1fr;
            }
            
            .comparison-table {
                font-size: 14px;
            }
            
            .comparison-table th,
            .comparison-table td {
                padding: 15px 10px;
            }
            
            .video-container iframe {
                height: 250px;
            }
            
            .image-placeholder {
                height: 250px;
                font-size: 0.95em;
            }
        }
        
        /* Smooth scrolling and animations */
        html {
            scroll-behavior: smooth;
        }
        
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }/* End custom CSS */