.vip-pricing {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 116px) 0 clamp(74px, 8vw, 108px);
  color: #f8fafc;
  background:
    radial-gradient(circle at 50% -12%, rgba(37, 99, 235, 0.24), transparent 40%),
    linear-gradient(145deg, #030817 0%, #07152f 56%, #041126 100%);
  isolation: isolate;
}

.vip-pricing__glow {
  position: absolute;
  z-index: -1;
  top: 32%;
  left: 50%;
  width: min(86vw, 1100px);
  height: 360px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.08);
  filter: blur(80px);
  pointer-events: none;
}

.vip-pricing__shell {
  width: min(100% - (var(--xy-page-gutter) * 2), var(--xy-page-width));
  margin: 0 auto;
}

.vip-pricing__main {
  width: 100%;
}

.vip-pricing__highlights {
  display: none;
}

.vip-pricing--first-screen .vip-pricing__highlights {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto;
}

.vip-pricing__highlights span {
  padding: 9px 20px;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 999px;
  color: #b8c8df;
  background: rgba(15, 35, 73, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.vip-pricing__assurance {
  display: none;
}

.vip-pricing--first-screen .vip-pricing__assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 14px 22px;
  border-top: 1px solid rgba(96, 165, 250, 0.18);
  border-bottom: 1px solid rgba(96, 165, 250, 0.12);
  color: #7185a3;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.vip-pricing__assurance span {
  padding: 0 30px;
}

.vip-pricing__assurance span + span {
  border-left: 1px solid rgba(96, 165, 250, 0.22);
}

.vip-pricing__heading {
  position: relative;
  margin: 0 auto 42px;
  text-align: center;
}

.vip-pricing__heading::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(1180px, 94vw);
  height: clamp(240px, 25vw, 320px);
  content: "";
  transform: translate(-50%, -51%);
  background: url("../images/vip-tech-halo.webp") center / cover no-repeat;
  opacity: 0.56;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 34%, rgba(0, 0, 0, 0.9) 52%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, #000 34%, rgba(0, 0, 0, 0.9) 52%, transparent 80%);
  pointer-events: none;
}

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

.vip-pricing__eyebrow {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 26px);
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(48px, 5.7vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.3);
}

.vip-pricing__brand-name {
  font-size: 1.18em;
  line-height: 1;
  color: #f8fbff;
  background: linear-gradient(180deg, #ffffff 8%, #dbeafe 68%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vip-pricing__brand-vip {
  display: inline-block;
  min-width: 2.35em;
  box-sizing: content-box;
  padding: 0.06em 0.2em 0.08em 0.04em;
  margin-right: -0.2em;
  overflow: visible;
  color: #c9ae68;
  background: linear-gradient(115deg, #5d626c 0%, #f7f8fa 13%, #858b94 27%, #d9dde2 40%, #aa8d48 54%, #ead793 68%, #8c7137 83%, #c9ae68 100%);
  background-size: 170% 100%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 0.64em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.06), 0 8px 18px rgba(0, 0, 0, 0.28);
  transform: translateY(-0.04em);
}

.vip-pricing__heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.vip-pricing__heading > p:last-child {
  margin: 17px 0 0;
  color: #94a3b8;
  font-size: clamp(15px, 1.6vw, 18px);
}

.vip-pricing__compare {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(59, 130, 246, 0.42);
  border-radius: 20px;
  background: rgba(8, 27, 64, 0.64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.vip-pricing__compare-item {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 28px 48px;
  text-align: center;
}

.vip-pricing__compare-item + .vip-pricing__compare-item {
  border-left: 1px solid rgba(59, 130, 246, 0.36);
}

.vip-pricing__compare-item--vip {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.48), rgba(14, 165, 233, 0.15));
}

.vip-pricing__compare-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f8fafc;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 750;
}

.vip-pricing__compare-label i {
  color: #dbeafe;
  font-size: 1.25em;
}

.vip-pricing__compare-item strong {
  color: #a8b5ca;
  font-size: clamp(16px, 1.75vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}

.vip-pricing__compare-item strong em,
.vip-pricing__compare-item--vip strong {
  color: #22d3ee;
  font-style: normal;
  font-weight: 800;
}

.vip-pricing__compare-item strong em {
  color: #3b82f6;
  font-size: 1.45em;
}

.vip-pricing__compare-vs {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 2px solid #0ea5e9;
  border-radius: 50%;
  color: #dbeafe;
  background: #082052;
  box-shadow: 0 0 0 8px rgba(3, 10, 28, 0.72), 0 12px 28px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 800;
}

.vip-pricing__plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 54px auto 0;
}

.vip-pricing__plan {
  min-width: 0;
  padding: 10px clamp(24px, 4vw, 50px) 4px;
  text-align: center;
}

.vip-pricing__plan + .vip-pricing__plan {
  border-left: 1px solid rgba(59, 130, 246, 0.3);
}

.vip-pricing__plan h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 750;
}

