.elementor-30592 .elementor-element.elementor-element-ea7a9ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30592 .elementor-element.elementor-element-265713b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c431f41 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.hero-text {
    text-align: left;
}

.hero-visual {
    text-align: center;
}

.ebook-image {
    width: 400px !important;
    height: auto !important;
    transition: transform 0.3s ease;
}

.ebook-image:hover {
    transform: scale(1.05);
}

.badge {
    display: inline-block;
    background: rgba(181, 206, 81, 0.2);
    color: #b5ce51;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border: 1px solid #b5ce51;
    animation: fadeInUp 0.5s ease;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: white;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero h1 span {
    color: #b5ce51;
}

.hero .subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #b5ce51;
    display: block;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-top: 5px;
}

/* Introduction Section */
.intro-section {
    padding: 80px 0;
    background: white;
}

.intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.intro-content h2 {
    font-size: 2.5rem;
    color: #2b2e71;
    margin-bottom: 30px;
    font-weight: 700;
}

.intro-content .lead {
    font-size: 1.3rem;
    color: #266534;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}

.intro-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

/* Problem Section */
.problem-section {
    background: #efe6d4;
    padding: 60px 0;
}

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

.problem-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    text-align: center;
}

.problem-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.problem-title {
    font-size: 1.3rem;
    color: #2b2e71;
    font-weight: 600;
    margin-bottom: 15px;
}

.problem-text {
    color: #666;
    line-height: 1.6;
}

/* Method Section */
.method-section {
    padding: 80px 0;
    background: white;
}

.method-header {
    text-align: center;
    margin-bottom: 60px;
}

.method-header h2 {
    font-size: 2.8rem;
    color: #2b2e71;
    margin-bottom: 20px;
    font-weight: 700;
}

.method-header p {
    font-size: 1.2rem;
    color: #666;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.method-step {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.method-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.15);
    border-top-color: #ea5e3a;
}

.method-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ea5e3a 0%, #ff7659 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.method-step:hover::before {
    transform: scaleX(1);
}

.method-letter {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ea5e3a, #ff7659);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(234, 94, 58, 0.3);
}

.method-step h3 {
    font-size: 1.4rem;
    color: #2b2e71;
    margin-bottom: 15px;
    font-weight: 600;
}

.method-step p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.method-detail {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.method-detail-title {
    font-weight: 600;
    color: #266534;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.method-detail ul {
    list-style: none;
    padding: 0;
}

.method-detail li {
    padding: 5px 0;
    color: #666;
    font-size: 0.9rem;
    padding-left: 20px;
    position: relative;
}

.method-detail li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #b5ce51;
    font-weight: bold;
}

/* Timeline Visual */
.timeline-visual {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
}

.timeline-visual h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.timeline-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.timeline-line {
    position: absolute;
    top: 30px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: rgba(181, 206, 81, 0.3);
    z-index: 1;
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #b5ce51 0%, #9fc041 100%);
    width: 0;
    animation: progressGrow 3s ease-out forwards;
    animation-delay: 1s;
}

@keyframes progressGrow {
    to { width: 100%; }
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.timeline-item {
    flex: 1;
    padding: 0 10px;
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.5s; }
.timeline-item:nth-child(2) { animation-delay: 0.7s; }
.timeline-item:nth-child(3) { animation-delay: 0.9s; }
.timeline-item:nth-child(4) { animation-delay: 1.1s; }

.timeline-dot {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ea5e3a;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.timeline-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-desc {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background: white;
}

.benefits-header {
    text-align: center;
    margin-bottom: 50px;
}

.benefits-header h2 {
    font-size: 2.5rem;
    color: #2b2e71;
    margin-bottom: 20px;
}

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

.benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b5ce51, #9fc041);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.benefit-content h4 {
    font-size: 1.2rem;
    color: #2b2e71;
    margin-bottom: 10px;
}

.benefit-content p {
    color: #666;
    line-height: 1.6;
}

/* Results Section */
.results-section {
    background: #efe6d4;
    padding: 80px 0;
}

.results-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.results-content h2 {
    font-size: 2.5rem;
    color: #2b2e71;
    margin-bottom: 50px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.result-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
}

.result-number {
    font-size: 3rem;
    font-weight: 700;
    color: #ea5e3a;
    display: block;
    margin-bottom: 10px;
}

.result-label {
    font-size: 1.1rem;
    color: #2b2e71;
    font-weight: 600;
    margin-bottom: 10px;
}

.result-desc {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
}

.cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: white;
}

.cta-content p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 18px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: #ea5e3a;
    color: white;
    border: 2px solid #ea5e3a;
}

.btn-primary:hover {
    background: #d94d28;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 94, 58, 0.3);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid #b5ce51;
}

.btn-secondary:hover {
    background: #b5ce51;
    color: #2b2e71;
    transform: translateY(-2px);
}

/* Guarantee Box */
.guarantee-box {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #b5ce51;
    padding: 30px;
    border-radius: 12px;
    margin-top: 50px;
    display: inline-block;
}

.guarantee-box h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #b5ce51;
}

.guarantee-box p {
    margin: 0;
    font-size: 1.1rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .method-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 968px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-text {
        text-align: center;
    }
    
    .method-grid {
        grid-template-columns: 1fr;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .timeline-items {
        flex-direction: column;
        gap: 40px;
    }
    
    .timeline-item {
        padding: 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        border: 1px solid rgba(181, 206, 81, 0.3);
    }
    
    .timeline-line {
        display: none;
    }
    
    .hero-stats {
        gap: 30px;
    }
    
    .ebook-image {
        width: 300px !important;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */