.zigzag-showcase{background:#fff}.zigzag-header{margin-bottom:40px;text-align:center}.zigzag-header h2{font-size:36px;font-weight:700;line-height:1.3;margin:0}.zigzag-row{align-items:center;display:grid;gap:40px;grid-template-columns:40% 60%;margin-bottom:50px}.zigzag-row:last-child{margin-bottom:0}.zigzag-row.reverse{grid-template-columns:60% 40%}.zigzag-row.reverse .zigzag-image{order:2}.zigzag-row.reverse .zigzag-content{order:1}.zigzag-image img{border-radius:18px;display:block;max-width:100%;transition:transform .4s ease,box-shadow .4s ease;width:100%}.zigzag-row:hover .zigzag-image img{box-shadow:0 20px 45px rgba(0,0,0,.1);transform:translateY(-6px)}.zigzag-content h3{font-size:26px;font-weight:600;line-height:1.3;margin-bottom:20px}.zigzag-text ul{list-style:none;margin:0;padding:0}.zigzag-text ul li{font-size:18px;line-height:1.3;margin-bottom:14px;padding-left:34px;position:relative}.zigzag-text ul li:last-child{margin-bottom:0}.zigzag-text ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath fill='none' stroke='%23159cf6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m1 4 3 3 5-6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px;border:2px solid #159cf6;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:2px;width:20px}.zigzag-content{transition:transform .3s ease}.zigzag-row:hover .zigzag-content{transform:translateX(4px)}@media (max-width:991px){.zigzag-row,.zigzag-row.reverse{gap:30px;grid-template-columns:1fr}.zigzag-row.reverse .zigzag-content,.zigzag-row.reverse .zigzag-image{order:0}}@media (max-width:767px){.zigzag-header{margin-bottom:50px}}