.vip-pricing__price {
  margin: 0;
  color: #1683ff;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}

.vip-pricing__price span {
  margin-right: 3px;
  font-size: 0.58em;
  letter-spacing: normal;
}

.vip-pricing__duration {
  margin: 22px 0 0;
  color: #d2d9e5;
  font-size: 19px;
  font-weight: 700;
}

.vip-pricing__note {
  margin: 34px 0 0;
  color: #8e9bb0;
  font-size: 15px;
  line-height: 1.6;
}

.vip-pricing--first-screen {
  box-sizing: border-box;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: stretch;
  padding-top: clamp(28px, 3.5vh, 40px);
  padding-bottom: clamp(28px, 3.5vh, 40px);
  background:
    radial-gradient(circle at 50% 2%, rgba(37, 99, 235, 0.23), transparent 40%),
    linear-gradient(180deg, #030817 0%, #07152f 66%, #0d1b43 100%);
}

.vip-pricing--first-screen .vip-pricing__shell {
  display: grid;
  grid-template-rows: 44px minmax(0, 1fr) 44px;
  min-height: 100%;
}

.vip-pricing--first-screen .vip-pricing__highlights,
.vip-pricing--first-screen .vip-pricing__assurance {
  align-self: center;
}

.vip-pricing--first-screen .vip-pricing__main {
  align-self: center;
  padding: clamp(18px, 2.2vh, 28px) 0;
}

.vip-pricing--first-screen + .hero-home-modern {
  margin-top: -1px;
  padding-top: 18px;
  background:
    radial-gradient(ellipse at 50% 7%, rgba(59, 130, 246, 0.12), transparent 42%),
    linear-gradient(180deg, #0d1b43 0%, #172554 26%, #020617 100%);
}

.vip-pricing--first-screen + .hero-home-modern .hero-home-modern__head {
  margin-bottom: 30px;
}

.vip-pricing--first-screen .vip-pricing__heading {
  margin-bottom: clamp(24px, 3.5vh, 34px);
}

.vip-pricing--first-screen .vip-pricing__heading h2 {
  font-size: clamp(24px, 2.8vw, 36px);
}

.vip-pricing--first-screen .vip-pricing__compare-item {
  min-height: 128px;
  gap: 14px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.vip-pricing--first-screen .vip-pricing__plans {
  margin-top: clamp(34px, 4.5vh, 46px);
}

.vip-pricing--first-screen .vip-pricing__plan h3 {
  margin-bottom: 16px;
}

.vip-pricing--first-screen .vip-pricing__price {
  font-size: clamp(46px, 5.4vw, 66px);
}

.vip-pricing--first-screen .vip-pricing__duration {
  margin-top: 16px;
}

.vip-pricing--first-screen .vip-pricing__note {
  margin-top: 24px;
}

/* 加速器页面的 VIP 区域使用紫色氛围，投屏首页保持原有配色。 */
.accelerator-page .vip-pricing {
  background:
    radial-gradient(circle at 50% -10%, rgba(192, 132, 252, 0.34), transparent 42%),
    linear-gradient(145deg, #080617 0%, #17103d 54%, #1e0b3e 100%);
}

.accelerator-page .vip-pricing__glow {
  background: rgba(168, 85, 247, 0.16);
}

.accelerator-page .vip-pricing__heading::before {
  background:
    radial-gradient(ellipse at center, rgba(192, 132, 252, 0.34), transparent 72%),
    url("../images/vip-tech-halo.webp") center / cover no-repeat;
  filter: hue-rotate(42deg) saturate(1.25);
}

.accelerator-page .vip-pricing__compare-item strong em,
.accelerator-page .vip-pricing__compare-item--vip strong,
.accelerator-page .vip-pricing__price {
  color: #c084fc;
  background: linear-gradient(105deg, #f3e8ff 0%, #d8b4fe 36%, #a855f7 68%, #7e22ce 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 820px) {
  .vip-pricing__compare-item {
    min-height: 142px;
    padding: 26px 24px;
  }

  .vip-pricing__plans {
    gap: 0;
  }

  .vip-pricing__plan {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 640px) {
  .vip-pricing {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .vip-pricing__shell {
    width: min(100% - 32px, var(--xy-page-width));
  }

  .vip-pricing__heading {
    margin-bottom: 32px;
  }

  .vip-pricing__heading::before {
    width: calc(100vw - 8px);
    height: 230px;
    opacity: 0.42;
  }

  .vip-pricing--first-screen .vip-pricing__highlights {
    gap: 9px;
    margin-bottom: 24px;
  }

  .vip-pricing__highlights span {
    padding: 8px 13px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .vip-pricing--first-screen .vip-pricing__assurance {
    flex-wrap: wrap;
    gap: 10px 0;
    margin-top: 30px;
    padding: 14px 6px;
  }

  .vip-pricing__assurance span {
    padding: 0 12px;
  }

  .vip-pricing__assurance span + span {
    border-left: 0;
  }

  .vip-pricing__heading h2 {
    font-size: 28px;
    letter-spacing: -0.025em;
  }

  .vip-pricing__eyebrow {
    gap: 12px;
    font-size: clamp(36px, 10vw, 44px);
    letter-spacing: -0.045em;
  }

  .vip-pricing__compare {
    grid-template-columns: 1fr;
  }

  .vip-pricing__compare-item {
    min-height: 126px;
    gap: 13px;
  }

  .vip-pricing__compare-item + .vip-pricing__compare-item {
    border-top: 1px solid rgba(59, 130, 246, 0.36);
    border-left: 0;
  }

  .vip-pricing__compare-vs {
    width: 56px;
    height: 56px;
    font-size: 12px;
  }

  .vip-pricing__plans {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .vip-pricing__plan {
    padding: 30px 12px;
  }

  .vip-pricing__plan + .vip-pricing__plan {
    border-top: 1px solid rgba(59, 130, 246, 0.3);
    border-left: 0;
  }

  .vip-pricing__plan h3 {
    margin-bottom: 17px;
  }

  .vip-pricing__price {
    font-size: 58px;
  }

  .vip-pricing__duration {
    margin-top: 16px;
  }

  .vip-pricing__note {
    margin-top: 21px;
  }

  .vip-pricing--first-screen {
    min-height: auto;
    align-items: stretch;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .vip-pricing--first-screen .vip-pricing__shell {
    display: block;
    min-height: 0;
  }

  .vip-pricing--first-screen .vip-pricing__main {
    padding: 0;
  }

  .vip-pricing--first-screen + .hero-home-modern {
    padding-top: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vip-pricing * {
    scroll-behavior: auto !important;
  }
}
