body.csg-pku-profile-active .hero-section,
body.csg-pku-profile-active .entry-header {
  display: none;
}

/* Shared university-profile carousel: every live profile is reachable from one rolling row. */
.csg-university-page .compare-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
}

.csg-university-page .compare-carousel-controls p {
  margin: 0;
  color: var(--primary);
  font-weight: 700;
}

.csg-university-page .compare-carousel-controls div { display: flex; gap: 10px; }

.csg-university-page .compare-carousel-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(10, 31, 68, 0.2);
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-size: 21px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(10, 31, 68, 0.08);
}

.csg-university-page .compare-carousel-controls button:hover,
.csg-university-page .compare-carousel-controls button:focus-visible {
  background: var(--primary);
  color: #fff;
}

.csg-university-page .compare-grid {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, calc((100% - 40px) / 3));
  grid-template-columns: none !important;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
}

.csg-university-page .compare-grid > .compare-card {
  scroll-snap-align: start;
}

@media (max-width: 720px) {
  .csg-university-page .compare-grid { grid-auto-columns: minmax(275px, 88%); }
  .csg-university-page .compare-carousel-controls p { font-size: 14px; }
}

body.csg-pku-profile-active .site-main,
body.csg-pku-profile-active .ct-container-full,
body.csg-pku-profile-active article[id^="post-"],
body.csg-pku-profile-active article[id^="post-"]>.entry-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.csg-pku-profile-active article[id^="post-"]>.entry-content {
  margin: 0;
}

.csg-pku-page {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
}

/* Apply consistent blue top border to all main content sections */
.csg-pku-page .section,
.csg-pku-page .intro-section,
.csg-pku-page .fit-checker,
.csg-pku-page .language-section,
.csg-pku-page .csca-section,
.csg-pku-page .compare-section,
.csg-pku-page .scholarship-section,
.csg-pku-page .accommodation-section,
.csg-pku-page .application-section,
.csg-pku-page .sources-section {
  border-top: 4px solid var(--primary);
}

/* Override older section-specific colors */
.csg-pku-page .language-section,
.csg-pku-page .csca-section,
.csg-pku-page .compare-section,
.csg-pku-page .scholarship-section,
.csg-pku-page .accommodation-section,
.csg-pku-page .application-section {
  border-top-color: var(--primary);
}

/* Keep dark campus section readable while still using same blue border */
.csg-pku-page .campus-section {
  border-top: 4px solid var(--primary);
}

.admin-bar .csg-pku-page .section-nav {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .csg-pku-page .section-nav {
    top: 46px;
  }
}

.csg-pku-page {
  --ink: #081129;
  --muted: #5d6372;
  --line: #e1e4ea;
  --paper: #ffffff;
  --wash: #fefdfa;
  --primary: #082044;
  --primary-soft: #e9eef6;
  --primary-2: #12345f;
  --red: #b60819;
  --red-soft: #fae9eb;
  --gold: #f8b818;
  --gold-soft: #fff6d8;
  --success: #082044;
  --success-soft: #e9eef6;
  --blue-soft: #e9eef6;
  --shadow: 0 12px 24px rgba(8, 17, 41, 0.11);
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.csg-pku-page,
.csg-pku-page * {
  box-sizing: border-box;
}

.csg-pku-page button,
.csg-pku-page input,
.csg-pku-page select {
  font: inherit;
}

.csg-pku-page button,
.csg-pku-page select {
  cursor: pointer;
}

.csg-pku-page select {
  appearance: auto;
  -webkit-appearance: auto;
  line-height: normal;
}

.csg-pku-page a {
  color: inherit;
  text-decoration: none;
}

.csg-pku-page h3,
.csg-pku-page h4,
.csg-pku-page p,
.csg-pku-page li,
.csg-pku-page a,
.csg-pku-page span,
.csg-pku-page label,
.csg-pku-page dt,
.csg-pku-page dd,
.csg-pku-page button,
.csg-pku-page input,
.csg-pku-page select {
  font-family: Arial, Helvetica, sans-serif;
}

.csg-pku-page h2,
.csg-pku-page h3,
.csg-pku-page h4 {
  color: inherit;
  line-height: inherit;
}

.csg-pku-page label,
.csg-pku-page dt,
.csg-pku-page dd {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.csg-pku-page h1,
.csg-pku-page h2,
.csg-pku-page h3,
.csg-pku-page p {
  margin-top: 0;
}

.csg-pku-page p,
.csg-pku-page ul,
.csg-pku-page ol,
.csg-pku-page li {
  margin-bottom: 0;
}

.csg-pku-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.csg-pku-page .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 68px;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 32, 68, 0.96);
  color: #fff;
  backdrop-filter: blur(16px);
}

.csg-pku-page .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 780;
}

.csg-pku-page .brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 17px;
}

.csg-pku-page .section-nav {
  position: sticky;
  top: 68px;
  z-index: 15;
  margin: 0 0 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.csg-pku-page .section-nav-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: none;
  min-height: 56px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow-x: auto;
  justify-content: center;
  scrollbar-width: none;
}

.csg-pku-page .section-nav-inner::-webkit-scrollbar {
  display: none;
}

.csg-pku-page .section-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.csg-pku-page .section-nav a:hover,
.csg-pku-page .section-nav a:focus-visible {
  color: var(--red);
}

.csg-pku-page .hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
}

.csg-pku-page .hero>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.csg-pku-page.csg-zju-page .hero>img {
  object-position: center 45%;
}

.csg-pku-page.csg-tsinghua-page .hero>img {
  object-position: center center;
}

.csg-pku-page .hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 41, 0.94) 0%, rgba(8, 32, 68, 0.72) 46%, rgba(8, 32, 68, 0.1) 78%),
    linear-gradient(180deg, rgba(8, 17, 41, 0.1), rgba(8, 17, 41, 0.48));
}

.csg-pku-page .hero-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: none;
  padding: 100px 0 118px;
  margin: 0 auto;
}

.csg-pku-page .hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 10px;
}

.csg-pku-page .hero-badges span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(8, 32, 68, 0.46);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.csg-pku-page .hero-updated,
.csg-pku-page .hero-verified {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  margin: 0 8px 16px 0;
  border-left: 3px solid var(--gold);
  background: rgba(254, 253, 250, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 400;
}

.csg-pku-page .hero-verified {
  border-left-color: var(--red);
}

.csg-pku-page .hero-location {
  margin-top: 40px;
  margin-bottom: 0px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 560;
}

.csg-pku-page h1 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 500;
  line-height: 0.98;
  color: #fff;
}

.csg-pku-page .hero-subtitle {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.csg-pku-page .hero-summary {
  max-width: 760px;
  margin: 0 0 46px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.csg-pku-page .hero-reasons {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.csg-pku-page .hero-actions,
.csg-pku-page .application-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.csg-pku-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.csg-pku-page .button:hover {
  transform: translateY(-1px);
}

.csg-pku-page .button-primary {
  background: var(--red);
  color: #fff;
}

.csg-pku-page .button-primary:hover {
  background: var(--red);
}

.csg-pku-page .decision-panel .button,
.csg-pku-page .decision-panel .button-dark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.csg-pku-page .button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.csg-pku-page .button-dark {
  background: var(--primary);
  color: #fff;
}

.csg-pku-page .button-outline {
  border-color: var(--line);
  background: #fff;
}

.csg-pku-page .button-full {
  width: 100%;
}

.csg-pku-page .fact-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: calc(100% - 48px);
  max-width: none;
  margin: 0 auto 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--shadow);
}

.csg-pku-page .fact {
  min-width: 0;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.csg-pku-page .fact:last-child {
  border-right: 0;
}

.csg-pku-page .fact span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.csg-pku-page .fact .fact-label {
  margin-bottom: 4px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--red);
  font-size: 14px;
  font-weight: 820;
  text-transform: uppercase;
  line-height: 1.25;
}

.csg-pku-page .fact strong {
  display: block;
  margin-bottom: 1px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--primary);
  font-size: 18px;
  font-weight: 550;
  line-height: 1.3;
}

.csg-pku-page .deadline-fact {
  background: var(--primary-soft);
}

.csg-pku-page .deadline-fact strong {
  color: var(--primary);
}

.csg-pku-page .page-layout {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 34px;
  width: calc(100% - 48px);
  max-width: none;
  margin: 0 auto 90px;
}

.csg-pku-page .decision-panel {
  position: sticky;
  top: 144px;
  align-self: start;
  max-height: calc(100vh - 164px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 17, 41, 0.08);
  scrollbar-width: thin;
}

.csg-pku-page .decision-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--primary);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
}

/* Keep the yellow dot aligned with the larger text */
.csg-pku-page .decision-heading .live-dot {
  width: 18px;
  height: 18px;
  background: var(--gold);
  box-shadow: 0 0 0 4px var(--gold-soft);
}

.csg-pku-page .decision-panel h2 {
  margin-bottom: 18px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
}

.csg-pku-page .fit-signals {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.csg-pku-page .fit-signals li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.csg-pku-page .signal {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--paper);
}

.csg-pku-page .signal.positive {
  background: var(--gold);
  color: var(--paper);
}

.csg-pku-page .signal.caution {
  background: var(--red);
  color: var(--paper);
}

.csg-pku-page .deadline-box {
  padding: 14px;
  margin-bottom: 14px;
  border-left: 3px solid var(--red);
  background: var(--red-soft);
}

.csg-pku-page .deadline-box span,
.csg-pku-page .deadline-box small,
.csg-pku-page .deadline-box strong {
  display: block;
}

.csg-pku-page .deadline-box span {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 820;
  color: var(--red);
  text-transform: uppercase;
}

.csg-pku-page .deadline-box strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 550;
  color: var(--ink);
  line-height: 1.35;
}

/* Keep the smaller deadline text readable */
.csg-pku-page .deadline-box small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 10px;
}

.csg-pku-page .official-link {
  display: block;
  padding: 13px 0 5px;
  color: var(--primary);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.csg-pku-page .main-content {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.csg-pku-page .section {
  padding: clamp(26px, 3.4vw, 38px);
  border-radius: 7px;
  background: #fff;
}

.csg-pku-page .section-heading {
  max-width: 100%;
  margin-bottom: 22px;
}

.csg-pku-page .section-heading>p:last-child {
  margin-bottom: 0;
  color: var(--ink);
}

.csg-pku-page .section-heading a {
  color: var(--primary);
  font-weight: 780;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.csg-pku-page .intro-section .section h2,
.csg-pku-page .intro-section h2,
.csg-pku-page #overview h2,
.csg-pku-page .section h2 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.csg-pku-page .intro-section .section-heading p,
.csg-pku-page #overview .section-heading p,
.csg-pku-page .section-heading p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.csg-pku-page .intro-section .section-heading {
  max-width: 100%;
}

.csg-pku-page .intro-section .section-heading p+p {
  margin-top: 12px;
}

.csg-pku-page .split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 24px;
  align-items: end;
  max-width: none;
}

.csg-pku-page .eyebrow {
  margin-bottom: 7px;
  color: var(--red);
  font-weight: 820 !important;
  text-transform: uppercase;
}

.csg-pku-page .section h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
}

.csg-pku-page .funding-panel h3,
.csg-pku-page .life-grid h3 .csg-pku-page .subject-card h3,
.csg-pku-page .verdict-grid article,
.csg-pku-page .verdict-grid h3,
.csg-pku-page .verdict-grid p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.csg-pku-page .verdict-grid h3 {
  font-weight: 600;
  color: var(--ink);
}

/* Verdict card body text */
.csg-pku-page .verdict-grid p {
  font-weight: 400;
  color: var(--ink);
}

.csg-pku-page .verdict-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.csg-pku-page .verdict-grid article {
  padding: 18px;
  border-left: 3px solid var(--line);
}

.csg-pku-page .verdict-grid article:first-child {
  border-left-color: var(--primary);
  background: var(--blue-soft);
  color: var(--primary);
  border-top: none;
}

.csg-pku-page .verdict-grid article:nth-child(1) .verdict-icon {
  background: var(--primary);
  color: var(--paper);
}

.csg-pku-page .verdict-grid article:nth-child(2) {
  border-left-color: var(--gold);
  background: var(--gold-soft);
  color: var(--primary);
    border-top: none;
}

.csg-pku-page .verdict-grid article:nth-child(2) .verdict-icon {
  background: var(--gold);
  color: var(--paper);
}


.csg-pku-page .verdict-grid article:nth-child(3) {
  border-left-color: var(--primary);
  background: var(--blue-soft);
  color: var(--primary);
  border-top: none;
}

.csg-pku-page .verdict-grid article:nth-child(3) .verdict-icon {
  background: var(--primary);
  color: var(--paper);
}

.csg-pku-page .verdict-grid article:nth-child(4) {
  border-left-color: var(--red);
  background: var(--red-soft);
  color: var(--primary);
  border-top: none;
}

.csg-pku-page .verdict-grid article:nth-child(4) .verdict-icon {
  background: var(--red);
  color: var(--paper);
}

.csg-pku-page .verdict-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.csg-pku-page .verdict-icon.good {
  background: var(--primary-soft);
  color: var(--primary);
}

.csg-pku-page .verdict-icon.watch {
  background: var(--gold-soft);
  color: #8f6518;
}

.csg-pku-page .verdict-icon.neutral {
  background: var(--blue-soft);
  color: #3a6989;
}

.csg-pku-page .verdict-icon.no {
  background: var(--red-soft);
  color: var(--red);
}

.csg-pku-page .verdict-grid p,
.csg-pku-page .subject-card p,
.csg-pku-page .life-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.csg-pku-page .qualification-tabs,
.csg-pku-page .subject-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.csg-pku-page .qualification-tabs {
  padding-bottom: 18px;
  border-bottom: none;
}

.csg-pku-page .qual-tab,
.csg-pku-page .subject-filter {
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 720;
}

.csg-pku-page .qual-tab.active,
.csg-pku-page .subject-filter.active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.csg-pku-page .fit-checker .eyebrow,
.csg-pku-page .fit-checker .result-label,
.csg-pku-page .fit-checker .requirement-grid span,
.csg-pku-page .fit-checker .student-facing-note strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 820;
  color: var(--red);
  line-height: 1.25;
  text-transform: uppercase;
}

.csg-pku-page .fit-checker .qualification-result strong,
.csg-pku-page .fit-checker .requirement-grid h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 14px;
}

.csg-pku-page .fit-checker .qualification-result p,
.csg-pku-page .fit-checker .requirement-grid p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.55;
}

.csg-pku-page .qualification-result {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px;
  padding: 20px 0 0;
}

.csg-pku-page .qualification-result>div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  border-left: 3px solid var(--red);
}

.csg-pku-page .result-label {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.csg-pku-page .qualification-result strong {
  display: block;
}

.csg-pku-page .qualification-result p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.csg-pku-page .language-gate {
  grid-column: 1 / -1;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: var(--gold-soft);
}

.csg-pku-page .language-gate strong {
  font-size: 15px;
}

.csg-pku-page .fine-print {
  margin: 16px 0 0;
  color: #7b857e;
  font-size: 11px;
}

.csg-pku-page .fit-checker .student-facing-note,
.csg-pku-page .student-facing-note {
  border-left: 4px solid var(--e-global-color-blocksy_palette_4, var(--gold));
  background: var(--gold-soft);
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.csg-pku-page .fit-checker .student-facing-note p,
.csg-pku-page .fit-checker .student-facing-note span,
.csg-pku-page .fit-checker .student-facing-note strong,
.csg-pku-page .student-facing-note p,
.csg-pku-page .student-facing-note span,
.csg-pku-page .student-facing-note strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.csg-pku-page .fit-checker .student-facing-note strong,
.csg-pku-page .student-facing-note strong {
  font-weight: 700;
}

.csg-pku-page .route-comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.csg-pku-page .route-comparison.single-route {
  grid-template-columns: minmax(0, 1fr);
}

.csg-pku-page .route-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--success-soft);
}

.csg-pku-page .route-card.featured {
  border: 2px solid var(--primary);
  background: var(--paper);
}

.csg-pku-page .route-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.csg-pku-page .route-letter {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: var(--primary);
  color: #fff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.csg-pku-page .status {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.csg-pku-page .status.closed {
  background: var(--primary);
  color: var(--paper);
}

.csg-pku-page .status.open {
  background: var(--primary-soft);
  color: var(--primary);
}

.csg-pku-page .route-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.csg-pku-page .route-lead {
  min-height: 0;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 16px;
}

.csg-pku-page .route-card dl {
  margin: 18px 0;
}

.csg-pku-page .route-card dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 8px 0;
  border-top: 2px solid var(--line);
}

.csg-pku-page .route-card dt {
  color: var(--primary);
  font-size: 18px;
}

.csg-pku-page .route-card dd {
  margin: 0;
  font-size: 18px;
  font-weight: 740;
}

.csg-pku-page .route-card>a,
.csg-pku-page .text-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 780;
}

.csg-pku-page .route-advice {
  padding: 13px 16px;
  margin-top: 14px;
  border: 1px solid #eadbb0;
  background: var(--gold-soft);
  color: var(--muted);
  font-size: 16px;
  border-left: 3px solid var(--gold);
}

.csg-pku-page .csca-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.csg-pku-page .csca-answer {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.csg-pku-page .csca-answer.no {
  border-left: 3px solid var(--primary);
}

.csg-pku-page .csca-answer.yes {
  border-left: 3px solid var(--red);
}

.csg-pku-page .csca-answer span,
.csg-pku-page .csca-subject-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 18px;
  font-weight: 820;
  text-transform: uppercase;
}

.csg-pku-page .csca-answer h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.csg-pku-page .csca-answer p,
.csg-pku-page .csca-subject-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.csg-pku-page .csca-note{
  color: var(--muted);
  font-size: 16px;
}

.csg-pku-page .csca-subjects {
  padding: 20px;
  border: 1px solid #eadbb0;
  border-radius: 2px;
  background: var(--gold-soft);
  border-left: 3px solid var(--gold);
}

.csg-pku-page .csca-subjects-heading {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 14px;
}

.csg-pku-page .csca-subjects-heading h3 {
  margin: 0;
  font-size: 18px;
  color: var(--ink);
}

.csg-pku-page .csca-subjects-heading p {
color: var(--muted);
font-size:16px;
}

.csg-pku-page .csca-subject-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.csg-pku-page .csca-subject-grid article {
  padding: 18px;
  border: 1px solid #e2cf8f;
  border-radius: 6px;
  background: #fff;
  border-left: 3px solid var(--primary);
}

.csg-pku-page .csca-subject-grid article:nth-child(2) {
  padding: 18px;
  border: 1px solid #e2cf8f;
  border-radius: 6px;
  background: #fff;
  border-left: 3px solid var(--red);
}

.csg-pku-page .csca-subject-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 18px;
  line-height: 1.5;
}

.csg-pku-page .csca-note {
  padding-top: 12px;
  margin-top: 12px;
  border-top: none;
  color: var(--muted);
}

.csg-pku-page .requirement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.csg-pku-page .requirement-grid.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.csg-pku-page .requirement-grid.language-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.csg-pku-page .requirement-grid article:first-child {
  min-height: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  border-left: 3px solid var(--primary);
}

.csg-pku-page .requirement-grid article:nth-child(2) {
  min-height: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  border-left: 3px solid var(--red);
}

.csg-pku-page .requirement-grid span {
  display: block;
  min-height: 0;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 18px;
  font-weight: 820;
  text-transform: uppercase;
}

.csg-pku-page .requirement-grid h3 {
  min-height: 0;
  margin-bottom: 14px;
}

.csg-pku-page .language-section .requirement-grid h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}

.csg-pku-page .language-section .requirement-grid p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.55;
}

.csg-pku-page .requirement-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
}

.csg-pku-page .subject-major-note {
  margin-top: 18px;
  margin-bottom: 0;
}

.csg-pku-page .subject-controls {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.csg-pku-page .subject-controls-simple {
  grid-template-columns: minmax(240px, 1fr);
}

.csg-pku-page .subject-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.csg-pku-page .subject-shortcuts span {
  margin-right: 2px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.csg-pku-page .subject-shortcuts button {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--wash);
  color: var(--primary);
  font-size: 12px;
  font-weight: 780;
}

.csg-pku-page .subject-shortcuts button:hover,
.csg-pku-page .subject-shortcuts button:focus-visible {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.csg-pku-page .subject-match {
  padding: 11px 13px;
  margin: 0 0 14px;
  border: 1px solid #eadbb0;
  background: var(--gold-soft);
  color: #6c5a2f;
  font-size: 12px;
  font-weight: 720;
}

.csg-pku-page .major-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  margin-bottom: 18px;
  border-left: 3px solid var(--gold);
  background: var(--gold-soft);
}

.csg-pku-page .major-note strong {
  font-size: 13px;
}

.csg-pku-page .major-note span {
  color: #6c5a2f;
  font-size: 12px;
}

.csg-pku-page .search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.csg-pku-page .search-field span {
  color: #79837c;
  font-size: 20px;
}

.csg-pku-page .search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
}

.csg-pku-page .subject-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.csg-pku-page .subject-card {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease;
}

.csg-pku-page .subject-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.csg-pku-page .subject-card[hidden] {
  display: none;
}

.csg-pku-page .subject-card>span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.csg-pku-page .subject-card dl {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.csg-pku-page .subject-card dl div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.csg-pku-page .subject-card dt {
  color: #7d8780;
  font-size: 11px;
  font-weight: 760;
}

.csg-pku-page .subject-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.csg-pku-page .empty-state {
  padding: 24px;
  color: var(--muted);
  background: var(--wash);
  text-align: center;
}

.csg-pku-page .compare-section {
  border-top: 4px solid var(--primary);
}

.csg-pku-page .compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.csg-pku-page .compare-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  transition: border-color 160ms ease, transform 160ms ease;
}

