.page-home {
  --home-orange: #E67E22;
  --home-green: #27AE60;
  --home-blue: #1B4F72;
  --home-sky: #5DADE2;
  --home-ink: #17202A;
  --home-snow: #F4F6F7;
  --home-glacier: #AED6F1;
  --home-slate: #7F8C8D;
  --home-mono: "Roboto Mono", "SF Mono", "Courier New", monospace;
  --home-heading: "DIN Condensed", "Arial Narrow", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--home-snow);
  overflow-x: hidden;
}

.page-home .container,
.page-home .container-narrow {
  width: 100%;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--shell-pad);
  padding-right: var(--shell-pad);
  box-sizing: border-box;
}

.page-home .container-narrow {
  max-width: 980px;
}

.page-home .section-number {
  font-family: var(--home-heading);
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
  color: rgba(27, 79, 114, 0.16);
  display: inline-block;
  transform: rotate(-4deg);
  transform-origin: left bottom;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.page-home .section-tag {
  display: inline-block;
  font-family: var(--home-heading);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-blue);
  background: rgba(174, 214, 241, 0.4);
  padding: 5px 14px;
  margin-bottom: 10px;
}

.page-home .section-title {
  font-family: var(--home-heading);
  font-weight: 700;
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  line-height: 1.16;
  margin: 6px 0 12px;
  color: var(--home-ink);
  letter-spacing: 0.03em;
}

.page-home .section-intro {
  color: var(--home-slate);
  font-size: 15px;
  line-height: 1.75;
  max-width: 760px;
  margin: 0;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--home-heading);
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  border: 2px solid transparent;
  padding: 12px 28px;
}

.page-home .btn-primary {
  background: var(--home-orange);
  border-color: var(--home-orange);
  color: #ffffff;
}

.page-home .btn-primary:hover {
  background: #cf6d12;
  border-color: #cf6d12;
  transform: translateY(-2px);
}

.page-home .btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.page-home .btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
}

/* 框景首屏 */
.page-home .hero-direct {
  background: var(--home-blue);
  color: #ffffff;
  position: relative;
  min-height: 100vh;
  display: flex;
}

.page-home .hero-frame {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(27, 79, 114, 0.96) 0%, rgba(27, 79, 114, 0.68) 42%, rgba(23, 32, 42, 0.15) 100%);
  z-index: 1;
}

.page-home .hero-scale {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 20px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0 1px, transparent 1px 16px);
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

.page-home .hero-speed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.page-home .speed-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.32);
  stroke-width: 2;
}

.page-home .hero-inner-frame {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  z-index: 3;
  pointer-events: none;
}

.page-home .corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--home-orange);
  border-style: solid;
  opacity: 0.95;
}

.page-home .corner-tl {
  top: -2px;
  left: -2px;
  border-width: 4px 0 0 4px;
}

.page-home .corner-tr {
  top: -2px;
  right: -2px;
  border-width: 4px 4px 0 0;
}

.page-home .corner-bl {
  bottom: -2px;
  left: -2px;
  border-width: 0 0 4px 4px;
}

.page-home .corner-br {
  bottom: -2px;
  right: -2px;
  border-width: 0 4px 4px 0;
}

.page-home .hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 100px 20px 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
}

.page-home .hero-rail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.page-home .hero-rail-label {
  font-family: var(--home-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .hero-rail-line {
  width: 56px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.page-home .hero-rail-score {
  font-family: var(--home-heading);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--home-sky);
}

.page-home .hero-block {
  margin: 0 0 36px;
}

.page-home .hero-kicker {
  display: inline-block;
  font-family: var(--home-heading);
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(27, 79, 114, 0.5);
  padding: 7px 14px;
  margin-bottom: 22px;
}

.page-home .hero-title {
  font-family: var(--home-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.08;
  margin: 0 0 22px;
  font-size: clamp(2.5rem, 9vw, 5.5rem);
  display: flex;
  flex-direction: column;
}

.page-home .hero-title-accent {
  color: var(--home-sky);
}

.page-home .hero-sub {
  max-width: 580px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 30px;
}

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

.page-home .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.page-home .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 8px 14px;
  font-family: var(--home-mono);
  font-size: 13px;
  color: #ffffff;
}

.page-home .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.page-home .dot-green {
  background: var(--home-green);
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.35);
}

.page-home .dot-blue {
  background: var(--home-sky);
  box-shadow: 0 0 0 3px rgba(93, 173, 226, 0.35);
}

.page-home .dot-orange {
  background: var(--home-orange);
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.35);
}

.page-home .hero-meta {
  display: flex;
  gap: 18px;
  max-width: 400px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-family: var(--home-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  justify-content: space-between;
}

/* 01 本季改版速览 */
.page-home .revamp-section {
  position: relative;
  background: var(--home-snow);
  padding: 64px 0 56px;
}

.page-home .revamp-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--home-blue) 0 25%, var(--home-sky) 25% 50%, var(--home-green) 50% 75%, var(--home-orange) 75% 100%);
  z-index: 2;
}

