/* Players.hk V22 — updated copy, denser layout and in-page testimonial preview */
.hero {
  position: relative;
  min-height: min(700px, calc(90svh - 76px));
  grid-template-columns: 1fr;
  isolation: isolate;
}

.hero-copy,
.hero-visual {
  grid-area: 1 / 1;
}

.hero-copy {
  width: min(100%, 810px);
  align-self: center;
  padding: 72px 0;
}

.hero h1 {
  max-width: 810px;
  font-size: clamp(44px, 3.8vw, 56px);
}

.hero h1 .hero-line:nth-child(n + 2) {
  display: inline;
}

.hero-visual {
  z-index: 0;
  width: 100%;
  min-height: 560px;
  height: min(70svh, 650px);
  border: 0;
  border-radius: 0;
  background: var(--black) url("/media/hero/cover-dating.jpeg") center / cover no-repeat;
  box-shadow: none;
}

.hero-visual::after {
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.92) 27%, rgba(5, 5, 5, 0.26) 58%, rgba(5, 5, 5, 0.08) 100%),
    linear-gradient(0deg, #050505 0%, transparent 28%, transparent 72%, rgba(5, 5, 5, 0.72) 100%);
}

.hero-visual img {
  animation: none;
  opacity: 0;
}

.pain {
  grid-template-columns: 250px minmax(0, 560px);
  gap: 44px;
}

.pain-list {
  gap: 10px;
}

.pain-list summary {
  min-height: 68px;
  padding-right: 16px;
  padding-left: 16px;
}

.pain-list details > p {
  margin: -2px 28px 18px 54px;
}

.reframe-inner {
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 42px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.marking-card {
  width: min(100%, 294px);
  min-height: 378px;
  padding: 22px;
}

.score {
  margin: 32px 0 28px;
  font-size: 96px;
}

.marking-card > p {
  margin: 28px 0 30px;
  font-size: 16px;
}

.reframe-outcomes {
  width: min(100%, 700px);
  padding: 22px 26px;
}

.reframe-outcomes li {
  padding: 11px 0;
}

.results-heading h2 span,
.mentor-proof-conclusion h3 span,
.mentor-proof-conclusion .section-index span {
  display: inline;
  color: var(--pink);
}

.proof-block-heading .section-index {
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vw, 30px);
}

.student-proof-block,
.testimonial-block {
  margin-top: 52px;
}

.student-date-gallery,
.testimonial-gallery {
  margin-top: 28px;
}

.testimonial-card {
  cursor: zoom-in;
}

.testimonial-lightbox {
  width: min(94vw, 900px);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 31, 169, 0.55);
  border-radius: 18px;
  background: #0b090c;
  color: var(--white);
  padding: 0;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.78);
}

.testimonial-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(8px);
}

