:root {
  --red: #c60000;
  --red-dark: #980000;
  --black: #0c0c0c;
  --ink: #171717;
  --text: #2e2e2e;
  --muted: #686868;
  --line: #e7e7e7;
  --soft: #f6f6f6;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

/* 2026-06-04 offer and evidence refresh */
.overview-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 22px;
}

.trend-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.07);
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.chart-head span,
.offer-wall-head span,
.case-globe-intro span,
.footprint-grid span,
.document-timeline .section-kicker,
.document-steps span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.chart-head h3 {
  margin: 8px 0 0;
  font-size: 25px;
  line-height: 1.2;
}

.chart-head p {
  margin: 8px 0 0;
  color: var(--muted);
}

.chart-head strong {
  border-radius: 999px;
  background: rgba(0, 155, 102, 0.1);
  padding: 9px 14px;
  color: #009b66;
  font-size: 22px;
  white-space: nowrap;
}

.bar-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.bar-list div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 74px;
  gap: 16px;
  align-items: center;
}

.bar-list b {
  color: var(--text);
  font-size: 17px;
}

.bar-list em {
  position: relative;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0f3;
}

.bar-list em::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  border-radius: inherit;
  background: linear-gradient(90deg, #8dc6ff, #0b55ff);
  content: "";
}

.bar-list.colored em::before {
  background: var(--accent, var(--red));
}

.bar-list strong {
  color: #0b55ff;
  font-size: 18px;
  text-align: right;
}

.bar-list.colored strong {
  color: var(--accent, var(--red));
}

.chart-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.rich-type-grid a {
  position: relative;
  min-height: 0;
  border-radius: 18px;
  background: #f8fafc;
  padding: 38px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.06);
}

.rich-type-grid a:nth-child(3) {
  border-color: rgba(245, 158, 11, 0.22);
  background: #fffaf0;
}

.rich-type-grid i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: #dbeafe;
  color: #2563eb;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.13);
}

.rich-type-grid a:nth-child(2) i {
  background: #f3e8ff;
  color: #8a25e6;
}

.rich-type-grid a:nth-child(3) i {
  background: #fff1be;
  color: #c76500;
}

.rich-type-grid h3 {
  margin-top: 42px;
  font-size: 31px;
}

.rich-type-grid .type-line {
  color: #2563eb;
  font-weight: 900;
}

.rich-type-grid a:nth-child(2) .type-line {
  color: #8a25e6;
}

.rich-type-grid a:nth-child(3) .type-line {
  color: #c76500;
}

.rich-type-grid li {
  padding-left: 28px;
  font-size: 15px;
}

.rich-type-grid li::before {
  top: 0.45em;
  width: 16px;
  height: 16px;
  border: 2px solid #00b667;
  background: transparent;
  box-sizing: border-box;
}

.rich-type-grid li::after {
  position: absolute;
  top: 0.74em;
  left: 5px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #00b667;
  border-left: 2px solid #00b667;
  transform: rotate(-45deg);
  content: "";
}

.rich-type-grid b {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 999px;
  padding: 12px 16px;
  color: #2563eb;
}

.rich-type-grid a:nth-child(2) b {
  border-color: rgba(138, 37, 230, 0.25);
  color: #8a25e6;
}

.rich-type-grid a:nth-child(3) h3,
.rich-type-grid a:nth-child(3) b {
  color: #c76500;
}

.rich-type-grid a:nth-child(3) p,
.rich-type-grid a:nth-child(3) li {
  color: var(--text);
}

.case-globe-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.case-globe-intro {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
}

.case-globe-intro h3 {
  margin: 26px 0 0;
  font-size: 30px;
  line-height: 1.16;
}

.case-globe-intro p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.case-globe-tabs {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.case-globe-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.case-globe-tabs button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.case-globe-stage {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(260px, 0.44fr);
  gap: 18px;
  border: 1px solid rgba(198, 0, 0, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff 0%, #f7f7f7 100%);
  padding: 24px;
}

.case-globe-sphere {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 255, 255, 0.42), transparent 21%),
    radial-gradient(circle at 52% 52%, #113f67 0%, #0c5d9f 52%, #073a6f 78%, #031d3f 100%);
  box-shadow:
    inset -34px -44px 76px rgba(2, 24, 54, 0.42),
    inset 24px 20px 58px rgba(255, 255, 255, 0.2),
    0 24px 54px rgba(15, 80, 146, 0.18);
  cursor: grab;
  touch-action: none;
}

.case-globe-sphere::before,
.case-globe-sphere::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.case-globe-sphere::before {
  inset: -8%;
  z-index: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.14), transparent 32%, rgba(0, 22, 54, 0.2) 78%),
    url("./assets/earth/earth-realistic.jpg");
  background-position: center, 52% 47%;
  background-repeat: no-repeat;
  background-size: cover, 190% 95%;
  filter: saturate(1.05) contrast(1.08);
  opacity: 0.94;
  mix-blend-mode: normal;
  transform: rotate(var(--globe-tilt, -10deg)) rotate(var(--globe-rotation, -24deg));
}

.case-globe-sphere::after {
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 31% 23%, rgba(255, 255, 255, 0.26), transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 0 62%, rgba(168, 218, 244, 0.16) 70%, rgba(9, 60, 116, 0.32) 84%, rgba(2, 18, 43, 0.52) 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.16), transparent 35%, rgba(2, 24, 54, 0.3) 82%);
}

.case-globe-sphere.is-dragging {
  cursor: grabbing;
}

.globe-grid {
  position: absolute;
  inset: 7%;
  z-index: 1;
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
  mask-image: radial-gradient(circle, #000 0 66%, transparent 67%);
  opacity: 0.18;
  transform: rotate(var(--globe-tilt, -10deg)) rotate(var(--globe-rotation, -24deg));
  pointer-events: none;
}

.globe-night-layer,
.globe-point-layer {
  position: absolute;
  inset: 0;
}

.globe-night-layer {
  z-index: 2;
  pointer-events: none;
}

.globe-point-layer {
  z-index: 5;
}

.night-light {
  position: absolute;
  width: var(--light-size, 2px);
  height: var(--light-size, 2px);
  border-radius: 50%;
  background: rgba(255, 232, 172, 0.86);
  box-shadow:
    0 0 calc(var(--light-size, 2px) * 2.2) rgba(255, 214, 118, 0.36),
    0 0 calc(var(--light-size, 2px) * 5) rgba(211, 0, 0, 0.08);
  opacity: calc(var(--light-opacity, 0.55) * 0.68);
  transform: translate(-50%, -50%) scale(var(--light-scale, 1));
}

.night-light.is-cool {
  background: rgba(238, 250, 255, 0.78);
  box-shadow:
    0 0 calc(var(--light-size, 2px) * 2.2) rgba(170, 222, 255, 0.36),
    0 0 calc(var(--light-size, 2px) * 5) rgba(255, 255, 255, 0.12);
}

.night-light.is-red {
  background: rgba(255, 86, 86, 0.82);
  box-shadow:
    0 0 calc(var(--light-size, 2px) * 2.4) rgba(214, 0, 0, 0.44),
    0 0 calc(var(--light-size, 2px) * 6) rgba(214, 0, 0, 0.16);
}

.globe-point {
  position: absolute;
  display: grid;
  width: var(--point-size, 13px);
  min-width: var(--point-size, 13px);
  height: var(--point-size, 13px);
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: none;
  cursor: pointer;
  transition:
    opacity 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    filter 160ms ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.globe-point::before {
  position: absolute;
  inset: 22%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 1) 0 18%, rgba(255, 220, 220, 0.86) 20% 34%, rgba(214, 0, 0, 0.98) 36% 72%, rgba(102, 0, 0, 0.92) 73% 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 9px rgba(214, 0, 0, 0.68),
    0 0 22px rgba(214, 0, 0, 0.24);
  content: "";
  pointer-events: none;
}

.globe-point::after {
  position: absolute;
  inset: -9px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(214, 0, 0, 0.18), transparent 70%);
  opacity: 0.58;
  filter: blur(4px);
  content: "";
  pointer-events: none;
}

.globe-point span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px 8px;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
  pointer-events: none;
}

.globe-point.is-undergraduate {
  color: #fff4f4;
}

.globe-point.is-outcome {
  color: #f4f4f4;
}

.globe-point.is-outcome::before {
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 1) 0 18%, rgba(246, 246, 246, 0.84) 20% 34%, rgba(42, 42, 42, 0.96) 36% 72%, rgba(0, 0, 0, 0.98) 73% 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 9px rgba(255, 255, 255, 0.42),
    0 0 19px rgba(255, 70, 70, 0.16);
}

.globe-point.is-back {
  filter: saturate(0.72) brightness(0.84);
}

.globe-point.is-back span {
  opacity: 0;
}

.globe-point.is-selected,
.globe-point:focus-visible {
  outline: none;
  filter: saturate(1.06) brightness(1.1);
  box-shadow: 0 0 0 7px rgba(198, 0, 0, 0.12), 0 0 28px rgba(198, 0, 0, 0.32);
}

.globe-point.is-selected::before,
.globe-point:focus-visible::before {
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 1) 0 20%, rgba(255, 220, 220, 0.9) 22% 34%, rgba(214, 0, 0, 1) 36% 76%, rgba(102, 0, 0, 0.95) 77% 100%);
}

.globe-point.is-selected span,
.globe-point:hover span,
.globe-point:focus-visible span {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.case-globe-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.case-globe-proof img {
  width: min(100%, 190px);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.case-globe-proof-copy {
  min-width: 0;
}

.case-globe-proof-copy p {
  margin: 12px 0 0;
}

.case-globe-detail .case-globe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.case-globe-detail .case-globe-tags b {
  margin-top: 0;
  border-radius: 999px;
  background: #f5f5f5;
  padding: 7px 10px;
  color: var(--text);
  font-size: 12px;
  line-height: 1;
}

.case-globe-detail {
  align-self: center;
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--white);
  padding: 28px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.case-globe-detail span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.case-globe-detail h3 {
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.2;
}

.case-globe-detail p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.case-globe-detail b {
  display: inline-flex;
  margin-top: 20px;
  border-radius: 999px;
  background: var(--soft);
  padding: 9px 12px;
  color: var(--ink);
}

.result-stage {
  display: grid;
  gap: 18px;
}

.result-stage-board {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(360px, 1fr) minmax(280px, 0.42fr);
  gap: 18px;
  align-items: stretch;
}

.result-stage-aside,
.result-selected-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
}

.result-stage-aside span,
.result-selected-panel span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.result-stage-aside h3 {
  margin: 34px 0 0;
  font-size: 32px;
  line-height: 1.08;
}

.result-stage-aside p,
.result-selected-panel p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.result-stage-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.result-stage-stats article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfbfb;
  padding: 14px 12px;
}

