/* Student journey — Figma node 186:330 */

.jrn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  color: #061321;
  font-family: 'Manrope', 'Vazirmatn', Tahoma, sans-serif;
}

.jrn-kicker {
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.26px;
  color: #d7a52a;
}

.jrn-kicker--ink { color: #061321; letter-spacing: 0.9px; }

.jrn-hero,
.jrn-path,
.jrn-road,
.jrn-moves,
.jrn-skills {
  background: rgba(245, 242, 234, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(6, 19, 33, 0.08);
}

.jrn-hero {
  position: relative;
  min-height: 96px;
  border-radius: 18px;
  padding: 14px 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jrn-hero h1 {
  margin: 6px 0 0;
  max-width: 78%;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.jrn-hero__meta {
  position: absolute;
  top: 18px;
  right: 22px;
  margin: 0;
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jrn-hero__meta span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.jrn-hero__meta strong {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.9px;
  color: #d7a52a;
}

.jrn-path {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  border-radius: 18px;
  padding: 14px 18px 16px;
}

.jrn-path__lion {
  position: absolute;
  right: -40px;
  top: -8px;
  width: 280px;
  height: 300px;
  object-fit: cover;
  object-position: 100% 40%;
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
}

.jrn-path h2 {
  margin: 8px 0 0;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.jrn-path__flow {
  margin: 2px 0 0;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.96px;
}

.jrn-levels {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) minmax(120px, 150px);
  gap: 8px;
  align-items: center;
}

.jrn-join {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(6, 19, 33, 0.45);
}

.jrn-join .lx-icon { width: 16px; height: 16px; }

.jrn-level {
  position: relative;
  min-height: 168px;
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: rgba(245, 242, 234, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.jrn-level.is-on {
  border-radius: 18px;
  background: rgba(6, 19, 33, 0.96);
  border-color: rgba(240, 194, 75, 0.58);
  color: #f5f2ea;
}

.jrn-level__no {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 16px rgba(6, 19, 33, 0.06);
  color: #061321;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.jrn-level.is-on .jrn-level__no {
  background: #f0c24b;
  border-color: #f0c24b;
}

.jrn-level__flag {
  position: absolute;
  top: 18px;
  left: 82px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: #f0c24b;
}

.jrn-level__lock {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.45);
  color: #061321;
}

.jrn-level__lock .lx-icon { width: 14px; height: 14px; }

.jrn-level h3 {
  display: block;
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.jrn-level.is-on h3 {
  position: absolute;
  top: 36px;
  left: 82px;
  margin: 0;
  right: 12px;
}

.jrn-level p {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(6, 19, 33, 0.7);
}

.jrn-level.is-on p {
  position: absolute;
  top: 72px;
  left: 82px;
  right: 16px;
  margin: 0;
  color: rgba(245, 242, 234, 0.74);
  font-size: 11px;
}

.jrn-level footer {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(6, 19, 33, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: rgba(6, 19, 33, 0.66);
}

.jrn-level.is-on footer {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 28px;
  margin: 0;
  border-top-color: rgba(245, 242, 234, 0.2);
  color: #f0c24b;
}

.jrn-level footer strong {
  font-size: 11px;
  letter-spacing: 1px;
  color: #061321;
}

.jrn-level.is-on footer strong { color: #f5f2ea; }

.jrn-level__bar {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 6px;
  border-radius: 3px;
  background: rgba(6, 19, 33, 0.14);
  display: block;
}

.jrn-level.is-on .jrn-level__bar { background: rgba(245, 242, 234, 0.22); }

.jrn-level__bar b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f0c24b, rgba(255, 216, 102, 0.8));
}

.jrn-impact {
  min-height: 168px;
  padding-left: 14px;
  border-left: 1px solid rgba(6, 19, 33, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.jrn-impact i {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background: #f0c24b;
}

.jrn-impact p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.55;
}

.jrn-low {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 362px);
  gap: 8px;
  align-items: start;
}

.jrn-road {
  border-radius: 14px;
  padding: 14px 12px 12px;
  box-shadow: 0 8px 28px rgba(6, 19, 33, 0.1);
  backdrop-filter: blur(14px);
}

.jrn-road > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
  gap: 8px 16px;
  align-items: start;
  padding: 4px 8px 12px;
  position: relative;
}

.jrn-road > header h2 {
  grid-column: 1;
  margin: 4px 0 0;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.jrn-road > header p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 8px 0 0;
  padding-left: 16px;
  border-left: 1px solid rgba(6, 19, 33, 0.18);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.45;
  color: rgba(6, 19, 33, 0.76);
}

.jrn-route {
  border-radius: 12px;
  background: rgba(245, 242, 234, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 8px 4px;
  position: relative;
}

.jrn-route__row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 68px;
  align-items: start;
  position: relative;
}

.jrn-phase {
  display: flex;
  flex-direction: column;
  padding: 6px 8px 0;
}

.jrn-phase strong {
  font-size: 10px;
  letter-spacing: 1.2px;
}

.jrn-phase span {
  font-size: 8px;
  line-height: 1.35;
  color: rgba(6, 19, 33, 0.65);
  letter-spacing: 0.3px;
}

.jrn-stops {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 68px;
  align-items: start;
}

.jrn-route__row.is-prepare .jrn-stops,
.jrn-route__row.is-act .jrn-stops {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: 8%;
  margin-right: 4%;
}

.jrn-stops__line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22px;
  height: 1.5px;
  background: rgba(6, 19, 33, 0.28);
  pointer-events: none;
}

.jrn-route__row.is-discover .jrn-stops::after,
.jrn-route__row.is-prepare .jrn-stops::after {
  content: '';
  position: absolute;
  top: 22px;
  width: 28px;
  height: 68px;
  border: 1.5px solid rgba(6, 19, 33, 0.28);
  pointer-events: none;
}

.jrn-route__row.is-discover .jrn-stops::after {
  right: 2%;
  border-left: 0;
  border-radius: 0 20px 20px 0;
}

.jrn-route__row.is-prepare .jrn-stops::after {
  left: -2%;
  border-right: 0;
  border-radius: 20px 0 0 20px;
}

.jrn-stop {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  padding: 8px 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #061321;
  font: inherit;
  min-height: 64px;
}

.jrn-stop__bubble {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 242, 234, 0.95);
  border: 1.5px solid rgba(6, 19, 33, 0.28);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.jrn-stop.is-done .jrn-stop__bubble {
  background: #061321;
  border-color: #061321;
  color: #f5f2ea;
}

.jrn-stop.is-done .jrn-stop__bubble i {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f0c24b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.5 3.6' fill='none' stroke='%23061321' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.jrn-stop.is-now .jrn-stop__bubble {
  width: 44px;
  height: 44px;
  margin-top: -6px;
  background: #f0c24b;
  border-color: #f0c24b;
  font-size: 12px;
  box-shadow: 0 6px 16px rgba(240, 194, 75, 0.4);
}

.jrn-stop__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.25;
  text-align: center;
  max-width: 92px;
}

.jrn-stop__card {
  position: absolute;
  top: 4px;
  left: calc(50% + 18px);
  width: 126px;
  min-height: 50px;
  padding: 6px 8px 6px 22px;
  border-radius: 10px;
  background: rgba(245, 242, 234, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.76);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  z-index: 2;
}

.jrn-stop__card strong {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.jrn-stop__card em {
  margin-top: 4px;
  font-style: normal;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #a46f00;
  background: rgba(240, 194, 75, 0.25);
  border-radius: 7px;
  padding: 1px 6px;
}

.jrn-now {
  margin-top: 8px;
  min-height: 72px;
  border-radius: 12px;
  background: rgba(245, 242, 234, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: grid;
  grid-template-columns: 46px minmax(140px, 180px) minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.jrn-now__mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(6, 19, 33, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jrn-now__mark .lx-icon { width: 16px; height: 16px; }

.jrn-now > div {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  border-right: 1px solid rgba(6, 19, 33, 0.18);
}

.jrn-now > div span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.jrn-now > div strong {
  font-size: 11px;
  letter-spacing: 0.6px;
}

.jrn-now > p {
  margin: 0;
  font-size: 11px;
  color: rgba(6, 19, 33, 0.72);
}

.jrn-now__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border-left: 1px solid rgba(6, 19, 33, 0.18);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.jrn-now__chip .lx-icon { width: 14px; height: 14px; }

.jrn-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jrn-moves,
.jrn-skills {
  border-radius: 18px;
  padding: 14px 16px 12px;
}

.jrn-moves header,
.jrn-skills header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jrn-moves h2,
.jrn-skills h2 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.jrn-moves header i {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background: #f0c24b;
}

.jrn-move {
  position: relative;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  padding: 8px 28px 8px 46px;
  border: 0;
  border-bottom: 1px solid rgba(6, 19, 33, 0.1);
  background: transparent;
  text-align: start;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.jrn-move:last-child { border-bottom: 0; }

.jrn-move::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 1px;
  background: #f0c24b;
}

.jrn-move > span {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #d7a52a;
}

.jrn-move strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.6px;
}

.jrn-move em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 10px;
  color: rgba(6, 19, 33, 0.52);
}

.jrn-move > i {
  position: absolute;
  right: 0;
  top: 16px;
  width: 16px;
  height: 16px;
}

.jrn-move > i .lx-icon { width: 14px; height: 14px; }

.jrn-skills {
  position: relative;
  overflow: hidden;
  min-height: 211px;
  padding-left: 18px;
}

.jrn-skills::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 16px;
  width: 2px;
  height: 36px;
  border-radius: 2px;
  background: rgba(240, 194, 75, 0.75);
}

.jrn-skills header {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-left: 8px;
}

.jrn-skills header span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #d7a52a;
}

.jrn-skills__wm {
  position: absolute;
  top: 4px;
  right: 12px;
  margin: 0;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  color: rgba(6, 19, 33, 0.16);
}

.jrn-skill {
  position: relative;
  z-index: 1;
  height: 34px;
  width: min(210px, 78%);
  margin: 6px 0 0 auto;
  margin-right: 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(245, 242, 234, 0.34);
  box-shadow: 0 4px 12px rgba(6, 19, 33, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px 0 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.jrn-skill.is-last { background: rgba(245, 242, 234, 0.5); }

.jrn-skill .lx-icon { width: 14px; height: 14px; flex-shrink: 0; }

.jrn-skill::before {
  content: '';
  width: 1px;
  height: 18px;
  background: rgba(6, 19, 33, 0.16);
}

.jrn-skill.is-last::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 6px;
  width: 3px;
  height: 20px;
  border-radius: 2px;
  background: #f0c24b;
}

@media (max-width: 1100px) {
  .jrn-hero h1 { max-width: 100%; letter-spacing: 0; }
  .jrn-hero__meta { position: static; text-align: start; margin-top: 8px; }
  .jrn-levels,
  .jrn-low,
  .jrn-road > header,
  .jrn-now {
    grid-template-columns: 1fr;
  }
  .jrn-join { display: none; }
  .jrn-impact { border-left: 0; padding-left: 0; min-height: 0; }
  .jrn-level.is-on h3,
  .jrn-level.is-on p,
  .jrn-level.is-on footer { position: static; }
  .jrn-level { min-height: 0; padding-bottom: 28px; }
  .jrn-road > header p:last-child { grid-column: 1; border-left: 0; padding-left: 0; }
  .jrn-route { overflow-x: auto; }
  .jrn-stops { min-width: 640px; }
  .jrn-now__chip { border-left: 0; padding-left: 0; }
  .jrn-skill { margin-left: 0 !important; width: 100%; }
}
