/* ===== 必一体育首页专属样式 ===== */
.page-home {
  --page-gap: clamp(1rem, 3vw, 2rem);
  --page-hero-pad: calc(var(--header-h) + clamp(2.5rem, 7vw, 5rem));
  --page-card-bg: rgba(255, 255, 255, 0.06);
  --page-deco-width: 4px;
  overflow-x: clip;
}

/* ===== 首屏 ===== */
.page-home .home-hero {
  position: relative;
  background: var(--deep);
  color: var(--parchment);
  padding: var(--page-hero-pad) 0 clamp(2.5rem, 6vw, 4.5rem);
  isolation: isolate;
  overflow: hidden;
}

.page-home .hero-slice {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-home .hero-slice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.3) 0%, rgba(10, 14, 26, 0) 74%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.page-home .hero-slice::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 260px;
  height: 260px;
  background: var(--lime);
  opacity: 0.08;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.page-home .hero-signal {
  position: absolute;
  top: 0;
  right: 4%;
  width: 42%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}

.page-home .signal-path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 420;
  animation: page-home-signal 7s ease-in-out infinite alternate;
}

@keyframes page-home-signal {
  from { stroke-dashoffset: 460; opacity: 0.25; }
  to { stroke-dashoffset: 0; opacity: 0.9; }
}

.page-home .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

.page-home .hero-copy {
  max-width: 46rem;
}

.page-home .hero-kicker {
  margin: 0 0 1rem;
}

.page-home .kicker-pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--lime);
  background: rgba(200, 255, 0, 0.1);
  border: 1px solid rgba(200, 255, 0, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
}

.page-home .hero-copy h1 {
  margin: 0 0 1rem;
  color: var(--parchment);
  font-family: var(--font-heading);
  font-size: var(--text-hero);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.page-home .hero-lead {
  margin: 0;
  max-width: 35em;
  color: var(--mist);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.85;
}

.page-home .hero-lead strong {
  color: var(--lime);
  font-weight: 700;
}

.page-home .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.page-home .hero-stats {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.page-home .hero-stats li {
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--green);
  border-radius: 0 10px 10px 0;
  padding: 0.5rem 0.9rem;
  display: grid;
  gap: 0.15rem;
}

.page-home .stat-num {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--lime);
  line-height: 1;
}

.page-home .stat-label {
  font-size: 0.72rem;
  color: var(--mist);
  letter-spacing: 0.04em;
}

.page-home .hero-aside {
  position: relative;
  display: grid;
  gap: 1rem;
}

.page-home .hero-figure {
  margin: 0;
  position: relative;
  background: var(--deep);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.page-home .hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(210deg, rgba(10, 14, 26, 0.25) 0%, rgba(10, 14, 26, 0.02) 60%, rgba(0, 166, 81, 0.18) 100%);
  pointer-events: none;
}

.page-home .hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.page-home .hero-figure figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--parchment);
  background: rgba(10, 14, 26, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  line-height: 1.4;
  border-left: 3px solid var(--lime);
  padding: 0.45rem 0.75rem;
  border-radius: 0 8px 8px 0;
  max-width: 86%;
}

.page-home .hero-tagline {
  position: relative;
  margin: 0.35rem 0 0 auto;
  max-width: 100%;
  background: var(--parchment);
  color: var(--deep);
  padding: 1.2rem 1.4rem 1.2rem 1.6rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow-soft);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.55;
}

.page-home .hero-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--lime);
}

.page-home .hero-tagline p {
  margin: 0;
}

/* ===== 移动适配解决方案 ===== */
.page-home .home-access {
  background: var(--parchment);
  color: var(--deep);
  padding: var(--space-section) 0;
}

.page-home .access-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.page-home .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
}

.page-home .section-tag::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.page-home .home-access h2,
.page-home .home-calendar h2,
.page-home .home-lineup h2,
.page-home .home-review h2,
.page-home .home-services h2,
.page-home .home-explore h2 {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.page-home .home-access h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--deep);
}