.result-stage-stats strong {
  display: block;
  color: var(--red);
  font-size: 25px;
  line-height: 1;
}

.result-stage-stats small {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.result-stage-tabs {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.result-stage-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.result-stage-tabs button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.result-proof-device {
  min-height: 610px;
  border: 1px solid rgba(198, 0, 0, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 16%, rgba(198, 0, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f6f6f6 100%);
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
}

.result-proof-screen {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.result-proof-halo {
  position: absolute;
  width: min(72%, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(198, 0, 0, 0.12), transparent 62%),
    radial-gradient(circle at 38% 30%, rgba(0, 0, 0, 0.08), transparent 24%);
  filter: blur(5px);
}

.result-proof-screen img {
  position: relative;
  z-index: 1;
  width: min(390px, 74%);
  max-height: 510px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.15);
  transition: transform 180ms ease;
}

.result-proof-screen img:hover {
  transform: translateY(-3px);
}

.result-selected-panel {
  align-self: center;
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.result-selected-panel h3 {
  margin: 18px 0 0;
  font-size: 30px;
  line-height: 1.15;
}

.result-selected-panel b {
  display: inline-flex;
  margin-top: 20px;
  border-radius: 999px;
  background: var(--soft);
  padding: 10px 13px;
  color: var(--ink);
  line-height: 1.25;
}

.result-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.result-tag-row em {
  border-radius: 999px;
  background: #f5f5f5;
  padding: 7px 10px;
  color: var(--text);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.result-case-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(176px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
}

.result-case-card {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 12px;
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.result-case-card.is-active,
.result-case-card:hover,
.result-case-card:focus-visible {
  border-color: rgba(198, 0, 0, 0.5);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.result-case-card img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.result-case-card span {
  display: block;
  margin-top: 12px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-case-card strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.18;
}

.project-result-stage {
  margin-top: 28px;
}

.project-result-stage .result-proof-device {
  min-height: 560px;
}

.project-result-stage .result-proof-screen {
  min-height: 470px;
}

.project-result-stage .result-proof-screen img {
  width: min(380px, 74%);
}

.company-footprint {
  background: var(--soft);
}

.company-footprint .footprint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.company-footprint .footprint-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 0;
}

.document-timeline {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
}

.footprint-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.footprint-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ececec;
}

.footprint-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.02) 35%, rgba(17, 17, 17, 0.52) 100%);
  pointer-events: none;
}

.footprint-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.footprint-card--chengdu .footprint-media img {
  object-position: center 42%;
}

.footprint-card--shenzhen .footprint-media img {
  object-position: center 40%;
}

.footprint-card--kuala-lumpur .footprint-media img {
  object-position: center 45%;
}

.footprint-media figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: var(--white);
}

.footprint-media figcaption span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footprint-media figcaption strong {
  display: block;
  margin-top: 10px;
  max-width: 15ch;
  font-size: 20px;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.footprint-copy {
  padding: 20px 28px 28px;
}

.footprint-copy h3 {
  margin: 0;
  font-size: 28px;
}

.footprint-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.document-timeline {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  margin: 34px 0 0;
}

.document-timeline h2 {
  margin: 14px 0 0;
  font-size: 34px;
  line-height: 1.18;
}

.document-timeline p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.document-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.document-steps article {
  position: relative;
  border-left: 3px solid var(--red);
  border-radius: 0 10px 10px 0;
  background: var(--soft);
  padding: 18px;
}

.document-steps h3 {
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.25;
}

.document-steps p {
  font-size: 13px;
  line-height: 1.58;
}

.real-offer-section {
  overflow: hidden;
}

.real-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.real-offer-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.real-offer-grid article:hover {
  border-color: rgba(198, 0, 0, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.real-offer-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.real-offer-grid h4 {
  margin: 14px 14px 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.28;
}

.real-offer-grid p {
  margin: 7px 14px 16px;
  color: var(--muted);
  font-size: 13px;
}

.compact-wall {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.real-offer-grid.offer-wall-rail {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 18vw);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.real-offer-grid.offer-wall-rail article {
  scroll-snap-align: start;
}

.offer-wall-head {
  margin-top: 34px;
}

.offer-wall-head h3 {
  margin: 10px 0 0;
  font-size: 30px;
}

.offer-wall-head p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.detail-major-block {
  margin-top: 22px;
}

.detail-major-block > span {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-major-block .detail-tags {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .overview-chart-grid,
  .case-globe-layout,
  .case-globe-stage,
  .result-stage-board,
  .document-timeline {
    grid-template-columns: 1fr;
  }

  .document-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .real-offer-grid,
  .compact-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .real-offer-grid.offer-wall-rail {
    grid-template-columns: none;
    grid-auto-columns: minmax(170px, 44vw);
  }

  .company-footprint .footprint-grid {
    grid-template-columns: 1fr;
  }

  .result-stage-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: 18px;
    align-items: start;
  }

  .result-stage-aside h3 {
    margin-top: 18px;
  }

  .result-stage-stats,
  .result-stage-tabs {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .overview-chart-grid {
    gap: 12px;
    margin-top: 18px;
  }

  .trend-card {
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  }

  .chart-head {
    display: block;
  }

  .chart-head h3 {
    font-size: 18px;
  }

  .chart-head strong {
    display: inline-flex;
    margin-top: 12px;
    font-size: 15px;
  }

  .bar-list {
    gap: 11px;
    margin-top: 16px;
  }

  .bar-list div {
    grid-template-columns: 46px minmax(0, 1fr) 56px;
    gap: 9px;
  }

  .bar-list b,
  .bar-list strong {
    font-size: 12px;
  }

  .bar-list em {
    height: 9px;
  }

  .rich-type-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(252px, 78vw);
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .rich-type-grid a {
    border-radius: 12px;
    padding: 20px;
  }

  .rich-type-grid h3 {
    margin-top: 26px;
    font-size: 22px;
  }

  .rich-type-grid li {
    font-size: 12px;
  }

  .case-globe-layout {
    gap: 12px;
  }

  .result-stage {
    gap: 12px;
  }

  .result-stage-board {
    gap: 12px;
  }

  .result-stage-aside,
  .result-selected-panel {
    border-radius: 10px;
    padding: 16px;
  }

  .result-stage-aside {
    display: block;
    order: 3;
  }

  .result-proof-device {
    order: 1;
  }

  .result-selected-panel {
    order: 2;
  }

  .result-stage-aside h3 {
    margin-top: 16px;
    font-size: 23px;
  }

  .result-stage-aside p,
  .result-selected-panel p {
    font-size: 12px;
    line-height: 1.65;
  }

  .result-stage-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 16px;
  }

  .result-stage-stats article {
    min-height: 72px;
    padding: 11px 8px;
  }

  .result-stage-stats strong {
    font-size: 19px;
  }

  .result-stage-stats small {
    font-size: 10px;
  }

  .result-stage-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 16px;
  }

  .result-stage-tabs button {
    padding: 9px 6px;
    font-size: 11px;
    white-space: nowrap;
  }

  .result-proof-device {
    min-height: 400px;
    border-radius: 10px;
    padding: 18px;
  }

  .result-proof-screen {
    min-height: 360px;
  }

  .result-proof-screen img {
    width: min(78%, 280px);
    max-height: 330px;
    padding: 10px;
  }

  .project-result-stage .result-proof-device {
    min-height: 400px;
  }

  .project-result-stage .result-proof-screen {
    min-height: 360px;
  }

  .result-selected-panel {
    border-left-width: 3px;
    border-radius: 0 10px 10px 0;
  }

  .result-selected-panel h3 {
    margin-top: 14px;
    font-size: 22px;
  }

  .result-selected-panel b {
    margin-top: 14px;
    font-size: 12px;
  }

  .result-tag-row {
    gap: 6px;
  }

  .result-tag-row em {
    padding: 6px 8px;
    font-size: 10px;
  }

  .result-case-strip {
    grid-auto-columns: minmax(148px, 58vw);
    gap: 8px;
  }

  .result-case-card {
    min-height: 178px;
    padding: 10px;
  }

  .result-case-card img {
    height: 92px;
  }

  .result-case-card span {
    margin-top: 10px;
    font-size: 9.5px;
  }

  .result-case-card strong {
    font-size: 13px;
  }

  .case-globe-intro,
  .case-globe-stage {
    border-radius: 10px;
    padding: 14px;
  }

  .case-globe-intro h3 {
    margin-top: 14px;
    font-size: 23px;
  }

  .case-globe-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .case-globe-tabs button {
    padding: 9px 6px;
    font-size: 11px;
    white-space: nowrap;
  }

  .case-globe-sphere {
    min-height: 320px;
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .globe-point {
    font-size: 8.5px;
  }

  .case-globe-detail {
    border-left-width: 3px;
    border-radius: 0 10px 10px 0;
    padding: 14px;
  }

  .case-globe-detail h3 {
    margin-top: 14px;
    font-size: 18px;
  }

  .case-globe-detail p {
    font-size: 12px;
  }

  .case-globe-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-globe-proof img {
    aspect-ratio: 16 / 10;
    border-radius: 10px;
  }

  .case-globe-detail .case-globe-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .case-globe-detail .case-globe-tags b {
    padding: 6px 8px;
    font-size: 10px;
  }

  .document-timeline {
    border-radius: 10px;
    padding: 16px;
  }

  .document-timeline h2 {
    font-size: 23px;
  }

  .document-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .document-steps article {
    padding: 12px;
  }

  .document-steps h3 {
    margin-top: 18px;
    font-size: 14px;
  }

  .document-steps p {
    font-size: 11px;
  }

  .real-offer-grid,
  .compact-wall,
  .graduate-wall,
  .career-wall {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 42vw);
    overflow-x: auto;
    gap: 9px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .real-offer-grid.offer-wall-rail {
    grid-auto-columns: minmax(142px, 42vw);
  }

  .real-offer-grid article {
    border-radius: 9px;
    scroll-snap-align: start;
  }

  .real-offer-grid h4 {
    margin: 10px 10px 0;
    font-size: 12px;
  }

  .real-offer-grid p {
    margin: 5px 10px 11px;
    font-size: 10.5px;
  }

  .offer-wall-head h3 {
    font-size: 22px;
  }

  .company-footprint .footprint-grid article {
    border-radius: 10px;
  }

  .footprint-media {
    aspect-ratio: 16 / 9;
  }

  .footprint-media figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .footprint-media figcaption strong {
    max-width: 18ch;
    font-size: 18px;
  }

  .footprint-copy {
    padding: 16px 18px 18px;
  }

  .footprint-copy h3 {
    margin-top: 0;
    font-size: 22px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family:
    PingFang SC,
    Microsoft YaHei,
    Arial,
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  font: inherit;
}

img {
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  height: 76px;
  padding: 0 72px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.site-header.is-solid {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.brand {
  display: inline-flex;
  width: 86px;
  height: 60px;
  align-items: center;
}

.brand img {
  display: block;
  width: 78px;
  height: 58px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.nav a {
  position: relative;
  padding: 9px 0;
  white-space: nowrap;
}

.nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transition: width 180ms ease;
}

.nav a:hover::after,
.nav a.is-active::after {
  width: 100%;
}

.nav a.is-active {
  color: var(--red);
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 900;
}

.header-action {
  min-width: 112px;
  height: 42px;
  background: var(--red);
  color: var(--white);
  font-size: 14px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 700px;
  padding-top: 76px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 38%, rgba(255, 255, 255, 0.46) 63%, rgba(255, 255, 255, 0.03) 100%),
    url("./assets/mcc-classroom.jpg") center right / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 68%, rgba(255, 255, 255, 0.12));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  align-content: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 624px;
  margin: 0 auto;
  padding: 96px 0 76px;
}

.hero-badge,
.section-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-badge {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  border-radius: 999px;
  background: var(--red);
  padding: 0 30px;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-family:
    "Songti SC",
    "STSong",
    "Noto Serif CJK SC",
    serif;
  font-size: 78px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--black);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-copy {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
  margin-top: 28px;
}

.hero-stats article {
  min-height: 96px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 18px 20px;
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  color: var(--red);
  font-size: 30px;
  line-height: 1.05;
}

.hero-stats span {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-width: 158px;
  height: 54px;
  padding: 0 24px;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
}

.btn-secondary {
  border: 1px solid var(--black);
  background: rgba(255, 255, 255, 0.74);
  color: var(--black);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 8px 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.hero-partners {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  padding: 24px 0 28px;
}

.hero-partners p {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: marquee 48s linear infinite;
}

.logo-track span {
  display: grid;
  grid-template-columns: 62px 1px 104px minmax(64px, 1fr);
  width: 332px;
  height: 104px;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.logo-track i {
  display: block;
  width: 1px;
  height: 46px;
  background: var(--line);
}

.logo-track .mcc-mark {
  width: 58px;
  max-height: 52px;
  object-fit: contain;
}

.logo-track .partner-logo {
  max-width: 104px;
  max-height: 52px;
  object-fit: contain;
}

.logo-track strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  scroll-margin-top: 84px;
  padding: 108px 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: 50px;
  line-height: 1.13;
  letter-spacing: 0;
}

h3 {
  letter-spacing: 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading.compact h2 {
  font-size: 32px;
}

.section-heading p:not(.section-kicker),
.split-head > p,
.relationship-copy > p,
.contact-inner > div > p,
.course-copy p,
.material-section > div > p,
.life-map-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}

.split-head > p {
  margin: 0;
}

.library {
  background: var(--white);
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.overview-grid article,
.trust-grid article,
.promise-grid article,
.academic-grid article,
.exam-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.overview-grid article:hover,
.trust-grid article:hover,
.promise-grid article:hover,
.academic-grid article:hover,
.exam-grid article:hover,
.type-grid a:hover,
.school-card:hover,
.price-grid article:hover,
.material-grid article:hover {
  border-color: rgba(198, 0, 0, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.overview-grid span,
.trust-grid span,
.library-panel span,
.type-grid span,
.promise-grid span,
.pain-grid span,
.service-module-grid span,
.price-grid span,
.material-grid span,
.academic-grid span,
.career-tracks span,
.career-invest span,
.qr-card span,
.relationship-points span,
.school-card span,
.exam-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.overview-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.15;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-grid strong {
  display: block;
  margin-top: 42px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.22;
}

.trust-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.student-cases,
.graduate-mentor,
.graduate-cases {
  background: var(--white);
}

.case-grid,
.mentor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mentor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card,
.mentor-grid article {
  min-height: 286px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.case-card:hover,
.mentor-grid article:hover {
  border-color: rgba(198, 0, 0, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.case-card span,
.mentor-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-card h3,
.mentor-grid h3 {
  margin: 38px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.25;
}

.case-card p,
.mentor-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.case-card strong {
  display: inline-flex;
  margin-top: 24px;
  border-top: 2px solid var(--ink);
  padding-top: 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.offer-case-card {
  display: grid;
  align-content: start;
  min-height: 286px;
  background: var(--white);
}

.case-card-head {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: center;
}

.case-card-head img {
  width: 74px;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
  padding: 6px;
}

.case-card-head h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.offer-case-card strong {
  margin-top: 34px;
  border-top-color: var(--red);
  color: var(--red);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.offer-tags b {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  padding: 8px 10px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
}

.constellation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.constellation-panel {
  position: relative;
  border: 1px solid rgba(198, 0, 0, 0.2);
  border-radius: var(--radius);
  background: #101010;
  padding: 24px;
  color: var(--white);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
}

.constellation-head {
  position: relative;
  z-index: 3;
  max-width: 420px;
}

.constellation-head span {
  color: #ffdfdf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.constellation-head h3 {
  margin: 10px 0 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1.15;
}

.constellation-head p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.star-field {
  position: relative;
  height: 470px;
  margin-top: 18px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 11% 18%, rgba(255, 255, 255, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 24% 74%, rgba(255, 255, 255, 0.76) 0 1px, transparent 2px),
    radial-gradient(circle at 39% 38%, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 15%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 53%, rgba(255, 255, 255, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 91% 82%, rgba(198, 0, 0, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.36) 0 1px, transparent 2px),
    #151515;
  background-size:
    38px 38px,
    52px 52px,
    64px 64px,
    74px 74px,
    92px 92px,
    116px 116px,
    148px 148px,
    auto;
}

.star-field::before {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.star-field::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 6% 42%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.8px),
    radial-gradient(circle at 18% 86%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.8px),
    radial-gradient(circle at 44% 8%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.8px),
    radial-gradient(circle at 68% 84%, rgba(255, 255, 255, 0.32) 0 1px, transparent 1.8px),
    radial-gradient(circle at 94% 35%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.8px),
    linear-gradient(115deg, transparent 0 31%, rgba(255, 255, 255, 0.08) 31.2%, transparent 32% 100%),
    linear-gradient(22deg, transparent 0 53%, rgba(198, 0, 0, 0.16) 53.2%, transparent 54% 100%);
  background-size:
    70px 70px,
    88px 88px,
    112px 112px,
    96px 96px,
    126px 126px,
    auto,
    auto;
  content: "";
  pointer-events: none;
}

.star-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: grid;
  width: max-content;
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--white);
  cursor: pointer;
}

.star-node:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 8px;
}

.star-dot {
  display: block;
  width: 12px;
  height: 12px;
  justify-self: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(255, 255, 255, 0.82);
}

.star-red .star-dot {
  border-color: rgba(255, 255, 255, 0.88);
  background: var(--red);
  box-shadow:
    0 0 0 7px rgba(198, 0, 0, 0.12),
    0 0 28px rgba(198, 0, 0, 0.74);
}

.star-label {
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.star-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  z-index: 8;
  display: grid;
  width: min(270px, 72vw);
  gap: 8px;
  transform: translate(-50%, 8px);
  visibility: hidden;
  border: 1px solid rgba(198, 0, 0, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  padding: 14px;
  color: var(--ink);
  text-align: left;
  opacity: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.star-node:hover,
.star-node:focus-visible {
  z-index: 12;
}

.star-node:hover .star-popover,
.star-node:focus-visible .star-popover {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}

.star-popover b {
  color: var(--red);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.star-popover strong {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.star-popover em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.graduate-mentor,
.graduate-cases {
  margin: 58px 0;
}

.overview-grid p,
.promise-grid p,
.academic-grid p,
.exam-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.library-app {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 18px;
}

.library-panel {
  position: sticky;
  top: 98px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--black);
  padding: 28px;
  color: var(--white);
}

.library-panel h3 {
  margin: 42px 0 0;
  color: var(--white);
  font-size: 32px;
  line-height: 1.18;
}

.rank-tabs,
.filter-tabs {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.filter-tabs {
  margin-top: 14px;
}

.rank-source-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.rank-tabs button,
.filter-tabs button {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  padding: 0 14px;
}

.rank-tabs button.is-active,
.filter-tabs button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.school-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.school-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  min-height: 246px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.school-logo {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.school-logo img {
  display: block;
  max-width: 76px;
  max-height: 76px;
  object-fit: contain;
}

.school-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.28;
}

.school-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.school-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.school-meta b {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: var(--soft);
  padding: 0 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.school-rank-value {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.school-rank-value em {
  display: grid;
  gap: 4px;
  border-top: 2px solid var(--black);
  background: var(--soft);
  padding: 10px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.school-rank-value strong {
  color: var(--ink);
  font-size: 18px;
}

.school-types {
  margin-top: 60px;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.type-grid a {
  display: block;
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 26px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.type-grid a:nth-child(3) {
  border-color: var(--black);
  background: var(--black);
}

.type-grid h3 {
  margin: 54px 0 0;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.25;
}

.type-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.type-grid ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.type-grid li {
  position: relative;
  padding-left: 16px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.type-grid li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.type-grid b {
  display: inline-flex;
  margin-top: 24px;
  color: var(--red);
  font-size: 14px;
}

.type-grid a:nth-child(3) h3,
.type-grid a:nth-child(3) b {
  color: var(--white);
}

.type-grid a:nth-child(3) p {
  color: rgba(255, 255, 255, 0.68);
}

.language-guide,
.study-service,
.career {
  background: var(--soft);
}

.requirement-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
}

.requirement-table div {
  display: grid;
  grid-template-columns: 1fr repeat(5, 1.05fr);
  gap: 1px;
  border-top: 1px solid var(--line);
  background: rgba(245, 245, 245, 0.86);
}

.requirement-table div:first-child {
  border-top: 0;
}

.requirement-table span {
  padding: 17px 18px;
  color: var(--muted);
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.78);
}

.requirement-table span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.requirement-table .table-head {
  background: rgba(198, 0, 0, 0.08);
}

.requirement-table .table-head span {
  color: var(--ink);
  font-weight: 900;
  background: transparent;
}

.requirement-table .table-head span:first-child {
  color: var(--red);
}

.exam-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.exam-grid article {
  background: var(--white);
}

.exam-grid h3 {
  margin: 36px 0 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.advisor-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  margin-top: 16px;
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--white);
  padding: 24px 28px;
}

.advisor-note strong {
  color: var(--ink);
  font-size: 22px;
}

.advisor-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.life-map {
  background: var(--black);
  color: var(--white);
}

.life-map h2 {
  color: var(--white);
}

.life-map-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
  gap: 64px;
  align-items: center;
}

.life-map-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.map-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.city-list {
  display: grid;
  gap: 12px;
}

.city-list article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px;
}

.city-list strong,
.city-list span {
  display: block;
}

.city-list strong {
  color: var(--white);
  font-size: 17px;
}

.city-list span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.promise-grid,
.pain-grid,
.service-module-grid,
.price-grid,
.material-grid,
.academic-grid,
.career-tracks,
.guarantee-grid {
  display: grid;
  gap: 14px;
}

.promise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 56px;
}

.promise-grid article {
  background: var(--white);
}

.promise-grid h3,
.academic-grid h3 {
  margin: 44px 0 0;
  color: var(--ink);
  font-size: 25px;
}

.guarantee-block {
  margin: 56px 0;
}

.promise-grid + .guarantee-block {
  margin-top: 0;
}

.guarantee-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guarantee-grid article {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 26px;
}

.guarantee-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guarantee-grid h3 {
  margin: 48px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.24;
}

.guarantee-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.flow-section {
  scroll-margin-top: 92px;
}

.flow-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flow-timeline article {
  min-height: 278px;
  border-top: 4px solid var(--black);
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--white);
  padding: 24px;
}

.flow-timeline article:nth-child(2),
.flow-timeline article:nth-child(4) {
  border-top-color: var(--red);
}

.flow-timeline span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.flow-timeline h3 {
  margin: 58px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.flow-timeline p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
}

.pain-grid article,
.service-module-grid article,
.price-grid article,
.material-grid article,
.career-tracks article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 26px;
}

.pain-grid article:nth-child(2),
.career-tracks article:nth-child(2) {
  border-color: var(--black);
  background: var(--black);
}

.pain-grid h3,
.service-module-grid h3,
.material-grid h3,
.career-tracks h3 {
  margin: 42px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.25;
}

.pain-grid ul,
.career-tracks ul,
.career-invest ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pain-grid li,
.career-tracks li,
.career-invest li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  line-height: 1.7;
}

.pain-grid li::before,
.career-tracks li::before,
.career-invest li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.pain-grid article:nth-child(2) h3,
.career-tracks article:nth-child(2) h3 {
  color: var(--white);
}

.pain-grid article:nth-child(2) li,
.career-tracks article:nth-child(2) li {
  color: rgba(255, 255, 255, 0.68);
}

.service-module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.service-module-grid article:nth-child(2) {
  border-color: var(--black);
  background: var(--black);
}

.service-module-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-module-grid article:nth-child(2) h3 {
  color: var(--white);
}

.service-module-grid article:nth-child(2) p {
  color: rgba(255, 255, 255, 0.68);
}

.pricing-section {
  margin-top: 60px;
}

.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-grid article {
  min-height: 390px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.price-grid article.featured {
  border-color: var(--red);
}

.price-grid h3 {
  margin: 32px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.28;
}

.price-grid strong {
  display: block;
  margin-top: 26px;
  color: var(--red);
  font-size: 42px;
  line-height: 1;
}

.price-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.price-grid a,
.career-invest a {
  display: inline-flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  border-radius: var(--radius);
  background: var(--red);
  padding: 0 18px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.third-party-fee {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.material-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1.44fr);
  gap: 48px;
  align-items: start;
  margin-top: 64px;
}

.material-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.material-grid article {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.material-grid h3 {
  margin-top: 32px;
  font-size: 22px;
}

.material-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.offer-section {
  margin-top: 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px;
}

.offer-section .split-head {
  margin-bottom: 0;
}

.evidence-showcase {
  background: linear-gradient(180deg, var(--white) 0%, #fbfbfb 100%);
}

.offer-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 18px;
  margin-top: 28px;
  align-items: stretch;
}

.offer-rail {
  display: grid;
  grid-auto-columns: minmax(270px, 0.34fr);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 0 10px;
  scroll-snap-type: x mandatory;
}

.evidence-card {
  display: grid;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 22px;
  text-align: left;
  scroll-snap-align: start;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.evidence-card:hover,
.evidence-card:focus-visible,
.evidence-card.is-active {
  border-color: rgba(198, 0, 0, 0.38);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.evidence-card span,
.offer-detail-panel span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.evidence-card strong {
  margin-top: 34px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.evidence-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.offer-detail-panel {
  display: grid;
  align-content: start;
  min-height: 230px;
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--black);
  padding: 28px;
  color: var(--white);
}

.offer-detail-panel h3 {
  margin: 30px 0 0;
  color: var(--white);
  font-size: 28px;
  line-height: 1.16;
}

.offer-detail-panel p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.offer-detail-panel b {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--white);
  padding: 8px 12px;
  color: var(--ink);
  font-size: 13px;
}

.heat-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.heat-summary article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 22px;
}

.heat-summary span,
.rank-school span,
.rank-metric span,
.rank-offers span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.heat-summary strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.heat-summary p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.heat-rank-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.heat-rank-row {
  display: grid;
  grid-template-columns: 76px minmax(260px, 1.18fr) minmax(110px, 0.42fr) minmax(110px, 0.42fr) minmax(250px, 0.9fr);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.heat-rank-row:hover {
  border-color: rgba(198, 0, 0, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.rank-no {
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.rank-school {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}

.rank-school img {
  width: 64px;
  height: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
  padding: 6px;
}

.rank-school h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.rank-metric {
  display: grid;
  gap: 8px;
  border-left: 2px solid var(--line);
  padding-left: 16px;
}

.rank-metric strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.rank-offers p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
}

.rank-offers b {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  padding: 8px 10px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.offer-card {
  display: flex;
  min-height: 176px;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 20px;
}

.offer-card-head {
  display: flex;
  gap: 14px;
  align-items: center;
}

.offer-card-head img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  padding: 6px;
}

.offer-card-head span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card-head h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.offer-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.offer-card li {
  border-radius: 999px;
  background: var(--white);
  padding: 8px 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.academic {
  background: var(--white);
}

.academic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.course-system {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1.44fr);
  gap: 48px;
  margin-top: 58px;
}

.course-list {
  display: grid;
  gap: 12px;
}

.course-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 20px;
}

.course-list b {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
}

.course-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
}

.course-list p {
  grid-column: 2;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.lock-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 56px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 34px;
}

.lock-card h2 {
  font-size: 36px;
}

.lock-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.career-tracks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.career-tracks article {
  min-height: 360px;
}

.career-tracks h3 {
  font-size: 32px;
}

.career-invest {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.62fr);
  gap: 48px;
  align-items: center;
  margin-top: 58px;
  border-radius: var(--radius);
  background: var(--black);
  padding: 48px;
  color: var(--white);
}

.career-invest h2 {
  color: var(--white);
}

.career-invest p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.career-invest article {
  border-radius: var(--radius);
  background: var(--white);
  padding: 30px;
  color: var(--text);
}

.career-invest strong {
  display: block;
  margin-top: 18px;
  color: var(--red);
  font-size: 36px;
}

.relationship {
  background: var(--white);
}

.relationship-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
  gap: 72px;
  align-items: center;
}

.relationship-points {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.relationship-points article {
  border-left: 4px solid var(--black);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--soft);
  padding: 18px 22px;
}

.relationship-points article:nth-child(2) {
  border-left-color: var(--red);
}

.relationship-points strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.home-relationship .relationship-points article:first-child span {
  font-size: 15px;
  letter-spacing: 0.13em;
}

.home-relationship .relationship-points article:first-child strong {
  font-size: 16px;
  line-height: 1.45;
}

.relationship-photo {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
}

.relationship-photo::before,
.relationship-photo::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 112px;
  content: "";
  pointer-events: none;
}

.relationship-photo::before {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
}

.relationship-photo::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(246, 246, 246, 0.96), rgba(246, 246, 246, 0));
  backdrop-filter: blur(2px);
}

.relationship-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.06);
}

.contact {
  padding: 108px 20px;
  background: var(--white);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  gap: 72px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--soft);
  padding: 56px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.qr-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 178px;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
}

.qr-card strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}

.qr-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.qr-card img {
  display: block;
  width: 178px;
  height: 168px;
  justify-self: center;
  border-radius: 6px;
  background: var(--white);
  object-fit: contain;
}

.school-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.52);
  padding: 20px;
}

.school-modal.is-open {
  display: flex;
}

.school-modal-panel {
  position: relative;
  width: min(880px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.detail-head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: center;
  padding-right: 34px;
}

.detail-head img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.detail-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
}

.detail-head p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.detail-stats span {
  display: grid;
  gap: 8px;
  border-top: 2px solid var(--red);
  background: var(--soft);
  padding: 14px;
  color: var(--muted);
  font-size: 13px;
}

.detail-stats strong {
  color: var(--ink);
  font-size: 22px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.detail-tags b {
  border-radius: 999px;
  background: var(--soft);
  padding: 7px 10px;
  color: var(--ink);
  font-size: 12px;
}

.detail-copy {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 72px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
}

.beian-link {
  color: var(--muted);
}

.beian-link:hover {
  color: var(--red);
}

@media (max-width: 1120px) {
  .site-header {
    padding-inline: 28px;
  }

  .nav {
    gap: 16px;
    font-size: 14px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 62px;
  }

  h2 {
    font-size: 42px;
  }

  .overview-grid,
  .trust-grid,
  .case-grid,
  .mentor-grid,
  .heat-summary,
  .academic-grid,
  .offer-grid,
  .flow-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exam-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .library-app,
  .split-head,
  .constellation-grid,
  .life-map-grid,
  .material-section,
  .course-system,
  .career-invest,
  .relationship-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .library-panel {
    position: static;
  }

  .rank-tabs,
  .filter-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rank-tabs button,
  .filter-tabs button {
    text-align: center;
  }

  .map-wrap {
    grid-template-columns: 1fr;
  }

  .heat-rank-row {
    grid-template-columns: 70px minmax(260px, 1fr) repeat(2, minmax(104px, 0.34fr));
  }

  .rank-offers {
    grid-column: 2 / -1;
  }

  .star-field {
    height: 430px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    height: 68px;
    padding-inline: 16px;
  }

  .brand {
    width: 72px;
    height: 48px;
  }

  .brand img {
    width: 70px;
  }

  .nav {
    position: fixed;
    top: 68px;
    left: 12px;
    right: 12px;
    display: none;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.98);
    color: var(--text);
    padding: 18px;
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 10px;
  }

  .nav.is-open {
    display: flex;
  }

  .header-action {
    justify-self: end;
    min-width: 92px;
    height: 38px;
    font-size: 13px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: 720px;
    padding-top: 68px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(255, 255, 255, 0.7) 100%),
      url("./assets/mcc-classroom.jpg") center / cover no-repeat;
  }

  .hero-inner {
    min-height: 652px;
    padding: 54px 0 46px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-lead {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions,
  .hero-stats,
  .hero-proof {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats article {
    min-height: 0;
    padding: 15px 18px;
  }

  .hero-stats strong {
    font-size: 28px;
  }

  .btn {
    width: 100%;
  }

  .hero-proof span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .section {
    padding: 74px 0;
  }

  .section-inner {
    width: min(100% - 32px, 1180px);
  }

  h2 {
    font-size: 32px;
  }

  .section-heading.compact h2 {
    font-size: 26px;
  }

  .logo-track span {
    grid-template-columns: 50px 1px 86px minmax(52px, 1fr);
    width: 284px;
    height: 92px;
    gap: 10px;
    padding: 14px;
  }

  .logo-track .mcc-mark {
    width: 48px;
  }

  .logo-track .partner-logo {
    max-width: 86px;
    max-height: 44px;
  }

  .overview-grid,
  .trust-grid,
  .school-list,
  .type-grid,
  .promise-grid,
  .pain-grid,
  .service-module-grid,
  .price-grid,
  .material-grid,
  .offer-grid,
  .academic-grid,
  .career-tracks,
  .exam-grid,
  .case-grid,
  .mentor-grid,
  .heat-summary,
  .flow-timeline,
  .detail-stats {
    grid-template-columns: 1fr;
  }

  .rank-tabs,
  .filter-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .school-card {
    grid-template-columns: 64px 1fr;
    min-height: 0;
    padding: 18px;
  }

  .school-logo {
    width: 64px;
    height: 64px;
  }

  .school-rank-value {
    grid-template-columns: 1fr;
  }

  .requirement-table {
    overflow-x: auto;
  }

  .requirement-table div {
    min-width: 720px;
  }

  .heat-rank-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .rank-school {
    grid-template-columns: 58px 1fr;
  }

  .rank-school img {
    width: 58px;
    height: 58px;
  }

  .rank-metric {
    border-left: 0;
    border-top: 2px solid var(--line);
    padding-top: 12px;
    padding-left: 0;
  }

  .rank-offers {
    grid-column: auto;
  }

  .constellation-panel {
    padding: 18px;
  }

  .constellation-head h3 {
    font-size: 25px;
  }

  .star-field {
    display: grid;
    height: auto;
    gap: 10px;
    padding: 14px;
  }

  .star-field::before,
  .star-field::after {
    display: none;
  }

  .star-node {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    width: 100%;
    grid-template-columns: 18px 54px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    transform: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.07);
    padding: 12px;
    text-align: left;
  }

  .star-dot {
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }

  .star-label {
    margin-top: 0;
    text-align: center;
  }

  .star-popover {
    position: static;
    width: auto;
    max-width: none;
    transform: none;
    visibility: visible;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--white);
    opacity: 1;
    box-shadow: none;
  }

  .star-popover strong {
    color: var(--white);
    font-size: 16px;
  }

  .star-popover em {
    color: rgba(255, 255, 255, 0.66);
  }

  .advisor-note,
  .lock-card,
  .qr-card,
  .detail-head {
    grid-template-columns: 1fr;
  }

  .map-wrap iframe {
    height: 330px;
  }

  .course-list article {
    grid-template-columns: 46px 1fr;
  }

  .career-invest,
  .lock-card,
  .offer-section,
  .contact-inner,
  .school-modal-panel {
    padding: 24px;
  }

  .relationship-photo {
    height: 360px;
  }

  .contact {
    padding: 74px 16px;
  }

  .qr-card img {
    width: 184px;
    height: 174px;
  }

  .site-footer {
    display: grid;
    padding: 28px 20px;
  }
}

/* School library campus cards: real campus photo first, then decision data. */
.school-card {
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1fr);
  gap: 0;
  min-height: 354px;
  overflow: hidden;
  padding: 0;
  background: var(--white);
}

.school-campus {
  position: relative;
  min-height: 354px;
  overflow: hidden;
  background: var(--soft);
}

.school-campus img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.school-card:hover .school-campus img {
  transform: scale(1.035);
}

.school-campus::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
  content: "";
  pointer-events: none;
}

.school-card .qs-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.92);
  padding: 0 12px;
  color: var(--white);
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.school-card .qs-badge small {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.school-card .qs-badge strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1;
}

.school-card-body {
  display: grid;
  align-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 22px 22px 18px;
}

.school-card-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.school-card-top > div {
  min-width: 0;
}

.school-mini-logo {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 5px;
  object-fit: contain;
}

.school-card h3 {
  margin-top: 7px;
  font-size: 24px;
}

.school-card p {
  margin-top: 8px;
}

.school-intro {
  display: -webkit-box;
  margin-top: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.school-major-block {
  display: grid;
  gap: 9px;
}

.school-major-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.school-major-tags b {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  border-radius: 999px;
  background: var(--soft);
  padding: 0 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.school-rank-value {
  grid-column: auto;
  margin-top: 0;
}

.school-rank-value strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
}

.detail-campus {
  display: block;
  width: 100%;
  aspect-ratio: 1.85 / 1;
  margin-bottom: 24px;
  border-radius: var(--radius);
  object-fit: cover;
}

@media (max-width: 980px) {
  .school-card {
    grid-template-columns: 1fr;
  }

  .school-campus {
    min-height: 0;
    aspect-ratio: 1.7 / 1;
  }
}

@media (max-width: 760px) {
  .school-list {
    gap: 10px;
  }

  .school-card {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    overflow: hidden;
    border-left: 0;
    border-radius: 8px;
    padding: 0;
    background: var(--white);
  }

  .school-campus {
    aspect-ratio: 1.56 / 1;
    min-height: 0;
  }

  .school-campus::after {
    height: 36%;
  }

  .school-card .qs-badge {
    top: 8px;
    left: 8px;
    min-height: 26px;
    gap: 6px;
    padding: 0 8px;
  }

  .school-card .qs-badge small {
    font-size: 8px;
  }

  .school-card .qs-badge strong {
    font-size: 11px;
  }

  .school-card-body {
    gap: 8px;
    padding: 10px;
  }

  .school-card-top {
    gap: 8px;
  }

  .school-mini-logo {
    width: 38px;
    height: 38px;
    border-radius: 7px;
    padding: 4px;
  }

  .school-card h3 {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.18;
  }

  .school-card p {
    margin-top: 3px;
    white-space: normal;
  }

  .school-card-top p {
    overflow: hidden;
    font-size: 10.8px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .school-meta {
    gap: 4px;
    margin-top: 0;
  }

  .school-meta b {
    min-height: 20px;
    padding: 0 7px;
    font-size: 9.5px;
  }

  .school-intro {
    margin-top: 0;
    font-size: 10.8px;
    line-height: 1.42;
    -webkit-line-clamp: 2;
  }

  .school-major-block {
    gap: 5px;
  }

  .school-major-block > span {
    font-size: 8.8px;
    letter-spacing: 0.12em;
  }

  .school-major-tags {
    gap: 4px;
  }

  .school-major-tags b {
    min-height: 20px;
    padding: 0 7px;
    font-size: 9.5px;
  }

  .school-rank-value {
    grid-column: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 0;
  }

  .school-rank-value em {
    min-height: 38px;
    border-top: 2px solid rgba(12, 12, 12, 0.92);
    border-left: 0;
    border-radius: 6px;
    background: #f4f4f4;
    padding: 5px;
  }

  .school-rank-value strong {
    font-size: 12px;
  }

  .detail-campus {
    aspect-ratio: 1.42 / 1;
    margin-bottom: 14px;
  }
}

@media (min-width: 981px) {
  .library-app {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .library-panel {
    position: static;
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    gap: 18px 24px;
    align-items: end;
    border-color: rgba(0, 0, 0, 0.1);
    background: var(--white);
    color: var(--ink);
    padding: 22px;
  }

  .library-panel h3 {
    margin: 8px 0 0;
    color: var(--ink);
    font-size: 27px;
  }

  .library-panel .section-kicker {
    margin-bottom: 0;
  }

  .rank-tabs,
  .filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .rank-tabs button,
  .filter-tabs button {
    border-color: var(--line);
    background: var(--white);
    color: var(--ink);
  }

  .rank-tabs button.is-active,
  .filter-tabs button.is-active {
    border-color: var(--red);
    background: var(--red);
    color: var(--white);
  }

  .filter-tabs {
    grid-column: 2;
    margin-top: 0;
  }

  .school-list {
    gap: 18px;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .school-card {
    grid-template-columns: 1fr;
  }

  .school-campus {
    min-height: 0;
    aspect-ratio: 1.65 / 1;
  }
}

/* Multi-page site structure */
.page-hero {
  padding: 156px 0 88px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    url("./assets/mcc-classroom.jpg") center / cover no-repeat;
}

.school-hero,
.academic-hero,
.graduate-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    url("./assets/business-meeting.jpg") center / cover no-repeat;
}

.career-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    url("./assets/advisor-session.jpg") center / cover no-repeat;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: end;
}

.page-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-family:
    "Songti SC",
    "STSong",
    "Noto Serif CJK SC",
    serif;
  font-size: 60px;
  line-height: 1.08;
}

.page-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.page-hero-card {
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  padding: 28px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

.page-hero-card span,
.project-grid span,
.route-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero-card strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.18;
}

.page-hero-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
}

.home-projects {
  background: var(--white);
}

.project-grid,
.route-grid {
  display: grid;
  gap: 14px;
}

.project-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.project-grid a,
.route-grid article {
  min-height: 286px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.project-grid a:hover,
.route-grid article:hover {
  border-color: rgba(198, 0, 0, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.project-grid h3,
.route-grid h3 {
  margin: 46px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.25;
}

.project-grid p,
.route-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.route-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin-bottom: 58px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 32px;
}

.cta-band h2 {
  font-size: 32px;
}

/* Softer education-brand palette: keep red as accent, avoid large black blocks. */
.library-panel {
  border-left: 4px solid var(--red);
  background: var(--white);
  color: var(--ink);
}

.library-panel h3,
.life-map h2,
.career-invest h2,
.type-grid a:nth-child(3) h3,
.pain-grid article:nth-child(2) h3,
.career-tracks article:nth-child(2) h3,
.service-module-grid article:nth-child(2) h3 {
  color: var(--ink);
}

.rank-tabs button,
.filter-tabs button {
  border-color: var(--line);
  background: var(--soft);
  color: var(--text);
}

.rank-tabs button.is-active,
.filter-tabs button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.type-grid a:nth-child(3),
.pain-grid article:nth-child(2),
.career-tracks article:nth-child(2),
.service-module-grid article:nth-child(2) {
  border-color: rgba(198, 0, 0, 0.28);
  background: var(--white);
}

.type-grid a:nth-child(3) p,
.pain-grid article:nth-child(2) li,
.career-tracks article:nth-child(2) li,
.service-module-grid article:nth-child(2) p {
  color: var(--muted);
}

.type-grid a:nth-child(3) b {
  color: var(--red);
}

.life-map,
.light-map {
  background: var(--soft);
  color: var(--text);
}

.life-map-copy p {
  color: var(--muted);
}

.life-map-grid {
  grid-template-columns: minmax(280px, 0.52fr) minmax(300px, 0.78fr) minmax(260px, 0.5fr);
}

.city-map {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.city-map::before {
  display: none;
}

.map-title {
  position: absolute;
  top: 16px;
  left: 64px;
  z-index: 500;
  display: grid;
  gap: 6px;
  max-width: calc(100% - 32px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.map-title span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-title strong {
  color: var(--ink);
  font-size: 18px;
}

.real-map {
  width: 100%;
  height: 480px;
  min-height: 480px;
  background: #eef0ed;
}

.real-map > span {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--muted);
  font-weight: 900;
}

.real-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.city-map .leaflet-container {
  font-family:
    PingFang SC,
    Microsoft YaHei,
    Arial,
    sans-serif;
}

.city-map .leaflet-control-zoom {
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.city-map .leaflet-popup-content-wrapper {
  border-radius: var(--radius);
}

.study-map-marker {
  width: 18px;
  height: 18px;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(198, 0, 0, 0.35);
}

.study-map-tooltip {
  border: 1px solid rgba(198, 0, 0, 0.18);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.study-map-tooltip::before {
  display: none;
}

.city-list article {
  border-color: var(--line);
  background: var(--white);
}

.city-list strong {
  color: var(--ink);
}

.city-list span {
  color: var(--muted);
}

.career-invest {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--text);
}

.career-invest p {
  color: var(--muted);
}

.career-invest article {
  border: 1px solid var(--line);
}

.relationship-points article {
  border-left-color: var(--red);
}

.light-service,
.light-career,
.graduate-section {
  background: var(--soft);
}

.overview-heading {
  margin-bottom: 22px;
}

.city-list {
  align-self: stretch;
}

.city-card {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.city-card:hover,
.city-card:focus-visible,
.city-card.is-active {
  border-color: rgba(198, 0, 0, 0.36);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.city-card.is-active {
  border-left: 4px solid var(--red);
}

.city-school-panel {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px;
}

.city-school-panel > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.city-school-panel > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.city-school-scroll {
  display: grid;
  gap: 8px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}

.city-school-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 10px;
  align-items: center;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 10px;
  text-align: left;
  cursor: pointer;
}

.city-school-item img {
  grid-row: span 3;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  object-fit: contain;
  padding: 4px;
}

.city-school-item span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-school-item strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.city-school-item em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.city-school-note {
  grid-template-columns: 1fr;
  cursor: default;
}

@media (max-width: 1120px) {
  .page-hero-grid,
  .life-map-grid {
    grid-template-columns: 1fr;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding: 118px 0 64px;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero p:not(.section-kicker) {
    font-size: 17px;
  }

  .page-hero-card,
  .cta-band {
    padding: 22px;
  }

  .project-grid,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .project-grid a,
  .route-grid article {
    min-height: 0;
  }

  .cta-band {
    display: grid;
    margin-bottom: 72px;
  }

  .city-map {
    min-height: 430px;
    padding: 0;
  }

  .map-title {
    top: 12px;
    left: 58px;
    padding: 12px 14px;
  }

  .map-title strong {
    font-size: 16px;
    line-height: 1.2;
  }

  .real-map {
    height: 430px;
    min-height: 430px;
  }
}

.support-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 30px;
}

.support-block h2 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.18;
}

.support-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.support-list div {
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--soft);
  padding: 16px 18px;
}

.support-list b {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
}

.support-list p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.package-pricing {
  margin-top: 64px;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 24px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.package-grid article {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
}

.package-grid article.featured {
  border-color: var(--red);
  box-shadow: 0 18px 40px rgba(198, 0, 0, 0.1);
}

.package-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-grid h3 {
  margin: 38px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.2;
}

.package-grid strong {
  display: block;
  margin-top: 20px;
  color: var(--red);
  font-size: 42px;
  line-height: 1;
}

.daily-price {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  border: 1px solid rgba(198, 0, 0, 0.2);
  border-radius: 999px;
  background: rgba(198, 0, 0, 0.08);
  padding: 7px 11px;
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.package-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.one-year-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  padding: 28px;
}

.one-year-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
}

.one-year-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.one-year-card > strong {
  color: var(--red);
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
}

.price-stack {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.price-stack strong {
  color: var(--red);
  font-size: 38px;
  line-height: 1;
  white-space: nowrap;
}

.price-stack .daily-price {
  margin-top: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--red);
  font-weight: 900;
}

.mcc-edit-mode [contenteditable="true"] {
  outline: 1px dashed rgba(198, 0, 0, 0.34);
  outline-offset: 4px;
  cursor: text;
}

.mcc-edit-mode [contenteditable="true"]:focus {
  outline: 2px solid var(--red);
  background: rgba(198, 0, 0, 0.05);
}

.mcc-edit-toolbar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  max-width: calc(100vw - 36px);
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  padding: 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.mcc-edit-toolbar strong {
  padding: 0 8px;
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
}

.mcc-edit-toolbar button,
.mcc-edit-toolbar a {
  display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  padding: 0 12px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.mcc-edit-toolbar button:first-of-type {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.mcc-edit-toolbar.mcc-edit-saved::after {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 8px);
  border-radius: 999px;
  background: var(--black);
  padding: 7px 10px;
  color: var(--white);
  content: "已保存";
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .support-split,
  .package-grid,
  .one-year-card,
  .guarantee-grid {
    grid-template-columns: 1fr;
  }

  .one-year-card > .btn {
    width: max-content;
  }
}

@media (max-width: 760px) {
  .support-block,
  .package-grid article,
  .one-year-card,
  .guarantee-grid article {
    padding: 22px;
  }

  .support-block h2,
  .one-year-card h2 {
    font-size: 26px;
  }

  .support-list b {
    font-size: 18px;
  }

  .package-grid strong,
  .one-year-card > strong,
  .price-stack strong {
    font-size: 32px;
  }

  .guarantee-grid article {
    min-height: 0;
  }

  .guarantee-grid h3 {
    margin-top: 34px;
  }

  .price-stack {
    justify-items: start;
  }

  .one-year-card > .btn {
    width: 100%;
  }

  .mcc-edit-toolbar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    overflow-x: auto;
  }
}

/* Mobile website layout: keep the desktop information hierarchy, do not collapse every surface into stacked cards. */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
    height: 62px;
    padding-inline: 14px;
  }

  .brand {
    width: 64px;
    height: 42px;
  }

  .brand img {
    width: 62px;
    height: 42px;
  }

  .nav {
    top: 62px;
    left: 10px;
    right: 10px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px;
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    border-bottom: 1px solid var(--line);
    padding: 13px 10px;
    font-size: 14px;
  }

  .nav a::after {
    display: none;
  }

  .header-action {
    min-width: 82px;
    height: 34px;
    border-radius: 7px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
    border-radius: 7px;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(255, 255, 255, 0.88) 100%),
      url("./assets/mcc-classroom.jpg") 63% center / cover no-repeat;
  }

  .hero::after {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 240px;
    height: 210px;
    background: rgba(198, 0, 0, 0.06);
    content: "";
    pointer-events: none;
  }

  .hero-inner {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    padding: 34px 0 24px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 35px;
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 360px;
    margin-top: 12px;
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.72;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin-top: 16px;
  }

  .hero-stats article {
    min-width: 0;
    min-height: 74px;
    border-color: rgba(198, 0, 0, 0.18);
    padding: 10px 8px;
  }

  .hero-stats strong {
    font-size: 19px;
    line-height: 1.05;
    word-break: keep-all;
  }

  .hero-stats span {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.25;
    word-break: keep-all;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 14px;
  }

  .btn {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero-partners {
    padding: 14px 0 16px;
  }

  .hero-partners p {
    width: min(100% - 28px, 1180px);
    margin: 0 auto 8px;
    font-size: 11px;
  }

  .logo-track span {
    grid-template-columns: 40px 1px 70px minmax(48px, 1fr);
    width: 224px;
    height: 72px;
    padding: 10px;
  }

  .logo-track .mcc-mark {
    width: 40px;
  }

  .logo-track .partner-logo {
    max-width: 70px;
    max-height: 34px;
  }

  .logo-track strong {
    font-size: 12px;
  }

  .section {
    padding: 50px 0;
  }

  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .split-head {
    gap: 12px;
  }

  .section-kicker {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  h2,
  .page-hero h1 {
    font-size: 30px;
    line-height: 1.16;
  }

  .split-head > p,
  .section-heading p,
  .page-hero p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .trust-grid,
  .overview-grid,
  .exam-grid,
  .heat-summary,
  .detail-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .trust-grid article,
  .overview-grid article,
  .exam-grid article,
  .academic-grid article,
  .promise-grid article,
  .guarantee-grid article {
    min-height: 0;
    padding: 14px;
  }

  .trust-grid strong,
  .overview-grid strong {
    font-size: 19px;
    line-height: 1.24;
  }

  .trust-grid p,
  .overview-grid p,
  .exam-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.58;
  }

  .relationship-grid {
    gap: 22px;
  }

  .relationship-copy h2 {
    font-size: 30px;
  }

  .relationship-copy > p {
    font-size: 14px;
    line-height: 1.72;
  }

  .relationship-points {
    gap: 8px;
  }

  .relationship-points article {
    padding: 12px 14px;
  }

  .relationship-points strong {
    font-size: 15px;
    line-height: 1.42;
  }

  .relationship-photo {
    height: 220px;
  }

  .constellation-grid {
    gap: 12px;
  }

  .constellation-panel {
    padding: 14px;
  }

  .constellation-head {
    margin-bottom: 10px;
  }

  .constellation-head h3 {
    font-size: 21px;
  }

  .constellation-head p {
    font-size: 12px;
    line-height: 1.55;
  }

  .star-field {
    position: relative;
    display: block;
    height: 315px;
    overflow: hidden;
    padding: 0;
  }

  .star-field::before,
  .star-field::after {
    display: block;
  }

  .star-node {
    position: absolute;
    left: var(--x);
    top: var(--y);
    display: inline-grid;
    width: auto;
    grid-template-columns: 1fr;
    gap: 0;
    transform: translate(-50%, -50%) scale(var(--s));
    border: 0;
    background: transparent;
    padding: 0;
    text-align: center;
  }

  .star-label {
    display: none;
  }

  .star-popover {
    left: 50%;
    bottom: calc(100% + 12px);
    width: 210px;
    border: 1px solid rgba(198, 0, 0, 0.24);
    background: var(--white);
    padding: 12px;
    color: var(--text);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  }

  .star-popover strong {
    color: var(--ink);
  }

  .star-popover em {
    color: var(--muted);
  }

  .star-node:focus .star-popover,
  .star-node:active .star-popover {
    opacity: 1;
    visibility: visible;
  }

  .project-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(138px, 46%);
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding: 0 2px 12px;
    scroll-snap-type: x mandatory;
  }

  .project-grid a {
    min-height: 154px;
    padding: 14px;
    scroll-snap-align: start;
  }

  .project-grid h3 {
    margin-top: 24px;
    font-size: 18px;
  }

  .project-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .contact {
    padding: 50px 14px;
  }

  .contact-inner {
    padding: 22px;
  }

  .contact h2 {
    font-size: 30px;
  }

  .qr-card {
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 12px;
    padding: 14px;
  }

  .qr-card strong {
    font-size: 18px;
  }

  .qr-card p {
    font-size: 12px;
    line-height: 1.55;
  }

  .qr-card img {
    width: 108px;
    height: 108px;
  }

  .page-hero {
    padding: 96px 0 42px;
  }

  .page-hero-grid {
    gap: 18px;
  }

  .page-hero-card {
    padding: 16px;
  }

  .page-hero-card strong {
    margin-top: 10px;
    font-size: 23px;
  }

  .library-app {
    gap: 12px;
  }

  .library-panel {
    padding: 16px;
  }

  .library-panel h3 {
    font-size: 22px;
  }

  .rank-tabs,
  .filter-tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .rank-tabs button,
  .filter-tabs button {
    min-width: max-content;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .school-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .school-card {
    grid-template-columns: 50px 1fr;
    gap: 10px;
    padding: 12px;
  }

  .school-logo {
    width: 50px;
    height: 50px;
  }

  .school-logo img {
    width: 42px;
    max-height: 36px;
  }

  .school-card h3 {
    margin-top: 4px;
    font-size: 19px;
  }

  .school-card p {
    margin-top: 4px;
    font-size: 12px;
  }

  .school-meta {
    gap: 4px;
    margin-top: 8px;
  }

  .school-meta b {
    padding: 6px 8px;
    font-size: 11px;
  }

  .school-rank-value {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 8px;
  }

  .school-rank-value em {
    min-height: 50px;
    padding: 8px;
  }

  .school-rank-value span {
    font-size: 10px;
  }

  .school-rank-value strong {
    font-size: 16px;
  }

  .type-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 55%);
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .type-grid a {
    min-height: 168px;
    padding: 16px;
    scroll-snap-align: start;
  }

  .type-grid h3 {
    margin-top: 28px;
    font-size: 21px;
  }

  .requirement-table {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow-x: auto;
  }

  .requirement-table div {
    min-width: 600px;
  }

  .life-map-grid {
    gap: 14px;
  }

  .city-map,
  .real-map {
    min-height: 340px;
    height: 340px;
  }

  .map-title {
    left: 54px;
    right: 12px;
    max-width: none;
    padding: 10px 12px;
  }

  .city-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .city-list article {
    min-height: 0;
    padding: 12px;
  }

  .city-list strong {
    font-size: 17px;
  }

  .city-list span {
    font-size: 12px;
    line-height: 1.5;
  }

  .cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    align-items: center;
    width: calc(100% - 28px);
    margin-bottom: 52px;
    padding: 16px;
  }

  .cta-band h2 {
    font-size: 22px;
  }

  .cta-band .btn {
    min-height: 40px;
  }
}

/* Mobile density refinement: keep more real information in each screen. */
.mobile-star-summary {
  display: none;
}

.relationship-media {
  display: grid;
  gap: 12px;
}

.relationship-gallery {
  display: none;
}

@media (max-width: 760px) {
  .section {
    padding: 38px 0;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .hero-inner {
    min-height: auto;
    padding: 24px 0 18px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 32em;
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .btn {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero-stats {
    gap: 6px;
    margin-top: 14px;
  }

  .hero-stats article {
    min-height: 62px;
    padding: 8px 6px;
  }

  .hero-stats strong {
    font-size: 17px;
  }

  .hero-stats span {
    font-size: 10px;
    line-height: 1.35;
  }

  .hero-partners {
    padding: 9px 0 11px;
  }

  .hero-partners .partner-card {
    min-height: 58px;
  }

  .section-kicker {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  h2,
  .page-hero h1 {
    font-size: 25px;
    line-height: 1.12;
  }

  .section-heading.compact h2,
  .library-panel h3 {
    font-size: 22px;
  }

  .split-head,
  .section-heading,
  .page-hero-grid {
    gap: 12px;
  }

  .split-head > p,
  .section-heading p,
  .page-hero p:not(.section-kicker) {
    font-size: 12.8px;
    line-height: 1.62;
  }

  .trust-grid,
  .overview-grid,
  .exam-grid,
  .guarantee-grid {
    gap: 8px;
  }

  .trust-grid article,
  .overview-grid article,
  .exam-grid article,
  .guarantee-grid article {
    min-height: 0;
    padding: 12px;
  }

  .trust-grid strong,
  .overview-grid strong,
  .exam-grid strong {
    font-size: 16px;
  }

  .trust-grid p,
  .overview-grid p,
  .exam-grid p,
  .guarantee-grid p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.45;
  }

  .relationship-photo {
    height: 188px;
  }

  .project-grid a {
    min-height: 126px;
    padding: 12px;
  }

  .project-grid h3 {
    margin-top: 18px;
    font-size: 16px;
  }

  .project-grid p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.42;
  }

  .constellation-grid {
    gap: 10px;
  }

  .constellation-panel {
    padding: 14px;
  }

  .constellation-head h3 {
    font-size: 20px;
  }

  .constellation-head p {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .star-field {
    height: 286px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
  }

  .star-field::before {
    inset: 18px 30px 72px;
  }

  .star-node {
    z-index: 3;
  }

  .star-dot {
    width: 9px;
    height: 9px;
    border-width: 1.5px;
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.07),
      0 0 18px rgba(255, 255, 255, 0.72);
  }

  .star-red .star-dot,
  .star-node.is-selected .star-dot {
    background: var(--red);
    box-shadow:
      0 0 0 6px rgba(198, 0, 0, 0.16),
      0 0 24px rgba(198, 0, 0, 0.78);
  }

  .star-node.is-selected .star-dot {
    transform: scale(1.32);
  }

  .star-label,
  .star-node:focus .star-popover,
  .star-node:active .star-popover {
    display: none;
  }

  .mobile-star-summary {
    position: absolute;
    right: 9px;
    bottom: 9px;
    left: 9px;
    z-index: 20;
    display: grid;
    gap: 3px;
    border: 1px solid rgba(198, 0, 0, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    padding: 9px 10px;
    color: var(--ink);
    text-align: left;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  }

  .mobile-star-summary b {
    color: var(--red);
    font-size: 9.5px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .mobile-star-summary strong {
    color: var(--ink);
    font-size: 13.5px;
    line-height: 1.28;
  }

  .mobile-star-summary em {
    color: var(--muted);
    font-size: 10.8px;
    font-style: normal;
    line-height: 1.45;
  }

  .contact {
    padding: 38px 14px;
  }

  .contact-inner {
    gap: 14px;
    padding: 18px;
  }

  .contact h2 {
    font-size: 24px;
  }

  .page-hero {
    padding: 82px 0 32px;
  }

  .page-hero-card strong {
    font-size: 19px;
  }

  .library-panel {
    padding: 13px;
  }

  .rank-tabs,
  .filter-tabs {
    gap: 5px;
  }

  .rank-tabs button,
  .filter-tabs button {
    height: 31px;
    padding: 0 9px;
    font-size: 11px;
  }

  .school-list {
    gap: 8px;
  }

  .school-card {
    position: relative;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
    min-height: 0;
    overflow: hidden;
    border-color: rgba(0, 0, 0, 0.08);
    border-left: 3px solid var(--red);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
    padding: 10px 10px 9px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.045);
  }

  .school-logo {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  .school-logo img {
    max-width: 36px;
    max-height: 31px;
  }

  .school-card > div:not(.school-rank-value) {
    min-width: 0;
  }

  .school-card span {
    color: var(--red);
    font-size: 9.5px;
    letter-spacing: 0.11em;
  }

  .school-card h3 {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.2;
  }

  .school-card p {
    margin-top: 2px;
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .school-meta {
    gap: 4px;
    margin-top: 6px;
  }

  .school-meta b {
    min-height: 21px;
    padding: 0 7px;
    font-size: 10px;
  }

  .school-rank-value {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 6px;
  }

  .school-rank-value em {
    min-height: 40px;
    border-top: 0;
    border-left: 2px solid rgba(198, 0, 0, 0.72);
    border-radius: 6px;
    background: #f4f4f4;
    padding: 6px;
  }

  .school-rank-value span {
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0;
  }

  .school-rank-value strong {
    font-size: 13px;
    line-height: 1.05;
  }

  .type-grid a {
    min-height: 138px;
    padding: 13px;
  }

  .type-grid h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .city-map,
  .real-map {
    min-height: 300px;
    height: 300px;
  }

  .cta-band {
    width: calc(100% - 28px);
    margin-bottom: 42px;
    padding: 13px;
  }

  .cta-band h2 {
    font-size: 19px;
  }
}

/* Mobile visual polish v3: smaller partner proof, cleaner case stars, clearer photos, denser service modules. */
@media (max-width: 760px) {
  .hero-partners {
    padding: 7px 0 9px;
  }

  .hero-partners p {
    width: min(100% - 28px, 1180px);
    margin-bottom: 6px;
    font-size: 9.5px;
    letter-spacing: 0.17em;
  }

  .logo-track {
    gap: 8px;
    animation-duration: 38s;
  }

  .logo-track span {
    grid-template-columns: 28px 1px 50px minmax(34px, 1fr);
    width: 164px;
    height: 48px;
    gap: 6px;
    border-radius: 8px;
    padding: 6px 8px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.04);
  }

  .logo-track i {
    height: 28px;
  }

  .logo-track .mcc-mark {
    width: 28px;
    max-height: 25px;
  }

  .logo-track .partner-logo {
    max-width: 50px;
    max-height: 25px;
  }

  .logo-track strong {
    overflow: hidden;
    font-size: 9.8px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .relationship-grid {
    gap: 18px;
  }

  .relationship-photo {
    height: 244px;
    border-radius: 8px;
  }

  .relationship-photo::before,
  .relationship-photo::after {
    display: none;
  }

  .relationship-photo img {
    filter: none;
    object-position: center 52%;
    transform: none;
  }

  .relationship-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .relationship-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    border: 1px solid var(--line);
    border-radius: 8px;
    object-fit: cover;
  }

  .relationship-gallery img:nth-child(1) {
    object-position: center 54%;
  }

  .relationship-gallery img:nth-child(2) {
    object-position: center 48%;
  }

  .relationship-gallery img:nth-child(3) {
    object-position: center 45%;
  }

  .constellation-cases .split-head {
    gap: 8px;
  }

  .constellation-cases .split-head > p {
    font-size: 12px;
    line-height: 1.55;
  }

  .constellation-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .constellation-panel {
    border-radius: 8px;
    padding: 12px;
  }

  .constellation-head span {
    font-size: 9.6px;
    letter-spacing: 0.18em;
  }

  .constellation-head h3 {
    margin-top: 7px;
    font-size: 18px;
  }

  .constellation-head p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.45;
  }

  .star-field {
    height: 246px;
    margin-top: 10px;
    border-radius: 8px;
    background-size:
      26px 26px,
      38px 38px,
      52px 52px,
      62px 62px,
      76px 76px,
      92px 92px,
      118px 118px,
      auto;
  }

  .star-field::before {
    inset: 16px 28px 64px;
  }

  .star-popover,
  .star-node:hover .star-popover,
  .star-node:focus .star-popover,
  .star-node:focus-visible .star-popover,
  .star-node:active .star-popover {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
  }

  .star-dot {
    width: 7px;
    height: 7px;
    border-width: 1px;
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.06),
      0 0 14px rgba(255, 255, 255, 0.66);
  }

  .star-node.is-selected .star-dot {
    transform: scale(1.45);
  }

  .mobile-star-summary {
    right: 7px;
    bottom: 7px;
    left: 7px;
    gap: 2px;
    border-radius: 7px;
    padding: 8px 9px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .mobile-star-summary b {
    font-size: 9px;
  }

  .mobile-star-summary strong {
    font-size: 12.5px;
    line-height: 1.22;
  }

  .mobile-star-summary em {
    font-size: 10px;
    line-height: 1.35;
  }

  .project-grid {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .project-grid a {
    min-height: 112px;
    border-radius: 8px;
    padding: 10px;
    scroll-snap-align: none;
  }

  .project-grid span,
  .route-grid span,
  .service-module-grid span {
    font-size: 9.5px;
    letter-spacing: 0.12em;
  }

  .project-grid h3 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.18;
  }

  .project-grid p {
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .project-grid a:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 92px;
  }

  .support-block {
    padding: 14px;
  }

  .support-block h2 {
    font-size: 22px;
  }

  .support-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .support-list div {
    min-height: 98px;
    border-left-width: 2px;
    border-radius: 0 8px 8px 0;
    padding: 10px 9px;
  }

  .support-list b {
    font-size: 14px;
    line-height: 1.24;
  }

  .support-list p {
    margin-top: 6px;
    font-size: 10.8px;
    line-height: 1.42;
  }

  .guarantee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guarantee-grid article {
    border-radius: 8px;
    padding: 11px;
  }

  .guarantee-grid h3 {
    font-size: 14px;
  }

  .guarantee-grid p {
    font-size: 10.6px;
    line-height: 1.4;
  }
}

/* Final mobile override for the school library after the general mobile polish rules. */
@media (max-width: 760px) {
  .library .school-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .library .school-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 0;
    border-radius: 8px;
    background: var(--white);
    padding: 0;
  }

  .library .school-campus {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.56 / 1;
    overflow: hidden;
  }

  .library .school-campus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .library .school-card-body {
    display: grid;
    gap: 8px;
    padding: 10px;
  }

  .library .school-card-top {
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }

  .library .school-mini-logo {
    width: 38px;
    height: 38px;
    padding: 4px;
  }

  .library .school-card h3 {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.18;
  }

  .library .school-card p {
    margin-top: 3px;
    white-space: normal;
  }

  .library .school-card-top p {
    overflow: hidden;
    font-size: 10.8px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .library .school-intro {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    font-size: 10.8px;
    line-height: 1.42;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .library .school-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 0;
  }

  .library .school-meta b {
    min-height: 20px;
    border-radius: 999px;
    padding: 0 7px;
    font-size: 9.5px;
  }

  .library .school-major-block {
    display: grid;
    gap: 5px;
  }

  .library .school-major-block > span {
    font-size: 8.8px;
    letter-spacing: 0.12em;
  }

  .library .school-major-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .library .school-major-tags b {
    min-height: 20px;
    border-radius: 999px;
    padding: 0 7px;
    background: var(--soft);
    font-size: 9.5px;
  }

  .library .school-rank-value {
    grid-column: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 0;
  }

  .library .school-rank-value em {
    min-height: 38px;
    border-top: 2px solid rgba(12, 12, 12, 0.92);
    border-left: 0;
    border-radius: 6px;
    background: #f4f4f4;
    padding: 5px;
  }

  .library .school-rank-value strong {
    font-size: 12px;
  }

  .home-relationship .relationship-points article:first-child span {
    font-size: 11px;
  }

  .home-relationship .relationship-points article:first-child strong {
    font-size: 13.5px;
    line-height: 1.35;
  }

  .type-grid ul {
    gap: 5px;
    margin-top: 10px;
  }

  .type-grid li {
    padding-left: 12px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .type-grid li::before {
    top: 0.55em;
    width: 4px;
    height: 4px;
  }

  .offer-section {
    padding: 14px;
  }

  .offer-showcase-layout {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .offer-rail {
    grid-auto-columns: minmax(210px, 72vw);
    gap: 8px;
  }

  .evidence-card {
    min-height: 150px;
    border-radius: 8px;
    padding: 13px;
  }

  .evidence-card span,
  .offer-detail-panel span {
    font-size: 9.5px;
    letter-spacing: 0.13em;
  }

  .evidence-card strong {
    margin-top: 20px;
    font-size: 16px;
  }

  .evidence-card p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
  }

  .offer-detail-panel {
    min-height: 0;
    border-left-width: 3px;
    border-radius: 0 8px 8px 0;
    padding: 14px;
  }

  .offer-detail-panel h3 {
    margin-top: 18px;
    font-size: 18px;
  }

  .offer-detail-panel p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.55;
  }

  .offer-detail-panel b {
    margin-top: 12px;
    padding: 6px 9px;
    font-size: 10.5px;
  }

  .city-card {
    border-radius: 8px;
    padding: 11px;
  }

  .city-school-panel {
    border-radius: 8px;
    padding: 11px;
  }

  .city-school-scroll {
    max-height: 210px;
  }

  .city-school-item {
    grid-template-columns: 34px 1fr;
    border-radius: 7px;
    padding: 8px;
  }

  .city-school-item img {
    width: 34px;
    height: 34px;
  }

  .city-school-item strong {
    font-size: 12px;
  }

  .city-school-item em {
    font-size: 10px;
  }
}
