.elementor-3303 .elementor-element.elementor-element-170d94a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7197da5 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f0f8f0;
}

/* Header */
.header-container {
    background-color: #e8f5e8;
    padding: 20px 0;
    border-bottom: 3px solid #d4edda;
}

.logo-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    font-size: 24px;
    color: #28a745;
}

.logo-text {
    font-size: 16px;
    font-weight: bold;
    color: #2c5530;
    letter-spacing: 1px;
}

/* Main Container */
.main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    background-color: #fff;
    padding: 40px 30px;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.main-headline {
    font-size: 2.2em;
    color: #dc3545;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

.sub-headline {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Video and Image Container */
.video-image-container {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    align-items: flex-start;
}

.video-section,
.image-section {
    flex: 1;
}

.video-placeholder {
    position: relative;
    background: linear-gradient(45deg, #28a745, #20c997);
    border-radius: 10px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-placeholder:hover {
    transform: scale(1.02);
}

.play-button {
    background-color: #dc3545;
    color: white;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
}

.video-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
}

.video-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.video-link:hover {
    text-decoration: underline;
}

.hero-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.image-title {
    color: #007bff;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.image-description {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* CTA Buttons */
.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #e67e22, #d35400);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

.cta-button.large {
    padding: 20px 40px;
    font-size: 1.2em;
}

.cta-button.final-cta {
    padding: 25px 50px;
    font-size: 1.3em;
    background: linear-gradient(45deg, #28a745, #20c997);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

/* Content Sections */
.content-section {
    background-color: #fff;
    margin: 30px 0;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.section-border {
    border-left: 4px solid #e67e22;
    padding-left: 20px;
}

.problem-section {
    background: linear-gradient(135deg, #fff8e1, #fff3cd);
}

.toll-section {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
}

.trap-section {
    background: linear-gradient(135deg, #d1ecf1, #bee5eb);
}

.discovery-section {
    background: linear-gradient(135deg, #e8f5e8, #d4edda);
}

.section-title {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-text {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.6;
}

.section-text.emphasis {
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
    font-size: 1.2em;
}

.subsection-title {
    font-size: 1.3em;
    color: #495057;
    margin: 25px 0 15px 0;
    font-weight: bold;
}

.quote {
    background-color: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #dc3545;
    margin: 20px 0;
    font-style: italic;
    font-size: 1.1em;
}

.breakthrough-title {
    color: #28a745;
    font-size: 1.4em;
    margin: 30px 0 15px 0;
    font-weight: bold;
}

/* Lists */
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.benefit-item {
    background-color: #d4edda;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #155724;
}

.impact-list,
.trap-list,
.risk-list {
    margin: 15px 0;
    padding-left: 20px;
}

.impact-list li,
.trap-list li,
.risk-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.benefit-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #28a745;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Testimonials */
.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.testimonials-title {
    font-size: 1.2em;
    color: #6c757d;
    margin-bottom: 30px;
}

.testimonial {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial-meta {
    display: flex;
    gap: 15px;
    font-size: 0.9em;
    color: #6c757d;
}

.testimonial-text {
    line-height: 1.5;
}

/* FAQ */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.faq-item {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #007bff;
}

.faq-question {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.faq-answer {
    color: #666;
    line-height: 1.5;
}

/* Final CTA */
.final-cta-section {
    background: linear-gradient(135deg, #e8f5e8, #d4edda);
    text-align: center;
}

.final-cta-container {
    margin: 30px 0;
}

.urgency-text {
    margin-top: 15px;
    font-style: italic;
    color: #6c757d;
}

/* CTA Container */
.cta-container {
    text-align: center;
    margin: 30px 0;
}

/* Disclaimer */
.disclaimer {
    background-color: #f8f9fa;
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
    font-size: 0.9em;
    color: #6c757d;
    text-align: center;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-cta .cta-button {
    background: linear-gradient(45deg, #dc3545, #c82333);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3); }
    50% { box-shadow: 0 4px 25px rgba(220, 53, 69, 0.6); }
    100% { box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-image-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-headline {
        font-size: 1.6em;
    }
    
    .hero-section,
    .content-section {
        padding: 20px 15px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .floating-cta {
        bottom: 10px;
        right: 10px;
    }
    
    .floating-cta .cta-button {
        padding: 12px 20px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .main-container {
        padding: 0 10px;
    }
    
    .main-headline {
        font-size: 1.4em;
    }
    
    .video-placeholder {
        height: 200px;
    }
    
    .play-button {
        font-size: 40px;
        width: 70px;
        height: 70px;
    }
}/* End custom CSS */