.csg-pku-page .compare-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.csg-pku-page .compare-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(8, 32, 68, 0.9), rgba(182, 8, 25, 0.72)),
    var(--primary-soft);
}

.csg-pku-page .compare-card div {
  padding: 18px;
}

.csg-pku-page .compare-card span,
.csg-pku-page .compare-card strong,
.csg-pku-page .compare-card p {
  display: block;
}

.csg-pku-page .compare-card span {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.csg-pku-page .compare-card strong {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.csg-pku-page .compare-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .cost-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.7fr);
  gap: 14px;
}

.csg-pku-page .cost-layout-single {
  grid-template-columns: 1fr;
}

.csg-pku-page .cost-calculator {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.csg-pku-page .cost-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--wash);
}

.csg-pku-page .cost-breakdown div {
  min-width: 0;
  min-height: 92px;
  padding: 15px 16px;
  border-right: 1px solid var(--line);
}

.csg-pku-page .cost-breakdown div:last-child {
  border-right: 0;
}

.csg-pku-page .cost-breakdown span,
.csg-pku-page .cost-breakdown strong,
.csg-pku-page .cost-breakdown small {
  display: block;
}

.csg-pku-page .cost-breakdown span {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 760;
}

.csg-pku-page .cost-breakdown strong {
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 18px;
}

.csg-pku-page .cost-breakdown small {
  color: var(--muted);
  font-size: 10px;
}

.csg-pku-page .cost-row,
.csg-pku-page .cost-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 68px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.csg-pku-page .cost-row span,
.csg-pku-page .cost-row small,
.csg-pku-page .cost-total span,
.csg-pku-page .cost-total small {
  display: block;
}

.csg-pku-page .cost-row span,
.csg-pku-page .cost-total span {
  font-size: 13px;
  font-weight: 730;
}

.csg-pku-page .cost-row small,
.csg-pku-page .cost-total small {
  color: #7a847e;
  font-size: 10px;
}

.csg-pku-page .cost-row strong {
  font-size: 14px;
  white-space: nowrap;
}

.csg-pku-page .cost-row select {
  height: auto;
  min-height: 0;
  max-width: 270px;
  padding: 8px 30px 8px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
  line-height: normal;
  appearance: auto;
  -webkit-appearance: auto;
}

.csg-pku-page .cost-total {
  border-bottom: 0;
  background: var(--primary);
  color: #fff;
}

.csg-pku-page .cost-total small {
  color: rgba(255, 255, 255, 0.65);
}

.csg-pku-page .cost-total strong {
  font-size: 21px;
  white-space: nowrap;
}

.csg-pku-page .degree-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 76px;
  padding: 15px 18px;
  border-top: 1px solid #d9c587;
  background: var(--gold-soft);
}

.csg-pku-page .degree-total span,
.csg-pku-page .degree-total small {
  display: block;
}

.csg-pku-page .degree-total span {
  font-size: 13px;
  font-weight: 760;
}

.csg-pku-page .degree-total small {
  color: #7b6b3f;
  font-size: 10px;
}

.csg-pku-page .degree-total strong {
  color: #6d5520;
  font-size: 21px;
  white-space: nowrap;
}

.csg-pku-page .funding-panel {
  padding: 22px;
  border-radius: 6px;
  background: var(--blue-soft);
}

.csg-pku-page .funding-panel h3 {
  font-size: 20px;
}

.csg-pku-page .funding-panel ul {
  padding-left: 18px;
  margin: 18px 0;
  font-size: 13px;
}

.csg-pku-page .funding-panel li+li {
  margin-top: 8px;
}

.csg-pku-page .funding-panel p {
  color: #516a7c;
  font-size: 12px;
}

.csg-pku-page .caveat {
  display: block;
  padding-top: 14px;
  border-top: 1px solid rgba(58, 105, 137, 0.2);
  color: #667b89;
  font-size: 10px;
}

.csg-pku-page .scholarship-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.csg-pku-page .scholarship-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.csg-pku-page .scholarship-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.csg-pku-page .scholarship-topline span {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.csg-pku-page .scholarship-topline strong {
  color: #8f742f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.csg-pku-page .scholarship-grid h3 {
  min-height: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.csg-pku-page .scholarship-grid>article>p {
  min-height: 0;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .scholarship-grid dl {
  margin: 14px 0 0;
}

.csg-pku-page .scholarship-grid dl div {
  padding: 9px 0;
  border-top: 1px solid var(--line);
}

.csg-pku-page .scholarship-grid dt {
  color: #7c867f;
  font-size: 10px;
}

.csg-pku-page .scholarship-grid dd {
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.45;
}

.csg-pku-page .scholarship-note {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 17px 20px;
  margin-top: 12px;
  background: var(--gold-soft);
  color: #6e5b2c;
  font-size: 12px;
}

.csg-pku-page .scholarship-note a {
  color: var(--primary);
  font-weight: 820;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.csg-pku-page .accommodation-section {
  border-top: 4px solid var(--primary);
}

.csg-pku-page .accommodation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.csg-pku-page .accommodation-options article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.csg-pku-page .accommodation-options span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.csg-pku-page .accommodation-options h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.csg-pku-page .accommodation-options p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .accommodation-options dl {
  margin: 14px 0 0;
}

.csg-pku-page .accommodation-options dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
}

.csg-pku-page .accommodation-options dt {
  color: #7c867f;
  font-size: 10px;
}

.csg-pku-page .accommodation-options dd {
  margin: 0;
  font-size: 11px;
  font-weight: 720;
}

.csg-pku-page .accommodation-note {
  padding: 13px 16px;
  margin: 14px 0 0;
  border: 1px solid #eadbb0;
  background: var(--gold-soft);
  color: #6c5a2f;
  font-size: 12px;
}

.csg-pku-page .campus-section {
  background: var(--primary);
  color: #fff;
}

.csg-pku-page .campus-section h2,
.csg-pku-page .campus-section h3,
.csg-pku-page .campus-section strong {
  color: #fff;
}

/* Final aesthetic lock: keep the polished scale after legacy overrides. */
.csg-pku-page .section {
  min-width: 0;
}

.csg-pku-page .main-content {
  min-width: 0;
}

.csg-pku-page .section h2,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: clamp(24px, 3vw, 32px);
}

.csg-pku-page .section-heading p,
.csg-pku-page .intro-section .section-heading p,
.csg-pku-page #overview .section-heading p,
.csg-pku-page .verdict-grid p,
.csg-pku-page .subject-card p,
.csg-pku-page .life-grid p {
  font-size: 13px;
  line-height: 1.6;
}

.csg-pku-page .subject-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
}

.csg-pku-page .subject-table th {
  color: #626978;
}

@media (max-width: 720px) {
  .csg-pku-page .hero {
    min-height: 560px;
  }

  .csg-pku-page .hero-inner {
    padding: 58px 0 72px;
  }

  .csg-pku-page .hero-location {
    margin-top: 18px;
  }

  .csg-pku-page .hero-badges {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .csg-pku-page .hero-updated,
  .csg-pku-page .hero-verified {
    margin-bottom: 10px;
  }

  .csg-pku-page h1 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.04;
  }

  .csg-pku-page .hero-summary {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .csg-pku-page .hero-reasons {
    font-size: 12px;
  }
}

/* Student browse polish: consistent scale, fuller layout, livelier scanning. */
.csg-pku-page {
  --page-x: clamp(16px, 2vw, 28px);
  background:
    radial-gradient(circle at 12% 0%, rgba(248, 184, 24, 0.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8f6ef 320px, #f8f6ef 100%);
  font-size: 14px;
}

.csg-pku-page .hero-inner,
.csg-pku-page .fact-strip,
.csg-pku-page .page-layout {
  width: min(calc(100% - (var(--page-x) * 2)), 1320px);
}

.csg-pku-page .page-layout {
  grid-template-columns: 292px minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
}

.csg-pku-page .main-content {
  gap: 26px;
}

.csg-pku-page .section {
  border-radius: 8px;
  padding: clamp(30px, 3vw, 42px);
}

.csg-pku-page .section-heading {
  margin-bottom: 22px;
}

.csg-pku-page .section h2,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: clamp(25px, 2.6vw, 34px);
  letter-spacing: 0;
  line-height: 1.12;
}

.csg-pku-page .section h3,
.csg-pku-page .verdict-grid h3,
.csg-pku-page .route-card h3,
.csg-pku-page .requirement-grid h3,
.csg-pku-page .scholarship-grid h3,
.csg-pku-page .accommodation-options h3,
.csg-pku-page .life-grid h3,
.csg-pku-page .subject-card h3 {
  font-size: 16px;
  line-height: 1.35;
}

.csg-pku-page .section-heading p,
.csg-pku-page .intro-section .section-heading p,
.csg-pku-page #overview .section-heading p,
.csg-pku-page .section p,
.csg-pku-page .section li,
.csg-pku-page .section dd,
.csg-pku-page .verdict-grid p,
.csg-pku-page .subject-card p,
.csg-pku-page .life-grid p,
.csg-pku-page .timeline p,
.csg-pku-page .route-card p,
.csg-pku-page .requirement-grid p,
.csg-pku-page .scholarship-grid p,
.csg-pku-page .accommodation-options p {
  font-size: 14px;
  line-height: 1.62;
}

.csg-pku-page .eyebrow,
.csg-pku-page .fact-label,
.csg-pku-page .result-label,
.csg-pku-page .subject-shortcuts span,
.csg-pku-page .requirement-grid span,
.csg-pku-page .scholarship-grid span,
.csg-pku-page .accommodation-options span {
  font-size: 11px !important;
  letter-spacing: 0.045em;
}

.csg-pku-page .site-header {
  width: min(calc(100% - (var(--page-x) * 2)), 1320px);
}

.csg-pku-page .hero {
  min-height: 505px;
}

.csg-pku-page .hero-inner {
  padding: 74px 0 88px;
}

.csg-pku-page h1 {
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 0.98;
}

.csg-pku-page .hero-summary {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.6;
}

.csg-pku-page .hero-proof {
  font-size: 12px;
}

.csg-pku-page .section-nav {
  border-bottom: 1px solid rgba(8, 17, 41, 0.09);
}

.csg-pku-page .section-nav-inner {
  width: min(calc(100% - (var(--page-x) * 2)), 1320px);
  gap: 8px;
}

.csg-pku-page .section-nav a {
  padding: 15px 8px;
  font-size: 12px;
}

.csg-pku-page .fact-strip {
  margin-bottom: 28px;
  transform: translateY(-20px);
}

.csg-pku-page .fact {
  min-height: 118px;
  padding: 18px 20px;
}

.csg-pku-page .fact strong {
  font-size: 18px;
}

.csg-pku-page .fact span:last-child {
  font-size: 12px;
}

.csg-pku-page .decision-panel {
  top: 92px;
  padding: 20px;
}

.csg-pku-page .decision-panel h2 {
  font-size: 20px;
}

.csg-pku-page .fit-signals li,
.csg-pku-page .deadline-box small,
.csg-pku-page .official-link {
  font-size: 13px;
}

.csg-pku-page .button,
.csg-pku-page .qual-tab,
.csg-pku-page .subject-shortcuts button {
  font-size: 13px;
}

.csg-pku-page #language,
.csg-pku-page #entry-requirements,
.csg-pku-page #subjects,
.csg-pku-page #application-process {
  position: relative;
  box-shadow: 0 18px 42px rgba(8, 17, 41, 0.07);
}

.csg-pku-page #language::before,
.csg-pku-page #entry-requirements::before,
.csg-pku-page #subjects::before,
.csg-pku-page #application-process::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--primary));
}

.csg-pku-page .verdict-grid,
.csg-pku-page .requirement-grid,
.csg-pku-page .language-grid,
.csg-pku-page .scholarship-grid,
.csg-pku-page .accommodation-options,
.csg-pku-page .life-grid,
.csg-pku-page .compare-grid {
  gap: 14px;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .language-card,
.csg-pku-page .scholarship-grid article,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article {
  border-radius: 8px;
}

.csg-pku-page .subject-tools {
  padding: 16px;
}

.csg-pku-page .subject-search input {
  height: 44px;
  font-size: 14px;
}

.csg-pku-page .subject-scroll {
  max-height: 540px;
  border-radius: 8px;
}

.csg-pku-page .subject-table,
.csg-pku-page .subject-table th,
.csg-pku-page .subject-table td {
  font-size: 13px;
  line-height: 1.45;
}

.csg-pku-page .subject-table th {
  color: #626978;
  background: #f4f2ec;
}

.csg-pku-page .subject-table td {
  padding: 13px 14px;
}

.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
  font-weight: 760;
}

.csg-pku-page .subject-table td:nth-child(2),
.csg-pku-page .subject-table td:nth-child(4) {
  color: #4f5968;
}

.csg-pku-page .subject-table tbody tr:hover {
  background: #fff9e8;
}

.csg-pku-page .compare-card {
  border-radius: 8px;
}

.csg-pku-page .compare-card img {
  height: 150px;
}

@media (max-width: 1120px) {
  .csg-pku-page .page-layout {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .decision-panel {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
  }

  .csg-pku-page .decision-panel .button,
  .csg-pku-page .decision-panel .official-link {
    align-self: end;
  }
}

@media (max-width: 720px) {
  .csg-pku-page {
    --page-x: 14px;
    font-size: 14px;
  }

  .csg-pku-page .hero {
    min-height: 530px;
  }

  .csg-pku-page .hero-inner {
    padding: 56px 0 68px;
  }

  .csg-pku-page h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .csg-pku-page .hero-summary {
    font-size: 14px;
  }

  .csg-pku-page .fact-strip {
    margin-top: 16px;
    margin-bottom: 22px;
    transform: none;
  }

  .csg-pku-page .section {
    padding: 24px 18px;
  }

  .csg-pku-page .section h2,
  .csg-pku-page .documents-heading h3,
  .csg-pku-page .checklist-heading h3 {
    font-size: 24px;
  }

  .csg-pku-page .decision-panel {
    display: block;
    padding: 18px;
  }

  .csg-pku-page .subject-table th,
  .csg-pku-page .subject-table td {
    padding: 12px;
  }

  .csg-pku-page .compare-card img {
    height: 138px;
  }
}

/* Premium decision-page components: July design pass. */
.csg-pku-page .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.csg-pku-page .hero-proof span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(8, 17, 41, 0.32);
  backdrop-filter: blur(10px);
}

.csg-pku-page .fact-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.csg-pku-page .fact {
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  min-height: 130px;
  border-color: rgba(8, 32, 68, 0.12);
  background: linear-gradient(180deg, #fff 0%, #fffdfa 100%);
}

.csg-pku-page .fact::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(248, 184, 24, 0.13);
}

.csg-pku-page .fact-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: var(--primary);
  background: #fff2bf;
  font-weight: 800;
  line-height: 1;
}

.csg-pku-page .fact strong {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.csg-pku-page .fit-signals {
  gap: 10px;
}

.csg-pku-page .fit-signals li {
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px;
}

.csg-pku-page .fit-signals strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 12px;
}

.csg-pku-page .fit-good {
  border-color: rgba(32, 126, 78, 0.2) !important;
  background: #eef8f2;
}

.csg-pku-page .fit-competitive {
  border-color: rgba(177, 123, 11, 0.24) !important;
  background: #fff8e5;
}

.csg-pku-page .fit-not {
  border-color: rgba(182, 8, 25, 0.18) !important;
  background: #fff0f1;
}

.csg-pku-page .signal.no {
  color: #fff;
  background: var(--red);
}

.csg-pku-page .sidebar-facts {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.csg-pku-page .sidebar-facts div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(8, 17, 41, 0.08);
  padding-bottom: 8px;
}

.csg-pku-page .sidebar-facts span {
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .sidebar-facts strong {
  max-width: 56%;
  color: var(--ink);
  font-size: 12px;
  text-align: right;
}

.csg-pku-page .language-warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 16px;
  border: 1px solid rgba(177, 123, 11, 0.24);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff8e5;
}

.csg-pku-page .language-warning::before {
  content: "!";
  display: inline-grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #b17b0b;
  font-size: 13px;
  font-weight: 900;
}

.csg-pku-page .language-warning strong,
.csg-pku-page .language-warning span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.csg-pku-page .requirements-table-wrap,
.csg-pku-page .scholarship-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(8, 17, 41, 0.1);
  border-radius: 8px;
  background: #fff;
}

.csg-pku-page .requirements-table,
.csg-pku-page .scholarship-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 13px;
}

.csg-pku-page .requirements-table th,
.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table th,
.csg-pku-page .scholarship-table td {
  border-bottom: 1px solid rgba(8, 17, 41, 0.08);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.csg-pku-page .requirements-table thead th,
.csg-pku-page .scholarship-table thead th {
  color: #626978;
  background: #f4f2ec;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.csg-pku-page .requirements-table tbody th,
.csg-pku-page .scholarship-table tbody th {
  color: var(--primary);
  font-weight: 800;
}

.csg-pku-page .requirements-table tbody tr:hover,
.csg-pku-page .scholarship-table tbody tr:hover {
  background: #fff9e8;
}

.csg-pku-page .csca-decision-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(8, 17, 41, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.csg-pku-page .csca-decision-card h3 {
  margin: 0;
}

.csg-pku-page .csca-decision-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(8, 17, 41, 0.08);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fffdfa;
}

.csg-pku-page .csca-decision-row strong,
.csg-pku-page .difficulty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.csg-pku-page .answer-no {
  color: var(--red);
  background: #fff0f1;
}

.csg-pku-page .answer-yes,
.csg-pku-page .difficulty.high,
.csg-pku-page .difficulty.very-high {
  color: #7a4f00;
  background: #fff1bd;
}

.csg-pku-page .csca-subject-list {
  border-left: 4px solid var(--gold);
  padding-left: 14px;
}

.csg-pku-page .csca-subject-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.csg-pku-page .csca-subject-list ul {
  margin: 0;
  padding-left: 18px;
}

.csg-pku-page .process-steps {
  position: relative;
  display: grid;
  gap: 0;
  margin-left: 6px;
}

.csg-pku-page .process-steps::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 21px;
  width: 2px;
  background: linear-gradient(180deg, var(--red), var(--gold), var(--primary));
}

.csg-pku-page .process-steps li {
  position: relative;
  grid-template-columns: 44px minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  padding: 0 0 18px;
  background: transparent;
}

.csg-pku-page .process-steps li:last-child {
  padding-bottom: 0;
}

.csg-pku-page .process-steps li > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(8, 17, 41, 0.16);
  font-size: 18px;
}

