/* ===== 首页专属样式 ===== */
.page-home {
  --home-radius-lg: 24px;
  --home-radius-sm: 14px;
  overflow-x: hidden;
  color: var(--dark);
  background: var(--light);
}

/* ===== 首屏 ===== */
.page-home .home-hero {
  position: relative;
  background: var(--grad-navy);
  color: var(--white);
  padding: 28px 0 0;
}

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

.page-home .home-hero-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(255, 107, 53, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(10, 31, 68, 0.72) 0%, rgba(7, 21, 48, 0.9) 100%);
}

.page-home .home-hero-wrap {
  position: relative;
  z-index: 2;
  padding-top: 14px;
  padding-bottom: 34px;
}

.page-home .home-hero-topline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.page-home .home-eyebrow-strong {
  margin: 0;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.page-home .home-edition-mark {
  margin: 0;
  color: var(--mid);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.page-home .home-hero-title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--white);
}

.page-home .home-hero-sub {
  margin: 0 0 26px;
  font-family: var(--font-head);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--orange-soft);
}

.page-home .home-hero-bento {
  gap: 16px;
}

/* 中央徽章 */
.page-home .home-cert-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(160deg, rgba(255, 107, 53, 0.22) 0%, rgba(27, 58, 107, 0.38) 55%, rgba(10, 31, 68, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.page-home .home-cert-seal {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--white);
  background: var(--grad-brand);
  box-shadow: 0 0 0 6px rgba(255, 107, 53, 0.18), 0 0 34px rgba(255, 107, 53, 0.38);
  margin-bottom: 18px;
}

.page-home .home-cert-kicker {
  color: var(--orange-soft);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 4px;
}

.page-home .home-cert-version {
  font-family: var(--font-head);
  font-size: clamp(3.2rem, 7vw, 5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--white);
  text-shadow: 0 4px 18px rgba(255, 107, 53, 0.35);
  margin-bottom: 12px;
}

.page-home .home-cert-divider {
  width: 56px;
  height: 4px;
  background: var(--orange);
  border-radius: 999px;
  margin: 0 auto 14px;
}

.page-home .home-cert-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-home .home-cert-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
}

.page-home .home-cert-tags li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  color: var(--mid);
}

/* 内容目录 */
.page-home .home-card-shell {
  height: 100%;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--home-radius-lg);
  backdrop-filter: blur(8px);
}

.page-home .home-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.page-home .home-card-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--white);
}

.page-home .home-card-chip {
  background: var(--orange);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

.page-home .home-dir-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-dir-item a {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-sm);
  color: var(--white);
  text-decoration: none;
  transition: background 0.26s, transform 0.26s;
}

.page-home .home-dir-item a:hover {
  background: rgba(255, 107, 53, 0.2);
  transform: translateX(4px);
}

.page-home .home-dir-index {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--orange);
}

.page-home .home-dir-name {
  font-weight: 700;
  font-size: 0.98rem;
}

.page-home .home-dir-caption {
  color: var(--mid);
  font-size: 0.78rem;
  text-align: right;
}

/* 核心指标 */
.page-home .home-data-block {
  height: 100%;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(150deg, rgba(255, 107, 53, 0.2), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--home-radius-lg);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.page-home .home-data-ring {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto 6px;
}

.page-home .home-ring-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.page-home .home-ring-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 8;
}

.page-home .home-ring-bar {
  fill: none;
  stroke: var(--orange);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 85.4 213.6;
}

.page-home .home-ring-text {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
}

.page-home .home-data-caption {
  margin: 0;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  font-size: 0.98rem;
}

.page-home .home-data-hint {
  text-align: center;
  color: var(--mid);
  font-size: 0.78rem;
}

/* 费用速览 */
.page-home .home-price-block {
  height: 100%;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--orange);
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 38%, rgba(10, 31, 68, 0.12) 100%);
  color: var(--white);
  border-radius: var(--home-radius-lg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.page-home .home-price-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.92;
  margin-bottom: 6px;
}

.page-home .home-price-value {
  font-family: var(--font-head);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
}

.page-home .home-price-value em {
  font-style: normal;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 4px;
}

.page-home .home-price-note {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-top: 8px;
}

.page-home .home-price-link {
  align-self: flex-start;
  margin-top: 10px;
  color: var(--white);
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.24s;
}

.page-home .home-price-link:hover {
  border-color: var(--white);
}

/* 首屏公告条 */
.page-home .home-announce {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.page-home .home-announce-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.8);
}

.page-home .home-announce p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* ===== 通用章节标题组件 ===== */
.page-home .home-section-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .home-section-title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--navy);
}

.page-home .home-section-lead {
  margin: 0 0 20px;
  color: #45566f;
  font-size: 0.98rem;
  line-height: 1.75;
}

.page-home .home-section-label-light {
  color: var(--orange-soft);
}

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

.page-home .home-section-lead-light {
  color: rgba(255, 255, 255, 0.76);
}

/* ===== 正版认证声明 ===== */
.page-home .home-certify {
  padding: 64px 0;
}

.page-home .home-certify-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-home .home-certify-copy .home-section-lead {
  max-width: 620px;
}

.page-home .home-certify-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-certify-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.95rem;
}

