﻿/* Template 6 — 门闸 Split Gate */
:root {
  --mid: #0d1520;
  --mid-m: #152032;
  --gold: #d4a84b;
  --gold-d: #b8903a;
  --paper: #f4f2ee;
  --white: #fbfaf8;
  --mute: #6a727c;
  --line: #ddd8cf;
}
html { scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
body.z7e459body {
  font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--mid);
  background: var(--paper);
  line-height: 1.7;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }

.z7e459container {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.z7e459header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
}
.z7e459hbar {
  display: flex; align-items: center; min-height: 68px; gap: 10px;
}
.z7e459logo {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-weight: 700; max-width: 36%; flex-shrink: 0;
}
.z7e459logomark {
  width: 36px; height: 36px;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800;
}
.z7e459logotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.z7e459nt { position: absolute; left: -9999px; opacity: 0; }
.z7e459nbtn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.z7e459nbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #fff; }
.z7e459nav { margin-left: auto; }
.z7e459nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; }
.z7e459nav a { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 500; }
.z7e459nav a:hover { color: var(--gold); }
.z7e459navcta {
  padding: 8px 14px !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  font-weight: 700 !important;
}
.z7e459navcta:hover { background: var(--gold) !important; color: var(--mid) !important; }

.z7e459btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px; font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
}
.z7e459btnpri { background: var(--gold); color: var(--mid) !important; }
.z7e459btnpri:hover { background: var(--gold-d); }
.z7e459btnghost { border-color: rgba(255,255,255,.4); color: #fff !important; }
.z7e459btnghost:hover { background: rgba(255,255,255,.1); }
.z7e459btnblock { width: 100%; }

/* True 50/50 split gate */
.z7e459banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--mid);
}
.z7e459banleft {
  display: flex; align-items: center;
  background: linear-gradient(180deg, var(--mid) 0%, var(--mid-m) 100%);
  color: #fff;
  padding: 100px 6vw 60px;
}
.z7e459baninner { max-width: 520px; }
.z7e459banbrand {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212,168,75,.35);
  display: inline-block;
}
.z7e459banleft h1 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}
.z7e459bandesc {
  font-size: 15px; color: #9aa5b2;
  margin-bottom: 28px;
}
.z7e459banacts { display: flex; flex-wrap: wrap; gap: 12px; }
.z7e459banright { overflow: hidden; }
.z7e459banright img {
  width: 100%; height: 100%; min-height: 100vh;
  object-fit: cover;
}

.z7e459ad { padding: 12px 0; background: var(--mid); }

.z7e459sec { padding: 72px 0; background: var(--white); }
.z7e459head { text-align: center; margin-bottom: 40px; }
.z7e459head h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 10px;
}
.z7e459head h2:before {
  content: "";
  display: block;
  width: 40px; height: 2px;
  background: var(--gold);
  margin: 0 auto 14px;
}
.z7e459head p { color: var(--mute); max-width: 36em; margin: 0 auto; }

