/* 空放贷款落地页 z8625d — Forest Emerald 杂志式布局 */

.z8625dbody {
  --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;
}

.z8625dbody *,
.z8625dbody *::before,
.z8625dbody *::after {
  box-sizing: border-box;
}

.z8625dbody img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.z8625dbody 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;
}

.z8625dbody h1,
.z8625dbody h2,
.z8625dbody h3,
.z8625dbody h4,
.z8625dbody p,
.z8625dbody ul,
.z8625dbody ol,
.z8625dbody blockquote {
  margin: 0;
  padding: 0;
}

.z8625dbody ul,
.z8625dbody ol {
  list-style: none;
}

.z8625dcontainer {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.z8625dheader {
  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);
}

.z8625dheader_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 12px 18px;
  position: relative;
}

.z8625dlogo {
  flex-shrink: 0;
  max-width: calc(100% - 56px);
}

.z8625dlogo_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;
}

.z8625dlogo_link:hover {
  color: var(--accent);
}

.z8625dnav_anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.z8625dnav_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;
}

.z8625dnav_btn_close {
  display: none;
}

.z8625dnav_btn_line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--brand);
}

.z8625dnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 18px;
}

.z8625dnav_link {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.z8625dnav_link:hover {
  color: var(--brand);
  border-bottom-color: var(--accent);
}

.z8625dnav_cta {
  padding: 8px 16px !important;
  background: var(--brand);
  color: #fff !important;
  border-bottom: 0 !important;
}

.z8625dnav_cta:hover {
  background: var(--brand-deep);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ---------- Buttons ---------- */
.z8625dbtn {
  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;
}

.z8625dbtn_primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(196, 120, 42, 0.28);
}

.z8625dbtn_primary:hover {
  background: #a8631f;
  transform: translateY(-1px);
}

.z8625dbtn_ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.z8625dbtn_ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.z8625dbtn_light {
  background: #fff;
  color: var(--brand-deep);
}

.z8625dbtn_light:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* ---------- Commons ---------- */
.z8625dsection {
  padding: 80px 0;
}

.z8625deyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.z8625deyebrow_on_dark {
  color: #e8b86d;
}

.z8625dtitle {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-deep);
  letter-spacing: -0.01em;
}

.z8625dtitle_on_dark {
  color: #fff;
}

.z8625ddesc {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.z8625dsplit_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);
}

.z8625dsplit_desc {
  color: var(--muted);
  font-size: 15px;
  padding-bottom: 4px;
}

.z8625dcenter_head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.z8625dcenter_head_light .z8625ddesc {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Banner: full-bleed dark ---------- */
.z8625dbanner {
  background:
    linear-gradient(125deg, #062820 0%, #0d5c4d 48%, #0a473c 100%);
  color: #fff;
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}

.z8625dbanner::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;
}

.z8625dbanner_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;
}

.z8625dbanner_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;
}

.z8625dbanner_title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 18px;
  color: #fff;
}

.z8625dbanner_lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin-bottom: 14px;
}

.z8625dbanner_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;
}

.z8625dbanner_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.z8625dbanner_visual {
  position: relative;
}

.z8625dbanner_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);
}

.z8625dbanner_photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.z8625dbanner_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);
}

.z8625dbanner_float_label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.85;
  margin-bottom: 6px;
}

.z8625dbanner_float_main {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 4px;
}

.z8625dbanner_float_sub {
  font-size: 12px;
  opacity: 0.9;
}

/* ---------- Decide Q cards ---------- */
.z8625ddecide {
  margin-top: -36px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.z8625ddecide_head {
  margin-bottom: 18px;
}

.z8625ddecide_head h2 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z8625ddecide_head p {
  color: var(--muted);
  font-size: 14px;
}

.z8625ddecide_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.z8625ddecide_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);
}

.z8625ddecide_card span {
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.1em;
}

.z8625ddecide_card strong {
  font-size: 18px;
  color: var(--brand-deep);
  line-height: 1.35;
}

.z8625ddecide_card em {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}

.z8625ddecide_card:hover {
  background: var(--brand-soft);
  transform: translateY(-3px);
}

/* ---------- Services rail ---------- */
.z8625dservices {
  background: var(--paper);
}

.z8625drail {
  display: grid;
  gap: 0;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
}

.z8625drail_item {
  display: grid;
  grid-template-columns: 88px 1fr 180px;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z8625drail_item:last-child {
  border-bottom: 0;
}

.z8625drail_alt {
  background: #fafbfa;
}

.z8625drail_accent {
  background: linear-gradient(90deg, var(--accent-soft), #fff 40%);
}

.z8625drail_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;
}

.z8625drail_alt .z8625drail_idx,
.z8625drail_accent .z8625drail_idx {
  background: var(--brand);
}

.z8625drail_body {
  padding: 22px 24px;
  min-width: 0;
}

.z8625drail_body h3 {
  font-size: 20px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.z8625drail_body p {
  font-size: 14px;
  color: var(--muted);
}

.z8625drail_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);
}