.page-home .revamp-head {
  display: flex;
  gap: 18px;
  margin-bottom: 34px;
}

.page-home .revamp-head-text {
  flex: 1;
  min-width: 0;
}

.page-home .revamp-head .section-tag {
  color: var(--home-orange);
  background: rgba(230, 126, 34, 0.12);
}

.page-home .revamp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .revamp-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--home-glacier);
  border-left: 6px solid var(--home-orange);
  padding: 28px 22px 24px 24px;
  box-shadow: 0 4px 16px rgba(23, 32, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .revamp-card:nth-child(2) {
  border-left-color: var(--home-green);
}

.page-home .revamp-card:nth-child(3) {
  border-left-color: var(--home-blue);
}

.page-home .revamp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(23, 32, 42, 0.12);
}

.page-home .revamp-tag {
  font-family: var(--home-heading);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--home-blue);
}

.page-home .revamp-num {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: var(--home-mono);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(27, 79, 114, 0.14);
}

.page-home .revamp-card h3 {
  font-family: var(--home-heading);
  font-size: 21px;
  letter-spacing: 0.04em;
  margin: 12px 0 8px;
  color: var(--home-ink);
}

.page-home .revamp-card p {
  font-size: 14px;
  color: var(--home-slate);
  line-height: 1.7;
  margin: 0;
}

/* 02 赛程中心更新记录 */
.page-home .schedule-section {
  position: relative;
  background: linear-gradient(135deg, var(--home-glacier) 0%, var(--home-snow) 100%);
  padding: 64px 0 68px;
  overflow: hidden;
}

.page-home .schedule-section::before {
  content: "DIRECT";
  position: absolute;
  top: 20px;
  right: -30px;
  font-family: var(--home-heading);
  font-weight: 700;
  font-size: clamp(4rem, 10vw, 8rem);
  color: rgba(27, 79, 114, 0.06);
  letter-spacing: 0.1em;
  line-height: 1;
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}

.page-home .schedule-shell {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-home .schedule-aside {
  background: rgba(255, 255, 255, 0.88);
  padding: 34px 28px;
  border-top: 6px solid var(--home-orange);
  box-shadow: 0 8px 24px rgba(23, 32, 42, 0.08);
}

.page-home .schedule-aside .section-tag {
  color: var(--home-orange);
  background: rgba(230, 126, 34, 0.12);
}

.page-home .schedule-aside .section-title {
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
}

.page-home .schedule-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--home-slate);
  margin: 14px 0 18px;
}

.page-home .round-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.page-home .round-tab {
  font-family: var(--home-mono);
  font-size: 13px;
  color: var(--home-blue);
  background: #ffffff;
  border: 1px solid var(--home-glacier);
  border-radius: 4px;
  padding: 6px 12px;
}

.page-home .round-tab.is-active {
  background: var(--home-blue);
  color: #ffffff;
  border-color: var(--home-blue);
}

.page-home .round-sample {
  font-size: 13px;
  color: var(--home-ink);
  background: rgba(255, 255, 255, 0.75);
  border-left: 3px solid var(--home-orange);
  padding: 10px 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.page-home .schedule-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.page-home .schedule-points li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  font-size: 14px;
  color: var(--home-ink);
  line-height: 1.65;
  border-bottom: 1px dashed var(--color-fog);
  padding-bottom: 12px;
}

.page-home .point-label {
  font-family: var(--home-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--home-green);
  white-space: nowrap;
}

.page-home .schedule-visual {
  margin: 0;
  position: relative;
}

.page-home .schedule-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid #ffffff;
  box-shadow: 0 12px 32px rgba(23, 32, 42, 0.14);
}

.page-home .exhibit-label {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--home-mono);
  font-size: 12px;
  color: var(--home-blue);
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border: 1px solid rgba(174, 214, 241, 0.7);
}

/* 03 球队资料对比 */
.page-home .compare-section {
  position: relative;
  background: var(--home-ink);
  color: #ffffff;
  padding: 68px 0;
  overflow: hidden;
}

.page-home .compare-section::before {
  content: "VS";
  position: absolute;
  bottom: 10px;
  left: -20px;
  font-family: var(--home-heading);
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 10rem);
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: 0.06em;
  line-height: 1;
  transform: rotate(-6deg);
  pointer-events: none;
}

.page-home .compare-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .compare-visual {
  margin: 0;
}

