/* ===== 体验中心 · 页面专属样式 ===== */
.page-products {
  --exp-glow-violet: rgba(123, 92, 255, 0.34);
  --exp-glow-cyan: rgba(72, 233, 208, 0.24);
  --exp-glow-magenta: rgba(255, 92, 214, 0.2);
  --exp-hair: rgba(150, 162, 220, 0.18);
  --exp-hair-2: rgba(150, 162, 220, 0.36);
  --exp-card: rgba(16, 23, 41, 0.72);
  --exp-card-2: rgba(11, 16, 30, 0.82);
  position: relative;
  display: block;
  isolation: isolate;
  overflow-x: hidden;
  overflow-x: clip;
}

/* ---------- 首屏 ---------- */
.page-products .exp-hero {
  position: relative;
  padding: clamp(30px, 6vw, 68px) 0 clamp(46px, 8vw, 96px);
}

.page-products .exp-hero::before,
.page-products .exp-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.page-products .exp-hero::before {
  top: -190px;
  right: -150px;
  width: min(880px, 130vw);
  height: 660px;
  background:
    radial-gradient(closest-side at 62% 38%, var(--exp-glow-violet), transparent 72%),
    radial-gradient(closest-side at 28% 74%, var(--exp-glow-cyan), transparent 70%);
}

.page-products .exp-hero::after {
  left: -10%;
  top: 44%;
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--exp-hair-2) 28%, rgba(255, 180, 84, 0.45) 58%, transparent);
  transform: rotate(-4deg);
  opacity: 0.7;
}

.page-products .exp-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 4.5vw, 52px);
  align-items: center;
}

.page-products .exp-hero__copy {
  min-width: 0;
}

.page-products .exp-hero__title {
  margin: 14px 0 0;
  font-family: var(--font-sans);
  font-size: clamp(1.8rem, 5.4vw, 3.05rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--text);
}

.page-products .exp-br {
  display: none;
}

.page-products .exp-accent {
  color: var(--amber-2);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .page-products .exp-accent {
    background: linear-gradient(100deg, var(--violet-2), var(--cyan) 52%, var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.page-products .exp-hero__lead {
  margin: 20px 0 0;
  max-width: 48ch;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.9;
  color: var(--text-2);
}

.page-products .exp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-products .exp-hero__figure {
  margin: 0;
  min-width: 0;
}

.page-products .exp-frame-glow {
  box-shadow:
    0 0 0 1px rgba(150, 162, 220, 0.16),
    0 30px 72px -34px rgba(123, 92, 255, 0.8);
}

/* ---------- 通用区块 ---------- */
.page-products .exp-block {
  position: relative;
  padding: clamp(44px, 7vw, 92px) 0;
}

.page-products .exp-head {
  max-width: 62ch;
}

.page-products .exp-head .section-lead,
.page-products .section-lead {
  margin-top: 14px;
}

/* ---------- 四件事 ---------- */
.page-products .exp-cap-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.2vw, 22px);
  margin-top: clamp(26px, 4vw, 44px);
}

.page-products .exp-cap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid var(--exp-hair);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(123, 92, 255, 0.1), transparent 46%),
    var(--exp-card);
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-products .exp-cap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--violet), var(--cyan) 55%, var(--amber));
  opacity: 0.5;
}

.page-products .exp-cap:hover {
  border-color: var(--exp-hair-2);
  transform: translateY(-3px);
}

.page-products .exp-cap__num {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--text-3);
}

.page-products .exp-cap__title {
  margin: 0;
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
}

.page-products .exp-cap__text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.85;
  color: var(--text-2);
}

.page-products .exp-cap .chip {
  align-self: flex-start;
  margin-top: auto;
}

.page-products .exp-cap-media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

/* ---------- 上手路径 ---------- */
.page-products .exp-path__inner {
  display: grid;
  gap: clamp(30px, 5vw, 60px);
}

.page-products .exp-path__copy {
  min-width: 0;
}

.page-products .exp-path__figure {
  margin: clamp(22px, 3vw, 32px) 0 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.page-products .exp-steps {
  list-style: none;
  margin: 0;
  padding: 4px 0 4px 30px;
  border-left: 1px solid var(--exp-hair-2);
  display: grid;
  gap: clamp(20px, 2.8vw, 30px);
}

.page-products .exp-step {
  position: relative;
  min-width: 0;
}

.page-products .exp-step::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(72, 233, 208, 0.14), 0 0 16px rgba(72, 233, 208, 0.5);
}

.page-products .exp-step:nth-child(2)::before {
  background: var(--cyan-2);
  box-shadow: 0 0 0 4px rgba(46, 200, 255, 0.14), 0 0 16px rgba(46, 200, 255, 0.5);
}

.page-products .exp-step:nth-child(3)::before {
  background: var(--violet-2);
  box-shadow: 0 0 0 4px rgba(169, 140, 255, 0.14), 0 0 16px rgba(169, 140, 255, 0.5);
}

.page-products .exp-step:nth-child(4)::before {
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(255, 180, 84, 0.14), 0 0 16px rgba(255, 180, 84, 0.5);
}

.page-products .exp-step__num {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  color: var(--text-3);
}

.page-products .exp-step__title {
  margin: 8px 0 0;
  font-size: clamp(1.02rem, 1.4vw, 1.14rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text);
}

