:root {
  --ink: #171b2f;
  --muted: #72798d;
  --purple: #6d3cff;
  --green: #d8ff24;
  --orange: #ff6725;
  --bg: #fff;
  --line: #edf0fa;
  --shadow: 0 20px 60px rgba(60, 48, 160, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial,
    sans-serif;
}

body {
  display: block;
}

.page {
  width: 100%;
  max-width: none;
  background: #fff;
  overflow: hidden;
  padding-bottom: 0;
}

section {
  padding: 42px 22px;
  position: relative;
}

.white {
  background: #fff;
}

.soft {
  background: #fff;
}

.trial {
  background: linear-gradient(105deg, #8fb7ff 0%, #9263ff 52%, #bde01e 100%);
  color: #fff;
  overflow: hidden;
}

.trial:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(255, 255, 255, 0.22),
      transparent 28%
    ),
    radial-gradient(circle at 5% 35%, rgba(255, 255, 255, 0.24), transparent 30%);
}

.trial > * {
  position: relative;
  z-index: 1;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: left;
}

.logo-dot {
  width: 108px;
  height: 108px;
  border-radius: 0;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  -webkit-filter: drop-shadow(0 18px 28px rgba(60, 48, 160, 0.22));
  filter: drop-shadow(0 18px 28px rgba(60, 48, 160, 0.22));
}

.logo-copy {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  justify-items: start;
  margin-left: 14px;
}

.logo-title {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #14203f;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.logo-range {
  color: #6f8900;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.kicker {
  display: table;
  margin: 0 auto 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1ecff;
  color: #7143ff;
  font-size: 11px;
  font-weight: 900;
}

.kicker.green {
  background: var(--green);
  color: #14203f;
}

.kicker.dark-k {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.swipe-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 30px;
}

.swipe-dots span + span {
  margin-left: 4px;
}

.swipe-dots span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #d9ccff;
  transition:
    width 180ms ease,
    background-color 180ms ease;
}

.swipe-dots span.is-active {
  width: 14px;
  background: #b99eff;
}

h1 {
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -2px;
  margin: 12px 0 14px;
  font-weight: 950;
}

h1 b,
.hi {
  color: var(--purple);
}

h2 {
  font-size: 30px;
  line-height: 1.14;
  letter-spacing: -1px;
  /* margin: 10px 0 14px; */
  font-weight: 950;
}

.lead {
  font-size: 14px;
  line-height: 1.5;
  color: #5c6477;
  margin: 0;
  font-weight: 300;
}

.trial .lead,
.final .lead {
  color: rgba(255, 255, 255, 0.78);
}

.hero {
  background: #fff;
  padding: 0 0 42px;
  min-height: 0;
  overflow: hidden;
}

.hero:before {
  display: none;
  content: "";
  position: absolute;
  right: -120px;
  top: 75px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #d8ff24 0,
    rgba(216, 255, 36, 0.24) 35%,
    transparent 70%
  );
}

.hero-stage {
  position: relative;
  width: 100%;
  height: 56.25vw;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #3b148f;
  border-radius: 0 0 30px 30px;
  overflow: visible;
}

@supports (aspect-ratio: 16 / 9) {
  .hero-stage {
    height: auto;
  }
}

.hero-video-shell {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  background: #3b148f;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding-top: 58px;
  text-align: center;
}

.hero-package-title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(39, 12, 105, 0.24);
}

.hero-package-range {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(216, 255, 36, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #d8ff24;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.hero-package-cover {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: -68px;
  width: 112px;
  -webkit-filter: drop-shadow(0 18px 28px rgba(35, 18, 92, 0.22));
  filter: drop-shadow(0 18px 28px rgba(35, 18, 92, 0.22));
}

.hero-content {
  padding: 0 22px;
}

.hero-intro {
  margin: 86px 0 0;
}

.hero-main-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-main-title b {
  color: var(--purple);
}

.hero .price-panel {
  margin: 22px 0 0;
}

.main-image-module {
  margin: 0;
}

.price-panel .main-image-module {
  margin: 12px -18px -18px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
}

.main-image-module img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 -8px;
}

