.page-home {
  --home-cut: -6deg;
  --home-cut-soft: -9deg;
  --home-glyph: rgba(41, 224, 208, 0.16);
  position: relative;
  overflow-x: hidden;
}

.page-home__crumb-wrap {
  padding: 24px 0 0;
}

.page-home__crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--concrete);
}

.page-home__crumb .is-current {
  color: var(--cyan);
}

.page-home__eyebrow {
  color: var(--cyan);
}

.page-home__h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.98;
  font-size: clamp(38px, 10.5vw, 96px);
  color: var(--paper);
}

.page-home__h1-accent {
  display: inline-block;
  background-image: linear-gradient(96deg, var(--orange) 0%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home__lede {
  margin-top: 20px;
  max-width: 34em;
  color: var(--paper);
  opacity: 0.86;
}

.page-home__body {
  max-width: 34em;
  color: var(--paper);
  opacity: 0.8;
  line-height: 1.75;
}

/* ---------- 首屏拼贴 ---------- */
.page-home__hero {
  position: relative;
  padding: 36px 0 56px;
}

.page-home__hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -18%;
  width: 72%;
  height: 460px;
  background: radial-gradient(circle at 65% 40%, rgba(41, 224, 208, 0.16), transparent 62%),
              radial-gradient(circle at 30% 70%, rgba(255, 107, 26, 0.14), transparent 60%);
  pointer-events: none;
}

.page-home__hero-grid {
  position: relative;
  display: grid;
  gap: 36px;
}

.page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-home__hero-visual {
  position: relative;
  padding-bottom: 92px;
  max-width: 100%;
}

.page-home__frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  background: var(--stand);
}

.page-home__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(11, 16, 38, 0) 35%, rgba(11, 16, 38, 0.82) 100%);
}

.page-home__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}

.page-home__login-board {
  position: absolute;
  left: 4px;
  right: 26px;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(150deg, rgba(19, 26, 56, 0.96), rgba(11, 16, 38, 0.96));
  border-left: 3px solid var(--green);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
}

.page-home__login-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 8px;
}

.page-home__login-state {
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--green);
  line-height: 1;
}

/* ---------- 数据条 ---------- */
.page-home__strip {
  padding: 40px 0 8px;
}

.page-home__strip-grid {
  align-items: stretch;
}

.page-home__strip-cell {
  border-top: 2px solid var(--line-strong);
  padding-top: 14px;
}

.page-home .stat__value {
  color: var(--paper);
}

.page-home .stat__value .page-home__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.18em;
  color: var(--cyan);
}

.page-home .stat__label {
  color: var(--concrete);
}

.page-home__strip-figure {
  margin-top: 8px;
}

.page-home__strip-img {
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}

.page-home__strip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home__strip-cap {
  margin-top: 12px;
  color: var(--concrete);
  max-width: 34em;
}

/* ---------- 领队价值 ---------- */
.page-home__why {
  padding-top: 64px;
}

.page-home__why-grid {
  align-items: start;
}

.page-home__why-note {
  display: none;
}

.page-home__why-body h2,
.page-home__sched-head h2,
.page-home__fast-head h2,
.page-home__cta-body h2 {
  margin: 10px 0 18px;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.015em;
  color: var(--paper);
}

.page-home__why-blocks {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.page-home__why-card {
  padding: 24px 22px 26px;
  background: var(--stand);
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  align-content: start;
  transition: transform 120ms var(--ease), box-shadow 120ms var(--ease);
}

.page-home__why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.page-home__why-card:nth-child(2) {
  border-left: 3px solid var(--cyan);
}

.page-home__why-card:nth-child(3) {
  border-left: 3px solid var(--concrete);
}

.page-home__why-card:nth-child(1) {
  border-left: 3px solid var(--orange);
}

.page-home__why-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--paper);
}

.page-home__why-card p {
  margin: 0;
  color: var(--paper);
  opacity: 0.76;
  font-size: 15px;
  line-height: 1.7;
}

.page-home__why-side {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.page-home__side-board {
  background: rgba(11, 16, 38, 0.72);
}

.page-home__side-board .scoreboard__value {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--cyan);
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: -0.01em;
}

.page-home__side-board .scoreboard__sub {
  color: var(--concrete);
}

