.page-home {
  --home-gutter: 20px;
  background: var(--fb-light);
  color: var(--fb-text-dark);
  overflow-x: hidden;
}

/* ===== 面包屑 ===== */
.page-home .fb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--fb-text-dark);
  max-width: var(--fb-content-max);
  margin: 0 auto;
  padding: 18px var(--home-gutter) 0;
}

.page-home .fb-breadcrumb__sep {
  color: var(--fb-blue-3);
}

.page-home .fb-breadcrumb__current {
  color: var(--fb-blue-2);
  font-weight: 600;
}

/* ===== 首屏 ===== */
.page-home .hero {
  position: relative;
  background: var(--fb-blue);
  color: var(--fb-text-light);
  overflow: hidden;
  padding: 42px 0 56px;
}

.page-home .hero__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(135deg, var(--fb-blue-3) 0%, var(--fb-blue-1) 100%);
  clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}

.page-home .hero__wave {
  position: absolute;
  bottom: 26px;
  left: -20px;
  width: 74%;
  height: 110px;
  opacity: 0.45;
  z-index: 1;
  pointer-events: none;
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: var(--fb-content-max);
  margin: 0 auto;
  padding: 0 var(--home-gutter);
}

.page-home .hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .hero__kicker,
.page-home .cockpit-section__kicker,
.page-home .updates__kicker,
.page-home .stats__kicker,
.page-home .trust__kicker {
  display: inline-block;
  font-family: var(--fb-font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.page-home .hero__kicker {
  color: var(--fb-neon);
  background: rgba(0, 255, 163, 0.12);
  border: 1px solid rgba(0, 255, 163, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
}

.page-home .hero__title {
  font-family: var(--fb-font-heading);
  font-size: clamp(28px, 5.6vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.page-home .hero__lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  max-width: 54ch;
  margin: 0 0 24px;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.page-home .hero .fb-btn--solid {
  box-shadow: 0 12px 28px rgba(0, 255, 163, 0.25);
}

.page-home .hero .fb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--fb-text-light);
}

.page-home .hero .fb-btn--ghost:hover {
  border-color: var(--fb-neon);
  color: var(--fb-neon);
}

.page-home .hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.page-home .hero__chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--fb-border);
  border-radius: 14px;
  padding: 12px 16px;
  min-width: 120px;
}

.page-home .hero__chip dt {
  font-size: 12px;
  opacity: 0.64;
  margin: 0 0 4px;
  font-weight: 400;
}

.page-home .hero__chip dd {
  margin: 0;
  font-size: 17px;
  color: var(--fb-neon);
  font-weight: 700;
}

.page-home .hero__panel {
  background: var(--fb-blue-1);
  border: 1px solid var(--fb-border-strong);
  border-radius: var(--fb-radius);
  padding: 20px;
  box-shadow: var(--fb-shadow);
  position: relative;
  overflow: hidden;
}

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

.page-home .hero__panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fb-font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid var(--fb-border);
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.page-home .hero__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fb-neon);
  box-shadow: 0 0 10px var(--fb-neon);
  flex-shrink: 0;
}

.page-home .hero__panel-core {
  padding: 14px 0 18px;
}

.page-home .hero__panel-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 6px;
}

.page-home .hero__panel-version {
  display: block;
  font-family: var(--fb-font-mono);
  font-size: clamp(56px, 9vw, 92px);
  line-height: 1;
  color: var(--fb-neon);
  margin: 0 0 12px;
}

.page-home .hero__panel-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 32em;
}

.page-home .hero__panel-list {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid var(--fb-border);
}

.page-home .hero__panel-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--fb-text-light);
  text-decoration: none;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-home .hero__panel-list a::after {
  content: "→";
  color: var(--fb-neon);
  font-family: var(--fb-font-mono);
}

.page-home .hero__panel-list a:hover {
  background: rgba(0, 255, 163, 0.08);
  border-color: rgba(0, 255, 163, 0.3);
}

/* ===== 赛事数据驾驶舱 ===== */
.page-home .cockpit-section {
  padding: clamp(42px, 7vw, 84px) 0;
  background: var(--fb-light);
}

.page-home .cockpit-section__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: var(--fb-content-max);
  margin: 0 auto 20px;
  padding: 0 var(--home-gutter);
}

.page-home .cockpit-section__kicker,
.page-home .stats__kicker,
.page-home .trust__kicker {
  color: var(--fb-blue-2);
}