.page-home .access-keyword {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.6);
  border-left: 4px solid var(--green);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.1rem;
}

.page-home .access-keyword strong {
  color: var(--green);
  font-weight: 800;
}

.page-home .home-access p {
  color: #33404c;
  line-height: 1.75;
}

.page-home .access-copy .btn {
  margin-top: 0.4rem;
}

.page-home .access-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.page-home .access-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: var(--white);
  border: 1px solid rgba(10, 14, 26, 0.08);
  border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  box-shadow: 0 6px 18px rgba(10, 14, 26, 0.06);
  transition: var(--transition);
}

.page-home .access-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(0, 166, 81, 0.4);
}

.page-home .step-num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--lime);
  background: var(--deep);
  border-radius: 8px;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

.page-home .access-step h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--deep);
}

.page-home .access-step p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ===== 赛事日历 ===== */
.page-home .home-calendar {
  position: relative;
  background: var(--deep);
  color: var(--parchment);
  padding: var(--space-section) 0;
  overflow: hidden;
}

.page-home .home-calendar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(0, 166, 81, 0.18) 60%, rgba(200, 255, 0, 0.08) 100%);
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-home .calendar-head {
  position: relative;
  display: grid;
  gap: 1.1rem;
  margin-bottom: 2.2rem;
}

.page-home .home-calendar .section-tag {
  color: var(--lime);
}

.page-home .home-calendar h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--parchment);
}

.page-home .calendar-summary {
  margin: 0;
  max-width: 42em;
  color: var(--mist);
  line-height: 1.8;
  font-size: 0.95rem;
}

.page-home .calendar-body {
  position: relative;
  display: grid;
  gap: 1.8rem;
}

.page-home .calendar-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.page-home .season-list {
  display: grid;
  gap: 1.1rem;
}

.page-home .season-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  padding: 1.15rem 1.2rem 1.3rem;
  overflow: hidden;
  transition: var(--transition);
}

.page-home .season-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.page-home .season-2324::before {
  background: linear-gradient(90deg, var(--steel), transparent);
}

.page-home .season-2425::before {
  background: linear-gradient(90deg, var(--green), transparent);
}

.page-home .season-2526::before {
  background: linear-gradient(90deg, var(--lime), transparent);
}

.page-home .season-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 255, 0, 0.35);
  box-shadow: var(--shadow-deep);
}

.page-home .season-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.page-home .season-year {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--parchment);
}

.page-home .season-status {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mist);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}

.page-home .season-status.season-live {
  color: var(--deep);
  background: var(--lime);
  font-weight: 700;
}

.page-home .season-card h3 {
  margin: 0.75rem 0 0.7rem;
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--parchment);
}

.page-home .season-card ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.35rem;
  color: var(--mist);
  font-size: 0.85rem;
  line-height: 1.6;
}

.page-home .season-note {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--lime);
}

.page-home .season-more {
  display: inline-block;
  margin-top: 1rem;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  transition: var(--transition);
}

.page-home .season-more:hover {
  background: var(--lime);
  color: var(--deep);
  border-color: var(--lime);
}

.page-home .calendar-cta {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

/* ===== 开赛前确认阵容 ===== */
.page-home .home-lineup {
  background: var(--env);
  color: var(--deep);
  padding: var(--space-section) 0;
}

.page-home .lineup-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .lineup-visual {
  display: flex;
  justify-content: center;
}

.page-home .phone-frame {
  position: relative;
  width: 310px;
  max-width: 100%;
  background: var(--deep);
  border: 1px solid rgba(10, 14, 26, 0.35);
  border-radius: 38px;
  padding: 12px;
  box-shadow: var(--shadow-deep);
}

.page-home .phone-frame::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 22px;
  background: var(--deep);
  border-radius: 0 0 14px 14px;
  z-index: 2;
}

