
    @font-face {
      font-family: "BxgPingFang";
      src: url("./assets/SourceHanSansCN-Regular.11c302d.otf") format("opentype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "BxgPingFang";
      src: url("./assets/PingFang-Medium.1597485.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "BxgPingFang";
      src: url("./assets/PingFang-Bold.dd25b35.ttf") format("truetype");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --brand-red: #a32738;
      --brand-red-dark: #8e1d2f;
      --copy: #272020;
      --muted: #675f5f;
      --paper: #ffffff;
      --soft: #fafafd;
      --soft-gray: #f4f4fb;
      --line: #e5e6eb;
      --blue: #165dff;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      font-family: "BxgPingFang", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      color: var(--copy);
      background: #fff;
      letter-spacing: 0;
    }

    body.modal-open {
      overflow: hidden;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    button {
      border: 0;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }
.header {
  height: 90px;
  background: #fff;
}
.header .content {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo {
  display: flex;
  align-items: center;
}
.header .content .logo .logo-img {
  width: 180px;
  margin-right: 15px;
}
.header .content .logo .slogan-img {
  width: 106px;
  border-left: 1px #dedede solid;
  padding-left: 17px;
}
    .page {
      overflow: hidden;
      background: #fff;
    }

    .section-inner {
      width: min(1200px, calc(100vw - 48px));
      margin: 0 auto;
    }

    .hero {
      position: relative;
      height: 710px;
      background: #fff;
    }

    .hero-visual {
      width: 100%;
      height: 670px;
      overflow: hidden;
    }

    .hero-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .admission-card {
      position: absolute;
      left: 50%;
      bottom: 20px;
      width: min(900px, calc(100vw - 56px));
      min-height: 144px;
      padding: 32px 32px 31px;
      transform: translateX(-50%);
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
      text-align: center;
    }

    .admission-card.fade-in {
      transform: translate(-50%, 30px);
    }

    .admission-card.fade-in.visible {
      transform: translate(-50%, 0);
    }

    .admission-card .main-copy {
      margin: 0;
      font-size: 20px;
      line-height: 28px;
      font-weight: 400;
    }

    .admission-card .notice {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      margin-top: 12px;
      padding: 0 32px;
      width: min(764px, 100%);
      border-radius: 8px;
      background: #faf3f3;
      color: #cc0001;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
    }

    .section-title {
      width: min(1200px, calc(100vw - 48px));
      margin: 0 auto;
      text-align: center;
    }

    .section-title h2 {
      margin: 0;
      color: var(--copy);
      font-size: 38px;
      line-height: 50px;
      font-weight: 500;
    }

    .section-title .en {
      margin: 4px 0 0;
      color: #fff;
      font-size: 30px;
      line-height: 40px;
      font-weight: 400;
    }

    .advantage {
      padding: 80px 0 100px;
      background: #fff;
    }

    .advantage h2 {
      font-weight: 400;
    }

    .advantage h2 strong {
      font-weight: 700;
    }

    .advantage-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 30px;
      margin-top: 60px;
    }

    .advantage-card {
      min-height: 204px;
      padding: 40px 24px 28px;
      border-radius: 16px;
      background: #f7f7f7;
      text-align: center;
      transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    }

    .advantage-card:hover,
    .advantage-card:focus-within {
      transform: translateY(-6px);
      background: #fff;
      box-shadow: 0 18px 38px rgba(93, 74, 83, 0.12);
    }

    .advantage-card img {
      width: 46px;
      height: 46px;
      margin: 0 auto;
    }

    .advantage-card h3 {
      margin: 16px 0 10px;
      color: #231d1d;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
    }

    .advantage-card p {
      margin: 0;
      color: #231d1d;
      font-size: 14px;
      line-height: 24px;
    }

    .wide-banner {
      margin-top: 10px;
      border-radius: 0;
      overflow: hidden;
    }

    .certificate {
      padding: 0 0 0;
      background: #fff;
    }

    .certificate-layout {
      position: relative;
      margin-top: 60px;
      padding-bottom: 48px;
    }

    .certificate-top {
      display: grid;
      grid-template-columns: 435px 1fr;
      gap: 10px;
      align-items: center;
    }

    .certificate-top .certificate-pic {
      width: 435px;
    }

    .certificate-copy {
      min-height: 360px;
      padding: 52px 0 20px 45px;
      border-radius: 24px 0 0 24px;
      background: linear-gradient(270deg, rgba(247, 247, 247, 0.06), #f9f9fd);
    }

    .certificate-copy article {
      margin-bottom: 32px;
    }

    .certificate-copy h3 {
      margin: 0;
      font-size: 22px;
      line-height: 32px;
      font-weight: 500;
    }

    .certificate-copy p {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 26px;
    }

    .certificate-strip {
      margin-top: 40px;
    }

    .certificate-labels {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 20px;
      font-size: 14px;
      line-height: 20px;
    }

    .certificate-labels span {
      position: absolute;
      white-space: nowrap;
    }

    .certificate-labels span:nth-child(1) { left: 9.5%; }
    .certificate-labels span:nth-child(2) { left: 39.2%; }
    .certificate-labels span:nth-child(3) { left: 59.7%; }
    .certificate-labels span:nth-child(4) { right: 1.9%; }

    .school {
      padding: 280px 0 100px;
      background: url("./assets/bg.d14ed1b.png") center top / cover no-repeat;
    }

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

    .school-copy p {
      margin: 0 0 0;
      font-size: 18px;
      line-height: 38px;
      text-indent: 2em;
    }

    .school-copy img {
      width: 100%;
      margin-top: 60px;
    }

    .major {
      position: relative;
      padding-bottom: 100px;
      background: var(--soft-gray);
    }

    .major-bg {
      position: absolute;
      inset: 0 0 auto;
      height: 600px;
      background: url("./assets/major-bg.e8fac22.png") center top / cover no-repeat;
    }

    .major .section-title {
      position: relative;
      z-index: 1;
      padding-top: 97px;
    }

    .major .section-title h2 {
      color: #fff;
    }

    .major-shell {
      position: relative;
      z-index: 2;
      margin-top: 60px;
      padding: 10px 50px 50px;
      border-radius: 24px;
      background: #fff;
    }

    .program-tabs {
      position: sticky;
      top: 0;
      z-index: 20;
      display: flex;
      justify-content: space-between;
      gap: 40px;
      width: min(840px, 100%);
      height: 70px;
      margin: 0 auto;
      padding: 0;
      background: #fff;
    }

    .program-tabs.is-stuck {
      width: 100vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      padding: 15px calc((100vw - min(1200px, calc(100vw - 48px))) / 2 + 50px);
      height: 100px;
      box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.05);
      justify-content: center;
    }

    .program-tabs.is-stuck .program-tab {
      width: 580px;
      max-width: calc((100vw - 120px) / 2);
    }

    .program-tab {
      width: 400px;
      height: 70px;
      padding: 12px 0 8px;
      border-radius: 8px;
      background: #f4f4f9;
      color: var(--copy);
      cursor: pointer;
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      transition: background 0.2s ease, color 0.2s ease;
    }

    .program-tab span {
      display: block;
      margin-top: 2px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
    }

    .program-tab:hover {
      color: var(--brand-red);
    }

    .program-tab.active {
      background: var(--brand-red);
      color: #fff;
    }

    .program-panel {
      display: none;
      margin-top: 20px;
    }

    .program-panel.active {
      display: block;
    }

    .detail-block {
      position: relative;
      margin-top: 88px;
    }

    .block-title {
      position: absolute;
      top: -68px;
      left: -60px;
      min-width: 160px;
      padding: 6px 46px 16px 26px;
      color: var(--brand-red);
      font-size: 22px;
      line-height: 32px;
      background: url("./assets/title-bg.6d4325d.png") center / 100% 100% no-repeat;
      font-weight: 500;
    }

    .program-detail {
      display: grid;
      grid-template-columns: 444px 1fr;
      gap: 56px;
      padding: 40px 50px;
      width: 100%;
      border-radius: 8px;
      background: var(--soft);
    }

    .intro-card {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 468px;
      background: url("./assets/left-bg-pic.9707e02.png") center / cover no-repeat;
    }

    .program-panel[data-program="data"] .intro-card {
      background-image: url("./assets/left-bg-pic2.e0b1707.png");
    }

    .intro-card p {
      width: 324px;
      margin: 0;
      color: #fff;
      font-size: 18px;
      line-height: 34px;
      text-align: justify;
    }

    .salary-table {
      margin-top: 6px;
      min-width: 0;
    }

    .table-row {
      display: grid;
      grid-template-columns: minmax(150px, 1.6fr) minmax(78px, 0.8fr) minmax(106px, 0.9fr);
      align-items: center;
      gap: 16px;
      min-height: 66px;
      padding: 0 20px;
      border-bottom: 1px solid #dbdbeb;
      font-size: 16px;
      line-height: 22px;
    }

    .table-row.head {
      min-height: 46px;
      border-bottom: 0;
      color: var(--brand-red);
      font-size: 18px;
      line-height: 26px;
    }

    .table-row span:nth-child(2),
    .table-row span:nth-child(3) {
      text-align: right;
    }

    .curriculum {
      position: relative;
      margin-top: 96px;
    }

    .curriculum .block-title {
      top: -12px;
    }

    .curriculum-note {
      margin: 69px 0 0 119px;
      font-size: 16px;
      line-height: 24px;
    }

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

    .course-group {
      min-height: 646px;
      padding: 30px 30px 18px;
      border-radius: 16px;
      background: var(--soft);
    }

    .course-group h4 {
      margin: 0 auto 12px;
      height: 44px;
      border-radius: 8px;
      background: #f0f0f8;
      text-align: center;
      font-size: 20px;
      line-height: 44px;
      font-weight: 700;
    }

    .course-item {
      width: 100%;
      padding: 12px 0;
      border-bottom: 1px solid #e5e6eb;
      background: transparent;
      text-align: left;
      cursor: pointer;
    }

    .course-item:last-child {
      border-bottom: 0;
    }

    .course-main {
      display: grid;
      grid-template-columns: 115px 1fr;
      gap: 0;
      align-items: start;
    }

    .course-code {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
    }

    .course-name {
      display: block;
      color: var(--copy);
      font-size: 16px;
      line-height: 24px;
    }

    .course-en {
      display: block;
      margin-top: 2px;
      color: #bc5f5f;
      font-size: 14px;
      line-height: 22px;
    }

    .course-desc {
      display: none;
      grid-column: 2;
      margin: 8px 0 0;
      color: #675f5f;
      font-size: 14px;
      line-height: 22px;
    }

    .course-item.active .course-desc {
      display: block;
    }

    .course-item:hover .course-code,
    .course-item:hover .course-name,
    .course-item.active .course-code,
    .course-item.active .course-name {
      color: var(--brand-red);
    }

    .mode {
      position: relative;
      margin-top: 128px;
    }

    .mode .block-title {
      top: -40px;
    }

    .mode-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px;
      margin-top: 98px;
    }

    .mode-card {
      display: grid;
      grid-template-columns: 40px 1fr;
      gap: 24px;
      align-items: start;
      min-height: 192px;
      padding: 32px 32px 28px;
      border-radius: 16px;
      background: var(--soft);
    }

    .mode-card img {
      width: 40px;
      height: 40px;
    }

    .mode-card h4 {
      margin: 7px 0 16px;
      font-size: 20px;
      line-height: 26px;
      font-weight: 700;
    }

    .mode-card p {
      margin: 0;
      color: #847d7d;
      font-size: 16px;
      line-height: 26px;
    }

    .faculty {
      position: relative;
      margin-top: 88px;
    }

    .faculty-list {
      margin-top: 88px;
      padding: 48px 62px 46px;
      border-radius: 16px;
      background: var(--soft);
      overflow: hidden;
    }

    .teacher-card {
      display: grid;
      grid-template-columns: 136px 1fr;
      gap: 46px;
      align-items: center;
      min-height: 188px;
      padding: 0 0 44px;
      margin-bottom: 44px;
      border-bottom: 1px solid #e2e2ee;
    }

    .teacher-card img {
      width: 136px;
      height: 136px;
      border-radius: 6px;
      object-fit: cover;
    }

    .teacher-card h4 {
      margin: 6px 0 14px;
      color: #272020;
      font-size: 28px;
      line-height: 38px;
      font-weight: 700;
    }

    .teacher-card .job {
      margin: 0;
      color: var(--brand-red);
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
    }

    .teacher-card .bio {
      margin: 0;
      color: #272020;
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
    }

    .teacher-card:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0;
    }

    .alumni {
      padding: 100px 0 88px;
      background: #fff;
    }

    .alumni-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 40px 60px;
      margin-top: 40px;
    }

    .alumni-card img {
      width: 100%;
      border-radius: 0;
    }

    .alumni-card p {
      margin: 24px 0 0;
      font-size: 16px;
      line-height: 30px;
    }

    .advisor-banner {
      position: relative;
      padding-bottom: 100px;
      background: #fff;
    }

    .advisor-banner::after {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: min(1200px, calc(100vw - 48px));
      height: 1px;
      transform: translateX(-50%);
      background: #e5e6eb;
      content: "";
    }

    .advisor-banner img {
      width: 100%;
    }

    .footer {
      background: #fff;
    }

    .footer-inner {
      display: flex;
      gap: 40px;
      width: min(1200px, calc(100vw - 48px));
      margin: 0 auto;
      padding: 28px 0 24px 85px;
      border-top: 1px solid #e5e6eb;
    }

    .footer-qrs {
      display: flex;
      gap: 25px;
      flex: 0 0 auto;
    }

    .footer-qr {
      width: 98px;
      text-align: center;
      color: #4e5969;
      font-size: 12px;
      line-height: 20px;
    }

    .footer-qr img {
      width: 98px;
      height: 98px;
      margin-bottom: 4px;
    }

    .footer-copy {
      flex: 1;
      min-width: 0;
      color: #86909c;
      font-size: 12px;
      line-height: 20px;
    }

    .footer-links {
      margin-bottom: 16px;
      color: #1d2129;
      font-size: 16px;
      line-height: 24px;
    }

    .footer-links a {
      cursor: pointer;
    }

    .footer-links a:hover {
      color: var(--blue);
    }

    .footer-links span {
      margin: 0 15px;
      color: #7c8490;
      font-size: 14px;
    }

    .footer-copy img {
      display: inline-block;
      width: 11px;
      margin: -2px 4px 0 10px;
      vertical-align: middle;
    }

    .float-tools {
      position: fixed;
      right: 19px;
      bottom: 65px;
      z-index: 1000;
      width: 48px;
    }

    .float-button {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      min-height: 48px;
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 6px 15px rgba(94, 123, 218, 0.10), 0 3px 6px -4px rgba(94, 123, 218, 0.16);
      cursor: pointer;
    }

    .data-button {
      flex-direction: column;
      height: 80px;
      margin-bottom: 16px;
      padding-top: 12px;
      border: 2px solid #fff;
      background: linear-gradient(180deg, #ff5744, #ffa25a);
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      text-align: center;
    }

    .data-button .file-mark {
      position: relative;
      width: 20px;
      height: 20px;
      margin-bottom: 3px;
      border: 2px solid #fff;
      border-radius: 3px;
    }

    .data-button .file-mark::after {
      position: absolute;
      right: -2px;
      bottom: -2px;
      width: 7px;
      height: 7px;
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
      background: rgba(255, 255, 255, 0.18);
      content: "";
    }

    .qr-tooltip,
    .talk-pop {
      position: absolute;
      right: 65px;
      display: none;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .qr-tooltip::after,
    .talk-pop::after {
      position: absolute;
      top: 50%;
      right: -3px;
      width: 6px;
      height: 6px;
      transform: translateY(-50%) rotate(45deg);
      background: #fff;
      content: "";
    }

    .data-button .qr-tooltip {
      top: -125px;
      width: 154px;
      height: 204px;
      padding: 10px;
      border-radius: 8px;
      color: #1d2129;
      cursor: default;
    }

    .qr-tooltip img {
      width: 134px;
      height: 134px;
      margin: 0 auto 0;
    }

    .qr-tooltip p {
      margin: 0;
      color: #1d2129;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
    }

    .data-button:hover .qr-tooltip,
    .qr-button:hover .qr-tooltip {
      display: block;
    }

    .right-rail {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0;
      margin: 16px 0;
      padding: 4px 0;
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 6px 15px rgba(94, 123, 218, 0.10), 0 3px 6px -4px rgba(94, 123, 218, 0.16);
    }

    .qr-button {
      width: 40px;
      height: 40px;
      margin: 0;
      border-radius: 50%;
      background: transparent;
    }

    .chat-button {
      background: linear-gradient(180deg, #165dff, #16a1ff);
    }

    .chat-button img {
      width: 20px;
      height: 20px;
    }

    .talk-pop {
      top: -5px;
      width: 186px;
      height: 52px;
      padding-left: 8px;
      border-radius: 4px;
      align-items: center;
      cursor: pointer;
    }

    .talk-pop img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }

    .talk-pop span {
      color: #1d2129;
      font-size: 14px;
      line-height: 52px;
      white-space: nowrap;
    }

    .chat-button .talk-pop {
      display: flex;
    }

    .chat-button:hover .talk-pop {
      display: flex;
    }

    .app-icon,
    .wechat-icon {
      width: 20px;
      height: 20px;
      border-radius: 4px;
      background: #86909c;
      color: #fff;
      font-size: 10px;
      line-height: 20px;
      text-align: center;
      font-weight: 700;
    }

    .qr-button:hover {
      background: #e8f3ff;
    }

    .qr-button:hover .app-icon,
    .qr-button:hover .wechat-icon {
      background: #165dff;
    }

    .qr-button .qr-tooltip {
      top: 50%;
      width: 158px;
      min-height: 204px;
      padding: 16px 0 12px;
      transform: translateY(-50%);
      border-radius: 4px;
      cursor: default;
    }

    .qr-button .qr-tooltip img {
      width: 120px;
      height: 120px;
      margin-bottom: 10px;
    }

    .backtop {
      display: none;
      color: #165dff;
      font-size: 12px;
      font-weight: 700;
    }

    .backtop.visible {
      display: flex;
    }

    .contact-panel {
      position: fixed;
      right: 84px;
      bottom: 148px;
      z-index: 999;
      display: none;
      width: 300px;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    }

    .contact-panel.open {
      display: block;
    }

    .contact-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 16px;
      background: linear-gradient(90deg, #165dff, #16a1ff);
      color: #fff;
      font-weight: 700;
    }

    .contact-head button {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
      cursor: pointer;
    }

    .contact-body {
      padding: 18px 16px 16px;
    }

    .message {
      width: fit-content;
      max-width: 100%;
      margin-bottom: 10px;
      padding: 10px 12px;
      border-radius: 8px;
      background: #f4f7ff;
      color: #1d2129;
      font-size: 14px;
      line-height: 22px;
    }

    .quick-actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      margin-top: 12px;
    }

    .quick-actions button {
      min-height: 34px;
      border-radius: 4px;
      background: #eef3ff;
      color: #165dff;
      cursor: pointer;
    }

    .modal {
      position: fixed;
      inset: 0;
      z-index: 1200;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(17, 18, 20, 0.48);
    }

    .modal.open {
      display: flex;
    }

    .modal-card {
      width: min(520px, 100%);
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
      overflow: hidden;
    }

    .modal-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 24px 16px;
      border-bottom: 1px solid #f0f0f0;
    }

    .modal-head h3 {
      margin: 0;
      font-size: 20px;
      line-height: 28px;
    }

    .modal-close {
      width: 32px;
      height: 32px;
      border-radius: 6px;
      background: #f4f4f9;
      color: #4e5969;
      cursor: pointer;
    }

    .modal-body {
      display: grid;
      grid-template-columns: 170px 1fr;
      gap: 22px;
      padding: 24px;
      align-items: center;
    }

    .modal-body img {
      width: 160px;
      height: 160px;
      margin: 0 auto;
      border-radius: 8px;
    }

    .modal-body p {
      margin: 0 0 14px;
      color: #4e5969;
      font-size: 15px;
      line-height: 24px;
    }

    .lead-form {
      display: grid;
      gap: 10px;
    }

    .lead-form input {
      width: 100%;
      height: 40px;
      padding: 0 12px;
      border: 1px solid #e5e6eb;
      border-radius: 4px;
      outline: none;
    }

    .lead-form input:focus {
      border-color: #165dff;
      box-shadow: 0 0 0 3px rgba(22, 93, 255, 0.10);
    }

    .lead-form button {
      height: 40px;
      border-radius: 4px;
      background: #165dff;
      color: #fff;
      cursor: pointer;
    }

    .form-status {
      min-height: 20px;
      color: var(--brand-red);
      font-size: 13px;
      line-height: 20px;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1100px) {
      .section-inner,
      .section-title,
      .footer-inner,
      .advisor-banner::after {
        width: min(940px, calc(100vw - 40px));
      }

      .hero {
        height: 650px;
      }

      .hero-visual {
        height: 610px;
      }

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

      .certificate-top,
      .program-detail {
        grid-template-columns: 1fr;
      }

      .certificate-top .certificate-pic {
        width: min(435px, 100%);
        margin: 0 auto;
      }

      .certificate-copy {
        width: 100%;
        border-radius: 16px;
      }

      .certificate-labels {
        display: none;
      }

      .school {
        margin-top: 120px;
        padding-top: 180px;
      }

      .major-shell {
        padding: 10px 24px 40px;
      }

      .block-title {
        left: -24px;
      }

      .program-tabs {
        gap: 16px;
      }

      .program-tabs.is-stuck {
        padding: 15px 24px;
      }

      .course-columns,
      .mode-grid {
        grid-template-columns: 1fr;
      }

      .course-group {
        min-height: auto;
      }

      .footer-inner {
        padding-left: 0;
      }
    }

    @media (max-width: 760px) {
      .section-inner,
      .section-title,
      .footer-inner,
      .advisor-banner::after {
        width: calc(100vw - 28px);
      }

      .section-title h2 {
        font-size: 26px;
        line-height: 36px;
      }

      .hero {
        height: 500px;
      }

      .hero-visual {
        height: 450px;
      }

      .hero-visual img {
        width: 1080px;
        height: auto;
        max-width: none;
        transform: translateX(-50%);
        margin-left: 50%;
      }

      .admission-card {
        bottom: 24px;
        min-height: 118px;
        padding: 22px 16px;
      }

      .admission-card .main-copy {
        font-size: 16px;
        line-height: 25px;
      }

      .admission-card .notice {
        padding: 8px 12px;
        height: auto;
        font-size: 14px;
      }

      .advantage,
      .alumni {
        padding: 56px 0 64px;
      }

      .advantage-grid,
      .alumni-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 36px;
      }

      .certificate-layout {
        margin-top: 36px;
      }

      .certificate-copy {
        min-height: auto;
        padding: 28px 22px;
      }

      .certificate-copy h3 {
        font-size: 19px;
      }

      .certificate-copy p {
        font-size: 15px;
      }

      .school {
        margin-top: 48px;
        padding: 96px 0 64px;
      }

      .school-copy {
        margin-top: 36px;
      }

      .school-copy p {
        font-size: 15px;
        line-height: 29px;
      }

      .school-copy img {
        margin-top: 32px;
      }

      .major .section-title {
        padding-top: 64px;
      }

      .major .section-title .en {
        font-size: 18px;
        line-height: 28px;
      }

      .major-shell {
        margin-top: 36px;
        padding: 10px 14px 30px;
        border-radius: 16px;
      }

      .program-tabs,
      .program-tabs.is-stuck {
        position: static;
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        box-shadow: none;
      }

      .program-tabs.is-stuck .program-tab,
      .program-tab {
        width: 100%;
        max-width: none;
      }

      .program-detail {
        padding: 24px 14px;
        gap: 24px;
      }

      .intro-card {
        min-height: 360px;
      }

      .intro-card p {
        width: min(286px, calc(100% - 40px));
        font-size: 15px;
        line-height: 29px;
      }

      .detail-block,
      .curriculum,
      .faculty {
        margin-top: 82px;
      }

      .mode {
        margin-top: 100px;
      }

      .block-title {
        left: -12px;
        font-size: 19px;
      }

      .table-row {
        grid-template-columns: 1.4fr 0.8fr 0.8fr;
        gap: 10px;
        padding: 10px 4px;
        font-size: 13px;
      }

      .table-row.head {
        font-size: 14px;
      }

      .curriculum-note {
        margin-left: 0;
        font-size: 14px;
      }

      .course-group {
        padding: 24px 16px 12px;
      }

      .course-main {
        grid-template-columns: 78px 1fr;
      }

      .course-desc {
        grid-column: 1 / -1;
      }

      .mode-card {
        grid-template-columns: 36px 1fr;
        gap: 16px;
        padding: 24px 16px;
      }

      .faculty-list {
        padding: 28px 18px;
      }

      .teacher-card {
        display: block;
        min-height: 0;
        padding: 0 0 28px;
        margin-bottom: 28px;
      }

      .teacher-card img {
        width: 120px;
        height: 120px;
        margin: 0 0 16px;
      }

      .teacher-card .job {
        font-size: 17px;
        line-height: 26px;
      }

      .teacher-card h4 {
        font-size: 24px;
        line-height: 32px;
      }

      .teacher-card .bio {
        font-size: 15px;
        line-height: 26px;
      }

      .footer-inner {
        display: block;
        padding: 24px 0;
      }

      .footer-qrs {
        justify-content: center;
        margin-bottom: 24px;
      }

      .footer-links {
        font-size: 14px;
      }

      .float-tools {
        right: 10px;
        bottom: 40px;
      }

      .talk-pop {
        display: none !important;
      }

      .contact-panel {
        right: 68px;
        bottom: 120px;
        width: min(300px, calc(100vw - 90px));
      }

      .modal-body {
        grid-template-columns: 1fr;
      }
    }