/* ---------- 四步路径 ---------- */
.page-home__path {
  padding-top: 72px;
}

.page-home__path-grid {
  align-items: start;
}

.page-home__path-figure {
  max-width: 320px;
}

.page-home__path-img {
  clip-path: polygon(6% 0, 100% 0, 96% 100%, 0 100%);
}

.page-home__path-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home__path-figure .note {
  margin-top: 12px;
  color: var(--concrete);
}

.page-home__steps {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
  counter-reset: step;
}

.page-home__step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 16px 0 16px 0;
}

.page-home__step::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed rgba(41, 224, 208, 0.35);
}

.page-home__step:first-child::before {
  top: 24px;
}

.page-home__step:last-child::before {
  bottom: 60%;
}

.page-home__step-no {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(41, 224, 208, 0.5);
  background: var(--night);
  color: var(--cyan);
  font-size: 15px;
  font-weight: 700;
}

.page-home__step-body h3 {
  margin: 8px 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--paper);
}

.page-home__step-body p {
  margin: 0;
  color: var(--paper);
  opacity: 0.74;
  font-size: 15px;
  line-height: 1.7;
}

.page-home__path-side {
  display: none;
}

.page-home__inline-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 26, 0.4);
  padding-bottom: 2px;
}

.page-home__inline-link:hover {
  color: var(--orange-light);
  border-bottom-color: var(--orange-light);
}

/* ---------- 赛程节奏 ---------- */
.page-home__sched {
  padding-top: 72px;
}

.page-home__sched-head {
  max-width: 46em;
}

.page-home__sched-panels {
  margin-top: 28px;
  background: var(--stand);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), 0 100%);
  padding: 22px 18px 40px;
}

.page-home__week-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-home__week-tab {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px;
  cursor: pointer;
  transition: background 120ms var(--ease), color 120ms var(--ease);
}

.page-home__week-tab.is-on {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--night);
}

.page-home__week-panel {
  margin-top: 18px;
}

.page-home__week-panel[hidden] {
  display: none;
}

.page-home__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 0;
}

.page-home__table-cap {
  caption-side: top;
  text-align: left;
  color: var(--concrete);
  font-size: 13px;
  padding-bottom: 12px;
}

.page-home__table th {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--concrete);
  font-weight: 600;
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}

.page-home__table td {
  padding: 12px 10px 12px 0;
  color: var(--paper);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.page-home__table tbody tr:nth-child(even) {
  background: rgba(14, 143, 134, 0.08);
}

.page-home__table .mono {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--cyan);
  white-space: nowrap;
}

.page-home__sched-tail {
  margin-top: 26px;
}

/* ---------- 快速通道 ---------- */
.page-home__fast {
  padding-top: 72px;
}

.page-home__fast-head {
  max-width: 46em;
}

.page-home__fast-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.page-home__fast-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 6px 14px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  transition: background 120ms var(--ease);
}

.page-home__fast-item:hover {
  background: rgba(232, 236, 245, 0.04);
}

.page-home__fast-no {
  font-size: 15px;
  font-weight: 700;
  color: var(--orange);
  padding-top: 3px;
}

.page-home__fast-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--paper);
}

.page-home__fast-body p {
  margin: 0;
  color: var(--paper);
  opacity: 0.74;
  font-size: 15px;
  line-height: 1.7;
}

.page-home__fast-item .btn {
  grid-column: 2;
  justify-self: start;
  margin-top: 12px;
}

.page-home__fast-note {
  margin-top: 22px;
  color: var(--concrete);
}

.page-home__fast-note .page-home__inline-link {
  margin-top: 0;
}

/* ---------- 行动区 ---------- */
.page-home__cta {
  margin-top: 80px;
  background: linear-gradient(112deg, rgba(19, 26, 56, 0.96) 0%, rgba(11, 16, 38, 0.9) 58%, rgba(255, 107, 26, 0.12) 100%);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}

.page-home__cta::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -60%;
  width: 56%;
  height: 240px;
  background: rgba(41, 224, 208, 0.14);
  transform: rotate(var(--home-cut));
  pointer-events: none;
}

.page-home__cta-grid {
  position: relative;
  display: grid;
  gap: 36px;
}

.page-home__cta-eyebrow {
  color: var(--orange);
}

