/* 空放贷款落地页 — 杂志式官网布局 zb62af */

.zb62afbody {
  --jz-ink: #0c1a14;
  --jz-muted: #4d5f56;
  --jz-forest: #0f3d2e;
  --jz-forest-deep: #08261c;
  --jz-mint: #1fa97a;
  --jz-mint-bright: #2ecf96;
  --jz-sand: #f3efe6;
  --jz-paper: #faf8f4;
  --jz-line: rgba(15, 61, 46, 0.12);
  --jz-white: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--jz-ink);
  overflow-x: hidden;
  background: var(--jz-paper);
  -webkit-font-smoothing: antialiased;
}

.zb62afbody *,
.zb62afbody *::before,
.zb62afbody *::after {
  box-sizing: border-box;
}

.zb62afbody img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.zb62afbody a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.zb62afbody h1,
.zb62afbody h2,
.zb62afbody h3,
.zb62afbody p,
.zb62afbody ul,
.zb62afbody ol,
.zb62afbody blockquote {
  margin: 0;
  padding: 0;
}

.zb62afbody ul,
.zb62afbody ol {
  list-style: none;
}

.zb62afcontainer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.zb62afheader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 244, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jz-line);
}

.zb62afheader_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 68px;
  gap: 10px 16px;
  position: relative;
}

.zb62aflogo {
  max-width: calc(100% - 56px);
  flex-shrink: 0;
}

.zb62aflogo_title {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zb62aflogo_link:hover {
  color: var(--jz-mint);
}

.zb62afnav_anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  padding: 0;
}

.zb62afnav_btn {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border-radius: 4px;
  border: 1px solid var(--jz-line);
  background: var(--jz-white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.zb62afnav_btn_close {
  display: none;
}

.zb62afnav_btn_line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--jz-forest);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.zb62afnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 18px;
}

.zb62afnav_link {
  font-size: 14px;
  font-weight: 500;
  color: var(--jz-muted);
  padding: 6px 0;
  white-space: nowrap;
}

.zb62afnav_link:hover {
  color: var(--jz-forest);
}

.zb62afnav_cta {
  padding: 8px 16px;
  background: var(--jz-forest);
  color: #fff !important;
  border-radius: 4px;
}

.zb62afnav_cta:hover {
  background: var(--jz-mint);
  color: #fff !important;
}

/* ---------- Buttons ---------- */
.zb62afbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
}

.zb62afbtn_solid {
  background: var(--jz-mint);
  color: #072218;
  box-shadow: 0 8px 20px rgba(31, 169, 122, 0.28);
}

.zb62afbtn_solid:hover {
  background: var(--jz-mint-bright);
  transform: translateY(-2px);
}

.zb62afbtn_line {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.zb62afbtn_line:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ---------- Shared ---------- */
.zb62afsection {
  padding: 80px 0;
}

.zb62aflabel {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jz-mint);
}

.zb62aflabel_light,
.zb62aflabel_on_dark {
  color: var(--jz-mint-bright);
}

.zb62afh2 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--jz-forest-deep);
  letter-spacing: -0.02em;
}

.zb62afh2_light {
  color: #fff;
}

.zb62afsplit_head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 40px;
}

.zb62aflead {
  font-size: 15px;
  color: var(--jz-muted);
  line-height: 1.8;
  padding-bottom: 4px;
}

.zb62afcenter_head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.zb62aflead_center {
  margin-top: 12px;
  font-size: 15px;
  color: var(--jz-muted);
  line-height: 1.8;
}

.zb62aflead_on_dark {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Hero ---------- */
.zb62afhero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 68px);
  max-height: 820px;
  background: var(--jz-forest-deep);
}

.zb62afhero_left {
  display: flex;
  align-items: center;
  padding: 64px 48px 64px 8vw;
  background:
    radial-gradient(circle at 20% 20%, rgba(46, 207, 150, 0.16), transparent 40%),
    linear-gradient(160deg, #08261c 0%, #0f3d2e 55%, #123528 100%);
}

.zb62afhero_copy {
  max-width: 520px;
}

.zb62afhero_kicker {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--jz-mint-bright);
}

.zb62afhero_title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.zb62afhero_desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 28px;
  line-height: 1.8;
}

.zb62afhero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zb62afhero_right {
  position: relative;
  background: #0a1f18;
  overflow: hidden;
}