.hero-tags span {
  background: #fff;
  border: 1px solid #edf0fa;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 800;
  color: #4b5369;
  margin: 0 8px 8px 0;
}

.hero-visual {
  position: relative;
  height: 300px;
  margin: 8px -8px 10px;
}

.orbit {
  position: absolute;
  left: 4px;
  top: 25px;
  width: 320px;
  height: 250px;
  border: 2px solid rgba(109, 60, 255, 0.14);
  border-radius: 55% 45%;
  transform: rotate(-16deg);
}

.phone {
  position: absolute;
  left: 52px;
  top: 28px;
  width: 190px;
  height: 270px;
  border-radius: 34px;
  background: #fff;
  padding: 8px;
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
  overflow: hidden;
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.robot {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 160px;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(70, 50, 160, 0.14);
}

.price-panel {
  background: #fff;
  /* border: 1px solid rgba(109, 60, 255, 0.1); */
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}

.price-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.price-role-image {
  width: 92px;
  height: 92px;
  object-fit: contain;
  flex: 0 0 auto;
  margin-left: 12px;
  -webkit-filter: drop-shadow(0 12px 22px rgba(60, 42, 140, 0.18));
  filter: drop-shadow(0 12px 22px rgba(60, 42, 140, 0.18));
}

.price-name {
  font-size: 15px;
  font-weight: 900;
  color: #23305b;
  margin: 0 0 4px;
}

.hero .price-label {
  display: inline-flex;
  border-radius: 999px;
  background: var(--green);
  color: #14203f;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 8px;
}

.price {
  font-size: 48px;
  line-height: 0.9;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: -2px;
}

.price small {
  font-size: 24px;
}

.strike {
  color: #9ba2b3;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
}

.save {
  /* background: #fff1e8; */
  color: var(--orange);
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 300;
  /* margin-top: 8px; */
  display: inline-block;
}

.price-badge {
  background: var(--green);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 300;
  font-size: 13px;
}

.benefit-grid {
  display: flex;
  margin: 8px -18px 0px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 18px 18px;
  scroll-padding-left: 18px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.benefit-grid::-webkit-scrollbar {
  display: none;
}

.benefit-grid .item {
  flex: 0 0 150px;
  scroll-snap-align: start;
  /* background: #f7f4ff; */
   border: 1px solid #edf0fc; 
  border-radius: 20px;
  padding: 15px 15px;
  min-height: 80px;
}

.benefit-grid .item + .item {
  margin-left: 10px;
}

.item b {
  display: block;
  font-size: 14px;
  color: #9263ff;
}

.item span {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

.trial-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #fff7dd, #fff);
  border: 1px solid #ffe5a0;
  border-radius: 18px;
  padding: 12px;
  margin-top: 8px;
}

.trial-strip-copy {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  min-width: 0;
  margin-right: 10px;
}

.trial-strip b {
  color: var(--orange);
  font-size: 15px;
}

.trial-strip span {
  font-size: 12px;
  color: #b2692e;
  font-weight: 300;
  text-align: left;
}

.trial-strip-cta {
  flex: 0 0 auto;
  min-width: 112px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8228, #ff4d1b);
  color: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(255, 105, 37, 0.22);
}

.btn-row {
  display: flex;
  margin-top: 14px;
}

.btn-row .btn + .btn {
  margin-left: 10px;
}

.btn {
  height: 46px;
  border-radius: 999px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  text-decoration: none;
  font-size: 14px;
  flex: 1;
}

.btn.primary {
  background: linear-gradient(135deg, #ff8228, #ff4d1b);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 105, 37, 0.27);
}

.btn.secondary {
  background: #fff;
  color: var(--purple);
}

.pain-grid {
  display: flex;
  margin: 30px -22px 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 22px 18px;
  scroll-padding-left: 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pain-grid::-webkit-scrollbar {
  display: none;
}

.pain-card {
  flex: 0 0 188px;
  scroll-snap-align: start;
  background: #f7f3ff;
  /* border: 1px solid #eef0fa; */
  border-radius: 30px;
  padding: 20px;
  position: relative;
  /* box-shadow: 0 14px 45px rgba(70, 50, 150, 0.06); */
}

.pain-card + .pain-card {
  margin-left: 10px;
}

.pain-icon {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
  margin-bottom: 10px;
}

.pain-card b {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.pain-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: #687084;
}

.logic-card {
  margin-top: 40px;
  border-radius: 40px;
  padding: 22px;
  background: linear-gradient(135deg, #e9e2ff, #713aff);
  color: #fff;
  overflow: hidden;
}

.logic-card-image {
  display: block;
  margin: 0 auto 14px;
  width: 100%;
  max-width: 160px;
  animation: float 3s ease-in-out infinite;
}

.logic-card h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.logic-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  font-size: 12px;
}

.road {
  display: flex;
  margin-top: 22px;
  margin-right: -22px;
  margin-bottom: -8px;
  margin-left: -22px;
  padding-right: 22px;
  padding-bottom: 40px;
  padding-left: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-left: 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.road::-webkit-scrollbar {
  display: none;
}

.road-card {
  flex: 0 0 236px;
  scroll-snap-align: start;
  border-radius: 30px;
  background: #f7f3ff;
  border: 1px solid #f0edff;
  box-shadow: 0 14px 45px rgba(60, 60, 130, 0.06);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.road-card + .road-card {
  margin-left: 12px;
}

.road-card:active {
  transform: scale(0.98);
}

.road-card.current {
  background: linear-gradient(135deg, #e3ffa2, #fff 70%);
}

.road-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
  margin-right: 14px;
  -webkit-filter: drop-shadow(0 10px 18px rgba(44, 31, 97, 0.16));
  filter: drop-shadow(0 10px 18px rgba(44, 31, 97, 0.16));
}

.road-card h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.road-card p {
  margin: 0;
  color: #687084;
  font-size: 12.5px;
  line-height: 1.5;
}

.range {
  font-weight: 400;
  color: var(--purple);
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.trial-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  margin-top: 20px;
}

.trial-card-subtitle {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 10px;
}

.big {
  font-size: 38px;
  font-weight: 950;
  color: #fff580;
  line-height: 1;
}

.big small {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}

.trial-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin: 16px 0;
}

.trial-metrics div {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 6px 6px;
  text-align: center;
}

.trial-metrics b {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.trial-metrics span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  line-height: 1.2;
}

.experience-marquee {
  /* margin-top: 12px; */
  /* border-radius: 20px; */
  /* background: #f7f3ff; */
 padding: 10px 0; 
  overflow: hidden;
}

.experience-track {
  overflow: hidden;
}

.experience-track + .experience-track {
  margin-top: 8px;
}

.experience-row {
  display: flex;
  animation: experienceScrollLeft 16s linear infinite;
}

.experience-track-reverse .experience-row {
  animation-direction: reverse;
}

.experience-row span {
  min-width: 88px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 8px 18px rgba(78, 57, 141, 0.08);
}

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

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

.trial-image {
  width: 72%;
  max-width: 220px;
  margin: 16px auto 0;
  border-radius: 30px;
  overflow: hidden;
  max-height: 290px;
  /* box-shadow: 0 10px 28px rgba(60, 40, 150, 0.12); */
}

.trial-image img {
  width: 100%;
  display: block;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.level-list {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 22px;
}

.level {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-gap: 12px;
  gap: 12px;
}

.lvl {
  border-radius: 30px;
  background: #151a3b;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
}

.lvl b {
  display: block;
  font-size: 22px;
  color: var(--green);
}

.lvl span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 800;
}

.content {
  border-radius: 30px;
  background: #f7f8ff;
  border: 1px solid #edf0fa;
  padding: 15px;
}

.content h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.content p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.58;
  color: #656e82;
}

.curriculum {
  margin-top: 24px;
}

.unit-block {
  background: #fff;
  border: 1px solid #edf0fa;
  border-radius: 30px;
  box-shadow: 0 14px 45px rgba(60, 60, 130, 0.06);
  margin-bottom: 16px;
  overflow: hidden;
}

.unit-head {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  background: linear-gradient(135deg, #f7f3ff, #fff);
}

.unit-head strong {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e9e2ff;
  color: var(--purple);
  font-size: 11px;
  font-weight: 950;
}

.unit-head h3 {
  font-size: 20px;
  margin: 8px 0 6px;
}

.unit-head p {
  margin: 0;
  color: #687084;
  font-size: 12.5px;
  line-height: 1.5;
}

.unit-head i {
  font-style: normal;
  background: #151a3b;
  color: #d8ff24;
  border-radius: 30px;
  padding: 10px 12px;
  margin-left: 12px;
  font-weight: 950;
  font-size: 13px;
  white-space: nowrap;
}

.course-list {
  list-style: none;
  margin: 0;
  padding: 8px 16px 16px;
}

.course-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-gap: 10px;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #eef0fa;
}

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

.course-list span {
  width: 32px;
  height: 32px;
  border-radius: 24px;
  background: #f0edff;
  color: var(--purple);
  display: grid;
  align-items: center;
  justify-items: center;
  font-weight: 950;
  font-size: 12px;
}

.course-list b {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.course-list em {
  display: block;
  font-style: normal;
  font-size: 11.5px;
  color: #7a8194;
  margin-top: 3px;
  font-weight: 650;
}

.phone-stack {
  position: relative;
  height: 450px;
  margin: 10px 0 0px;
}

.phone-large {
  position: absolute;
  left: 0;
  top: 8px;
  width: 230px;
  /* height: 470px; */
  border-radius: 30px;
  background: #fff;
  padding: 8px;
  /* box-shadow: var(--shadow); */
  overflow: hidden;
}

.phone-small {
  position: absolute;
  right: 0;
  top: 70px;
  width: 168px;
  /* height: 360px; */
  border-radius: 20px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 20px 60px rgba(60, 48, 160, 0.16);
  overflow: hidden;
}

.phone-large img,
.phone-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
}

.phone-small img {
  border-radius: 15px;
}

.experience-demo {
  margin-top: 22px;
}

.experience-preview {
  width: 100%;
  max-width: 340px;
  height: 83.33vw;
  max-height: 284px;
  aspect-ratio: 6 / 5;
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-items: center;
  box-shadow: none;
}

@supports (aspect-ratio: 6 / 5) {
  .experience-preview {
    height: auto;
    max-height: none;
  }
}

.experience-preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.experience-preview-image.is-switching {
  opacity: 0.3;
  transform: scale(0.985);
}

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

.experience-option {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #edf0fa;
  border-radius: 20px;
  background: #fff;
  padding: 10px 8px;
  text-align: left;
  color: #171b2f;
  min-width: 0;
  min-height: 122px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.experience-option.is-active {
  border-color: #9263ff;
  box-shadow: 0 12px 28px rgba(146, 99, 255, 0.16);
}

.experience-option:active {
  transform: scale(0.98);
}

.way-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.way-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 20px 20px;
  border: 1px solid #edf0fa;
}

.way-icon {
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 22px;
  margin-right: 12px;
}

.way-item b {
  display: block;
  font-size: 16px;
}

.way-item span,
.experience-option span:not(.way-icon) {
  font-size: 12px;
  color: #6c7488;
  line-height: 1.4;
}

.experience-option b {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin: 8px 0 4px;
}

.loop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 20px;
}

.loop-card {
  border-radius: 30px;
  padding: 18px;
  background: #9263ff;
  color: #fff;
  min-height: 142px;
  position: relative;
  overflow: hidden;
}

.loop-card:nth-child(2) {
  background: var(--purple);
}

.loop-card:nth-child(3) {
  background: #d4fb79;
  color: #9263ff;
}

.loop-card:nth-child(4) {
  background: #f3f5ff;
  color: #9263ff;
}

.loop-card .step {
  font-size: 10px;
  font-weight: 950;
  opacity: 0.18;
  position: absolute;
  right: 14px;
  top: 8px;
}

.loop-card b {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.loop-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: inherit;
  opacity: 0.76;
}

.evidence-card {
  border-radius: 30px;
  background: #f8f9ff;
  border: 1px solid #edf0fa;
  overflow: hidden;
  margin-top: 16px;
}

.evidence-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.evidence-card .txt {
  padding: 20px;
}

.evidence-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.evidence-card p {
  margin: 0;
  font-size: 12.5px;
  color: #626b7f;
  line-height: 1.58;
}

.assets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 22px;
}

.asset {
  border-radius: 30px;
  background: #fff;
  /* border: 1px solid #edf0fa; */
  box-shadow: 0 12px 36px rgba(55, 48, 130, 0.06);
  padding: 16px;
  min-height: 145px;
}

.asset .emoji {
  font-size: 32px;
  margin-bottom: 10px;
}

.asset b {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}

.asset p {
  margin: 0;
  color: #657084;
  font-size: 12.5px;
  line-height: 1.55;
}

.assets-report-panel {
  grid-column: 1/-1;
  border-radius: 30px;
  background: linear-gradient(135deg, #eaf7ff, #f1e9ff);
  padding: 14px;
  box-shadow: 0 14px 40px rgba(83, 93, 180, 0.1);
}

.asset-report {
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
  padding: 4px 88px 14px 4px;
}

.report-corner-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  animation: slideInRight 1s ease-out forwards;
  opacity: 0;
}

.radar-card {
  margin-top: 0;
  border-radius: 30px;
  /* background: #fff; */
  border: 1px solid #edf0fa;
  padding: 18px;
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-gap: 14px;
  gap: 14px;
  align-items: center;
}

.radar-card img {
  width: 130px;
  border-radius: 20px;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.radar-card h3 {
  font-size: 14px;
  margin: 0 0 8px;
}

.radar-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.radar-card li {
  font-size: 12px;
  color: #6b7283;
  margin: 5px 0;
  font-weight: 650;
}

.radar-card li:before {
  content: "•";
  color: var(--purple);
  margin-right: 5px;
  font-weight: 950;
}

.trust-grid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 20px;
}

.trust-card {
  border-radius: 30px;
  background: transparent;
  border: 0;
  padding: 18px;
}

.trust-card.teacher {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 144px;
  align-items: stretch;
  grid-gap: 14px;
  gap: 14px;
  min-height: 144px;
  padding: 0 0 0 24px;
  background: rgba(109, 60, 255, 0.04);
  overflow: hidden;
  /* border: 1px solid rgba(109, 60, 255, 0.1); */
}

.teacher-portrait {
  width: 144px;
  height: 144px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: center;
  justify-self: end;
}

.teacher-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.teacher-copy {
  align-self: center;
  min-width: 0;
}

.trust-card h3 {
  font-size: 19px;
  margin: 0 0 6px;
}

.trust-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #626b7f;
  margin: 0;
}

.trust-logos {
  display: flex;
  margin-top: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-logo {
  display: block;
  width: auto;
  height: 34px;
  max-width: 128px;
  object-fit: contain;
  margin-right: 12px;
  margin-bottom: 12px;
}

.final {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 20% 0%,
    #8b67ff 0%,
    #11194d 46%,
    #9263ff 100%
  );
  color: #fff;
  text-align: center;
}

.final-bg-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: left center;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.final > :not(.final-bg-cover) {
  position: relative;
  z-index: 1;
}

.final-price {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #15192b;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-top: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.final-price .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.final-cover {
  width: 86px;
  height: 118px;
  object-fit: contain;
  flex: 0 0 auto;
  margin-left: 14px;
  -webkit-filter: drop-shadow(0 12px 20px rgba(45, 32, 120, 0.22));
  filter: drop-shadow(0 12px 20px rgba(45, 32, 120, 0.22));
}

.final ul {
  padding-left: 18px;
  color: #3b148f;
  line-height: 1.8;
  font-size: 12px;
  font-weight: 400;
}

.notice {
  background: #ffffff;
  padding-top: 40px;
}

.site-footer {
  background: #fff;
  text-align: center;
  padding: 18px 22px 188px;
}

.powered-by-logo {
  display: block;
  width: auto;
  height: 24px;
  margin: 0 auto;
}

.notice h3 {
  font-size: 18px;
  margin: 0 0 12px;
}

.notice ol {
  padding-left: 18px;
  margin: 0;
}

.notice li {
  font-size: 11.5px;
  color: #767d8d;
  line-height: 1.8;
}

.curriculum-v6 {
  margin-top: 24px;
  margin-right: -22px;
  margin-bottom: -8px;
  margin-left: -22px;
  display: flex;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-right: 22px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 22px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 40px;
  padding-left: 22px;
}

.curriculum-v6::-webkit-scrollbar {
  display: none;
}

.compact-levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 8px; */
  margin-top: 20px;
}

