.features-container{text-align:center;padding:80px 20px;background:#fff;min-height:100vh;overflow-x:hidden}.features-title{font-size:3rem;font-weight:700;color:#c41e3a;margin-bottom:10px}.features-subtitle{font-size:1.2rem;color:#555;margin-bottom:70px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:50px;gap:50px;max-width:1200px;margin:0 auto}.feature-card{background:#fff8f8;border-radius:25px;padding:40px 30px;box-shadow:0 6px 20px rgba(0,0,0,.08);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 30px rgba(196,30,58,.25)}.feature-card h3{font-size:1.7rem;color:#111;margin-top:25px;font-weight:600}.feature-card p{color:#555;margin-top:12px;font-size:1rem;line-height:1.6;max-width:300px;margin-left:auto;margin-right:auto;margin-top:8px}.feature-image{width:320px;height:320px;border-radius:18px;object-fit:contain;transition:transform .4s ease}.feature-card:hover .feature-image{transform:scale(1.05)}@media (max-width:900px){.features-title{font-size:2.2rem}.features-grid{gap:40px}.feature-card{padding:25px 20px}.feature-image{width:260px;height:260px}}