/* Shared styles for How to Start / Visa Info / Free Consultation / Privacy Policy */

.how-to-start-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

.roadmap { list-style: none; margin: 40px 0; padding: 0; counter-reset: step; }
.roadmap-step { display: flex; gap: 20px; padding-bottom: 32px; position: relative; }
.roadmap-step:not(:last-child)::before { content: ""; position: absolute; left: 21px; top: 46px; bottom: 0; width: 2px; background: var(--line); }
.roadmap-num { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 14px; }
.roadmap-step h2 { margin: 6px 0 8px; font-size: 19px; color: var(--navy); }
.roadmap-step p { margin: 0; }

.free-consultation .booking-embed { margin-top: 32px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 480px; }
