.feature-section{background:#fafafa;font-family:Lexend Deca,sans-serif;padding:20px;text-align:center}.section-grid{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1250px}.card{background:#fff;border-radius:16px;box-shadow:0 6px 16px rgba(0,0,0,.04);opacity:0;padding:40px 20px;transform:translateY(40px) scale(.95);transition:all .25s ease}.card:hover{box-shadow:0 12px 25px rgba(0,0,0,.08);transform:translateY(-6px)}.icon-wrapper{height:90px;margin:0 auto 25px;width:90px}.icon-wrapper img{height:100%;object-fit:contain;width:100%}.card-title{color:#34425b;font-size:1.25rem;font-weight:600;margin-bottom:10px}.card-text{color:#4b566b;font-size:1rem;line-height:1.6;margin:0 auto;max-width:280px}.reveal{opacity:0;transform:translateY(40px) scale(.98);transition:all .6s ease-out}.reveal.in-view{animation:highlight-pulse 1.2s ease-out .2s;opacity:1;transform:translateY(0) scale(1)}@keyframes highlight-pulse{0%{box-shadow:0 0 0 transparent}40%{box-shadow:0 10px 25px rgba(0,0,0,.08)}to{box-shadow:0 6px 16px rgba(0,0,0,.04)}}@media (min-width:1280px) and (max-width:1440px){.section-grid{gap:28px;grid-template-columns:repeat(4,1fr);max-width:1200px}.icon-wrapper{height:85px;width:85px}.card-title{font-size:1.35rem}.card-text{font-size:1.05rem}}@media (min-width:912px) and (max-width:1279px){.section-grid{gap:26px;grid-template-columns:repeat(3,1fr);max-width:1100px}.icon-wrapper{height:80px;width:80px}.card-title{font-size:1.3rem}.card-text{font-size:1rem}}@media (max-width:1024px){.section-grid{gap:24px;grid-template-columns:repeat(2,1fr);max-width:900px}.icon-wrapper{height:75px;width:75px}.card-title{font-size:1.25rem}.card-text{font-size:.975rem}}@media (min-width:850px) and (max-width:912px){.section-grid{gap:22px;grid-template-columns:repeat(2,1fr);max-width:700px}.icon-wrapper{height:70px;width:70px}.card-title{font-size:1.15rem}.card-text{font-size:.95rem}}@media (max-width:768px){.section-grid{gap:24px;grid-template-columns:repeat(2,1fr);max-width:600px}.icon-wrapper{height:70px;width:70px}.card-title{font-size:1.15rem}.card-text{font-size:.95rem}}@media (max-width:480px){.icon-wrapper{height:60px;width:60px}.card-title{font-size:1.05rem}.card-text{font-size:.9rem}}@media (max-width:360px){.section-grid{gap:20px;grid-template-columns:1fr;max-width:340px}.icon-wrapper{height:60px;width:60px}.card-title{font-size:1rem}.card-text{font-size:.9rem}}