/* 空放贷款落地页 — 杂志式官网布局 zfc4a8 */

.zfc4a8body {
  --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;
}

.zfc4a8body *,
.zfc4a8body *::before,
.zfc4a8body *::after {
  box-sizing: border-box;
}

.zfc4a8body img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.zfc4a8body a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.zfc4a8body h1,
.zfc4a8body h2,
.zfc4a8body h3,
.zfc4a8body p,
.zfc4a8body ul,
.zfc4a8body ol,
.zfc4a8body blockquote {
  margin: 0;
  padding: 0;
}

.zfc4a8body ul,
.zfc4a8body ol {
  list-style: none;
}

.zfc4a8container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.zfc4a8header {
  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);
}

.zfc4a8header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 68px;
  gap: 10px 16px;
  position: relative;
}

.zfc4a8logo {
  max-width: calc(100% - 56px);
  flex-shrink: 0;
}

.zfc4a8logo_title {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zfc4a8logo_link:hover {
  color: var(--jz-mint);
}

.zfc4a8nav_anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  padding: 0;
}

.zfc4a8nav_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;
}

.zfc4a8nav_btn_close {
  display: none;
}

.zfc4a8nav_btn_line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--jz-forest);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.zfc4a8nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 18px;
}

.zfc4a8nav_link {
  font-size: 14px;
  font-weight: 500;
  color: var(--jz-muted);
  padding: 6px 0;
  white-space: nowrap;
}

.zfc4a8nav_link:hover {
  color: var(--jz-forest);
}

.zfc4a8nav_cta {
  padding: 8px 16px;
  background: var(--jz-forest);
  color: #fff !important;
  border-radius: 4px;
}

.zfc4a8nav_cta:hover {
  background: var(--jz-mint);
  color: #fff !important;
}

/* ---------- Buttons ---------- */
.zfc4a8btn {
  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;
}

.zfc4a8btn_solid {
  background: var(--jz-mint);
  color: #072218;
  box-shadow: 0 8px 20px rgba(31, 169, 122, 0.28);
}

.zfc4a8btn_solid:hover {
  background: var(--jz-mint-bright);
  transform: translateY(-2px);
}

.zfc4a8btn_line {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.zfc4a8btn_line:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ---------- Shared ---------- */
.zfc4a8section {
  padding: 80px 0;
}

.zfc4a8label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jz-mint);
}

.zfc4a8label_light,
.zfc4a8label_on_dark {
  color: var(--jz-mint-bright);
}

.zfc4a8h2 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--jz-forest-deep);
  letter-spacing: -0.02em;
}

.zfc4a8h2_light {
  color: #fff;
}

.zfc4a8split_head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 40px;
}

.zfc4a8lead {
  font-size: 15px;
  color: var(--jz-muted);
  line-height: 1.8;
  padding-bottom: 4px;
}

.zfc4a8center_head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.zfc4a8lead_center {
  margin-top: 12px;
  font-size: 15px;
  color: var(--jz-muted);
  line-height: 1.8;
}

.zfc4a8lead_on_dark {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Hero ---------- */
.zfc4a8hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 68px);
  max-height: 820px;
  background: var(--jz-forest-deep);
}

.zfc4a8hero_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%);
}

.zfc4a8hero_copy {
  max-width: 520px;
}

.zfc4a8hero_kicker {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--jz-mint-bright);
}

.zfc4a8hero_title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.zfc4a8hero_desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 28px;
  line-height: 1.8;
}

.zfc4a8hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zfc4a8hero_right {
  position: relative;
  background: #0a1f18;
  overflow: hidden;
}

.zfc4a8hero_photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.zfc4a8hero_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zfc4a8hero_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);
}

.zfc4a8hero_panel p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}

/* ---------- Ribbon ---------- */
.zfc4a8ribbon {
  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);
}

.zfc4a8ribbon_track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: zfc4a8marquee 28s linear infinite;
  padding: 14px 0;
}

.zfc4a8ribbon_track span {
  padding: 0 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #072218;
  white-space: nowrap;
  position: relative;
}

