/* 空放贷款落地页 zd1635 — Forest Emerald 杂志式布局 */

.zd1635body {
  --brand: #0d5c4d;
  --brand-deep: #063c32;
  --brand-soft: #e4f3ef;
  --accent: #c4782a;
  --accent-soft: #f6ecdf;
  --ink: #1a2421;
  --muted: #5b6b66;
  --line: rgba(13, 92, 77, 0.14);
  --surface: #ffffff;
  --bg: #f2f5f3;
  --paper: #f7f4ef;
  --dark: #062820;
  --radius: 6px;
  --shadow: 0 12px 32px rgba(6, 40, 32, 0.1);
  --max: 1160px;

  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(--ink);
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #eef4f1 0%, var(--bg) 28%, var(--paper) 100%);
  -webkit-font-smoothing: antialiased;
}

.zd1635body *,
.zd1635body *::before,
.zd1635body *::after {
  box-sizing: border-box;
}

.zd1635body img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.zd1635body a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.zd1635body h1,
.zd1635body h2,
.zd1635body h3,
.zd1635body h4,
.zd1635body p,
.zd1635body ul,
.zd1635body ol,
.zd1635body blockquote {
  margin: 0;
  padding: 0;
}

.zd1635body ul,
.zd1635body ol {
  list-style: none;
}

.zd1635container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.zd1635header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 239, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--brand-deep);
}

.zd1635header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 12px 18px;
  position: relative;
}

.zd1635logo {
  flex-shrink: 0;
  max-width: calc(100% - 56px);
}

.zd1635logo_title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--brand-deep);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zd1635logo_link:hover {
  color: var(--accent);
}

.zd1635nav_anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.zd1635nav_btn {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 2px solid var(--brand);
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.zd1635nav_btn_close {
  display: none;
}

.zd1635nav_btn_line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--brand);
}

.zd1635nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 18px;
}

.zd1635nav_link {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.zd1635nav_link:hover {
  color: var(--brand);
  border-bottom-color: var(--accent);
}

.zd1635nav_cta {
  padding: 8px 16px !important;
  background: var(--brand);
  color: #fff !important;
  border-bottom: 0 !important;
}

.zd1635nav_cta:hover {
  background: var(--brand-deep);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ---------- Buttons ---------- */
.zd1635btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}

.zd1635btn_primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(196, 120, 42, 0.28);
}

.zd1635btn_primary:hover {
  background: #a8631f;
  transform: translateY(-1px);
}

.zd1635btn_ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.zd1635btn_ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.zd1635btn_light {
  background: #fff;
  color: var(--brand-deep);
}

.zd1635btn_light:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* ---------- Commons ---------- */
.zd1635section {
  padding: 80px 0;
}

.zd1635eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.zd1635eyebrow_on_dark {
  color: #e8b86d;
}

.zd1635title {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-deep);
  letter-spacing: -0.01em;
}

.zd1635title_on_dark {
  color: #fff;
}

.zd1635desc {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.zd1635split_head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px 40px;
  align-items: end;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--brand-deep);
}

.zd1635split_desc {
  color: var(--muted);
  font-size: 15px;
  padding-bottom: 4px;
}

.zd1635center_head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.zd1635center_head_light .zd1635desc {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Banner: full-bleed dark ---------- */
.zd1635banner {
  background:
    linear-gradient(125deg, #062820 0%, #0d5c4d 48%, #0a473c 100%);
  color: #fff;
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}

.zd1635banner::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -20%;
  width: 48%;
  height: 140%;
  background: radial-gradient(circle, rgba(196, 120, 42, 0.22), transparent 68%);
  pointer-events: none;
}

.zd1635banner_stage {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.zd1635banner_kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(232, 184, 109, 0.45);
  color: #e8b86d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.zd1635banner_title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 18px;
  color: #fff;
}

.zd1635banner_lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin-bottom: 14px;
}

.zd1635banner_extra {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin-bottom: 28px;
  max-width: 560px;
  border-left: 3px solid var(--accent);
  padding-left: 16px;
}

.zd1635banner_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zd1635banner_visual {
  position: relative;
}

.zd1635banner_photo {
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
  background: rgba(0, 0, 0, 0.2);
}

