.page-home {
  --home-accent-purple: #7C3AED;
  --home-accent-orange: #FF6B35;
  --home-navy: #0A1B2A;
  --home-navy-soft: #122641;
  --home-paper: #F5F0E8;
  --home-paper-deep: #EBE4D5;
  --home-card-shadow: 0 12px 28px rgba(10, 27, 42, 0.1);
  overflow-x: clip;
  background: var(--home-paper);
  color: var(--ink);
}

.page-home .section-head {
  margin-bottom: 36px;
}

.page-home .section-title {
  margin: 12px 0 10px;
  font-size: clamp(28px, 4.6vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.page-home .section-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

/* ========== Hero ========== */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 112px;
  background:
    radial-gradient(1000px 480px at 85% -10%, rgba(124, 58, 237, 0.35), transparent 60%),
    radial-gradient(800px 420px at 10% 120%, rgba(255, 107, 53, 0.22), transparent 55%),
    linear-gradient(137deg, #08111D 0%, #0A1B2A 48%, #170F36 100%);
  color: #fff;
}

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

.page-home .home-hero-grid-bg svg {
  width: 100%;
  height: 100%;
}

.page-home .home-hero-slab {
  position: absolute;
  right: -120px;
  top: 18%;
  width: 420px;
  height: 260px;
  background: linear-gradient(100deg, rgba(124, 58, 237, 0.4), rgba(255, 107, 53, 0.25));
  clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 100%);
  transform: rotate(14deg);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.page-home .home-hero-wedge {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -4px;
  height: 120px;
  background: var(--home-paper);
  transform: skewY(-3deg);
  z-index: 1;
  pointer-events: none;
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 52px;
  align-items: center;
}

.page-home .home-hero-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.page-home .home-hero-kicker-sep {
  color: rgba(255, 255, 255, 0.35);
}

.page-home .home-hero-title {
  margin: 24px 0 0;
  font-size: clamp(42px, 9vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
}

.page-home .home-hero-title-sub {
  display: block;
  margin-top: 12px;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.62);
}

.page-home .home-hero-lead {
  margin: 24px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.page-home .home-hero-action {
  padding: 14px 24px;
  font-size: 15px;
}

.page-home .home-hero-media {
  max-width: 420px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

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

.page-home .home-hero-adapt {
  max-width: 380px;
  margin: -34px auto 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px rgba(10, 27, 42, 0.22);
}

.page-home .home-adapt-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.page-home .home-adapt-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--home-accent-purple), var(--home-accent-orange));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.page-home .home-adapt-label {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
}

.page-home .home-adapt-note {
  margin: 0 0 14px;
  color: #4A4A4A;
  font-size: 13px;
  line-height: 1.6;
}

.page-home .home-adapt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ========== 手机版适配区 ========== */
.page-home .home-adapt-section {
  position: relative;
  padding: 96px 0 88px;
  background: var(--home-paper);
}

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

.page-home .home-adapt-wrap {
  position: relative;
  display: grid;
  gap: 44px;
  align-items: center;
}

.page-home .home-adapt-media {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.page-home .home-adapt-media::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 130px;
  height: 130px;
  border-radius: 24px;
  background: var(--home-accent-purple);
  opacity: 0.1;
}

.page-home .home-adapt-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 30px 60px rgba(10, 27, 42, 0.18);
}

.page-home .home-adapt-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-home .home-adapt-list li {
  position: relative;
  padding: 8px 0 8px 26px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.page-home .home-adapt-dot {
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-accent-orange);
}

.page-home .home-adapt-list li:nth-child(2) .home-adapt-dot {
  background: var(--home-accent-purple);
}

.page-home .home-adapt-list li:nth-child(3) .home-adapt-dot {
  background: var(--success);
}

.page-home .home-adapt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-home .home-adapt-cta {
  padding: 14px 26px;
}

/* ========== 分类导航墙 ========== */
.page-home .home-category {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: var(--home-paper-deep);
}

.page-home .home-category::before {
  content: "05";
  position: absolute;
  right: -10px;
  top: 40px;
  font-size: 220px;
  font-weight: 900;
  color: rgba(10, 27, 42, 0.04);
  line-height: 1;
  pointer-events: none;
}

.page-home .home-cat-wall {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 44px;
  z-index: 1;
}

.page-home .home-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--home-card-shadow);
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-home .home-cat-card:hover {
  transform: translateY(-6px) rotate(0deg);
  box-shadow: 0 24px 50px rgba(10, 27, 42, 0.14);
}

