/* ===== 首页专属样式 ===== */
.page-home {
  color: var(--c-white);
  background: var(--c-bg);
}

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

.page-home .breadcrumb {
  padding-top: 18px;
  padding-bottom: 0;
}

/* Hero */
.page-home .hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 44px;
}

.page-home .hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}

.page-home .hero__inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-home .hero__badge {
  margin-bottom: 16px;
}

.page-home .hero__title {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

.page-home .hero__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 5px;
  background: var(--gradient-accent);
  transform: skewX(-20deg);
}

.page-home .hero__lead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--c-muted);
  max-width: 560px;
  margin-bottom: 24px;
}

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

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 460px;
  border-top: 1px solid var(--c-border);
  padding-top: 20px;
  margin: 0;
}

.page-home .hero__stat dt {
  font-size: 0.75rem;
  color: var(--c-muted);
  margin-bottom: 4px;
}

.page-home .hero__stat dd {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 1.7rem;
  color: var(--c-blue);
  margin: 0;
}

.page-home .hero__media {
  position: relative;
}

.page-home .hero__media::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -14px;
  bottom: -14px;
  left: 14px;
  background: var(--gradient-blue);
  opacity: 0.32;
  z-index: 0;
  border-radius: var(--radius-lg);
}

.page-home .hero__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* 入口变更找回 */
.page-home .recover {
  padding: 48px 0;
  background:
    linear-gradient(135deg, rgba(0, 163, 255, 0.08), transparent 60%),
    rgba(44, 47, 58, 0.42);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.page-home .recover__inner {
  display: grid;
  gap: 28px;
}

.page-home .recover__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-home .recover__title {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 12px 0 12px;
  letter-spacing: -0.3px;
}

.page-home .recover__lead {
  color: var(--c-muted);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

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

.page-home .recover__step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--c-panel);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  transition: transform 0.3s var(--ease-out);
}

.page-home .recover__step:hover {
  transform: translateY(-3px);
}

.page-home .recover__num {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--c-orange);
  flex-shrink: 0;
  width: 60px;
  text-align: center;
  padding-top: 2px;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.16), transparent);
  border-radius: 10px;
  padding-bottom: 8px;
}

.page-home .recover__step-title {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.page-home .recover__step-text {
  color: var(--c-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* 核心功能 */
.page-home .services {
  padding: 56px 0;
  position: relative;
}

.page-home .services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 163, 255, 0.18), transparent 70%);
}

.page-home .services__head {
  margin-bottom: 28px;
}

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

.page-home .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--c-panel);
  border-radius: var(--radius-lg);
  padding: 22px;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.page-home .service-card:hover {
  transform: translateY(-4px) rotate(0.15deg);
  box-shadow: var(--shadow-hover);
}

.page-home .service-card--score {
  background:
    linear-gradient(135deg, rgba(0, 163, 255, 0.1), transparent 52%),
    var(--c-panel);
}

.page-home .service-card--rank {
  background:
    linear-gradient(135deg, rgba(90, 95, 255, 0.1), transparent 52%),
    var(--c-panel);
}

.page-home .service-card--archive {
  background:
    linear-gradient(135deg, rgba(255, 213, 0, 0.08), transparent 52%),
    var(--c-panel);
}

.page-home .service-card--report {
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.1), transparent 52%),
    var(--c-panel);
}

.page-home .service-card__media {
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 18px;
  aspect-ratio: 16 / 10;
  background: var(--c-bg);
}

.page-home .service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s var(--ease-out);
}

.page-home .service-card:hover .service-card__media img {
  transform: scale(1.03);
}

.page-home .service-card__body {
  position: relative;
  padding-top: 26px;
}

.page-home .service-card__body--center {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-home .service-card__index {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(26, 29, 41, 0.55);
  color: var(--c-white);
}

.page-home .service-card--score .service-card__index {
  color: var(--c-blue);
}

.page-home .service-card--rank .service-card__index {
  color: var(--c-violet);
}

.page-home .service-card--archive .service-card__index {
  color: var(--c-gold);
}

.page-home .service-card--report .service-card__index {
  color: var(--c-orange);
}

.page-home .service-card__title {
  font-family: var(--t-heading);
  font-style: italic;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1.25;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.page-home .service-card__text {
  color: var(--c-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.page-home .service-card__big-text {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  color: var(--c-gold);
  margin: 0 0 4px;
}

.page-home .service-card__big-text span {
  font-size: 2.2rem;
  vertical-align: top;
  color: var(--c-orange);
}

.page-home .service-card__report-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 122, 0, 0.14);
  border-radius: 999px;
  padding: 8px 15px;
  margin-bottom: 10px;
}

.page-home .service-card__report-tag strong {
  font-family: var(--t-heading);
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--c-orange);
}

/* 最新战报 */
.page-home .reports {
  padding: 56px 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 60%),
    var(--c-bg);
  position: relative;
}

.page-home .reports::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.4));
}

.page-home .reports__inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-home .reports__media {
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--c-panel);
  transition: transform 0.3s var(--ease-out);
}