.level-chip {
  background: #fff;
  border: 1px solid #f7f3ff;
  border-radius: 20px;
  padding: 10px 8px;
  box-shadow: 0 10px 28px rgba(60, 60, 130, 0.05);
  text-align: center;
}

.level-chip b {
  display: block;
  font-size: 12px;
  color: #6d3cff;
  /* margin-bottom: 3px; */
  line-height: 1.2;
}

.level-chip span {
  display: block;
  font-size: 12px;
  color: #687084;
  line-height: 1.2;
  font-weight: 300;
}

.unit-card-v6 {
  flex: 0 0 286px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #edf0fa;
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(60, 60, 130, 0.06);
  overflow: hidden;
}

.unit-card-v6 + .unit-card-v6 {
  margin-left: 14px;
}

.unit-title-v6 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 12px;
  gap: 12px;
  align-items: start;
  padding: 16px 72px 12px 16px;
  background: linear-gradient(135deg, #f8f5ff, #fff);
}

.unit-title-v6 .tag {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e9e2ff;
  color: #6d3cff;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 8px;
}

.unit-title-v6 h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.unit-title-v6 p {
  margin: 0;
  color: #687084;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 300;
}

.unit-title-v6 .count {
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #9263ff;
  color: #d8ff24;
  border-radius: 0;
  padding: 10px 0 0;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  /* box-shadow: 0 10px 18px rgba(109, 60, 255, 0.18); */
}