.page-home .compare-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-home .compare-visual .exhibit-label {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-home .compare-text .section-number {
  color: rgba(255, 255, 255, 0.18);
}

.page-home .compare-text .section-tag {
  color: var(--home-sky);
  background: rgba(93, 173, 226, 0.15);
}

.page-home .compare-text .section-title {
  color: #ffffff;
}

.page-home .compare-desc {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  font-size: 15px;
  margin: 14px 0 20px;
}

.page-home .compare-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.page-home .metric-chip {
  font-family: var(--home-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6px 12px;
  border-radius: 3px;
}

.page-home .compare-hint {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  margin: 0 0 18px;
}

.page-home .compare-note {
  background: rgba(93, 173, 226, 0.12);
  border: 1px solid rgba(93, 173, 226, 0.3);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
  padding: 14px 18px;
}

/* 04 本地球馆直达赛事日历 */
.page-home .venue-section {
  background: linear-gradient(140deg, #e8f8f0 0%, var(--home-snow) 60%, var(--home-glacier) 100%);
  padding: 64px 0 68px;
}

.page-home .venue-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-home .venue-text {
  min-width: 0;
}

.page-home .venue-text .section-tag {
  color: var(--home-green);
  background: rgba(39, 174, 96, 0.12);
}

.page-home .venue-desc {
  color: var(--home-slate);
  font-size: 15px;
  line-height: 1.75;
  margin: 14px 0 24px;
}

.page-home .venue-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.page-home .venue-stat {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--home-glacier);
  padding: 20px 12px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(23, 32, 42, 0.05);
}

.page-home .venue-stat .stat-num {
  font-family: var(--home-mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--home-blue);
  display: block;
  line-height: 1.1;
}

.page-home .venue-stat .stat-caption {
  font-size: 13px;
  color: var(--home-slate);
  display: block;
  margin-top: 6px;
}

.page-home .venue-more {
  color: var(--home-slate);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.75);
  border-right: 4px solid var(--home-green);
  padding: 14px 16px;
}

.page-home .venue-map {
  margin: 0;
}

.page-home .venue-map img {
  display: block;
  width: 100%;
  height: auto;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 28px rgba(23, 32, 42, 0.16);
}

.page-home .venue-map .exhibit-label {
  margin-top: 14px;
}

/* 05 最新品牌动态 */
.page-home .news-section {
  background: var(--home-snow);
  padding: 64px 0 72px;
}

.page-home .news-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.page-home .news-head-text {
  flex: 1;
  min-width: 0;
}

.page-home .news-head .section-tag {
  color: var(--home-blue);
  background: rgba(174, 214, 241, 0.4);
}

.page-home .news-list {
  display: grid;
  gap: 14px;
}

.page-home .news-item {
  background: #ffffff;
  border: 1px solid var(--home-glacier);
  border-left: 5px solid var(--home-blue);
  padding: 22px 24px;
  display: grid;
  gap: 6px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-left-color 0.25s ease;
}

.page-home .news-item:hover {
  box-shadow: 0 10px 26px rgba(23, 32, 42, 0.1);
  transform: translateX(6px);
  border-left-color: var(--home-orange);
}

.page-home .tag {
  font-family: var(--home-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--home-blue);
  background: var(--home-glacier);
  padding: 4px 10px;
  border-radius: 2px;
  justify-self: start;
}

.page-home .news-title {
  font-family: var(--home-heading);
  font-size: 19px;
  color: var(--home-ink);
  margin: 6px 0 2px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.page-home .news-desc {
  color: var(--home-slate);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 6px;
}

.page-home .news-link {
  font-family: var(--home-heading);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-orange);
  text-decoration: none;
  justify-self: start;
  transition: color 0.25s ease;
}

.page-home .news-link:hover {
  color: var(--home-blue);
}

.page-home .news-more {
  margin-top: 32px;
  text-align: center;
}

.page-home .news-more .btn-outline {
  color: var(--home-blue);
  border-color: var(--home-blue);
  background: transparent;
}

.page-home .news-more .btn-outline:hover {
  background: var(--home-blue);
  color: #ffffff;
}

/* 06 服务数据一览 */
.page-home .stats-section {
  position: relative;
  background: var(--home-blue);
  padding: 68px 0 76px;
  overflow: hidden;
}

.page-home .stats-section::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .stats-section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .stats-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.page-home .stats-head-text {
  flex: 1;
  min-width: 0;
}

.page-home .stats-head .section-number {
  color: rgba(255, 255, 255, 0.2);
}

.page-home .stats-head .section-tag {
  color: var(--home-sky);
  background: rgba(93, 173, 226, 0.15);
}

.page-home .stats-head .section-title {
  color: #ffffff;
}

.page-home .stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .stat-card {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 24px 22px 24px 26px;
  min-width: 0;
}

.page-home .stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--home-orange);
}

.page-home .stat-card:nth-child(even)::after {
  background: var(--home-green);
}

.page-home .stat-card .stat-num {
  font-family: var(--home-mono);
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  display: block;
}