.page-home .home-cat-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
}

.page-home .home-cat-name {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.page-home .home-cat-desc {
  margin: 0 0 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.page-home .home-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--home-accent-purple);
}

.page-home .home-cat-card-program {
  background: linear-gradient(145deg, #FFFFFF 0%, #F1EEFF 100%);
}

.page-home .home-cat-card-program .home-cat-index {
  background: rgba(124, 58, 237, 0.14);
  color: #5B21B6;
}

.page-home .home-cat-card-history {
  background: linear-gradient(145deg, #FFFFFF 0%, #FFF5E8 100%);
}

.page-home .home-cat-card-history .home-cat-index {
  background: rgba(255, 107, 53, 0.14);
  color: #D2541D;
}

.page-home .home-cat-card-history .home-cat-link {
  color: var(--home-accent-orange);
}

.page-home .home-cat-card-mobile {
  background: linear-gradient(145deg, #FFFFFF 0%, #EDF7F2 100%);
}

.page-home .home-cat-card-mobile .home-cat-index {
  background: rgba(16, 185, 129, 0.14);
  color: #0D9668;
}

.page-home .home-cat-card-mobile .home-cat-link {
  color: #0D9668;
}

.page-home .home-cat-card-partner {
  background: linear-gradient(145deg, #FFFFFF 0%, #EDF4FF 100%);
}

.page-home .home-cat-card-partner .home-cat-index {
  background: rgba(23, 118, 222, 0.12);
  color: #1667B2;
}

.page-home .home-cat-card-partner .home-cat-link {
  color: #1667B2;
}

.page-home .home-cat-card-feedback {
  background: linear-gradient(145deg, #FFFFFF 0%, #F4F1FA 100%);
}

.page-home .home-cat-card-feedback .home-cat-index {
  background: rgba(245, 158, 11, 0.14);
  color: #D97706;
}

.page-home .home-cat-card-feedback .home-cat-link {
  color: #D97706;
}

/* ========== 每日更新 + 季度导出 ========== */
.page-home .home-rhythm {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(700px 400px at -10% 20%, rgba(124, 58, 237, 0.25), transparent 60%),
    radial-gradient(700px 400px at 110% 80%, rgba(255, 107, 53, 0.16), transparent 55%),
    linear-gradient(150deg, #081522 0%, #0A1B2A 100%);
  color: #fff;
}

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

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

.page-home .home-rhythm-head {
  margin-bottom: 40px;
}

.page-home .home-rhythm-head .section-title,
.page-home .home-rhythm-head .section-lead {
  max-width: 760px;
}

.page-home .home-rhythm-grid {
  display: grid;
  gap: 40px;
}

.page-home .home-rhythm-update {
  display: flex;
  flex-direction: column;
  padding: 36px 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.page-home .home-clock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.page-home .home-clock-num {
  font-size: clamp(72px, 12vw, 120px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, #FFFFFF 30%, rgba(255, 255, 255, 0.4));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .home-clock em {
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  color: var(--home-accent-orange);
}

.page-home .home-rhythm-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: center;
}

.page-home .home-timeline {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: homeStep;
}

.page-home .home-timeline li {
  position: relative;
  padding: 0 0 24px 52px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.7;
  counter-increment: homeStep;
}

.page-home .home-timeline li::before {
  content: counter(homeStep);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(124, 58, 237, 0.5);
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.page-home .home-timeline li::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18), transparent);
}

.page-home .home-timeline li:last-child::after {
  display: none;
}

.page-home .home-rhythm-tag {
  align-self: flex-start;
  margin-top: 22px;
}

.page-home .home-export-block {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.page-home .home-export-media {
  margin-bottom: 22px;
  border-radius: 18px;
  overflow: hidden;
}

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

.page-home .home-export-quad {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.8;
}

.page-home .home-export-title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

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

.page-home .home-export-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.page-home .home-export-list li {
  position: relative;
  padding: 6px 0 6px 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.page-home .home-export-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 14px;
  height: 6px;
  background: var(--home-accent-orange);
  transform: skewY(-12deg);
}

.page-home .home-export-block .btn {
  align-self: flex-start;
  margin-top: auto;
}

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

.page-home .home-stat {
  padding: 20px 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.page-home .home-stat-num {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-home .home-stat-label {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* ========== 厂商专区与问题反馈 ========== */
.page-home .home-partners {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  background: var(--home-paper);
}

.page-home .home-partner-grid {
  display: grid;
  gap: 28px;
  margin-top: 44px;
}

.page-home .home-partner-card {
  padding: 32px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--home-card-shadow);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-home .home-partner-card:hover {
  transform: translateY(-8px) rotateY(2.5deg);
  box-shadow: 0 26px 55px rgba(10, 27, 42, 0.16);
}

.page-home .home-partner-media {
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}

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

.page-home .home-partner-card h3 {
  margin: 12px 0 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.page-home .home-partner-card p {
  margin: 0 0 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .home-partner-card-vendor .btn {
  margin-top: 4px;
}

.page-home .home-partner-card-feedback {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 107, 53, 0.16);
  background: linear-gradient(150deg, #FFF9F2 0%, #FFFFFF 100%);
}

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

.page-home .home-partner-feedback-list li {
  position: relative;
  padding-left: 26px;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

.page-home .home-partner-feedback-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--home-accent-orange);
  opacity: 0.8;
}

.page-home .home-partner-email {
  margin: auto 0 16px;
  color: var(--home-accent-purple);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
}

.page-home .home-partner-cta {
  margin-top: auto;
}

/* ========== 响应式 ========== */
@media (min-width: 768px) {
  .page-home .home-adapt-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .page-home .home-adapt-list li {
    padding-left: 22px;
    font-size: 14px;
  }

  .page-home .home-rhythm-stats {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-home .home-cat-wall {
    grid-template-columns: repeat(6, 1fr);
  }

  .page-home .home-cat-card {
    grid-column: span 3;
  }

  .page-home .home-cat-card:nth-child(5) {
    grid-column: span 3;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero-inner {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 48px;
  }

  .page-home .home-adapt-wrap {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
  }

  .page-home .home-partner-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
  }
}

@media (min-width: 960px) {
  .page-home .home-rhythm-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding: 96px 0 128px;
  }

  .page-home .home-cat-wall {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-home .home-cat-card:nth-child(1) {
    grid-column: span 7;
  }

  .page-home .home-cat-card:nth-child(2) {
    grid-column: span 5;
  }

  .page-home .home-cat-card:nth-child(3) {
    grid-column: span 4;
  }

  .page-home .home-cat-card:nth-child(4) {
    grid-column: span 4;
  }

  .page-home .home-cat-card:nth-child(5) {
    grid-column: span 4;
  }

  .page-home .home-cat-card:nth-child(2) {
    transform: rotate(1.2deg);
  }

  .page-home .home-cat-card:nth-child(3) {
    transform: rotate(-1.4deg);
  }

  .page-home .home-cat-card:nth-child(4) {
    transform: rotate(1deg);
  }

  .page-home .home-cat-card:nth-child(5) {
    transform: rotate(-0.8deg);
  }

  .page-home .home-cat-card:hover {
    transform: translateY(-6px) rotate(0deg);
  }
}