.testimonial-lightbox-inner {
  position: relative;
  max-height: 92vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.testimonial-lightbox figure {
  margin: 0;
}

.testimonial-lightbox img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonial-lightbox figcaption {
  border-top: 1px solid var(--line);
  padding: 18px 64px 20px 22px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.testimonial-lightbox-close {
  position: sticky;
  top: 12px;
  z-index: 2;
  float: right;
  width: 44px;
  height: 44px;
  margin: 12px 12px -56px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.88);
  color: var(--white);
  font: 400 30px/1 GenYoMinTW, serif;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.mentor-inner {
  padding-top: 88px;
  padding-bottom: 88px;
}

.mentor-authority-intro h2,
.mentor-authority-intro h2 span {
  color: var(--pink);
}

.mentor-profile {
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, 0.55fr);
  width: min(100%, 780px);
  gap: 12px;
}

.mentor-credentials {
  padding: 6px 22px;
}

.mentor-credentials li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mentor-proof {
  margin-top: 8px;
  padding-top: 36px;
}

.mentor-proof::before {
  display: block;
  margin: 0 0 22px;
  color: var(--pink-soft);
  content: "導師Dating案例";
  font-size: clamp(24px, 2.7vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.mentor-app-proof > .section-index {
  margin: 0;
  color: var(--pink-soft);
  font-size: clamp(24px, 2.7vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.mentor-proof-conclusion {
  margin-top: 38px;
  padding-top: 34px;
}

.mentor-proof-conclusion .section-index {
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.3;
}

.course-subheading {
  color: var(--pink);
}

.stage-list {
  width: min(100%, 820px);
  margin: 36px auto 0;
  gap: 10px;
}

.stage-list > li {
  padding: 18px 22px;
}

.stage-list h3 {
  margin-bottom: 13px;
}

.stage-list ul {
  padding-top: 8px;
}

.stage-list ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.course-fit {
  width: min(100%, 900px);
  margin: 60px auto 0;
  padding-top: 60px;
}

.fit > .fit-columns {
  margin-top: 36px;
  gap: 12px;
}

.fit-columns article {
  padding: 18px 20px;
}

.fit-columns li {
  padding-top: 9px;
  padding-bottom: 9px;
}

.bonus-case-images {
  width: min(100%, 620px);
  gap: 10px;
}

.bonus-case-images figure {
  aspect-ratio: 4 / 4.6;
}

.price-panel {
  border-color: #1fff93;
  box-shadow: 0 0 0 1px rgba(31, 255, 147, 0.08), 0 22px 70px rgba(31, 255, 147, 0.06);
}

.course-comparison {
  width: min(100%, 840px);
  margin-top: 72px;
}

.course-comparison .comparison-grid {
  margin-top: 32px;
}

.comparison-cost-grid .comparison-row {
  grid-template-columns: minmax(125px, 0.5fr) minmax(300px, 1.38fr) minmax(280px, 1.18fr);
}

.comparison-cost-grid .comparison-row > * {
  min-height: 74px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.6;
}

.faq {
  grid-template-columns: 280px minmax(0, 560px);
  gap: 32px;
  max-width: 900px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.faq-list {
  gap: 9px;
}

.faq-list summary {
  min-height: 64px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 18px;
}

.faq-list details > p {
  margin: 0 28px 18px 54px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.72;
}

.faq-list details:last-child > p > span:last-child {
  display: none;
}

.final-cta {
  padding-top: 72px;
  padding-bottom: 72px;
}

.final-cta > .section-shell > .section-index:first-child {
  display: none;
}

.final-cta h2 {
  font-size: clamp(40px, 5vw, 64px);
}

.apply-steps {
  margin-bottom: 34px;
}

.final-cta-copy {
  margin-bottom: 28px;
}

.final-entry-price {
  margin: 14px auto 0 !important;
  color: var(--white) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.55 !important;
}

.private-plan-panel {
  max-width: 620px;
  margin-top: 48px;
  padding: 30px 34px;
}

.private-plan-panel ul {
  margin-bottom: 24px;
}

.private-plan-panel li {
  padding-top: 11px;
  padding-bottom: 11px;
}

.private-plan-panel h3 {
  margin-bottom: 18px;
}

.private-plan-panel .button {
  margin-top: 22px;
}

.private-plan-panel small {
  font-size: 15px;
}

.disclaimer {
  gap: 26px;
}

.disclaimer h2 {
  font-size: 17px;
}

.disclaimer p {
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .hero {
    min-height: min(640px, calc(88svh - 76px));
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
    padding: 64px 0;
  }

  .hero-visual {
    min-height: 520px;
    height: min(64svh, 570px);
  }

  .pain,
  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pain .section-heading,
  .faq-heading {
    max-width: 560px;
  }

  .reframe-inner {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
  }

  .marking-card {
    min-height: 350px;
  }

  .mentor-profile {
    grid-template-columns: minmax(0, 1.35fr) minmax(190px, 0.65fr);
  }

  .comparison-grid {
    overflow-x: auto;
  }

  .comparison-cost-grid .comparison-row {
    min-width: 760px;
  }

  .disclaimer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .reframe-inner,
  .mentor-profile {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
  }

  .hero-copy,
  .hero-visual {
    grid-area: auto;
  }

  .hero-copy {
    padding: 8px 0 0;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 55px);
  }

  .hero h1 .hero-line {
    white-space: normal;
  }

  .hero-visual {
    z-index: auto;
    min-height: 0;
    height: 260px;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.08) 58%),
      linear-gradient(0deg, #050505 0%, transparent 34%, rgba(5, 5, 5, 0.25) 100%);
  }

  .pain,
  .faq {
    gap: 32px;
  }

  .pain-list summary,
  .faq-list summary {
    min-height: 66px;
    font-size: 16px;
  }

  .pain-list details > p,
  .faq-list details > p {
    margin: 0 22px 17px 46px;
    font-size: 16px;
  }

  .reframe-inner {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .marking-card {
    width: min(92%, 294px);
    min-height: 365px;
  }

  .reframe-outcomes {
    padding: 20px;
  }

  .proof-block-heading .section-index {
    font-size: 24px;
  }

  .testimonial-lightbox {
    width: calc(100vw - 20px);
    max-height: 94vh;
    border-radius: 14px;
  }

  .testimonial-lightbox-inner {
    max-height: 94vh;
  }

  .mentor-inner {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .mentor-proof::before,
  .mentor-app-proof > .section-index {
    font-size: 24px;
  }

  .mentor-proof-conclusion .section-index {
    font-size: 26px;
  }

  .stage-list,
  .course-fit {
    width: 100%;
  }

  .stage-list > li,
  .fit-columns article {
    padding: 18px;
  }

  .bonus-case-images {
    width: 100%;
  }

  .comparison-cost-grid .comparison-row {
    min-width: 650px;
    grid-template-columns: 120px 250px 280px;
  }

  .comparison-cost-grid .comparison-row > * {
    font-size: 14px;
  }

  .final-cta {
    padding: 64px 14px;
  }

  .final-entry-price {
    font-size: 16px !important;
  }

  .private-plan-panel {
    margin-top: 46px;
    padding: 26px 20px;
  }

  .private-plan-panel small,
  .disclaimer p {
    font-size: 14px;
  }

  .disclaimer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .disclaimer h2 {
    font-size: 18px;
  }
}

/* V23 in progress — device-specific line breaks and top-of-page refinements */
.hero h1 .hero-title-wide,
#stuck-title .stuck-title-wide {
  display: block !important;
}

.hero h1 .hero-title-mobile,
#stuck-title .stuck-title-mobile {
  display: none !important;
}

.hero h1 .hero-title-line,
#stuck-title .stuck-title-line {
  display: block !important;
  color: var(--pink) !important;
}

.hero h1 .hero-title-wide .hero-title-line {
  white-space: nowrap;
}

.hero h1 .hero-title-line-white,
#stuck-title .stuck-title-line-white {
  color: var(--white) !important;
}

@media (min-width: 1181px) {
  .hero {
    width: min(1180px, calc(100vw - 64px));
    max-width: 1180px;
  }

  .hero-visual {
    background-position: center right;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, #050505 0%, #050505 16%, rgba(5, 5, 5, 0.94) 31%, rgba(5, 5, 5, 0.58) 53%, rgba(5, 5, 5, 0.12) 79%, rgba(5, 5, 5, 0.03) 100%),
      linear-gradient(0deg, #050505 0%, transparent 26%, transparent 73%, rgba(5, 5, 5, 0.7) 100%);
  }

  .reframe-inner {
    width: min(1120px, calc(100vw - 80px));
    max-width: 1120px;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    gap: 48px;
  }

  .marking-card {
    align-self: start;
    margin-top: 52px;
  }

  .reframe-copy h2 {
    white-space: nowrap;
    font-size: clamp(42px, 3.7vw, 54px);
  }

  .reframe-copy ul + p,
  .reframe-copy ul + p + p {
    color: var(--white);
    white-space: nowrap;
    font-size: clamp(22px, 1.85vw, 27px);
    font-weight: 700;
    line-height: 1.65;
  }
}

@media (min-width: 681px) and (max-width: 1180px) {
  .pain {
    grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.55fr);
    gap: clamp(30px, 4vw, 48px);
  }

  .pain .section-heading {
    max-width: 250px;
  }
}

@media (max-width: 680px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-copy,
  .hero-visual {
    grid-area: 1 / 1;
  }

  .hero-copy {
    z-index: 2;
    width: 100%;
    align-self: center;
    padding: 54px 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(33px, 9.4vw, 43px);
  }

  .hero h1 .hero-title-wide,
  #stuck-title .stuck-title-wide {
    display: none !important;
  }

  .hero h1 .hero-title-mobile,
  #stuck-title .stuck-title-mobile {
    display: block !important;
  }

  .hero h1 .hero-title-line {
    white-space: nowrap;
  }

  .hero-visual {
    z-index: 0;
    min-height: 520px;
    height: 100%;
    background-position: 72% center;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.97) 27%, rgba(5, 5, 5, 0.78) 48%, rgba(5, 5, 5, 0.24) 78%, rgba(5, 5, 5, 0.08) 100%),
      linear-gradient(0deg, #050505 0%, transparent 25%, transparent 76%, rgba(5, 5, 5, 0.55) 100%);
  }

  .pain {
    grid-template-columns: 1fr;
  }

  #stuck-title .stuck-title-mobile-pink {
    display: inline !important;
    color: var(--pink) !important;
  }
}

