.products-section{padding:80px 0;background-color:#f4f7fb}.products-section .title{font-size:36px;font-weight:700;color:#1a1a2e}.products-section .text-muted{font-size:16px;color:#5c677d}.product-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 15px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column}.product-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.08);transform:translateY(-8px)}.product-icon-container{width:60px;height:60px;background-color:#6c5ce7;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.product-icon{font-size:26px;color:#fff}.product-title{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.product-desc{color:#5c677d;font-size:15px;line-height:1.6;margin-bottom:25px;flex-grow:1}.product-link{color:#4b45cc;font-weight:600;font-size:15px;display:inline-flex;align-items:center;text-decoration:none;transition:all .3s ease}.product-link:hover{color:#3b35a6}.product-link svg{transition:transform .3s ease}.product-link:hover svg{transform:translateX(5px)}