.z7e459ability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.z7e459ability article {
  background: var(--white);
  padding: 28px 22px;
}
.z7e459num {
  font-size: 12px; font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.z7e459ability h3 { font-size: 17px; margin-bottom: 8px; }
.z7e459ability p { font-size: 14px; color: var(--mute); }

.z7e459boundsec { background: var(--paper); padding-bottom: 0; }
.z7e459boundsec .z7e459head { margin-bottom: 28px; }
.z7e459band { padding: 36px 0; }
.z7e459bandyes { background: var(--mid); color: #fff; }
.z7e459bandno { background: #1a2433; color: #c5cdd6; }
.z7e459band h3 {
  font-size: 20px; margin-bottom: 16px;
  color: var(--gold);
}
.z7e459band ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 24px;
}
.z7e459band li {
  font-size: 14px;
  padding-left: 16px;
  position: relative;
}
.z7e459band li:before {
  content: "";
  position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px;
  background: var(--gold);
}

.z7e459gold {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.z7e459gold:before {
  content: "";
  position: absolute;
  top: 28px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.z7e459gold li {
  text-align: center;
  padding: 0 14px;
  position: relative;
}
.z7e459gold span {
  display: inline-flex;
  width: 56px; height: 56px;
  align-items: center; justify-content: center;
  border: 2px solid var(--gold);
  background: var(--white);
  color: var(--gold);
  font-size: 20px; font-weight: 800;
  margin-bottom: 16px;
  position: relative; z-index: 1;
}
.z7e459gold h3 { font-size: 17px; margin-bottom: 8px; }
.z7e459gold p { font-size: 13px; color: var(--mute); }

.z7e459hot { background: var(--paper); }
.z7e459hotwrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  border: 1px solid var(--line);
}
.z7e459hotpanel, .z7e459hotaside { padding: 32px 28px; }
.z7e459hotpanel { background: var(--white); }
.z7e459hotaside { background: var(--mid); color: #c5cdd6; }
.z7e459hotpanel h3, .z7e459hotaside h3 {
  font-size: 18px; margin-bottom: 18px;
}
.z7e459hotaside h3 { color: var(--gold); }
.z7e459hotpanel li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.z7e459hotpanel li span { color: var(--mute); }
.z7e459hotpanel a { color: var(--gold-d); font-weight: 700; }
.z7e459hotaside ol {
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 22px;
  font-size: 14px;
}
.z7e459hotaside li { margin-bottom: 8px; }

.z7e459qalist details {
  border: 1px solid var(--line);
  background: var(--white);
  margin-bottom: 8px;
}
.z7e459qalist summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  list-style: none;
}
.z7e459qalist summary::-webkit-details-marker { display: none; }
.z7e459qalist details[open] summary {
  color: var(--gold-d);
  border-bottom: 1px solid var(--line);
}
.z7e459qalist div p {
  padding: 14px 20px 18px;
  font-size: 14px; color: var(--mute);
}

.z7e459about { background: var(--mid); color: #c5cdd6; }
.z7e459about .z7e459head h2 { color: #fff; }
.z7e459about .z7e459head p { color: #8a95a3; }
.z7e459metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.z7e459metrics div {
  text-align: center;
  padding: 24px 12px;
  border: 1px solid rgba(212,168,75,.3);
}
.z7e459metrics span {
  display: block;
  font-size: 28px; font-weight: 800;
  color: var(--gold);
  margin-bottom: 4px;
}
.z7e459metrics em {
  font-style: normal; font-size: 13px; color: #8a95a3;
}
.z7e459about3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.z7e459about3 article {
  padding: 20px 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.z7e459about3 h3 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.z7e459about3 p { font-size: 13px; }

.z7e459flinksec { background: var(--paper); }
.z7e459flink {
  display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: center;
}
.z7e459flink a {
  font-size: 14px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}
.z7e459flink a:hover { color: var(--gold-d); }

.z7e459footer {
  background: #080e16;
  color: #7a8490;
  padding: 36px 0;
  text-align: center;
}
.z7e459footbrand {
  color: var(--gold); font-size: 18px; font-weight: 700; margin-bottom: 14px;
}
.z7e459footnav {
  display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center;
  margin-bottom: 16px; font-size: 13px;
}
.z7e459footnav a:hover { color: var(--gold); }
.z7e459footpower { font-size: 12px; }
.z7e459footpower a { color: var(--gold); }

@media (max-width: 960px) {
  .z7e459banner { grid-template-columns: 1fr; min-height: auto; }
  .z7e459banleft { padding: 100px 24px 48px; min-height: auto; }
  .z7e459banright img { min-height: 280px; }
  .z7e459ability { grid-template-columns: 1fr 1fr; }
  .z7e459gold { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .z7e459gold:before { display: none; }
  .z7e459hotwrap, .z7e459metrics, .z7e459about3 { grid-template-columns: 1fr; }
  .z7e459header { position: relative; background: var(--mid); }
  .z7e459nav { display: none; }
  .z7e459nbtn { display: block; }
  .z7e459hbar { position: relative; }
  .z7e459nt:checked ~ .z7e459nav {
    display: block; position: absolute;
    left: 0; right: 0; top: 68px;
    background: var(--mid-m); padding: 16px 20px 20px;
    border-bottom: 1px solid rgba(212,168,75,.25); z-index: 50;
  }
  .z7e459nt:checked ~ .z7e459nav ul { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 600px) {
  .z7e459ability, .z7e459gold { grid-template-columns: 1fr; }
  .z7e459sec { padding: 48px 0; }
  .z7e459banleft { padding-top: 88px; }
}
