#modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:99999;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}#modalOverlay.active{opacity:1;visibility:visible}.feature-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;z-index:100000;opacity:0;visibility:hidden;transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s ease;box-shadow:0 10px 40px rgb(0 0 0 / .2)}.feature-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-content{position:relative;text-align:center}.modal-content .close{position:absolute;top:0;right:0;font-size:28px;cursor:pointer;color:#666;transition:color 0.2s ease}.modal-content .close:hover{color:#333}.modal-features{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:15px}.modal-features .pill{cursor:pointer;display:flex;align-items:center;background:#eef1f5;border-radius:50px;padding:6px 12px;font-size:12px;font-weight:600;transition:transform 0.2s ease,box-shadow 0.2s ease;white-space:nowrap}.modal-features .pill:hover{transform:scale(1.05);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.modal-features .pill img{width:20px;height:20px;margin-right:6px;border-radius:50%}.modal-description{margin-top:15px}.modal-description h4{color:#333;margin-bottom:10px}.modal-description p{color:#666;line-height:1.6}.product-feature-pills{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:5px;width:100%;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.product-feature-pills::-webkit-scrollbar{display:none}.product-feature-pills .pill{cursor:pointer;display:flex;align-items:center;background:#eef1f5;border-radius:50px;padding:6px 12px;font-size:12px;font-weight:600;flex-shrink:0;transition:transform 0.2s ease,box-shadow 0.2s ease;white-space:nowrap}.product-feature-pills .pill:hover{transform:scale(1.05);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.product-feature-pills .pill img{width:20px;height:20px;margin-right:6px;border-radius:50%}.product-badges{display:flex;flex-wrap:wrap;gap:8px;width:100%}.product-badges .badge-pill{display:inline-block;border-radius:50px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.product-badges .badge-pill.badge-text{background:none!important;padding:0;margin-right:10px;font-size:13px}@media (max-width:768px){.feature-modal{top:auto;bottom:0;left:0;right:0;transform:translateY(100%);width:100%;max-width:100%;border-radius:16px 16px 0 0;max-height:70vh}.feature-modal.active{transform:translateY(0)}.modal-features{gap:6px}.modal-features .pill{font-size:12px;padding:4px 8px}.modal-features .pill img{width:16px;height:16px}}