.steps-section{padding:80px 20px;background:#f4faff;text-align:center}.steps-title{font-size:32px;margin-bottom:40px;font-weight:700}.steps-title .highlight{background-color:#0d3470;color:white;padding:0 10px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:30px;gap:30px;max-width:1100px;margin:0 auto 50px}.step{position:relative;padding:35px;border-radius:12px;background-color:white;box-shadow:0 6px 14px rgba(0,0,0,.03);transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-text{position:relative;margin-top:60px;color:#111}.step-text,.steps-button{font-size:16px;font-weight:700}.steps-button{padding:16px 40px;background-color:#0d3470;color:white;border:none;border-radius:999px;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.steps-button:hover{background-color:#000000}.fade-in{min-height:240px;min-width:200px}@media screen and (max-width:468px){.steps-grid{max-width:80vw;align-items:center}.fade-in{overflow:hidden;min-height:200px}}