.product-card{background:#fff;border-radius:24px;padding:20px;box-shadow:0 10px 40px rgba(0,0,0,.04);border:2px solid transparent;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}@keyframes prodShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00c71e,#005655,#00c71e);background-size:200% 100%;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.product-card-active:before,.product-card:hover:before{transform:scaleX(1);animation:prodShimmer 2s linear infinite}.product-card:hover{box-shadow:0 20px 50px rgba(0,0,0,.08);transform:translateY(-4px)}@keyframes prodGlowPulse{0%,to{box-shadow:0 0 0 3px rgba(0,199,30,.15),0 20px 50px rgba(0,0,0,.08)}50%{box-shadow:0 0 0 5px rgba(0,199,30,.25),0 20px 50px rgba(0,0,0,.1)}}.product-card-active{border-color:#00c71e;animation:prodGlowPulse 2s ease-in-out infinite}.product-card-active:hover{transform:translateY(-4px)}@keyframes prodGradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.product-card-image{height:180px;border-radius:16px;background-size:200% 200%;display:flex;overflow:hidden;cursor:pointer;transition:border-radius .4s ease;width:100%;img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.product-card:hover .product-card-image{animation:prodGradientShift 3s ease infinite}.product-card-image-inner{font-size:52px;color:hsla(0,0%,100%,.9);transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card-image-inner{transform:scale(1.15) rotate(5deg)}.product-card-body{padding:20px 4px 0;display:flex;flex-direction:column;gap:8px}.product-card-title{font-size:22px;font-weight:700;color:#343a46;line-height:30px;margin:0}.product-card-tagline{font-size:14px;font-weight:600;color:#00c71e;line-height:22px;margin:0}.product-card-intro{font-size:15px;font-weight:400;line-height:24px;color:#526077;margin:0}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding:20px 4px 0}.product-card-arrow{width:40px;height:40px;min-width:40px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1)}@keyframes prodArrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.product-card:hover .product-card-arrow:not(.product-card-arrow-rotated){animation:prodArrowBounce 1s ease-in-out infinite}.product-card-arrow:hover{background:#e2e8f0}.product-card-arrow-rotated{transform:rotate(180deg);background:#005655;color:#fff}.product-card-arrow-rotated:hover{background:#004443}.product-card-image-green{background:linear-gradient(135deg,#00c71e,#009914,#00c71e);background-size:200% 200%}.product-card-image-navy{background:linear-gradient(135deg,#163a5f,#1e4d7a,#163a5f);background-size:200% 200%}.product-card-image-teal{background:linear-gradient(135deg,#007a6e,#00a896,#007a6e);background-size:200% 200%}@media (max-width:1320px){.product-card-image{height:160px}.product-card-image-inner{font-size:46px}}@media (max-width:1185px){.product-card{padding:16px}.product-card-image{height:150px}.product-card-image-inner{font-size:42px}.product-card-title{font-size:20px;line-height:28px}.product-card-body{padding:16px 4px 0;gap:6px}.product-card-footer{padding:16px 4px 0}}@media (max-width:650px){.product-card{padding:16px;border-radius:20px}.product-card-image{height:140px;border-radius:12px}.product-card-image-inner{font-size:38px}.product-card-title{font-size:18px;line-height:26px}.product-card-tagline{font-size:13px}.product-card-intro{font-size:14px;line-height:22px}.product-card-arrow{width:36px;height:36px;min-width:36px}.product-card-footer{padding:14px 4px 0}}