.page-home__cta-text {
  margin-bottom: 26px;
}

.page-home__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home__cta-mail {
  margin: 22px 0 0;
  font-size: 14px;
  color: var(--concrete);
}

.page-home__mail-link {
  font-family: var(--font-mono);
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px dashed rgba(41, 224, 208, 0.5);
}

.page-home__mail-link:hover {
  color: var(--orange-light);
  border-bottom-color: var(--orange-light);
}

.page-home__cta-figure {
  position: relative;
  padding-bottom: 76px;
}

.page-home__cta-img {
  aspect-ratio: 12 / 7;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  background: var(--stand);
}

.page-home__cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home__cta-board {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: min(260px, 82%);
  background: var(--night);
  border-top: 3px solid var(--orange);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.page-home__cta-board .scoreboard__value {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--orange);
  font-size: 32px;
  letter-spacing: -0.01em;
}

.page-home__cta-board .scoreboard__label,
.page-home__cta-board .scoreboard__sub {
  color: var(--concrete);
}

.page-home__num {
  font-family: var(--font-mono);
}

/* ---------- 平板 ---------- */
@media (min-width: 768px) {
  .page-home__crumb-wrap {
    padding-top: 30px;
  }

  .page-home__hero {
    padding: 44px 0 64px;
  }

  .page-home__hero-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    align-items: end;
  }

  .page-home__hero-main {
    grid-column: 1 / span 6;
  }

  .page-home__hero-visual {
    grid-column: 7 / span 6;
    padding-bottom: 96px;
    margin-top: 0;
  }

  .page-home__login-board {
    right: 40px;
  }

  .page-home__why-blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home__why-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .page-home__why-side {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home__path-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
  }

  .page-home__path-figure {
    grid-column: 1 / span 4;
  }

  .page-home__path-body {
    grid-column: 5 / span 8;
  }

  .page-home__fast-item {
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 18px;
  }

  .page-home__fast-item .btn {
    grid-column: 3;
    margin-top: 0;
  }

  .page-home__cta-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    align-items: center;
  }

  .page-home__cta-body {
    grid-column: 1 / span 6;
  }

  .page-home__cta-figure {
    grid-column: 7 / span 6;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 1100px) {
  .page-home__hero-main {
    grid-column: 1 / span 5;
  }

  .page-home__hero-visual {
    grid-column: 6 / span 7;
    padding-bottom: 72px;
  }

  .page-home__hero-visual::before {
    content: "";
    position: absolute;
    left: -46px;
    top: 18%;
    width: 180px;
    height: 220px;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
    pointer-events: none;
  }

  .page-home__why-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
  }

  .page-home__why-note {
    display: block;
    grid-column: 1 / span 2;
    padding-top: 48px;
  }

  .page-home__why-body {
    grid-column: 3 / span 7;
  }

  .page-home__why-side {
    grid-column: 10 / span 3;
    margin-top: 68px;
  }

  .page-home__why-blocks {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home__why-card:nth-child(3) {
    grid-column: auto;
  }

  .page-home__path-side {
    display: block;
    grid-column: 12 / span 1;
    position: relative;
    align-self: stretch;
    min-height: 360px;
  }

  .page-home__path-side::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--line);
  }

  .page-home__tick {
    position: absolute;
    left: 50%;
    top: var(--t);
    width: 12px;
    height: 3px;
    background: var(--cyan);
    transform: translateX(-6px);
  }

  .page-home__sched-head {
    max-width: 40em;
  }

  .page-home__sched-panels {
    padding: 26px 28px 46px;
  }

  .page-home__cta {
    padding: 72px 0 80px;
  }

  .page-home__cta-body {
    grid-column: 2 / span 5;
  }

  .page-home__cta-figure {
    grid-column: 7 / span 6;
  }
}

@media (min-width: 1280px) {
  .page-home__h1 {
    font-size: 96px;
  }

  .page-home__frame {
    aspect-ratio: 16 / 9;
  }

  .page-home__login-board {
    left: -18px;
    right: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home__why-card {
    transition: none;
  }

  .page-home__why-card:hover {
    transform: none;
  }

  .page-home__fast-item {
    transition: none;
  }
}

.page-home {
  --t: inherit;
}