.z8625drail_meta li {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  padding-left: 12px;
  position: relative;
}

.z8625drail_meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--accent);
}

/* ---------- About bleed ---------- */
.z8625dabout {
  padding: 0;
}

.z8625dabout_bleed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.z8625dabout_media {
  min-height: 420px;
  overflow: hidden;
  background: var(--brand-deep);
}

.z8625dabout_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 560px;
}

.z8625dabout_panel {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.z8625dabout_panel .z8625dtitle {
  margin-bottom: 6px;
}

.z8625ddark_list {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
}

.z8625ddark_list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.z8625ddark_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

/* ---------- Products path ---------- */
.z8625dproducts {
  background: var(--bg);
}

.z8625dpath {
  display: grid;
  gap: 16px;
}

.z8625dpath_block {
  display: grid;
  grid-template-columns: 280px 1fr;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
  min-width: 0;
}

.z8625dpath_side {
  padding: 28px 24px;
  background: var(--brand-deep);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.z8625dpath_side span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e8b86d;
}

.z8625dpath_side h3 {
  font-size: 22px;
  line-height: 1.35;
}

.z8625dpath_side p {
  font-size: 13px;
  opacity: 0.8;
}

.z8625dpath_main {
  padding: 28px 28px;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.z8625dpath_main p {
  font-size: 14px;
  color: var(--muted);
  padding-left: 14px;
  border-left: 3px solid var(--brand-soft);
}

.z8625dpath_main strong {
  color: var(--brand-deep);
}

/* ---------- Compare table ---------- */
.z8625dcompare {
  background: var(--paper);
}

.z8625dtable_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
}

.z8625dtable {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.z8625dtable th,
.z8625dtable td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.z8625dtable th {
  background: var(--brand-deep);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.z8625dtable tbody tr:nth-child(even) {
  background: var(--brand-soft);
}

.z8625dtable tbody tr:last-child td {
  border-bottom: 0;
}

.z8625dtable td:first-child {
  font-weight: 800;
  color: var(--brand);
  white-space: nowrap;
}

/* ---------- Scenes stack ---------- */
.z8625dscenes {
  background: #fff;
}

.z8625dscene_stack {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.z8625dscene_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z8625dscene_num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 4px;
}

.z8625dscene_copy h3 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.z8625dscene_copy p {
  font-size: 15px;
  color: var(--muted);
  max-width: 820px;
}

/* ---------- Advantage band ---------- */
.z8625dadvantage {
  background:
    linear-gradient(135deg, var(--brand-deep) 0%, #0a4a3e 55%, #08352d 100%);
  padding: 72px 0;
}

.z8625dadv_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.z8625dadv_list > div {
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  min-width: 0;
}

.z8625dadv_list strong {
  display: block;
  color: #e8b86d;
  font-size: 16px;
  margin-bottom: 8px;
}

.z8625dadv_list span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

/* ---------- Materials ---------- */
.z8625dmaterials {
  background: var(--bg);
}

.z8625dmat_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.z8625dmat_col {
  padding: 32px 28px;
  background: var(--surface);
  min-width: 0;
}

.z8625dmat_col_dark {
  background: var(--brand-deep);
  color: #fff;
}

.z8625dmat_col h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--brand-deep);
}

.z8625dmat_col_dark h3 {
  color: #fff;
}

.z8625dmat_col ul {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.z8625dmat_col li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: var(--muted);
}

.z8625dmat_col_dark li {
  color: rgba(255, 255, 255, 0.82);
}

.z8625dmat_col li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.z8625dmat_tip {
  font-size: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--brand);
  font-weight: 600;
}

.z8625dmat_col_dark .z8625dmat_tip {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: #e8b86d;
}

/* ---------- Process timeline ---------- */
.z8625dprocess {
  background: var(--paper);
}

.z8625dprocess_wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.z8625dprocess_intro .z8625dtitle {
  margin-bottom: 12px;
}

.z8625dtimeline {
  display: grid;
  gap: 0;
  border-left: 3px solid var(--brand);
  padding-left: 0;
}

.z8625dtimeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 0 0 28px 20px;
  position: relative;
  min-width: 0;
}

.z8625dtimeline li:last-child {
  padding-bottom: 0;
}

.z8625dtimeline 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);
}

.z8625dtimeline span {
  font-size: 20px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1.2;
}

.z8625dtimeline h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z8625dtimeline p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Cases ---------- */
.z8625dcases {
  background: #fff;
}

.z8625dcase_lines {
  display: grid;
  gap: 28px;
}