.page-home .cockpit-section__heading h2,
.page-home .updates__heading h2,
.page-home .stats__heading h2,
.page-home .trust__heading h2 {
  font-family: var(--fb-font-heading);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  margin: 0;
}

.page-home .cockpit-section__desc {
  opacity: 0.72;
  max-width: 52ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .cockpit-section__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: var(--fb-content-max);
  margin: 0 auto 24px;
  padding: 0 var(--home-gutter);
}

.page-home .cockpit-section__filters .fb-tag {
  cursor: pointer;
  border: 1px solid var(--fb-blue-3);
  background: transparent;
  color: var(--fb-blue-2);
}

.page-home .cockpit-section__filters .fb-tag.is-active {
  background: var(--fb-blue);
  border-color: var(--fb-blue);
  color: var(--fb-neon);
}

.page-home .cockpit-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: var(--fb-content-max);
  margin: 0 auto;
  padding: 0 var(--home-gutter);
}

.page-home .cockpit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--fb-blue-1);
  color: var(--fb-text-light);
  border: 1px solid var(--fb-border);
  border-radius: var(--fb-radius);
  padding: 22px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.page-home .cockpit-card .fb-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--fb-text-light);
  font-weight: 600;
}

.page-home .cockpit-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.page-home .cockpit-card__title {
  font-family: var(--fb-font-heading);
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}

.page-home .cockpit-card__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

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

.page-home .cockpit-card__stats span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--fb-border);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: var(--fb-font-mono);
  color: var(--fb-neon);
}

.page-home .cockpit-card__img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  border-radius: 14px;
  margin-top: auto;
}

.page-home .cockpit-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--fb-neon);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.page-home .cockpit-card__link:hover {
  text-decoration: underline;
}

.page-home .cockpit-card__phone {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

.page-home .cockpit-card__phone img {
  width: auto;
  height: 180px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.page-home .cockpit-card__provinces {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: auto 0 0;
}

.page-home .cockpit-card__provinces li {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--fb-blue-2);
  color: var(--fb-text-light);
}

/* ===== 更新公告 ===== */
.page-home .updates {
  background: var(--fb-blue);
  color: var(--fb-text-light);
  padding: clamp(42px, 7vw, 84px) 0;
}

.page-home .updates__kicker {
  color: var(--fb-neon);
}

.page-home .updates__heading {
  max-width: var(--fb-content-max);
  margin: 0 auto 26px;
  padding: 0 var(--home-gutter);
}

.page-home .updates__desc {
  color: rgba(255, 255, 255, 0.64);
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .updates__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: var(--fb-content-max);
  margin: 0 auto;
  padding: 0 var(--home-gutter);
}

.page-home .updates__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--fb-blue-1);
  border: 1px solid var(--fb-border);
  border-radius: 16px;
  padding: 18px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-home .updates__item:hover {
  border-color: var(--fb-blue-3);
  transform: translateY(-2px);
}

.page-home .updates__marker {
  flex-shrink: 0;
  background: var(--fb-orange);
  color: var(--fb-text-dark);
  font-family: var(--fb-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 48px;
  text-align: center;
  line-height: 1.3;
}

.page-home .updates__body h3 {
  font-family: var(--fb-font-heading);
  font-size: 18px;
  margin: 0 0 6px;
}

.page-home .updates__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

/* ===== 数据概览 ===== */
.page-home .stats {
  padding: clamp(42px, 7vw, 84px) 0;
  background: var(--fb-light);
}

.page-home .stats__heading {
  max-width: var(--fb-content-max);
  margin: 0 auto 24px;
  padding: 0 var(--home-gutter);
}

.page-home .stats__desc {
  opacity: 0.72;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .stats__bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: var(--fb-content-max);
  margin: 0 auto;
  padding: 0 var(--home-gutter);
}

.page-home .stats__cell {
  background: var(--fb-blue-1);
  color: var(--fb-text-light);
  border-radius: var(--fb-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  position: relative;
  overflow: hidden;
}

.page-home .stats__cell--map {
  background: var(--fb-blue);
}

.page-home .stats__label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.page-home .stats__value {
  font-family: var(--fb-font-mono);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
  color: var(--fb-neon);
  margin-bottom: 6px;
}

.page-home .stats__caption {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.page-home .stats__map {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: auto;
}

.page-home .stats__cell--team p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 16px;
  max-width: 48ch;
}

/* ===== 信任与支持 ===== */
.page-home .trust {
  padding: clamp(42px, 7vw, 84px) 0;
  background: var(--fb-light);
}

.page-home .trust__heading {
  max-width: var(--fb-content-max);
  margin: 0 auto 24px;
  padding: 0 var(--home-gutter);
}

.page-home .trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: var(--fb-content-max);
  margin: 0 auto;
  padding: 0 var(--home-gutter);
}

.page-home .trust__card {
  background: var(--fb-light);
  border: 1px solid rgba(11, 29, 58, 0.12);
  border-radius: var(--fb-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-home .trust__card:hover {
  border-color: var(--fb-blue-3);
  box-shadow: 0 18px 40px rgba(11, 29, 58, 0.08);
  transform: translateY(-3px);
}

.page-home .trust__card-title {
  font-family: var(--fb-font-heading);
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--fb-text-dark);
}

.page-home .trust__card p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--fb-text-dark);
  opacity: 0.82;
}

