.elementor-233499 .elementor-element.elementor-element-30b43cd{--display:flex;}.elementor-233499 .elementor-element.elementor-element-9927d27{--display:flex;}body.elementor-page-233499:not(.elementor-motion-effects-element-type-background), body.elementor-page-233499 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-1cf6f28 */:root {
            --bg-primary: #0a0a0a;
            --bg-secondary: #1a1a1a;
            --text-primary: #ffffff;
            --text-secondary: #b0b0b0;
            --accent: #97CBFF;
            --border: rgba(255, 255, 255, 0.1);
        }

        * {
            box-sizing: border-box;
        }

        .article-wrapper {
            background: var(--bg-primary);
            font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
            color: var(--text-primary);
            line-height: 1.6;
        }

        .hero-section {
            padding: 100px 20px;
            text-align: center;
            background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
        }

        .article-badge {
            display: inline-block;
            padding: 8px 20px;
            background: rgba(151, 203, 255, 0.1);
            border: 1px solid var(--accent);
            border-radius: 50px;
            color: var(--accent);
            font-size: 0.85rem;
            font-weight: 500;
            margin-bottom: 30px;
        }

        h1 {
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 30px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-description {
            font-size: 1.3rem;
            color: var(--text-secondary);
            max-width: 900px;
            margin: 0 auto 50px;
        }

        .stats-row {
            display: flex;
            justify-content: center;
            gap: 50px;
            flex-wrap: wrap;
            margin-top: 60px;
        }

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

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: var(--accent);
            display: block;
        }

        .stat-label {
            color: var(--text-secondary);
            font-size: 0.9rem;
        }

        .content-section {
            max-width: 1600px;
            margin: 0 auto;
            padding: 80px 20px;
        }

        .content-narrow {
            max-width: 1000px;
            margin: 0 auto;
        }

        h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .subtitle {
            font-size: 1.2rem;
            color: var(--text-secondary);
            margin-bottom: 50px;
        }

        .problem-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
            margin-bottom: 80px;
        }

        .problem-card {
            background: var(--bg-secondary);
            padding: 40px;
            border-radius: 20px;
            position: relative;
            border: 1px solid transparent;
            transition: all 0.4s ease;
        }

        .problem-card:hover {
            transform: translateY(-10px);
            border-color: var(--accent);
            box-shadow: 0 20px 40px rgba(151, 203, 255, 0.1);
        }

        .problem-number {
            position: absolute;
            top: -20px;
            left: 30px;
            font-size: 4rem;
            font-weight: 800;
            color: rgba(151, 203, 255, 0.2);
        }

        .problem-card h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--text-primary);
        }

        .process-section {
            background: var(--bg-secondary);
            padding: 100px 20px;
            position: relative;
            overflow: hidden;
        }

        .process-section::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--accent), transparent);
            opacity: 0.3;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            position: relative;
            z-index: 1;
        }

        .process-step {
            text-align: center;
            padding: 40px 30px;
            background: var(--bg-primary);
            border-radius: 20px;
            border: 2px solid var(--border);
            transition: all 0.3s ease;
        }

        .process-step:hover {
            border-color: var(--accent);
            transform: scale(1.05);
        }

        .step-icon {
            width: 80px;
            height: 80px;
            background: rgba(151, 203, 255, 0.1);
            border: 2px solid var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
            color: var(--accent);
            font-weight: 800;
        }

        .pricing-section {
            padding: 80px 20px;
        }

        .pricing-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .pricing-card {
            background: linear-gradient(180deg, var(--bg-secondary) 0%, rgba(26, 26, 26, 0.5) 100%);
            border: 2px solid var(--border);
            border-radius: 24px;
            padding: 40px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            border-color: var(--accent);
        }

        .pricing-card.featured {
            border-color: var(--accent);
            transform: scale(1.05);
        }

        .pricing-type {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .pricing-description {
            color: var(--text-secondary);
            font-size: 0.9rem;
            margin-bottom: 30px;
            min-height: 50px;
        }

        .pricing-price {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--accent);
            margin-bottom: 10px;
        }

        .pricing-timeline {
                       color: var(--text-secondary);
            font-size: 0.9rem;
            margin-bottom: 30px;
        }

        .pricing-features {
            text-align: left;
            margin-bottom: 30px;
        }

        .pricing-features li {
            color: var(--text-secondary);
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
            list-style: none;
        }

        .pricing-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--accent);
        }

        .cta-inline {
            background: linear-gradient(135deg, rgba(151, 203, 255, 0.2), rgba(151, 203, 255, 0.1));
            border: 2px solid var(--accent);
            border-radius: 20px;
            padding: 60px 40px;
            text-align: center;
            margin: 80px auto;
            max-width: 1200px;
        }

        .cta-inline h3 {
            font-size: 2.2rem;
            margin-bottom: 20px;
        }

        .cta-button {
            display: inline-block;
            padding: 18px 50px;
            background: var(--accent);
            color: var(--bg-primary);
            text-decoration: none;
            border-radius: 10px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(151, 203, 255, 0.4);
        }

        .faq-section {
            background: var(--bg-secondary);
            padding: 80px 20px;
        }

        .faq-grid {
            display: grid;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .faq-card {
            background: var(--bg-primary);
            padding: 30px;
            border-radius: 16px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
        }

        .faq-card:hover {
            border-color: rgba(151, 203, 255, 0.5);
        }

        .faq-question {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 15px;
        }

        .faq-answer {
            color: var(--text-secondary);
            line-height: 1.6;
        }

        .final-cta {
            padding: 100px 20px;
            text-align: center;
            background: linear-gradient(180deg, var(--bg-primary) 0%, #000000 100%);
        }

        .final-cta h2 {
            font-size: 3rem;
            margin-bottom: 30px;
        }

        .checklist {
            max-width: 800px;
            margin: 0 auto 40px;
            text-align: left;
            list-style: none;
        }

        .checklist li {
            background: rgba(151, 203, 255, 0.05);
            border: 1px solid rgba(151, 203, 255, 0.2);
            padding: 15px 20px 15px 50px;
            margin-bottom: 15px;
            border-radius: 10px;
            position: relative;
            color: var(--text-secondary);
        }

        .checklist li::before {
            content: '→';
            position: absolute;
            left: 20px;
            color: var(--accent);
            font-weight: 700;
        }

       /* Мобильная адаптация */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 15px;
    }
    
    h1 {
        font-size: 1.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .stats-row {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .content-section {
        padding: 50px 15px;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .problem-grid,
    .process-steps,
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .problem-card {
        padding: 30px 20px;
    }
    
    .problem-number {
        font-size: 3rem;
        top: -15px;
        left: 20px;
    }
    
    .process-section {
        padding: 60px 15px;
    }
    
    .process-step {
        padding: 30px 20px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-type {
        font-size: 1.5rem;
    }
    
    .pricing-price {
        font-size: 2rem;
    }
    
    .cta-inline {
        padding: 40px 20px;
    }
    
    .cta-inline h3 {
        font-size: 1.6rem;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .faq-card {
        padding: 20px;
    }
    
    .faq-question {
        font-size: 1.1rem;
    }
    
    .final-cta {
        padding: 60px 15px;
    }
    
    .final-cta h2 {
        font-size: 2rem;
    }
    
    .checklist li {
        padding: 12px 15px 12px 40px;
        font-size: 0.9rem;
    }
    
    .checklist li::before {
        left: 15px;
    }
}

@media (max-width: 480px) {
    .article-badge {
        font-size: 0.75rem;
        padding: 6px 15px;
    }
    
    .pricing-features li {
        font-size: 0.9rem;
    }
}/* End custom CSS */