.unit-title-v6 .count::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 6px solid #fff;
}

.course-list-v6 {
  list-style: none;
  margin: 0;
  padding: 4px 16px 14px;
}

.course-list-v6 li {
  display: grid;
  grid-template-columns: 34px 1fr;
  /* gap: 10px; */
  align-items: center;
  padding: 2px 0;
}

.course-list-v6 .num {
  width: 26px;
  height: 26px;
  border-radius: 30px;
  /* background: #f0edff; */
  color: #6d3cff;
  display: grid;
  align-items: center;
  justify-items: center;
  font-weight: 600;
  font-size: 10px;
}

.course-list-v6 .title {
  font-size: 12px;
  line-height: 1.32;
  color: #171b2f;
  font-weight: 400;
}

.course-list-v6 .title.smallline {
  font-size: 12px;
}

.compact-note {
  display: flex;
  align-items: center;
  margin-top: 16px;
  border-radius: 30px;
  background: #9263ff;
  color: #fff;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 750;
}

.compact-note-icon {
  width: 88px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  margin-right: 10px;
}

.compact-note b {
  color: #d8ff24;
}

.white.curriculum-section {
  padding-top: 60px;
}

.status-note {
  margin-top: 12px;
  border-radius: 30px;
  background: #f7f3ff;
  color: #8b4a00;
  /* border: 1px solid #ffe0b2; */
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
}

.coming-card {
  background: linear-gradient(135deg, #fff7d7, #fff);
  border: 1px solid #ffdda2;
  border-radius: 30px;
  padding: 18px;
  margin-top: 14px;
}

.coming-card b {
  color: #ff6725;
}

.preview-badge {
  background: #ffede0;
  color: #ff6725;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 950;
  display: inline-flex;
}
