.page-home {
  --home-grid-line: rgba(192, 192, 192, 0.14);
  --home-cyan-glow: rgba(0, 229, 255, 0.32);
  --home-ink-deep: #060D1F;
  --home-section-space: clamp(4rem, 8vw, 7rem);
  background: var(--color-surface);
  color: var(--color-text-body);
  line-height: 1.7;
  overflow-x: hidden;
}

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

/* ========== 首屏：杂志封面 ========== */
.page-home .hero-magazine {
  position: relative;
  min-height: 640px;
  background: var(--color-bg-deep);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

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

.page-home .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

.page-home .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(120deg, rgba(6, 13, 31, 0.94) 0%, rgba(10, 26, 58, 0.78) 48%, rgba(10, 26, 58, 0.28) 100%),
    linear-gradient(0deg, rgba(6, 13, 31, 0.92) 0%, rgba(6, 13, 31, 0.15) 55%, rgba(6, 13, 31, 0.55) 100%);
}

.page-home .hero-raster {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 34px, var(--home-grid-line) 35px),
    repeating-linear-gradient(90deg, transparent 0, transparent 34px, var(--home-grid-line) 35px);
  opacity: 0.7;
}

.page-home .hero-skew-band {
  position: absolute;
  top: 0;
  right: -10%;
  width: 38%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 77, 0, 0.14), rgba(0, 229, 255, 0.05) 68%);
  border-left: 1px solid rgba(192, 192, 192, 0.32);
  transform: skewX(-14deg);
  pointer-events: none;
}

.page-home .hero-inner {
  position: relative;
  z-index: 4;
  width: min(100% - 2.5rem, var(--container));
  margin: 0 auto;
  padding: 3.2rem 0 1.8rem;
}

.page-home .hero-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.6rem;
}

.page-home .hero-badge {
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  padding: 0.32rem 0.8rem;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(255, 77, 0, 0.55);
}

.page-home .hero-issue {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  color: var(--color-silver);
}

.page-home .hero-title {
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.9rem, 9vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin: 0 0 1.4rem;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
  transform-origin: left center;
}

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

.page-home .hero-line {
  display: block;
}

.page-home .hero-line--orange {
  color: var(--color-primary);
  text-shadow: 0 0 40px rgba(255, 77, 0, 0.4);
}

.page-home .hero-desc {
  max-width: 44ch;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.7rem;
  padding-left: 0.8rem;
  border-left: 2px solid var(--color-primary);
}

.page-home .hero-keywords {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  max-width: 560px;
  margin-bottom: 1.8rem;
}

.page-home .hero-keyword {
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  border-bottom: 1px dashed rgba(192, 192, 192, 0.42);
  padding: 0.28rem 0;
  transition: color var(--speed), border-color var(--speed);
}

.page-home .hero-keyword:hover,
.page-home .hero-keyword:focus-visible {
  color: var(--color-gold);
  border-bottom-color: var(--color-gold);
  outline: none;
}

.page-home .kw-index {
  color: var(--color-primary);
  font-weight: 700;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.page-home .hero-ticket {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  width: min(100% - 2.5rem, var(--container));
  margin: 0 auto;
  padding: 0.9rem 0 4.5rem;
  border-top: 1px solid rgba(192, 192, 192, 0.3);
}

.page-home .hero-ticket-item {
  padding: 0.7rem 0.4rem;
  border-right: 1px solid rgba(192, 192, 192, 0.22);
  display: flex;
  flex-direction: column;
}

.page-home .hero-ticket-item:last-child {
  border-right: none;
}

.page-home .ticket-num {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: -0.02em;
}

.page-home .ticket-label {
  font-size: 0.76rem;
  color: var(--color-silver);
  letter-spacing: 0.06em;
  margin-top: 0.16rem;
}

/* ========== 板块公共 ========== */
.page-home .section-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1rem;
  align-items: start;
  width: min(100% - 2rem, var(--container));
  margin: 0 auto 2.4rem;
}

.page-home .meta-index {
  grid-row: span 2;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}

.page-home .meta-caption {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  padding-top: 0.18rem;
}

.page-home .section-title {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  color: var(--color-ink);
}

.page-home .section-lead {
  grid-column: 1 / -1;
  max-width: 58ch;
  margin: 0.6rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.96rem;
}

/* ========== 本月更新亮点 ========== */
.page-home .home-highlights {
  background: var(--color-bg-deep);
  color: #fff;
  padding: var(--home-section-space) 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-highlights::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -60px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.18), transparent 70%);
  pointer-events: none;
}

.page-home .home-highlights .section-title {
  color: #fff;
}

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

.page-home .home-highlights .meta-caption {
  color: rgba(192, 192, 192, 0.85);
}