.zd1635banner_photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.zd1635banner_float {
  position: absolute;
  left: -18px;
  bottom: -22px;
  width: min(280px, 78%);
  padding: 16px 18px;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.zd1635banner_float_label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.85;
  margin-bottom: 6px;
}

.zd1635banner_float_main {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 4px;
}

.zd1635banner_float_sub {
  font-size: 12px;
  opacity: 0.9;
}

/* ---------- Decide Q cards ---------- */
.zd1635decide {
  margin-top: -36px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.zd1635decide_head {
  margin-bottom: 18px;
}

.zd1635decide_head h2 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.zd1635decide_head p {
  color: var(--muted);
  font-size: 14px;
}

.zd1635decide_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zd1635decide_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  background: var(--surface);
  border: 2px solid var(--brand-deep);
  min-width: 0;
  box-shadow: var(--shadow);
}

.zd1635decide_card span {
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.1em;
}

.zd1635decide_card strong {
  font-size: 18px;
  color: var(--brand-deep);
  line-height: 1.35;
}

.zd1635decide_card em {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}

.zd1635decide_card:hover {
  background: var(--brand-soft);
  transform: translateY(-3px);
}

/* ---------- Services rail ---------- */
.zd1635services {
  background: var(--paper);
}

.zd1635rail {
  display: grid;
  gap: 0;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
}

.zd1635rail_item {
  display: grid;
  grid-template-columns: 88px 1fr 180px;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.zd1635rail_item:last-child {
  border-bottom: 0;
}

.zd1635rail_alt {
  background: #fafbfa;
}

.zd1635rail_accent {
  background: linear-gradient(90deg, var(--accent-soft), #fff 40%);
}

.zd1635rail_idx {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-deep);
  color: #e8b86d;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.zd1635rail_alt .zd1635rail_idx,
.zd1635rail_accent .zd1635rail_idx {
  background: var(--brand);
}

.zd1635rail_body {
  padding: 22px 24px;
  min-width: 0;
}

.zd1635rail_body h3 {
  font-size: 20px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.zd1635rail_body p {
  font-size: 14px;
  color: var(--muted);
}

.zd1635rail_meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 16px;
  border-left: 1px solid var(--line);
  background: rgba(13, 92, 77, 0.03);
}

.zd1635rail_meta li {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  padding-left: 12px;
  position: relative;
}

.zd1635rail_meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--accent);
}

/* ---------- About bleed ---------- */
.zd1635about {
  padding: 0;
}

.zd1635about_bleed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.zd1635about_media {
  min-height: 420px;
  overflow: hidden;
  background: var(--brand-deep);
}

.zd1635about_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 560px;
}

