.elementor-30600 .elementor-element.elementor-element-63f0e08{--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-30600 .elementor-element.elementor-element-7e344a1{--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-5cd56aa */* {
    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: 80px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
}

.hero .subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #b5ce51;
}

.hero .description {
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.btn {
    padding: 15px 30px;
    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);
}

/* Content */
.content {
    padding: 60px 0;
}

.section {
    margin-bottom: 60px;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2b2e71;
    border-bottom: 3px solid #ea5e3a;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: #2b2e71;
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 25px 0 15px 0;
    color: #266534;
}

p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Problem Cards */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.problem-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    border-left: 5px solid #ea5e3a;
}

.problem-emoji {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

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

/* Method Section */
.method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.method-step {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.1);
    transition: transform 0.3s ease;
}

.method-step:hover {
    transform: translateY(-5px);
}

.method-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ea5e3a, #ff7659);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Timeline */
.timeline-section {
    background: #efe6d4;
    padding: 60px 0;
}

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

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

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

.timeline-label {
    font-size: 1.2rem;
    color: #2b2e71;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Features Grid */
.features-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #efe6d4;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.15);
    border-color: #b5ce51;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

/* Approach Cards */
.approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

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

.approach-card.traditional {
    border-top: 5px solid #ea5e3a;
}

.approach-card.innovative {
    border-top: 5px solid #b5ce51;
}

/* Results Grid */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 40px 0;
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    padding: 40px;
    border-radius: 12px;
}

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

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

.result-label {
    font-size: 1.1rem;
    color: #2b2e71;
}

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

.warning-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

/* Pricing */
.pricing-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 60px 0;
}

.pricing-section h2 {
    color: white;
    border-bottom-color: #b5ce51;
    text-align: center;
}

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

.pricing-card {
    background: white;
    color: #333;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
}

.pricing-card.featured {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: 3px solid #b5ce51;
}

.pricing-title {
    font-size: 1.8rem;
    color: #2b2e71;
    margin-bottom: 20px;
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ea5e3a;
    margin-bottom: 10px;
}

.pricing-subtitle {
    color: #666;
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #efe6d4;
}

.pricing-features li:before {
    content: "✓";
    color: #339452;
    font-weight: bold;
    margin-right: 10px;
}

.pricing-btn {
    background: #ea5e3a;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    background: #d94d28;
    transform: translateY(-2px);
}

/* Logo Section */
.logos-section {
    background: white;
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #efe6d4;
    border-bottom: 1px solid #efe6d4;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.logo-item {
    height: 50px;
    width: auto;
    max-width: 150px;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    object-fit: contain;
}

.logo-item:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* FAQ Section */
.faq {
    background: #efe6d4;
    padding: 60px 0;
    margin-top: 60px;
}

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

.faq-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.05);
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    font-weight: 600;
    color: #2b2e71;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background-color: #f9f9f9;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #ea5e3a;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #666;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px 20px;
    max-height: 800px;
}

/* Guarantee Section */
.guarantee-section {
    background: white;
    padding: 60px 0;
    text-align: center;
}

.guarantee-box {
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    border: 3px solid #b5ce51;
    padding: 40px;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.guarantee-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

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

.contact-section h2 {
    color: white;
    border-bottom-color: #b5ce51;
}

.contact-features {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

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

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero .subtitle {
        font-size: 1.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .features-grid-4,
    .method-grid,
    .timeline-grid,
    .approach-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
}/* End custom CSS */