/* ===== 6T体育 首页专属样式 ===== */
.page-home {
  --home-ease: cubic-bezier(.22, .61, .36, 1);
  --home-hero-dark: rgba(11, 27, 61, .96);
  --home-hero-mid: rgba(11, 27, 61, .82);
  --home-hero-lite: rgba(11, 27, 61, .38);
  --home-orange: #FF6B35;
  --home-line: rgba(255, 255, 255, .14);
  --home-line-solid: rgba(11, 27, 61, .1);
  background: #fff;
  overflow-x: hidden;
}

/* ---------- 首屏 Hero ---------- */
.page-home .home-hero {
  position: relative;
  min-height: 720px;
  background: var(--c-primary);
  color: var(--c-white);
  padding: 64px 0 56px;
  overflow: hidden;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 44px;
  background: var(--c-light);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 3;
  pointer-events: none;
}

.page-home .home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .home-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, var(--home-hero-dark) 0%, var(--home-hero-mid) 58%, var(--home-hero-lite) 100%);
}

.page-home .home-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 40%, transparent 100%);
}

.page-home .home-hero-slash {
  position: absolute;
  top: 0;
  right: -80px;
  width: 420px;
  height: 140%;
  background: linear-gradient(115deg, transparent 0%, transparent 46%, rgba(255, 107, 53, .14) 46%, rgba(255, 107, 53, .14) 52%, transparent 52%, transparent 100%);
  transform: rotate(12deg);
  z-index: 1;
  pointer-events: none;
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.page-home .home-hero-copy {
  flex: 0 0 auto;
  max-width: 100%;
}

.page-home .home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 18px;
}

.page-home .home-eyebrow-line {
  display: inline-block;
  width: 34px;
  height: 3px;
  background: var(--c-accent);
  transform: skewX(-24deg);
}

.page-home .home-hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 7.5vw, 76px);
  line-height: 1.04;
  letter-spacing: .01em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.page-home .home-hero-title em {
  display: inline-block;
  font-style: normal;
  color: var(--c-accent);
  position: relative;
  padding-left: 6px;
}

.page-home .home-hero-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  background: rgba(255, 107, 53, .22);
  z-index: -1;
}

.page-home .home-hero-desc {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .82);
  max-width: 620px;
  margin: 0 0 26px;
}

.page-home .home-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.page-home .btn--ghost {
  border-color: rgba(255, 255, 255, .55);
  color: var(--c-white);
}

.page-home .btn--ghost:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

/* 直播比分条 */
.page-home .home-live-strip {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 620px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--home-line);
  border-left: 4px solid var(--c-accent);
  padding: 16px 20px 14px;
  margin-bottom: 28px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.page-home .home-live-strip-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.page-home .home-live-strip-league {
  font-weight: 600;
}

.page-home .home-live-strip-minute {
  margin-left: auto;
  font-family: var(--font-data);
  color: var(--c-accent);
}

.page-home .home-live-strip-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.page-home .home-live-strip-team {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .04em;
  color: var(--c-white);
}

.page-home .home-live-strip-score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 30px;
  font-weight: 700;
  color: var(--c-accent);
  line-height: 1;
  letter-spacing: .04em;
}

.page-home .home-live-strip-score b {
  font-weight: 700;
}

.page-home .home-live-strip-score i {
  font-style: normal;
  color: rgba(255, 255, 255, .45);
}

.page-home .home-live-strip-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 10px;
}

/* 核心数据 */
.page-home .home-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.page-home .home-stat:last-child {
  border-right: 0;
  padding-right: 0;
}

.page-home .home-stat-label {
  order: 2;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .06em;
}

.page-home .home-stat-value {
  order: 1;
  font-family: var(--font-data);
  font-size: 28px;
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.1;
}

.page-home .home-stat-value b {
  font-weight: 700;
  color: var(--c-accent);
  font-size: 34px;
}

/* Hero 右侧赛程快览 */
.page-home .home-hero-board {
  flex: 0 0 auto;
  max-width: 100%;
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--home-line);
  padding: 20px 18px 14px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.page-home .home-hero-board-title {
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--c-white);
  margin: 0 0 14px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.page-home .home-hero-board-index {
  display: inline-block;
  background: var(--c-accent);
  color: var(--c-white);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 2px 8px;
  transform: skewX(-16deg);
}

.page-home .home-hero-board-index::after {
  content: "";
}

.page-home .home-mini-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  text-decoration: none;
  transition: background .25s var(--home-ease), padding .25s var(--home-ease);
}

.page-home .home-mini-item:hover {
  background: rgba(255, 255, 255, .06);
  padding-left: 10px;
}

