.stats{background:var(--white);padding:60px 0;margin-top:-30px;border-radius:20px 20px 0 0;position:relative;z-index:2}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--gray);font-size:.9rem}.testimonials{padding:2rem 0}.testimonials img{object-fit:contain;filter:drop-shadow(0 0 10px rgba(0,0,0,.1));max-height:550px}.testimonial-text{font-style:italic;max-width:700px;color:#555;margin-bottom:1rem}.carousel-inner .carousel-item{padding:.1rem}.carousel-item>div{max-width:550px;margin:0 auto;text-align:center}.testimonials iframe,.testimonials video{max-width:100%;border-radius:.5rem;box-shadow:0 0 10px rgba(0,0,0,.1)}.features{padding:80px 0;background:var(--background-color)}.section-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:3rem;gap:3rem}.feature-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,51,102,.02),rgba(52,177,255,.02));opacity:0;transition:opacity .3s ease;pointer-events:none}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px rgba(0,51,102,.3)}.feature-icon i{color:white;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .3s ease}.feature-card:hover .feature-icon i{transform:scale(1.1)}.feature-icon .dashicons{font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.feature-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem;line-height:1.3}.feature-card p{margin-bottom:.5rem}.feature-card p,.feature-content{color:var(--gray);line-height:1.6}.feature-content{min-height:150px;max-height:180px;overflow:hidden;position:relative;transition:max-height .4s ease;flex-grow:1}.feature-content.expanded{max-height:none}.feature-content:not(.expanded):after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(transparent,var(--white));pointer-events:none;transition:opacity .3s ease}.feature-content.expanded:after{opacity:0}.feature-details{margin-top:10px;padding-bottom:70px}.feature-details[open] .read-more-btn:after{content:" (Ler menos)"}.feature-full-content{color:var(--gray);line-height:1.6;margin-top:10px;padding-top:10px;border-top:1px solid #eee}.read-more-btn{background:none;border:none;color:var(--secondary-color);font-weight:600;cursor:pointer;padding:8px 0;font-size:.9rem;transition:all .3s ease;text-decoration:underline;position:relative;overflow:hidden}.read-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(52,177,255,.1),transparent);transition:left .5s}.read-more-btn:hover:before{left:100%}.read-more-btn:hover{color:var(--primary-color);transform:translateY(-1px)}.feature-content p{margin-bottom:.8rem}.feature-content p:last-child{margin-bottom:0}.feature-content ol,.feature-content ul{margin-bottom:.8rem;padding-left:1.2rem}.feature-content li{margin-bottom:.3rem}@media (max-width:768px){.feature-content{max-height:100px}.feature-content:not(.expanded):after{height:30px}.read-more-btn{font-size:.85rem;padding:6px 0}.feature-card:hover{transform:translateY(-3px)}.feature-card:hover .feature-icon{transform:scale(1.05) rotate(3deg)}}