.zb62afhero_photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.zb62afhero_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zb62afhero_panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  background: rgba(8, 38, 28, 0.88);
  border-left: 4px solid var(--jz-mint);
  backdrop-filter: blur(8px);
}

.zb62afhero_panel p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}

/* ---------- Ribbon ---------- */
.zb62afribbon {
  overflow: hidden;
  background: var(--jz-mint);
  border-top: 1px solid rgba(7, 34, 24, 0.1);
  border-bottom: 1px solid rgba(7, 34, 24, 0.1);
}

.zb62afribbon_track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: zb62afmarquee 28s linear infinite;
  padding: 14px 0;
}

.zb62afribbon_track span {
  padding: 0 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #072218;
  white-space: nowrap;
  position: relative;
}

.zb62afribbon_track span::after {
  content: "·";
  position: absolute;
  right: 0;
  color: rgba(7, 34, 24, 0.35);
}

@keyframes zb62afmarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Routes (services) ---------- */
.zb62afservices {
  background: var(--jz-paper);
}

.zb62afroute_list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--jz-forest);
}

.zb62afroute {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 28px 8px;
  border-bottom: 1px solid var(--jz-line);
  transition: background 0.2s ease;
}

.zb62afroute:hover {
  background: rgba(31, 169, 122, 0.04);
}

.zb62afroute_hot {
  background: linear-gradient(90deg, rgba(31, 169, 122, 0.06), transparent 60%);
}

.zb62afroute_no {
  font-size: 28px;
  font-weight: 800;
  color: var(--jz-mint);
  line-height: 1;
  letter-spacing: 0.04em;
}

.zb62afroute_main h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zb62afroute_main p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  max-width: 720px;
}

.zb62afroute_tags {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  min-width: 100px;
}

.zb62afroute_tags li {
  font-size: 12px;
  font-weight: 600;
  color: var(--jz-forest);
  padding: 4px 10px;
  background: var(--jz-sand);
  border: 1px solid var(--jz-line);
  white-space: nowrap;
}

/* ---------- About ---------- */
.zb62afabout {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 560px;
  background: var(--jz-forest-deep);
}

.zb62afabout_media {
  min-height: 420px;
  overflow: hidden;
}

.zb62afabout_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.zb62afabout_overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
  background:
    linear-gradient(160deg, #0f3d2e 0%, #08261c 100%);
}

.zb62afabout_overlay > p:not(.zb62aflabel) {
  margin: 14px 0 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
}

.zb62afcheck {
  margin-bottom: 24px;
}

.zb62afcheck li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.zb62afcheck li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--jz-mint);
  transform: rotate(45deg);
}

/* ---------- Zigzag products ---------- */
.zb62afproducts {
  background: var(--jz-sand);
}

.zb62afzigzag {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.zb62afzig {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 28px 28px 28px 24px;
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
  border-left: 6px solid var(--jz-mint);
}

.zb62afzig_alt {
  border-left-color: var(--jz-forest);
  margin-left: 40px;
}

.zb62afzig_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: rgba(15, 61, 46, 0.15);
}

.zb62afzig_body h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 10px;
}

.zb62afzig_body > p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}

.zb62afzig_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.zb62afzig_cols p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.7;
  padding: 12px 14px;
  background: var(--jz-paper);
  border: 1px solid var(--jz-line);
}

.zb62afzig_cols strong {
  display: block;
  color: var(--jz-forest);
  margin-bottom: 4px;
}

/* ---------- Table ---------- */
.zb62afcompare {
  background: var(--jz-paper);
}

.zb62aftable_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--jz-line);
  background: var(--jz-white);
}

.zb62aftable {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.zb62aftable th,
.zb62aftable td {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--jz-line);
}

.zb62aftable th {
  background: var(--jz-forest);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.zb62aftable tbody tr:nth-child(even) {
  background: rgba(15, 61, 46, 0.03);
}

.zb62aftable tbody tr:hover {
  background: rgba(31, 169, 122, 0.08);
}

.zb62aftable td:first-child {
  font-weight: 700;
  color: var(--jz-forest-deep);
}

.zb62aftable tbody tr:last-child td {
  border-bottom: 0;
}

/* ---------- Scenes ---------- */
.zb62afscenes {
  background: var(--jz-white);
  border-top: 1px solid var(--jz-line);
}

.zb62afscene_rows {
  display: flex;
  flex-direction: column;
}

.zb62afscene_row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--jz-line);
}