.page-home .home-mini-time {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  min-width: 46px;
}

.page-home .home-mini-league {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .1);
  padding: 3px 6px;
  min-width: 38px;
  text-align: center;
}

.page-home .home-mini-text {
  flex: 1;
  font-size: 13px;
  color: rgba(255, 255, 255, .88);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .home-mini-arrow {
  color: rgba(255, 255, 255, .4);
  font-size: 14px;
  transition: transform .25s var(--home-ease);
}

.page-home .home-mini-item:hover .home-mini-arrow {
  transform: translateX(4px);
  color: var(--c-accent);
}

.page-home .home-hero-board-more {
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  padding: 12px 0 4px;
  transition: color .25s var(--home-ease);
}

.page-home .home-hero-board-more:hover {
  color: var(--c-accent);
}

/* ---------- 实时比分滚动条 ---------- */
.page-home .home-ticker {
  background: #071329;
  padding: 22px 0 0;
  border-top: 3px solid var(--c-accent);
}

.page-home .home-ticker-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
}

.page-home .home-ticker-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-home .ticker-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-white);
}

.page-home .home-ticker-note {
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
}

.page-home .home-ticker-note strong {
  color: var(--c-accent);
  font-family: var(--font-data);
  font-size: 14px;
}

.page-home .ticker-more {
  font-size: 13px;
  color: var(--c-accent);
  text-decoration: none;
  letter-spacing: .04em;
}

.page-home .ticker-more:hover {
  text-decoration: underline;
}

.page-home .live-ticker {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  overflow: hidden;
}

.page-home .ticker-viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.page-home .ticker-viewport::-webkit-scrollbar {
  display: none;
}

.page-home .ticker-track {
  display: flex;
  width: max-content;
}

.page-home .ticker-group {
  display: flex;
  align-items: stretch;
}

.page-home .ticker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-right: 1px solid rgba(255, 255, 255, .07);
  white-space: nowrap;
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
}

.page-home .ticker-league {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--c-accent);
  background: rgba(255, 107, 53, .12);
  padding: 3px 7px;
}

.page-home .ticker-score {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-white);
  letter-spacing: .03em;
}

.page-home .ticker-period {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-data);
}

/* ---------- 赛程日历 ---------- */
.page-home .home-schedule {
  background: var(--c-light);
  padding: 72px 0 64px;
}

.page-home .home-section-head {
  margin-bottom: 40px;
  max-width: 720px;
}

.page-home .home-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 10px;
}

.page-home .home-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--c-primary);
  color: var(--c-accent);
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
  transform: skewX(-14deg);
}

.page-home .home-section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.15;
  color: var(--c-primary);
  margin: 0 0 12px;
  letter-spacing: .02em;
}

.page-home .home-section-desc {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-gray);
  margin: 0;
}

.page-home .home-schedule-panels {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-home .home-day-panel {
  background: var(--c-white);
  border: 1px solid var(--home-line-solid);
  box-shadow: 0 10px 30px rgba(11, 27, 61, .05);
}

.page-home .home-day-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: var(--c-primary);
  color: var(--c-white);
}

.page-home .home-day-name {
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-home .home-day-count {
  font-size: 12px;
  color: var(--c-accent);
  font-family: var(--font-data);
  font-weight: 600;
}

.page-home .home-day-list {
  display: flex;
  flex-direction: column;
}

.page-home .home-match-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 27, 61, .07);
  transition: background .2s var(--home-ease);
}

.page-home .home-match-row:last-child {
  border-bottom: 0;
}

.page-home .home-match-row:hover {
  background: rgba(255, 107, 53, .06);
}

.page-home .home-match-time {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 600;
  color: var(--c-gray);
  min-width: 46px;
}

.page-home .home-match-league {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--c-primary);
  background: var(--c-light);
  padding: 3px 7px;
  min-width: 42px;
  text-align: center;
}

.page-home .home-match-teams {
  flex: 1;
  font-size: 13px;
  color: var(--c-gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .home-match-teams i {
  font-style: normal;
  color: rgba(46, 58, 78, .4);
  margin: 0 6px;
}

.page-home .home-match-score {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 14px;
  color: var(--c-accent);
}

.page-home .home-match-status {
  font-size: 11px;
  color: var(--c-cyan);
  font-weight: 600;
  background: rgba(14, 165, 233, .1);
  padding: 2px 8px;
}

.page-home .home-schedule-more {
  text-align: center;
  margin-top: 28px;
}

.page-home .home-schedule-more-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-accent);
  text-decoration: none;
  border-bottom: 2px solid var(--c-accent);
  padding-bottom: 2px;
  transition: color .2s var(--home-ease), border-color .2s var(--home-ease);
}