.zfc4a8ribbon_track span::after {
  content: "·";
  position: absolute;
  right: 0;
  color: rgba(7, 34, 24, 0.35);
}

@keyframes zfc4a8marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Routes (services) ---------- */
.zfc4a8services {
  background: var(--jz-paper);
}

.zfc4a8route_list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--jz-forest);
}

.zfc4a8route {
  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;
}

.zfc4a8route:hover {
  background: rgba(31, 169, 122, 0.04);
}

.zfc4a8route_hot {
  background: linear-gradient(90deg, rgba(31, 169, 122, 0.06), transparent 60%);
}

.zfc4a8route_no {
  font-size: 28px;
  font-weight: 800;
  color: var(--jz-mint);
  line-height: 1;
  letter-spacing: 0.04em;
}

.zfc4a8route_main h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zfc4a8route_main p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  max-width: 720px;
}

.zfc4a8route_tags {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  min-width: 100px;
}

.zfc4a8route_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 ---------- */
.zfc4a8about {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 560px;
  background: var(--jz-forest-deep);
}

.zfc4a8about_media {
  min-height: 420px;
  overflow: hidden;
}

.zfc4a8about_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.zfc4a8about_overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
  background:
    linear-gradient(160deg, #0f3d2e 0%, #08261c 100%);
}

.zfc4a8about_overlay > p:not(.zfc4a8label) {
  margin: 14px 0 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
}

.zfc4a8check {
  margin-bottom: 24px;
}

.zfc4a8check li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.zfc4a8check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--jz-mint);
  transform: rotate(45deg);
}

/* ---------- Zigzag products ---------- */
.zfc4a8products {
  background: var(--jz-sand);
}

.zfc4a8zigzag {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.zfc4a8zig {
  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);
}

.zfc4a8zig_alt {
  border-left-color: var(--jz-forest);
  margin-left: 40px;
}

.zfc4a8zig_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: rgba(15, 61, 46, 0.15);
}

.zfc4a8zig_body h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 10px;
}

.zfc4a8zig_body > p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}

.zfc4a8zig_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.zfc4a8zig_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);
}

.zfc4a8zig_cols strong {
  display: block;
  color: var(--jz-forest);
  margin-bottom: 4px;
}

/* ---------- Table ---------- */
.zfc4a8compare {
  background: var(--jz-paper);
}

.zfc4a8table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--jz-line);
  background: var(--jz-white);
}

.zfc4a8table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.zfc4a8table th,
.zfc4a8table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--jz-line);
}

.zfc4a8table th {
  background: var(--jz-forest);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.zfc4a8table tbody tr:nth-child(even) {
  background: rgba(15, 61, 46, 0.03);
}

.zfc4a8table tbody tr:hover {
  background: rgba(31, 169, 122, 0.08);
}

.zfc4a8table td:first-child {
  font-weight: 700;
  color: var(--jz-forest-deep);
}

.zfc4a8table tbody tr:last-child td {
  border-bottom: 0;
}

/* ---------- Scenes ---------- */
.zfc4a8scenes {
  background: var(--jz-white);
  border-top: 1px solid var(--jz-line);
}

.zfc4a8scene_rows {
  display: flex;
  flex-direction: column;
}

.zfc4a8scene_row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--jz-line);
}

.zfc4a8scene_row:first-child {
  border-top: 1px solid var(--jz-line);
}

.zfc4a8scene_big {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: var(--jz-mint);
}

.zfc4a8scene_row h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zfc4a8scene_row p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  max-width: 780px;
}

/* ---------- Advantage ---------- */
.zfc4a8advantage {
  background: var(--jz-sand);
}

.zfc4a8adv_board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--jz-line);
  border: 1px solid var(--jz-line);
}

.zfc4a8adv_item {
  padding: 24px 20px;
  background: var(--jz-white);
  min-height: 0;
}

.zfc4a8adv_item span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--jz-mint);
  margin-bottom: 10px;
}

.zfc4a8adv_item h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zfc4a8adv_item p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.7;
}

/* ---------- Materials ---------- */
.zfc4a8materials {
  background: var(--jz-paper);
}

.zfc4a8mat_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--jz-line);
  background: var(--jz-white);
  margin-bottom: 16px;
}