.page-home .phone-screen {
  position: relative;
  background: var(--deep);
  border-radius: 28px;
  overflow: hidden;
}

.page-home .phone-screen img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.page-home .phone-chip {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  text-align: center;
  color: var(--lime);
  background: rgba(10, 14, 26, 0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(200, 255, 0, 0.4);
  border-radius: 999px;
  padding: 0.45rem 0.6rem;
  z-index: 2;
  letter-spacing: 0.02em;
}

.page-home .lineup-copy {
  max-width: 40rem;
}

.page-home .home-lineup .section-tag {
  color: var(--green);
}

.page-home .home-lineup h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--deep);
}

.page-home .lineup-lead {
  margin: 0 0 1.2rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: #22303c;
}

.page-home .home-lineup h2 strong {
  color: var(--green);
}

.page-home .lineup-list {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.page-home .lineup-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #22303c;
}

.page-home .lineup-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55em;
  height: 0.55em;
  background: var(--green);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-home .lineup-note {
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  border-left: 4px solid var(--green);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #22303c;
}

/* ===== 赛后复盘数据对照 ===== */
.page-home .home-review {
  position: relative;
  background: var(--deep);
  color: var(--parchment);
  padding: var(--space-section) 0;
  overflow: hidden;
}

.page-home .home-review::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 166, 81, 0.16) 0%, rgba(10, 14, 26, 0) 58%);
  pointer-events: none;
}

.page-home .review-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
}

.page-home .home-review .section-tag {
  color: var(--lime);
}

.page-home .home-review h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--parchment);
}

.page-home .review-lead {
  margin: 0 0 1.4rem;
  color: var(--mist);
  line-height: 1.85;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  max-width: 42em;
}

.page-home .review-metrics {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.page-home .metric-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1rem;
  transition: var(--transition);
}

.page-home .metric-card:hover {
  border-color: rgba(200, 255, 0, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.page-home .metric-icon {
  width: 44px;
  height: 44px;
  padding: 11px;
  color: var(--lime);
  background: rgba(200, 255, 0, 0.12);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-home .metric-icon svg {
  width: 100%;
  height: 100%;
}

.page-home .metric-card h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--parchment);
  font-weight: 700;
}

.page-home .metric-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--mist);
}

.page-home .review-meta {
  margin: 0 0 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  color: var(--mist);
  line-height: 1.7;
}

.page-home .review-visual {
  position: relative;
  background: var(--deep);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.page-home .review-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.page-home .pitch-map {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.page-home .pitch-line {
  position: absolute;
  background: rgba(200, 255, 0, 0.4);
}

.page-home .pitch-mid {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
}

.page-home .pitch-circle {
  left: 50%;
  top: 50%;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(200, 255, 0, 0.35);
  background: transparent;
}

.page-home .heat-block {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
}

.page-home .heat-a {
  width: 44%;
  height: 28%;
  left: 6%;
  bottom: 14%;
  background: radial-gradient(circle, rgba(200, 255, 0, 0.22), transparent 70%);
}

.page-home .heat-b {
  width: 38%;
  height: 24%;
  right: 5%;
  top: 16%;
  background: radial-gradient(circle, rgba(42, 157, 143, 0.5), transparent 70%);
}

.page-home .heat-c {
  width: 30%;
  height: 22%;
  right: 16%;
  bottom: 34%;
  background: radial-gradient(circle, rgba(0, 166, 81, 0.42), transparent 70%);
}

/* ===== 平台服务概览 ===== */
.page-home .home-services {
  background: var(--env);
  color: var(--deep);
  padding: var(--space-section) 0;
}

.page-home .services-head {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.page-home .home-services .section-tag {
  color: var(--green);
}

.page-home .home-services h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--deep);
}

.page-home .services-head p:last-child {
  color: #33404c;
  line-height: 1.7;
}

.page-home .services-grid {
  display: grid;
  gap: 1rem;
}

.page-home .service-card {
  background: var(--white);
  border-radius: var(--radius);
  border-top: 4px solid var(--green);
  padding: 1.3rem 1.35rem;
  box-shadow: 0 6px 20px rgba(10, 14, 26, 0.06);
  transition: var(--transition);
}

.page-home .service-card:nth-child(even) {
  border-top-color: var(--steel);
}

.page-home .service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.page-home .service-icon {
  width: 46px;
  height: 46px;
  padding: 12px;
  background: var(--deep);
  color: var(--lime);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-home .service-icon svg {
  width: 100%;
  height: 100%;
}

.page-home .service-card h3 {
  margin: 1rem 0 0.5rem;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--deep);
}

.page-home .service-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #33404c;
}

