@font-face {
  font-family: "Douyin Sans Digits";
  src: url("../fonts/douyin-sans-digits.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0030-0036;
}

:root {
  --home-gradient: linear-gradient(90deg, #674fff 0.747%, #0a68fe 102.86%);
  --cta-hero-pc:
    radial-gradient(ellipse 134px 42px at 74.9% 100%, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 199px 51px at 22.1% 100%, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(109.9664deg, #3450ff 10.135%, #2d7efd 99.458%);
  --cta-school-pc:
    radial-gradient(ellipse 119px 42px at 74.9% 100%, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 175px 51px at 22.1% 100%, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(107.7963deg, #3450ff 10.135%, #2d7efd 99.458%);
  --cta-major-pc:
    radial-gradient(ellipse 119px 42px at 74.9% 100%, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 176px 51px at 22.1% 100%, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(109.9664deg, #3450ff 10.135%, #2d7efd 99.458%);
  --cta-guide-pc:
    radial-gradient(ellipse 119px 42px at 74.9% 100%, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 176px 51px at 22.1% 100%, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(107.7963deg, #3450ff 10.135%, #2d7efd 99.458%);
  --cta-mobile-92:
    radial-gradient(ellipse 49.789px 21px at 68.908px 30px, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 73.369px 25.25px at 20.321px 30px, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(105.0276843224deg, #3450ff 10.135%, #2d7efd 99.458%);
  --cta-mobile-102:
    radial-gradient(ellipse 55.201px 21px at 76.398px 30px, #2397fb 0%, rgba(35, 151, 251, 0) 100%),
    radial-gradient(ellipse 81.344px 25.25px at 22.53px 30px, #765efe 0%, rgba(118, 94, 254, 0) 100%),
    linear-gradient(106.575549676deg, #3450ff 10.135%, #2d7efd 99.458%);
  --home-button: var(--cta-guide-pc);
}

.home-page .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1.2px);
  backdrop-filter: blur(1.2px);
  box-shadow: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-page .design-canvas {
  background-color: #f4f8fd;
  background-image:
    url("../images/home-pc-testimonials-glow.png"),
    url("../images/home-pc-top.png"),
    url("../images/home-pc-schools.png"),
    url("../images/home-pc-lower.png");
  background-position: 0 4191px, 0 0, 0 837px, 0 4385px;
  background-repeat: no-repeat;
  background-size: 1920px 907px, 1920px 751px, 1920px 1318px, 1920px 964px;
}

.home-main {
  width: 1920px;
  overflow: hidden;
}

.home-main ul,
.home-main ol,
.home-main blockquote,
.home-main p {
  margin-top: 0;
}

.home-main a {
  text-decoration: none;
}

.home-hero {
  position: relative;
  width: 1920px;
  height: 500px;
}

.home-hero-copy {
  position: absolute;
  inset: 0;
}

.home-hero h1 {
  position: absolute;
  top: 100px;
  left: 260px;
  display: flex;
  width: 737px;
  height: 67px;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #221f34;
  font-family: "Alimama ShuHeiTi", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
  white-space: nowrap;
}

.home-hero h1 strong {
  color: transparent;
  background: linear-gradient(90deg, #5b9aff 0%, #1568ec 55.144%, #866efa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font: inherit;
}

.home-hero-subtitle {
  position: absolute;
  top: 191px;
  left: 260px;
  margin: 0;
  color: #666;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}

.home-hero-actions {
  position: absolute;
  top: 267px;
  left: 260px;
  display: flex;
  gap: 16px;
}

.home-hero-actions a,
.home-section-cta {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}
.home-secondary-button:hover {
     color:#333;
}
.home-hero-actions a {
  width: 249px;
}
.home-primary-button:hover {
 color:#fff;
}
.home-primary-button,
.home-section-cta {
  color: #fff;
  box-shadow: 0 2px 8px rgba(175, 181, 202, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.4);
}

.home-primary-button {
  background: var(--cta-hero-pc);
}

.schools-cta {
  background: var(--cta-school-pc);
}

.majors-cta {
  background: var(--cta-major-pc);
}

.guide-cta,
.testimonials-cta {
  background: var(--cta-guide-pc);
}

.home-hero-actions a > span,
.home-section-cta > span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: none;
  color: currentColor;
  font-size: 0;
}

.home-hero-actions a > span::before,
.home-section-cta > span::before {
  position: absolute;
  top: 11px;
  left: 3px;
  width: 16px;
  height: 1.5px;
  background: currentColor;
  content: "";
}

.home-hero-actions a > span::after,
.home-section-cta > span::after {
  position: absolute;
  top: 7px;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.home-secondary-button {
  color: #333;
  background: #fff;
}

.home-hero-stats {
  position: absolute;
  top: 351px;
  left: 260px;
  display: flex;
  height: 28px;
  align-items: center;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.home-hero-stats li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.home-hero-stats li:not(:last-child)::after {
  width: 1px;
  height: 13px;
  margin-left: 16px;
  background: rgba(102, 102, 102, 0.32);
  content: "";
}

.home-hero-stats b {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #4f76ff;
  font-size: 10px;
  line-height: 1;
}

.home-hero-stats strong {
  color: #3270fe;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.home-hero-source {
  position: absolute;
  top: 391px;
  left: 260px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.home-hero-source i {
  width: 1px;
  height: 13px;
  background: rgba(102, 102, 102, 0.32);
}

.home-timeline {
  position: relative;
  width: 1400px;
  height: 362px;
  margin-left: 260px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background-image: url("../images/home-pc-timeline-art.png"), url("../images/home-pc-timeline-base.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1400px 362px;
}

.timeline-heading img {
  position: absolute;
  top: 19px;
  left: 22px;
  width: 46px;
  height: 55px;
}

.timeline-heading h2 {
  position: absolute;
  top: 24px;
  left: 84px;
  margin: 0;
  font-family: "Alimama ShuHeiTi", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  white-space: nowrap;
}

.timeline-heading h2 strong {
  color: #ffd366;
  font: inherit;
}

.timeline-heading p {
  position: absolute;
  top: 39px;
  left: 264px;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.timeline-year {
  position: absolute;
  top: 35px;
  left: 1288px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.timeline-list {
  position: absolute;
  top: 87px;
  left: 20px;
  display: flex;
  width: 1360px;
  height: 217px;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.timeline-list li {
  position: relative;
  z-index: 0;
  width: 210px;
  height: 217px;
  flex: 0 0 210px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #000;
  background:
    radial-gradient(ellipse 131px 136px at 90.71% 2.3%, #e0e0ff 0%, rgba(224, 224, 255, 0) 100%),
    radial-gradient(ellipse 121px 125px at 13.81% 2.07%, #e5f0ff 0%, rgba(229, 240, 255, 0) 100%),
    #fff;
}

.timeline-list li > b {
  position: absolute;
  top: 13px;
  left: 82px;
  z-index: auto;
  width: 47px;
  height: 38px;
  color: transparent;
  background: linear-gradient(90deg, #5b9aff 0%, #1568ec 55.144%, #866efa 100%), #1777ff;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Douyin Sans Digits", "Arial Black", "PingFang SC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

.timeline-list li > b::before {
  position: absolute;
  top: 23px;
  left: 0;
  z-index: -1;
  width: 47px;
  height: 11px;
  border-radius: 5.5px;
  background: #cfcfff;
  content: "";
}

.timeline-list h3 {
  position: absolute;
  top: 63px;
  left: 0;
  width: 210px;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.timeline-mobile-label {
  display: none;
}

.timeline-list time {
  position: absolute;
  top: 109px;
  left: 0;
  display: block;
  width: 210px;
  margin: 0;
  color: #666;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.timeline-list a {
  position: absolute;
  top: 161px;
  left: 16px;
  display: flex;
  width: 176px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 8px;
  color: #2e2b7c;
  background: linear-gradient(90deg, #d3eaff, #eae8ff);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.timeline-note {
  position: absolute;
  top: 320px;
  left: 567px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.home-schools {
  position: relative;
  width: 1400px;
  height: 1000px;
  margin: 120px 0 0 260px;
}

.home-section-heading {
  position: absolute;
  height: 93px;
  text-align: center;
}

.home-section-heading h2 {
  height: 59px;
  margin: 0;
  color: #000;
  font-size: 42px;
  font-weight: 600;
  line-height: 59px;
  white-space: nowrap;
}

.home-section-heading h2 strong {
  color: transparent;
  background: var(--home-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  font: inherit;
}

.home-section-heading p {
  margin: 12px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.schools-heading {
  top: 0;
  left: 466px;
  width: 468px;
}

.home-section-cta {
  position: absolute;
  width: 220px;
}

.schools-cta {
  top: 123px;
  left: 590px;
}

.school-panel {
  position: absolute;
  top: 243px;
  left: 0;
  width: 1400px;
  height: 755px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.school-tools {
  position: absolute;
  inset: 0;
  margin: 0;
}

.school-filters {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  height: 48px;
  align-items: center;
  gap: 8px;
}

.school-filter {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  color: #333;
  background: linear-gradient(90deg, #f4f6ff, #f5f3ff);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
  cursor: pointer;
}

.school-filter i {
  width: 9px;
  height: 9px;
  flex: none;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center;
}

.school-filter[aria-expanded="true"] i {
  transform: translateY(2px) rotate(225deg);
}

.school-reset {
  height: 48px;
  margin-left: 8px;
  padding: 0;
  border: 0;
  color: transparent;
  background: var(--home-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}

.school-search {
  position: absolute;
  top: 20px;
  left: 790px;
  display: flex;
  width: 590px;
  height: 48px;
  align-items: center;
  padding: 4px 4px 4px 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f6ff, #f5f3ff);
}

.school-search-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: none;
}

.school-search-icon::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border: 2px solid #657086;
  border-radius: 50%;
  content: "";
}

.school-search-icon::after {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #657086;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.school-search input {
  min-width: 0;
  height: 40px;
  flex: 1;
  margin-left: 8px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  background: transparent;
  font-size: 20px;
}

.school-search button {
  width: 70px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--home-button);
  font-size: 16px;
  font-weight: 600;
}

.school-search:focus-within {
  box-shadow: inset 0 0 0 2px #2b67ff;
}

.school-table-wrap {
  position: absolute;
  top: 88px;
  left: 20px;
  width: 1356px;
  height: 670px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  overscroll-behavior: auto;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.school-table-wrap::-webkit-scrollbar {
  display: none;
}

.school-table-wrap:focus-visible {
  outline: 2px solid #2b67ff;
  outline-offset: -2px;
}

.school-list-scrollbar {
  position: absolute;
  top: 88px;
  right: 12px;
  z-index: 20;
  width: 6px;
  height: 792px;
  border-radius: 999px;
  background: rgba(217, 235, 255, 0.28);
  cursor: pointer;
  touch-action: none;
}

.school-list-scrollbar[hidden] {
  display: none;
}

.school-list-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  min-height: 24px;
  border-radius: 999px;
  background: #d9ebff;
  cursor: grab;
  transform: translateY(0);
}

.school-list-scrollbar-thumb.is-dragging {
  cursor: grabbing;
}

.school-table-wrap table {
  width: 1356px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.school-table-wrap th,
.school-table-wrap td {
  height: 72px;
  padding: 0 8px;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.school-table-wrap th {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 72px;
  color: #333;
  background: #dee3ff;
  font-weight: 600;
}

.school-table-wrap th:nth-child(1) { width: 72px; padding-left: 24px; }
.school-table-wrap th:nth-child(2) { width: 136px; }
.school-table-wrap th:nth-child(3) { width: 72px; }
.school-table-wrap th:nth-child(4) { width: 318px; }
.school-table-wrap th:nth-child(5),
.school-table-wrap th:nth-child(6),
.school-table-wrap th:nth-child(7),
.school-table-wrap th:nth-child(8) { width: 108px; }
.school-table-wrap th:nth-child(9) { width: 188px; }
.school-table-wrap th:nth-child(10) { width: 114px; }

.school-table-wrap tbody td:first-child {
  padding-left: 38px;
}

.school-table-wrap tbody tr:nth-child(even) td {
  background: rgba(222, 227, 255, 0.2);
}

.school-table-wrap a {
  color: #405aff;
}

.school-name a {
  color: #252a36;
  font-weight: 600;
}

.school-level {
  white-space: normal !important;
}

.school-level-tags,
.school-exam-tags {
  display: flex;
  align-items: center;
  gap: 4px;
}

.school-level-tags span,
.school-exam-tags span {
  min-width: 28px;
  height: 27px;
  padding: 1px 6px;
  border-radius: 5px;
  color: #576994;
  background: #e9eef9;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
}

.school-level-tags span:first-child {
  color: #346e44;
  background: #e4f7e9;
}

.school-exam-tags b {
  color: #576994;
  font-size: 10px;
  font-weight: 400;
  line-height: 25px;
}

.school-note {
  position: absolute;
  top: 885px;
  left: 20px;
  width: 1356px;
  height: 20px;
  margin: 0;
  color: #999;
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}

.home-majors {
  position: relative;
  width: 1920px;
  height: 907px;
  margin-top: 120px;
  overflow: hidden;
  background: url("../images/home-pc-majors.png") 0 0 / 1920px 907px no-repeat;
}

.majors-heading {
  top: 60px;
  left: 672px;
  width: 512px;
}

.majors-cta {
  top: 183px;
  left: 818px;
}

.major-tabs {
  position: absolute;
  top: 303px;
  left: 260px;
  width: 205px;
  height: 544px;
}

.major-tabs button {
  position: absolute;
  left: 0;
  display: flex;
  width: 205px;
  height: 54px;
  flex: none;
  align-items: center;
  padding: 0 0 0 24px;
  border: 0;
  border-radius: 12px;
  color: #333;
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.major-tabs button:nth-child(1) { top: 0; }
.major-tabs button:nth-child(2) { top: 71px; }
.major-tabs button:nth-child(3) { top: 141px; }
.major-tabs button:nth-child(4) { top: 211px; }
.major-tabs button:nth-child(5) { top: 281px; }
.major-tabs button:nth-child(6) { top: 351px; }
.major-tabs button:nth-child(7) { top: 421px; }
.major-tabs button:nth-child(8) { top: 491px; }

.major-tabs .is-active {
  color: #405aff;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  opacity: 1;
}

.major-tabs .is-active span {
  color: transparent;
  background: var(--home-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.major-tab-line {
  display: none;
}

.major-panel {
  position: absolute;
  top: 303px;
  left: 507px;
  width: 1153px;
  height: 544px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.4);
}

.major-panel::before {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 1121px;
  height: 512px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #eaebf4 100%);
  content: "";
}

.major-viewport {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 1121px;
  height: 512px;
  overflow-y: auto;
  scrollbar-width: none;
}

.major-viewport::-webkit-scrollbar {
  display: none;
}

.major-pages,
.major-page {
  display: contents;
}

.major-page:nth-child(3),
.major-page:nth-child(2) .major-card:nth-child(n + 5) {
  display: none;
}

.major-card {
  isolation: isolate;
  width: 349px;
  height: 108px;
  padding: 20px;
  overflow: hidden;
  border-radius: 16px;
  color: #000;
  background: transparent;
  float:left;
  margin-left:16px;
  margin-top:16px;
}
.major-card h3 {
  margin: 0;
  overflow: hidden;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.major-card p {
  margin: 12px 0 0;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.major-pagination {
  display: none;
}

.home-guide {
  position: relative;
  width: 1920px;
  height: 719px;
  margin-top: 120px;
}

.guide-heading {
  top: 0;
  left: 776px;
  width: 368px;
}

.guide-cta,
.testimonials-cta {
  top: 123px;
  left: 850px;
}

.guide-content {
  --guide-active-top: 0px;
  position: absolute;
  top: 243px;
  left: 260px;
  width: 1400px;
  height: 467px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.guide-content::before {
  position: absolute;
  top: var(--guide-active-top);
  left: 0;
  width: 152px;
  height: 100px;
  background:
    radial-gradient(ellipse 178.5px 117.434px at -5.5px 25px, #d0c9ff 0%, rgba(208, 201, 255, 0) 100%),
    radial-gradient(ellipse 125.858px 191.304px at 10px 100px, #cadaff 0%, rgba(202, 218, 255, 0) 100%);
  content: "";
  transition: top 180ms ease;
  pointer-events: none;
}

.guide-content::after {
  position: absolute;
  top: var(--guide-active-top);
  left: 0;
  width: 3px;
  height: 100px;
  background: linear-gradient(180deg, #6350ff 0%, #0e67fe 100%);
  content: "";
  transition: top 180ms ease;
  pointer-events: none;
}

.guide-tabs {
  position: absolute;
  top: 0;
  left: 36px;
  width: 116px;
  height: 476px;
  padding: 0;
  border-right: 1px solid #e7e8f2;
}

.guide-tabs button {
  position: absolute;
  left: 0;
  width: 116px;
  height: 28px;
  padding: 0;
  border: 0;
  color: #000;
  background: transparent;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.guide-tabs button:nth-child(1) { top: 40px; }
.guide-tabs button:nth-child(2) { top: 132px; }
.guide-tabs button:nth-child(3) { top: 224px; }
.guide-tabs button:nth-child(4) { top: 316px; }
.guide-tabs button:nth-child(5) { top: 408px; }

.guide-tabs .is-active {
  color: transparent;
  background: var(--home-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
}

.guide-list {
  position: absolute;
  top: 28px;
  left: 176px;
  width: 1200px;
  height: 420px;
  padding: 0;
  list-style: none;
}

.guide-list li {
  display: flex;
  height: 60px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px 32px 10px 12px;
  border-radius: 8px;
  background: rgba(243, 242, 255, 0.5);
}

.guide-list a {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-list time {
  width: 120px;
  flex: none;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

.home-new {
  position: relative;
  display: block;
  width: 48px;
  height: 40px;
  flex: 0 0 48px;
  color: #fff;
  background: transparent;
}

.home-new::before {
  position: absolute;
  top: 1px;
  left: 5.45px;
  width: 36.55px;
  height: 26px;
  transform: rotate(9.97deg);
  border-radius: 4px;
  background: var(--home-gradient);
  content: "";
}

.home-new::after {
  position: absolute;
  top: 10.67px;
  left: 2px;
  width: 40px;
  height: 26px;
  border: 0.6px solid #fff;
  border-radius: 4px;
  background: linear-gradient(117.582deg, rgba(169, 200, 255, 0.65) 11.407%, rgba(212, 202, 255, 0.65) 90.989%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  content: "";
}

.home-new > span {
  position: absolute;
  top: 13.67px;
  left: 6px;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.home-testimonials {
  position: relative;
  width: 1920px;
  height: 797px;
  margin-top: 120px;
}

.testimonials-heading {
  top: 0;
  left: 752px;
  width: 416px;
}

.testimonial-list {
  position: absolute;
  top: 243px;
  left: 260px;
  display: grid;
  width: 1400px;
  height: 554px;
  grid-template-columns: repeat(3, 440px);
  grid-template-rows: repeat(2, 267px);
  grid-auto-flow: row;
  gap: 20px 40px;
}

.testimonial-card {
  position: relative;
  height: 267px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
}

.testimonial-card > div,
.testimonial-card header {
  position: relative;
}

.testimonial-card > div:first-child,
.testimonial-card header:first-child {
  display: flex;
  height: 64px;
  align-items: flex-start;
  gap: 16px;
}

.testimonial-card-header > img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.testimonial-card header p,
.testimonial-card > div:first-child p {
  display: flex;
  gap: 8px;
  margin: 8px 0 0;
}

.testimonial-card header p span,
.testimonial-card > div:first-child p span {
  padding: 4px 10px;
  border-radius: 8px;
  color: #4d537b;
  background: #eaecff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.testimonial-card .testimonial-tag-school {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.testimonial-tag-school > img {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.testimonial-card blockquote {
  position: absolute;
  top: 103px;
  left: 20px;
  width: 400px;
  height: 144px;
  margin: 0;
  display: flex;
  padding: 20px 17px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #949eff;
  border-radius: 12px;
  background:
    radial-gradient(ellipse 58px 42px at 7.75% 0%, rgba(202, 223, 255, 0.5) 0%, rgba(202, 223, 255, 0) 100%),
    rgba(242, 243, 255, 0.4);
}

.testimonial-text {
  display: block;
  width: 363px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
}

.testimonial-rating {
  position: relative;
  display: block;
  width: 176px;
  height: 32px;
  flex: 0 0 auto;
  overflow: hidden;
}

.testimonial-rating::before,
.testimonial-rating::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  background: url("../images/home-rating-stars-desktop.svg") 0 0 / 176px 32px no-repeat;
  content: "";
  pointer-events: none;
}

.testimonial-rating::before {
  width: 176px;
  filter: grayscale(1);
  opacity: 0.22;
}

.testimonial-rating::after {
  width: var(--rating-desktop, 176px);
}

.testimonial-pagination {
  display: none;
}

.home-page .site-footer {
  margin-top: 166px;
}

.academy-filter-menu {
  position: fixed;
  z-index: 1000;
  max-height: 260px;
  padding: 4px;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(63, 82, 163, 0.18);
  font-family: "PingFang SC", sans-serif;
}

.academy-filter-menu button {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 6px;
  color: #333;
  background: transparent;
  font: inherit;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.academy-filter-menu button[aria-selected="true"] {
  color: #2b67ff;
  background: #f1f0ff;
}

#timeline,
#schools,
#majors,
#guide {
  scroll-margin-top: 84px;
}

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .home-primary-button,
  .home-section-cta {
    transition:
      transform 180ms cubic-bezier(0.22, 0.8, 0.2, 1),
      box-shadow 180ms cubic-bezier(0.22, 0.8, 0.2, 1),
      filter 180ms cubic-bezier(0.22, 0.8, 0.2, 1);
  }

  .home-primary-button:hover,
  .home-section-cta:hover {
    filter: brightness(1.03) saturate(1.04);
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(175, 181, 202, 0.58), inset 0 0 20px rgba(255, 255, 255, 0.4);
  }

  .home-primary-button:active,
  .home-section-cta:active {
    filter: none;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(175, 181, 202, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.4);
  }

  .timeline-list li {
    transition: filter 160ms cubic-bezier(0.22, 0.8, 0.2, 1), box-shadow 160ms cubic-bezier(0.22, 0.8, 0.2, 1);
  }

  .timeline-list li:hover {
    filter: brightness(1.02);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  }

  .timeline-list a {
    transition:
      transform 160ms cubic-bezier(0.22, 0.8, 0.2, 1),
      box-shadow 160ms cubic-bezier(0.22, 0.8, 0.2, 1),
      filter 160ms cubic-bezier(0.22, 0.8, 0.2, 1);
  }

  .timeline-list a:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(49, 93, 214, 0.18);
  }

  .timeline-list a:active {
    filter: none;
    transform: translateY(0);
    box-shadow: none;
  }

  .major-card::before {
    transition: opacity 160ms ease;
  }

  .major-card:hover::before {
    opacity: 1;
  }

  .major-card:hover h3 {
    color: transparent;
    background: var(--home-gradient);
    background-clip: text;
    -webkit-background-clip: text;
  }

  .guide-list li {
    transition: background-color 160ms ease;
  }

  .guide-list li:hover {
    background: #f1f0ff;
  }

  .academy-filter-menu button:hover,
  .academy-filter-menu button:focus-visible {
    color: #2b67ff;
    background: #f1f0ff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-main *,
  .home-main *::before,
  .home-main *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .home-page .fixed-header-shell {
    position: absolute;
  }

  .home-page .site-header {
    position: absolute;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }

  .home-page .site-header.is-menu-open {
    background: #fff;
    box-shadow: 0 4px 8px rgba(104, 110, 125, 0.1);
  }

  .home-page .design-canvas {
    background-color: #f4f8fd;
    background-image: url("../images/home-mobile-hero.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 375px 300px;
  }

  .home-main {
    width: 375px;
  }

  .home-hero {
    width: 375px;
    height: 263.2px;
  }

  .home-hero h1 {
    top: 18.2px;
    left: 16px;
    display: block;
    width: 343px;
    height: 80px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .home-hero h1 span,
  .home-hero h1 strong {
    display: block;
    width: max-content;
  }

  .home-hero h1 strong {
    position: relative;
    top: -5px;
  }

  .home-hero-subtitle {
    top: 96.2px;
    left: 16px;
    width: 195px;
    min-height: 28px;
    font-size: 10px;
    line-height: 14px;
    white-space: normal;
  }

  .home-hero-actions {
    top: 148.2px;
    left: 16px;
    gap: 4px;
  }

  .home-hero-actions a {
    width: 92px;
    height: 30px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .home-primary-button,
  .schools-cta {
    background: var(--cta-mobile-92);
    box-shadow: 0 1px 4px rgba(175, 181, 202, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.4);
  }

  .majors-cta,
  .guide-cta,
  .testimonials-cta {
    z-index: 2;
    gap: 6px;
    background: var(--cta-mobile-102);
    box-shadow: 0 1px 4px rgba(175, 181, 202, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.4);
  }

  .home-hero-actions a > span,
  .home-section-cta > span {
    width: 12px;
    height: 12px;
  }

  .home-hero-actions a > span::before,
  .home-section-cta > span::before {
    top: 5.5px;
    left: 1.5px;
    width: 8px;
    height: 1px;
  }

  .home-hero-actions a > span::after,
  .home-section-cta > span::after {
    top: 3.5px;
    right: 1.5px;
    width: 4px;
    height: 4px;
    border-width: 1px;
  }

  .home-hero-stats {
    top: 192.2px;
    left: 16px;
    width: 314.928px;
    height: 17px;
    gap: 12px;
  }

  .home-hero-stats li {
    height: 17px;
    gap: 2.704px;
    font-size: 10px;
    line-height: 14px;
  }

  .home-hero-stats li:not(:last-child)::after {
    width: 1px;
    height: 8px;
    margin-right: -1px;
    margin-left: 9.296px;
    background: rgba(102, 102, 102, 0.3);
  }

  .home-hero-stats b {
    display: block;
    width: 12px;
    height: 12px;
    flex: none;
    border-radius: 0;
    color: transparent;
    background: url("../images/home-stat-check.svg") no-repeat 0 0 / 12px 12px;
    font-size: 0;
  }

  .home-hero-stats strong {
    font-size: 12px;
    line-height: 17px;
  }

  .home-hero-source {
    top: 214.2px;
    left: 16px;
    height: 14px;
    gap: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .home-hero-source i {
    width: 1px;
    height: 8px;
    margin-right: -1px;
    background: rgba(102, 102, 102, 0.3);
  }

  .home-timeline {
    width: 343px;
    height: 443px;
    margin-left: 16px;
    overflow: visible;
    border-radius: 0;
    background-image: url("../images/home-mobile-timeline.svg");
    background-size: 343px 443px;
  }

  .timeline-heading img {
    top: 16px;
    left: 12px;
    width: 35px;
    height: 41px;
  }

  .timeline-heading h2 {
    top: 12px;
    left: 52px;
    font-size: 18px;
    line-height: 25px;
  }

  .timeline-heading p {
    top: 40px;
    left: 52px;
    font-size: 12px;
    line-height: 17px;
  }

  .timeline-year {
    top: 40px;
    right: auto;
    left: 290px;
    font-size: 12px;
    line-height: 17px;
  }

  .timeline-list {
    top: 74px;
    left: 12px;
    display: flex;
    width: 319px;
    height: 339px;
    flex-direction: column;
    gap: 12.6px;
  }

  .timeline-list li {
    display: block;
    width: 319px;
    height: 46px;
    min-height: 46px;
    flex: 0 0 46px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: url("../images/home-mobile-timeline-row.svg") no-repeat 0 0 / 319px 46px;
  }

  .timeline-list li > b {
    position: absolute;
    top: 10.5px;
    left: 12px;
    z-index: auto;
    width: 30px;
    height: 25px;
    flex: 0 0 30px;
    font-size: 18px;
    line-height: 25px;
  }

  .timeline-list li > b::before {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: -1;
    width: 30px;
    height: 8px;
    border-radius: 5.5px;
    background: #cfcfff;
    content: "";
  }

  .timeline-list h3 {
    position: absolute;
    top: 13px;
    left: 50px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }

  .timeline-list time {
    position: absolute;
    top: 14.5px;
    left: 114px;
    width: auto;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .timeline-list a {
    position: absolute;
    top: 8px;
    left: 223px;
    width: 88px;
    height: 30px;
    flex: 0 0 88px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .timeline-note {
    top: 423px;
    right: auto;
    bottom: auto;
    left: 72px;
    font-size: 10px;
    line-height: 10px;
  }

  .timeline-desktop-label {
    display: none;
  }

  .timeline-mobile-label {
    display: inline;
  }

  .home-schools {
    width: 375px;
    height: 603px;
    margin: 40px 0 0;
  }

  .home-section-heading {
    height: auto;
  }

  .home-section-heading h2 {
    height: 25px;
    font-size: 18px;
    line-height: 25px;
  }

  .home-section-heading p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .schools-heading,
  .majors-heading,
  .guide-heading,
  .testimonials-heading {
    top: 0;
    left: 53px;
    width: 269px;
  }

  .home-section-cta {
    width: 102px;
    height: 30px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .schools-cta,
  .guide-cta,
  .testimonials-cta {
    top: 83px;
    left: 137px;
  }

  .schools-cta {
    width: 92px;
    left: 142px;
  }

  .majors-cta {
    left: 137px;
  }

  .school-panel {
    top: 129px;
    left: 16px;
    width: 343px;
    height: 475px;
    padding: 0;
    border-radius: 16px;
  }

  .school-tools {
    position: absolute;
    inset: 0;
  }

  .school-filters {
    top: 12px;
    left: 12px;
    width: 319px;
    height: 30px;
    gap: 6px;
  }

  .school-filter {
    width: 88px;
    height: 30px;
    flex: none;
    justify-content: center;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 4.403px;
    font-size: 12px;
    line-height: normal;
  }

  .school-filter i {
    width: 6px;
    height: 6px;
    border-width: 1.4px;
  }

  .school-reset {
    width: 24px;
    height: 30px;
    margin-left: 2px;
    padding: 0;
    font-size: 12px;
    line-height: normal;
  }

  .school-search {
    position: absolute;
    top: 54px;
    left: 12px;
    width: 319px;
    height: 32px;
    padding: 4px 4px 4px 12px;
  }

  .school-search-icon {
    width: 16px;
    height: 16px;
  }

  .school-search-icon::before {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-width: 1.33px;
  }

  .school-search-icon::after {
    top: 11px;
    left: 11px;
    width: 4px;
    height: 1.33px;
  }

  .school-search input {
    width: 237px;
    height: 24px;
    margin-left: 8px;
    font-size: 12px;
  }

  .school-search button {
    width: 50px;
    height: 24px;
    border-radius: 4px;
    font-size: 10px;
  }

  .school-table-wrap {
    top: 102px;
    left: 12px;
    width: 319px;
    height: 360px;
    border-radius: 8px;
    overflow: auto;
    overscroll-behavior: auto;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
  }

  .school-list-scrollbar {
    top: 102px;
    right: 4px;
    width: 3px;
    height: 440px;
  }

  .school-list-scrollbar-thumb {
    width: 3px;
  }

  .school-table-wrap table {
    width: 858px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }

  .school-table-wrap th,
  .school-table-wrap td {
    height: 40px;
    padding: 0;
  }

  .school-table-wrap th {
    height: 40px;
    padding-left: 12px;
    font-size: 11px;
    line-height: normal;
  }

  .school-table-wrap th:nth-child(1) { width: 28px; padding-left: 0; text-align: center; }
  .school-table-wrap th:nth-child(2) { width: 65px; }
  .school-table-wrap th:nth-child(3) { width: 35px; padding-left: 4px; }
  .school-table-wrap th:nth-child(4) { width: 150px; }
  .school-table-wrap th:nth-child(5),
  .school-table-wrap th:nth-child(6),
  .school-table-wrap th:nth-child(7),
  .school-table-wrap th:nth-child(8) { width: 90px; }
  .school-table-wrap th:nth-child(9) { width: 120px; }
  .school-table-wrap th:nth-child(10) { width: 100px; }

  .school-table-wrap tbody td:nth-child(1) { padding-left: 0; font-size: 12px; text-align: center; }
  .school-table-wrap tbody td:nth-child(2) { padding-left: 4px; font-size: 10px; }
  .school-table-wrap tbody td:nth-child(3) { padding-left: 4px; font-size: 12px; }
  .school-table-wrap tbody td:nth-child(4) { padding-left: 12px; font-size: 13px; }
  .school-table-wrap tbody td:nth-child(5),
  .school-table-wrap tbody td:nth-child(6),
  .school-table-wrap tbody td:nth-child(8) { padding-left: 12px; font-size: 12px; }
  .school-table-wrap tbody td:nth-child(7),
  .school-table-wrap tbody td:nth-child(10) { padding-left: 12px; font-size: 13px; }
  .school-table-wrap tbody td:nth-child(9) { padding-left: 12px; font-size: 10px; }

  .school-table-wrap th:nth-child(4),
  .school-table-wrap td:nth-child(4) {
    --school-sticky-surface: #fff;
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--school-sticky-surface);
    background-clip: border-box;
    box-shadow: -2px 0 0 var(--school-sticky-surface);
  }

  .school-table-wrap th:nth-child(4) {
    --school-sticky-surface: #dee3ff;
    z-index: 5;
  }

  .school-table-wrap tbody tr:nth-child(even) td:nth-child(4) {
    --school-sticky-surface: #f8f9ff;
    background: var(--school-sticky-surface);
  }

  .school-level-tags,
  .school-exam-tags {
    gap: 3px;
  }

  .school-exam-tags {
    gap: 4px;
  }

  .school-level-tags span,
  .school-exam-tags span {
    width: auto;
    min-width: 28px;
    height: 18px;
    padding: 0;
    border-radius: 4px;
    font-size: 10px;
    line-height: 18px;
  }

  .school-exam-tags b {
    font-size: 10px;
    line-height: 18px;
  }

  .school-note {
    top: 545px;
    left: 12px;
    width: 319px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
  }

  .home-majors {
    width: 375px;
    height: 623px;
    margin-top: 40px;
    background-image: url("../images/home-mobile-majors.png");
    background-size: 375px 623px;
  }

  .majors-heading {
    top: 24px;
  }

  .majors-cta {
    top: 107px;
  }

  .major-tabs {
    top: 153px;
    left: 16px;
    width: 343px;
    height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .major-tabs::-webkit-scrollbar { display: none; }

  .major-tabs button {
    position: absolute;
    top: 0 !important;
    width: auto;
    height: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    opacity: 1 !important;
  }

  .major-tabs .is-active {
    border-radius: 0;
    background: transparent;
  }

  .major-tabs button:nth-child(1) { left: 8px; }
  .major-tabs button:nth-child(2) { left: 90px; }
  .major-tabs button:nth-child(3) { left: 172px; }
  .major-tabs button:nth-child(4) { left: 254px; }
  .major-tabs button:nth-child(5) { left: 336px; }
  .major-tabs button:nth-child(6) { left: 418px; }
  .major-tabs button:nth-child(7) { left: 500px; }
  .major-tabs button:nth-child(8) { left: 582px; }

  .major-tab-line {
    position: absolute;
    top: 28px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #c4ddff;
    overflow: visible;
  }

  .major-tab-line i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 72px;
    height: 2px;
    border-radius: 2px;
    background: var(--home-gradient);
    transform: translateX(0px);
  }

  .major-panel {
    top: 199px;
    left: 16px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: transparent;
  }

  .major-panel::before { display: none; }

  .major-viewport {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .major-pages {
    position: relative;
    display: flex;
    width: 100%;
    height: 400px;
  }

  .major-page,
  .major-page:nth-child(3) {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    flex: 0 0 343px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #eaebf4 100%);
    scroll-snap-align: start;
  }

  .major-page:nth-child(2) .major-card:nth-child(n + 5) {
    display: block;
  }

  .major-card {
    display: flex;
    width: 50%;
    height: auto;
    flex-direction: column;
    gap: 8px;
    padding: 12px 10px 8px;
    border-radius: 16px;
    background: transparent;
	margin:0px;
  }


  .major-card h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .major-card p {
    height: 33px;
    margin-top: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    white-space: normal;
  }

  .major-pagination {
    position: absolute;
    top: 380px;
    left: 152px;
    z-index: 3;
    display: flex;
    width: 40px;
    height: 8px;
    align-items: center;
    justify-content: center;
  }

  .major-pagination button {
    position: relative;
    width: 16px;
    height: 24px;
    flex: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .major-pagination button::before {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8d8da;
    content: "";
  }

  .major-pagination button.is-active::before {
    background: var(--home-gradient);
  }

  .home-guide {
    width: 375px;
    height: 745px;
    margin-top: 40px;
  }

  .guide-cta {
    top: 83px;
  }

  .guide-content {
    top: 129px;
    left: 16px;
    width: 343px;
    height: 616px;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    background: url("../images/home-mobile-guide-panel.svg") 0 42px / 343px 574px no-repeat;
  }

  .guide-content::before,
  .guide-content::after {
    display: none;
  }

  .guide-tabs {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 340px;
    height: 30px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    overflow: visible;
    border: 0;
  }

  .guide-tabs button {
    position: relative;
    top: 0 !important;
    left: auto;
    width: 60px;
    min-width: 60px;
    height: 25px;
    flex: 0 0 60px;
    padding: 0;
    border-radius: 4px;
    color: #333;
    background: linear-gradient(90deg, #dee3ff 0%, #ede9ff 100%);
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }

  .guide-tabs button::before {
    display: none;
  }

  .guide-tabs .is-active {
    height: 30px;
    color: #333;
    background: linear-gradient(180deg, #bfcaff 0%, #e4dfff 100%);
    -webkit-text-fill-color: currentColor;
  }

  .guide-tabs .is-active::after {
    position: absolute;
    bottom: -4px;
    left: 26px;
    width: 0;
    height: 0;
    border-top: 4px solid #e4dfff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
  }

  .guide-list {
    position: absolute;
    top: 54px;
    left: 12px;
    width: 319px;
    height: 550px;
    margin: 0;
  }

  .guide-list li {
    position: relative;
    display: block;
    width: 319px;
    height: 85px;
    margin-bottom: 8px;
    padding: 12px 10px 8px;
    border-radius: 8px;
  }

  .guide-list a {
    display: -webkit-box;
    padding-right: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .guide-list time {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }

  .home-new {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    display: flex;
    width: 26px;
    height: 15px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1px;
    border: 0;
    background: url("../images/home-guide-new-mobile.svg") 0 0 / 26px 15px no-repeat;
  }

  .home-new::before,
  .home-new::after {
    display: none;
  }

  .home-new > span {
    position: static;
    font-size: 7px;
    line-height: 10px;
  }

  .home-new + a {
    padding-top: 3px;
  }

  .home-testimonials {
    width: 375px;
    height: 707px;
    margin-top: -12px;
    background: url("../images/home-mobile-testimonials.png") 0 0 / 375px 707px no-repeat;
  }

  .testimonials-heading {
    top: 52px;
  }

  .testimonials-cta {
    top: 135px;
  }

  .testimonial-list {
    top: 181px;
    left: 16px;
    display: grid;
    width: 343px;
    height: 454px;
    grid-template-columns: repeat(2, 343px);
    grid-template-rows: repeat(3, 146px);
    grid-auto-flow: column;
    grid-auto-columns: 343px;
    gap: 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .testimonial-list::-webkit-scrollbar { display: none; }

  .testimonial-card {
    width: 343px;
    height: 146px;
    padding: 8px;
    border-radius: 9.528px;
    scroll-snap-align: start;
  }

  .testimonial-card > div:first-child,
  .testimonial-card header:first-child {
    height: 42px;
    gap: 8px;
  }

  .testimonial-card-header > img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .testimonial-card h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-card header p,
  .testimonial-card > div:first-child p {
    gap: 4px;
    margin-top: 3px;
  }

  .testimonial-card header p span,
  .testimonial-card > div:first-child p span {
    padding: 2px 6px;
    border-radius: 19px;
    font-size: 10px;
    line-height: 14px;
  }

  .testimonial-card .testimonial-tag-school {
    gap: 2px;
    border-radius: 14px;
  }

  .testimonial-tag-school > img {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
  }

  .testimonial-card blockquote {
    top: 58px;
    left: 8px;
    width: 325px;
    height: 80px;
    padding: 8px;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 4px;
    background:
      url("../images/home-mobile-testimonial-quote-glow.svg") 0 0 / 325px 80px no-repeat,
      linear-gradient(90deg, rgba(242, 243, 255, 0.4), rgba(242, 243, 255, 0.4));
  }

  .testimonial-card blockquote::after {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(
      180deg,
      rgb(148 158 255 / 50%) 0%,
      rgb(148 198 255 / 50%) 100%
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: "";
    opacity: 1;
    pointer-events: none;
  }

  .testimonial-text {
    width: 309px;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-rating {
    width: 96px;
    height: 16px;
  }

  .testimonial-rating::before,
  .testimonial-rating::after {
    height: 16px;
    background-image: url("../images/home-rating-stars-mobile.svg");
    background-size: 96px 16px;
  }

  .testimonial-rating::before {
    width: 96px;
  }

  .testimonial-rating::after {
    width: var(--rating-mobile, 96px);
  }

  .testimonial-pagination {
    position: absolute;
    top: 639px;
    left: 171.5px;
    z-index: 3;
    display: flex;
    width: 32px;
    height: 8px;
    align-items: center;
    justify-content: center;
  }

  .testimonial-pagination button {
    position: relative;
    width: 16px;
    height: 24px;
    flex: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .testimonial-pagination button::before {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8d8da;
    content: "";
  }

  .testimonial-pagination button.is-active::before {
    background: var(--home-gradient);
  }

  .home-page .site-footer {
    margin-top: 3px;
  }
}
/*===== רҵtab�Ѿ��У�����guide־Ըtab��ʾ���� =====*/
.guide-page[aria-hidden="true"]{
  display: none;
}
.guide-page[aria-hidden="false"]{
  display: block;
}