﻿/* Template 4 — Asymmetric Dock · diagonal split banner + masonry + zigzag process */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
*, *:before, *:after { box-sizing: border-box; }

body.z4ad8abody {
  font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #ece8f8;
  background: #140e28;
  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, h4, p { margin: 0; }

.z4ad8acontainer { width: 94%; max-width: 1200px; margin: 0 auto; }

.z4ad8aheader {
  position: sticky; top: 0; z-index: 100;
  background: rgba(20, 14, 40, .92);
  border-bottom: 1px solid rgba(167, 139, 250, .22);
  backdrop-filter: blur(10px);
}
.z4ad8aheaderinner {
  display: flex; align-items: center; min-height: 64px; gap: 12px;
}
.z4ad8alogo { display: flex; align-items: center; gap: 10px; font-weight: 700; max-width: 40%; }
.z4ad8alogomark {
  width: 34px; height: 34px; border-radius: 10px 4px 10px 4px;
  background: linear-gradient(135deg, #7c5cff, #c084fc);
  display: grid; place-items: center; font-size: 11px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.z4ad8alogotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; }
.z4ad8anavtog { position: absolute; left: -9999px; opacity: 0; }
.z4ad8anavbtn { display: none; margin-left: auto; cursor: pointer; padding: 8px; }
.z4ad8anavbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #c084fc; }
.z4ad8anav { margin-left: auto; }
.z4ad8anavlist { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.z4ad8anavlist a { color: #b8a9d9; font-size: 14px; }
.z4ad8anavlist a:hover { color: #e9d5ff; }
.z4ad8abtn {
  display: inline-block; padding: 11px 18px; border-radius: 8px;
  font-size: 14px; font-weight: 700; border: 1px solid transparent; text-align: center;
}
.z4ad8abtnnav { background: #7c5cff; color: #fff !important; flex-shrink: 0; }
.z4ad8abtnnav:hover { background: #9b7dff; }
.z4ad8abtnprimary { background: #7c5cff; color: #fff !important; }
.z4ad8abtnprimary:hover { background: #9b7dff; }
.z4ad8abtnoutline { border-color: rgba(255,255,255,.35); color: #fff !important; }
.z4ad8abtnoutline:hover { background: rgba(255,255,255,.08); }
.z4ad8abtnblock { display: block; width: 100%; }

/* Diagonal asymmetric banner */
.z4ad8abanner { overflow: hidden; }
.z4ad8abannersplit {
  display: grid; grid-template-columns: 58% 42%;
  min-height: 72vh; align-items: stretch;
}
.z4ad8abannerleft {
  background:
    linear-gradient(145deg, #1e1440 0%, #2a1a55 55%, #1a1035 100%);
  position: relative; z-index: 2;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.z4ad8abannerleftinner {
  max-width: 620px; padding: 72px 8% 56px 8%;
}
.z4ad8abannertag {
  font-size: 12px; letter-spacing: .16em; color: #c084fc; font-weight: 700; margin-bottom: 14px;
}
.z4ad8abannertitle {
  font-size: clamp(28px, 4vw, 46px); line-height: 1.22; color: #fff; margin-bottom: 14px;
}
.z4ad8abannerdesc { color: #c4b5e8; font-size: 15px; margin-bottom: 24px; max-width: 36em; }
.z4ad8abannerbtns { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.z4ad8abannerpoints { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.z4ad8abannerpoints li {
  position: relative; padding-left: 14px; font-size: 13px; color: #d8ccf5;
}
.z4ad8abannerpoints li:before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 6px; height: 6px; border-radius: 50%; background: #c084fc;
}
.z4ad8abannerright { position: relative; overflow: hidden; background: #0f0a1f; }
.z4ad8abannerright img {
  width: 100%; height: 100%; object-fit: cover; min-height: 420px;
  filter: saturate(1.1) contrast(1.05);
}

.z4ad8astats {
  background: #1a1035; border-top: 1px solid rgba(167, 139, 250, .2);
  border-bottom: 1px solid rgba(167, 139, 250, .2);
}
.z4ad8astatsrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 22px 0;
}
.z4ad8astat strong { display: block; font-size: 24px; color: #c084fc; }
.z4ad8astat span { font-size: 13px; color: #a89bc4; }

.z4ad8asection { padding: 72px 0; }
.z4ad8aalt { background: #18102f; }
.z4ad8asectionhead { text-align: center; max-width: 620px; margin: 0 auto 36px; }
.z4ad8asectiontitle { font-size: clamp(24px, 3vw, 34px); color: #fff; margin-bottom: 10px; }
.z4ad8asectiondesc { color: #a89bc4; font-size: 15px; }

.z4ad8atwocol {
  display: grid; grid-template-columns: .8fr 1.4fr; gap: 32px; align-items: start;
}
.z4ad8asidehead h2 { font-size: 30px; color: #fff; margin-bottom: 10px; }
.z4ad8asidehead p { color: #a89bc4; }
.z4ad8aaboutblock h3 { color: #fff; font-size: 20px; margin-bottom: 12px; }
.z4ad8aaboutblock p { color: #c4b5e8; margin-bottom: 12px; }
.z4ad8atags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.z4ad8atags span {
  padding: 6px 12px; border-radius: 999px; font-size: 12px;
  background: rgba(124, 92, 255, .18); color: #e9d5ff; border: 1px solid rgba(192, 132, 252, .3);
}
.z4ad8achecklist li {
  position: relative; padding: 8px 0 8px 18px; color: #d8ccf5; font-size: 14px;
}
.z4ad8achecklist li:before { content: "◆"; position: absolute; left: 0; color: #c084fc; font-size: 10px; top: 12px; }

/* Masonry uneven cards */
.z4ad8amasonry {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  grid-auto-flow: dense;
}
.z4ad8acard {
  background: #22183d; border: 1px solid rgba(167, 139, 250, .18);
  border-radius: 14px; padding: 22px 18px;
}
.z4ad8acardtall { grid-row: span 2; background: linear-gradient(180deg, #2a1f4d, #22183d); }
.z4ad8acardwide { grid-column: span 2; }
.z4ad8acard h3 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.z4ad8acard p { color: #b8a9d9; font-size: 14px; margin-bottom: 12px; }
.z4ad8acard li { color: #d8ccf5; font-size: 13px; padding: 3px 0 3px 12px; position: relative; }
.z4ad8acard li:before { content: "·"; position: absolute; left: 0; color: #c084fc; font-weight: 700; }

.z4ad8ascenelist { display: flex; flex-direction: column; gap: 10px; }
.z4ad8ascenelist article {
  display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start;
  background: #22183d; border-radius: 12px; padding: 16px 18px;
  border-left: 3px solid #7c5cff;
}
.z4ad8ascenelist span {
  width: 40px; height: 40px; border-radius: 10px; background: rgba(124, 92, 255, .2);
  color: #c084fc; display: grid; place-items: center; font-weight: 800;
}
.z4ad8ascenelist h3 { color: #fff; font-size: 16px; margin-bottom: 4px; }
.z4ad8ascenelist p { color: #a89bc4; font-size: 14px; }

/* Zigzag process */
.z4ad8azigzag { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.z4ad8azigzag li {
  display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start;
  max-width: 78%;
}
.z4ad8azigright { margin-left: auto; }
.z4ad8azigzag span {
  width: 44px; height: 44px; border-radius: 50%;
  background: #7c5cff; color: #fff; display: grid; place-items: center; font-weight: 800;
}
.z4ad8azigzag h3 { color: #fff; font-size: 17px; margin-bottom: 4px; }
.z4ad8azigzag p { color: #a89bc4; font-size: 14px; }
.z4ad8azigleft div, .z4ad8azigright div {
  background: #22183d; border-radius: 12px; padding: 16px 18px;
  border: 1px solid rgba(167, 139, 250, .16);
}

.z4ad8afaqlist { display: flex; flex-direction: column; gap: 10px; }
.z4ad8afaqlist article {
  background: #22183d; border-radius: 12px; padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.06);
}
.z4ad8afaqlist h3 { color: #e9d5ff; font-size: 15px; margin-bottom: 6px; }
.z4ad8afaqlist p { color: #a89bc4; font-size: 14px; }

.z4ad8acontactwrap {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 20px; max-width: 980px; margin: 0 auto;
}
.z4ad8acontactinfo, .z4ad8aform {
  background: #22183d; border-radius: 14px; padding: 24px;
  border: 1px solid rgba(167, 139, 250, .18);
}
.z4ad8acontactinfo h3 { color: #fff; margin-bottom: 14px; }
.z4ad8acontactinfo li {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px;
}
.z4ad8acontactinfo span { color: #a89bc4; }
.z4ad8aonline { color: #c084fc !important; }
.z4ad8aform { display: flex; flex-direction: column; gap: 12px; }
.z4ad8aform label { display: flex; flex-direction: column; gap: 6px; color: #c4b5e8; font-size: 13px; }
.z4ad8aform input, .z4ad8aform select, .z4ad8aform textarea {
  width: 100%; padding: 11px 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12);
  background: #140e28; color: #fff; font: inherit;
}
.z4ad8aform input:focus, .z4ad8aform select:focus, .z4ad8aform textarea:focus {
  outline: none; border-color: #7c5cff;
}

.z4ad8afooter {
  padding: 48px 0 24px; background: #0f0a1f;
  border-top: 1px solid rgba(167, 139, 250, .16);
}
.z4ad8afootergrid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 22px; margin-bottom: 24px;
}
.z4ad8afootergrid h3 { color: #fff; font-size: 16px; margin-bottom: 12px; }
.z4ad8afootergrid p, .z4ad8afootergrid li { color: #a89bc4; font-size: 14px; margin-bottom: 6px; }
.z4ad8afootergrid a:hover { color: #e9d5ff; }
.z4ad8aadbox { text-align: center; margin-bottom: 18px; overflow: hidden; }
.z4ad8afooterbottom {
  padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06);
  text-align: center; color: #7d7199; font-size: 13px;
}
.z4ad8afooterbottom a { color: #c084fc; }

@media (max-width: 1000px) {
  .z4ad8abannersplit { grid-template-columns: 1fr; min-height: auto; }
  .z4ad8abannerleft { clip-path: none; }
  .z4ad8abannerleftinner { padding: 48px 6% 36px; max-width: none; }
  .z4ad8abannerright img { min-height: 260px; max-height: 360px; }
  .z4ad8amasonry { grid-template-columns: 1fr 1fr; }
  .z4ad8acardwide, .z4ad8acardtall { grid-column: span 1; grid-row: span 1; }
  .z4ad8atwocol, .z4ad8acontactwrap { grid-template-columns: 1fr; }
  .z4ad8astatsrow, .z4ad8afootergrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .z4ad8anavbtn { display: block; }
  .z4ad8anav { display: none; width: 100%; order: 10; }
  .z4ad8aheaderinner { flex-wrap: wrap; }
  .z4ad8anavtog:checked ~ .z4ad8anav { display: block; }
  .z4ad8anavlist { flex-direction: column; padding: 8px 0 14px; }
  .z4ad8azigzag li { max-width: 100%; }
  .z4ad8azigright { margin-left: 0; }
}
@media (max-width: 560px) {
  .z4ad8amasonry, .z4ad8astatsrow, .z4ad8afootergrid, .z4ad8abannerpoints { grid-template-columns: 1fr; }
  .z4ad8asection { padding: 52px 0; }
}
