/* ── Student Types ───────────────────────────────── */

.studentTypes {
  position: relative;
  height: 250vh;
}

.studentTypes .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #edf0f4;
  padding-top: 14px;
}

.studentTypes .stage {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 800px;
}

.studentTypes .heading {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 100px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-family: var(--font-unbounded, 'Arial Black', sans-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 58.9px;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  color: #201e1f;
  text-align: center;
}

.studentTypes .line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.studentTypes .pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border-radius: 8px;
  color: #fff;
}

.studentTypes .pillOrange {
  background: #dd0020;
}

.studentTypes .pillBlue {
  background: #002b68;
}

.studentTypes .card {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 215px;
}

.studentTypes .pos1 { left: 50px; top: 65px; }
.studentTypes .pos2 { left: calc(16.67% + 35px); top: 441px; }
.studentTypes .pos3 { left: calc(50% + 5px); top: 501px; }
.studentTypes .pos4 { right: 50px; top: 323px; }

.studentTypes .imageWrap {
  position: relative;
  width: 215px;
  height: 215px;
}

.studentTypes .image {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  will-change: transform, opacity;
}

.studentTypes .labelWrap {
  overflow: hidden;
}

.studentTypes .labelInner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  will-change: transform, opacity;
}

.studentTypes .cardTitle {
  font-family: var(--font-unbounded, 'Arial Black', sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #201e1f;
  white-space: nowrap;
}

.studentTypes .cardDescription {
  font-family: var(--font-inter, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #60666b;
  white-space: pre-line;
}

/* ── Adaptive ────────────────────────────────────── */

@media (max-width: 1205px) {
  .studentTypes .heading { top: 60px; }
  .studentTypes .stage { min-height: 900px; }
  .studentTypes .pos1 { left: 50px; top: 341px; }
  .studentTypes .pos2 { left: calc(16.67% + 131px); top: 567px; }
  .studentTypes .pos3 { left: calc(50% + 6.5px); top: 483px; }
  .studentTypes .pos4 { top: 341px; }
}

@media (max-width: 1075px) {
  .studentTypes .heading { top: 60px; font-size: 32px; }
  .studentTypes .stage { min-height: 880px; }
  .studentTypes .card { width: auto; }
  .studentTypes .pos1 { left: 50px; top: 421px; max-width: 152px; }
  .studentTypes .pos1 .imageWrap { width: 152px; height: 152px; }
  .studentTypes .pos2 { left: calc(16.67% + 125px); top: 599px; }
  .studentTypes .pos2 .imageWrap { width: 146px; height: 146px; }
  .studentTypes .pos3 { left: auto; right: 50px; top: 506px; }
  .studentTypes .pos3 .imageWrap { width: 165px; height: 165px; }
  .studentTypes .pos4 { right: auto; left: calc(50% + 25px); top: 421px; }
  .studentTypes .pos4 .imageWrap { width: 141px; height: 141px; }
}

@media (max-width: 885px) {
  .studentTypes .heading {
    left: 12px;
    right: 12px;
    top: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1.27px;
  }

  .studentTypes .line { gap: 5px; }
  .studentTypes .pill { padding: 2px 8px; border-radius: 4px; }
  .studentTypes .stage { min-height: 640px; }
  .studentTypes .card { width: auto; gap: 12px; }
  .studentTypes .imageWrap { width: 124px; height: 124px; }
  .studentTypes .image { border-radius: 12px; }
  .studentTypes .labelInner { gap: 4px; }
  .studentTypes .cardTitle { font-size: 14px; letter-spacing: -0.29px; }
  .studentTypes .cardDescription { font-size: 12px; }
  .studentTypes .pos1 { left: 50px; top: 175px; }
  .studentTypes .pos2 { left: calc(50% - 146px); top: 493px; }
  .studentTypes .pos3 { left: auto; right: 50px; top: 423px; max-width: 165px; }
  .studentTypes .pos4 { left: calc(50% + 20px); top: 175px; }
}

@media (max-width: 475px) {
  .studentTypes .heading { line-height: 26px; }
  .studentTypes .stage { min-height: 680px; }
  .studentTypes .pos1 .imageWrap,
  .studentTypes .pos2 .imageWrap,
  .studentTypes .pos3 .imageWrap,
  .studentTypes .pos4 .imageWrap { width: 124px; height: 124px; }
  .studentTypes .cardTitle { font-size: 13px; }
  .studentTypes .cardDescription { font-size: 11px; }
  .studentTypes .pos1 { left: 12px; right: auto; top: 175px; max-width: none; }
  .studentTypes .pos2 { left: auto; right: 12px; top: 222px; }
  .studentTypes .pos3 { left: 29px; right: auto; top: 423px; max-width: none; }
  .studentTypes .pos4 { left: calc(50% + 20px); right: auto; top: 451px; }
  .studentTypes .pos1,
  .studentTypes .pos2,
  .studentTypes .pos3,
  .studentTypes .pos4 { max-width: calc(50% - 16px); }
}

@media (max-width: 374px) {
  .studentTypes .heading { font-size: 20px; line-height: 22px; }
}