.csg-pku-page .process-steps li > div {
  border: 1px solid rgba(8, 17, 41, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
}

.csg-pku-page .progress-wrap span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.csg-pku-page .subject-category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.csg-pku-page .subject-category-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  align-items: center;
  border: 1px solid rgba(8, 17, 41, 0.1);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.csg-pku-page .subject-category-list button:hover,
.csg-pku-page .subject-category-list button.active {
  border-color: rgba(182, 8, 25, 0.35);
  background: #fff8e5;
}

.csg-pku-page .subject-category-list span {
  font-weight: 800;
}

.csg-pku-page .subject-category-list strong {
  color: var(--red);
  font-size: 20px;
}

.csg-pku-page .subject-category-list small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .cost-breakdown {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.csg-pku-page .cost-breakdown b {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  place-items: center;
  border-radius: 7px;
  color: var(--primary);
  background: #fff2bf;
  font-style: normal;
  font-weight: 900;
}

.csg-pku-page .scholarship-table td:nth-child(3) {
  white-space: nowrap;
}

.csg-pku-page .compare-card ul {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .csg-pku-page .fact-strip,
  .csg-pku-page .cost-breakdown {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .csg-pku-page .subject-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .csg-pku-page .fact-strip,
  .csg-pku-page .cost-breakdown,
  .csg-pku-page .subject-category-list {
    grid-template-columns: 1fr 1fr;
  }

  .csg-pku-page .fact {
    min-height: 118px;
  }

  .csg-pku-page .sidebar-facts strong {
    max-width: 62%;
  }

  .csg-pku-page .language-warning {
    padding: 13px;
  }

  .csg-pku-page .process-steps li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .csg-pku-page .process-steps::before {
    left: 19px;
  }

  .csg-pku-page .process-steps li > span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .csg-pku-page .fact-strip,
  .csg-pku-page .cost-breakdown,
  .csg-pku-page .subject-category-list {
    grid-template-columns: 1fr;
  }
}

/* Type consistency guard: keep specialist cards from reverting to legacy large text. */
.csg-pku-page .language-section .requirement-grid h3,
.csg-pku-page .language-card h3,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .language-section .requirement-grid p,
.csg-pku-page .language-card p,
.csg-pku-page .student-facing-note,
.csg-pku-page .student-facing-note p,
.csg-pku-page .student-facing-note span,
.csg-pku-page .student-facing-note strong,
.csg-pku-page .qualification-pane p,
.csg-pku-page .qualification-card p,
.csg-pku-page .route-summary p,
.csg-pku-page .process-step p,
.csg-pku-page .document-list p,
.csg-pku-page .cost-note p,
.csg-pku-page .documents-heading p,
.csg-pku-page .qualification-result p,
.csg-pku-page .scholarship-grid article p,
.csg-pku-page .compare-card p {
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.csg-pku-page .student-facing-note strong {
  font-size: 14px !important;
}

@media (max-width: 720px) {
  .csg-pku-page .language-section .requirement-grid h3,
  .csg-pku-page .language-card h3,
  .csg-pku-page .documents-heading h3,
  .csg-pku-page .checklist-heading h3 {
    font-size: 16px !important;
  }

  .csg-pku-page .language-section .requirement-grid p,
  .csg-pku-page .language-card p,
  .csg-pku-page .student-facing-note,
  .csg-pku-page .student-facing-note p,
  .csg-pku-page .student-facing-note span,
  .csg-pku-page .student-facing-note strong,
  .csg-pku-page .qualification-pane p,
  .csg-pku-page .qualification-card p,
  .csg-pku-page .route-summary p,
  .csg-pku-page .process-step p,
  .csg-pku-page .document-list p,
  .csg-pku-page .cost-note p,
  .csg-pku-page .documents-heading p,
  .csg-pku-page .qualification-result p,
  .csg-pku-page .scholarship-grid article p,
  .csg-pku-page .compare-card p {
    font-size: 14px !important;
  }
}

/* True final designer table colour: reserve red for alerts and active states. */
.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
}

.csg-pku-page .subject-table th {
  color: #626978;
}

/* Final designer table colour: red is reserved for alerts and active states. */
.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
}

.csg-pku-page .subject-table th {
  color: #626978;
}

/* Designer pass: simplify the decision journey and make the page feel less database-led. */
.csg-pku-page .hero {
  min-height: 480px;
}

.csg-pku-page .hero-inner {
  padding: 78px 0 88px;
}

.csg-pku-page .hero-location {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.csg-pku-page h1 {
  max-width: 720px;
  margin-bottom: 10px;
  font-size: clamp(44px, 5.6vw, 64px);
}

.csg-pku-page .hero-subtitle {
  margin-bottom: 18px;
}

.csg-pku-page .hero-summary {
  max-width: 600px;
  margin-bottom: 22px;
  font-size: 15px;
}

.csg-pku-page .hero-proof {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

.csg-pku-page .hero-badges,
.csg-pku-page .hero-updated,
.csg-pku-page .hero-verified,
.csg-pku-page .hero-reasons {
  display: none;
}

@media (min-width: 821px) {
  .csg-pku-page.csg-sjtu-page .hero {
    min-height: 580px !important;
    height: 580px !important;
  }
}

.csg-pku-page .fact-strip {
  transform: translateY(-18px);
  margin-bottom: 34px;
}

.csg-pku-page .fact .fact-label,
.csg-pku-page .eyebrow,
.csg-pku-page .subject-shortcuts span,
.csg-pku-page .result-label {
  color: #6f7582;
}

.csg-pku-page .deadline-fact .fact-label,
.csg-pku-page .deadline-box span,
.csg-pku-page .qual-tab.active,
.csg-pku-page .subject-filter.active {
  color: #fff;
}

.csg-pku-page .deadline-fact {
  background: var(--primary);
}

.csg-pku-page .deadline-fact strong,
.csg-pku-page .deadline-fact span {
  color: #fff;
}

.csg-pku-page .section {
  border-top-width: 0;
}

.csg-pku-page #language,
.csg-pku-page #entry-requirements,
.csg-pku-page #subjects {
  border-top: 4px solid var(--primary);
  box-shadow: 0 18px 40px rgba(8, 17, 41, 0.055);
}

.csg-pku-page #language .section-heading,
.csg-pku-page #entry-requirements .section-heading,
.csg-pku-page #subjects .section-heading {
  margin-bottom: 22px;
}

.csg-pku-page .verdict-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.csg-pku-page .verdict-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--primary);
}

.csg-pku-page .verdict-grid article:nth-child(2) {
  border-left-color: var(--gold);
  background: #fffdf4;
}

.csg-pku-page .verdict-grid article:nth-child(4) {
  border-left-color: var(--red);
  background: #fff7f8;
}

.csg-pku-page .verdict-icon {
  display: none;
}

.csg-pku-page .decision-panel {
  background: linear-gradient(180deg, #fff, #fbfaf7);
}

.csg-pku-page .subject-controls {
  margin-bottom: 10px;
}

.csg-pku-page .catalogue-count {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .subject-shortcuts {
  margin-bottom: 12px;
}

.csg-pku-page .subject-match {
  border-color: #e8e2d5;
  background: #fbfaf7;
  color: var(--muted);
  font-weight: 600;
}

.csg-pku-page .subject-table th {
  background: #f4f2ec;
  color: #626978;
}

.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
  font-weight: 760;
}

.csg-pku-page .subject-table td:nth-child(2),
.csg-pku-page .subject-table td:nth-child(4) {
  color: #4f5968;
}

.csg-pku-page .subject-table td {
  background: #fff;
}

.csg-pku-page .subject-table tr:hover td {
  background: #f8fafc;
}

.csg-pku-page .major-note {
  background: #fbfaf7;
  border-left-color: var(--primary);
}

@media (max-width: 720px) {
  .csg-pku-page .hero {
    min-height: 500px;
  }

  .csg-pku-page .hero-inner {
    padding: 50px 0 64px;
  }

  .csg-pku-page h1 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .csg-pku-page .hero-summary {
    font-size: 14px;
  }

  .csg-pku-page .fact-strip {
    transform: none;
  }

  .csg-pku-page .verdict-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026 visual polish: calmer type scale, clearer spacing, and brand-led header. */
body.csg-pku-profile-active {
  margin: 0;
  background: #f7f6f1;
}

.csg-pku-page {
  --muted: #626978;
  --line: #e5e1d7;
  --wash: #f7f6f1;
  --paper: #ffffff;
  --shadow: 0 16px 36px rgba(8, 17, 41, 0.08);
  background: var(--wash);
  font-size: 14px;
  line-height: 1.55;
  overflow-x: clip;
  overflow-y: visible;
}

.csg-pku-page .site-header {
  min-height: 66px;
  padding: 0 clamp(22px, 4vw, 56px);
  border-bottom: 1px solid rgba(8, 17, 41, 0.08);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.csg-pku-page .brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.csg-pku-page .brand img {
  display: block;
  width: clamp(170px, 18vw, 224px);
  height: auto;
}

.csg-pku-page .brand:has(img) .brand-mark,
.csg-pku-page .brand:has(img)>span {
  display: none;
}

.csg-pku-page .section-nav {
  top: 66px;
  margin-bottom: 34px;
  border-top: 0;
  border-bottom: 1px solid rgba(8, 17, 41, 0.08);
  background: rgba(254, 253, 250, 0.94);
}

.csg-pku-page .section-nav-inner {
  min-height: 50px;
  gap: clamp(22px, 3.1vw, 42px);
  padding: 0 clamp(20px, 4vw, 56px);
  font-size: 13px;
  font-weight: 650;
}

.csg-pku-page .hero {
  min-height: 510px;
}

.csg-pku-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 17, 41, 0.92) 0%, rgba(8, 32, 68, 0.68) 45%, rgba(8, 32, 68, 0.08) 78%),
    linear-gradient(180deg, rgba(8, 17, 41, 0.06), rgba(8, 17, 41, 0.44));
}

.csg-pku-page .hero-inner {
  width: min(100% - 56px, 1180px);
  padding: 82px 0 96px;
}

.csg-pku-page .hero-badges {
  gap: 7px;
  margin: 0 0 12px;
}

.csg-pku-page .hero-badges span,
.csg-pku-page .hero-updated,
.csg-pku-page .hero-verified {
  min-height: 0;
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1.25;
}

.csg-pku-page .hero-updated,
.csg-pku-page .hero-verified {
  margin: 0 7px 20px 0;
}

.csg-pku-page .hero-location {
  margin-top: 26px;
  font-size: 13px;
}

.csg-pku-page h1 {
  max-width: 780px;
  margin-bottom: 9px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
}

.csg-pku-page .hero-subtitle {
  margin-bottom: 14px;
  font-size: 14px;
}

.csg-pku-page .hero-summary {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.58;
}

.csg-pku-page .hero-reasons {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.55;
}

.csg-pku-page .button,
.csg-pku-page .decision-panel .button,
.csg-pku-page .decision-panel .button-dark {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 720;
}

.csg-pku-page .fact-strip,
.csg-pku-page .page-layout {
  width: min(100% - 56px, 1180px);
}

.csg-pku-page .fact-strip {
  margin-bottom: 52px;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 17, 41, 0.07);
}

.csg-pku-page .fact {
  padding: 17px 19px;
}

.csg-pku-page .fact .fact-label {
  font-size: 10px;
  letter-spacing: 0.02em;
}

.csg-pku-page .fact strong {
  font-size: 16px;
  font-weight: 720;
}

.csg-pku-page .fact span {
  font-size: 12px;
}

.csg-pku-page .page-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 38px;
  margin-bottom: 96px;
}

.csg-pku-page .main-content {
  gap: 24px;
  min-width: 0;
}

.csg-pku-page .decision-panel {
  top: 132px;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(8, 17, 41, 0.06);
}

.csg-pku-page .decision-heading {
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.csg-pku-page .decision-heading .live-dot {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.csg-pku-page .decision-panel h2 {
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 1.25;
}

.csg-pku-page .fit-signals {
  gap: 11px;
  margin-bottom: 18px;
}

.csg-pku-page .fit-signals li {
  grid-template-columns: 20px 1fr;
  gap: 9px;
  font-size: 12px;
}

.csg-pku-page .signal {
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.csg-pku-page .deadline-box {
  padding: 12px;
  margin-bottom: 13px;
}

.csg-pku-page .deadline-box span {
  margin-bottom: 5px;
  font-size: 10px;
}

.csg-pku-page .deadline-box strong {
  font-size: 13px;
}

.csg-pku-page .deadline-box small,
.csg-pku-page .official-link {
  font-size: 11px;
}

.csg-pku-page .section {
  min-width: 0;
  padding: clamp(30px, 3.6vw, 44px);
  border: 1px solid var(--line);
  border-top: 3px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(8, 17, 41, 0.035);
}

.csg-pku-page .section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.csg-pku-page .split-heading {
  gap: 20px;
  align-items: start;
}

.csg-pku-page .eyebrow,
.csg-pku-page .fit-checker .eyebrow,
.csg-pku-page .fit-checker .result-label,
.csg-pku-page .fit-checker .requirement-grid span,
.csg-pku-page .fit-checker .student-facing-note strong {
  margin-bottom: 8px;
  font-size: 10px !important;
  letter-spacing: 0.03em;
}

.csg-pku-page .section h2,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.16;
  font-weight: 650;
}

.csg-pku-page .section-heading p,
.csg-pku-page .intro-section .section-heading p,
.csg-pku-page #overview .section-heading p,
.csg-pku-page .fit-checker .qualification-result p,
.csg-pku-page .fit-checker .requirement-grid p,
.csg-pku-page .fit-checker .student-facing-note p,
.csg-pku-page .fit-checker .student-facing-note span,
.csg-pku-page .fit-checker .student-facing-note strong,
.csg-pku-page .student-facing-note p,
.csg-pku-page .student-facing-note span,
.csg-pku-page .student-facing-note strong,
.csg-pku-page .verdict-grid p,
.csg-pku-page .subject-card p,
.csg-pku-page .life-grid p {
  font-size: 13px;
  line-height: 1.6;
}

.csg-pku-page .verdict-grid,
.csg-pku-page .route-comparison,
.csg-pku-page .requirement-grid,
.csg-pku-page .scholarship-grid,
.csg-pku-page .accommodation-options,
.csg-pku-page .life-grid,
.csg-pku-page .compare-grid {
  gap: 14px;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .route-card,
.csg-pku-page .scholarship-grid>article,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article,
.csg-pku-page .compare-card,
.csg-pku-page .csca-answer-grid article,
.csg-pku-page .csca-subject-grid article {
  border-radius: 8px;
}

.csg-pku-page .verdict-grid article {
  padding: 17px;
}

.csg-pku-page .verdict-grid h3,
.csg-pku-page .route-card h3,
.csg-pku-page .requirement-grid h3,
.csg-pku-page .scholarship-grid h3,
.csg-pku-page .accommodation-options h3,
.csg-pku-page .life-grid h3 {
  font-size: 15px;
  line-height: 1.35;
}

.csg-pku-page .verdict-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
  font-size: 12px;
}

.csg-pku-page .qualification-tabs {
  padding-bottom: 14px;
}

.csg-pku-page .qual-tab,
.csg-pku-page .subject-filter,
.csg-pku-page .subject-shortcuts button {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 12px;
}

.csg-pku-page .qualification-result,
.csg-pku-page .route-comparison,
.csg-pku-page .requirement-grid,
.csg-pku-page .language-grid,
.csg-pku-page .csca-answer-grid,
.csg-pku-page .csca-subject-grid {
  gap: 14px;
}

.csg-pku-page .qualification-result>div,
.csg-pku-page .language-gate,
.csg-pku-page .student-facing-note,
.csg-pku-page .major-note,
.csg-pku-page .scholarship-note {
  border-radius: 6px;
}

.csg-pku-page .result-label,
.csg-pku-page .requirement-grid span,
.csg-pku-page .document-list span,
.csg-pku-page .scholarship-grid span,
.csg-pku-page .accommodation-options span {
  font-size: 10px;
}

.csg-pku-page .search-field {
  min-height: 40px;
}

.csg-pku-page .search-field input,
.csg-pku-page .subject-match,
.csg-pku-page .major-note span,
.csg-pku-page .subject-table,
.csg-pku-page .subject-table th,
.csg-pku-page .subject-table td {
  font-size: 12px;
}

.csg-pku-page .subject-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 540px;
  border-radius: 8px;
}

.csg-pku-page .subject-table th {
  padding: 11px 12px;
}

.csg-pku-page .subject-table td {
  padding: 11px 12px;
}

.csg-pku-page .cost-calculator,
.csg-pku-page .funding-panel,
.csg-pku-page .documents-panel {
  border-radius: 8px;
}

.csg-pku-page .process-steps li,
.csg-pku-page .checklist label,
.csg-pku-page .priority-docs article,
.csg-pku-page .document-list li {
  border-radius: 7px;
}

.csg-pku-page .process-steps strong,
.csg-pku-page .priority-docs strong,
.csg-pku-page .document-list strong,
.csg-pku-page .checklist strong {
  font-size: 12px;
}

.csg-pku-page .process-steps p,
.csg-pku-page .priority-docs p,
.csg-pku-page .checklist small,
.csg-pku-page .document-list li,
.csg-pku-page .cost-row small,
.csg-pku-page .cost-breakdown small,
.csg-pku-page .degree-total small {
  font-size: 11px;
  line-height: 1.5;
}

.csg-pku-page footer {
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
}

@media (max-width: 1020px) {
  .csg-pku-page .page-layout {
    width: min(100% - 40px, 1180px);
    gap: 22px;
  }

  .csg-pku-page .decision-panel {
    top: auto;
  }
}

@media (max-width: 720px) {
  .csg-pku-page {
    scroll-padding-top: 112px;
  }

  .csg-pku-page .site-header {
    min-height: 58px;
    padding: 0 18px;
  }

  .csg-pku-page .brand img {
    width: 164px;
  }

  .csg-pku-page .section-nav {
    top: 58px;
    margin-bottom: 24px;
  }

  .csg-pku-page .section-nav-inner {
    min-height: 48px;
    justify-content: flex-start;
    gap: 20px;
    font-size: 12px;
  }

  .csg-pku-page .hero {
    min-height: 560px;
  }

  .csg-pku-page .hero-inner {
    width: calc(100% - 36px);
    padding: 66px 0 86px;
  }

  .csg-pku-page h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .csg-pku-page .hero-summary {
    font-size: 15px;
  }

  .csg-pku-page .fact-strip,
  .csg-pku-page .page-layout {
    width: calc(100% - 28px);
  }

  .csg-pku-page .fact-strip {
    margin-bottom: 34px;
  }

  .csg-pku-page .section {
    padding: 26px 18px;
  }

  .csg-pku-page .section h2,
  .csg-pku-page .documents-heading h3,
  .csg-pku-page .checklist-heading h3 {
    font-size: 24px;
  }

  .csg-pku-page .verdict-grid,
  .csg-pku-page .route-comparison,
  .csg-pku-page .requirement-grid,
  .csg-pku-page .scholarship-grid,
  .csg-pku-page .accommodation-options,
  .csg-pku-page .life-grid,
  .csg-pku-page .compare-grid {
    gap: 12px;
  }
}

.csg-pku-page .campus-section .eyebrow {
  color: var(--gold);
}

.csg-pku-page .campus-section .section-heading>p:last-child,
.csg-pku-page .campus-section .life-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.csg-pku-page .life-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.csg-pku-page .life-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  min-height: 116px;
  padding: 20px;
  background: var(--primary);
}

.csg-pku-page .life-grid article>span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
}

.csg-pku-page .process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  counter-reset: none;
}

.csg-pku-page .process-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  min-height: 104px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.csg-pku-page .process-steps li>span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.csg-pku-page .process-steps strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.csg-pku-page .process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.csg-pku-page .documents-panel {
  display: grid;
  grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.6fr);
  gap: 22px;
  padding: 22px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  background: #fbfbf9;
}

.csg-pku-page .documents-heading h3 {
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.csg-pku-page .documents-heading>p:last-child,
.csg-pku-page .translation-note {
  color: var(--muted);
  font-size: 11px;
}

.csg-pku-page .priority-docs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  grid-column: 2;
}

.csg-pku-page .priority-docs article {
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  background: #fff;
}

.csg-pku-page .doc-card-top {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 7px;
}

.csg-pku-page .doc-card-top span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red-soft);
  color: var(--red);
  font-size: 10px;
  font-weight: 820;
}

.csg-pku-page .doc-card-top strong {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.25;
}

.csg-pku-page .priority-docs p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.csg-pku-page .document-list {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.csg-pku-page .document-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
}

.csg-pku-page .document-list span {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
}

.csg-pku-page .document-list strong {
  font-size: 11px;
  line-height: 1.4;
}

.csg-pku-page .translation-note {
  grid-column: 2;
  padding: 10px 12px;
  margin: 0;
  background: var(--gold-soft);
  color: #6f6038;
}

.csg-pku-page .checklist-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 14px;
}

.csg-pku-page .checklist-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.csg-pku-page .progress-wrap {
  min-width: 180px;
}

.csg-pku-page .progress-wrap strong {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
}

.csg-pku-page .progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 4px;
  background: #e5e9e6;
}

.csg-pku-page .progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red);
  transition: width 180ms ease;
}

.csg-pku-page .checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.csg-pku-page .checklist label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  cursor: pointer;
}

.csg-pku-page .checklist label:has(input:checked) {
  border-color: #9facbf;
  background: var(--primary-soft);
}

.csg-pku-page .checklist input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--primary);
}

.csg-pku-page .checklist strong,
.csg-pku-page .checklist small {
  display: block;
}

.csg-pku-page .checklist strong {
  margin-bottom: 4px;
  font-size: 13px;
}

.csg-pku-page .checklist small {
  color: var(--muted);
  font-size: 10px;
}

.csg-pku-page .application-actions {
  margin-top: 18px;
}

.csg-pku-page .sources-section {
  padding: 0;
  overflow: hidden;
}

.csg-pku-page .sources-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 26px;
  border: 0;
  background: #fff;
  color: var(--ink);
  text-align: left;
}

.csg-pku-page .sources-toggle strong,
.csg-pku-page .sources-toggle small {
  display: block;
}

.csg-pku-page .sources-toggle small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.csg-pku-page .toggle-symbol {
  font-size: 24px;
  font-weight: 300;
}

.csg-pku-page .source-list {
  padding: 0 26px 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .source-list>p:first-child {
  padding-top: 20px;
}

.csg-pku-page .source-list ul {
  padding-left: 18px;
}

.csg-pku-page .source-list a {
  color: var(--primary);
  font-weight: 720;
}

.csg-pku-page .source-caveat {
  padding: 12px;
  margin-bottom: 0;
  background: var(--gold-soft);
  color: #6f6038;
}

.csg-pku-page footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 34px max(20px, calc((100vw - 1240px) / 2));
  background: var(--primary);
  color: #fff;
}

.csg-pku-page footer p,
.csg-pku-page footer>a:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