.zfc4a8mat_col {
  padding: 28px 26px;
}

.zfc4a8mat_col + .zfc4a8mat_col {
  border-left: 1px solid var(--jz-line);
}

.zfc4a8mat_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);
}

.zfc4a8mat_col li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--jz-muted);
}

.zfc4a8mat_col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--jz-forest);
}

.zfc4a8note {
  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 ---------- */
.zfc4a8process {
  background:
    radial-gradient(circle at 80% 20%, rgba(46, 207, 150, 0.12), transparent 35%),
    linear-gradient(160deg, #08261c 0%, #0f3d2e 100%);
}

.zfc4a8timeline {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.zfc4a8timeline::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(46, 207, 150, 0.35);
}

.zfc4a8timeline li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
  position: relative;
}

.zfc4a8timeline li:last-child {
  margin-bottom: 0;
}

.zfc4a8timeline 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;
}

.zfc4a8timeline h3 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.zfc4a8timeline p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

/* ---------- Cases mosaic ---------- */
.zfc4a8cases {
  background: var(--jz-paper);
}

.zfc4a8case_mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: stretch;
}

.zfc4a8case_feature,
.zfc4a8case_mini {
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.zfc4a8case_side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zfc4a8case_img {
  overflow: hidden;
  background: #0a1f18;
}

.zfc4a8case_feature .zfc4a8case_img {
  aspect-ratio: 16 / 10;
}

.zfc4a8case_mini .zfc4a8case_img {
  aspect-ratio: 16 / 9;
}

.zfc4a8case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zfc4a8case_info {
  padding: 18px 18px 20px;
  flex: 1;
}

.zfc4a8case_info span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--jz-mint);
}

.zfc4a8case_info h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
}

.zfc4a8case_info p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
}

/* ---------- Voices ---------- */
.zfc4a8voices {
  background: var(--jz-sand);
}

.zfc4a8voice_strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.zfc4a8voice_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;
}

.zfc4a8voice_strip p {
  font-size: 14px;
  color: #2a3d34;
  line-height: 1.8;
  margin-bottom: 16px;
}

.zfc4a8voice_strip cite {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--jz-forest);
}

/* ---------- Audience ---------- */
.zfc4a8audience {
  background: var(--jz-white);
}

.zfc4a8two_pane {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-bottom: 28px;
  align-items: start;
}

.zfc4a8who_list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zfc4a8who_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);
}

.zfc4a8who_list strong {
  display: block;
  color: var(--jz-forest-deep);
  margin-bottom: 4px;
}

.zfc4a8fit_box {
  padding: 24px 22px;
  background: var(--jz-forest-deep);
  color: #fff;
}

.zfc4a8fit_box h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--jz-mint-bright);
}

.zfc4a8fit_box h3 + ul + h3 {
  margin-top: 20px;
}

.zfc4a8fit_ok li,
.zfc4a8fit_no li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.zfc4a8fit_ok li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--jz-mint-bright);
  font-weight: 700;
}

.zfc4a8fit_no li::before {
  content: "!";
  position: absolute;
  left: 0;
  color: #f0c36a;
  font-weight: 700;
}

.zfc4a8know {
  padding: 28px 24px;
  background: var(--jz-sand);
  border: 1px solid var(--jz-line);
}

.zfc4a8know > h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 16px;
}

.zfc4a8know_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.zfc4a8know_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);
}

.zfc4a8know_grid strong {
  display: block;
  color: var(--jz-forest);
  margin-bottom: 6px;
}

/* ---------- Tips ---------- */
.zfc4a8tips {
  background: var(--jz-paper);
}

.zfc4a8tip_rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.zfc4a8tip_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;
}

.zfc4a8tip_rail h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 10px;
}

.zfc4a8tip_rail p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
}

/* ---------- FAQ ---------- */
.zfc4a8faq {
  background: var(--jz-sand);
}

.zfc4a8faq_narrow {
  max-width: 860px;
}

.zfc4a8faq_list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--jz-forest);
}

.zfc4a8faq_row {
  padding: 22px 4px;
  border-bottom: 1px solid var(--jz-line);
}