.zd1635about_panel {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.zd1635about_panel .zd1635title {
  margin-bottom: 6px;
}

.zd1635dark_list {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
}

.zd1635dark_list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.zd1635dark_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

/* ---------- Products path ---------- */
.zd1635products {
  background: var(--bg);
}

.zd1635path {
  display: grid;
  gap: 16px;
}

.zd1635path_block {
  display: grid;
  grid-template-columns: 280px 1fr;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
  min-width: 0;
}

.zd1635path_side {
  padding: 28px 24px;
  background: var(--brand-deep);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.zd1635path_side span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e8b86d;
}

.zd1635path_side h3 {
  font-size: 22px;
  line-height: 1.35;
}

.zd1635path_side p {
  font-size: 13px;
  opacity: 0.8;
}

.zd1635path_main {
  padding: 28px 28px;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.zd1635path_main p {
  font-size: 14px;
  color: var(--muted);
  padding-left: 14px;
  border-left: 3px solid var(--brand-soft);
}

.zd1635path_main strong {
  color: var(--brand-deep);
}

/* ---------- Compare table ---------- */
.zd1635compare {
  background: var(--paper);
}

.zd1635table_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
}

.zd1635table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.zd1635table th,
.zd1635table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.zd1635table th {
  background: var(--brand-deep);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.zd1635table tbody tr:nth-child(even) {
  background: var(--brand-soft);
}

.zd1635table tbody tr:last-child td {
  border-bottom: 0;
}

.zd1635table td:first-child {
  font-weight: 800;
  color: var(--brand);
  white-space: nowrap;
}

/* ---------- Scenes stack ---------- */
.zd1635scenes {
  background: #fff;
}

.zd1635scene_stack {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.zd1635scene_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.zd1635scene_num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 4px;
}

.zd1635scene_copy h3 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.zd1635scene_copy p {
  font-size: 15px;
  color: var(--muted);
  max-width: 820px;
}

/* ---------- Advantage band ---------- */
.zd1635advantage {
  background:
    linear-gradient(135deg, var(--brand-deep) 0%, #0a4a3e 55%, #08352d 100%);
  padding: 72px 0;
}

.zd1635adv_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zd1635adv_list > div {
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  min-width: 0;
}

.zd1635adv_list strong {
  display: block;
  color: #e8b86d;
  font-size: 16px;
  margin-bottom: 8px;
}

.zd1635adv_list span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

/* ---------- Materials ---------- */
.zd1635materials {
  background: var(--bg);
}

.zd1635mat_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.zd1635mat_col {
  padding: 32px 28px;
  background: var(--surface);
  min-width: 0;
}

.zd1635mat_col_dark {
  background: var(--brand-deep);
  color: #fff;
}

.zd1635mat_col h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--brand-deep);
}

.zd1635mat_col_dark h3 {
  color: #fff;
}

.zd1635mat_col ul {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.zd1635mat_col li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: var(--muted);
}

.zd1635mat_col_dark li {
  color: rgba(255, 255, 255, 0.82);
}

.zd1635mat_col li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.zd1635mat_tip {
  font-size: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--brand);
  font-weight: 600;
}

.zd1635mat_col_dark .zd1635mat_tip {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: #e8b86d;
}

/* ---------- Process timeline ---------- */
.zd1635process {
  background: var(--paper);
}

.zd1635process_wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.zd1635process_intro .zd1635title {
  margin-bottom: 12px;
}

.zd1635timeline {
  display: grid;
  gap: 0;
  border-left: 3px solid var(--brand);
  padding-left: 0;
}

.zd1635timeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 0 0 28px 20px;
  position: relative;
  min-width: 0;
}

.zd1635timeline li:last-child {
  padding-bottom: 0;
}

.zd1635timeline li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 2px var(--brand);
}

.zd1635timeline span {
  font-size: 20px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1.2;
}

.zd1635timeline h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.zd1635timeline p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Cases ---------- */
.zd1635cases {
  background: #fff;
}

.zd1635case_lines {
  display: grid;
  gap: 28px;
}

.zd1635case_line {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.zd1635case_line_rev {
  direction: rtl;
}

.zd1635case_line_rev > * {
  direction: ltr;
}

.zd1635case_pic {
  overflow: hidden;
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.zd1635case_pic img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.zd1635case_text span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.zd1635case_text h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.zd1635case_text p {
  font-size: 15px;
  color: var(--muted);
}

/* ---------- Voices ---------- */
.zd1635voices {
  padding: 72px 0;
  background: var(--brand-soft);
}

.zd1635voice_rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.zd1635voice_rail blockquote {
  padding: 22px 18px;
  background: var(--surface);
  border-top: 4px solid var(--accent);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zd1635voice_rail p {
  font-size: 14px;
  color: var(--ink);
  flex: 1;
}

.zd1635voice_rail footer {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
}

/* ---------- Audience ---------- */
.zd1635audience {
  background: var(--paper);
}

.zd1635aud_board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--brand-deep);
  margin-bottom: 16px;
  overflow: hidden;
}

.zd1635aud_board > div {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: var(--surface);
  min-width: 0;
}

.zd1635aud_board > div:last-child {
  border-right: 0;
}

.zd1635aud_board h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.zd1635aud_board p {
  font-size: 13px;
  color: var(--muted);
}

.zd1635fit_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.zd1635fit_duo > div {
  padding: 24px 22px;
  background: var(--surface);
  min-width: 0;
}

.zd1635fit_warn {
  background: var(--accent-soft) !important;
  border-left: 2px solid var(--brand-deep);
}

.zd1635fit_duo h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.zd1635fit_duo ul {
  display: grid;
  gap: 8px;
}

.zd1635fit_duo li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: var(--muted);
}

