
        .container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 20px;
            position: relative;
            overflow: hidden;
            background: #ffffff;
            font-family: Arial, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .ly_product_description_1 {
            overflow: hidden;
        }
        
        .ly_product_description_1 .d_title {
            margin-bottom: 30px;
        }
        
        h1, h2, h3 {
            color: #FF9A3D;
            margin-top: 20px;
        }
        
        h1 {
            font-size: 28px;
            border-bottom: 2px solid #FF9A3D;
            padding-bottom: 10px;
        }
        
        h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }
        
        h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 10px;
            overflow: hidden;
            margin: 30px 0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .comparison-table th, .comparison-table td {
            padding: 15px;
            text-align: left;
            border: 1px solid #e0e0e0;
        }
        
        .comparison-table thead th {
            background-color: rgba(255, 154, 61, 0.1);
            font-weight: bold;
            color: #333;
        }
        
        .comparison-table th:first-child {
            border-top-left-radius: 10px;
        }
        
        .comparison-table th:last-child {
            border-top-right-radius: 10px;
        }
        
        .our-product {
            color: #FF9A3D;
            font-weight: bold;
        }
        
        .competitor {
            color: #888;
        }
        
        .feature-row:hover {
            background-color: #F8F5E6;
            transition: background-color 0.3s ease;
        }
        
        .cta-button {
            display: inline-block;
            background-color: #FF9A3D;
            color: white;
            padding: 12px 25px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 20px;
            box-shadow: 0 4px 8px rgba(255, 154, 61, 0.3);
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            background-color: #e08935;
            box-shadow: 0 6px 12px rgba(255, 154, 61, 0.4);
            transform: translateY(-2px);
        }
        
        .benefit-section {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .technical-specs {
            margin: 20px 0;
        }
        
        .spec-item {
            margin-bottom: 10px;
        }
    