.zb62afscene_row:first-child {
  border-top: 1px solid var(--jz-line);
}

.zb62afscene_big {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: var(--jz-mint);
}

.zb62afscene_row h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zb62afscene_row p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  max-width: 780px;
}

/* ---------- Advantage ---------- */
.zb62afadvantage {
  background: var(--jz-sand);
}

.zb62afadv_board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--jz-line);
  border: 1px solid var(--jz-line);
}

.zb62afadv_item {
  padding: 24px 20px;
  background: var(--jz-white);
  min-height: 0;
}

.zb62afadv_item span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--jz-mint);
  margin-bottom: 10px;
}

.zb62afadv_item h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zb62afadv_item p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.7;
}

/* ---------- Materials ---------- */
.zb62afmaterials {
  background: var(--jz-paper);
}

.zb62afmat_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--jz-line);
  background: var(--jz-white);
  margin-bottom: 16px;
}

.zb62afmat_col {
  padding: 28px 26px;
}

.zb62afmat_col + .zb62afmat_col {
  border-left: 1px solid var(--jz-line);
}

.zb62afmat_col h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--jz-mint);
}

.zb62afmat_col li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--jz-muted);
}

.zb62afmat_col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--jz-forest);
}

.zb62afnote {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
  padding: 14px 16px;
  background: rgba(31, 169, 122, 0.08);
  border-left: 4px solid var(--jz-mint);
}

/* ---------- Process timeline ---------- */
.zb62afprocess {
  background:
    radial-gradient(circle at 80% 20%, rgba(46, 207, 150, 0.12), transparent 35%),
    linear-gradient(160deg, #08261c 0%, #0f3d2e 100%);
}

.zb62aftimeline {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.zb62aftimeline::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(46, 207, 150, 0.35);
}

.zb62aftimeline li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
  position: relative;
}

.zb62aftimeline li:last-child {
  margin-bottom: 0;
}

.zb62aftimeline span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  background: var(--jz-mint);
  position: relative;
  z-index: 1;
}

.zb62aftimeline h3 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.zb62aftimeline p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

/* ---------- Cases mosaic ---------- */
.zb62afcases {
  background: var(--jz-paper);
}

.zb62afcase_mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: stretch;
}

.zb62afcase_feature,
.zb62afcase_mini {
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.zb62afcase_side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zb62afcase_img {
  overflow: hidden;
  background: #0a1f18;
}

.zb62afcase_feature .zb62afcase_img {
  aspect-ratio: 16 / 10;
}

.zb62afcase_mini .zb62afcase_img {
  aspect-ratio: 16 / 9;
}

.zb62afcase_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zb62afcase_info {
  padding: 18px 18px 20px;
  flex: 1;
}

.zb62afcase_info span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--jz-mint);
}

.zb62afcase_info h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zb62afcase_info p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
}

/* ---------- Voices ---------- */
.zb62afvoices {
  background: var(--jz-sand);
}

.zb62afvoice_strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.zb62afvoice_strip blockquote {
  margin: 0;
  padding: 22px 18px;
  background: var(--jz-white);
  border-top: 4px solid var(--jz-mint);
  border: 1px solid var(--jz-line);
  border-top: 4px solid var(--jz-mint);
  min-height: 0;
}

.zb62afvoice_strip p {
  font-size: 14px;
  color: #2a3d34;
  line-height: 1.8;
  margin-bottom: 16px;
}

.zb62afvoice_strip cite {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--jz-forest);
}

/* ---------- Audience ---------- */
.zb62afaudience {
  background: var(--jz-white);
}

.zb62aftwo_pane {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-bottom: 28px;
  align-items: start;
}

.zb62afwho_list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zb62afwho_list p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.75;
  padding: 14px 16px;
  border-left: 3px solid var(--jz-mint);
  background: var(--jz-paper);
}

.zb62afwho_list strong {
  display: block;
  color: var(--jz-forest-deep);
  margin-bottom: 4px;
}

.zb62affit_box {
  padding: 24px 22px;
  background: var(--jz-forest-deep);
  color: #fff;
}

.zb62affit_box h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--jz-mint-bright);
}

.zb62affit_box h3 + ul + h3 {
  margin-top: 20px;
}

.zb62affit_ok li,
.zb62affit_no li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.zb62affit_ok li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--jz-mint-bright);
  font-weight: 700;
}