@media (max-width: 1020px) {
  .csg-pku-page .site-header {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .fact-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .csg-pku-page .fact:nth-child(3) {
    border-right: 0;
  }

  .csg-pku-page .fact:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .csg-pku-page .fact:nth-child(4) {
    grid-column: span 1;
  }

  .csg-pku-page .deadline-fact {
    grid-column: span 2;
  }

  .csg-pku-page .page-layout {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .decision-panel {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    align-items: start;
    max-height: none;
    overflow: visible;
  }

  .csg-pku-page .decision-heading,
  .csg-pku-page .decision-panel h2 {
    grid-column: 1 / -1;
  }

  .csg-pku-page .official-link {
    align-self: center;
  }

  .csg-pku-page .subject-controls,
  .csg-pku-page .cost-layout {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .verdict-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


}

@media (max-width: 720px) {
  .csg-pku-page {
    scroll-padding-top: 118px;
  }

  .csg-pku-page .site-header {
    min-height: 60px;
    padding: 0 18px;
  }

  .csg-pku-page .section-nav {
    top: 60px;
    margin-bottom: 28px;
  }

  .csg-pku-page .section-nav-inner {
    width: calc(100% - 24px);
    min-height: 52px;
    gap: 22px;
    justify-content: flex-start;
  }

  .csg-pku-page .hero {
    min-height: 610px;
  }

  .csg-pku-page .hero-shade {
    background: linear-gradient(90deg, rgba(8, 17, 41, 0.92), rgba(8, 32, 68, 0.48));
  }

  .csg-pku-page .hero-inner {
    padding: 76px 0 120px;
  }

  .csg-pku-page .hero-badges {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .csg-pku-page .hero-summary {
    font-size: 17px;
  }

  .csg-pku-page .hero-reasons {
    font-size: 15px;
    line-height: 1.55;
  }

  .csg-pku-page .fact-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }

  .csg-pku-page .fact,
  .csg-pku-page .fact:nth-child(3) {
    border-right: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .csg-pku-page .fact:nth-child(1),
  .csg-pku-page .fact:nth-child(2) {
    border-top: 0;
  }

  .csg-pku-page .fact:nth-child(even) {
    border-right: 0;
  }

  .csg-pku-page .deadline-fact {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .csg-pku-page .page-layout {
    width: min(100% - 24px, 1240px);
    gap: 14px;
  }

  .csg-pku-page .decision-panel,
  .csg-pku-page .split-heading,
  .csg-pku-page .verdict-grid,
  .csg-pku-page .qualification-result,
  .csg-pku-page .route-comparison,
  .csg-pku-page .requirement-grid,
  .csg-pku-page .requirement-grid.two-column,
  .csg-pku-page .requirement-grid.language-grid,
  .csg-pku-page .csca-answer-grid,
  .csg-pku-page .csca-subject-grid,
  .csg-pku-page .subject-grid,
  .csg-pku-page .compare-grid,
  .csg-pku-page .scholarship-grid,
  .csg-pku-page .accommodation-options,
  .csg-pku-page .life-grid,
  .csg-pku-page .checklist,
  .csg-pku-page .process-steps,
  .csg-pku-page .cost-breakdown,
  .csg-pku-page .priority-docs {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .scholarship-grid h3,
  .csg-pku-page .scholarship-grid>article>p {
    min-height: 0;
  }

  .csg-pku-page .scholarship-note {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .csg-pku-page .checklist-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .csg-pku-page .documents-panel,
  .csg-pku-page .document-list {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .priority-docs,
  .csg-pku-page .document-list {
    grid-column: 1;
  }

  .csg-pku-page .priority-docs article {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .csg-pku-page .translation-note {
    grid-column: 1;
  }

  .csg-pku-page .major-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .csg-pku-page .subject-card dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .csg-pku-page .cost-breakdown div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .csg-pku-page .cost-breakdown div:last-child {
    border-bottom: 0;
  }

  .csg-pku-page .decision-panel>* {
    grid-column: 1;
  }

  .csg-pku-page .section {
    padding: 24px 20px;
  }

  .csg-pku-page .split-heading {
    gap: 10px;
    align-items: start;
  }

  .csg-pku-page .language-gate {
    grid-column: 1;
  }

  .csg-pku-page .route-lead {
    min-height: 0;
  }

  .csg-pku-page .subject-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .csg-pku-page .subject-filter {
    white-space: nowrap;
  }

  .csg-pku-page .cost-row,
  .csg-pku-page .cost-total,
  .csg-pku-page .degree-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .csg-pku-page .cost-row select {
    width: 100%;
    max-width: none;
  }

  .csg-pku-page footer {
    align-items: flex-start;
    flex-direction: column;
  }


}

@media (max-width: 420px) {
  .csg-pku-page .brand>span:last-child {
    font-size: 13px;
  }

  .csg-pku-page .hero-actions .button {
    width: 100%;
  }

  .csg-pku-page .fact {
    padding: 15px;
  }

  .csg-pku-page .fact strong {
    font-size: 17px;
  }

  .csg-pku-page .route-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* CSG readability sweep - keep partner edits, then carry the same sizing logic across missed sections. */
body.csg-pku-profile-active {
  margin: 0;
}

.csg-pku-page {
  overflow-x: clip;
  overflow-y: visible;
}

.csg-pku-page .section p,
.csg-pku-page .intro-section p,
.csg-pku-page .language-card p,
.csg-pku-page .entry-card p,
.csg-pku-page .route-card p,
.csg-pku-page .process-steps p,
.csg-pku-page .priority-docs p,
.csg-pku-page .subject-match,
.csg-pku-page .subject-shortcuts span,
.csg-pku-page .subject-shortcuts button,
.csg-pku-page .major-note,
.csg-pku-page .major-note span,
.csg-pku-page .funding-panel p,
.csg-pku-page .scholarship-grid article > p,
.csg-pku-page .scholarship-note,
.csg-pku-page .accommodation-options p,
.csg-pku-page .accommodation-note,
.csg-pku-page .life-grid p,
.csg-pku-page .compare-card p,
.csg-pku-page .documents-heading > p,
.csg-pku-page .translation-note,
.csg-pku-page .source-list,
.csg-pku-page .source-caveat {
  font-size: 16px;
  line-height: 1.55;
}

.csg-pku-page .section h3,
.csg-pku-page .life-grid h3,
.csg-pku-page .subject-card h3,
.csg-pku-page .funding-panel h3,
.csg-pku-page .scholarship-grid h3,
.csg-pku-page .accommodation-options h3,
.csg-pku-page .compare-card strong,
.csg-pku-page .doc-card-top strong,
.csg-pku-page .checklist strong,
.csg-pku-page .process-steps strong,
.csg-pku-page .sources-toggle strong {
  font-size: 18px;
  line-height: 1.35;
}

.csg-pku-page .route-card h3,
.csg-pku-page .csca-answer h3,
.csg-pku-page .csca-subject h3,
.csg-pku-page .subject-table-title {
  font-size: 20px;
  line-height: 1.32;
}

.csg-pku-page .subject-table th {
  font-size: 14px;
  line-height: 1.35;
}

.csg-pku-page .subject-table td {
  font-size: 16px;
  line-height: 1.45;
}

.csg-pku-page .subject-table td:nth-child(2),
.csg-pku-page .subject-table td:nth-child(4) {
  font-size: 15px;
}

.csg-pku-page .cost-breakdown span,
.csg-pku-page .cost-breakdown small,
.csg-pku-page .cost-row span,
.csg-pku-page .cost-row small,
.csg-pku-page .cost-total span,
.csg-pku-page .cost-total small,
.csg-pku-page .degree-total span,
.csg-pku-page .degree-total small,
.csg-pku-page .scholarship-grid dt,
.csg-pku-page .scholarship-grid dd,
.csg-pku-page .accommodation-options dt,
.csg-pku-page .accommodation-options dd,
.csg-pku-page .checklist small,
.csg-pku-page .fit-card li,
.csg-pku-page .deadline-card span,
.csg-pku-page .deadline-card small {
  font-size: 15px;
  line-height: 1.5;
}

.csg-pku-page .cost-row select,
.csg-pku-page .search-field input {
  font-size: 16px;
}

.csg-pku-page .csca-note,
.csg-pku-page .student-facing-note {
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .csg-pku-page .section p,
  .csg-pku-page .intro-section p,
  .csg-pku-page .language-card p,
  .csg-pku-page .entry-card p,
  .csg-pku-page .route-card p,
  .csg-pku-page .process-steps p,
  .csg-pku-page .priority-docs p,
  .csg-pku-page .subject-match,
  .csg-pku-page .funding-panel p,
  .csg-pku-page .scholarship-grid article > p,
  .csg-pku-page .accommodation-options p,
  .csg-pku-page .life-grid p,
  .csg-pku-page .compare-card p {
    font-size: 15px;
  }

  .csg-pku-page .section h3,
  .csg-pku-page .life-grid h3,
  .csg-pku-page .subject-card h3,
  .csg-pku-page .funding-panel h3,
  .csg-pku-page .scholarship-grid h3,
  .csg-pku-page .accommodation-options h3,
  .csg-pku-page .compare-card strong {
    font-size: 17px;
  }

  .csg-pku-page .subject-table td {
    font-size: 15px;
  }

  .csg-pku-page .subject-table th,
  .csg-pku-page .subject-table td:nth-child(2),
  .csg-pku-page .subject-table td:nth-child(4) {
    font-size: 14px;
  }
}

/* Final polish for sticky navigation, subject lists, and application documents. */
.csg-pku-page .section-nav,
.admin-bar .csg-pku-page .section-nav {
  top: var(--csg-section-nav-top, 68px);
}

.csg-pku-page .subject-scroll {
  overflow-x: auto;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.csg-pku-page .subject-table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
}

.csg-pku-page .subject-table th {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: #f7f8f5;
  color: var(--primary);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.csg-pku-page .subject-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #edf0ec;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  vertical-align: top;
}

.csg-pku-page .subject-table tbody tr:nth-child(even) td {
  background: #fbfcfa;
}

.csg-pku-page .subject-table tbody tr:hover td {
  background: var(--primary-soft);
}

.csg-pku-page .subject-table tbody tr:last-child td {
  border-bottom: 0;
}

.csg-pku-page .subject-table .subject-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: none;
}

.csg-pku-page .subject-table .subject-card:hover {
  transform: none;
}

.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
  font-size: 16px;
  font-weight: 780;
}

.csg-pku-page .subject-table td:nth-child(3) {
  color: var(--muted);
}

.csg-pku-page .documents-heading > p:last-child,
.csg-pku-page .priority-docs p,
.csg-pku-page .translation-note {
  font-size: 16px;
  line-height: 1.55;
}

.csg-pku-page .documents-heading h3 {
  font-size: 26px;
  line-height: 1.2;
}

.csg-pku-page .doc-card-top strong,
.csg-pku-page .document-list strong {
  font-size: 16px;
  line-height: 1.4;
}

.csg-pku-page .document-list span {
  font-size: 12px;
  line-height: 1.4;
}

.csg-pku-page .document-list li {
  gap: 10px;
  padding: 11px 0;
}

@media (max-width: 720px) {
  .csg-pku-page .subject-scroll {
    margin-inline: -4px;
  }

  .csg-pku-page .documents-heading > p:last-child,
  .csg-pku-page .priority-docs p,
  .csg-pku-page .translation-note,
  .csg-pku-page .doc-card-top strong,
  .csg-pku-page .document-list strong {
    font-size: 15px;
  }
}

/* Keep long subject catalogues compact, and give fee selectors the space they need. */
.csg-pku-page .subject-scroll {
  max-height: min(560px, 68vh);
  overflow: auto;
  overscroll-behavior: contain;
}

.csg-pku-page .subject-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.csg-pku-page .cost-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(360px, 1.6fr);
  align-items: center;
}

.csg-pku-page .cost-row > div {
  min-width: 0;
}

.csg-pku-page .cost-row select {
  width: 100%;
  max-width: none;
  min-height: 44px;
  padding: 10px 40px 10px 12px;
  color: var(--ink);
  background-color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .csg-pku-page .subject-scroll {
    max-height: 460px;
  }

  .csg-pku-page .cost-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .csg-pku-page .cost-row select {
    font-size: 15px;
  }
}

/* Fee selector: one clear choice, not several competing boxes. */
.csg-pku-page .cost-row {
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1.55fr);
}

.csg-pku-page .cost-row select {
  min-height: 48px;
  border: 1px solid #cfd7df;
  border-left: 3px solid var(--primary);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.csg-pku-page .cost-row select:focus {
  outline: 2px solid rgba(8, 32, 68, 0.16);
  outline-offset: 2px;
}

@media (max-width: 860px) {
  .csg-pku-page .cost-row {
    grid-template-columns: 1fr;
  }
}

/* Colour guard: keep ordinary page text/headings from inheriting accent gold. */
.csg-pku-page .section:not(.campus-section) h2,
.csg-pku-page .section:not(.campus-section) h3,
.csg-pku-page .decision-panel h2,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3,
.csg-pku-page .route-card h3,
.csg-pku-page .funding-panel h3,
.csg-pku-page .scholarship-grid h3,
.csg-pku-page .accommodation-options h3,
.csg-pku-page .life-grid h3,
.csg-pku-page .subject-card h3,
.csg-pku-page .doc-card-top strong,
.csg-pku-page .document-list strong,
.csg-pku-page .checklist strong {
  color: var(--ink);
}

.csg-pku-page .section:not(.campus-section) p,
.csg-pku-page .section:not(.campus-section) li,
.csg-pku-page .section:not(.campus-section) dd {
  color: inherit;
}

.csg-pku-page .eyebrow,
.csg-pku-page .fact-label {
  color: var(--red);
}

.csg-pku-page .campus-section h2,
.csg-pku-page .campus-section h3,
.csg-pku-page .campus-section strong {
  color: #fff;
}

/* Final aesthetic lock: keep the polished scale after legacy overrides. */
.csg-pku-page .section {
  min-width: 0;
}

.csg-pku-page .main-content {
  min-width: 0;
}

.csg-pku-page .section h2,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: clamp(24px, 3vw, 32px);
}

.csg-pku-page .section-heading p,
.csg-pku-page .intro-section .section-heading p,
.csg-pku-page #overview .section-heading p,
.csg-pku-page .verdict-grid p,
.csg-pku-page .subject-card p,
.csg-pku-page .life-grid p {
  font-size: 13px;
  line-height: 1.6;
}

.csg-pku-page .subject-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 720px) {
  .csg-pku-page .hero {
    min-height: 560px;
  }

  .csg-pku-page .hero-inner {
    padding: 58px 0 72px;
  }

  .csg-pku-page .hero-location {
    margin-top: 18px;
  }

  .csg-pku-page .hero-badges {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .csg-pku-page .hero-updated,
  .csg-pku-page .hero-verified {
    margin-bottom: 10px;
  }

  .csg-pku-page h1 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.04;
  }

  .csg-pku-page .hero-summary {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .csg-pku-page .hero-reasons {
    font-size: 12px;
  }
}

/* True-end student browse polish: consistent scale, fuller layout, livelier scanning. */
.csg-pku-page {
  --page-x: clamp(16px, 2vw, 28px);
  background:
    radial-gradient(circle at 12% 0%, rgba(248, 184, 24, 0.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8f6ef 320px, #f8f6ef 100%);
  font-size: 14px;
}

.csg-pku-page .hero-inner,
.csg-pku-page .fact-strip,
.csg-pku-page .page-layout {
  width: min(calc(100% - (var(--page-x) * 2)), 1320px);
}

.csg-pku-page .page-layout {
  grid-template-columns: 292px minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
}

.csg-pku-page .main-content {
  gap: 26px;
}

.csg-pku-page .section {
  border-radius: 8px;
  padding: clamp(30px, 3vw, 42px);
}

.csg-pku-page .section-heading {
  margin-bottom: 22px;
}

.csg-pku-page .section h2,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: clamp(25px, 2.6vw, 34px);
  letter-spacing: 0;
  line-height: 1.12;
}

.csg-pku-page .section h3,
.csg-pku-page .verdict-grid h3,
.csg-pku-page .route-card h3,
.csg-pku-page .requirement-grid h3,
.csg-pku-page .scholarship-grid h3,
.csg-pku-page .accommodation-options h3,
.csg-pku-page .life-grid h3,
.csg-pku-page .subject-card h3 {
  font-size: 16px;
  line-height: 1.35;
}

.csg-pku-page .section-heading p,
.csg-pku-page .intro-section .section-heading p,
.csg-pku-page #overview .section-heading p,
.csg-pku-page .section p,
.csg-pku-page .section li,
.csg-pku-page .section dd,
.csg-pku-page .verdict-grid p,
.csg-pku-page .subject-card p,
.csg-pku-page .life-grid p,
.csg-pku-page .timeline p,
.csg-pku-page .route-card p,
.csg-pku-page .requirement-grid p,
.csg-pku-page .scholarship-grid p,
.csg-pku-page .accommodation-options p {
  font-size: 14px;
  line-height: 1.62;
}

.csg-pku-page .eyebrow,
.csg-pku-page .fact-label,
.csg-pku-page .result-label,
.csg-pku-page .subject-shortcuts span,
.csg-pku-page .requirement-grid span,
.csg-pku-page .scholarship-grid span,
.csg-pku-page .accommodation-options span {
  font-size: 11px !important;
  letter-spacing: 0.045em;
}

.csg-pku-page .site-header {
  width: min(calc(100% - (var(--page-x) * 2)), 1320px);
}

.csg-pku-page .hero {
  min-height: 505px;
}

.csg-pku-page .hero-inner {
  padding: 74px 0 88px;
}

.csg-pku-page h1 {
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 0.98;
}

.csg-pku-page .hero-summary {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.6;
}

.csg-pku-page .hero-proof {
  font-size: 12px;
}

.csg-pku-page .section-nav {
  border-bottom: 1px solid rgba(8, 17, 41, 0.09);
}

.csg-pku-page .section-nav-inner {
  width: min(calc(100% - (var(--page-x) * 2)), 1320px);
  gap: 8px;
}

.csg-pku-page .section-nav a {
  padding: 15px 8px;
  font-size: 12px;
}

.csg-pku-page .fact-strip {
  margin-bottom: 28px;
  transform: translateY(-20px);
}

.csg-pku-page .fact {
  min-height: 118px;
  padding: 18px 20px;
}

.csg-pku-page .fact strong {
  font-size: 18px;
}

.csg-pku-page .fact span:last-child {
  font-size: 12px;
}

.csg-pku-page .decision-panel {
  top: 92px;
  padding: 20px;
}

.csg-pku-page .decision-panel h2 {
  font-size: 20px;
}

.csg-pku-page .fit-signals li,
.csg-pku-page .deadline-box small,
.csg-pku-page .official-link {
  font-size: 13px;
}

.csg-pku-page .button,
.csg-pku-page .qual-tab,
.csg-pku-page .subject-shortcuts button {
  font-size: 13px;
}

.csg-pku-page #language,
.csg-pku-page #entry-requirements,
.csg-pku-page #subjects,
.csg-pku-page #application-process {
  position: relative;
  box-shadow: 0 18px 42px rgba(8, 17, 41, 0.07);
}

.csg-pku-page #language::before,
.csg-pku-page #entry-requirements::before,
.csg-pku-page #subjects::before,
.csg-pku-page #application-process::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--primary));
}

.csg-pku-page .verdict-grid,
.csg-pku-page .requirement-grid,
.csg-pku-page .language-grid,
.csg-pku-page .scholarship-grid,
.csg-pku-page .accommodation-options,
.csg-pku-page .life-grid,
.csg-pku-page .compare-grid {
  gap: 14px;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .language-card,
.csg-pku-page .scholarship-grid article,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article {
  border-radius: 8px;
}

.csg-pku-page .subject-tools {
  padding: 16px;
}

.csg-pku-page .subject-search input {
  height: 44px;
  font-size: 14px;
}

.csg-pku-page .subject-scroll {
  max-height: 540px;
  border-radius: 8px;
}

.csg-pku-page .subject-table,
.csg-pku-page .subject-table th,
.csg-pku-page .subject-table td {
  font-size: 13px;
  line-height: 1.45;
}

.csg-pku-page .subject-table th {
  color: #626978;
  background: #f4f2ec;
}

.csg-pku-page .subject-table td {
  padding: 13px 14px;
}

.csg-pku-page .subject-table td:first-child {
  color: var(--primary);
  font-weight: 760;
}

.csg-pku-page .subject-table td:nth-child(2),
.csg-pku-page .subject-table td:nth-child(4) {
  color: #4f5968;
}

.csg-pku-page .subject-table tbody tr:hover {
  background: #fff9e8;
}

.csg-pku-page .compare-card {
  border-radius: 8px;
}

.csg-pku-page .compare-card img {
  height: 150px;
}

@media (max-width: 1120px) {
  .csg-pku-page .page-layout {
    grid-template-columns: 1fr;
  }

  .csg-pku-page .decision-panel {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
  }

  .csg-pku-page .decision-panel .button,
  .csg-pku-page .decision-panel .official-link {
    align-self: end;
  }
}

@media (max-width: 720px) {
  .csg-pku-page {
    --page-x: 14px;
    font-size: 14px;
  }

  .csg-pku-page .hero {
    min-height: 530px;
  }

  .csg-pku-page .hero-inner {
    padding: 56px 0 68px;
  }

  .csg-pku-page h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .csg-pku-page .hero-summary {
    font-size: 14px;
  }

  .csg-pku-page .fact-strip {
    margin-top: 16px;
    margin-bottom: 22px;
    transform: none;
  }

  .csg-pku-page .section {
    padding: 24px 18px;
  }

  .csg-pku-page .section h2,
  .csg-pku-page .documents-heading h3,
  .csg-pku-page .checklist-heading h3 {
    font-size: 24px;
  }

  .csg-pku-page .decision-panel {
    display: block;
    padding: 18px;
  }

  .csg-pku-page .subject-table th,
  .csg-pku-page .subject-table td {
    padding: 12px;
  }

  .csg-pku-page .compare-card img {
    height: 138px;
  }
}

/* Final cascade lock for the July premium decision-page pass. */
.csg-pku-page .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.csg-pku-page .hero-proof span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(8, 17, 41, 0.32);
  backdrop-filter: blur(10px);
}

.csg-pku-page .fact-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.csg-pku-page .fact {
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  min-height: 130px;
  border-color: rgba(8, 32, 68, 0.12);
  background: linear-gradient(180deg, #fff 0%, #fffdfa 100%);
}

.csg-pku-page .fact::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(248, 184, 24, 0.13);
}

.csg-pku-page .fact-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: var(--primary);
  background: #fff2bf;
  font-weight: 800;
  line-height: 1;
}

.csg-pku-page .fact strong {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.csg-pku-page .fit-signals {
  gap: 10px;
}

.csg-pku-page .fit-signals li {
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px;
}

.csg-pku-page .fit-signals strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 12px;
}

.csg-pku-page .fit-good {
  border-color: rgba(32, 126, 78, 0.2) !important;
  background: #eef8f2;
}

.csg-pku-page .fit-competitive {
  border-color: rgba(177, 123, 11, 0.24) !important;
  background: #fff8e5;
}

.csg-pku-page .fit-not {
  border-color: rgba(182, 8, 25, 0.18) !important;
  background: #fff0f1;
}

.csg-pku-page .signal.no {
  color: #fff;
  background: var(--red);
}

.csg-pku-page .sidebar-facts {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.csg-pku-page .sidebar-facts div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(8, 17, 41, 0.08);
  padding-bottom: 8px;
}

.csg-pku-page .sidebar-facts span {
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .sidebar-facts strong {
  max-width: 56%;
  color: var(--ink);
  font-size: 12px;
  text-align: right;
}

.csg-pku-page .language-warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 16px;
  border: 1px solid rgba(177, 123, 11, 0.24);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff8e5;
}

.csg-pku-page .language-warning::before {
  content: "!";
  display: inline-grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #b17b0b;
  font-size: 13px;
  font-weight: 900;
}

.csg-pku-page .language-warning strong,
.csg-pku-page .language-warning span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.csg-pku-page .requirements-table-wrap,
.csg-pku-page .scholarship-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(8, 17, 41, 0.1);
  border-radius: 8px;
  background: #fff;
}

.csg-pku-page .requirements-table,
.csg-pku-page .scholarship-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 13px;
}

.csg-pku-page .requirements-table th,
.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table th,
.csg-pku-page .scholarship-table td {
  border-bottom: 1px solid rgba(8, 17, 41, 0.08);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.csg-pku-page .requirements-table thead th,
.csg-pku-page .scholarship-table thead th {
  color: #626978;
  background: #f4f2ec;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.csg-pku-page .requirements-table tbody th,
.csg-pku-page .scholarship-table tbody th {
  color: var(--primary);
  font-weight: 800;
}

.csg-pku-page .requirements-table tbody tr:hover,
.csg-pku-page .scholarship-table tbody tr:hover {
  background: #fff9e8;
}

.csg-pku-page .csca-decision-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(8, 17, 41, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.csg-pku-page .csca-decision-card h3 {
  margin: 0;
}

.csg-pku-page .csca-decision-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(8, 17, 41, 0.08);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fffdfa;
}

.csg-pku-page .csca-decision-row strong,
.csg-pku-page .difficulty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.csg-pku-page .answer-no {
  color: var(--red);
  background: #fff0f1;
}

.csg-pku-page .answer-yes,
.csg-pku-page .difficulty.high,
.csg-pku-page .difficulty.very-high {
  color: #7a4f00;
  background: #fff1bd;
}

.csg-pku-page .csca-subject-list {
  border-left: 4px solid var(--gold);
  padding-left: 14px;
}

.csg-pku-page .csca-subject-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.csg-pku-page .csca-subject-list ul {
  margin: 0;
  padding-left: 18px;
}

.csg-pku-page .process-steps {
  position: relative;
  display: grid;
  gap: 0;
  margin-left: 6px;
}

.csg-pku-page .process-steps::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 21px;
  width: 2px;
  background: linear-gradient(180deg, var(--red), var(--gold), var(--primary));
}

.csg-pku-page .process-steps li {
  position: relative;
  grid-template-columns: 44px minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  padding: 0 0 18px;
  background: transparent;
}

.csg-pku-page .process-steps li:last-child {
  padding-bottom: 0;
}

.csg-pku-page .process-steps li > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(8, 17, 41, 0.16);
  font-size: 18px;
}

.csg-pku-page .process-steps li > div {
  border: 1px solid rgba(8, 17, 41, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
}

.csg-pku-page .progress-wrap span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.csg-pku-page .subject-category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.csg-pku-page .subject-category-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  align-items: center;
  border: 1px solid rgba(8, 17, 41, 0.1);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.csg-pku-page .subject-category-list button:hover,
.csg-pku-page .subject-category-list button.active {
  border-color: rgba(182, 8, 25, 0.35);
  background: #fff8e5;
}

.csg-pku-page .subject-category-list span {
  font-weight: 800;
}

.csg-pku-page .subject-category-list strong {
  color: var(--red);
  font-size: 20px;
}

.csg-pku-page .subject-category-list small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
}

.csg-pku-page .cost-breakdown {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.csg-pku-page .cost-breakdown b {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  place-items: center;
  border-radius: 7px;
  color: var(--primary);
  background: #fff2bf;
  font-style: normal;
  font-weight: 900;
}

.csg-pku-page .scholarship-table td:nth-child(3) {
  white-space: nowrap;
}

.csg-pku-page .compare-card ul {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .csg-pku-page .fact-strip,
  .csg-pku-page .cost-breakdown {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .csg-pku-page .subject-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .csg-pku-page .fact-strip,
  .csg-pku-page .cost-breakdown,
  .csg-pku-page .subject-category-list {
    grid-template-columns: 1fr 1fr;
  }

  .csg-pku-page .fact {
    min-height: 118px;
  }

  .csg-pku-page .sidebar-facts strong {
    max-width: 62%;
  }

  .csg-pku-page .language-warning {
    padding: 13px;
  }

  .csg-pku-page .process-steps li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .csg-pku-page .process-steps::before {
    left: 19px;
  }

  .csg-pku-page .process-steps li > span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .csg-pku-page .fact-strip,
  .csg-pku-page .cost-breakdown,
  .csg-pku-page .subject-category-list {
    grid-template-columns: 1fr;
  }
}

/* Designer hierarchy pass: reduce flatness and add premium section rhythm. */
.csg-pku-page {
  --section-gap: clamp(36px, 5vw, 58px);
  --section-pad: clamp(38px, 4.4vw, 58px);
  --soft-grey: #f3f2ed;
  --soft-red: #fff4f3;
}

.csg-pku-page .hero {
  min-height: 620px;
}

.csg-pku-page .hero-inner {
  padding-top: clamp(92px, 9vw, 128px);
  padding-bottom: clamp(108px, 10vw, 138px);
}

.csg-pku-page h1 {
  max-width: 880px;
  font-size: clamp(60px, 7.6vw, 108px);
  letter-spacing: 0;
}

.csg-pku-page .hero-subtitle {
  margin-top: 12px;
  font-size: clamp(22px, 2.7vw, 36px);
  opacity: 0.94;
}

.csg-pku-page .hero-kicker {
  width: fit-content;
  margin: 18px 0 0;
  border-left: 4px solid var(--gold);
  padding: 8px 0 8px 14px;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 760;
  line-height: 1.25;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.csg-pku-page .hero-summary {
  max-width: 620px;
  margin-top: 16px;
}

.csg-pku-page .fact-strip {
  margin-bottom: clamp(34px, 4vw, 50px);
}

.csg-pku-page .page-layout {
  align-items: start;
}

.csg-pku-page .main-content {
  gap: var(--section-gap);
}

.csg-pku-page .section {
  border: 0;
  padding: var(--section-pad);
  box-shadow: 0 18px 46px rgba(8, 17, 41, 0.055);
}

.csg-pku-page .section:nth-of-type(odd) {
  background: #fff;
}

.csg-pku-page .section:nth-of-type(even) {
  background: var(--soft-grey);
}

.csg-pku-page #language,
.csg-pku-page #entry-requirements,
.csg-pku-page #costs {
  background: linear-gradient(135deg, #fff 0%, #fff8e6 100%);
  box-shadow: 0 26px 70px rgba(8, 17, 41, 0.09);
}

.csg-pku-page #entry-requirements {
  background: linear-gradient(135deg, #fff 0%, #fff4f3 100%);
}

.csg-pku-page #costs {
  background: linear-gradient(135deg, #fff 0%, #f2f7ff 100%);
}

.csg-pku-page #csca,
.csg-pku-page .sources-section {
  box-shadow: none;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.csg-pku-page .section-heading {
  position: relative;
  max-width: 780px;
  margin-bottom: clamp(28px, 3vw, 38px);
  padding-top: 8px;
}

.csg-pku-page .section-heading::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.csg-pku-page .section-heading p:not(.eyebrow),
.csg-pku-page .section > p,
.csg-pku-page .student-facing-note,
.csg-pku-page .route-advice,
.csg-pku-page .major-note,
.csg-pku-page .accommodation-note {
  max-width: 78ch;
  line-height: 1.72 !important;
}

.csg-pku-page .decision-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(248, 184, 24, 0.22), transparent 34%),
    linear-gradient(160deg, #081129 0%, #082044 68%, #0c2a55 100%);
  box-shadow: 0 28px 70px rgba(8, 17, 41, 0.25);
}

.csg-pku-page .decision-panel h2,
.csg-pku-page .decision-panel .decision-heading,
.csg-pku-page .decision-panel .official-link {
  color: #fff;
}

.csg-pku-page .decision-panel .deadline-box,
.csg-pku-page .sidebar-facts div,
.csg-pku-page .fit-signals li {
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.csg-pku-page .sidebar-facts span,
.csg-pku-page .deadline-box span,
.csg-pku-page .deadline-box small {
  color: rgba(255, 255, 255, 0.72);
}

.csg-pku-page .sidebar-facts strong,
.csg-pku-page .deadline-box strong {
  color: #fff;
}

.csg-pku-page .fit-signals strong {
  color: inherit;
}

.csg-pku-page .fit-good {
  color: #0b5a34;
  background: #e8f7ee;
}

.csg-pku-page .fit-competitive {
  color: #7a4f00;
  background: #fff1bd;
}

.csg-pku-page .fit-not {
  color: #8f0715;
  background: #ffe8ea;
}

.csg-pku-page .verdict-grid article:nth-child(1) {
  border-color: rgba(21, 90, 180, 0.18);
  background: #f0f6ff;
}

.csg-pku-page .verdict-grid article:nth-child(2) {
  border-color: rgba(177, 123, 11, 0.2);
  background: #fff8e5;
}

.csg-pku-page .verdict-grid article:nth-child(3) {
  border-color: rgba(32, 126, 78, 0.18);
  background: #eef8f2;
}

.csg-pku-page .verdict-grid article:nth-child(4) {
  border-color: rgba(182, 8, 25, 0.16);
  background: #fff0f1;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .route-card,
.csg-pku-page .documents-panel,
.csg-pku-page .checklist-heading,
.csg-pku-page .checklist label,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article,
.csg-pku-page .compare-card {
  border-color: rgba(8, 17, 41, 0.07);
  box-shadow: 0 12px 30px rgba(8, 17, 41, 0.045);
}

.csg-pku-page .requirements-table th,
.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table th,
.csg-pku-page .scholarship-table td,
.csg-pku-page .subject-table th,
.csg-pku-page .subject-table td {
  padding-top: 17px;
  padding-bottom: 17px;
}

.csg-pku-page .requirements-table tbody tr:nth-child(even),
.csg-pku-page .scholarship-table tbody tr:nth-child(even),
.csg-pku-page .subject-table tbody tr:nth-child(even) {
  background: #fbfaf6;
}

.csg-pku-page .requirements-table thead th,
.csg-pku-page .scholarship-table thead th,
.csg-pku-page .subject-table thead th {
  color: var(--ink);
  font-weight: 850;
}

.csg-pku-page .campus-break {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(230px, 28vw, 380px);
  margin: calc(var(--section-gap) * -0.28) 0;
  border-radius: 10px;
  box-shadow: 0 22px 58px rgba(8, 17, 41, 0.16);
}

.csg-pku-page .campus-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csg-pku-page .campus-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 17, 41, 0.25), transparent 58%);
  pointer-events: none;
}

.csg-pku-page .sources-section .section-heading::before,
.csg-pku-page .sources-toggle::before {
  display: none;
}

.csg-pku-page .closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(248, 184, 24, 0.18), transparent 32%),
    linear-gradient(145deg, #081129 0%, #082044 72%, #b60819 180%);
  box-shadow: 0 28px 76px rgba(8, 17, 41, 0.2);
}

.csg-pku-page .closing-cta h2,
.csg-pku-page .closing-cta p,
.csg-pku-page .closing-cta .eyebrow {
  color: #fff;
}

.csg-pku-page .closing-cta .section-heading::before,
.csg-pku-page .closing-cta::before {
  display: none;
}

.csg-pku-page .closing-actions {
  display: grid;
  gap: 10px;
}

.csg-pku-page .closing-actions .button {
  justify-content: center;
}

@media (max-width: 1120px) {
  .csg-pku-page .decision-panel {
    display: block;
  }
}

@media (max-width: 860px) {
  .csg-pku-page .hero {
    min-height: 560px;
  }

  .csg-pku-page .closing-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .csg-pku-page {
    --section-gap: 30px;
    --section-pad: 26px;
  }

  .csg-pku-page h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .csg-pku-page .hero-subtitle {
    font-size: 22px;
  }

  .csg-pku-page .hero-kicker {
    font-size: 17px;
  }

  .csg-pku-page .campus-break {
    height: 220px;
    border-radius: 8px;
  }
}

/* Final polish pass from webarchive review: warmer, less dense, more decision-tool. */
.csg-pku-page .hero-shade {
  background: linear-gradient(90deg, rgba(8, 17, 41, 0.66) 0%, rgba(8, 17, 41, 0.42) 46%, rgba(8, 17, 41, 0.2) 100%) !important;
}

.csg-pku-page .fact {
  min-height: 144px;
  padding: 24px 22px;
}

.csg-pku-page .fact-label {
  color: #737987 !important;
  font-size: 10px !important;
  font-weight: 760;
}

.csg-pku-page .fact strong {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.06;
}

.csg-pku-page .fact span:last-child {
  color: #667080;
  font-size: 12px;
  line-height: 1.35;
}

.csg-pku-page .section-heading::before {
  background: linear-gradient(90deg, var(--gold), rgba(8, 32, 68, 0.55));
}

.csg-pku-page .decision-panel {
  margin-top: 10px;
  margin-bottom: 18px;
  border-radius: 16px;
  padding: 26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(248, 184, 24, 0.28), transparent 36%),
    linear-gradient(158deg, #10233f 0%, #082044 62%, #061426 100%);
  box-shadow: 0 34px 86px rgba(8, 17, 41, 0.32);
}

.csg-pku-page .decision-panel h2 {
  font-size: 22px;
  line-height: 1.18;
}

.csg-pku-page .verdict-grid article:nth-child(1) {
  border-color: rgba(64, 99, 145, 0.2) !important;
  background: #f2f6fb !important;
}

.csg-pku-page .verdict-grid article:nth-child(2) {
  border-color: rgba(177, 123, 11, 0.22) !important;
  background: #fff7df !important;
}

.csg-pku-page .verdict-grid article:nth-child(3) {
  border-color: rgba(32, 126, 78, 0.2) !important;
  background: #edf8f2 !important;
}

.csg-pku-page .verdict-grid article:nth-child(4) {
  border-color: rgba(182, 8, 25, 0.18) !important;
  background: #fff0f2 !important;
}

.csg-pku-page #overview .section-heading {
  margin-bottom: 30px;
}

.csg-pku-page #overview .section-heading p:not(.eyebrow) {
  max-width: 70ch;
}

.csg-pku-page .language-warning {
  border-color: rgba(177, 123, 11, 0.32);
  padding: 18px 20px;
  background: #fff4cf;
  box-shadow: 0 12px 30px rgba(177, 123, 11, 0.09);
}

.csg-pku-page .language-warning span {
  color: #523600;
  font-weight: 720;
}

.csg-pku-page .requirements-table,
.csg-pku-page .scholarship-table {
  border-collapse: separate;
  border-spacing: 0;
}

.csg-pku-page .requirements-table th,
.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table th,
.csg-pku-page .scholarship-table td {
  border-bottom-color: rgba(8, 17, 41, 0.065);
  padding: 20px 18px;
}

.csg-pku-page .requirements-table tbody th,
.csg-pku-page .scholarship-table tbody th {
  font-size: 14px;
}

.csg-pku-page .requirements-table tbody td:nth-child(2) {
  color: #626978;
  background: rgba(8, 17, 41, 0.025);
}

.csg-pku-page .requirements-table tbody td:nth-child(3) {
  color: var(--primary);
  background: rgba(248, 184, 24, 0.13);
  font-weight: 760;
}

.csg-pku-page .requirements-table thead th:nth-child(2)::after {
  content: "Official";
  display: inline-block;
  margin-left: 8px;
  border-radius: 999px;
  padding: 3px 7px;
  color: #626978;
  background: #ebe9e1;
  font-size: 9px;
}

.csg-pku-page .requirements-table thead th:nth-child(3)::after {
  content: "CSG insight";
  display: inline-block;
  margin-left: 8px;
  border-radius: 999px;
  padding: 3px 7px;
  color: #7a4f00;
  background: #fff1bd;
  font-size: 9px;
}

.csg-pku-page .csca-decision-card {
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 18px 42px rgba(8, 17, 41, 0.07);
}

.csg-pku-page .csca-decision-card h3 {
  font-size: clamp(21px, 2.2vw, 28px) !important;
}

.csg-pku-page .csca-decision-row {
  padding: 17px 18px;
  font-size: 15px;
}

.csg-pku-page .process-steps {
  margin-left: 0;
}

.csg-pku-page .process-steps::before {
  left: 23px;
  width: 3px;
  border-radius: 999px;
}

.csg-pku-page .process-steps li {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
}

.csg-pku-page .process-steps li > span {
  width: 48px;
  height: 48px;
}

.csg-pku-page .checklist-heading {
  border-radius: 12px;
  padding: 20px 22px;
}

.csg-pku-page .progress-wrap strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--primary);
  background: #fff2bf;
  font-size: 12px;
}