.page-home .home-schedule-more-link:hover {
  color: var(--c-primary);
  border-color: var(--c-primary);
}

/* ---------- 赛讯头条 ---------- */
.page-home .home-news {
  background: var(--c-white);
  padding: 72px 0 64px;
}

.page-home .home-news-feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}

.page-home .home-news-media {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}

.page-home .home-news-media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--c-accent);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  z-index: 1;
}

.page-home .home-news-media img,
.page-home .home-service-tool-media img,
.page-home .home-team-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--home-ease);
}

.page-home .home-news-feature:hover .home-news-media img,
.page-home .home-team-card:hover .home-team-media img {
  transform: scale(1.03);
}

.page-home .home-news-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-home .home-news-tag {
  display: inline-block;
  background: var(--c-accent);
  color: var(--c-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 3px 10px;
  transform: skewX(-14deg);
  margin-bottom: 12px;
}

.page-home .home-news-title {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.page-home .home-news-title a {
  color: var(--c-primary);
  text-decoration: none;
  transition: color .2s var(--home-ease);
}

.page-home .home-news-title a:hover {
  color: var(--c-accent);
}

.page-home .home-news-excerpt {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-gray);
  margin: 0 0 12px;
  max-width: 520px;
}

.page-home .home-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12px;
  color: rgba(46, 58, 78, .55);
  align-items: center;
}

.page-home .home-news-meta a {
  color: var(--c-accent);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s var(--home-ease);
}

.page-home .home-news-meta a:hover {
  color: var(--c-primary);
}

.page-home .home-news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 2px solid var(--c-primary);
}

.page-home .home-news-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(11, 27, 61, .09);
  text-decoration: none;
  transition: background .2s var(--home-ease), padding .2s var(--home-ease);
}

.page-home .home-news-item:hover {
  background: rgba(255, 107, 53, .05);
  padding-left: 10px;
}

.page-home .home-news-item-tag {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--c-primary);
  border: 1px solid rgba(11, 27, 61, .18);
  padding: 2px 8px;
}

.page-home .home-news-item-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--c-gray);
  transition: color .2s var(--home-ease);
  line-height: 1.5;
}

.page-home .home-news-item:hover .home-news-item-title {
  color: var(--c-accent);
}

.page-home .home-news-item-stat {
  flex: 0 0 auto;
  font-size: 11px;
  color: rgba(46, 58, 78, .45);
  font-family: var(--font-data);
}

/* ---------- 服务入口 ---------- */
.page-home .home-services {
  position: relative;
  background: var(--c-primary);
  padding: 84px 0 76px;
  overflow: hidden;
}

.page-home .home-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background: var(--c-(*skip*));
  background: var(--c-accent);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 1;
}

.page-home .home-services::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, .12) 0%, transparent 68%);
  z-index: 0;
  pointer-events: none;
}

.page-home .home-services .container {
  position: relative;
  z-index: 2;
}

.page-home .home-section-head--light .home-section-title {
  color: var(--c-white);
}

.page-home .home-section-head--light .home-section-desc {
  color: rgba(255, 255, 255, .7);
}

.page-home .home-section-head--light .home-section-num {
  background: var(--c-accent);
  color: var(--c-white);
}

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

.page-home .home-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-top: 3px solid var(--c-accent);
  padding: 24px 22px;
  text-decoration: none;
  transition: background .3s var(--home-ease), transform .3s var(--home-ease);
}

.page-home .home-service-card:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px);
}

.page-home .home-service-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--c-accent);
  color: var(--c-white);
  transform: skewX(-14deg);
  margin-bottom: 4px;
}

.page-home .home-service-icon svg {
  width: 22px;
  height: 22px;
  transform: skewX(14deg);
}

.page-home .home-service-title {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .04em;
  color: var(--c-white);
  margin: 0;
}

.page-home .home-service-text {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

.page-home .home-service-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  margin-top: auto;
  padding-top: 8px;
  letter-spacing: .04em;
}

.page-home .home-service-card--tool {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, .09);
  border-top-width: 3px;
}

.page-home .home-service-tool {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

.page-home .home-service-tool-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .home-service-tool-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--home-ease);
  align-self: flex-start;
}

.page-home .home-service-tool-link:hover {
  border-color: var(--c-accent);
}

.page-home .home-service-tool-media {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
}

/* ---------- 品牌球队资料 ---------- */
.page-home .home-teams {
  background: var(--c-light);
  padding: 72px 0 64px;
}

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