.zb62affit_no li::before {
  content: "!";
  position: absolute;
  left: 0;
  color: #f0c36a;
  font-weight: 700;
}

.zb62afknow {
  padding: 28px 24px;
  background: var(--jz-sand);
  border: 1px solid var(--jz-line);
}

.zb62afknow > h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 16px;
}

.zb62afknow_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.zb62afknow_grid p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
  padding: 14px 14px;
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
}

.zb62afknow_grid strong {
  display: block;
  color: var(--jz-forest);
  margin-bottom: 6px;
}

/* ---------- Tips ---------- */
.zb62aftips {
  background: var(--jz-paper);
}

.zb62aftip_rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.zb62aftip_rail article {
  padding: 22px 18px;
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
  border-bottom: 3px solid var(--jz-mint);
  min-height: 0;
}

.zb62aftip_rail h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 10px;
}

.zb62aftip_rail p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
}

/* ---------- FAQ ---------- */
.zb62affaq {
  background: var(--jz-sand);
}

.zb62affaq_narrow {
  max-width: 860px;
}

.zb62affaq_list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--jz-forest);
}

.zb62affaq_row {
  padding: 22px 4px;
  border-bottom: 1px solid var(--jz-line);
}

.zb62affaq_row h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}

.zb62affaq_row h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--jz-mint);
  font-weight: 800;
}

.zb62affaq_row p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  padding-left: 28px;
}

/* ---------- Notice ---------- */
.zb62afnotice {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--jz-paper);
}

.zb62afnotice_band {
  padding: 28px 26px;
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
  border-top: 4px solid #d4a017;
}

.zb62afnotice_band h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 16px;
}

.zb62afnotice_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.zb62afnotice_grid p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
  padding: 12px 14px;
  background: var(--jz-paper);
}

/* ---------- Contact ---------- */
.zb62afcontact {
  padding: 72px 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(46, 207, 150, 0.14), transparent 35%),
    linear-gradient(145deg, #08261c 0%, #0f3d2e 100%);
}

.zb62afcontact_stage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: stretch;
}

.zb62afcontact_copy .zb62afh2 {
  margin-bottom: 14px;
}

.zb62afcontact_copy > p:not(.zb62aflabel) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
  margin-bottom: 18px;
}

.zb62afcontact_bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.zb62afcontact_bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--jz-mint);
  transform: rotate(45deg);
}