.zd1635fit_duo li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 900;
}

/* ---------- Tips magazine ---------- */
.zd1635tips {
  background: #fff;
}

.zd1635magazine {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-bottom: 20px;
}

.zd1635mag_lead {
  padding: 28px 26px;
  background: var(--paper);
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.zd1635mag_lead h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 16px;
  line-height: 1.35;
}

.zd1635mag_lead p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 12px;
}

.zd1635mag_lead p:last-child {
  margin-bottom: 0;
}

.zd1635mag_side {
  display: grid;
  gap: 12px;
}

.zd1635mag_side article {
  padding: 18px 16px;
  background: var(--surface);
  border-left: 4px solid var(--brand);
  border: 1px solid var(--line);
  border-left-width: 4px;
  border-left-color: var(--brand);
  min-width: 0;
}

.zd1635mag_side h3 {
  font-size: 15px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.zd1635mag_side p {
  font-size: 13px;
  color: var(--muted);
}

.zd1635knowledge {
  padding: 26px 24px;
  background: var(--brand-deep);
  color: rgba(255, 255, 255, 0.88);
}

.zd1635knowledge h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.zd1635knowledge p {
  font-size: 14px;
  margin-bottom: 10px;
}

.zd1635knowledge p:last-child {
  margin-bottom: 0;
}

.zd1635knowledge strong {
  color: #e8b86d;
}

/* ---------- FAQ ---------- */
.zd1635faq {
  background: var(--bg);
}

.zd1635faq_wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
}

.zd1635faq_list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.zd1635faq_item {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.zd1635faq_item h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.zd1635faq_item p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Notice ---------- */
.zd1635notice {
  padding: 48px 0;
  background: var(--accent-soft);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}

.zd1635notice_title {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 18px;
  text-align: center;
}

.zd1635notice_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zd1635notice_row p {
  padding: 16px;
  background: var(--surface);
  border: 1px solid rgba(196, 120, 42, 0.25);
  font-size: 13px;
  color: var(--muted);
  min-width: 0;
}

/* ---------- Contact ---------- */
.zd1635contact {
  padding: 72px 0;
  background:
    linear-gradient(120deg, #062820 0%, #0d5c4d 50%, #0a473c 100%);
}

.zd1635contact_inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.zd1635contact_left {
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zd1635contact_left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 6px;
}

.zd1635contact_left li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}

.zd1635contact_left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: var(--accent);
}