/* Current review batch — only the specifically requested sections */
@media (min-width: 1181px) {
  .pain {
    grid-template-columns: 250px minmax(0, 500px);
    justify-content: center;
    gap: 44px;
  }

  .reframe-outcomes {
    width: min(100%, 640px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 681px) and (max-width: 1180px) {
  .pain {
    grid-template-columns:
      clamp(190px, 22vw, 240px)
      minmax(0, clamp(400px, 43vw, 480px));
    justify-content: center;
    gap: clamp(28px, 3vw, 40px);
  }
}

.results-heading h2 .results-title-wide {
  display: block !important;
  color: var(--white);
  white-space: nowrap;
}

.results-heading h2 .results-title-mobile {
  display: none !important;
}

.results-heading h2 .results-title-pink {
  display: inline !important;
  color: var(--pink) !important;
}

.student-proof-block .proof-block-heading .section-index,
.testimonial-block .proof-block-heading .section-index {
  font-size: clamp(32px, 3.2vw, 40px) !important;
  font-weight: 900;
}

.student-date-gallery figure {
  height: 462px;
  display: flex;
  flex-direction: column;
  cursor: zoom-in;
}

.student-date-gallery figure > img {
  min-height: 0;
  flex: 1 1 auto;
  height: 390px;
}

.student-date-gallery figure > figcaption {
  position: static;
  inset: auto;
  min-height: 72px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: #0d0c10;
  color: var(--white);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.student-date-gallery figure > figcaption i {
  flex: 0 0 auto;
  color: var(--pink);
  font-size: 15px;
  font-style: normal;
}

.student-date-gallery figure:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.result-footnotes {
  font-size: 15px;
  line-height: 1.75;
}

.mentor-authority-intro h2 .mentor-who-glyph {
  display: inline;
  color: var(--white);
  font-family: GenYoMinTWExt, GenYoMinTW, "Noto Serif TC", PMingLiU, serif;
  font-weight: 900;
}

.mentor-proof-conclusion .section-index {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
}

.system-title-description .system-description-wide {
  display: block !important;
  color: var(--white) !important;
  white-space: nowrap;
}

.system-title-description .system-description-mobile {
  display: none !important;
}

.course-subheading {
  font-weight: 900;
}

@media (min-width: 681px) {
  .mentor-proof-conclusion .section-index {
    font-size: clamp(26px, 3.5vw, 42px);
  }
}

@media (max-width: 680px) {
  .results-heading h2 {
    font-size: clamp(34px, 10.2vw, 40px);
    letter-spacing: -0.055em;
  }

  .results-heading h2 .results-title-wide {
    display: none !important;
  }

  .results-heading h2 .results-title-mobile {
    display: block !important;
    color: var(--white);
  }

  .results-heading h2 .results-title-line {
    display: block !important;
    color: var(--white);
    white-space: nowrap;
  }

  .student-date-gallery figure {
    height: 452px;
  }

  .result-footnotes {
    font-size: 14px;
  }

  .system-title-description .system-description-wide {
    display: none !important;
  }

  .system-title-description .system-description-mobile {
    display: block !important;
    color: var(--white) !important;
  }

  .system-title-description .system-description-mobile > span {
    display: block !important;
    color: var(--white) !important;
    white-space: nowrap;
  }
}

/* Latest review batch — preserve every unmentioned section and breakpoint */
.hero-visual::after {
  background:
    linear-gradient(90deg, #050505 0%, #050505 14%, rgba(5, 5, 5, 0.98) 28%, rgba(5, 5, 5, 0.86) 43%, rgba(5, 5, 5, 0.52) 59%, rgba(5, 5, 5, 0.2) 74%, rgba(5, 5, 5, 0.04) 92%),
    linear-gradient(0deg, #050505 0%, transparent 28%, transparent 72%, rgba(5, 5, 5, 0.72) 100%);
}

.fit-no > p:first-child {
  color: #ff1fa9;
  font-weight: 900;
}

.faq-heading h2 {
  font-family: GenYoMinTW, GenYoMinTWExt, "Noto Serif TC", PMingLiU, serif;
}

.final-cta h2 .apply-title-wide {
  display: inline !important;
  color: var(--white);
}

.final-cta h2 .apply-title-mobile {
  display: none !important;
}

.final-cta h2 .apply-title-pink {
  display: block !important;
  color: var(--pink);
}

.private-plan-panel h3 {
  font-weight: 900;
}

.mentor-filmstrip figure > figcaption {
  position: absolute;
  inset: auto 10px 10px;
  max-width: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(5, 5, 5, 0.86);
  color: var(--pink-soft);
  letter-spacing: 0;
  padding: 9px 11px;
  font-size: clamp(24px, 2.7vw, 30px);
  font-weight: 900;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}

@media (min-width: 1181px) {
  .hero-visual::after {
    background:
      linear-gradient(90deg, #050505 0%, #050505 17%, rgba(5, 5, 5, 0.99) 30%, rgba(5, 5, 5, 0.88) 44%, rgba(5, 5, 5, 0.58) 58%, rgba(5, 5, 5, 0.25) 72%, rgba(5, 5, 5, 0.05) 91%),
      linear-gradient(0deg, #050505 0%, transparent 26%, transparent 73%, rgba(5, 5, 5, 0.7) 100%);
  }

  .stage-list ul li {
    font-size: 18px;
    line-height: 1.72;
  }

  .cohort-panel {
    width: min(100%, 900px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 34px 38px;
  }

  .cohort-panel > .section-index {
    white-space: nowrap;
    font-size: clamp(24px, 2vw, 26px);
  }

  .cohort-panel > div > h3:first-child {
    font-size: 27px;
    font-weight: 900;
  }

  .cohort-panel > div > ul li {
    font-size: 20px;
  }

  .bonus-case-images {
    width: min(100%, 620px);
    margin-right: auto;
    margin-left: auto;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-heading {
    width: min(100%, 900px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .faq-heading h2 {
    white-space: nowrap;
  }

  .faq-heading h2 > span {
    display: inline;
  }

  .faq-list {
    width: min(100%, 760px);
    margin-right: auto;
    margin-left: auto;
  }

  .final-cta .choice-label {
    font-size: 24px;
  }

  .apply-steps {
    width: min(100%, 700px);
    font-size: 20px;
  }

  .private-plan-panel {
    max-width: 760px;
    padding: 44px 46px;
  }

  .private-plan-panel .private-plan-lead {
    font-size: 27px;
  }

  .private-plan-panel li {
    font-size: 20px;
  }

  .private-plan-panel p:not(.private-plan-lead) {
    font-size: 20px;
  }

  .private-plan-panel h3 {
    font-size: clamp(34px, 3.5vw, 46px);
  }

  .private-plan-panel .button {
    font-size: 18px;
  }

  .private-plan-panel small {
    font-size: 16px;
  }
}

@media (min-width: 681px) and (max-width: 1180px) {
  .cohort-panel {
    width: min(100%, 760px);
    grid-template-columns: 1fr;
    gap: 22px;
    margin-right: auto;
    margin-left: auto;
  }

  .cohort-panel > .section-index {
    white-space: nowrap;
    font-size: clamp(20px, 2.2vw, 23px);
  }

  .cohort-panel > div > h3:first-child {
    font-size: 25px;
    font-weight: 900;
  }

  .cohort-panel > div > ul li {
    font-size: 19px;
  }

  .bonus-case-images {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .apply-steps {
    width: min(100%, 640px);
  }
}

@media (max-width: 680px) {
  .hero-visual::after {
    background:
      linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.99) 24%, rgba(5, 5, 5, 0.9) 42%, rgba(5, 5, 5, 0.62) 58%, rgba(5, 5, 5, 0.28) 75%, rgba(5, 5, 5, 0.08) 92%),
      linear-gradient(0deg, #050505 0%, transparent 25%, transparent 76%, rgba(5, 5, 5, 0.55) 100%);
  }

  .fit-no > p:first-child {
    font-size: 20px;
    line-height: 1.5;
  }

  .final-cta h2 .apply-title-wide {
    display: none !important;
  }

  .final-cta h2 .apply-title-mobile {
    display: block !important;
    color: var(--white);
  }

  .final-cta h2 .apply-title-mobile > span {
    display: block !important;
    color: var(--white);
    white-space: nowrap;
  }
}

/* Mentor Dating cards — use the same header-card format as the App match cards. */
.mentor-filmstrip figure,
.mentor-filmstrip figure:nth-child(3n + 2) {
  display: flex;
  flex-direction: column;
  height: 390px;
  margin-top: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.mentor-filmstrip figure > img {
  order: 2;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}

.mentor-filmstrip figure > figcaption {
  position: static;
  order: 1;
  inset: auto;
  max-width: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #0d0c0f;
  color: var(--white);
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  backdrop-filter: none;
}

@media (max-width: 680px) {
  .mentor-filmstrip figure,
  .mentor-filmstrip figure:nth-child(3n + 2) {
    height: 410px;
  }
}

/* Desktop-only review batch. Keep tablet and mobile rules unchanged. */
@media (min-width: 1181px) {
  #stuck-title .stuck-title-wide {
    display: block !important;
  }

  #stuck-title .stuck-title-mobile {
    display: none !important;
  }

  #stuck-title .stuck-title-wide > .stuck-title-line {
    display: block !important;
    white-space: nowrap;
  }

  /*
   * The bundled GenYoMin files are subsets and omit several Cantonese glyphs
   * used by these captions. Use one complete system family per platform so a
   * single description cannot mix serif and fallback glyphs.
   */
  .student-date-gallery figure > figcaption,
  .student-date-gallery figure > figcaption * {
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  }

  .mentor-authority-intro h2,
  .mentor-authority-intro h2 span,
  .mentor-authority-intro h2 .mentor-who-glyph {
    color: #ff1fa9 !important;
  }

  .mentor-filmstrip figure > figcaption,
  .mentor-app-strip figcaption {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .mentor-proof-conclusion .section-index {
    font-size: clamp(40px, 4.2vw, 60px) !important;
    line-height: 1.14;
  }
}

/* V27 review — restore the missed copy, portrait, pricing and comparison fixes. */
.hero-copy {
  transform: translateY(-28px);
}

.hero .eyebrow {
  margin-bottom: 20px;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.45;
}

.pain-detail-line {
  display: block;
}

.reframe-copy > .reframe-explanation-line {
  display: block;
  max-width: 760px;
}

.reframe-copy > ul > li > span {
  font-size: 19px;
  line-height: 1.72;
}

.mentor-authority-intro h2 {
  font-family: "GenYoMinTWComplete", GenYoMinTW, GenYoMinTWExt, "Noto Serif TC", PMingLiU, serif !important;
  font-variant: normal;
  font-feature-settings: normal;
}

/* Let the list define the card height, then crop the new portrait to that height. */
.mentor-profile {
  align-items: stretch;
}

.mentor-credentials {
  align-content: stretch;
}

.mentor-portrait {
  position: relative;
  min-height: 0;
}

.mentor-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.cohort-panel .cohort-update {
  display: none !important;
}

.price-panel h3 {
  font-weight: 900 !important;
}

.price-panel .button-primary,
.final-entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-arrow {
  display: inline !important;
  color: inherit !important;
  font: inherit;
  font-size: 1.18em;
  font-weight: 900 !important;
  line-height: 1;
}

.comparison-cost-grid .comparison-row > :nth-child(2) {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 49, 49, 0.19), transparent 72%),
    linear-gradient(135deg, rgba(255, 49, 49, 0.085), rgba(255, 49, 49, 0.025)) !important;
}

.comparison-cost-grid .comparison-row > :nth-child(3) {
  background:
    radial-gradient(circle at 18% 28%, rgba(31, 255, 147, 0.17), transparent 72%),
    linear-gradient(135deg, rgba(31, 255, 147, 0.075), rgba(31, 255, 147, 0.02)) !important;
}

.comparison-cost-grid .comparison-row > * {
  font-size: 18px;
  line-height: 1.7;
}

@media (min-width: 681px) and (max-width: 1180px) {
  .hero-copy {
    transform: translateY(-22px);
  }
}

@media (max-width: 680px) {
  .hero-copy {
    transform: translateY(-16px);
  }

  .hero .eyebrow {
    font-size: 14px;
  }

  .mentor-portrait {
    position: relative;
    width: min(100%, 420px);
    min-height: 0;
    height: auto;
    aspect-ratio: 922 / 871;
  }

  .mentor-portrait img {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .comparison-cost-grid .comparison-row > * {
    font-size: 18px;
  }
}

/* V26 review — shared copy colour, spacing and type corrections */
@font-face {
  font-family: "GenYoMinTWComplete";
  src: url("/fonts/GenYoMin2TW-Complete-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMinTWComplete";
  src: url("/fonts/GenYoMin2TW-Complete-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMinTWComplete";
  src: url("/fonts/GenYoMin2TW-Complete-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

body,
button,
a,
input,
textarea,
select {
  font-family: "GenYoMinTWComplete", GenYoMinTW, GenYoMinTWExt, "Noto Serif TC", PMingLiU, serif !important;
}

.copy-pink,
.hero-lead .copy-pink,
.marking-card .copy-pink,
.reframe-copy .copy-pink,
.reframe-outcomes .copy-pink,
.student-date-gallery figcaption .copy-pink,
.faq-heading .copy-pink,
.fit-intro .copy-pink,
.fit-no .copy-pink {
  display: inline !important;
  color: #ff1fa9 !important;
  font: inherit;
}

.stage-list h3 .stage-from {
  display: inline !important;
  color: #ff3131 !important;
  font: inherit;
  font-weight: 900;
}

.stage-list h3 .stage-to {
  display: inline !important;
  color: #1fff93 !important;
  font: inherit;
  font-weight: 900;
}

.choice-red,
.apply-steps .choice-red {
  display: inline !important;
  color: #ff3131 !important;
  font: inherit;
  font-weight: 900;
}

.choice-green,
.apply-steps .choice-green {
  display: inline !important;
  color: #1fff93 !important;
  font: inherit;
  font-weight: 900;
}

.student-proof-block .proof-block-heading .section-index,
.testimonial-block .proof-block-heading .section-index {
  color: #ff1fa9 !important;
}

.student-date-gallery figure > figcaption,
.student-date-gallery figure > figcaption *,
.mentor-filmstrip figure > figcaption,
.mentor-app-strip figcaption,
.faq-heading h2,
.faq-heading h2 span {
  font-family: "GenYoMinTWComplete", GenYoMinTW, GenYoMinTWExt, "Noto Serif TC", PMingLiU, serif !important;
}

.reframe-explanation {
  max-width: 760px;
}

/* Remove the dead column in the mentor card and let the portrait carry more weight. */
.mentor-profile {
  width: min(100%, 940px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
  justify-content: center;
  gap: 16px;
}

.mentor-credentials {
  align-content: center;
}

.mentor-portrait {
  min-width: 0;
  overflow: hidden;
}

.mentor-portrait img {
  object-position: center 24%;
  transform: scale(1.045);
  transform-origin: center;
}

.unlock-panel > ul > li > b.unlock-title-pink,
.cohort-course-title {
  color: #ff1fa9 !important;
}

.fit-no > p:first-child {
  color: var(--white) !important;
}

.cohort-panel .cohort-update {
  border-top: 1px solid var(--line);
  margin-top: 26px !important;
  padding-top: 24px;
}

.price-panel {
  background:
    radial-gradient(circle at 50% 44%, rgba(31, 255, 147, 0.15), transparent 25rem),
    #0d100f;
  border-color: rgba(31, 255, 147, 0.85);
  box-shadow:
    0 0 0 1px rgba(31, 255, 147, 0.08),
    0 22px 78px rgba(31, 255, 147, 0.11),
    inset 0 0 58px rgba(31, 255, 147, 0.035);
}

.course-comparison {
  margin-top: 216px;
}

.course-comparison .section-heading > .section-index {
  color: var(--white);
  margin-bottom: 14px;
  font-size: clamp(22px, 2.45vw, 30px);
  font-weight: 900;
  line-height: 1.45;
}

.comparison-cost-grid .comparison-row > :nth-child(2) {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 49, 49, 0.095), transparent 90%),
    rgba(255, 49, 49, 0.04);
}

.comparison-cost-grid .comparison-row > :nth-child(3) {
  background:
    radial-gradient(circle at 50% 48%, rgba(31, 255, 147, 0.09), transparent 90%),
    rgba(31, 255, 147, 0.04);
}

.comparison-cost-grid .comparison-row > * {
  font-size: 17px;
  line-height: 1.68;
}

.time-contrast h3,
.time-contrast h3 span {
  font-weight: 900;
}

.private-plan-panel {
  margin-top: 188px;
}

.private-plan-panel small {
  font-size: 17px;
  line-height: 1.75;
}

.disclaimer h2 {
  color: #fff !important;
  font-size: clamp(22px, 2.2vw, 28px) !important;
  font-weight: 900;
  line-height: 1.45;
}

@media (min-width: 681px) and (max-width: 1180px) {
  .mentor-profile {
    width: min(100%, 880px);
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }

  .course-comparison {
    margin-top: 170px;
  }

  .comparison-cost-grid .comparison-row > * {
    font-size: 16px;
  }

  .private-plan-panel {
    margin-top: 154px;
  }
}

@media (max-width: 680px) {
  .mentor-profile {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mentor-portrait {
    width: min(100%, 360px);
    min-height: 420px;
    justify-self: center;
  }

  .mentor-portrait img {
    min-height: 420px;
  }

  .course-comparison {
    margin-top: 140px;
  }

  .comparison-cost-grid .comparison-row > * {
    font-size: 16px;
  }

  .private-plan-panel {
    margin-top: 128px;
  }

  .private-plan-panel small {
    font-size: 16px;
  }

  .disclaimer h2 {
    font-size: 22px !important;
  }
}

/* Shared review: bring the first question closer to the hero copy. */
@media (min-width: 1181px) {
  .hero {
    min-height: min(560px, calc(82svh - 76px));
  }

  .hero-copy {
    transform: translateY(-64px);
  }

  .hero .eyebrow {
    font-size: clamp(17px, 1.5vw, 20px);
  }

  .hero-visual {
    height: min(56svh, 520px);
  }

  .pain {
    padding-top: 52px;
  }

  .reframe-copy > .reframe-explanation-wide {
    white-space: nowrap;
  }

  /* Keep the labels readable while matching the other columns' tighter inset. */
  .course-comparison {
    width: min(100%, 980px);
    margin-right: auto;
    margin-left: auto;
  }

  .course-comparison .comparison-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .comparison-cost-grid .comparison-row {
    grid-template-columns:
      180px
      minmax(340px, 1.08fr)
      minmax(320px, 1fr);
  }

  .comparison-cost-grid .comparison-row > b {
    white-space: normal;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

@media (min-width: 681px) and (max-width: 1180px) {
  .hero {
    min-height: min(540px, calc(80svh - 76px));
  }

  .hero-visual {
    min-height: 480px;
    height: min(56svh, 500px);
  }

  .pain {
    padding-top: 52px;
  }
}

/* Mobile-only review batch. */
@media (max-width: 680px) {
  .hero {
    width: 100%;
    max-width: none;
    min-height: 430px;
    padding: 0;
  }

  .hero-copy {
    width: min(calc(100% - 28px), 560px);
    margin-right: auto;
    margin-left: auto;
    padding: 34px 0;
  }

  .hero-visual {
    width: 100%;
    max-width: none;
    min-height: 430px;
    height: 430px;
    background-position: 78% center;
    background-size: auto 128%;
  }

  .pain {
    padding-top: 44px;
  }

  .student-date-gallery figure > figcaption,
  .student-date-gallery figure > figcaption * {
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  }

  .mentor-authority-intro h2,
  .mentor-authority-intro h2 span,
  .mentor-authority-intro h2 .mentor-who-glyph {
    color: #ff1fa9 !important;
  }

  .mentor-filmstrip figure > figcaption,
  .mentor-app-strip figcaption {
    border-bottom: 1px solid var(--line);
    background: #0d0c0f;
    color: var(--white);
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .mentor-proof-conclusion .section-index {
    font-size: clamp(40px, 4.2vw, 60px) !important;
    line-height: 1.14;
  }

  .faq-heading h2,
  .faq-heading h2 span {
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  }
}

/* iPad-only review batch. Keep desktop and mobile rules unchanged. */
@media (min-width: 681px) and (max-width: 1180px) {
  .student-date-gallery figure > figcaption,
  .student-date-gallery figure > figcaption * {
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  }

  .mentor-authority-intro h2,
  .mentor-authority-intro h2 span,
  .mentor-authority-intro h2 .mentor-who-glyph {
    color: #ff1fa9 !important;
  }

  .mentor-filmstrip figure > figcaption,
  .mentor-app-strip figcaption {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .mentor-proof-conclusion .section-index {
    font-size: clamp(40px, 4.2vw, 60px) !important;
    line-height: 1.14;
  }
}

/* V31 — mobile-only layout corrections. Desktop and iPad remain unchanged. */
@media (max-width: 680px) {
  .reframe-copy > ul > li {
    grid-template-columns: 1.75rem minmax(0, 1fr) !important;
    align-items: start;
    gap: 0.35rem !important;
  }

  .reframe-copy > ul > li > b,
  .reframe-copy > ul > li > span {
    min-width: 0;
  }

  .reframe-outcomes li {
    grid-template-columns: 1.55rem minmax(0, 1fr) !important;
    align-items: start;
    gap: 0.3rem !important;
  }

  .reframe-outcomes li > b,
  .reframe-outcomes li > span {
    min-width: 0;
  }

  .mobile-system-pitch > .mobile-system-name,
  .mobile-system-pitch > .mobile-system-tagline {
    display: block !important;
  }

  .mobile-system-pitch > .mobile-system-tagline {
    white-space: nowrap;
    font-size: clamp(13px, 3.75vw, 16px);
  }

  .stage-list h3 > .mobile-stage-title,
  .stage-list h3 > .mobile-stage-prefix {
    display: inline !important;
  }

  .stage-list h3 > .mobile-stage-title {
    color: var(--pink) !important;
  }

  .stage-list h3 > .mobile-stage-prefix {
    color: var(--white) !important;
    margin-left: 0.35em !important;
  }

  .stage-list h3 > .mobile-stage-route {
    display: block !important;
    color: var(--white) !important;
    margin-left: 0 !important;
  }

  .mobile-only-break {
    display: block;
  }

  .comparison-cost-grid .comparison-row:not(.comparison-head) > b:first-child {
    justify-items: start;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .time-contrast h3 > span {
    display: inline;
  }

  #faq-title,
  #faq-title span {
    font-family: "GenYoMinTWComplete", GenYoMinTW, GenYoMinTWExt, "Noto Serif TC", PMingLiU, serif !important;
  }

  .apply-steps > li {
    display: grid;
    grid-template-columns: 1.7rem minmax(0, 1fr);
    align-items: start;
    gap: 0.45rem;
  }

  .apply-steps > li > .mobile-choice-number,
  .apply-steps > li > .mobile-choice-copy {
    min-width: 0;
  }

  .apply-steps > li > .mobile-choice-copy {
    color: var(--white);
    font: inherit;
    font-weight: inherit;
  }

  .price-panel > .button.button-large,
  .final-entry-button {
    display: flex;
    width: 100%;
    min-height: 58px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap !important;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
    text-align: center;
    font-size: clamp(10px, 3vw, 12.5px);
    line-height: 1.2;
  }

  .final-entry-button > span {
    display: flex;
    min-width: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

/* V32 — requested mobile-only stage and fit-copy refinements. */
@media (max-width: 680px) {
  .stage-list > li:not(.graduation-stage) h3 > .mobile-stage-route {
    white-space: nowrap;
    font-size: clamp(16px, 4.35vw, 18px);
    line-height: 1.35;
  }

  .fit-no > .fit-rejection {
    font-size: 20px !important;
    line-height: 1.5;
  }
}

/* V33 — mobile-only stage heading typography and two-line layout. */
@media (max-width: 680px) {
  .stage-list h3 > .mobile-stage-title {
    font-family: "GenYoMinTWComplete", GenYoMinTW, GenYoMinTWExt, "Noto Serif TC", PMingLiU, serif !important;
    font-weight: 900 !important;
  }

  .stage-list > li:not(.graduation-stage) h3 > .mobile-stage-title {
    display: block !important;
  }

  .stage-list > li:not(.graduation-stage) h3 > .mobile-stage-detail {
    display: block;
    white-space: nowrap;
    font-size: clamp(14px, 4.2vw, 17px);
    line-height: 1.35;
  }

  .stage-list > li:not(.graduation-stage) h3 > .mobile-stage-detail > .mobile-stage-prefix,
  .stage-list > li:not(.graduation-stage) h3 > .mobile-stage-detail > .mobile-stage-route {
    display: inline !important;
    margin-left: 0 !important;
    white-space: nowrap;
    font-size: inherit !important;
    line-height: inherit;
  }
}

/* V34 — six requested mobile-only layout refinements. */
@media (max-width: 680px) {
  .hero-copy {
    transform: translateY(-58px);
  }

  .mobile-reframe-intro {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) clamp(118px, 34vw, 138px);
    align-items: center;
    gap: 12px;
  }

  .mobile-reframe-intro-copy {
    min-width: 0;
  }

  .mobile-reframe-intro-copy > p {
    color: var(--white);
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.55;
  }

  .mobile-reframe-intro-copy > h2 {
    color: var(--pink);
    margin: 0;
    font-size: clamp(28px, 7.8vw, 34px);
    font-weight: 900;
    line-height: 1.25;
  }

  .mobile-reframe-intro > .marking-card {
    width: 100% !important;
    min-height: 0 !important;
    height: auto;
    aspect-ratio: 0.76;
    margin: 8px 0 0 !important;
    padding: 10px !important;
    transform: rotate(-2deg);
  }

  .mobile-reframe-intro .paper-top {
    padding-bottom: 5px;
    border-bottom-width: 1px;
    font-size: 5px;
  }

  .mobile-reframe-intro .score {
    margin: 14px 0 12px;
    font-size: 42px;
  }

  .mobile-reframe-intro .paper-line {
    gap: 7px;
  }

  .mobile-reframe-intro .marking-card > p {
    margin: 12px 0;
    font-size: 7px;
    line-height: 1.4;
  }

  .mobile-reframe-intro .marking-card > strong {
    border-width: 2px;
    padding: 4px 5px;
    font-size: 6px;
  }

  .result-feature > strong {
    font-size: clamp(78px, 8vw, 112px);
  }

  .result-feature > strong > span {
    letter-spacing: -0.02em;
    font-size: 0.45em;
  }

  .result-feature > h3 {
    font-size: 17px;
    line-height: 1.35;
  }

  .mentor-app-strip {
    display: grid;
    width: 100%;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 340px);
    gap: 14px;
    padding: 0 0 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    touch-action: pan-x;
  }

  .mentor-app-strip > figure {
    min-width: 0;
    scroll-snap-align: start;
  }

  .course-comparison .comparison-grid,
  .comparison-cost-grid {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .comparison-cost-grid .comparison-row {
    width: 100%;
    min-width: 0 !important;
    grid-template-columns: 22% 39% 39% !important;
  }

  .comparison-cost-grid .comparison-row > * {
    min-width: 0;
    min-height: 58px;
    padding: 8px 5px !important;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
    font-size: clamp(10px, 2.8vw, 12px) !important;
    line-height: 1.45;
  }

  .comparison-cost-grid .comparison-row > b:first-child {
    font-size: clamp(10px, 2.9vw, 12px) !important;
  }

  .comparison-cost-grid .comparison-head > * {
    min-height: 52px;
    font-size: clamp(9px, 2.65vw, 11px) !important;
  }
}

/* V35 — requested mobile-only result-card and student Dating image refinements. */
@media (max-width: 680px) {
  .result-feature {
    min-height: 0;
    justify-content: flex-start;
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .result-feature > p,
  .result-feature > strong,
  .result-feature > h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .student-date-gallery {
    align-items: stretch;
    grid-auto-columns: min(66vw, 290px);
  }

  .student-date-gallery figure,
  .student-date-gallery figure:first-child {
    flex: 0 0 min(66vw, 290px);
    width: min(66vw, 290px);
    height: 410px;
  }

  .student-date-gallery figure > img {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: calc(100% - 64px);
    object-fit: cover;
  }

  .student-date-gallery figure > figcaption {
    flex: 0 0 64px;
    width: 100%;
    min-height: 64px;
    height: 64px;
    overflow: hidden;
  }

  .student-date-gallery figure:nth-child(1) > img {
    object-position: center top;
  }

  .student-date-gallery figure:nth-child(2) > img {
    object-position: left top;
  }

  .student-date-gallery figure:nth-child(3) > img {
    object-position: center top;
  }

  .student-date-gallery figure:nth-child(4) > img {
    object-position: center 78%;
  }

  .student-date-gallery figure:nth-child(5) > img {
    object-position: center 62%;
  }

  .student-date-gallery figure:nth-child(6) > img {
    object-position: center top;
  }

  .student-date-gallery figure:nth-child(7) > img {
    object-position: center center;
  }

  .student-date-gallery figure:nth-child(8) > img {
    object-position: center 43%;
  }
}
