@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.how-page{background:#f7f9fd;min-height:100vh}.how{padding-top:0}.how__hero{background:#eef6fb;padding:72px 0}@media(max-width:600px){.how__hero{padding:60px 0}}.how__hero-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;align-items:center}.how__hero-inner img{width:100%;border-radius:32px;object-fit:cover;max-height:420px;box-shadow:0 20px 60px rgba(22,113,248,.2)}.how__cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:999px;background:#2c74b3;color:#fff;font-weight:600;text-decoration:none;margin-top:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.how__cta:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(22,113,248,.35)}.section{padding:72px 0}.journey{display:flex;flex-direction:column;gap:3rem;margin-top:2.5rem}.journey__item{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;align-items:center}.journey__item img{width:100%;border-radius:28px;object-fit:cover;height:320px}.journey__item.is-reversed{direction:rtl}.journey__item.is-reversed>*{direction:ltr}.journey__step{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;color:#2c74b3;margin-bottom:.5rem}.how__perks{background:#fff}.how__perks-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;align-items:start}.perks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem}.perks-grid article{border:1px solid #e0e7ff;border-radius:20px;padding:1.25rem;background:#fefefe}.how__cta-banner{background:#eef6fb;color:#0a2647;padding:70px 0;margin-bottom:60px}@media(max-width:600px){.how__cta-banner{padding:60px 0}}.how__cta-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.how__cta--light{background:#2c74b3;color:#fff}@media(max-width:640px){.journey__item.is-reversed{direction:ltr}.journey__item img{height:240px}}