.elementor-5918 .elementor-element.elementor-element-5d8245f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--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-5918 .elementor-element.elementor-element-5d8245f.e-con{--align-self:stretch;}@media(min-width:768px){.elementor-5918 .elementor-element.elementor-element-5d8245f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4d6a0c9 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        p {
            color: white;
        }
        
        .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: #7c3aed;
        }
        
        .cta-button {
            background: #7c3aed;
            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: #6d28d9;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 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: #faf5ff;
            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: #7c3aed;
            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: #faf5ff;
        }
        
        .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 #7c3aed;
        }
        
        .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;
        }
        
        /* Platform Icons */
        .platforms {
            padding: 60px 0;
            background: white;
            text-align: center;
        }
        
        .platform-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .platform-item {
            font-size: 18px;
            font-weight: 600;
            color: #64748b;
            padding: 15px 30px;
            background: #f8fafc;
            border-radius: 8px;
        }
        
        /* ROI Calculator */
        .roi-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            color: white;
        }
        
        .roi-content {
            max-width: 900px;
            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-breakdown {
            background: rgba(255,255,255,0.1);
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
            text-align: left;
        }
        
        .roi-breakdown h3 {
            font-size: 24px;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .roi-breakdown ul {
            list-style: none;
        }
        
        .roi-breakdown ul li {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            display: flex;
            justify-content: space-between;
        }
        
        /* 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: #faf5ff;
            padding: 30px;
            border-radius: 10px;
            border-left: 4px solid #7c3aed;
        }
        
        .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;
        }
        
        /* Use Cases Section */
        .use-cases {
            padding: 80px 0;
            background: #faf5ff;
        }
        
        .use-cases-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .use-case-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .use-case-card h3 {
            font-size: 22px;
            color: #7c3aed;
            margin-bottom: 15px;
        }
        
        .use-case-card p {
            color: #64748b;
            line-height: 1.8;
            margin-bottom: 15px;
        }
        
        .use-case-card .tasks {
            font-size: 14px;
            color: #94a3b8;
            font-style: italic;
        }
        
        /* Process Section */
        .process {
            padding: 80px 0;
            background: white;
        }
        
        .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: #7c3aed;
            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: #faf5ff;
        }
        
        .faq-list {
            max-width: 800px;
            margin: 40px auto 0;
        }
        
        .faq-item {
            margin-bottom: 30px;
            padding: 25px;
            background: white;
            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, #7c3aed 0%, #6d28d9 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;
        }
        
        .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;
        }
        
        /* 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;
            }
            
            .platform-logos {
                gap: 20px;
            }
        }
    </style>/* End custom CSS */