:root{--accent:#f15c5e;--accent-hover:#d94a4c;--navy:#0c0a35;--navy-card:#121830;--white:#fff;--off-white:#e8eaf0;--muted:#acb7cc;--border:hsla(0,0%,100%,.08);--font-display:tt-commons-pro,sans-serif;--font-body:tt-commons-pro,sans-serif}.how-steps{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin:0 auto}.how-step{align-items:flex-start;border:1px solid var(--border);border-radius:14px;display:flex;gap:24px;padding:36px 32px;transition:border-color .2s,transform .2s}.how-step:hover{border-color:rgba(241,92,94,.25);transform:translateY(-2px)}.step-icon{align-items:center;background:rgba(241,92,94,.12);border:1px solid rgba(241,92,94,.2);border-radius:12px;display:flex;flex-shrink:0;font-size:1.3rem;height:48px;justify-content:center;width:48px}.step-content h3{color:var(--white);font-family:tt-commons-pro,sans-serif;font-size:1.05rem;font-weight:700;margin-bottom:10px}.step-content p{color:#acb7cc;font-size:.9rem;line-height:1.65}@media (max-width:700px){.how-steps{grid-template-columns:1fr}}