.elementor-10227 .elementor-element.elementor-element-38b9c98{--display:flex;}.elementor-10227 .elementor-element.elementor-element-bafa21e{text-align:center;}.elementor-10227 .elementor-element.elementor-element-29e0151{--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-10227 .elementor-element.elementor-element-e100ae2 img{width:100%;max-width:100%;height:237px;object-fit:cover;object-position:center center;}.elementor-10227 .elementor-element.elementor-element-67cb3c4{--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 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.7;
            color: #2d3748;
            background-color: #ffffff;
        }

        .article-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .article-header {
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 2px solid #e2e8f0;
        }

        .article-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a202c;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .article-meta {
            display: flex;
            gap: 20px;
            color: #718096;
            font-size: 0.95rem;
        }

        .section {
            margin-bottom: 50px;
        }

        .section h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .section h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2d3748;
            margin-top: 35px;
            margin-bottom: 18px;
            line-height: 1.3;
        }

        .section h4 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2d3748;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .section p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            line-height: 1.8;
            color: #4a5568;
        }

        .section ul, .section ol {
            margin-bottom: 20px;
            padding-left: 30px;
        }

        .section li {
            margin-bottom: 12px;
            font-size: 1.05rem;
            line-height: 1.7;
            color: #4a5568;
        }

        .section li strong {
            color: #2d3748;
        }

        .highlight-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 12px;
            margin: 35px 0;
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.2);
        }

        .highlight-box h3 {
            color: white;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .highlight-box p, .highlight-box li {
            color: rgba(255, 255, 255, 0.95);
        }

        .info-box {
            background-color: #f7fafc;
            border-left: 4px solid #4299e1;
            padding: 25px;
            margin: 30px 0;
            border-radius: 8px;
        }

        .info-box h4 {
            color: #2c5282;
            margin-top: 0;
            margin-bottom: 12px;
        }

        .warning-box {
            background-color: #fffaf0;
            border-left: 4px solid #ed8936;
            padding: 25px;
            margin: 30px 0;
            border-radius: 8px;
        }

        .warning-box h4 {
            color: #c05621;
            margin-top: 0;
            margin-bottom: 12px;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border-radius: 8px;
            overflow: hidden;
        }

        .comparison-table th {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 18px;
            text-align: left;
            font-weight: 600;
            font-size: 1rem;
        }

        .comparison-table td {
            padding: 18px;
            border-bottom: 1px solid #e2e8f0;
            font-size: 0.98rem;
        }

        .comparison-table tr:last-child td {
            border-bottom: none;
        }

        .comparison-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }

        .cta-section {
            background: linear-gradient(135deg, #16163F 0%, #16163F 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 16px;
            text-align: center;
            margin: 50px 0;
            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
        }

        .cta-section h2 {
            color: white;
            font-size: 2rem;
            margin-bottom: 15px;
        }

        .cta-section p {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.15rem;
            margin-bottom: 10px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-block;
            background-color: white;
            color: #667eea;
            padding: 16px 40px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .internal-link {
            color: #667eea;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease;
        }

        .internal-link:hover {
            border-bottom-color: #667eea;
        }

        .key-points {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 35px 0;
        }

        .key-point-card {
            background-color: #f7fafc;
            padding: 25px;
            border-radius: 10px;
            border-top: 3px solid #667eea;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .key-point-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

        .key-point-card h4 {
            color: #667eea;
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .key-point-card p {
            margin-bottom: 0;
            font-size: 0.98rem;
        }

        strong {
            color: #2d3748;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .article-header h1 {
                font-size: 2rem;
            }

            .section h2 {
                font-size: 1.6rem;
            }

            .section h3 {
                font-size: 1.3rem;
            }

            .comparison-table {
                font-size: 0.9rem;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 12px;
            }

            .key-points {
                grid-template-columns: 1fr;
            }

            .cta-section {
                padding: 35px 25px;
            }

            .cta-section h2 {
                font-size: 1.6rem;
            }
        }/* End custom CSS */