.about-stats{background:var(--primary-color);border-radius:20px;padding:3rem 2rem;margin-top:4rem;color:var(--white)}.about-stats .stat-number{color:var(--white);font-size:2.5rem}.about-stats .stat-label{color:rgba(255,255,255,.9);font-size:1rem}.about-stats small{color:rgba(255,255,255,.7);font-size:.85rem}.product-grid{margin-bottom:3rem}.product-card{height:100%;transition:.3s}.product-image{height:250px;overflow:hidden;border-radius:12px 12px 0 0}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-category{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.product-features{list-style:none;padding:0;margin:1.5rem 0}.product-features li{padding:.25rem 0;color:var(--text-muted);font-size:.9rem;position:relative;padding-left:1.5rem}.product-features li::before{content:'✓';color:var(--primary-color);font-weight:700;position:absolute;left:0}.feature-grid{margin-bottom:3rem}.feature-item{text-align:center;padding:2rem 1.5rem;background:var(--white);border-radius:16px;border:1px solid var(--border-light);transition:.3s;height:100%}.feature-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-item .feature-icon{width:60px;height:60px;background:var(--primary-light);color:var(--primary-color);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.feature-item .feature-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-item .feature-description{color:var(--text-muted);line-height:1.6}.case-slider{margin-bottom:3rem}.case-item{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s;height:100%}.case-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.case-image{height:200px;overflow:hidden}.case-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.case-item:hover .case-image img{transform:scale(1.05)}.case-content{padding:2rem}.case-title{font-weight:600;color:var(--text-dark);margin-bottom:1rem;font-size:1.2rem}.case-description{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.case-stats{display:flex;gap:1.5rem;justify-content:center}.case-stat{text-align:center;flex:1}.case-stat-number{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.25rem}.case-stat-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.cta-buttons{margin-top:2rem}.hero-buttons{margin-bottom:2rem}.stat-number[data-counter]{animation:2s ease-out countUp}@keyframes countUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.about-stats{padding:2rem 1.5rem}.about-stats .stat-number{font-size:2rem}.product-image{height:200px}.case-content,.product-card .card-body{padding:1.5rem}.case-stats{gap:1rem;flex-direction:column}.case-stat{margin-bottom:.5rem}.feature-item{padding:1.5rem 1rem}.cta-buttons,.hero-buttons{flex-direction:column;gap:.5rem}}