.custom-guarantee-icons{margin:30px 0;padding:20px;background:#eef5f9;border:1px solid #eee;border-radius:8px}.guarantee-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:space-around;gap:15px}.guarantee-list li{text-align:center;cursor:pointer;width:140px}.guarantee-icon{width:80px;height:80px;object-fit:contain;transition:transform 0.2s}.guarantee-icon:hover{transform:scale(1.1)}.guarantee-modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0 0 0 / .6)}.modal-content{background-color:#fefefe;margin:15vh auto 0;padding:25px;border:1px solid #888;width:90%;max-width:500px;border-radius:10px;text-align:center;position:relative}.modal-close{color:#aaa;float:right;font-size:35px;font-weight:700;cursor:pointer}.modal-close:hover,.modal-close:focus{color:#000;text-decoration:none}.modal-content img{max-width:120px;margin-bottom:15px}.modal-content h3{margin:10px 0;color:#333}.modal-content p{color:#555;line-height:1.6}