.page-home .highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.page-home .highlights-track {
  position: relative;
  display: grid;
  gap: 0.9rem;
}

.page-home .highlights-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.05rem;
  width: 1px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-cyan) 60%, transparent);
  opacity: 0.55;
}

.page-home .hl-item {
  position: relative;
  display: grid;
  grid-template-columns: 2.15rem 1fr;
  gap: 0.9rem;
  padding: 1.1rem 0.9rem 1.1rem 0.2rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(192, 192, 192, 0.16);
  border-radius: 2px;
}

.page-home .hl-num {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.4;
}

.page-home .hl-content h3 {
  font-family: var(--font-title);
  font-size: 1.15rem;
  margin: 0 0 0.32rem;
}

.page-home .hl-content p {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .hl-zone {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--color-cyan);
  background: rgba(0, 229, 255, 0.1);
  padding: 0.16rem 0.5rem;
  border-radius: 2px;
}

.page-home .highlights-visual {
  position: relative;
}

.page-home .visual-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(192, 192, 192, 0.28);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.page-home .speed-viz {
  margin-top: 0.9rem;
  padding: 1.1rem 1.2rem 1.3rem;
  background: rgba(6, 13, 31, 0.85);
  border: 1px solid rgba(192, 192, 192, 0.3);
  border-radius: 2px;
}

.page-home .speed-viz-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.page-home .speed-viz-title {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  color: var(--color-gold);
}

.page-home .speed-viz-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .speed-bar-row {
  display: grid;
  grid-template-columns: 3.2rem 1fr 3rem;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}

.page-home .speed-bar-label {
  font-size: 0.76rem;
  color: var(--color-silver);
}

.page-home .speed-track {
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.page-home .speed-bar {
  display: block;
  height: 100%;
  border-radius: 2px;
}

.page-home .speed-bar--old {
  width: 100%;
  background: repeating-linear-gradient(45deg, #667 0 8px, #889 8px 16px);
}

.page-home .speed-bar--new {
  width: 70%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-gold));
  box-shadow: 0 0 16px rgba(255, 77, 0, 0.5);
}

.page-home .speed-bar-value {
  font-size: 0.82rem;
  color: var(--color-cyan);
  text-align: right;
}

.page-home .speed-result {
  text-align: right;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-primary);
  border-top: 1px solid rgba(192, 192, 192, 0.2);
  padding-top: 0.7rem;
}

/* ========== 平台核心服务 ========== */
.page-home .home-services {
  padding: var(--home-section-space) 0;
  background:
    linear-gradient(180deg, var(--color-bg-deep) 0%, var(--color-surface) 12%),
    var(--color-surface);
}

.page-home .services-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.page-home .services-media {
  position: relative;
}

.page-home .services-photo {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(192, 192, 192, 0.4);
}

.page-home .services-media-tag {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  background: rgba(6, 13, 31, 0.86);
  color: var(--color-cyan);
  padding: 0.38rem 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  border-radius: 2px;
  border: 1px solid rgba(0, 229, 255, 0.4);
}

.page-home .services-content {
  min-width: 0;
}

.page-home .services-tabbar {
  border: 1px solid rgba(192, 192, 192, 0.5);
  background: var(--color-surface);
  box-shadow: var(--shadow);
  border-radius: 2px;
}

.page-home .services-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(192, 192, 192, 0.5);
}

.page-home .service-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-text-muted);
  text-decoration: none;
  border-right: 1px solid rgba(192, 192, 192, 0.35);
  border-bottom: 3px solid transparent;
  transition: color var(--speed), border-color var(--speed), background var(--speed);
}

.page-home .service-tab:hover,
.page-home .service-tab:focus-visible {
  color: var(--color-primary);
  outline: none;
  background: rgba(255, 77, 0, 0.07);
}

.page-home .tab-index {
  font-size: 0.72rem;
  color: var(--color-primary);
  font-weight: 700;
}

