.page-home {
  --quota-panel: linear-gradient(150deg, rgba(32, 45, 79, 0.92), rgba(10, 16, 31, 0.97));
  --fee-card: linear-gradient(150deg, rgba(45, 63, 102, 0.65), rgba(26, 37, 64, 0.92));
  background: var(--ink-900);
  color: var(--cream);
  overflow-x: hidden;
}

.page-home .section-head {
  margin-bottom: 2.4rem;
}

.page-home .home-contact .section-head {
  margin-bottom: 1.2rem;
}

/* ===== 首屏：轻触直达·官方中网 ===== */
.page-home .home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--header-h));
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(201, 160, 99, 0.18), transparent 46%),
    radial-gradient(ellipse at 18% 82%, rgba(255, 122, 47, 0.08), transparent 42%),
    linear-gradient(152deg, var(--ink-950) 0%, var(--ink-900) 62%, var(--ink-800) 100%);
  isolation: isolate;
  overflow: hidden;
}

.page-home .home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 26% 100%);
  opacity: 0.48;
}

.page-home .home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 16, 31, 0.96) 4%, rgba(10, 16, 31, 0.68) 42%, rgba(10, 16, 31, 0.30) 100%);
}

.page-home .home-hero__deco {
  position: absolute;
  right: -6rem;
  bottom: 2.5rem;
  width: 16rem;
  height: 16rem;
  border: 1px solid rgba(201, 160, 99, 0.35);
  transform: rotate(-14deg);
  z-index: 0;
  pointer-events: none;
}

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

.page-home .home-hero__crumb {
  margin: 0 0 1.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--cloud);
}

.page-home .home-hero__crumb::before {
  content: "◆";
  color: var(--gold);
  margin-right: 0.6rem;
  font-size: 0.6rem;
}

.page-home .home-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.45rem 1rem;
  border: 1px solid var(--line);
  background: rgba(201, 160, 99, 0.08);
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.page-home .home-hero__kicker::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: var(--orange);
}

.page-home .home-hero__title {
  margin: 1.75rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 4.75rem);
  line-height: 1.08;
  letter-spacing: 0.03em;
  color: var(--cream);
}

.page-home .home-hero__title-main {
  display: block;
}

.page-home .home-hero__title-sub {
  display: block;
  margin-top: 0.16em;
  color: var(--gold-light);
}

.page-home .home-hero__title-rule {
  display: block;
  width: 5.5rem;
  height: 2px;
  margin-top: 1.4rem;
  background: var(--orange);
}

.page-home .home-hero__lead {
  max-width: 35rem;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: rgba(247, 241, 229, 0.8);
}

.page-home .home-hero__lead strong {
  color: var(--gold);
  font-weight: 600;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.page-home .home-hero .btn--ghost {
  border-color: rgba(247, 241, 229, 0.45);
  color: var(--cream);
}

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

.page-home .home-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(201, 160, 99, 0.22);
}

.page-home .home-hero__stat dt {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  color: var(--cloud);
  margin-bottom: 0.35rem;
}

.page-home .home-hero__stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  color: var(--gold);
}

.page-home .home-hero__milestones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  color: var(--cloud);
}

.page-home .home-hero__milestones li {
  position: relative;
  padding-left: 0.9rem;
}

.page-home .home-hero__milestones li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--gold);
  transform: rotate(45deg);
}

.page-home .home-hero__milestones a {
  color: var(--orange);
  text-decoration: none;
}

/* ===== 焕新版活动额度周更新 ===== */
.page-home .home-quota {
  position: relative;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background: var(--ink-900);
}

.page-home .home-quota .section-title {
  color: var(--gold-light);
}

.page-home .home-quota__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  padding: clamp(1.25rem, 4vw, 2.75rem);
  border: 1px solid var(--line);
  background: var(--quota-panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-home .home-quota__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0 16px, rgba(201, 160, 99, 0.05) 16px 18px);
  pointer-events: none;
}

.page-home .home-quota__panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent 75%);
}

.page-home .home-quota__media {
  position: relative;
  min-height: 230px;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 1.6rem, 100% 100%, 0 100%);
}

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

.page-home .home-quota__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.page-home .home-quota__highlight {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--cream);
}

.page-home .home-quota__highlight strong {
  font-family: var(--font-display);
  font-size: 1.85em;
  color: var(--gold);
  padding: 0 0.2em;
}

.page-home .home-quota__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.page-home .home-quota__list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(247, 241, 229, 0.84);
}

.page-home .home-quota__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--gold);
  transform: rotate(45deg);
}

.page-home .home-quota__list strong {
  color: var(--gold-light);
  font-weight: 600;
}

.page-home .home-quota__note {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--cloud);
}

.page-home .home-quota__content .btn {
  align-self: flex-start;
}

/* ===== 国内龙腾内容线价格本月同步 ===== */
.page-home .home-lines {
  position: relative;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background: var(--cream);
  color: var(--ink-900);
  border-top: 1px solid rgba(201, 160, 99, 0.35);
}

.page-home .home-lines .section-kicker {
  color: var(--clay);
}

.page-home .home-lines .section-title {
  color: var(--ink-950);
}

