.wizard-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.stepper{list-style:none;padding:0;margin:24px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stepper li{color:var(--muted);font-size:14px;font-weight:700}.stepper span{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:#e9eafa;margin-bottom:7px}.stepper .current{color:var(--navy)}.stepper .current span{background:var(--navy);color:#fff}.stepper .done span{background:var(--green);color:#176a48}.wizard-actions{display:flex;justify-content:space-between;gap:12px}.saved-file{color:#176a48;font-weight:700}.review-note,.trial-reminder{padding:16px;border-radius:12px;background:#f0fff7;border:1px solid #9de8c2;margin:16px 0}.public-profile{display:grid;gap:20px}.profile-intro{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center}.profile-photo{width:220px;height:220px;object-fit:cover;border-radius:18px}.intro-video{display:block;width:100%;max-height:560px;background:#101126;border-radius:14px}.trainer-thumb{width:100%;height:210px;object-fit:cover;border-radius:14px;margin-bottom:14px}@media(max-width:650px){.stepper{grid-template-columns:repeat(2,1fr)}.profile-intro{grid-template-columns:1fr}.profile-photo{width:160px;height:160px}.wizard-head{align-items:start;flex-direction:column}}
