
        .ly_product_description_1 {
            overflow: hidden;
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .ly_product_description_1 .container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: visible;
            background: #ffffff;
        }
        
        .ly_product_description_1 h1 {
            color: #FF9A3D;
            font-size: 32px;
            margin-bottom: 15px;
        }
        
        .ly_product_description_1 h2 {
            color: #2C5E2A;
            font-size: 24px;
            margin: 25px 0 15px;
        }
        
        .ly_product_description_1 h3 {
            color: #4A8C45;
            font-size: 20px;
            margin: 20px 0 12px;
        }
        
        .ly_product_description_1 p {
            margin-bottom: 15px;
        }
        
        .ly_product_description_1 .d_title {
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #FF9A3D;
        }
        
        /* Comparison Table Styles */
        .comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin: 30px 0;
        }
        
        .comparison-table th {
            padding: 16px;
            text-align: center;
            font-weight: bold;
        }
        
        .comparison-table th:first-child {
            background: #f8f8f8;
            width: 40%;
        }
        
        .comparison-table th:nth-child(2) {
            background: rgba(255, 154, 61, 0.1);
            color: #FF9A3D;
        }
        
        .comparison-table th:nth-child(3) {
            background: #f0f0f0;
            color: #666;
        }
        
        .comparison-table td {
            padding: 14px 16px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .comparison-table tr:hover td {
            background-color: #F8F5E6;
        }
        
        .our-product {
            color: #FF9A3D;
            font-weight: 600;
        }
        
        .competitor {
            color: #888;
        }
        
        .check-icon {
            color: #FF9A3D;
            font-weight: bold;
            margin-right: 8px;
        }
        
        .cross-icon {
            color: #aaa;
            margin-right: 8px;
        }
        
        .cta-button {
            display: inline-block;
            background: #FF9A3D;
            color: white;
            padding: 14px 28px;
            text-decoration: none;
            border-radius: 6px;
            font-weight: bold;
            margin: 10px 15px 10px 0;
            box-shadow: 0 4px 8px rgba(255, 154, 61, 0.3);
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            background: #E88A2D;
            box-shadow: 0 6px 12px rgba(255, 154, 61, 0.4);
            transform: translateY(-2px);
        }
        
        .benefits-list {
            background: #F8F5E6;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .benefits-list li {
            margin-bottom: 10px;
            list-style-type: none;
            position: relative;
            padding-left: 30px;
        }
        
        .benefits-list li:before {
            content: "✔";
            color: #FF9A3D;
            position: absolute;
            left: 0;
            font-weight: bold;
        }
    