.page-home .stat-card .stat-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  margin-top: 6px;
  display: block;
}

.page-home .stat-card .stat-note {
  color: var(--home-sky);
  font-size: 12px;
  margin-top: 8px;
  display: block;
  font-family: var(--home-mono);
}

/* 07 合作伙伴与认可 */
.page-home .partner-section {
  background: linear-gradient(180deg, var(--home-snow) 0%, rgba(174, 214, 241, 0.4) 100%);
  padding: 68px 0 76px;
}

.page-home .partner-layout {
  display: grid;
  gap: 28px;
}

.page-home .partner-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.page-home .partner-head-text {
  flex: 1;
  min-width: 0;
}

.page-home .partner-head .section-tag {
  color: var(--home-green);
  background: rgba(39, 174, 96, 0.12);
}

.page-home .partner-quote {
  border-left: 4px solid var(--home-orange);
  background: #ffffff;
  padding: 20px 24px;
  box-shadow: 0 4px 14px rgba(23, 32, 42, 0.06);
}

.page-home .partner-lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--home-ink);
  margin: 0;
  font-weight: 600;
}

.page-home .partner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .partner-item {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--home-glacier);
  padding: 22px 18px 22px 20px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(23, 32, 42, 0.05);
}

.page-home .partner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--home-green);
}

.page-home .partner-item:nth-child(2)::before {
  background: var(--home-sky);
}

.page-home .partner-item:nth-child(3)::before {
  background: var(--home-orange);
}

.page-home .partner-item:nth-child(4)::before {
  background: var(--home-blue);
}

.page-home .partner-token {
  font-family: var(--home-mono);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--home-blue);
  display: block;
  line-height: 1;
}

.page-home .partner-item h3 {
  font-family: var(--home-heading);
  font-size: 17px;
  letter-spacing: 0.04em;
  margin: 12px 0 6px;
  color: var(--home-ink);
}

.page-home .partner-item p {
  color: var(--home-slate);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

/* 平板及以上断点 */
@media (min-width: 640px) {
  .page-home .revamp-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .page-home .hero-title {
    font-size: clamp(3rem, 7vw, 5rem);
  }

  .page-home .schedule-shell {
    padding: 0 28px;
  }

  .page-home .venue-shell {
    padding: 0 28px;
  }

  .page-home .venue-stats {
    gap: 16px;
  }
}

/* 桌面端断点 */
@media (min-width: 960px) {
  .page-home .hero-content {
    flex-direction: row;
    align-items: center;
    gap: 44px;
    padding: 120px 40px 140px;
  }

  .page-home .hero-inner-frame {
    inset: 24px;
  }

  .page-home .hero-scale {
    top: 28px;
  }

  .page-home .hero-rail {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    width: 60px;
    height: 300px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .page-home .hero-rail-label {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }

  .page-home .hero-rail-line {
    width: 1px;
    height: 64px;
  }

  .page-home .hero-rail-score {
    writing-mode: vertical-rl;
    letter-spacing: 0.28em;
  }

  .page-home .hero-block {
    max-width: 680px;
    margin: 0;
  }

  .page-home .hero-meta {
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    border-top: none;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 0;
    padding-right: 18px;
    margin-top: 0;
    margin-left: auto;
    max-width: 160px;
  }

  .page-home .revamp-section {
    padding: 88px 0 72px;
  }

  .page-home .revamp-head {
    align-items: flex-end;
  }

  .page-home .revamp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .schedule-section {
    padding: 92px 0;
  }

  .page-home .schedule-shell {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 44px;
    padding: 0 32px;
  }

  .page-home .schedule-aside {
    padding: 40px 36px;
  }

  .page-home .compare-section {
    padding: 96px 0;
  }

  .page-home .compare-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
  }

  .page-home .venue-section {
    padding: 92px 0;
  }

  .page-home .venue-shell {
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    padding: 0 32px;
    align-items: center;
  }

  .page-home .news-section {
    padding: 88px 0 96px;
  }

  .page-home .news-list {
    gap: 16px;
  }

  .page-home .news-item {
    padding: 26px 30px;
  }

  .page-home .stats-section {
    padding: 92px 0 100px;
  }

  .page-home .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-home .partner-section {
    padding: 92px 0 100px;
  }

  .page-home .partner-layout {
    gap: 36px;
  }

  .page-home .partner-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-home .partner-item {
    padding: 26px 22px;
  }
}

/* 宽屏内容加强 */
@media (min-width: 1280px) {
  .page-home .hero-sub {
    max-width: 640px;
  }

  .page-home .hero-block {
    max-width: 760px;
  }

  .page-home .schedule-shell {
    gap: 64px;
  }

  .page-home .compare-layout {
    gap: 72px;
  }

  .page-home .venue-shell {
    gap: 72px;
  }

  .page-home .stats-grid {
    gap: 24px;
  }
}
