.next-steps-section{background-color:#f4f7fe;overflow:hidden;padding:80px 0}.next-steps-wrapper{align-items:flex-start;display:grid;gap:60px;grid-template-columns:1fr 1.4fr}.next-steps-content{max-width:480px}.next-steps-content h2{color:#162139;font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:32px}.next-steps-text-block p{color:#535965;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:24px}.btn-next-steps{background-color:#4c7df7;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;margin-top:16px;padding:16px 32px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.next-steps-grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.ns-card{background:#fff;border:1px solid transparent;border-radius:16px;display:flex;flex-direction:column;height:100%;min-height:220px;overflow:visible;position:relative;text-align:left;transition:all .3s ease;width:100%}.ns-card-header{background:#edf2fd;border-radius:16px 16px 0 0;min-height:40px;padding:24px 24px 10px;position:relative}.ns-badge{align-items:center;background:#eef2ff;border-radius:50%;bottom:-16px;color:#4c7df7;display:inline-flex;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;height:32px;justify-content:center;left:24px;position:absolute;width:32px;z-index:2}.ns-card-content{background:#fff;border-radius:0 0 16px 16px;flex:1;padding:32px 24px 24px}.ns-title{color:#4c7df7;font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4;margin-bottom:16px;margin-top:0}.ns-desc{color:#4b5563;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:0}@media (max-width:1024px){.next-steps-wrapper{gap:40px}.next-steps-content h2{font-size:2rem}}@media (max-width:900px){.next-steps-wrapper{gap:50px;grid-template-columns:1fr}.next-steps-content{max-width:100%;text-align:center}.next-steps-grid{width:100%}}@media (max-width:600px){.next-steps-grid{gap:20px;grid-template-columns:1fr}.next-steps-content h2{font-size:1.75rem}.btn-next-steps{width:100%}}