.elementor-43419 .elementor-element.elementor-element-64de216a{--display:flex;}.elementor-43419 .elementor-element.elementor-element-64de216a:not(.elementor-motion-effects-element-type-background):not(.cmsmasters-bg-effect), .elementor-43419 .elementor-element.elementor-element-64de216a > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-43419 .elementor-element.elementor-element-64de216a > .cmsmasters-bg-effects-container > .cmsmasters-bg-effects-element{background-color:#FFFFFF;}.ee-tooltip.ee-tooltip-eb8192e.to--top,
							 .ee-tooltip.ee-tooltip-eb8192e.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-eb8192e.to--left,
							 .ee-tooltip.ee-tooltip-eb8192e.to--right{margin-top:0px;}.ee-tooltip.ee-tooltip-73f9de4.to--top,
							 .ee-tooltip.ee-tooltip-73f9de4.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-73f9de4.to--left,
							 .ee-tooltip.ee-tooltip-73f9de4.to--right{margin-top:0px;}.ee-tooltip.ee-tooltip-491b07e.to--top,
							 .ee-tooltip.ee-tooltip-491b07e.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-491b07e.to--left,
							 .ee-tooltip.ee-tooltip-491b07e.to--right{margin-top:0px;}/* Start custom CSS for text-editor, class: .elementor-element-d393136 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Open Sans', Arial, sans-serif;
            line-height: 1.7;
            color: #2c3e50;
            background: linear-gradient(135deg, #feffff 0%, #fffffe 100%);
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .hero-section {
            background: linear-gradient(135deg, #66d6c0 0%, #a8e85e 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 1000 200"><path d="M0,100 C150,200 350,0 500,100 C650,200 850,0 1000,100 L1000,200 L0,200 Z" fill="rgba(255,255,255,0.1)"/></svg>') repeat-x;
            background-size: 1000px 200px;
            animation: wave 20s linear infinite;
        }
        
        @keyframes wave {
            0% { background-position-x: 0; }
            100% { background-position-x: 1000px; }
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 3.5em;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            line-height: 1.2;
        }
        
        .hero-subtitle {
            font-size: 1.3em;
            margin-bottom: 30px;
            font-weight: 300;
            opacity: 0.95;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-primary {
            display: inline-block;
            background: linear-gradient(45deg, #a8e85e, #66d6c0);
            color: white;
            padding: 18px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1em;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .cta-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
            background: linear-gradient(45deg, #9dd654, #5bc9b3);
        }
        
        .content-section {
            padding: 80px 0;
        }
        
        .content-section:nth-child(even) {
            background: #fffffe;
        }
        
        h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 2.5em;
            color: #66d6c0;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
        }
        
        h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(45deg, #a8e85e, #66d6c0);
            border-radius: 2px;
        }
        
        h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 1.8em;
            color: #a8e85e;
            margin: 40px 0 20px 0;
        }
        
        .intro-text {
            font-size: 1.2em;
            text-align: center;
            max-width: 900px;
            margin: 0 auto 50px auto;
            color: #34495e;
            line-height: 1.8;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #f8f9ff 0%, #e8f4f8 100%);
            border-left: 5px solid #66d6c0;
            padding: 30px;
            margin: 40px 0;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .principles-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        
        .principle-card {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border-top: 4px solid #66d6c0;
        }
        
        .principle-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .principle-number {
            background: linear-gradient(45deg, #a8e85e, #66d6c0);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .timeline {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        
        .timeline-item {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(45deg, #a8e85e, #66d6c0);
        }
        
        .week-number {
            font-size: 1.8em;
            font-weight: bold;
            color: #66d6c0;
            margin-bottom: 10px;
        }
        
        .weight-loss {
            font-size: 1.4em;
            font-weight: 600;
            color: #a8e85e;
            margin-bottom: 15px;
        }
        
        .faq-section {
            background: #f8f9ff;
            padding: 60px 0;
        }
        
        .faq-item {
            background: white;
            margin-bottom: 20px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .faq-question {
            background: #66d6c0;
            color: white;
            padding: 25px;
            font-weight: 600;
            font-size: 1.1em;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .faq-question:hover {
            background: #5bc9b3;
        }
        
        .faq-answer {
            padding: 25px;
            line-height: 1.8;
        }
        
        .comparison-table {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin: 50px 0;
        }
        
        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .comparison-table th {
            background: linear-gradient(45deg, #66d6c0, #a8e85e);
            color: white;
            padding: 20px;
            font-weight: 600;
        }
        
        .comparison-table td {
            padding: 20px;
            border-bottom: 1px solid #eee;
            text-align: center;
        }
        
        .comparison-table tr:nth-child(even) {
            background: #f8f9ff;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .cta-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .cta-title {
            font-size: 2.5em;
            margin-bottom: 20px;
            color: white;
        }
        
        .cta-text {
            font-size: 1.2em;
            margin-bottom: 40px;
            line-height: 1.8;
            opacity: 0.9;
        }
        
        .image-placeholder {
            background: linear-gradient(135deg, #f8f9ff 0%, #e8f4f8 100%);
            border: 2px dashed #66d6c0;
            border-radius: 15px;
            padding: 40px;
            text-align: center;
            margin: 40px 0;
            color: #66d6c0;
            font-weight: 600;
        }
        
        .video-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            background: #000;
            border-radius: 15px;
            overflow: hidden;
            margin: 40px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        
        .stat-item {
            text-align: center;
            padding: 30px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        .stat-number {
            font-size: 3em;
            font-weight: bold;
            color: #66d6c0;
            margin-bottom: 10px;
        }
        
        .stat-label {
            color: #7f8c8d;
            font-weight: 600;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5em;
            }
            
            h2 {
                font-size: 2em;
            }
            
            .principles-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline {
                grid-template-columns: 1fr;
            }
            
            .container {
                padding: 0 15px;
            }
        }
        
        .success-highlight {
            background: linear-gradient(45deg, #a8e85e, #66d6c0);
            color: white;
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
        }
        
        strong {
            color: #2c3e50;
            font-weight: 700;
        }
        
        .abundance-text {
            font-style: italic;
            color: #66d6c0;
            font-weight: 600;
        }
    </style>/* End custom CSS */