.program-features-container{padding-left:10px;padding-right:10px}.program-features-wrapper{border-radius:12px;max-width:1200px;margin:0 auto;padding:10px 0}.program-features-title{color:#000;letter-spacing:-.5px;margin:0 0 12px;font-size:15px;font-weight:500}.features-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px;display:grid}.feature-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:flex-start;gap:10px;width:100%;max-width:80%;height:50px;margin:0 auto;padding:15px;transition:all .3s;display:flex}.feature-card:hover{background-color:#f3f4f6;border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}.feature-icon{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;display:flex}.feature-icon svg{width:100%;height:100%}.feature-content{flex:1;min-width:0}.feature-title{color:#000;letter-spacing:-.3px;margin:0 0 6px;font-size:15px;font-weight:600;line-height:1.3}.feature-description{color:#000000b3;margin:0;font-size:13px;line-height:1.4}.features-cta-section{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding-top:20px;display:flex}.features-cta-section button{min-width:50px}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.features-grid,.feature-card{animation:.6s ease-out fadeInUp}.feature-card:first-child{animation-delay:50ms}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.15s}.feature-card:nth-child(4){animation-delay:.2s}.feature-card:nth-child(5){animation-delay:.25s}.feature-card:nth-child(6){animation-delay:.3s}.feature-card:nth-child(7){animation-delay:.35s}.feature-card:nth-child(8){animation-delay:.4s}.feature-card:nth-child(9){animation-delay:.45s}