.zd1635contact_right {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.zd1635contact_label {
  font-size: 13px;
  color: #e8b86d;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.zd1635contact_phone {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
}

.zd1635contact_phone a {
  color: #fff;
}

.zd1635contact_phone a:hover {
  color: #e8b86d;
}

.zd1635contact_time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.zd1635contact_hint {
  margin: 8px 0 12px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.zd1635contact_hint p + p {
  margin-top: 4px;
  font-weight: 700;
}

/* ---------- Footer ---------- */
.zd1635footer {
  background: #041c17;
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 28px;
}

.zd1635footer_grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zd1635footer_name {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.zd1635footer_desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}

.zd1635footer_col_title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.zd1635footer_col {
  display: grid;
  gap: 8px;
}

.zd1635footer_link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}

.zd1635footer_link:hover {
  color: #e8b86d;
}

.zd1635flink {
  padding: 22px 0 10px;
}

.zd1635flink_title {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.zd1635flink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.zd1635flink_list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.zd1635flink_list a:hover {
  color: #fff;
}

.zd1635ad {
  padding: 8px 0 16px;
  overflow: hidden;
}

.zd1635copyright {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.zd1635copyright a {
  color: rgba(255, 255, 255, 0.78);
}

.zd1635copyright a:hover {
  color: #e8b86d;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .zd1635section {
    padding: 60px 0;
  }

  .zd1635banner_stage,
  .zd1635about_bleed,
  .zd1635split_head,
  .zd1635path_block,
  .zd1635process_wrap,
  .zd1635case_line,
  .zd1635case_line_rev,
  .zd1635magazine,
  .zd1635faq_wrap,
  .zd1635contact_inner,
  .zd1635mat_duo {
    grid-template-columns: 1fr;
  }

  .zd1635case_line_rev {
    direction: ltr;
  }

  .zd1635about_media img {
    min-height: 320px;
  }

  .zd1635about_panel {
    padding: 40px 28px;
  }

  .zd1635rail_item {
    grid-template-columns: 64px 1fr;
  }

  .zd1635rail_meta {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .zd1635adv_list,
  .zd1635voice_rail,
  .zd1635aud_board,
  .zd1635notice_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zd1635aud_board > div:nth-child(2) {
    border-right: 0;
  }

  .zd1635footer_grid {
    grid-template-columns: 1fr 1fr;
  }

  .zd1635footer_brand {
    grid-column: 1 / -1;
  }
}

/* ---------- Mobile nav ---------- */
@media (max-width: 860px) {
  .zd1635nav_btn_open {
    display: flex;
  }

  .zd1635nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 16px;
    background: var(--paper);
    border-bottom: 2px solid var(--brand-deep);
    box-shadow: 0 16px 28px rgba(6, 40, 32, 0.12);
  }

  .zd1635nav_link {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .zd1635nav_cta {
    margin-top: 10px;
    text-align: center;
  }

  .zd1635body:has(#zd1635nav_open:target) .zd1635nav {
    display: flex;
  }

  .zd1635body:has(#zd1635nav_open:target) .zd1635nav_btn_open {
    display: none;
  }

  .zd1635body:has(#zd1635nav_open:target) .zd1635nav_btn_close {
    display: flex;
  }

  .zd1635nav_btn_close .zd1635nav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .zd1635nav_btn_close .zd1635nav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .zd1635nav_btn_close .zd1635nav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .zd1635decide_row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Phone ---------- */
@media (max-width: 640px) {
  .zd1635container,
  .zd1635banner_stage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .zd1635section {
    padding: 48px 0;
  }

  .zd1635banner {
    padding: 40px 0 56px;
  }

  .zd1635banner_photo {
    transform: none;
  }

  .zd1635banner_float {
    left: 12px;
    right: 12px;
    bottom: -18px;
    width: auto;
  }

  .zd1635banner_actions .zd1635btn {
    flex: 1 1 100%;
  }

  .zd1635decide {
    margin-top: -24px;
  }

  .zd1635split_head {
    gap: 12px;
    margin-bottom: 28px;
  }

  .zd1635rail_item {
    grid-template-columns: 52px 1fr;
  }

  .zd1635rail_idx {
    font-size: 16px;
  }

  .zd1635rail_body {
    padding: 16px;
  }

  .zd1635scene_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .zd1635adv_list,
  .zd1635voice_rail,
  .zd1635aud_board,
  .zd1635fit_duo,
  .zd1635notice_row,
  .zd1635footer_grid,
  .zd1635contact_left ul {
    grid-template-columns: 1fr;
  }

  .zd1635aud_board > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .zd1635aud_board > div:last-child {
    border-bottom: 0;
  }

  .zd1635fit_warn {
    border-left: 0;
    border-top: 2px solid var(--brand-deep);
  }

  .zd1635path_side,
  .zd1635path_main,
  .zd1635about_panel,
  .zd1635mat_col,
  .zd1635mag_lead,
  .zd1635knowledge,
  .zd1635contact_right {
    padding: 22px 18px;
  }

  .zd1635timeline li {
    grid-template-columns: 48px 1fr;
    padding-left: 16px;
  }

  .zd1635advantage,
  .zd1635contact,
  .zd1635voices {
    padding: 48px 0;
  }

  .zd1635table th,
  .zd1635table td {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .zd1635logo_title {
    font-size: 16px;
  }

  .zd1635banner_title {
    font-size: 28px;
  }

  .zd1635btn {
    min-height: 44px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.zd1635services,
.zd1635products,
.zd1635scenes,
.zd1635process,
.zd1635faq,
.zd1635contact,
.zd1635compare,
.zd1635materials,
.zd1635tips,
.zd1635notice,
.zd1635about,
.zd1635cases,
.zd1635voices,
.zd1635advantage {
  scroll-margin-top: 78px;
}
