.features{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;color:rgb(252 208 244);margin-bottom:1rem;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--gradient);border-radius:2px}.features-grid{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{background:#1f2937;--tw-border-opacity:1;border:1 solid rgb(75 85 99/var(--tw-border-opacity,1));padding:2rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:var(--gradient)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.feature-icon{width:60px;height:60px;background:var(--gradient);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;color:var(--dark);margin-bottom:1rem}.feature-card p{color:#666;line-height:1.8}