/* 默认高亮第一个 */
.page-home .service-tab[href="#svc-price"] {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

/* 有 target 时的高亮覆盖 */
.page-home .services-tabbar:has(#svc-transfer:target) .service-tab[href="#svc-price"],
.page-home .services-tabbar:has(#svc-bigscreen:target) .service-tab[href="#svc-price"],
.page-home .services-tabbar:has(#svc-sub:target) .service-tab[href="#svc-price"] {
  color: var(--color-text-muted);
  border-bottom-color: transparent;
}

.page-home .services-tabbar:has(#svc-transfer:target) .service-tab[href="#svc-transfer"],
.page-home .services-tabbar:has(#svc-bigscreen:target) .service-tab[href="#svc-bigscreen"],
.page-home .services-tabbar:has(#svc-sub:target) .service-tab[href="#svc-sub"] {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.page-home .service-panels {
  position: relative;
  min-height: 380px;
}

.page-home .service-panel {
  display: none;
  padding: 1.4rem 1.2rem 1.2rem;
}

.page-home .service-panel:first-child {
  display: block;
}

.page-home .service-panels:has(.service-panel:target) .service-panel:not(:target) {
  display: none;
}

.page-home .service-panel h3 {
  font-family: var(--font-title);
  font-size: 1.25rem;
  margin: 0 0 0.6rem;
  color: var(--color-ink);
}

.page-home .panel-main {
  font-size: 0.92rem;
  color: var(--color-text-body);
  margin: 0 0 1rem;
  max-width: 56ch;
}

.page-home .panel-list {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.page-home .panel-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--color-text-body);
}

.page-home .panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.46rem;
  height: 0.46rem;
  background: var(--color-primary);
  transform: rotate(45deg);
}

/* ========== 最新赛事列表 ========== */
.page-home .home-matches {
  background: var(--color-bg-deep);
  color: #fff;
  padding: var(--home-section-space) 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-matches::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 44%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(0, 229, 255, 0.03) 0 2px, transparent 2px 18px);
  pointer-events: none;
}

.page-home .home-matches .section-title {
  color: #fff;
}

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

.page-home .home-matches .meta-caption {
  color: rgba(192, 192, 192, 0.88);
}

.page-home .match-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: min(100% - 2rem, var(--container));
  margin: 0 auto 1.8rem;
}

.page-home .filter-tag {
  display: inline-block;
  padding: 0.4rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border: 1px solid rgba(192, 192, 192, 0.4);
  border-radius: 2px;
  transition: all var(--speed);
}

.page-home .filter-tag:hover,
.page-home .filter-tag:focus-visible {
  color: var(--color-gold);
  border-color: var(--color-gold);
  outline: none;
}

/* 默认全部高亮 */
.page-home .filter-tag--all,
.page-home .filter-tag[href="#all-matches"] {
  color: var(--color-cyan);
  border-color: var(--color-cyan);
  background: rgba(0, 229, 255, 0.08);
}

.page-home .match-filters:has(#day-today:target) .filter-tag[href="#all-matches"],
.page-home .match-filters:has(#day-tomorrow:target) .filter-tag[href="#all-matches"],
.page-home .match-filters:has(#day-weekend:target) .filter-tag[href="#all-matches"] {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(192, 192, 192, 0.4);
  background: transparent;
}

.page-home .match-filters:has(#day-today:target) .filter-tag[href="#day-today"],
.page-home .match-filters:has(#day-tomorrow:target) .filter-tag[href="#day-tomorrow"],
.page-home .match-filters:has(#day-weekend:target) .filter-tag[href="#day-weekend"] {
  color: var(--color-cyan);
  border-color: var(--color-cyan);
  background: rgba(0, 229, 255, 0.08);
}

.page-home .match-group {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

.page-home .match-group:has(.match-day:target) .match-day:not(:target) {
  display: none;
}

.page-home .match-day {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(192, 192, 192, 0.18);
  border-radius: 2px;
  padding: 1.1rem;
}

.page-home .match-day-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(192, 192, 192, 0.25);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.page-home .day-name {
  font-family: var(--font-title);
  font-size: 1.3rem;
  margin: 0;
  color: var(--color-gold);
}

.page-home .day-meta {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
}

.page-home .match-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.page-home .match-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 0.9rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(192, 192, 192, 0.2);
  border-radius: 2px;
  transition: border-color var(--speed), background var(--speed);
}

.page-home .match-card:hover {
  border-color: var(--color-cyan);
  background: rgba(0, 229, 255, 0.08);
}

.page-home .match-time {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-cyan);
  white-space: nowrap;
}

.page-home .match-info {
  min-width: 0;
}

.page-home .match-league {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.2rem;
}

.page-home .match-teams {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
}

.page-home .match-vs {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.76rem;
}

.page-home .lineup-link {
  display: inline-block;
  font-size: 0.74rem;
  color: var(--color-gold);
  text-decoration: none;
  border: 1px solid rgba(255, 215, 0, 0.45);
  border-radius: 2px;
  padding: 0.3rem 0.65rem;
  white-space: nowrap;
  transition: all var(--speed);
}

.page-home .lineup-link:hover,
.page-home .lineup-link:focus-visible {
  background: var(--color-gold);
  color: var(--color-ink);
  outline: none;
}

.page-home .lineup-banner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(90deg, rgba(255, 77, 0, 0.18), rgba(0, 229, 255, 0.1));
  border-left: 3px solid var(--color-primary);
  border-radius: 2px;
}

.page-home .lb-icon {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-gold);
  background: rgba(255, 215, 0, 0.12);
  padding: 0.34rem 0.52rem;
  border-radius: 2px;
  white-space: nowrap;
}

.page-home .lineup-banner p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
}

/* ========== 版本与费用总览 ========== */
.page-home .home-pricing {
  padding: var(--home-section-space) 0 0;
  background: var(--color-surface);
}

.page-home .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  width: min(100% - 2rem, var(--container));
  margin: 0 auto 2.6rem;
}