.page-home .service-meta {
  display: inline-block;
  margin-top: 0.8rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--green);
}

.page-home .service-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}

/* ===== 延伸入口 ===== */
.page-home .home-explore {
  background: linear-gradient(120deg, var(--green) 0%, var(--pine) 100%);
  color: var(--white);
  padding: var(--space-section) 0;
}

.page-home .explore-head {
  margin-bottom: 2rem;
}

.page-home .home-explore .section-tag {
  color: var(--lime);
}

.page-home .home-explore h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--white);
}

.page-home .explore-grid {
  display: grid;
  gap: 1rem;
}

.page-home .explore-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.6rem;
  overflow: hidden;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: var(--transition);
}

.page-home .explore-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 130px;
  height: 130px;
  background: rgba(200, 255, 0, 0.16);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transition: var(--transition);
}

.page-home .explore-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-soft);
}

.page-home .explore-card:hover::after {
  transform: scale(1.12);
}

.page-home .explore-num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--lime);
  letter-spacing: 0.08em;
}

.page-home .explore-card h3 {
  margin: 0.55rem 0 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
}

.page-home .explore-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.85;
}

/* ===== 最终行动 ===== */
.page-home .home-final {
  background: var(--deep);
  color: var(--parchment);
  padding: var(--space-section) 0;
}

.page-home .final-box {
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.22) 0%, rgba(10, 14, 26, 0.55) 40%, rgba(42, 157, 143, 0.14) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: clamp(2.4rem, 6vw, 4.5rem) clamp(1.2rem, 4vw, 3rem);
  overflow: hidden;
}

.page-home .final-box h2 {
  margin: 0 auto 1rem;
  max-width: 18em;
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  font-weight: 900;
  line-height: 1.1;
}

.page-home .final-box p {
  margin: 0 auto 1.8rem;
  max-width: 36em;
  color: var(--mist);
  line-height: 1.8;
}

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

/* ===== 响应式布局 ===== */
@media (min-width: 700px) {
  .page-home .access-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

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

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

@media (min-width: 900px) {
  .page-home .hero-grid {
    grid-template-columns: 55% 42%;
    gap: 3%;
    align-items: center;
  }

  .page-home .hero-aside {
    margin-top: 1.5rem;
  }

  .page-home .hero-figure {
    margin-left: 6%;
    transform: rotate(1deg) translateX(4px);
  }

  .page-home .hero-tagline {
    width: 88%;
    margin-left: auto;
  }

  .page-home .calendar-head {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2.5rem;
  }

  .page-home .calendar-body {
    grid-template-columns: 34% 1fr;
    gap: 2rem;
    align-items: start;
  }

  .page-home .season-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }

  .page-home .lineup-grid {
    grid-template-columns: 330px 1fr;
    gap: 4rem;
  }

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

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

@media (min-width: 1100px) {
  .page-home .explore-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-hero {
    padding-top: calc(var(--header-h) + 4.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .signal-path {
    animation: none;
  }

  .page-home *,
  .page-home *::before,
  .page-home *::after {
    transition-duration: 0.01ms !important;
  }
}
