/* Start custom CSS for html, class: .elementor-element-5ebd543 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            background: #f9f9f9;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            background: white;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5em;
            color: #2c3e50;
            margin: 30px 0;
            line-height: 1.3;
        }
        
        h2 {
            font-size: 1.8em;
            color: #34495e;
            margin: 40px 0 20px 0;
            border-left: 4px solid #3498db;
            padding-left: 15px;
        }
        
        h3 {
            font-size: 1.4em;
            color: #34495e;
            margin: 30px 0 15px 0;
        }
        
        p {
            margin: 15px 0;
            font-size: 1.05em;
        }
        
        .featured-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 8px;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        
        .content-image {
            width: 100%;
            max-width: 800px;
            height: auto;
            min-height: 300px;
            object-fit: cover;
            border-radius: 8px;
            margin: 25px auto;
            display: block;
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .image-placeholder {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 20px;
        }
        
        .price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .price-table th {
            background: #3498db;
            color: white;
            padding: 15px;
            text-align: left;
        }
        
        .price-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #ddd;
        }
        
        .price-table tr:hover {
            background: #f5f5f5;
        }
        
        ul, ol {
            margin: 15px 0 15px 30px;
        }
        
        li {
            margin: 8px 0;
        }
        
        .testimonial {
            background: #ecf0f1;
            padding: 20px;
            border-left: 4px solid #e74c3c;
            margin: 20px 0;
            border-radius: 5px;
        }
        
        .testimonial-author {
            font-weight: bold;
            color: #e74c3c;
            margin-bottom: 10px;
        }
        
        .highlight-box {
            background: #fff9e6;
            border: 2px solid #f39c12;
            padding: 20px;
            margin: 25px 0;
            border-radius: 8px;
        }
        
        .warning-box {
            background: #ffe6e6;
            border: 2px solid #e74c3c;
            padding: 20px;
            margin: 25px 0;
            border-radius: 8px;
        }
        
        strong {
            color: #2c3e50;
        }
        
        .cta-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            text-align: center;
            border-radius: 8px;
            margin: 40px 0;
        }
        
        .cta-box h3 {
            color: white;
            margin-top: 0;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 1.8em;
            }
            
            h2 {
                font-size: 1.4em;
            }
            
            .container {
                padding: 15px;
            }
            
            .featured-image {
                height: 250px;
            }
        }
    </style>/* End custom CSS */