.zfc4a8faq_row h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}

.zfc4a8faq_row h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--jz-mint);
  font-weight: 800;
}

.zfc4a8faq_row p {
  font-size: 14px;
  color: var(--jz-muted);
  line-height: 1.8;
  padding-left: 28px;
}

/* ---------- Notice ---------- */
.zfc4a8notice {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--jz-paper);
}

.zfc4a8notice_band {
  padding: 28px 26px;
  background: var(--jz-white);
  border: 1px solid var(--jz-line);
  border-top: 4px solid #d4a017;
}

.zfc4a8notice_band h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--jz-forest-deep);
  margin-bottom: 16px;
}

.zfc4a8notice_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.zfc4a8notice_grid p {
  font-size: 13px;
  color: var(--jz-muted);
  line-height: 1.75;
  padding: 12px 14px;
  background: var(--jz-paper);
}

/* ---------- Contact ---------- */
.zfc4a8contact {
  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%);
}

.zfc4a8contact_stage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: stretch;
}

.zfc4a8contact_copy .zfc4a8h2 {
  margin-bottom: 14px;
}

.zfc4a8contact_copy > p:not(.zfc4a8label) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
  margin-bottom: 18px;
}

.zfc4a8contact_bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.zfc4a8contact_bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--jz-mint);
  transform: rotate(45deg);
}

.zfc4a8contact_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;
}

.zfc4a8contact_label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.zfc4a8contact_phone {
  font-size: 32px;
  font-weight: 800;
  color: var(--jz-mint-bright);
  line-height: 1.2;
  margin-bottom: 8px;
  word-break: break-all;
}

.zfc4a8contact_phone a:hover {
  text-decoration: underline;
}

.zfc4a8contact_time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

.zfc4a8contact_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);
}

.zfc4a8contact_hint p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.zfc4a8contact_hint p + p {
  margin-top: 4px;
  color: var(--jz-mint-bright);
}

/* ---------- Footer ---------- */
.zfc4a8footer {
  padding: 40px 0 28px;
  background: #061812;
  color: rgba(255, 255, 255, 0.68);
}

.zfc4a8footer_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;
}