.page-home .home-certify-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-home .home-certify-panel {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  background: var(--navy);
  background-image: radial-gradient(420px 280px at 90% 0%, rgba(255, 107, 53, 0.3), transparent 60%);
  color: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.page-home .home-certify-stamp {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.9rem;
  transform: rotate(12deg);
}

.page-home .home-certify-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
  margin: 0;
  padding: 0;
}

.page-home .home-certify-nums div {
  border-left: 3px solid var(--orange);
  padding-left: 12px;
}

.page-home .home-certify-nums dt {
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
}

.page-home .home-certify-nums dd {
  margin: 4px 0 0;
  color: var(--mid);
  font-size: 0.8rem;
}

/* ===== 索引升级核心数据 ===== */
.page-home .home-index {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: var(--grad-navy);
  color: var(--white);
}

.page-home .home-index::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 20px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.2), transparent 68%);
  pointer-events: none;
}

.page-home .home-index::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -40px;
  width: 60%;
  height: 300px;
  background: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 14px);
  pointer-events: none;
  transform: rotate(-8deg);
}

.page-home .home-section-head {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin-bottom: 34px;
}

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

.page-home .home-index-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-float);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-home .home-index-media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-index-details {
  display: grid;
  gap: 20px;
}

.page-home .home-index-metric {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.page-home .home-index-big {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--orange);
}

.page-home .home-index-metric-label {
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}

.page-home .home-index-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .home-index-list li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-sm);
}

.page-home .home-index-list strong {
  font-family: var(--font-head);
  font-size: 1.15rem;
  color: var(--white);
}

.page-home .home-index-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.page-home .home-index .btn-ghost,
.page-home .home-region .btn-ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

/* ===== 费用调整公告 ===== */
.page-home .home-fee {
  padding: 64px 0;
}

.page-home .home-fee-head {
  max-width: 800px;
  margin-bottom: 34px;
}

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

.page-home .home-fee-card {
  display: flex;
  flex-direction: column;
  padding: 26px 20px;
  background: var(--white);
  border: 1px solid var(--mid);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  position: relative;
  transition: transform 0.26s, box-shadow 0.26s;
}

.page-home .home-fee-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}

.page-home .home-fee-card-accent {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.page-home .home-fee-tag {
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
}

.page-home .home-fee-name {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 1.45rem;
}

.page-home .home-fee-price {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--orange);
}

.page-home .home-fee-card-accent .home-fee-price {
  color: var(--orange-soft);
}

.page-home .home-fee-unit {
  margin-left: 4px;
  font-size: 1rem;
  color: inherit;
  opacity: 0.65;
}

.page-home .home-fee-desc {
  flex: 1;
  margin: 14px 0 20px;
  color: #3d4c63;
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-home .home-fee-card-accent .home-fee-desc {
  color: rgba(255, 255, 255, 0.8);
}

/* ===== 赛事数据功能亮点 ===== */
.page-home .home-feature {
  padding: 64px 0;
  background:
    linear-gradient(rgba(10, 31, 68, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 31, 68, 0.05) 1px, transparent 1px),
    var(--light);
  background-size: 24px 24px;
}

.page-home .home-feature-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .home-feature-visual {
  order: -1;
}

.page-home .home-feature-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.page-home .home-feature-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-feature-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--mid);
  border-radius: var(--radius-sm);
}

.page-home .home-feature-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.page-home .home-feature-list p {
  margin: 0;
  color: #45566f;
  font-size: 0.86rem;
  line-height: 1.6;
}

.page-home .home-feature-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  border-radius: 12px;
  color: var(--orange-soft);
  font-weight: 800;
  font-size: 1.1rem;
}

/* ===== 旧版数据对比 ===== */
.page-home .home-compare {
  padding: 64px 0;
  background: var(--navy-deep);
  color: var(--white);
}

.page-home .home-compare-filter {
  margin: 18px 0 22px;
}

.page-home .home-compare-filter .filter-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.page-home .home-compare-filter .filter-chip:hover,
.page-home .home-compare-filter .filter-chip.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

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

.page-home .home-compare-panel {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.page-home .home-compare-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange-soft);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.page-home .home-compare-panel h3 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 1.5rem;
}

.page-home .home-compare-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ===== 信任与地域 ===== */
.page-home .home-region {
  position: relative;
  overflow: hidden;
  color: var(--white);
}

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

.page-home .home-region-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 31, 68, 0.92) 0%, rgba(7, 21, 48, 0.82) 60%, rgba(10, 31, 68, 0.5) 100%);
}

.page-home .home-region-wrap {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-home .home-region-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-soft);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .home-region-title {
  max-width: 680px;
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.page-home .home-region-copy {
  max-width: 620px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.page-home .home-region-meta {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--mid);
  font-size: 0.88rem;
  line-height: 1.8;
}

/* ===== 桌面端与平板增强 ===== */
@media (min-width: 768px) {
  .page-home .home-certify-grid {
    grid-template-columns: 3fr 2fr;
  }

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

  .page-home .home-compare-panels {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (min-width: 992px) {
  .page-home .home-index-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .page-home .home-feature-wrap {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-home .home-feature-visual {
    order: 0;
  }

  .page-home .home-hero-wrap {
    padding-top: 24px;
    padding-bottom: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-fee-card,
  .page-home .home-dir-item a,
  .page-home .home-price-link {
    transition: none;
    transform: none;
  }
}