.page-home .trust__card p:last-of-type {
  margin-bottom: 0;
}

.page-home .trust__card--highlight {
  background: var(--fb-blue);
  border-color: var(--fb-blue);
}

.page-home .trust__card--highlight .trust__card-title,
.page-home .trust__card--highlight p {
  color: var(--fb-text-light);
}

.page-home .trust__card--highlight p {
  opacity: 0.82;
}

.page-home .fb-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  color: var(--fb-blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--fb-neon);
  padding-bottom: 2px;
}

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

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .page-home .stats__bento {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "map users"
      "map mau"
      "speed years"
      "team team";
  }

  .page-home .stats__cell--map {
    grid-area: map;
  }

  .page-home .stats__cell--users {
    grid-area: users;
  }

  .page-home .stats__cell--mau {
    grid-area: mau;
  }

  .page-home .stats__cell--speed {
    grid-area: speed;
  }

  .page-home .stats__cell--years {
    grid-area: years;
  }

  .page-home .stats__cell--team {
    grid-area: team;
  }

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

@media (min-width: 720px) {
  .page-home .updates__list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .page-home .cockpit-section__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "schedule schedule"
      "app guide"
      "insight insight";
  }

  .page-home .cockpit-card--schedule {
    grid-area: schedule;
  }

  .page-home .cockpit-card--app {
    grid-area: app;
  }

  .page-home .cockpit-card--guide {
    grid-area: guide;
  }

  .page-home .cockpit-card--insight {
    grid-area: insight;
  }
}

@media (min-width: 960px) {
  .page-home .hero__inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: 52px;
    min-height: 560px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-home .cockpit-section__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
  }

  .page-home .stats__bento {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "map map users"
      "map map mau"
      "speed years team";
  }

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

@media (min-width: 1080px) {
  .page-home .cockpit-section__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "schedule schedule schedule report"
      "schedule schedule schedule guide"
      "insight insight insight insight";
    gap: 20px;
  }

  .page-home .cockpit-card--schedule {
    grid-area: schedule;
  }

  .page-home .cockpit-card--app {
    grid-area: report;
  }

  .page-home .cockpit-card--guide {
    grid-area: guide;
  }

  .page-home .cockpit-card--insight {
    grid-area: insight;
  }

  .page-home .cockpit-card--schedule {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 24px;
  }

  .page-home .cockpit-card--schedule .cockpit-card__head,
  .page-home .cockpit-card--schedule .cockpit-card__desc {
    grid-column: 1 / -1;
  }

  .page-home .cockpit-card--schedule .cockpit-card__stats {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
  }

  .page-home .cockpit-card--schedule .cockpit-card__img {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    margin-top: 0;
    max-height: 260px;
  }

  .page-home .cockpit-card--insight {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .page-home .cockpit-card--insight .cockpit-card__head {
    flex: 0 0 180px;
    margin-bottom: 0;
  }

  .page-home .cockpit-card--insight .cockpit-card__desc {
    flex: 1;
    margin: 0;
  }

  .page-home .cockpit-card--insight .cockpit-card__img {
    width: 360px;
    flex-shrink: 0;
    margin: 0;
    max-height: 200px;
  }

  .page-home .cockpit-card--insight .cockpit-card__link {
    margin-top: 0;
  }
}