.csg-pku-page .progress-track {
  height: 9px;
  margin-top: 10px;
}

.csg-pku-page .checklist label {
  gap: 14px;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
}

.csg-pku-page .checklist input {
  width: 22px;
  height: 22px;
  accent-color: var(--red);
}

.csg-pku-page .checklist label:has(input:checked) {
  border-color: rgba(32, 126, 78, 0.26);
  background: #eef8f2;
}

.csg-pku-page .subject-category-list button {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 16px;
}

.csg-pku-page .subject-category-list i {
  display: inline-grid;
  grid-row: span 2;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(8, 32, 68, 0.1);
  border-radius: 10px;
  color: var(--primary);
  background: #f4f2ec;
  font-style: normal;
  font-size: 17px;
  font-weight: 850;
}

.csg-pku-page .subject-category-list small {
  grid-column: 2 / -1;
}

.csg-pku-page .subject-category-list button.active i,
.csg-pku-page .subject-category-list button:hover i {
  color: #7a4f00;
  background: #fff1bd;
}

.csg-pku-page .cost-calculator {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.csg-pku-page .cost-breakdown,
.csg-pku-page .cost-total,
.csg-pku-page .degree-total {
  grid-column: 1 / -1;
}

.csg-pku-page .cost-total {
  order: -1;
  align-items: center;
  border: 0;
  border-radius: 16px;
  padding: clamp(24px, 3vw, 34px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 0%, rgba(248, 184, 24, 0.25), transparent 34%),
    linear-gradient(135deg, var(--primary), #081129);
  box-shadow: 0 24px 62px rgba(8, 17, 41, 0.18);
}

.csg-pku-page .cost-total span,
.csg-pku-page .cost-total small,
.csg-pku-page .cost-total strong {
  color: #fff !important;
}

.csg-pku-page .cost-total span {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.csg-pku-page .cost-total strong {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.csg-pku-page .scholarship-table td:nth-child(4) .answer-yes,
.csg-pku-page .scholarship-table td:nth-child(4) .answer-no {
  display: inline-flex;
  min-width: 48px;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
}

.csg-pku-page .compare-card p {
  margin-bottom: 10px;
}

.csg-pku-page .compare-card ul li:first-child {
  color: var(--primary);
  font-weight: 760;
}

.csg-pku-page .closing-cta {
  background:
    radial-gradient(circle at 82% 10%, rgba(248, 184, 24, 0.2), transparent 32%),
    linear-gradient(145deg, #081129 0%, #082044 72%, #0e315f 100%);
}

.csg-pku-page .closing-cta h2 {
  font-size: clamp(30px, 3.6vw, 46px) !important;
}

.csg-pku-page .closing-actions .button-primary {
  transform: scale(1.02);
  box-shadow: 0 16px 34px rgba(182, 8, 25, 0.24);
}

@media (max-width: 1180px) {
  .csg-pku-page .cost-calculator {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .csg-pku-page .fact {
    min-height: auto;
    padding: 20px;
  }

  .csg-pku-page .decision-panel {
    border-radius: 12px;
    padding: 22px;
  }

  .csg-pku-page .process-steps::before {
    left: 21px;
  }

  .csg-pku-page .process-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .csg-pku-page .process-steps li > span {
    width: 44px;
    height: 44px;
  }

  .csg-pku-page .cost-total {
    align-items: flex-start;
  }
}

/* Honest reset pass: remove overworked decoration and restore a cleaner decision-tool rhythm. */
.csg-pku-page {
  --section-gap: clamp(28px, 3.8vw, 44px);
  --section-pad: clamp(30px, 3.4vw, 44px);
}

.csg-pku-page .hero {
  min-height: 560px;
}

.csg-pku-page .hero-inner {
  padding-top: clamp(78px, 7vw, 106px);
  padding-bottom: clamp(82px, 7vw, 108px);
}

.csg-pku-page h1 {
  font-size: clamp(52px, 6.8vw, 88px);
}

.csg-pku-page .hero-subtitle {
  font-size: clamp(20px, 2.2vw, 30px);
}

.csg-pku-page .hero-kicker {
  margin-top: 14px;
  border-left-color: var(--gold);
  font-size: clamp(16px, 1.6vw, 20px);
}

.csg-pku-page .hero-summary {
  max-width: 620px;
  font-size: 15px;
}

.csg-pku-page .fact-strip {
  gap: 10px;
  margin-bottom: 34px;
}

.csg-pku-page .fact {
  min-height: 108px;
  padding: 18px 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 17, 41, 0.045);
}

.csg-pku-page .fact::after,
.csg-pku-page .fact-icon {
  display: none !important;
}

.csg-pku-page .fact strong {
  font-size: clamp(18px, 1.6vw, 22px);
}

.csg-pku-page .main-content {
  gap: var(--section-gap);
}

.csg-pku-page .section {
  padding: var(--section-pad);
  box-shadow: 0 12px 30px rgba(8, 17, 41, 0.045);
}

.csg-pku-page #language,
.csg-pku-page #entry-requirements,
.csg-pku-page #costs,
.csg-pku-page .closing-cta {
  box-shadow: 0 16px 40px rgba(8, 17, 41, 0.065);
}

.csg-pku-page .section-heading {
  margin-bottom: 24px;
}

.csg-pku-page .section-heading::before {
  width: 34px;
  height: 2px;
  margin-bottom: 12px;
  background: var(--gold);
}

.csg-pku-page .decision-panel {
  border-radius: 12px;
  padding: 22px;
  background: linear-gradient(160deg, #10233f 0%, #082044 100%);
  box-shadow: 0 22px 54px rgba(8, 17, 41, 0.24);
}

.csg-pku-page .decision-panel h2 {
  font-size: 20px;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .route-card,
.csg-pku-page .documents-panel,
.csg-pku-page .checklist-heading,
.csg-pku-page .checklist label,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article,
.csg-pku-page .compare-card {
  box-shadow: none;
}

.csg-pku-page .process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.csg-pku-page .process-steps::before {
  display: none;
}

.csg-pku-page .process-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid rgba(8, 17, 41, 0.08);
  border-radius: 8px;
  padding: 13px;
  background: #fff;
}

.csg-pku-page .process-steps li > span {
  width: 34px;
  height: 34px;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}

.csg-pku-page .process-steps li > div {
  border: 0;
  padding: 0;
  background: transparent;
}

.csg-pku-page .process-steps strong {
  font-size: 14px;
}

.csg-pku-page .process-steps p {
  margin-top: 4px;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

.csg-pku-page .documents-panel {
  margin-top: 22px;
  padding: 22px;
}

.csg-pku-page .priority-docs {
  gap: 12px;
}

.csg-pku-page .priority-docs article {
  padding: 16px;
}

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

.csg-pku-page .document-list li {
  padding: 11px 0;
}

.csg-pku-page .subject-category-list button {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px 14px;
}

.csg-pku-page .subject-category-list i,
.csg-pku-page .cost-breakdown b {
  display: none !important;
}

.csg-pku-page .subject-category-list small {
  grid-column: 1 / -1;
}

.csg-pku-page .cost-total {
  border-radius: 12px;
  padding: 24px;
  background: linear-gradient(135deg, #082044, #081129);
  box-shadow: 0 18px 44px rgba(8, 17, 41, 0.14);
}

.csg-pku-page .cost-total strong {
  font-size: clamp(28px, 3.2vw, 40px);
}

.csg-pku-page .campus-break {
  height: clamp(220px, 24vw, 320px);
  margin: 0;
  box-shadow: 0 16px 42px rgba(8, 17, 41, 0.12);
}

.csg-pku-page .closing-cta {
  background: linear-gradient(145deg, #081129 0%, #082044 100%);
}

.csg-pku-page .closing-actions .button-primary {
  transform: none;
}

@media (max-width: 1020px) {
  .csg-pku-page .process-steps,
  .csg-pku-page .document-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .csg-pku-page {
    --section-gap: 24px;
    --section-pad: 24px;
  }

  .csg-pku-page .hero {
    min-height: 520px;
  }

  .csg-pku-page h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .csg-pku-page .fact {
    padding: 16px;
  }

  .csg-pku-page .documents-panel {
    padding: 18px;
  }
}

/* Compact reference treatment for lower-priority application details. */
.csg-pku-page .reference-panel {
  border: 1px solid rgba(8, 17, 41, 0.09);
  border-radius: 10px;
  padding: 0;
  background: #fff;
}

.csg-pku-page .reference-panel summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.csg-pku-page .reference-panel summary::-webkit-details-marker {
  display: none;
}

.csg-pku-page .reference-panel summary::after {
  content: "+";
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: var(--primary);
  background: #fff2bf;
  font-weight: 900;
}

.csg-pku-page .reference-panel[open] summary::after {
  content: "−";
}

.csg-pku-page .reference-panel summary span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 820;
}

.csg-pku-page .reference-panel summary small {
  grid-column: 1 / 2;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.csg-pku-page .documents-content {
  border-top: 1px solid rgba(8, 17, 41, 0.08);
  padding: 20px;
}

.csg-pku-page .reference-panel:not([open]) {
  box-shadow: none;
}

/* Readability lock: explicit colours and sane header placement after prior experiments. */
.csg-pku-page .main-content > .section {
  color: var(--ink) !important;
  background-color: #fff !important;
  background-image: none !important;
}

.csg-pku-page .main-content > .section:nth-of-type(even):not(.closing-cta):not(.sources-section) {
  background-color: #f6f5ef !important;
}

.csg-pku-page #language,
.csg-pku-page #entry-requirements,
.csg-pku-page #costs {
  background-color: #fff !important;
  background-image: none !important;
}

.csg-pku-page #application-process,
.csg-pku-page #accommodation,
.csg-pku-page #compare,
.csg-pku-page .sources-section {
  background-color: #f6f5ef !important;
}

.csg-pku-page .campus-section,
.csg-pku-page .campus-section h2,
.csg-pku-page .campus-section h3,
.csg-pku-page .campus-section p,
.csg-pku-page .campus-section li,
.csg-pku-page .campus-section strong,
.csg-pku-page .campus-section span {
  color: var(--ink) !important;
}

.csg-pku-page .campus-section .eyebrow,
.csg-pku-page .campus-section article > span {
  color: var(--red) !important;
}

.csg-pku-page .closing-cta {
  color: #fff !important;
  background-color: #082044 !important;
  background-image: linear-gradient(145deg, #081129 0%, #082044 100%) !important;
}

.csg-pku-page .closing-cta h2,
.csg-pku-page .closing-cta h3,
.csg-pku-page .closing-cta p,
.csg-pku-page .closing-cta span,
.csg-pku-page .closing-cta strong,
.csg-pku-page .closing-cta .eyebrow {
  color: #fff !important;
}

.csg-pku-page .section-heading {
  padding-top: 0 !important;
  margin-bottom: 22px !important;
}

.csg-pku-page .section-heading::before {
  margin-bottom: 10px !important;
}

.csg-pku-page .section h2 {
  margin-top: 0 !important;
}

.csg-pku-page .section p,
.csg-pku-page .section li,
.csg-pku-page .section td,
.csg-pku-page .section dd,
.csg-pku-page .section small {
  color: inherit;
}

.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table td,
.csg-pku-page .subject-table td,
.csg-pku-page .cost-row small,
.csg-pku-page .cost-breakdown small,
.csg-pku-page .degree-total small,
.csg-pku-page .compare-card li,
.csg-pku-page .reference-panel summary small {
  color: #4f5968 !important;
}

.csg-pku-page .requirements-table tbody td:nth-child(3),
.csg-pku-page .subject-table td:first-child,
.csg-pku-page .scholarship-table tbody th,
.csg-pku-page .compare-card ul li:first-child {
  color: var(--primary) !important;
}

.csg-pku-page .life-grid article {
  background: #fff !important;
}

.csg-pku-page .life-grid article p,
.csg-pku-page .accommodation-options article p,
.csg-pku-page .compare-card p {
  color: #4f5968 !important;
}

.csg-pku-page .section:not(.closing-cta) .button-outline,
.csg-pku-page .section:not(.closing-cta) .button-dark {
  color: var(--primary);
}

@media (max-width: 720px) {
  .csg-pku-page .section-heading {
    margin-bottom: 18px !important;
  }
}

/* Closing CTA specificity fix: keep dark background above generic section rules. */
.csg-pku-page .main-content > .section.closing-cta {
  color: #fff !important;
  background-color: #082044 !important;
  background-image: linear-gradient(145deg, #081129 0%, #082044 100%) !important;
}

.csg-pku-page .main-content > .section.closing-cta h2,
.csg-pku-page .main-content > .section.closing-cta h3,
.csg-pku-page .main-content > .section.closing-cta p,
.csg-pku-page .main-content > .section.closing-cta span,
.csg-pku-page .main-content > .section.closing-cta strong,
.csg-pku-page .main-content > .section.closing-cta .eyebrow {
  color: #fff !important;
}

/* Final readability correction: buttons and section header placement. */
.csg-pku-page .section-heading::before {
  display: none !important;
}

.csg-pku-page .section-heading {
  padding-top: 0 !important;
  margin-bottom: 18px !important;
}

.csg-pku-page .section-heading .eyebrow,
.csg-pku-page .section-heading > .eyebrow {
  margin-bottom: 6px !important;
}

.csg-pku-page .section h2 {
  margin: 0 !important;
}

.csg-pku-page .section-heading p:not(.eyebrow) {
  margin-top: 12px !important;
}

.csg-pku-page .decision-panel .button-outline,
.csg-pku-page .closing-cta .button-outline,
.csg-pku-page .closing-cta .button-dark {
  color: var(--primary) !important;
  background: #fff !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
}

.csg-pku-page .decision-panel .button-dark {
  color: #fff !important;
  background: var(--red) !important;
}

.csg-pku-page .closing-cta .button-primary {
  color: #fff !important;
  background: var(--red) !important;
}

.csg-pku-page .life-grid article > span {
  display: none !important;
}

.csg-pku-page .life-grid article {
  grid-template-columns: 1fr !important;
}

.csg-pku-page .life-grid article div,
.csg-pku-page .life-grid article h3,
.csg-pku-page .life-grid article p {
  min-width: 0;
}

.csg-pku-page .site-header {
  width: min(calc(100% - (var(--page-x, 24px) * 2)), 1320px) !important;
  margin-inline: auto !important;
  left: auto !important;
}

.csg-pku-page .section-nav {
  top: 66px !important;
}

@media (max-width: 720px) {
  .csg-pku-page .section-heading {
    margin-bottom: 16px !important;
  }
}

/* Header placement tune: bring section titles closer to the top edge. */
.csg-pku-page .main-content > .section {
  padding-top: clamp(26px, 2.6vw, 34px) !important;
}

/* Targeted contrast fixes for readable cards and tables. */
.csg-pku-page .fact strong,
.csg-pku-page .deadline-fact strong {
  color: var(--primary) !important;
}

.csg-pku-page .fact span,
.csg-pku-page .deadline-fact span {
  color: #4f5968 !important;
}

.csg-pku-page .fact .fact-label,
.csg-pku-page .deadline-fact .fact-label {
  color: #737987 !important;
}

.csg-pku-page .decision-panel .deadline-box {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.csg-pku-page .decision-panel .deadline-box strong,
.csg-pku-page .decision-panel .deadline-box small,
.csg-pku-page .decision-panel .deadline-box span,
.csg-pku-page .decision-panel .official-link {
  color: #fff !important;
}

.csg-pku-page .requirements-table tbody td:nth-child(2) {
  color: #273142 !important;
  background: #f7f6f1 !important;
}

.csg-pku-page .requirements-table tbody td:nth-child(3) {
  color: #082044 !important;
  background: #fff3c8 !important;
}

/* Professional typography pass: consistent, student-friendly scale. */
.csg-pku-page {
  font-size: 15px !important;
}

.csg-pku-page h1 {
  font-size: clamp(48px, 6.1vw, 78px) !important;
  line-height: 0.98 !important;
}

.csg-pku-page .hero-subtitle {
  font-size: clamp(18px, 2vw, 26px) !important;
  line-height: 1.24 !important;
}

.csg-pku-page .hero-kicker {
  font-size: clamp(15px, 1.45vw, 18px) !important;
  line-height: 1.35 !important;
}

.csg-pku-page .hero-summary {
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.csg-pku-page .section h2 {
  font-size: clamp(26px, 2.25vw, 30px) !important;
  line-height: 1.18 !important;
}

.csg-pku-page .closing-cta h2 {
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.15 !important;
}

.csg-pku-page .section h3,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3,
.csg-pku-page .language-section .requirement-grid h3,
.csg-pku-page .language-card h3 {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .csca-decision-card h3 {
  font-size: clamp(20px, 1.8vw, 24px) !important;
  line-height: 1.2 !important;
}

.csg-pku-page .section p:not(.eyebrow),
.csg-pku-page .section li,
.csg-pku-page .section dd,
.csg-pku-page .language-warning strong,
.csg-pku-page .language-warning span,
.csg-pku-page .student-facing-note,
.csg-pku-page .route-advice,
.csg-pku-page .major-note,
.csg-pku-page .accommodation-note {
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.csg-pku-page .eyebrow,
.csg-pku-page .fact-label,
.csg-pku-page .result-label {
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .section-nav a,
.csg-pku-page .button,
.csg-pku-page .fit-signals li,
.csg-pku-page .official-link {
  font-size: 13px !important;
}

.csg-pku-page .fact strong {
  font-size: clamp(18px, 1.45vw, 21px) !important;
  line-height: 1.14 !important;
}

.csg-pku-page .fact span:last-child,
.csg-pku-page .sidebar-facts span,
.csg-pku-page .sidebar-facts strong {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .requirements-table,
.csg-pku-page .scholarship-table,
.csg-pku-page .subject-table {
  font-size: 14px !important;
}

.csg-pku-page .requirements-table th,
.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table th,
.csg-pku-page .scholarship-table td,
.csg-pku-page .subject-table th,
.csg-pku-page .subject-table td {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .requirements-table thead th,
.csg-pku-page .scholarship-table thead th,
.csg-pku-page .subject-table thead th {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .subject-table td:first-child {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .subject-category-list span {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.csg-pku-page .subject-category-list strong {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.csg-pku-page .subject-category-list small,
.csg-pku-page .subject-match,
.csg-pku-page .catalogue-count {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .checklist strong {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .checklist small,
.csg-pku-page .progress-wrap span,
.csg-pku-page .sources-toggle small,
.csg-pku-page .cost-row small,
.csg-pku-page .cost-breakdown small,
.csg-pku-page .degree-total small {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .sources-toggle strong {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .process-steps strong {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .process-steps p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.csg-pku-page .cost-total strong {
  font-size: clamp(28px, 3vw, 38px) !important;
}

@media (max-width: 720px) {
  .csg-pku-page h1 {
    font-size: clamp(40px, 11vw, 52px) !important;
  }

  .csg-pku-page .section h2 {
    font-size: 24px !important;
  }

  .csg-pku-page .closing-cta h2 {
    font-size: 26px !important;
  }

  .csg-pku-page .section p:not(.eyebrow),
  .csg-pku-page .section li,
  .csg-pku-page .section dd {
    font-size: 14px !important;
  }
}

/* Student decision-page design pass: calm hierarchy, clearer contrast, tighter rhythm. */
body.csg-pku-profile-active {
  background: #fefdfa !important;
}

.csg-pku-page {
  --page-x: clamp(20px, 4vw, 56px);
  --content-max: 1220px;
  --ink: #081129;
  --muted: #596273;
  --line: #e5e0d4;
  --paper: #ffffff;
  --wash: #fefdfa;
  --primary: #082044;
  --primary-2: #12345f;
  --red: #b60819;
  --gold: #f8b818;
  --gold-soft: #fff5cc;
  --blue-soft: #edf3fb;
  --red-soft: #fff0f1;
  --shadow: 0 18px 42px rgba(8, 17, 41, 0.1);
  --soft-shadow: 0 10px 26px rgba(8, 17, 41, 0.07);
  background:
    linear-gradient(90deg, rgba(248, 184, 24, 0.13), transparent 22%, transparent 78%, rgba(182, 8, 25, 0.08)),
    #fefdfa !important;
  color: var(--ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
}

.csg-pku-page .site-header {
  height: 66px !important;
  padding: 12px var(--page-x) !important;
  width: min(calc(100% - (var(--page-x) * 2)), var(--content-max)) !important;
  background: rgba(254, 253, 250, 0.96) !important;
  border-bottom: 1px solid rgba(8, 32, 68, 0.08) !important;
  box-shadow: none !important;
}

.csg-pku-page .brand img {
  height: 42px !important;
  width: auto !important;
  display: block !important;
}

.csg-pku-page .hero {
  min-height: 520px !important;
  height: min(64vh, 560px) !important;
  display: grid !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(8, 32, 68, 0.12) !important;
}

.csg-pku-page .hero img {
  filter: saturate(1.02) contrast(1.02) !important;
}

.csg-pku-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 17, 41, 0.86) 0%, rgba(8, 17, 41, 0.62) 42%, rgba(8, 17, 41, 0.18) 72%),
    linear-gradient(0deg, rgba(8, 17, 41, 0.34), rgba(8, 17, 41, 0.1)) !important;
}

.csg-pku-page .hero-inner {
  width: min(calc(100% - (var(--page-x) * 2)), var(--content-max)) !important;
  padding: 76px 0 44px !important;
  gap: 0 !important;
}

.csg-pku-page .hero-location {
  color: var(--gold) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  margin: 0 0 14px !important;
}

.csg-pku-page h1 {
  max-width: 760px !important;
  margin: 0 0 6px !important;
  font-size: clamp(42px, 5.3vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.csg-pku-page .hero-subtitle {
  margin: 0 0 16px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(17px, 1.7vw, 23px) !important;
  font-weight: 700 !important;
}

.csg-pku-page .hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 620px !important;
  margin: 0 0 14px !important;
  padding-left: 15px !important;
  border-left: 4px solid var(--gold) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.csg-pku-page .hero-summary {
  max-width: 640px !important;
  margin: 0 0 24px !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.csg-pku-page .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

.csg-pku-page .hero-proof {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

.csg-pku-page .hero-proof span {
  min-height: 30px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(8, 17, 41, 0.38) !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  backdrop-filter: blur(8px) !important;
}

.csg-pku-page .button {
  min-height: 40px !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.csg-pku-page .button-primary {
  background: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
}

.csg-pku-page .button-ghost,
.csg-pku-page .button-outline {
  background: #fff !important;
  border-color: rgba(8, 32, 68, 0.2) !important;
  color: var(--primary) !important;
}

.csg-pku-page .hero .button-ghost {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
}

.csg-pku-page .section-nav {
  top: 66px !important;
  background: rgba(254, 253, 250, 0.96) !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(8, 32, 68, 0.12) !important;
  box-shadow: 0 10px 22px rgba(8, 17, 41, 0.06) !important;
  backdrop-filter: blur(14px) !important;
}

.csg-pku-page .section-nav-inner {
  width: min(calc(100% - (var(--page-x) * 2)), var(--content-max)) !important;
  justify-content: center !important;
  gap: 4px !important;
  padding: 8px 0 !important;
}

.csg-pku-page .section-nav a {
  padding: 9px 10px !important;
  border-radius: 8px !important;
  color: #172033 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.csg-pku-page .section-nav a:hover {
  background: #f1ead9 !important;
  color: var(--red) !important;
}

.csg-pku-page .fact-strip {
  width: min(calc(100% - (var(--page-x) * 2)), var(--content-max)) !important;
  margin: 18px auto 20px !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.csg-pku-page .fact {
  min-height: 108px !important;
  padding: 16px !important;
  border: 1px solid rgba(8, 32, 68, 0.11) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: var(--soft-shadow) !important;
}

.csg-pku-page .fact strong {
  margin: 4px 0 !important;
  color: var(--primary) !important;
  font-size: 20px !important;
  line-height: 1.14 !important;
}

.csg-pku-page .fact span:last-child {
  color: #5e6675 !important;
  font-size: 12px !important;
}

.csg-pku-page .page-layout {
  width: min(calc(100% - (var(--page-x) * 2)), var(--content-max)) !important;
  display: grid !important;
  grid-template-columns: 282px minmax(0, 1fr) !important;
  gap: 28px !important;
  margin: 0 auto 56px !important;
  align-items: start !important;
}

.csg-pku-page .decision-panel {
  top: 122px !important;
  max-height: calc(100vh - 138px) !important;
  overflow: auto !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(180deg, #082044 0%, #081729 100%) !important;
  box-shadow: 0 20px 40px rgba(8, 17, 41, 0.2) !important;
  scrollbar-width: thin !important;
}

.csg-pku-page .decision-panel h2 {
  margin: 8px 0 14px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.22 !important;
}

.csg-pku-page .decision-heading {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
}

.csg-pku-page .fit-signals {
  gap: 8px !important;
}

.csg-pku-page .fit-signals li {
  padding: 10px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .fit-signals strong {
  margin-bottom: 2px !important;
  font-size: 12px !important;
}

.csg-pku-page .sidebar-facts {
  margin: 14px 0 !important;
  gap: 0 !important;
}

.csg-pku-page .sidebar-facts div {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 8px 0 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.csg-pku-page .sidebar-facts span,
.csg-pku-page .sidebar-facts strong {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.csg-pku-page .sidebar-facts strong {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.csg-pku-page .decision-panel .deadline-box {
  margin-top: 10px !important;
  padding: 12px !important;
  border-radius: 9px !important;
  background: rgba(248, 184, 24, 0.12) !important;
  border-color: rgba(248, 184, 24, 0.35) !important;
}

.csg-pku-page .decision-panel .deadline-box,
.csg-pku-page .decision-panel .button {
  display: none !important;
}

.csg-pku-page .decision-panel .official-link {
  display: inline-flex !important;
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.csg-pku-page .main-content {
  display: grid !important;
  gap: 18px !important;
  min-width: 0 !important;
}

.csg-pku-page .main-content > .section {
  padding: 30px 42px !important;
  border: 1px solid rgba(8, 32, 68, 0.1) !important;
  border-top: 5px solid var(--primary) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--soft-shadow) !important;
  scroll-margin-top: 130px !important;
}

.csg-pku-page .main-content > .section:nth-of-type(3n) {
  border-top-color: var(--red) !important;
}

.csg-pku-page .main-content > .section:nth-of-type(3n + 1) {
  border-top-color: var(--gold) !important;
}

.csg-pku-page .section-heading {
  margin-bottom: 20px !important;
}

.csg-pku-page .split-heading {
  align-items: end !important;
  gap: 18px !important;
}

.csg-pku-page .eyebrow {
  margin: 0 0 7px !important;
  color: var(--red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.07em !important;
}

.csg-pku-page .section h2 {
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: clamp(24px, 2vw, 29px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.csg-pku-page .section h3 {
  color: var(--ink) !important;
  font-size: 16px !important;
  line-height: 1.32 !important;
}

.csg-pku-page .section p:not(.eyebrow),
.csg-pku-page .section li,
.csg-pku-page .section dd,
.csg-pku-page .student-facing-note,
.csg-pku-page .route-advice,
.csg-pku-page .major-note,
.csg-pku-page .accommodation-note {
  color: #253044 !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.csg-pku-page .section-heading > p:not(.eyebrow) {
  max-width: 760px !important;
  margin: 10px 0 0 !important;
}

.csg-pku-page .verdict-grid,
.csg-pku-page .requirement-grid,
.csg-pku-page .route-comparison,
.csg-pku-page .accommodation-options,
.csg-pku-page .compare-grid,
.csg-pku-page .life-grid {
  gap: 12px !important;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .route-card,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article,
.csg-pku-page .compare-card,
.csg-pku-page .csca-decision-card,
.csg-pku-page .cost-calculator {
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.csg-pku-page .verdict-grid article,
.csg-pku-page .requirement-grid article,
.csg-pku-page .route-card,
.csg-pku-page .accommodation-options article,
.csg-pku-page .life-grid article {
  padding: 18px !important;
}

.csg-pku-page .verdict-grid article p,
.csg-pku-page .requirement-grid article p,
.csg-pku-page .route-card p,
.csg-pku-page .accommodation-options article p,
.csg-pku-page .life-grid article p,
.csg-pku-page .compare-card p {
  margin-bottom: 0 !important;
}

.csg-pku-page .language-warning,
.csg-pku-page .student-facing-note,
.csg-pku-page .route-advice,
.csg-pku-page .major-note,
.csg-pku-page .accommodation-note,
.csg-pku-page .scholarship-note,
.csg-pku-page .subject-match {
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-left: 4px solid var(--gold) !important;
  border-radius: 9px !important;
  background: #fffaf0 !important;
  color: #253044 !important;
  padding: 14px 16px !important;
  margin: 14px 0 0 !important;
}

.csg-pku-page .requirements-table-wrap,
.csg-pku-page .scholarship-table-wrap,
.csg-pku-page .subject-scroll {
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: auto !important;
}

.csg-pku-page .requirements-table,
.csg-pku-page .scholarship-table,
.csg-pku-page .subject-table {
  min-width: 760px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 14px !important;
}

.csg-pku-page .requirements-table th,
.csg-pku-page .requirements-table td,
.csg-pku-page .scholarship-table th,
.csg-pku-page .scholarship-table td,
.csg-pku-page .subject-table th,
.csg-pku-page .subject-table td {
  padding: 14px !important;
  border-bottom: 1px solid #ece7dc !important;
  color: #253044 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  vertical-align: top !important;
}

.csg-pku-page .requirements-table thead th,
.csg-pku-page .scholarship-table thead th,
.csg-pku-page .subject-table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 1 !important;
  background: #f3efe6 !important;
  color: var(--primary) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
}

.csg-pku-page .requirements-table tbody th,
.csg-pku-page .scholarship-table tbody th,
.csg-pku-page .subject-table td:first-child {
  color: var(--primary) !important;
  font-weight: 900 !important;
}

.csg-pku-page .requirements-table tbody tr:nth-child(even) td,
.csg-pku-page .scholarship-table tbody tr:nth-child(even) td,
.csg-pku-page .subject-table tbody tr:nth-child(even) td {
  background: #fffdf8 !important;
}

.csg-pku-page .requirements-table tbody td:nth-child(2) {
  background: #fbfaf6 !important;
  color: #31394a !important;
}

.csg-pku-page .requirements-table tbody td:nth-child(3) {
  background: #fff8da !important;
  color: #082044 !important;
  font-weight: 800 !important;
}

.csg-pku-page .process-steps {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.csg-pku-page .process-steps li {
  min-height: 0 !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 16px !important;
  border: 1px solid rgba(8, 32, 68, 0.11) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.csg-pku-page .process-steps li > span {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  background: var(--red) !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.csg-pku-page .process-steps li > span::before {
  content: none !important;
}

.csg-pku-page .process-steps li:nth-child(1) > span::after { content: "01" !important; }
.csg-pku-page .process-steps li:nth-child(2) > span::after { content: "02" !important; }
.csg-pku-page .process-steps li:nth-child(3) > span::after { content: "03" !important; }
.csg-pku-page .process-steps li:nth-child(4) > span::after { content: "04" !important; }
.csg-pku-page .process-steps li:nth-child(5) > span::after { content: "05" !important; }
.csg-pku-page .process-steps li:nth-child(6) > span::after { content: "06" !important; }
.csg-pku-page .process-steps li:nth-child(7) > span::after { content: "07" !important; }

.csg-pku-page .process-steps li > span::after {
  display: block !important;
  margin-top: 0 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.csg-pku-page .process-steps strong {
  font-size: 14px !important;
  color: var(--primary) !important;
}

.csg-pku-page .process-steps p {
  margin: 4px 0 0 !important;
  color: #4c5566 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .documents-panel {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  margin: 14px 0 !important;
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.csg-pku-page .documents-panel summary {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  background: #f8f3e6 !important;
  color: var(--primary) !important;
  font-weight: 900 !important;
  list-style: none !important;
}

.csg-pku-page .documents-panel:not([open]) {
  background: #f8f3e6 !important;
}

.csg-pku-page .documents-panel summary::-webkit-details-marker {
  display: none !important;
}

.csg-pku-page .documents-panel summary::marker {
  content: "" !important;
}

.csg-pku-page .documents-panel summary::after {
  content: "+" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #fff0aa !important;
  color: var(--primary) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.csg-pku-page .documents-panel[open] summary::after {
  content: "-" !important;
}

.csg-pku-page .documents-panel summary > span,
.csg-pku-page .documents-panel summary > small {
  grid-column: 1 !important;
}

.csg-pku-page .documents-panel summary small {
  display: block !important;
  margin-top: 3px !important;
  color: #5f6876 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.csg-pku-page .documents-content {
  padding: 18px !important;
}

.csg-pku-page .documents-heading {
  margin-bottom: 12px !important;
}

.csg-pku-page .priority-docs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.csg-pku-page .priority-docs article {
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-radius: 9px !important;
  background: #fffdf8 !important;
}

.csg-pku-page .doc-card-top {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 8px !important;
  align-items: start !important;
  margin-bottom: 8px !important;
}

.csg-pku-page .doc-card-top span {
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: var(--primary) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.csg-pku-page .doc-card-top strong {
  color: var(--primary) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.csg-pku-page .priority-docs p {
  margin: 0 !important;
  color: #445064 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.csg-pku-page .document-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 14px 0 0 !important;
}

.csg-pku-page .document-list li {
  padding: 10px 12px !important;
  border-radius: 8px !important;
  background: #f7f6f1 !important;
}

.csg-pku-page .checklist-heading {
  margin: 18px 0 10px !important;
  gap: 14px !important;
}

.csg-pku-page .checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.csg-pku-page .checklist label {
  padding: 13px !important;
  border-radius: 9px !important;
  background: #fff !important;
}

.csg-pku-page .subject-controls {
  margin: 0 0 10px !important;
}

.csg-pku-page .search-field input {
  height: 44px !important;
  border: 1px solid rgba(8, 32, 68, 0.18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 15px !important;
}

.csg-pku-page .subject-shortcuts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  margin-bottom: 14px !important;
}

.csg-pku-page .subject-shortcuts span {
  color: #697180 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.csg-pku-page .subject-shortcuts button {
  min-height: 34px !important;
  padding: 8px 11px !important;
  border: 1px solid rgba(8, 32, 68, 0.14) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--primary) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.csg-pku-page .subject-shortcuts button:hover {
  border-color: var(--red) !important;
  color: var(--red) !important;
}

.csg-pku-page .subject-category-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.csg-pku-page .subject-category-list button {
  min-height: 76px !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-content: center !important;
  gap: 2px 10px !important;
  padding: 14px !important;
  border: 1px solid rgba(8, 32, 68, 0.13) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--primary) !important;
  text-align: left !important;
  box-shadow: none !important;
}

.csg-pku-page .subject-category-list button.active {
  border-color: var(--primary) !important;
  background: var(--primary) !important;
  color: #fff !important;
}

.csg-pku-page .subject-category-list button:hover:not(.active) {
  border-color: var(--red) !important;
  background: #fff8ed !important;
}

.csg-pku-page .subject-category-list span {
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.csg-pku-page .subject-category-list strong {
  color: inherit !important;
  font-size: 19px !important;
  line-height: 1 !important;
}

.csg-pku-page .subject-category-list small {
  grid-column: 1 / -1 !important;
  color: inherit !important;
  opacity: 0.72 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.csg-pku-page .subject-match {
  margin: 8px 0 14px !important;
  font-weight: 800 !important;
}

.csg-pku-page .subject-scroll {
  max-height: 560px !important;
}

.csg-pku-page .subject-table th:nth-child(1),
.csg-pku-page .subject-table td:nth-child(1) {
  width: 28% !important;
}

.csg-pku-page .subject-table th:nth-child(2),
.csg-pku-page .subject-table td:nth-child(2) {
  width: 22% !important;
}

.csg-pku-page .subject-table th:nth-child(3),
.csg-pku-page .subject-table td:nth-child(3) {
  width: 34% !important;
}

.csg-pku-page .subject-table th:nth-child(4),
.csg-pku-page .subject-table td:nth-child(4) {
  width: 16% !important;
}

.csg-pku-page .cost-row,
.csg-pku-page .cost-breakdown > div,
.csg-pku-page .cost-total,
.csg-pku-page .degree-total {
  border-radius: 9px !important;
}

.csg-pku-page .cost-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 1.15fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

.csg-pku-page .cost-row select {
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  padding: 0 38px 0 16px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: var(--ink) !important;
  background-color: #fff !important;
}

.csg-pku-page .scholarship-note a,
.csg-pku-page .text-link,
.csg-pku-page .source-list a {
  color: var(--red) !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.csg-pku-page .answer-yes,
.csg-pku-page .answer-no,
.csg-pku-page .difficulty {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.csg-pku-page .answer-yes,
.csg-pku-page .difficulty.very-high {
  background: var(--red-soft) !important;
  color: var(--red) !important;
}

.csg-pku-page .answer-no,
.csg-pku-page .difficulty.high {
  background: #fff4c5 !important;
  color: #6b4a00 !important;
}

.csg-pku-page .accommodation-options {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.csg-pku-page .accommodation-options article span,
.csg-pku-page .cost-row span,
.csg-pku-page .cost-breakdown span,
.csg-pku-page .compare-card span {
  color: var(--red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.csg-pku-page .accommodation-options dl {
  margin-top: 14px !important;
  border-top: 1px solid #ece7dc !important;
}

.csg-pku-page .accommodation-options dl div {
  padding: 10px 0 !important;
  border-bottom: 1px solid #ece7dc !important;
}

.csg-pku-page .accommodation-options dt {
  color: var(--primary) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.csg-pku-page .accommodation-options dd {
  color: #4c5566 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .accommodation-options .tsu-accommodation-card {
  display: grid !important;
  grid-template-rows: auto auto minmax(72px, auto) auto !important;
}

.csg-pku-page .campus-break {
  display: none !important;
}

.csg-pku-page .compare-card {
  display: grid !important;
  grid-template-rows: 150px 1fr !important;
  overflow: hidden !important;
  color: inherit !important;
}

.csg-pku-page .compare-card img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover !important;
}

.csg-pku-page .compare-card > div {
  padding: 16px !important;
}

.csg-pku-page .compare-card strong {
  display: block !important;
  margin: 4px 0 8px !important;
  color: var(--primary) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.csg-pku-page .compare-card ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.csg-pku-page .compare-card li {
  padding: 5px 8px !important;
  border-radius: 999px !important;
  background: #f7f3e8 !important;
  color: #3d4658 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.csg-pku-page .closing-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  background: linear-gradient(135deg, #082044 0%, #12345f 100%) !important;
  border-color: transparent !important;
}

.csg-pku-page .closing-cta h2,
.csg-pku-page .closing-cta p,
.csg-pku-page .closing-cta .eyebrow {
  color: #fff !important;
}

.csg-pku-page .closing-cta .eyebrow {
  color: var(--gold) !important;
}

.csg-pku-page .closing-cta h2 {
  font-size: clamp(24px, 2.5vw, 34px) !important;
}

.csg-pku-page .closing-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.csg-pku-page .closing-cta .button-outline,
.csg-pku-page .closing-cta .button-dark {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
  color: #fff !important;
}

.csg-pku-page .hero,
.csg-pku-page .hero *,
.csg-pku-page .decision-panel,
.csg-pku-page .decision-panel *,
.csg-pku-page .cost-total,
.csg-pku-page .cost-total *,
.csg-pku-page .closing-cta,
.csg-pku-page .closing-cta * {
  text-shadow: none !important;
}

.csg-pku-page .hero-subtitle,
.csg-pku-page .hero-kicker,
.csg-pku-page .hero-summary,
.csg-pku-page .hero-proof,
.csg-pku-page .hero-proof span,
.csg-pku-page .decision-panel h2,
.csg-pku-page .decision-panel .decision-heading,
.csg-pku-page .decision-panel .sidebar-facts strong,
.csg-pku-page .decision-panel .official-link,
.csg-pku-page .cost-total,
.csg-pku-page .cost-total span,
.csg-pku-page .cost-total small,
.csg-pku-page .cost-total strong,
.csg-pku-page .closing-cta h2,
.csg-pku-page .closing-cta p,
.csg-pku-page .closing-cta .button {
  color: #fff !important;
}

.csg-pku-page .decision-panel .sidebar-facts span {
  color: rgba(255, 255, 255, 0.78) !important;
}

.csg-pku-page .hero-location,
.csg-pku-page .closing-cta .eyebrow {
  color: var(--gold) !important;
}

.csg-pku-page .sources-section {
  padding: 0 !important;
  overflow: hidden !important;
}

.csg-pku-page .sources-toggle {
  padding: 18px 20px !important;
}

footer {
  background: #081129 !important;
  color: #fff !important;
  padding: 28px var(--page-x) !important;
}

footer,
footer p,
footer a,
footer span {
  color: #fff !important;
}

footer a {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

footer .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

.csg-pku-page .compare-card li {
  padding: 4px 7px !important;
  border-radius: 7px !important;
  background: #f5efe2 !important;
  color: #4a5262 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.page-footer {
  display: grid !important;
  gap: 10px !important;
  padding: 30px clamp(18px, 3vw, 42px) !important;
  background: #081129 !important;
  color: #fff !important;
}

.page-footer .footer-brand {
  display: inline-flex !important;
  width: fit-content !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.page-footer .footer-brand img {
  display: block !important;
  width: 204px !important;
  height: auto !important;
}

.page-footer p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.page-footer .footer-top-link {
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
}

@media (max-width: 1080px) {
  .csg-pku-page .fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .csg-pku-page .page-layout {
    grid-template-columns: 1fr !important;
  }

  .csg-pku-page .decision-panel {
    position: static !important;
    max-height: none !important;
  }
}

@media (max-width: 820px) {
  .csg-pku-page {
    --page-x: 16px;
  }

  .csg-pku-page .hero {
    min-height: 520px !important;
    height: auto !important;
  }

  .csg-pku-page .hero-inner {
    padding-top: 92px !important;
  }

  .csg-pku-page .section-nav-inner {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .csg-pku-page .fact-strip,
  .csg-pku-page .process-steps,
  .csg-pku-page .priority-docs,
  .csg-pku-page .document-list,
  .csg-pku-page .checklist,
  .csg-pku-page .subject-category-list,
  .csg-pku-page .accommodation-options,
  .csg-pku-page .closing-cta {
    grid-template-columns: 1fr !important;
  }

  .csg-pku-page .main-content > .section {
    padding: 24px 18px !important;
  }

  .csg-pku-page .closing-actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 520px) {
  .csg-pku-page h1 {
    font-size: clamp(38px, 12vw, 48px) !important;
  }

  .csg-pku-page .hero-kicker {
    font-size: 15px !important;
  }

  .csg-pku-page .fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .csg-pku-page .fact {
    min-height: 98px !important;
    padding: 13px !important;
  }
}

/* Refinement pass: readable type, lighter decision panel, calmer final support section. */
.csg-pku-page {
  font-size: 16px !important;
}

.csg-pku-page .hero-summary,
.csg-pku-page .section p:not(.eyebrow),
.csg-pku-page .section li,
.csg-pku-page .section dd,
.csg-pku-page .student-facing-note,
.csg-pku-page .route-advice,
.csg-pku-page .major-note,
.csg-pku-page .accommodation-note {
  font-size: 15.5px !important;
  line-height: 1.6 !important;
}

.csg-pku-page .section h2 {
  font-size: clamp(24px, 1.9vw, 28px) !important;
}

.csg-pku-page .section h3,
.csg-pku-page .documents-heading h3,
.csg-pku-page .checklist-heading h3 {
  font-size: 16px !important;
}

.csg-pku-page .eyebrow,
.csg-pku-page .fact-label,
.csg-pku-page .subject-shortcuts span,
.csg-pku-page .accommodation-options article span,
.csg-pku-page .cost-row span,
.csg-pku-page .cost-breakdown span,
.csg-pku-page .compare-card span {
  font-size: 11.5px !important;
}

.csg-pku-page .section-nav a,
.csg-pku-page .button,
.csg-pku-page .subject-shortcuts button,
.csg-pku-page .subject-category-list small,
.csg-pku-page .checklist small,
.csg-pku-page .process-steps p {
  font-size: 13px !important;
}

.csg-pku-page .decision-panel {
  background: linear-gradient(180deg, #fffdf8 0%, #f8f3e7 100%) !important;
  border: 1px solid rgba(8, 32, 68, 0.14) !important;
  box-shadow: 0 18px 34px rgba(8, 17, 41, 0.11) !important;
}

.csg-pku-page .decision-panel h2 {
  color: var(--primary) !important;
}

.csg-pku-page .decision-panel .decision-heading {
  color: var(--red) !important;
}

.csg-pku-page .decision-panel .fit-signals li {
  color: var(--ink) !important;
}

.csg-pku-page .decision-panel .sidebar-facts {
  border-top: 1px solid #e5dac6 !important;
}

.csg-pku-page .decision-panel .sidebar-facts div {
  border-color: #e5dac6 !important;
}

.csg-pku-page .decision-panel .sidebar-facts span {
  color: #657083 !important;
}

.csg-pku-page .decision-panel .sidebar-facts strong {
  color: var(--primary) !important;
}

.csg-pku-page .decision-panel .official-link {
  color: var(--red) !important;
}

.csg-pku-page .decision-panel,
.csg-pku-page .decision-panel * {
  text-shadow: none !important;
}

.csg-pku-page .student-facing-note {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

.csg-pku-page #entry-requirements .student-facing-note {
  margin-top: 16px !important;
}

.csg-pku-page .main-content > .section.closing-cta,
.csg-pku-page .closing-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 20px !important;
  align-items: center !important;
  background: #fffdf8 !important;
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-top: 5px solid var(--gold) !important;
  box-shadow: var(--soft-shadow) !important;
}

.csg-pku-page .main-content > .section.closing-cta h2,
.csg-pku-page .main-content > .section.closing-cta p,
.csg-pku-page .main-content > .section.closing-cta span,
.csg-pku-page .main-content > .section.closing-cta strong,
.csg-pku-page .closing-cta h2,
.csg-pku-page .closing-cta p {
  color: var(--ink) !important;
}

.csg-pku-page .main-content > .section.closing-cta .eyebrow,
.csg-pku-page .closing-cta .eyebrow {
  color: var(--red) !important;
}

.csg-pku-page .main-content > .section.closing-cta h2,
.csg-pku-page .closing-cta h2 {
  font-size: clamp(22px, 2vw, 28px) !important;
  line-height: 1.18 !important;
}

.csg-pku-page .closing-actions {
  justify-content: flex-end !important;
}

.csg-pku-page .closing-cta .button-outline,
.csg-pku-page .closing-cta .button-dark {
  background: #fff !important;
  border-color: rgba(8, 32, 68, 0.18) !important;
  color: var(--primary) !important;
}

.csg-pku-page .closing-cta .button-primary {
  color: #fff !important;
}

@media (max-width: 820px) {
  .csg-pku-page .main-content > .section.closing-cta,
  .csg-pku-page .closing-cta {
    grid-template-columns: 1fr !important;
  }

  .csg-pku-page .closing-actions {
    justify-content: flex-start !important;
  }
}

/* Final layout tune: clearer requirements, cleaner process steps, tighter content width. */
.csg-pku-page {
  --page-x: clamp(16px, 3vw, 42px) !important;
  --content-max: 1280px !important;
}

.csg-pku-page .page-layout {
  grid-template-columns: 274px minmax(0, 1fr) !important;
  gap: 24px !important;
}

.csg-pku-page .main-content > .section {
  padding-inline: 34px !important;
}

.csg-pku-page .requirements-table thead th:nth-child(2)::after,
.csg-pku-page .requirements-table thead th:nth-child(3)::after {
  display: block !important;
  margin-top: 4px !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.csg-pku-page .requirements-table thead th:nth-child(2)::after {
  content: "Published eligibility floor" !important;
  color: #697180 !important;
}

.csg-pku-page .requirements-table thead th:nth-child(3)::after {
  content: "Our realistic target range" !important;
  color: #7a5100 !important;
}

.csg-pku-page .route-advice {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}

.csg-pku-page .process-steps {
  gap: 12px !important;
}

.csg-pku-page .process-steps li {
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 16px 18px !important;
  background: #fff !important;
}

.csg-pku-page .process-steps li > span {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  padding-top: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--red) !important;
  box-shadow: none !important;
  text-align: left !important;
}

.csg-pku-page .process-steps li > span::before {
  content: "STEP" !important;
  display: block !important;
  margin-bottom: 3px !important;
  color: #8c6b22 !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
}

.csg-pku-page .process-steps li > span::after {
  color: var(--red) !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.csg-pku-page .subject-scroll {
  scroll-padding-top: 48px !important;
}

.csg-pku-page .subject-table thead th {
  top: 0 !important;
  z-index: 5 !important;
  box-shadow: 0 1px 0 #ded8ca !important;
}

.csg-pku-page .sources-section {
  margin-top: 0 !important;
}

@media (max-width: 820px) {
  .csg-pku-page .main-content > .section {
    padding-inline: 18px !important;
  }

  .csg-pku-page .process-steps li {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }
}

/* Clarity fixes: overview balance, visible requirement headers, reliable subject table headers. */
.csg-pku-page #overview .section-heading > p {
  max-width: none !important;
}

.csg-pku-page .overview-copy {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 10px !important;
}

.csg-pku-page .overview-copy p {
  max-width: none !important;
  margin: 0 !important;
}

.csg-pku-page .requirement-legend {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.csg-pku-page .requirement-legend article {
  padding: 15px 16px !important;
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.csg-pku-page .requirement-legend article:nth-child(2) {
  background: #fff7d5 !important;
  border-color: rgba(248, 184, 24, 0.45) !important;
}

.csg-pku-page .requirement-legend span {
  display: block !important;
  margin-bottom: 5px !important;
  color: var(--red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.csg-pku-page .requirement-legend strong {
  display: block !important;
  color: var(--primary) !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.csg-pku-page .requirement-legend p {
  margin: 6px 0 0 !important;
  color: #4b5567 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.csg-pku-page .requirements-table thead th {
  background: #efe8da !important;
}

.csg-pku-page .requirements-table thead th:nth-child(3) {
  background: #ffeeb0 !important;
}

.csg-pku-page .subject-scroll {
  overflow: auto !important;
  overflow-anchor: none !important;
}

.csg-pku-page .subject-table {
  border-collapse: separate !important;
}

.csg-pku-page .subject-table thead {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
}

.csg-pku-page .subject-table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 21 !important;
  background: #efe8da !important;
  color: var(--primary) !important;
  box-shadow: 0 2px 0 #d7cfc0 !important;
}

@media (max-width: 820px) {
  .csg-pku-page .overview-copy,
  .csg-pku-page .requirement-legend {
    grid-template-columns: 1fr !important;
  }
}

/* Text flow correction: avoid accidental narrow paragraphs and align requirement labels. */
.csg-pku-page .main-content > .section > .section-heading > p:not(.eyebrow),
.csg-pku-page .main-content > .section > .section-heading .overview-copy,
.csg-pku-page .student-facing-note,
.csg-pku-page .route-advice,
.csg-pku-page .major-note,
.csg-pku-page .accommodation-note,
.csg-pku-page .language-warning,
.csg-pku-page .scholarship-note,
.csg-pku-page .subject-match {
  max-width: none !important;
}

.csg-pku-page .overview-copy {
  display: block !important;
  margin-top: 10px !important;
}

.csg-pku-page .overview-copy p {
  max-width: none !important;
  margin: 0 0 12px !important;
}

.csg-pku-page .overview-copy p:last-child {
  margin-bottom: 0 !important;
}

.csg-pku-page .requirement-legend {
  display: none !important;
}

.csg-pku-page .requirements-table-wrap {
  overflow: auto !important;
}

.csg-pku-page .requirements-table thead {
  display: table-header-group !important;
}

.csg-pku-page .requirements-table th:nth-child(1),
.csg-pku-page .requirements-table td:nth-child(1) {
  width: 16% !important;
}

.csg-pku-page .requirements-table th:nth-child(2),
.csg-pku-page .requirements-table td:nth-child(2) {
  width: 44% !important;
}

.csg-pku-page .requirements-table th:nth-child(3),
.csg-pku-page .requirements-table td:nth-child(3) {
  width: 40% !important;
}

.csg-pku-page .subject-table thead,
.csg-pku-page .subject-table thead tr,
.csg-pku-page .subject-table thead th {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Shared university template guard: keep text readable after page-specific edits. */
.csg-university-page .main-content,
.csg-university-page .main-content > .section,
.csg-university-page .verdict-grid article,
.csg-university-page .requirement-grid article,
.csg-university-page .route-card,
.csg-university-page .csca-answer,
.csg-university-page .csca-decision-card,
.csg-university-page .csca-subjects,
.csg-university-page .csca-subject-grid article,
.csg-university-page .priority-docs article,
.csg-university-page .document-list,
.csg-university-page .checklist label,
.csg-university-page .scholarship-grid article,
.csg-university-page .accommodation-options article,
.csg-university-page .compare-card,
.csg-university-page .sources-section,
.csg-university-page .student-facing-note,
.csg-university-page .route-advice,
.csg-university-page .major-note,
.csg-university-page .accommodation-note,
.csg-university-page .language-warning,
.csg-university-page .scholarship-note {
  color: var(--ink) !important;
}

.csg-university-page .main-content p:not(.eyebrow),
.csg-university-page .main-content li,
.csg-university-page .main-content dd,
.csg-university-page .main-content small,
.csg-university-page .overview-copy p,
.csg-university-page .verdict-grid p,
.csg-university-page .requirement-grid p,
.csg-university-page .route-card p,
.csg-university-page .route-card dd,
.csg-university-page .csca-answer p,
.csg-university-page .csca-decision-card p,
.csg-university-page .csca-subject-grid p,
.csg-university-page .priority-docs p,
.csg-university-page .document-list p,
.csg-university-page .checklist small,
.csg-university-page .scholarship-grid p,
.csg-university-page .scholarship-grid dd,
.csg-university-page .accommodation-options p,
.csg-university-page .accommodation-options dd,
.csg-university-page .compare-card p,
.csg-university-page .sources-section li {
  color: #3f4859 !important;
}

.csg-university-page .main-content h2,
.csg-university-page .main-content h3,
.csg-university-page .main-content h4,
.csg-university-page .verdict-grid h3,
.csg-university-page .requirement-grid h3,
.csg-university-page .route-card h3,
.csg-university-page .csca-answer h3,
.csg-university-page .csca-decision-card h3,
.csg-university-page .priority-docs strong,
.csg-university-page .document-list strong,
.csg-university-page .checklist strong,
.csg-university-page .scholarship-grid h3,
.csg-university-page .scholarship-grid dt,
.csg-university-page .accommodation-options dt,
.csg-university-page .compare-card strong {
  color: var(--primary) !important;
}

.csg-university-page .eyebrow,
.csg-university-page .main-content .eyebrow,
.csg-university-page .requirement-grid article > span,
.csg-university-page .route-card > span,
.csg-university-page .csca-answer > span,
.csg-university-page .csca-subject-grid span,
.csg-university-page .priority-docs span,
.csg-university-page .document-list span,
.csg-university-page .scholarship-grid span,
.csg-university-page .accommodation-options article > span,
.csg-university-page .compare-card span {
  color: var(--red) !important;
}

.csg-zju-page .accommodation-options {
  align-items: stretch !important;
}

.csg-zju-page .accommodation-options article {
  display: grid !important;
  grid-template-rows: auto auto minmax(78px, auto) 1fr !important;
  height: 100% !important;
}

.csg-zju-page .accommodation-options dl {
  align-self: stretch !important;
}

.csg-university-page .hero,
.csg-university-page .hero h1,
.csg-university-page .hero .hero-subtitle,
.csg-university-page .hero .hero-kicker,
.csg-university-page .hero .hero-summary,
.csg-university-page .hero .hero-proof,
.csg-university-page .hero .hero-proof span,
.csg-university-page .closing-cta,
.csg-university-page .closing-cta h2,
.csg-university-page .closing-cta p,
.csg-university-page .cost-total,
.csg-university-page .cost-total span,
.csg-university-page .cost-total small,
.csg-university-page .cost-total strong {
  color: #fff !important;
}

.csg-university-page .main-content > .section.closing-cta,
.csg-university-page .main-content > .section.closing-cta h2,
.csg-university-page .main-content > .section.closing-cta p,
.csg-university-page .main-content > .section.closing-cta span,
.csg-university-page .main-content > .section.closing-cta strong {
  color: var(--ink) !important;
}

.csg-university-page .button-primary,
.csg-university-page .button-dark,
.csg-university-page .subject-category-list button.active {
  color: #fff !important;
}

.csg-university-page .doc-card-top span {
  background: #fff0f1 !important;
  color: #c34f58 !important;
}

/* Final polish pass: even spacing, calmer controls, and safer mobile layout. */
.csg-university-page {
  overflow-x: clip !important;
}

.csg-university-page .section-heading {
  margin-bottom: 20px !important;
}

.csg-university-page .section-heading p:not(.eyebrow),
.csg-university-page .catalogue-count {
  max-width: none !important;
}

.csg-university-page .section-heading.split-heading > div:only-child {
  grid-column: 1 / -1 !important;
  max-width: none !important;
}

.csg-university-page .process-steps {
  gap: 10px !important;
}

.csg-university-page .process-steps li {
  min-height: 118px !important;
  padding: 15px 17px !important;
  border-radius: 8px !important;
}

.csg-university-page .process-steps strong {
  margin-bottom: 6px !important;
  font-size: 14px !important;
}

.csg-university-page .process-steps p {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.csg-university-page .documents-panel {
  margin-top: 16px !important;
  margin-bottom: 26px !important;
}

.csg-university-page .documents-panel summary {
  align-items: center !important;
  gap: 16px !important;
  padding: 18px 20px !important;
}

.csg-university-page .documents-panel summary small {
  margin-top: 4px !important;
  line-height: 1.35 !important;
}

.csg-university-page .documents-content {
  padding: 20px !important;
}

.csg-university-page .priority-docs article {
  padding: 15px !important;
}

.csg-university-page .doc-card-top {
  margin-bottom: 10px !important;
}

.csg-university-page .doc-card-top span {
  width: 26px !important;
  height: 26px !important;
  font-size: 10px !important;
}

.csg-university-page .document-list li {
  min-height: 46px !important;
  align-items: center !important;
}

.csg-university-page .checklist-heading {
  align-items: end !important;
}

.csg-university-page .checklist label {
  min-height: 78px !important;
}

.csg-university-page .subject-controls {
  margin-bottom: 12px !important;
}

.csg-university-page .subject-shortcuts {
  margin-bottom: 12px !important;
}

.csg-university-page .subject-match {
  margin-bottom: 12px !important;
  border-left: 4px solid var(--gold) !important;
  background: #fffaf0 !important;
}

.csg-university-page .scholarship-note,
.csg-university-page .accommodation-note,
.csg-university-page .student-facing-note {
  padding: 16px 18px !important;
  border-radius: 8px !important;
}

@media (max-width: 820px) {
  .csg-university-page {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .csg-university-page .page-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: auto !important;
    margin-inline: 16px !important;
  }

  .csg-university-page .main-content > .section {
    width: 100% !important;
    padding: 24px 18px !important;
  }

  .csg-university-page .process-steps,
  .csg-university-page .priority-docs,
  .csg-university-page .document-list,
  .csg-university-page .checklist {
    grid-template-columns: 1fr !important;
  }

  .csg-university-page .process-steps li,
  .csg-university-page .checklist label {
    min-height: 0 !important;
  }

  .csg-university-page .checklist-heading {
    align-items: start !important;
  }
}

/* SJTU correction pass: brighter hero, simpler admissions tables, and aligned pairs. */
.csg-pku-page.csg-sjtu-page .hero img {
  object-position: center center !important;
  filter: saturate(1.03) contrast(1.01) brightness(1.04) !important;
}

.csg-pku-page.csg-sjtu-page .hero-shade {
  background: linear-gradient(90deg, rgba(8, 17, 41, 0.76) 0%, rgba(8, 17, 41, 0.52) 42%, rgba(8, 17, 41, 0.08) 78%, rgba(8, 17, 41, 0.02) 100%) !important;
}

.csg-pku-page.csg-sjtu-page .requirements-table thead th:nth-child(2)::after,
.csg-pku-page.csg-sjtu-page .requirements-table thead th:nth-child(3)::after {
  content: none !important;
  display: none !important;
}

.csg-pku-page.csg-sjtu-page .requirements-table td strong {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table-wrap {
  overflow: hidden !important;
  border: 1px solid rgba(8, 32, 68, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table th,
.csg-pku-page.csg-sjtu-page .csca-route-table td {
  padding: 16px 18px !important;
  border-bottom: 1px solid #ece7dc !important;
  color: #253044 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table thead th {
  background: #f3efe6 !important;
  color: var(--primary) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table tbody th {
  width: 58% !important;
  font-weight: 750 !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table td {
  background: #fff8da !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table td strong {
  color: var(--primary) !important;
  font-size: 15px !important;
}

.csg-pku-page.csg-sjtu-page .csca-route-table tbody tr:last-child th,
.csg-pku-page.csg-sjtu-page .csca-route-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.csg-university-page .verdict-grid,
.csg-university-page .requirement-grid,
.csg-university-page .language-grid,
.csg-university-page .csca-answer-grid,
.csg-university-page .route-comparison,
.csg-university-page .process-steps,
.csg-university-page .priority-docs,
.csg-university-page .checklist,
.csg-university-page .accommodation-options,
.csg-university-page .life-grid,
.csg-university-page .compare-grid {
  align-items: stretch !important;
}

.csg-university-page .verdict-grid > article,
.csg-university-page .requirement-grid > article,
.csg-university-page .language-grid > article,
.csg-university-page .csca-answer-grid > article,
.csg-university-page .route-comparison > article,
.csg-university-page .process-steps > li,
.csg-university-page .priority-docs > article,
.csg-university-page .checklist > label,
.csg-university-page .accommodation-options > article,
.csg-university-page .life-grid > article,
.csg-university-page .compare-grid > a {
  box-sizing: border-box !important;
  height: 100% !important;
}

.csg-university-page .language-grid > article,
.csg-university-page .accommodation-options > article {
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
}

@media (max-width: 720px) {
  .csg-pku-page.csg-sjtu-page .hero-shade {
    background: linear-gradient(90deg, rgba(8, 17, 41, 0.78), rgba(8, 17, 41, 0.32)) !important;
  }

  .csg-pku-page.csg-sjtu-page .csca-route-table {
    table-layout: auto !important;
  }

  .csg-pku-page.csg-sjtu-page .csca-route-table th,
  .csg-pku-page.csg-sjtu-page .csca-route-table td {
    padding: 13px !important;
  }
}

/* Keep carousel layout above older compare-grid declarations later in the cascade. */
.csg-university-page .compare-grid {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(290px, calc((100% - 40px) / 3)) !important;
  grid-template-columns: none !important;
  gap: 20px !important;
  overflow-x: auto !important;
  padding: 4px 2px 18px !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

@media (max-width: 720px) {
  .csg-university-page .compare-grid {
    grid-auto-columns: minmax(275px, 88%) !important;
  }
}

/* Match the PKU cost-card structure. */
.csg-university-page .cost-breakdown {
  align-items: stretch !important;
}

.csg-university-page .cost-breakdown > div {
  box-sizing: border-box !important;
  height: 100% !important;
}

/* XJTU parity pass: use the launcher-selected PKU component geometry. */
.csg-pku-page.csg-xjtu-page .hero {
  min-height: 560px !important;
}

.csg-pku-page.csg-xjtu-page .hero img {
  object-position: center center !important;
  filter: saturate(1.04) contrast(1.02) brightness(1.05) !important;
}

.csg-pku-page.csg-xjtu-page .hero-shade {
  background: linear-gradient(90deg, rgba(8, 17, 41, 0.78) 0%, rgba(8, 17, 41, 0.52) 44%, rgba(8, 17, 41, 0.08) 80%, rgba(8, 17, 41, 0.02) 100%) !important;
}

.csg-pku-page.csg-xjtu-page .requirements-table thead th:nth-child(2)::after,
.csg-pku-page.csg-xjtu-page .requirements-table thead th:nth-child(3)::after {
  content: none !important;
  display: none !important;
}

.csg-pku-page.csg-xjtu-page .requirements-table td strong {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

@media (max-width: 720px) {
  .csg-pku-page.csg-xjtu-page .hero {
    min-height: 536px !important;
  }

  .csg-pku-page.csg-xjtu-page .hero-shade {
    background: linear-gradient(90deg, rgba(8, 17, 41, 0.8), rgba(8, 17, 41, 0.34)) !important;
  }
}

/* One cross-browser entry-requirements header. Avoid sticky table-header
   rendering bugs inside horizontally scrollable wrappers. */
.csg-pku-page .requirements-table thead {
  display: table-header-group !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.csg-pku-page .requirements-table thead tr {
  display: table-row !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.csg-pku-page .requirements-table thead th {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  display: table-cell !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 44px !important;
  padding: 12px 16px !important;
  border-right: 1px solid rgba(8, 32, 68, 0.08) !important;
  border-bottom: 1px solid rgba(8, 32, 68, 0.14) !important;
  color: #082044 !important;
  -webkit-text-fill-color: #082044 !important;
  background: #f2eee5 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.csg-pku-page .requirements-table thead th:nth-child(3) {
  background: #fff0b8 !important;
}

.csg-pku-page .requirements-table thead th:last-child {
  border-right: 0 !important;
}

.csg-pku-page .requirements-table thead th::after,
.csg-pku-page .requirements-table thead th:nth-child(2)::after,
.csg-pku-page .requirements-table thead th:nth-child(3)::after {
  content: none !important;
  display: none !important;
}

/* Publication layout refinement: use more of the desktop canvas and keep
   long-form reading copy at a comfortable, consistent size across C9 pages. */
@media (min-width: 821px) {
  .csg-university-page {
    --page-x: clamp(18px, 2.25vw, 32px) !important;
    --content-max: 1344px !important;
  }

  .csg-university-page .page-layout {
    grid-template-columns: 270px minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  .csg-university-page .main-content > .section {
    padding-inline: 28px !important;
  }

  .csg-university-page .section p:not(.eyebrow),
  .csg-university-page .section li,
  .csg-university-page .section dd,
  .csg-university-page .language-warning strong,
  .csg-university-page .language-warning span,
  .csg-university-page .student-facing-note,
  .csg-university-page .route-advice,
  .csg-university-page .major-note,
  .csg-university-page .accommodation-note {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* Final authoritative typography layer. Keep this block last. */
.csg-university-page .main-content > .section > .section-heading h2,
.csg-university-page .main-content > .section > .section-heading.split-heading h2 {
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
}

.csg-university-page .main-content > .section > .section-heading {
  margin-bottom: 20px !important;
}

.csg-university-page .main-content > .section > .section-heading .eyebrow {
  margin-bottom: 7px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
}

.csg-university-page .main-content > .section > .section-heading p:not(.eyebrow),
.csg-university-page .route-card p,
.csg-university-page .route-card dd,
.csg-university-page .language-card p,
.csg-university-page .csca-decision-card p,
.csg-university-page .accommodation-options p,
.csg-university-page .life-grid p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.csg-university-page .route-card h3,
.csg-university-page .language-card h3,
.csg-university-page .csca-answer h3,
.csg-university-page .csca-decision-card h3,
.csg-university-page .accommodation-options h3,
.csg-university-page .life-grid h3,
.csg-university-page .verdict-grid h3,
.csg-university-page .requirement-grid h3 {
  font-size: 18px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

@media (min-width: 821px) {
  .csg-university-page .main-content > .section {
    padding: 34px 24px !important;
  }
}

@media (max-width: 820px) {
  .csg-university-page .main-content > .section {
    padding: 28px 16px !important;
  }

  .csg-university-page .main-content > .section > .section-heading h2,
  .csg-university-page .main-content > .section > .section-heading.split-heading h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
}

.csg-university-page .main-content > .section article h3,
.csg-university-page .main-content > .section .csca-decision-card h3 {
  font-size: 18px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

/* Sticky section navigation: slightly larger without wrapping the link row. */
.csg-university-page .section-nav-inner {
  gap: 4px !important;
  min-height: 56px !important;
  padding: 9px 0 !important;
  justify-content: safe center !important;
}

.csg-university-page .section-nav a {
  padding: 10px 12px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) {
  .csg-university-page .section-nav-inner {
    width: 100% !important;
    justify-content: flex-start !important;
    padding-inline: 12px !important;
  }
}
