.expect-section{overflow:hidden;padding:0;position:relative}.expect-section .expect-icon svg{background:#e74315;border-radius:100%;height:60px;padding:5px;width:60px}.expect-section .expect-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto 3rem;max-width:1200px}.expect-section .expect-icon.svg_icon *{fill:#fff}.expect-section .expect-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:2rem;text-align:center;transition:transform .3s ease;width:calc(33.33333% - 20px)}.expect-section .expect-card:hover{border-color:#e74315;transform:translateY(-10px)}.expect-section .expect-icon{display:inline-block;font-size:2.5rem;margin-bottom:1rem;min-height:32px;transition:transform .3s ease}.expect-section .expect-card:hover .expect-icon{transform:scale(1.1)}.expect-section .expect-card h3{color:#2d3e50;font-size:1.3rem;margin-bottom:1rem}.expect-section .expect-card p{color:#666;font-size:.95rem;line-height:1.6}.expect-section .faq-cta{margin-top:2rem;text-align:center}@media (min-width:768px){.expect-grid.two-cols .expect-card{width:calc(50% - 20px)}.expect-grid.four-cols .expect-card{width:calc(25% - 20px)}}@media (max-width:767px){.expect-section .expect-grid{grid-template-columns:1fr}.expect-section .expect-card{margin-bottom:1rem;width:100%}.expect-section h2{font-size:2rem}}@keyframes cardEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.expect-card{animation:cardEntrance .6s ease forwards}.expect-card:first-child{animation-delay:.2s}.expect-card:nth-child(2){animation-delay:.4s}.expect-card:nth-child(3){animation-delay:.6s}.expect-card:nth-child(4){animation-delay:.8s}.expect-card:nth-child(5){animation-delay:1s}.expect-card:nth-child(6){animation-delay:1.2s}.expect-card:nth-child(7){animation-delay:1.4s}.expect-card:nth-child(8){animation-delay:1.6s}