.z8625dcase_line {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.z8625dcase_line_rev {
  direction: rtl;
}

.z8625dcase_line_rev > * {
  direction: ltr;
}

.z8625dcase_pic {
  overflow: hidden;
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.z8625dcase_pic img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.z8625dcase_text span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.z8625dcase_text h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.z8625dcase_text p {
  font-size: 15px;
  color: var(--muted);
}

/* ---------- Voices ---------- */
.z8625dvoices {
  padding: 72px 0;
  background: var(--brand-soft);
}

.z8625dvoice_rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.z8625dvoice_rail blockquote {
  padding: 22px 18px;
  background: var(--surface);
  border-top: 4px solid var(--accent);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.z8625dvoice_rail p {
  font-size: 14px;
  color: var(--ink);
  flex: 1;
}

.z8625dvoice_rail footer {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
}

/* ---------- Audience ---------- */
.z8625daudience {
  background: var(--paper);
}

.z8625daud_board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--brand-deep);
  margin-bottom: 16px;
  overflow: hidden;
}

.z8625daud_board > div {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: var(--surface);
  min-width: 0;
}

.z8625daud_board > div:last-child {
  border-right: 0;
}

.z8625daud_board h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.z8625daud_board p {
  font-size: 13px;
  color: var(--muted);
}

.z8625dfit_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.z8625dfit_duo > div {
  padding: 24px 22px;
  background: var(--surface);
  min-width: 0;
}

.z8625dfit_warn {
  background: var(--accent-soft) !important;
  border-left: 2px solid var(--brand-deep);
}

.z8625dfit_duo h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.z8625dfit_duo ul {
  display: grid;
  gap: 8px;
}

.z8625dfit_duo li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: var(--muted);
}

.z8625dfit_duo li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 900;
}

/* ---------- Tips magazine ---------- */
.z8625dtips {
  background: #fff;
}

.z8625dmagazine {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-bottom: 20px;
}

.z8625dmag_lead {
  padding: 28px 26px;
  background: var(--paper);
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.z8625dmag_lead h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 16px;
  line-height: 1.35;
}

.z8625dmag_lead p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 12px;
}

.z8625dmag_lead p:last-child {
  margin-bottom: 0;
}

.z8625dmag_side {
  display: grid;
  gap: 12px;
}

.z8625dmag_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;
}

.z8625dmag_side h3 {
  font-size: 15px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z8625dmag_side p {
  font-size: 13px;
  color: var(--muted);
}

.z8625dknowledge {
  padding: 26px 24px;
  background: var(--brand-deep);
  color: rgba(255, 255, 255, 0.88);
}

.z8625dknowledge h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.z8625dknowledge p {
  font-size: 14px;
  margin-bottom: 10px;
}

.z8625dknowledge p:last-child {
  margin-bottom: 0;
}

.z8625dknowledge strong {
  color: #e8b86d;
}

/* ---------- FAQ ---------- */
.z8625dfaq {
  background: var(--bg);
}

.z8625dfaq_wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
}

.z8625dfaq_list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.z8625dfaq_item {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z8625dfaq_item h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.z8625dfaq_item p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Notice ---------- */
.z8625dnotice {
  padding: 48px 0;
  background: var(--accent-soft);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}

.z8625dnotice_title {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 18px;
  text-align: center;
}

.z8625dnotice_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.z8625dnotice_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 ---------- */
.z8625dcontact {
  padding: 72px 0;
  background:
    linear-gradient(120deg, #062820 0%, #0d5c4d 50%, #0a473c 100%);
}

.z8625dcontact_inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.z8625dcontact_left {
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.z8625dcontact_left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 6px;
}

.z8625dcontact_left li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}

.z8625dcontact_left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: var(--accent);
}

.z8625dcontact_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;
}

.z8625dcontact_label {
  font-size: 13px;
  color: #e8b86d;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.z8625dcontact_phone {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
}

.z8625dcontact_phone a {
  color: #fff;
}

.z8625dcontact_phone a:hover {
  color: #e8b86d;
}

.z8625dcontact_time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.z8625dcontact_hint {
  margin: 8px 0 12px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.z8625dcontact_hint p + p {
  margin-top: 4px;
  font-weight: 700;
}

/* ---------- Footer ---------- */
.z8625dfooter {
  background: #041c17;
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 28px;
}

.z8625dfooter_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);
}

.z8625dfooter_name {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.z8625dfooter_desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}

.z8625dfooter_col_title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.z8625dfooter_col {
  display: grid;
  gap: 8px;
}

.z8625dfooter_link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}

.z8625dfooter_link:hover {
  color: #e8b86d;
}

.z8625dflink {
  padding: 22px 0 10px;
}

.z8625dflink_title {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.z8625dflink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.z8625dflink_list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.z8625dflink_list a:hover {
  color: #fff;
}

.z8625dad {
  padding: 8px 0 16px;
  overflow: hidden;
}

.z8625dcopyright {
  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);
}