.zfc4a8footer_name {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.zfc4a8footer_desc {
  font-size: 13px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.zfc4a8footer_nav {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.zfc4a8footer_nav strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.zfc4a8footer_nav a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}

.zfc4a8footer_nav a:hover {
  color: var(--jz-mint-bright);
}

.zfc4a8flink {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}

.zfc4a8flink_title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.zfc4a8flink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.zfc4a8flink_list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.zfc4a8flink_list a:hover {
  color: var(--jz-mint-bright);
}

.zfc4a8ad {
  text-align: center;
  margin-bottom: 16px;
}

.zfc4a8copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  line-height: 1.7;
}

.zfc4a8copyright p {
  margin: 0 0 8px;
}

.zfc4a8copyright a {
  color: rgba(46, 207, 150, 0.85);
}

.zfc4a8copyright a:hover {
  color: var(--jz-mint-bright);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .zfc4a8nav_btn_open {
    display: flex;
  }

  .zfc4a8header_inner {
    min-height: 60px;
    padding: 8px 0;
  }

  .zfc4a8nav {
    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;
  }

  .zfc4a8body:has(#zfc4a8nav_open:target) .zfc4a8nav {
    display: flex;
  }

  .zfc4a8body:has(#zfc4a8nav_open:target) .zfc4a8nav_btn_open {
    display: none;
  }

  .zfc4a8body:has(#zfc4a8nav_open:target) .zfc4a8nav_btn_close {
    display: flex;
  }

  .zfc4a8nav_btn_close .zfc4a8nav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .zfc4a8nav_btn_close .zfc4a8nav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .zfc4a8nav_btn_close .zfc4a8nav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .zfc4a8nav_link {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    white-space: normal;
  }

  .zfc4a8nav_link:hover,
  .zfc4a8nav_link:active {
    background: rgba(31, 169, 122, 0.1);
    color: var(--jz-forest);
  }

  .zfc4a8nav_cta {
    margin-top: 8px;
    text-align: center;
  }

  .zfc4a8logo_title {
    font-size: 17px;
  }

  .zfc4a8adv_board {
    grid-template-columns: repeat(2, 1fr);
  }

  .zfc4a8voice_strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .zfc4a8know_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .zfc4a8hero,
  .zfc4a8about,
  .zfc4a8split_head,
  .zfc4a8case_mosaic,
  .zfc4a8two_pane,
  .zfc4a8contact_stage {
    grid-template-columns: 1fr;
  }

  .zfc4a8hero {
    max-height: none;
    min-height: 0;
  }

  .zfc4a8hero_left {
    padding: 48px 24px;
  }

  .zfc4a8hero_title {
    font-size: 34px;
  }

  .zfc4a8hero_photo {
    min-height: 320px;
    height: 360px;
  }

  .zfc4a8about_overlay {
    padding: 36px 24px;
  }

  .zfc4a8zig_alt {
    margin-left: 0;
  }

  .zfc4a8route {
    grid-template-columns: 64px 1fr;
  }

  .zfc4a8route_tags {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .zfc4a8tip_rail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .zfc4a8section {
    padding: 56px 0;
  }

  .zfc4a8h2 {
    font-size: 26px;
  }

  .zfc4a8hero_title {
    font-size: 28px;
  }

  .zfc4a8hero_left {
    padding: 40px 20px;
  }

  .zfc4a8hero_actions {
    flex-direction: column;
    align-items: stretch;
  }

  .zfc4a8btn {
    width: 100%;
  }

  .zfc4a8contact_card .zfc4a8btn {
    width: 100%;
  }

  .zfc4a8route {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 4px;
  }

  .zfc4a8route_tags {
    grid-column: auto;
  }

  .zfc4a8zig {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .zfc4a8zig_num {
    font-size: 36px;
  }

  .zfc4a8zig_cols,
  .zfc4a8mat_wrap,
  .zfc4a8notice_grid,
  .zfc4a8adv_board,
  .zfc4a8voice_strip,
  .zfc4a8tip_rail,
  .zfc4a8know_grid {
    grid-template-columns: 1fr;
  }

  .zfc4a8mat_col + .zfc4a8mat_col {
    border-left: 0;
    border-top: 1px solid var(--jz-line);
  }

  .zfc4a8scene_row {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .zfc4a8scene_big {
    font-size: 30px;
  }

  .zfc4a8contact_phone {
    font-size: 26px;
  }

  .zfc4a8contact {
    padding: 52px 0;
  }

  .zfc4a8footer_nav {
    gap: 28px;
  }

  .zfc4a8hero_panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px 14px;
  }
}

@media (max-width: 480px) {
  .zfc4a8container {
    padding: 0 14px;
  }

  .zfc4a8logo_title {
    font-size: 15px;
  }

  .zfc4a8hero_title {
    font-size: 24px;
  }

  .zfc4a8h2 {
    font-size: 22px;
  }

  .zfc4a8section {
    padding: 48px 0;
  }

  .zfc4a8split_head {
    gap: 12px;
    margin-bottom: 28px;
  }

  .zfc4a8route_main h3,
  .zfc4a8scene_row h3 {
    font-size: 18px;
  }

  .zfc4a8timeline::before {
    left: 19px;
  }

  .zfc4a8timeline span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .zfc4a8timeline {
    grid-template-columns: none;
  }

  .zfc4a8timeline li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .zfc4a8faq_row h3,
  .zfc4a8faq_row p {
    padding-left: 22px;
    font-size: 15px;
  }

  .zfc4a8faq_row p {
    font-size: 13px;
  }

  .zfc4a8table th,
  .zfc4a8table td {
    padding: 12px;
    font-size: 13px;
  }

  .zfc4a8ribbon_track span {
    padding: 0 18px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zfc4a8ribbon_track {
    animation: none;
  }
}

@media print {
  .zfc4a8header {
    position: static;
  }

  .zfc4a8hero,
  .zfc4a8about,
  .zfc4a8process,
  .zfc4a8contact,
  .zfc4a8footer,
  .zfc4a8fit_box {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