.page-home .reports__media:hover {
  transform: rotate(-0.4deg);
}

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

.page-home .reports__title {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.9rem;
  margin: 12px 0 8px;
  line-height: 1.15;
}

.page-home .reports__lead {
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 8px;
}

.page-home .reports__list {
  list-style: none;
  margin: 14px 0 22px;
  padding: 0;
}

.page-home .reports__list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--c-border);
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-home .reports__list li:last-child {
  border-bottom: none;
}

.page-home .reports__list .tag {
  flex-shrink: 0;
}

/* 为什么选择新版 */
.page-home .why {
  padding: 56px 0 40px;
}

.page-home .why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}

.page-home .why-item {
  padding: 22px;
  background: var(--c-panel);
  border-radius: var(--radius-lg);
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s, transform 0.3s var(--ease-out);
}

.page-home .why-item:hover {
  border-color: var(--c-blue);
  transform: translateY(-3px);
}

.page-home .why-item__index {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  display: block;
  color: var(--c-blue);
  margin-bottom: 10px;
}

.page-home .why-item:nth-child(2) .why-item__index {
  color: var(--c-violet);
}

.page-home .why-item:nth-child(3) .why-item__index {
  color: var(--c-gold);
}

.page-home .why-item:nth-child(4) .why-item__index {
  color: var(--c-orange);
}

.page-home .why-item__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-home .why-item__text {
  color: var(--c-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.page-home .why__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.page-home .why-stat {
  padding: 22px 16px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(0, 163, 255, 0.08), transparent),
    var(--c-panel);
  border-radius: var(--radius-lg);
}

.page-home .why-stat strong {
  display: block;
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.1;
  color: var(--c-blue);
}

.page-home .why-stat:nth-child(2) strong,
.page-home .why-stat:nth-child(4) strong {
  color: var(--c-orange);
}

.page-home .why-stat span {
  display: block;
  color: var(--c-muted);
  font-size: 0.85rem;
  margin-top: 6px;
}

.page-home .why__note {
  margin-top: 28px;
  color: var(--c-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
}

.page-home .why__note a {
  color: var(--c-blue);
  text-decoration: underline;
  transition: color 0.2s;
}

.page-home .why__note a:hover {
  color: var(--c-orange);
}

/* 帮助横幅 */
.page-home .support {
  padding: 20px 0 56px;
}

.page-home .support__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(0, 163, 255, 0.15), transparent 48%),
    var(--c-panel);
  border-radius: var(--radius-lg);
  padding: 30px;
  border-left: 4px solid var(--c-orange);
}

.page-home .support__inner::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, transparent 45%, rgba(255, 122, 0, 0.18) 45%, rgba(255, 122, 0, 0.18) 58%, transparent 58%);
  transform: rotate(12deg);
  pointer-events: none;
}

.page-home .support__copy {
  position: relative;
  z-index: 1;
}

.page-home .support__title {
  font-family: var(--t-heading);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.page-home .support__text {
  color: var(--c-muted);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

.page-home .support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1;
}

/* ===== 平板 ===== */
@media (min-width: 768px) {
  .page-home .hero {
    padding: 48px 0 56px;
  }

  .page-home .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }

  .page-home .hero__title {
    font-size: 3rem;
  }

  .page-home .hero__lead {
    font-size: 1.05rem;
  }

  .page-home .hero__decor {
    display: block;
    background:
      linear-gradient(135deg, transparent 0%, transparent 62%, rgba(0, 163, 255, 0.12) 62%, rgba(0, 163, 255, 0.12) 67%, transparent 67%),
      linear-gradient(135deg, transparent 0%, transparent 84%, rgba(255, 122, 0, 0.1) 84%, rgba(255, 122, 0, 0.1) 89%, transparent 89%);
  }

  .page-home .recover__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
    align-items: start;
  }

  .page-home .recover__title {
    font-size: 2.1rem;
  }

  .page-home .services {
    padding: 64px 0;
  }

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

  .page-home .service-card--score,
  .page-home .service-card--report {
    min-height: 100%;
  }

  .page-home .reports__inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 36px;
  }

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

  .page-home .support__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 36px 40px;
  }

  .page-home .support__actions {
    flex-shrink: 0;
  }
}

/* ===== 桌面 ===== */
@media (min-width: 992px) {
  .page-home .hero__title {
    font-size: 3.4rem;
  }

  .page-home .hero__lead {
    font-size: 1.1rem;
  }

  .page-home .hero__media::before {
    top: 16px;
    right: -16px;
    bottom: -16px;
    left: 16px;
  }

  .page-home .services__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas:
      "score score score score score score score rank rank rank rank rank"
      "archive archive archive archive archive report report report report report report report";
    gap: 24px;
  }

  .page-home .service-card--score {
    grid-area: score;
  }

  .page-home .service-card--rank {
    grid-area: rank;
  }

  .page-home .service-card--archive {
    grid-area: archive;
  }

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

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

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

  .page-home .why-stat {
    padding: 28px 20px;
  }

  .page-home .why-stat strong {
    font-size: 2.8rem;
  }
}