.page-home .pricing-card {
  background: var(--color-surface);
  border: 1px solid rgba(192, 192, 192, 0.55);
  border-top: 4px solid var(--color-silver);
  border-radius: 2px;
  padding: 1.3rem 1.2rem 1.1rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.page-home .pricing-card--pro {
  border-top-color: var(--color-primary);
}

.page-home .pricing-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page-home .pricing-badge {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  background: rgba(192, 192, 192, 0.28);
  padding: 0.32rem 0.75rem;
  border-radius: 2px;
}

.page-home .pricing-badge--pro {
  color: var(--color-primary);
  background: rgba(255, 77, 0, 0.12);
}

.page-home .pricing-price {
  font-weight: 700;
  color: var(--color-ink);
}

.page-home .pricing-price b {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.04em;
}

.page-home .pricing-price em {
  font-style: normal;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.page-home .pricing-features {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .pricing-features li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.88rem;
  color: var(--color-text-body);
}

.page-home .pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--color-cyan);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-home .pricing-details {
  margin: 0.2rem 0 1rem;
  border: 1px solid rgba(192, 192, 192, 0.45);
  border-radius: 2px;
}

.page-home .pricing-details summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-link);
  padding: 0.55rem 0.8rem;
  user-select: none;
}

.page-home .pricing-details summary::-webkit-details-marker {
  display: none;
}

.page-home .pricing-details summary::after {
  content: "+";
  float: right;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--color-primary);
}

.page-home .pricing-details[open] summary::after {
  content: "−";
}

.page-home .pricing-details p {
  margin: 0;
  padding: 0 0.8rem 0.8rem;
  font-size: 0.84rem;
  color: var(--color-text-muted);
  line-height: 1.75;
}

.page-home .pricing-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-top: 1px solid rgba(192, 192, 192, 0.4);
  padding-top: 0.9rem;
}

.page-home .pricing-yearly {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-gold);
  background: #111;
  padding: 0.3rem 0.6rem;
  border-radius: 2px;
}

.page-home .pricing-card--standard .pricing-yearly {
  background: var(--color-bg-deep);
  color: var(--color-cyan);
}

.page-home .pricing-note {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--color-bg-deep);
  color: #fff;
  overflow: hidden;
}

.page-home .pricing-note-text {
  padding: 2.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-home .pricing-note-text h3 {
  font-family: var(--font-title);
  font-size: 1.6rem;
  margin: 0 0 0.7rem;
  color: #fff;
}

.page-home .pricing-note-text p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 52ch;
  margin: 0 0 1.3rem;
}

.page-home .pricing-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}

/* ========== 底部连接 ========== */
.page-home .home-connect {
  padding: 4.5rem 0;
  background:
    linear-gradient(135deg, var(--color-bg-deep) 0%, var(--color-bg-deep-2) 55%, #19305F 100%),
    var(--color-bg-deep);
}

.page-home .connect-inner {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: center;
  text-align: center;
}

.page-home .connect-copy .meta-caption {
  color: var(--color-cyan);
}

.page-home .connect-copy h2 {
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  margin: 0.3rem 0 0.6rem;
  color: #fff;
}

.page-home .connect-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  max-width: 58ch;
  margin: 0 auto;
}

.page-home .connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

/* ========== 响应式 ========== */
@media (min-width: 700px) {
  .page-home .hero-keywords {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem 1.2rem;
    max-width: 720px;
  }

  .page-home .hero-ticket {
    padding-bottom: 3.6rem;
  }

  .page-home .highlights-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .page-home .services-layout {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: stretch;
  }

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

  .page-home .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

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

  .page-home .connect-inner {
    grid-template-columns: 1fr auto;
    text-align: left;
  }

  .page-home .connect-copy p {
    margin: 0;
  }

  .page-home .connect-actions {
    justify-content: flex-end;
  }
}

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

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

  .page-home .hero-desc {
    max-width: 52ch;
  }

  .page-home .hero-actions {
    gap: 1rem;
  }

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

  .page-home .service-panel {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-title {
    transform: none;
    transition: none;
  }

  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation: none !important;
    transition: none !important;
  }
}
