.elementor-5897 .elementor-element.elementor-element-5d8245f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5897 .elementor-element.elementor-element-4d6a0c9{width:100%;max-width:100%;}@media(min-width:768px){.elementor-5897 .elementor-element.elementor-element-5d8245f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4d6a0c9 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header */
        header {
            background: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 28px;
            font-weight: bold;
            color: #2563eb;
        }
        
        .cta-button {
            background: #2563eb;
            color: white !important;
            padding: 12px 30px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: background 0.3s;
        }
        
        .cta-button:hover {
            background: #1d4ed8;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            line-height: 1.2;
            color: white;
        }
        
        .hero .subheadline {
            font-size: 24px;
            margin-bottom: 30px;
            opacity: 0.95;
            color: white;
        }
        
        .hero .price-highlight {
            background: rgba(255,255,255,0.2);
            display: inline-block;
            padding: 15px 30px;
            border-radius: 50px;
            margin-bottom: 30px;
            font-size: 20px;
            font-weight: 600;
        }
        
        .hero .cta-button {
            font-size: 18px;
            padding: 15px 40px;
        }
        
        /* Stats Section */
        .stats {
            background: #f8fafc;
            padding: 60px 0;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            text-align: center;
        }
        
        .stat-item h3 {
            font-size: 48px;
            color: #2563eb;
            margin-bottom: 10px;
        }
        
        .stat-item p {
            font-size: 18px;
            color: #64748b;
        }
        
        /* Problems Section */
        .problems {
            padding: 80px 0;
            background: white;
        }
        
        .section-title {
            font-size: 40px;
            text-align: center;
            margin-bottom: 20px;
            color: #1e293b;
        }
        
        .section-subtitle {
            text-align: center;
            font-size: 20px;
            color: #64748b;
            margin-bottom: 50px;
        }
        
        .problems-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .problem-card {
            padding: 30px;
            background: #fef2f2;
            border-left: 4px solid #dc2626;
            border-radius: 8px;
        }
        
        .problem-card h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: #991b1b;
        }
        
        .problem-card p {
            color: #64748b;
            line-height: 1.8;
        }
        
        /* Solutions Section */
        .solutions {
            padding: 80px 0;
            background: #f8fafc;
        }
        
        .solutions-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .solution-card {
            background: white;
            padding: 35px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            border-top: 4px solid #2563eb;
        }
        
        .solution-card .icon {
            font-size: 40px;
            margin-bottom: 20px;
        }
        
        .solution-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            color: #1e293b;
        }
        
        .solution-card ul {
            list-style: none;
            margin-top: 15px;
        }
        
        .solution-card ul li {
            padding: 8px 0;
            color: #64748b;
            padding-left: 25px;
            position: relative;
        }
        
        .solution-card ul li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #22c55e;
            font-weight: bold;
        }
        
        /* ROI Calculator */
        .roi-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            color: white;
        }
        
        .roi-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .roi-comparison {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        
        .roi-card {
            background: rgba(255,255,255,0.1);
            padding: 30px;
            border-radius: 10px;
        }
        
        .roi-card.bad {
            border: 2px solid #ef4444;
        }
        
        .roi-card.good {
            border: 2px solid #22c55e;
            background: rgba(34, 197, 94, 0.1);
        }
        
        .roi-card h3 {
            font-size: 24px;
            margin-bottom: 20px;
            
        }
        
        .roi-card .price {
            font-size: 48px;
            font-weight: bold;
            margin: 20px 0;
        }
        
        .roi-card .savings {
            font-size: 20px;
            color: #22c55e;
            font-weight: 600;
            
        }
        
        .roi-card p{
            color: white;
        }
        
        /* Testimonials */
        .testimonials {
            padding: 80px 0;
            background: white;
        }
        
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .testimonial-card {
            background: #f8fafc;
            padding: 30px;
            border-radius: 10px;
            border-left: 4px solid #2563eb;
        }
        
        .testimonial-card .quote {
            font-size: 18px;
            line-height: 1.8;
            color: #475569;
            margin-bottom: 20px;
            font-style: italic;
        }
        
        .testimonial-card .author {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .testimonial-card .author-info h4 {
            font-size: 18px;
            color: #1e293b;
            margin-bottom: 5px;
        }
        
        .testimonial-card .author-info p {
            color: #64748b;
            font-size: 14px;
        }
        
        /* Process Section */
        .process {
            padding: 80px 0;
            background: #f8fafc;
        }
        
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        
        .process-step {
            text-align: center;
        }
        
        .process-step .step-number {
            width: 60px;
            height: 60px;
            background: #2563eb;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            margin: 0 auto 20px;
        }
        
        .process-step h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: #1e293b;
        }
        
        .process-step p {
            color: #64748b;
            line-height: 1.8;
        }
        
        /* FAQ Section */
        .faq {
            padding: 80px 0;
            background: white;
        }
        
        .faq-list {
            max-width: 800px;
            margin: 40px auto 0;
        }
        
        .faq-item {
            margin-bottom: 30px;
            padding: 25px;
            background: #f8fafc;
            border-radius: 8px;
        }
        
        .faq-item h3 {
            font-size: 20px;
            color: #1e293b;
            margin-bottom: 15px;
        }
        
        .faq-item p {
            color: #64748b;
            line-height: 1.8;
        }
        
        /* Final CTA */
        .final-cta {
            padding: 80px 0;
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            color: white;
            text-align: center;
        }
        
        .final-cta h2 {
            font-size: 42px;
            margin-bottom: 20px;
            color: white;
        }
        
        .final-cta p {
            font-size: 20px;
            margin-bottom: 30px;
            opacity: 0.95;
            color: white;
        }
        
        .final-cta .cta-button {
            font-size: 20px;
            padding: 18px 50px;
        }
        
        /* Footer */
        footer {
            background: #1e293b;
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        
        footer p {
            opacity: 0.8;
            color: white;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 36px;
            }
            
            .hero .subheadline {
                font-size: 18px;
            }
            
            .section-title {
                font-size: 32px;
            }
            
            .roi-comparison {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */