.page-home {
  --gold-glow: rgba(212, 175, 55, 0.4);
  --gold-hair: rgba(212, 175, 55, 0.32);
  --gold-soft-bg: rgba(212, 175, 55, 0.08);
  --panel-dark: rgba(26, 42, 58, 0.78);
  --panel-line: rgba(212, 175, 55, 0.26);
  --section-pad: clamp(64px, 8vw, 120px);
  background: #0F1B2D;
  color: #F5F5F0;
  overflow-x: hidden;
}

/* ===== Hero ===== */
.page-home .home-hero {
  position: relative;
  min-height: 92vh;
  min-height: 92svh;
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: 96px 0 72px;
  background: linear-gradient(160deg, #081220 0%, #0F1B2D 55%, #1A2A3A 100%);
}

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

.page-home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
}

.page-home .hero-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(8, 18, 32, 0.82) 0%, rgba(15, 27, 45, 0.7) 50%, rgba(15, 27, 45, 0.95) 100%);
}

.page-home .hero-sweep {
  position: absolute;
  inset: -18% -12%;
  z-index: -1;
  background: linear-gradient(105deg, transparent 40%, rgba(212, 175, 55, 0.12) 46%, rgba(230, 199, 121, 0.26) 50%, rgba(212, 175, 55, 0.12) 54%, transparent 60%);
  filter: blur(3px);
  transform: rotate(-10deg) translateX(-42%);
  animation: heroSweepGlide 9s ease-in-out infinite alternate;
  pointer-events: none;
}

.page-home .hero-sweep-2 {
  inset: -10% 0;
  background: linear-gradient(75deg, transparent 44%, rgba(212, 175, 55, 0.06) 48%, rgba(212, 175, 55, 0.16) 52%, transparent 56%);
  animation-duration: 7s;
  animation-delay: -3s;
}

@keyframes heroSweepGlide {
  0% {
    transform: rotate(-10deg) translateX(-42%) scale(1);
    opacity: 0.55;
  }
  100% {
    transform: rotate(-8deg) translateX(38%) scale(1.08);
    opacity: 1;
  }
}

.page-home .hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-home .hero-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid var(--gold-hair);
  border-radius: var(--radius-pill);
  padding: 8px 20px;
  margin-bottom: 26px;
  background: rgba(15, 27, 45, 0.6);
  backdrop-filter: blur(4px);
}

.page-home .home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 9vw, 4.8rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.04em;
  color: var(--text-cream);
  margin: 0 0 18px;
  max-width: 840px;
}

.page-home .hero-lead {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.6vw, 1.5rem);
  line-height: 1.55;
  color: var(--gold-light);
  margin: 0 0 14px;
  max-width: 560px;
}

.page-home .hero-sub {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.82);
  max-width: 600px;
  margin: 0 0 36px;
}

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

.page-home .hero-band {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(8, 18, 32, 0.54);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  padding: 10px 0;
  z-index: 1;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  color: rgba(230, 199, 121, 0.45);
}

.page-home .hero-band span {
  display: inline-block;
  padding-left: 200px;
  animation: heroMarquee 22s linear infinite;
}

@keyframes heroMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== 移动端活动入口 ===== */
.page-home .home-activity {
  position: relative;
  padding: var(--section-pad) 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(212, 175, 55, 0.1), transparent 42%),
    linear-gradient(180deg, #0B1424, #0F1B2D);
}

.page-home .activity-panel {
  position: relative;
  border: 1px solid var(--panel-line);
  background: rgba(26, 42, 58, 0.68);
  backdrop-filter: blur(6px);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.35);
}

.page-home .activity-media {
  overflow: hidden;
}

.page-home .activity-media img {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out);
}

.page-home .activity-panel:hover .activity-media img {
  transform: scale(1.03);
}

.page-home .activity-content {
  padding: 30px 26px 36px;
}

.page-home .activity-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold-pale);
  margin: 12px 0 18px;
}

.page-home .activity-content p {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.88);
  margin: 0 0 28px;
  max-width: 520px;
}

.page-home .btn-pulse {
  animation: goldPulse 2.6s ease-out infinite;
}

@keyframes goldPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(212, 175, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
  }
}

/* ===== 旧版内容中心 ===== */
.page-home .home-classic {
  padding: var(--section-pad) 0;
  background: linear-gradient(180deg, #0D182A, #091421);
  position: relative;
}

.page-home .home-classic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent);
}

.page-home .classic-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.page-home .classic-heading-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4.6vw, 2.6rem);
  font-weight: 700;
  margin: 12px 0 0;
  color: var(--text-cream);
}

.page-home .classic-link {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  padding-bottom: 4px;
}

.page-home .classic-link:hover {
  color: var(--gold-pale);
  border-bottom-color: var(--gold);
}

.page-home .classic-lede {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.78);
  max-width: 720px;
  margin: 0 0 42px;
}

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

.page-home .classic-card {
  position: relative;
  background: linear-gradient(150deg, var(--panel-dark), rgba(15, 27, 45, 0.92));
  padding: 34px 30px 36px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.4s;
}

.page-home .classic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
  border-color: rgba(212, 175, 55, 0.4);
}

.page-home .card-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 18px;
  background: rgba(212, 175, 55, 0.08);
}

.page-home .classic-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--gold-pale);
  margin: 0 0 10px;
}

.page-home .classic-card p {
  font-family: var(--font-body);
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.82);
  margin: 0;
}

/* ===== 账户中心 ===== */
.page-home .home-account {
  padding: var(--section-pad) 0;
  background: linear-gradient(165deg, #0F1B2D, #1A2A3A);
  position: relative;
}

.page-home .account-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: center;
}

.page-home .account-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: linear-gradient(180deg, rgba(26, 42, 58, 0.95), rgba(15, 27, 45, 1));
  transform: translateY(0);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}

.page-home .account-visual:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.32), 0 0 46px rgba(212, 175, 55, 0.1);
}

.page-home .account-visual::before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  opacity: 0.75;
}

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

.page-home .drawer-rail {
  position: absolute;
  top: 22px;
  right: 0;
  width: 2px;
  height: calc(100% - 44px);
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.6), transparent);
  opacity: 0.7;
}

.page-home .account-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4.6vw, 2.6rem);
  font-weight: 700;
  margin: 12px 0 18px;
  color: var(--text-cream);
}

.page-home .account-content > p {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.85);
  margin: 0 0 22px;
  max-width: 540px;
}

.page-home .account-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.page-home .account-list li {
  position: relative;
  font-family: var(--font-body);
  font-size: 0.94rem;
  line-height: 1.6;
  padding: 8px 0 8px 26px;
  color: rgba(240, 227, 200, 0.9);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

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

.page-home .account-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--gold);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
}

/* ===== 客服区块 ===== */
.page-home .home-support {
  padding: var(--section-pad) 0;
  background: radial-gradient(circle at 80% 20%, rgba(139, 0, 0, 0.16), transparent 38%), linear-gradient(180deg, #091421, #0D182A);
  position: relative;
}

.page-home .support-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: linear-gradient(145deg, rgba(26, 42, 58, 0.86), rgba(15, 27, 45, 0.94));
  overflow: hidden;
}

.page-home .support-content {
  padding: 36px 28px 40px;
  order: 1;
}

.page-home .support-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4.2vw, 2.4rem);
  font-weight: 700;
  margin: 12px 0 18px;
  color: var(--gold-pale);
}

.page-home .support-content p {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.86);
  margin: 0 0 22px;
  max-width: 560px;
}

.page-home .support-details {
  margin-bottom: 26px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(8, 18, 32, 0.4);
}

.page-home .support-details summary {
  cursor: pointer;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gold-light);
  list-style: none;
  transition: background-color 0.3s;
}

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

.page-home .support-details summary::after {
  content: "+";
  float: right;
  font-size: 1.1rem;
  color: var(--gold);
  transition: transform 0.3s;
}