.page-home .home-team-card {
  display: block;
  background: var(--c-white);
  border: 1px solid var(--home-line-solid);
  text-decoration: none;
  transition: box-shadow .3s var(--home-ease), transform .3s var(--home-ease);
}

.page-home .home-team-card:hover {
  box-shadow: 0 14px 34px rgba(11, 27, 61, .12);
  transform: translateY(-4px);
}

.page-home .home-team-media {
  overflow: hidden;
  position: relative;
}

.page-home .home-team-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11, 27, 61, .55) 100%);
}

.page-home .home-team-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-top: 2px solid var(--c-accent);
}

.page-home .home-team-name {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--c-primary);
  margin: 0;
  letter-spacing: .05em;
}

.page-home .home-team-count {
  font-size: 12px;
  color: var(--c-accent);
  font-family: var(--font-data);
  font-weight: 600;
}

/* ---------- 品牌尾带 ---------- */
.page-home .home-brand {
  position: relative;
  background: linear-gradient(120deg, #060d20 0%, var(--c-primary) 60%, #1a3a6b 100%);
  color: var(--c-white);
  padding: 76px 0 80px;
  overflow: hidden;
}

.page-home .home-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-home .home-brand::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-accent) 32%, transparent 32%);
}

.page-home .home-brand-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.page-home .home-brand-eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin: 0 0 16px;
}

.page-home .home-brand-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 44px);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: .02em;
}

.page-home .home-brand-desc {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .7);
  margin: 0 0 28px;
}

.page-home .btn--invert {
  border: 1px solid rgba(255, 255, 255, .5);
  color: var(--c-white);
  background: transparent;
}

.page-home .btn--invert:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  background: rgba(255, 107, 53, .08);
}

/* ---------- 滚动显现 ---------- */
.page-home [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity .6s var(--home-ease), transform .6s var(--home-ease);
}

.page-home [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* ---------- 响应式 ---------- */
@media (min-width: 768px) {
  .page-home .home-hero {
    padding: 80px 0 68px;
    min-height: 680px;
  }

  .page-home .home-hero-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
  }

  .page-home .home-hero-copy {
    flex: 0 0 56%;
    max-width: 56%;
  }

  .page-home .home-hero-board {
    flex: 1 1 40%;
    max-width: 40%;
    margin-top: 8px;
  }

  .page-home .home-hero-desc {
    font-size: 15px;
  }

  .page-home .home-schedule-panels {
    flex-direction: row;
    align-items: stretch;
  }

  .page-home .home-day-panel {
    flex: 1;
  }

  .page-home .home-news-feature {
    flex-direction: row;
    align-items: center;
    gap: 34px;
  }

  .page-home .home-news-media {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .page-home .home-news-body {
    flex: 1;
  }

  .page-home .home-news-title {
    font-size: 26px;
  }

  .page-home .home-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-service-tool {
    flex-direction: row;
    align-items: center;
  }

  .page-home .home-service-tool-copy {
    flex: 0 0 52%;
  }

  .page-home .home-service-tool-media {
    flex: 1;
  }

  .page-home .home-teams-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding: 96px 0 80px;
  }

  .page-home .home-hero-inner {
    gap: 56px;
  }

  .page-home .home-hero-copy {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .page-home .home-hero-board {
    flex: 1 1 34%;
    max-width: 34%;
    padding: 24px 22px 18px;
  }

  .page-home .home-hero-title {
    font-size: clamp(48px, 5.2vw, 82px);
  }

  .page-home .home-hero-desc {
    font-size: 16px;
  }

  .page-home .home-live-strip {
    padding: 20px 24px 16px;
  }

  .page-home .home-live-strip-team {
    font-size: 24px;
  }

  .page-home .home-live-strip-score {
    font-size: 38px;
  }

  .page-home .home-schedule {
    padding: 88px 0 76px;
  }

  .page-home .home-schedule-panels {
    gap: 28px;
  }

  .page-home .home-day-list {
    min-height: 232px;
  }

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

  .page-home .home-news-list {
    margin-top: 10px;
  }

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

  .page-home .home-service-card--tool {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

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

  .page-home .home-brand {
    padding: 88px 0 92px;
  }

  .page-home .home-brand-desc {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  .page-home .home-hero {
    min-height: 760px;
  }

  .page-home .home-hero-copy {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .page-home .home-hero-board {
    flex: 1 1 30%;
    max-width: 30%;
  }

  .page-home .home-mini-item {
    padding: 14px 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .page-home .home-service-card:hover,
  .page-home .home-team-card:hover,
  .page-home .home-mini-item:hover,
  .page-home .home-news-item:hover {
    transform: none;
  }
}

.page-home {
  --c-: transparent;
}