.zb62afcontact_card {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.zb62afcontact_label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.zb62afcontact_phone {
  font-size: 32px;
  font-weight: 800;
  color: var(--jz-mint-bright);
  line-height: 1.2;
  margin-bottom: 8px;
  word-break: break-all;
}

.zb62afcontact_phone a:hover {
  text-decoration: underline;
}

.zb62afcontact_time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

.zb62afcontact_hint {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.zb62afcontact_hint p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.zb62afcontact_hint p + p {
  margin-top: 4px;
  color: var(--jz-mint-bright);
}

/* ---------- Footer ---------- */
.zb62affooter {
  padding: 40px 0 28px;
  background: #061812;
  color: rgba(255, 255, 255, 0.68);
}

.zb62affooter_grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 18px;
}

.zb62affooter_name {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.zb62affooter_desc {
  font-size: 13px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.zb62affooter_nav {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.zb62affooter_nav strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.zb62affooter_nav a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}

.zb62affooter_nav a:hover {
  color: var(--jz-mint-bright);
}

.zb62afflink {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}

.zb62afflink_title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.zb62afflink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.zb62afflink_list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.zb62afflink_list a:hover {
  color: var(--jz-mint-bright);
}

.zb62afad {
  text-align: center;
  margin-bottom: 16px;
}

.zb62afcopyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  line-height: 1.7;
}

.zb62afcopyright p {
  margin: 0 0 8px;
}

.zb62afcopyright a {
  color: rgba(46, 207, 150, 0.85);
}

.zb62afcopyright a:hover {
  color: var(--jz-mint-bright);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .zb62afnav_btn_open {
    display: flex;
  }

  .zb62afheader_inner {
    min-height: 60px;
    padding: 8px 0;
  }

  .zb62afnav {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 4px;
    border-top: 1px solid var(--jz-line);
    margin-top: 4px;
  }

  .zb62afbody:has(#zb62afnav_open:target) .zb62afnav {
    display: flex;
  }

  .zb62afbody:has(#zb62afnav_open:target) .zb62afnav_btn_open {
    display: none;
  }

  .zb62afbody:has(#zb62afnav_open:target) .zb62afnav_btn_close {
    display: flex;
  }

  .zb62afnav_btn_close .zb62afnav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .zb62afnav_btn_close .zb62afnav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .zb62afnav_btn_close .zb62afnav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .zb62afnav_link {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    white-space: normal;
  }

  .zb62afnav_link:hover,
  .zb62afnav_link:active {
    background: rgba(31, 169, 122, 0.1);
    color: var(--jz-forest);
  }

  .zb62afnav_cta {
    margin-top: 8px;
    text-align: center;
  }

  .zb62aflogo_title {
    font-size: 17px;
  }

  .zb62afadv_board {
    grid-template-columns: repeat(2, 1fr);
  }

  .zb62afvoice_strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .zb62afknow_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .zb62afhero,
  .zb62afabout,
  .zb62afsplit_head,
  .zb62afcase_mosaic,
  .zb62aftwo_pane,
  .zb62afcontact_stage {
    grid-template-columns: 1fr;
  }

  .zb62afhero {
    max-height: none;
    min-height: 0;
  }

  .zb62afhero_left {
    padding: 48px 24px;
  }

  .zb62afhero_title {
    font-size: 34px;
  }

  .zb62afhero_photo {
    min-height: 320px;
    height: 360px;
  }

  .zb62afabout_overlay {
    padding: 36px 24px;
  }

  .zb62afzig_alt {
    margin-left: 0;
  }

  .zb62afroute {
    grid-template-columns: 64px 1fr;
  }

  .zb62afroute_tags {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .zb62aftip_rail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .zb62afsection {
    padding: 56px 0;
  }

  .zb62afh2 {
    font-size: 26px;
  }

  .zb62afhero_title {
    font-size: 28px;
  }

  .zb62afhero_left {
    padding: 40px 20px;
  }

  .zb62afhero_actions {
    flex-direction: column;
    align-items: stretch;
  }

  .zb62afbtn {
    width: 100%;
  }

  .zb62afcontact_card .zb62afbtn {
    width: 100%;
  }

  .zb62afroute {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 4px;
  }

  .zb62afroute_tags {
    grid-column: auto;
  }

  .zb62afzig {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .zb62afzig_num {
    font-size: 36px;
  }

  .zb62afzig_cols,
  .zb62afmat_wrap,
  .zb62afnotice_grid,
  .zb62afadv_board,
  .zb62afvoice_strip,
  .zb62aftip_rail,
  .zb62afknow_grid {
    grid-template-columns: 1fr;
  }

  .zb62afmat_col + .zb62afmat_col {
    border-left: 0;
    border-top: 1px solid var(--jz-line);
  }

  .zb62afscene_row {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .zb62afscene_big {
    font-size: 30px;
  }

  .zb62afcontact_phone {
    font-size: 26px;
  }

  .zb62afcontact {
    padding: 52px 0;
  }

  .zb62affooter_nav {
    gap: 28px;
  }

  .zb62afhero_panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px 14px;
  }
}

@media (max-width: 480px) {
  .zb62afcontainer {
    padding: 0 14px;
  }

  .zb62aflogo_title {
    font-size: 15px;
  }

  .zb62afhero_title {
    font-size: 24px;
  }

  .zb62afh2 {
    font-size: 22px;
  }

  .zb62afsection {
    padding: 48px 0;
  }

  .zb62afsplit_head {
    gap: 12px;
    margin-bottom: 28px;
  }

  .zb62afroute_main h3,
  .zb62afscene_row h3 {
    font-size: 18px;
  }

  .zb62aftimeline::before {
    left: 19px;
  }

  .zb62aftimeline span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .zb62aftimeline {
    grid-template-columns: none;
  }

  .zb62aftimeline li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .zb62affaq_row h3,
  .zb62affaq_row p {
    padding-left: 22px;
    font-size: 15px;
  }

  .zb62affaq_row p {
    font-size: 13px;
  }

  .zb62aftable th,
  .zb62aftable td {
    padding: 12px;
    font-size: 13px;
  }

  .zb62afribbon_track span {
    padding: 0 18px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zb62afribbon_track {
    animation: none;
  }
}

@media print {
  .zb62afheader {
    position: static;
  }

  .zb62afhero,
  .zb62afabout,
  .zb62afprocess,
  .zb62afcontact,
  .zb62affooter,
  .zb62affit_box {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