.z8625dcopyright a {
  color: rgba(255, 255, 255, 0.78);
}

.z8625dcopyright a:hover {
  color: #e8b86d;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .z8625dsection {
    padding: 60px 0;
  }

  .z8625dbanner_stage,
  .z8625dabout_bleed,
  .z8625dsplit_head,
  .z8625dpath_block,
  .z8625dprocess_wrap,
  .z8625dcase_line,
  .z8625dcase_line_rev,
  .z8625dmagazine,
  .z8625dfaq_wrap,
  .z8625dcontact_inner,
  .z8625dmat_duo {
    grid-template-columns: 1fr;
  }

  .z8625dcase_line_rev {
    direction: ltr;
  }

  .z8625dabout_media img {
    min-height: 320px;
  }

  .z8625dabout_panel {
    padding: 40px 28px;
  }

  .z8625drail_item {
    grid-template-columns: 64px 1fr;
  }

  .z8625drail_meta {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .z8625dadv_list,
  .z8625dvoice_rail,
  .z8625daud_board,
  .z8625dnotice_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z8625daud_board > div:nth-child(2) {
    border-right: 0;
  }

  .z8625dfooter_grid {
    grid-template-columns: 1fr 1fr;
  }

  .z8625dfooter_brand {
    grid-column: 1 / -1;
  }
}

/* ---------- Mobile nav ---------- */
@media (max-width: 860px) {
  .z8625dnav_btn_open {
    display: flex;
  }

  .z8625dnav {
    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);
  }

  .z8625dnav_link {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .z8625dnav_cta {
    margin-top: 10px;
    text-align: center;
  }

  .z8625dbody:has(#z8625dnav_open:target) .z8625dnav {
    display: flex;
  }

  .z8625dbody:has(#z8625dnav_open:target) .z8625dnav_btn_open {
    display: none;
  }

  .z8625dbody:has(#z8625dnav_open:target) .z8625dnav_btn_close {
    display: flex;
  }

  .z8625dnav_btn_close .z8625dnav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .z8625dnav_btn_close .z8625dnav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .z8625dnav_btn_close .z8625dnav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .z8625ddecide_row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Phone ---------- */
@media (max-width: 640px) {
  .z8625dcontainer,
  .z8625dbanner_stage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .z8625dsection {
    padding: 48px 0;
  }

  .z8625dbanner {
    padding: 40px 0 56px;
  }

  .z8625dbanner_photo {
    transform: none;
  }

  .z8625dbanner_float {
    left: 12px;
    right: 12px;
    bottom: -18px;
    width: auto;
  }

  .z8625dbanner_actions .z8625dbtn {
    flex: 1 1 100%;
  }

  .z8625ddecide {
    margin-top: -24px;
  }

  .z8625dsplit_head {
    gap: 12px;
    margin-bottom: 28px;
  }

  .z8625drail_item {
    grid-template-columns: 52px 1fr;
  }

  .z8625drail_idx {
    font-size: 16px;
  }

  .z8625drail_body {
    padding: 16px;
  }

  .z8625dscene_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .z8625dadv_list,
  .z8625dvoice_rail,
  .z8625daud_board,
  .z8625dfit_duo,
  .z8625dnotice_row,
  .z8625dfooter_grid,
  .z8625dcontact_left ul {
    grid-template-columns: 1fr;
  }

  .z8625daud_board > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .z8625daud_board > div:last-child {
    border-bottom: 0;
  }

  .z8625dfit_warn {
    border-left: 0;
    border-top: 2px solid var(--brand-deep);
  }

  .z8625dpath_side,
  .z8625dpath_main,
  .z8625dabout_panel,
  .z8625dmat_col,
  .z8625dmag_lead,
  .z8625dknowledge,
  .z8625dcontact_right {
    padding: 22px 18px;
  }

  .z8625dtimeline li {
    grid-template-columns: 48px 1fr;
    padding-left: 16px;
  }

  .z8625dadvantage,
  .z8625dcontact,
  .z8625dvoices {
    padding: 48px 0;
  }

  .z8625dtable th,
  .z8625dtable td {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .z8625dlogo_title {
    font-size: 16px;
  }

  .z8625dbanner_title {
    font-size: 28px;
  }

  .z8625dbtn {
    min-height: 44px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.z8625dservices,
.z8625dproducts,
.z8625dscenes,
.z8625dprocess,
.z8625dfaq,
.z8625dcontact,
.z8625dcompare,
.z8625dmaterials,
.z8625dtips,
.z8625dnotice,
.z8625dabout,
.z8625dcases,
.z8625dvoices,
.z8625dadvantage {
  scroll-margin-top: 78px;
}