.page-home .home-lines__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .home-lines__items {
  display: grid;
  gap: 1.25rem;
}

.page-home .home-lines__item {
  display: grid;
  gap: 0.7rem;
  padding: 1.6rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(26, 37, 64, 0.09);
  border-left: 4px solid var(--gold);
  box-shadow: 0 0.6rem 1.4rem rgba(26, 37, 64, 0.06);
  cursor: default;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.page-home .home-lines__item:hover,
.page-home .home-lines__item:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2.4rem rgba(26, 37, 64, 0.10);
}

.page-home .home-lines__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink-900);
}

.page-home .home-lines__price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0;
  font-size: 1rem;
  color: var(--gray);
}

.page-home .home-lines__price strong {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  color: var(--ink-900);
}

.page-home .home-lines__detail {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--gray);
  transition: max-height 0.35s var(--ease), opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.page-home .home-lines__item:hover .home-lines__detail,
.page-home .home-lines__item:focus-within .home-lines__detail {
  max-height: 7rem;
  opacity: 1;
  transform: translateY(0);
}

.page-home .home-lines__media {
  position: relative;
  min-height: 240px;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(1.8rem 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: var(--shadow);
}

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

/* ===== 娱乐平台周期费用标准一览 ===== */
.page-home .home-fee {
  position: relative;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background: var(--ink-950);
  overflow: hidden;
}

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

.page-home .home-fee__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
}

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

.page-home .home-fee .section-kicker {
  color: var(--gold);
}

.page-home .home-fee .section-title {
  color: var(--cream);
}

.page-home .home-fee__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  max-width: 54rem;
  margin: 2.5rem auto 0;
}

.page-home .home-fee__card {
  position: relative;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: var(--fee-card);
  border: 1px solid var(--line);
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

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

.page-home .home-fee__card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 3px;
  background: var(--gold);
}

.page-home .home-fee__card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--gold-light);
}

.page-home .home-fee__card p {
  margin: 1rem 0 0;
  font-size: 1rem;
  color: rgba(247, 241, 229, 0.75);
}

.page-home .home-fee__card strong {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--cream);
  margin: 0 0.2rem;
}

.page-home .home-fee__note {
  max-width: 42rem;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--cloud);
}

.page-home .home-fee__note strong {
  color: var(--gold);
  font-weight: 600;
}

.page-home .home-fee__actions {
  margin-top: 1.6rem;
  text-align: center;
}

.page-home .home-fee .btn--ghost {
  border-color: var(--gold);
  color: var(--gold-light);
}

/* ===== 客服两步直达 ===== */
.page-home .home-contact {
  position: relative;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background: var(--cream);
  color: var(--ink-900);
  border-top: 1px solid rgba(201, 160, 99, 0.35);
}

.page-home .home-contact .section-kicker {
  color: var(--moss);
}

.page-home .home-contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .home-contact .section-title {
  color: var(--ink-950);
}

.page-home .home-contact__desc {
  max-width: 38rem;
  margin: 1.2rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--gray);
}

.page-home .home-contact__list {
  display: grid;
  gap: 0.9rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home .home-contact__list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(26, 37, 64, 0.08);
  border-left: 3px solid var(--moss);
}

.page-home .home-contact__list span:first-child {
  font-size: 0.75rem;
  color: var(--gray);
  letter-spacing: 0.08em;
}

.page-home .home-contact__list span:last-child {
  font-weight: 600;
  color: var(--ink-900);
}

.page-home .home-contact__copy .btn {
  margin-top: 1.75rem;
}

.page-home .home-contact__steps {
  display: grid;
  gap: 1.5rem;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-contact__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1.25rem;
  padding: 1.5rem 1.75rem;
  background: var(--ink-900);
  border-left: 4px solid var(--orange);
  color: var(--cream);
}

.page-home .home-contact__step > span {
  grid-row: span 2;
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold);
}

.page-home .home-contact__step strong {
  align-self: end;
  font-size: 1.125rem;
  color: var(--cream);
}

.page-home .home-contact__step p {
  margin: 0;
  align-self: start;
  font-size: 0.875rem;
  color: var(--cloud);
}

.page-home .home-contact__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home .home-contact__badges li {
  font-size: 0.75rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(26, 37, 64, 0.16);
  color: var(--gray);
}

/* ===== 响应式 ===== */
@media (max-width: 719px) {
  .page-home .home-hero__media {
    clip-path: none;
    opacity: 0.32;
  }

  .page-home .home-lines__detail {
    max-height: none;
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 720px) {
  .page-home .home-quota__panel {
    grid-template-columns: 0.9fr 1.4fr;
    gap: 2.5rem;
    align-items: stretch;
  }

  .page-home .home-quota__content {
    justify-content: center;
  }

  .page-home .home-lines__item:nth-child(2) {
    margin-left: 1.5rem;
  }

  .page-home .home-lines__item:nth-child(3) {
    margin-left: 2.5rem;
  }

  .page-home .home-fee__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .page-home .home-contact__list li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 960px) {
  .page-home .home-contact__inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3.5rem;
  }

  .page-home .home-contact__copy {
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .page-home .home-lines__wrap {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
  }
}
