﻿.journey-hidden{display:none!important}.journey-details{margin-top:24px;background:#fff;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.journey-steps-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;min-height:320px}.journey-content{grid-column:1;grid-row:1}.journey-steps-nav{grid-column:2;grid-row:1;background:#f3f4f6;padding:32px 24px;border-radius:16px}.journey-steps-list{list-style:none;margin:0;padding:0}.journey-step{position:relative;display:flex;align-items:flex-start;gap:12px;min-height:96px}.journey-step:not(:last-child)::after{content:"";position:absolute;top:30px;width:2px;height:70px;background:#d1d5db}html[lang^=ar] .journey-step:not(:last-child)::after{right:13px;left:auto}html[lang^=en] .journey-step:not(:last-child)::after{left:13px;right:auto}.journey-step-number{position:relative;z-index:1;width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #d1d5db;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700}.journey-step-text{display:flex;flex-direction:column}.journey-step-title{font-size:14px;font-weight:700;color:#1f2937}.journey-step-desc{margin-top:4px;font-size:13px;color:#6b7280}.journey-step.is-completed .journey-step-number{background:#198754;border-color:#198754;color:#fff;font-size:0}.journey-step.is-completed .journey-step-number::before{content:"";display:block;width:12px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9286 0.888323C11.1283 1.07899 11.1357 1.39549 10.945 1.59524L3.94501 8.92857C3.85206 9.02595 3.72376 9.08174 3.58915 9.0833C3.45453 9.08487 3.32497 9.03208 3.22978 8.93689L0.896447 6.60355C0.701184 6.40829 0.701184 6.09171 0.896447 5.89645C1.09171 5.70119 1.40829 5.70119 1.60355 5.89645L3.57502 7.86791L10.2217 0.904763C10.4123 0.705014 10.7288 0.697653 10.9286 0.888323Z' fill='%23161616' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.journey-step.is-completed::after{background:#198754}.journey-step.is-current .journey-step-number{border-color:#198754;color:#198754;background:#fff}.journey-step.is-upcoming .journey-step-number{border-color:#d1d5db;color:#9ca3af;background:#f9fafb}.journey-step.is-upcoming .journey-step-desc,.journey-step.is-upcoming .journey-step-title{color:#6b7280}.journey-content{padding:32px 40px;display:flex;gap:24px;flex-direction:column}.journey-title{margin:0 0 16px;font-size:28px;color:#111827}.journey-fixed-text{margin:0 0 24px;line-height:1.8;color:#374151}.journey-step-panel-title{margin:0 0 12px;font-size:22px;color:#111827}.journey-step-panel-text{margin:0;line-height:1.8;color:#374151}.journey-actions{display:flex;gap:12px;margin-top:28px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:768px){.journey-steps-layout{grid-template-columns:1fr}.journey-steps-nav{grid-column:1;grid-row:1}.journey-content{grid-column:1;grid-row:2}}