.review-focus{background:#f8fafc;padding:4rem 0;text-align:center}.review-focus .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.review-focus h2{font-size:2.2rem;font-weight:800;color:#0a2540;margin-bottom:1rem}.review-focus .section-intro{color:#5f6c7b;font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto 3rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;justify-content:center;align-items:stretch}.review-card{background:#fff;border-radius:1.5rem;padding:2rem;text-align:center;box-shadow:0 20px 40px rgba(10,37,64,.06),0 0 0 1px rgba(10,37,64,.04);transition:all .3s ease;position:relative;overflow:hidden}.review-card:hover{transform:translateY(-6px);box-shadow:0 25px 60px rgba(10,37,64,.08),0 0 0 1px rgba(10,37,64,.05)}.review-card .material-symbols-outlined{font-size:48px;color:#ff6f61;display:block;margin-bottom:1.25rem}.review-card h3{font-size:1.25rem;font-weight:700;color:#0a2540;margin-bottom:.75rem}.review-card p{color:#5f6c7b;font-size:1rem;line-height:1.6;margin:0}@media (max-width:1024px){.review-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:700px){.review-grid{grid-template-columns:1fr;gap:1.75rem}.review-card .material-symbols-outlined{font-size:40px}.review-focus h2{font-size:1.9rem}}.review-process{background:#fff;padding:4rem 0;text-align:center}.review-process .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.review-process h2{font-size:2rem;font-weight:800;color:#0a2540;margin-bottom:2.5rem}.process-steps{list-style:none;counter-reset:step;padding:0;margin:0;display:flex;flex-direction:column;gap:2.5rem;text-align:left}.process-steps li{background:#f8fafc;border-radius:1.25rem;padding:2rem;box-shadow:0 10px 25px rgba(10,37,64,.04),0 0 0 1px rgba(10,37,64,.03);counter-increment:step;position:relative}.process-steps li:before{content:counter(step);position:absolute;left:1.5rem;top:1.5rem;width:36px;height:36px;background:linear-gradient(135deg,#ff6f61,#ff836d);border-radius:50%;color:#fff;font-weight:700;font-size:1rem;line-height:36px;text-align:center}.process-steps h3{font-size:1.25rem;font-weight:700;color:#0a2540;margin:0 0 .5rem 3.5rem}.process-steps p{color:#5f6c7b;font-size:1rem;line-height:1.6;margin:0 0 0 3.5rem}@media (max-width:700px){.process-steps li{padding:1.75rem 1.5rem 1.75rem 3rem}.process-steps h3,.process-steps p{margin-left:2.75rem}}