.product-section{padding:4rem 2rem;background-color:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:4rem;max-width:1200px;margin:0 auto}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.image-container{position:relative;width:100%;height:250px;overflow:hidden}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.product-card:hover .overlay{opacity:1}.view-more{background:#3498db;color:#fff;padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.view-more:hover{background:#2980b9}.product-info{padding:1.5rem}.product-info h3{font-size:1.25rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600;text-align:center}.product-info p{color:#666;font-size:.95rem;line-height:1.5;text-align:center}@media (max-width:768px){.product-section{padding:3rem 1rem}.section-header h2{font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.image-container{height:200px}}@media (max-width:480px){.product-section{padding:2rem 1rem}.section-header h2{font-size:1.75rem}.product-grid{grid-template-columns:1fr}}.stats-section{background:#1ba6ad;padding:2.5rem 0;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;max-width:1100px;margin:0 auto;padding:0 1rem}.stat-card{background:transparent;border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:110px;padding:.5rem 1rem;opacity:0;transform:translateY(40px) scale(.96);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.stat-visible{opacity:1;transform:translateY(0) scale(1)}.stat-value{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:.2rem;letter-spacing:1px}.stat-label{font-size:1.25rem;color:#d6e6e7;font-weight:400;letter-spacing:.5px}.stats-heading{text-align:center;font-size:2.1rem;font-weight:800;color:#fff;margin-bottom:2.2rem;letter-spacing:1px;text-shadow:0 2px 16px rgba(0,0,0,.1)}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.stat-card{min-height:90px;padding:.5rem .7rem}.stat-value{font-size:2rem}.stat-label{font-size:1rem}.stats-heading{font-size:1.4rem;margin-bottom:1.1rem}}@media (max-width:600px){.stats-section{padding:1.2rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.7rem;padding:0 .2rem}.stat-card{min-height:70px;padding:.3rem}.stat-value{font-size:1.3rem}.stat-label{font-size:.85rem}}.testimonials-section{background:linear-gradient(120deg,#e0eafc,#cfdef3);padding:1rem 0 4rem}.testimonials-title{text-align:center;font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:2.5rem;letter-spacing:1px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,3fr));gap:2.2rem;max-width:1100px;margin:0 auto;padding:0 1rem}.testimonial-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px rgba(44,62,80,.1);padding:2.2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;position:relative;min-height:320px;cursor:pointer}.testimonial-card:hover{transform:translateY(-10px) scale(1.04);box-shadow:0 8px 32px rgba(44,62,80,.18)}.testimonial-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #3498db;margin-bottom:1.2rem;box-shadow:0 2px 12px rgba(44,62,80,.1)}.testimonial-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-content{text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.testimonial-text{font-size:1.08rem;color:#2c3e50;font-style:italic;margin-bottom:1.3rem;line-height:1.6;min-height:80px}.testimonial-user{display:flex;flex-direction:column;align-items:center}.testimonial-name{font-weight:700;color:#3498db;font-size:1.08rem}.testimonial-role{color:#888;font-size:.98rem;margin-top:.1rem}@media (max-width:900px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.testimonial-card{min-height:250px;padding:1.5rem .7rem 1.2rem}.testimonial-avatar{width:54px;height:54px}.testimonial-text{font-size:.98rem;min-height:60px}}@media (max-width:600px){.testimonials-section{padding:1.5rem 0 2rem}.testimonials-title{font-size:1.2rem;margin-bottom:1.1rem}.testimonials-grid{gap:.7rem;padding:0 .2rem}.testimonial-card{min-height:180px;padding:1rem .3rem}.testimonial-avatar{width:38px;height:38px;margin-bottom:.7rem}.testimonial-text{font-size:.85rem;min-height:30px;margin-bottom:.7rem}.testimonial-name{font-size:.95rem}.testimonial-role{font-size:.85rem}}