.page-home .support-details[open] summary::after {
  transform: rotate(45deg);
}

.page-home .support-details summary:hover {
  background-color: rgba(212, 175, 55, 0.06);
}

.page-home .support-details p {
  padding: 0 18px 18px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.72);
}

.page-home .support-visual {
  order: 0;
  position: relative;
}

.page-home .support-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.page-home .home-support .btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #0F1B2D;
  border: none;
}

/* ===== 信任指标 ===== */
.page-home .home-trust {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #0D182A, #0F1B2D);
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}

.page-home .trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 20px;
}

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

.page-home .trust-num {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.4vw, 2.5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 8px;
}

.page-home .trust-label {
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: rgba(245, 245, 240, 0.68);
}

.page-home .trust-note {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(245, 245, 240, 0.58);
  border-left: 3px solid rgba(212, 175, 55, 0.4);
  padding-left: 16px;
  margin: 48px 0 0;
  max-width: 680px;
}

/* ===== 更多页面导航卡片 ===== */
.page-home .home-navcards {
  padding: var(--section-pad) 0;
  background: linear-gradient(160deg, #0B1424, #091421);
}

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

.page-home .navcard {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(26, 42, 58, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.14);
  text-decoration: none;
  transition: background-color 0.34s var(--ease-out), border-color 0.34s, transform 0.34s var(--ease-out);
}

.page-home .navcard:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.38);
  transform: translateX(4px);
}

.page-home .navcard-index {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .navcard-title {
  display: block;
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--text-cream);
}

.page-home .navcard-desc {
  display: block;
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: rgba(245, 245, 240, 0.6);
  margin-top: 2px;
}

/* ===== 响应式 ===== */
@media (min-width: 720px) {
  .page-home .activity-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .page-home .activity-media img {
    max-height: 360px;
    height: 100%;
    object-fit: cover;
  }

  .page-home .activity-content {
    padding: 40px 34px 48px;
  }

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

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

  .page-home .support-content {
    order: 0;
    padding: 44px 38px 50px;
  }

  .page-home .support-visual {
    order: 1;
  }

  .page-home .support-visual img {
    max-height: 420px;
  }

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

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

@media (min-width: 1024px) {
  .page-home .home-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .page-home .hero-inner {
    max-width: calc(var(--container) - 80px);
    margin-left: calc((100vw - min(var(--container), 100vw)) / 2);
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-home .hero-kicker {
    font-size: 0.86rem;
    margin-bottom: 32px;
  }

  .page-home .home-hero h1 {
    font-size: clamp(3.8rem, 6.4vw, 5.8rem);
    margin-bottom: 22px;
  }

  .page-home .hero-lead {
    font-size: 1.45rem;
    margin-bottom: 18px;
  }

  .page-home .hero-sub {
    font-size: 1.08rem;
    margin-bottom: 44px;
  }

  .page-home .activity-content {
    padding: 50px 46px 58px;
  }

  .page-home .activity-content h2 {
    font-size: 2.4rem;
  }

  .page-home .activity-content p {
    font-size: 1.04rem;
  }

  .page-home .classic-heading-text h2 {
    font-size: 2.6rem;
  }

  .page-home .classic-lede {
    font-size: 1.06rem;
  }

  .page-home .classic-card {
    padding: 42px 36px 44px;
  }

  .page-home .account-layout {
    grid-template-columns: 5fr 6fr;
    gap: 56px;
  }

  .page-home .account-content h2 {
    font-size: 2.6rem;
  }

  .page-home .account-content > p {
    font-size: 1.02rem;
  }

  .page-home .support-panel {
    grid-template-columns: 5fr 6fr;
  }

  .page-home .support-content h2 {
    font-size: 2.4rem;
  }

  .page-home .support-content p {
    font-size: 1rem;
  }

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

  .page-home .navcard {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 20px 26px;
  }

  .page-home .navcard:hover {
    transform: translateY(-4px);
  }
}
