.zb-el-zionText {  -webkit-box-orient:vertical;  overflow:hidden;  display:-webkit-box;  text-overflow:ellipsis;  overflow-wrap:break-word;  word-break:break-word;  line-height:180%;}.zb-el-zionText a {  color:inherit;  text-decoration:none;}.zb-el-zionText a > * {  -webkit-box-orient:vertical;  overflow:hidden;  display:-webkit-box;  text-overflow:ellipsis;  overflow-wrap:break-word;  word-break:break-word;}#uid2183426538192 { word-break:break-word;overflow-wrap:break-word; }#uid2183426538192 * { word-break:break-word;overflow-wrap:break-word; }    .product-intro { background-color:#f8f9fa; padding:30px; border-radius:8px; margin-bottom:30px; }    .product-title { font-size:24px; font-weight:bold; color:#0056b3; margin-bottom:15px; }    .product-desc { line-height:1.6; margin-bottom:15px; }    .case-section { background-color:#fff; padding:30px; border-radius:8px; margin-bottom:30px; }    .section-title { font-size:22px; font-weight:bold; color:#0056b3; margin-bottom:25px; text-align:center; }    .case-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap:20px; }    .case-item { text-align:center; transition:transform 0.3s ease; }    .case-item:hover { transform:scale(1.05); }    .case-img { width:100%; height:200px; object-fit:cover; border-radius:4px; margin-bottom:10px; }    .case-caption { font-size:16px; color:#666; }    .review-section { background-color:#f1f3f5; padding:30px; border-radius:8px; margin-bottom:30px; }    .review-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(250px, 1fr)); gap:25px; }    .review-item { background-color:#fff; padding:20px; border-radius:8px; box-shadow:0 2px 4px rgba(0,0,0,0.1); transition:box-shadow 0.3s ease; }    .review-item:hover { box-shadow:0 4px 8px rgba(0,0,0,0.15); }    .review-avatar { width:80px; height:80px; border-radius:50%; object-fit:cover; margin-bottom:15px; }    .review-text { font-style:italic; line-height:1.5; margin-bottom:10px; color:#555; }    .review-name { font-weight:bold; color:#0056b3; }    .review-title { font-size:14px; color:#666; }    @media (max-width:768px) {      .product-title { font-size:20px; }      .section-title { font-size:18px; }      .case-grid, .review-grid { grid-template-columns:1fr; }    }  