.page-products .exp-step__text {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--text-2);
  max-width: 46ch;
}

/* ---------- 开局频次 ---------- */
.page-products .exp-freq {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  align-items: center;
}

.page-products .exp-freq__panel {
  padding: clamp(22px, 3vw, 36px);
  border-radius: var(--radius);
  min-width: 0;
}

.page-products .exp-spectrum {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  height: 6px;
  margin: 22px 0 26px;
}

.page-products .exp-spectrum span {
  border-radius: 3px;
  min-width: 0;
}

.page-products .exp-spectrum span:nth-child(1) { background: linear-gradient(90deg, rgba(72, 233, 208, 0.25), var(--cyan)); }
.page-products .exp-spectrum span:nth-child(2) { background: linear-gradient(90deg, var(--cyan), var(--cyan-2)); }
.page-products .exp-spectrum span:nth-child(3) { background: linear-gradient(90deg, var(--cyan-2), rgba(46, 200, 255, 0.6)); }
.page-products .exp-spectrum span:nth-child(4) { background: linear-gradient(90deg, rgba(123, 92, 255, 0.55), var(--violet-2)); }
.page-products .exp-spectrum span:nth-child(5) { background: linear-gradient(90deg, var(--violet), var(--violet-2)); }
.page-products .exp-spectrum span:nth-child(6) { background: linear-gradient(90deg, var(--violet-2), var(--magenta)); }
.page-products .exp-spectrum span:nth-child(7) { background: linear-gradient(90deg, var(--magenta), rgba(255, 180, 84, 0.7)); }
.page-products .exp-spectrum span:nth-child(8) { background: linear-gradient(90deg, rgba(255, 180, 84, 0.75), var(--amber)); }

.page-products .exp-freq-list {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
}

.page-products .exp-freq-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--exp-hair);
}

.page-products .exp-freq-item dt {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--cyan);
}

.page-products .exp-freq-item dd {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--text-2);
}

.page-products .exp-freq__media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

/* ---------- 适合谁 ---------- */
.page-products .exp-head--split {
  max-width: none;
  display: grid;
  gap: 14px;
  align-items: end;
}

.page-products .exp-who {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
  margin-top: clamp(26px, 4vw, 42px);
}

.page-products .exp-who__item {
  position: relative;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid var(--exp-hair);
  border-radius: var(--radius);
  background: var(--exp-card-2);
}

.page-products .exp-who__item::before {
  content: "";
  position: absolute;
  left: clamp(22px, 2.6vw, 30px);
  top: 0;
  width: 46px;
  height: 3px;
  border-radius: 0 0 3px 3px;
}

.page-products .exp-who__item--1::before { background: var(--violet); }
.page-products .exp-who__item--2::before { background: var(--cyan); }
.page-products .exp-who__item--3::before { background: var(--amber); }

.page-products .exp-who__title {
  margin: 0;
  font-size: clamp(1.02rem, 1.4vw, 1.14rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text);
}

.page-products .exp-who__text {
  margin: 12px 0 0;
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--text-2);
}

.page-products .exp-who__media {
  margin: clamp(26px, 4vw, 46px) 0 0;
  border-radius: var(--radius);
  overflow: hidden;
}

/* ---------- 下一步 ---------- */
.page-products .exp-next {
  display: grid;
  gap: 14px;
  margin-top: clamp(24px, 3.6vw, 40px);
}

.page-products .exp-next__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  border: 1px solid var(--exp-hair);
  border-radius: var(--radius-s);
  background: rgba(13, 18, 34, 0.62);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.page-products .exp-next__card:hover,
.page-products .exp-next__card:focus-visible {
  border-color: rgba(255, 180, 84, 0.55);
  background: rgba(24, 20, 34, 0.8);
  transform: translateY(-3px);
}

.page-products .exp-next__card:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.page-products .exp-next__label {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  color: var(--amber-2);
}

.page-products .exp-next__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text);
}

.page-products .exp-next__text {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--text-3);
}

/* ---------- 响应式 ---------- */
@media (min-width: 720px) {
  .page-products .exp-cap-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .page-products .exp-cap--a { grid-column: span 4; }
  .page-products .exp-cap--b { grid-column: span 2; }
  .page-products .exp-cap--c { grid-column: span 2; }
  .page-products .exp-cap--d { grid-column: span 4; }
  .page-products .exp-cap-media { grid-column: span 6; }

  .page-products .exp-next {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .page-products .exp-br {
    display: inline;
  }
}

@media (min-width: 860px) {
  .page-products .exp-head--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: clamp(24px, 4vw, 52px);
  }

  .page-products .exp-head--split .section-lead {
    margin-top: 0;
  }

  .page-products .exp-who {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .page-products .exp-who__item--2 {
    margin-top: 38px;
  }

  .page-products .exp-who__item--3 {
    margin-top: 76px;
  }
}

@media (min-width: 900px) {
  .page-products .exp-freq {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

@media (min-width: 940px) {
  .page-products .exp-path__inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: start;
  }
}

@media (min-width: 920px) {
  .page-products .exp-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .page-products .exp-hero__figure {
    margin-top: -18px;
  }
}

@media (min-width: 1020px) {
  .page-products .exp-next {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .exp-cap,
  .page-products .exp-next__card {
    transition: none;
  }

  .page-products .exp-cap:hover,
  .page-products .exp-next__card:hover {
    transform: none;
  }
}
