/* 空放贷款落地页 z7190c — Forest Emerald 杂志式布局 */

.z7190cbody {
  --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;
}

.z7190cbody *,
.z7190cbody *::before,
.z7190cbody *::after {
  box-sizing: border-box;
}

.z7190cbody img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.z7190cbody 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;
}

.z7190cbody h1,
.z7190cbody h2,
.z7190cbody h3,
.z7190cbody h4,
.z7190cbody p,
.z7190cbody ul,
.z7190cbody ol,
.z7190cbody blockquote {
  margin: 0;
  padding: 0;
}

.z7190cbody ul,
.z7190cbody ol {
  list-style: none;
}

.z7190ccontainer {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.z7190cheader {
  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);
}

.z7190cheader_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 12px 18px;
  position: relative;
}

.z7190clogo {
  flex-shrink: 0;
  max-width: calc(100% - 56px);
}

.z7190clogo_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;
}

.z7190clogo_link:hover {
  color: var(--accent);
}

.z7190cnav_anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.z7190cnav_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;
}

.z7190cnav_btn_close {
  display: none;
}

.z7190cnav_btn_line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--brand);
}

.z7190cnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 18px;
}

.z7190cnav_link {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.z7190cnav_link:hover {
  color: var(--brand);
  border-bottom-color: var(--accent);
}

.z7190cnav_cta {
  padding: 8px 16px !important;
  background: var(--brand);
  color: #fff !important;
  border-bottom: 0 !important;
}

.z7190cnav_cta:hover {
  background: var(--brand-deep);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ---------- Buttons ---------- */
.z7190cbtn {
  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;
}

.z7190cbtn_primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(196, 120, 42, 0.28);
}

.z7190cbtn_primary:hover {
  background: #a8631f;
  transform: translateY(-1px);
}

.z7190cbtn_ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.z7190cbtn_ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.z7190cbtn_light {
  background: #fff;
  color: var(--brand-deep);
}

.z7190cbtn_light:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* ---------- Commons ---------- */
.z7190csection {
  padding: 80px 0;
}

.z7190ceyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.z7190ceyebrow_on_dark {
  color: #e8b86d;
}

.z7190ctitle {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-deep);
  letter-spacing: -0.01em;
}

.z7190ctitle_on_dark {
  color: #fff;
}

.z7190cdesc {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.z7190csplit_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);
}

.z7190csplit_desc {
  color: var(--muted);
  font-size: 15px;
  padding-bottom: 4px;
}

.z7190ccenter_head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.z7190ccenter_head_light .z7190cdesc {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Banner: full-bleed dark ---------- */
.z7190cbanner {
  background:
    linear-gradient(125deg, #062820 0%, #0d5c4d 48%, #0a473c 100%);
  color: #fff;
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}

.z7190cbanner::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;
}

.z7190cbanner_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;
}

.z7190cbanner_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;
}

.z7190cbanner_title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 18px;
  color: #fff;
}

.z7190cbanner_lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin-bottom: 14px;
}

.z7190cbanner_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;
}

.z7190cbanner_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.z7190cbanner_visual {
  position: relative;
}

.z7190cbanner_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);
}

.z7190cbanner_photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.z7190cbanner_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);
}

.z7190cbanner_float_label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.85;
  margin-bottom: 6px;
}

.z7190cbanner_float_main {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 4px;
}

.z7190cbanner_float_sub {
  font-size: 12px;
  opacity: 0.9;
}

/* ---------- Decide Q cards ---------- */
.z7190cdecide {
  margin-top: -36px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.z7190cdecide_head {
  margin-bottom: 18px;
}

.z7190cdecide_head h2 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z7190cdecide_head p {
  color: var(--muted);
  font-size: 14px;
}

.z7190cdecide_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.z7190cdecide_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);
}

.z7190cdecide_card span {
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.1em;
}

.z7190cdecide_card strong {
  font-size: 18px;
  color: var(--brand-deep);
  line-height: 1.35;
}

.z7190cdecide_card em {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}

.z7190cdecide_card:hover {
  background: var(--brand-soft);
  transform: translateY(-3px);
}

/* ---------- Services rail ---------- */
.z7190cservices {
  background: var(--paper);
}

.z7190crail {
  display: grid;
  gap: 0;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
}

.z7190crail_item {
  display: grid;
  grid-template-columns: 88px 1fr 180px;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z7190crail_item:last-child {
  border-bottom: 0;
}

.z7190crail_alt {
  background: #fafbfa;
}

.z7190crail_accent {
  background: linear-gradient(90deg, var(--accent-soft), #fff 40%);
}

.z7190crail_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;
}

.z7190crail_alt .z7190crail_idx,
.z7190crail_accent .z7190crail_idx {
  background: var(--brand);
}

.z7190crail_body {
  padding: 22px 24px;
  min-width: 0;
}

.z7190crail_body h3 {
  font-size: 20px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.z7190crail_body p {
  font-size: 14px;
  color: var(--muted);
}

.z7190crail_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);
}

.z7190crail_meta li {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  padding-left: 12px;
  position: relative;
}

.z7190crail_meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--accent);
}

/* ---------- About bleed ---------- */
.z7190cabout {
  padding: 0;
}

.z7190cabout_bleed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.z7190cabout_media {
  min-height: 420px;
  overflow: hidden;
  background: var(--brand-deep);
}

.z7190cabout_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 560px;
}

.z7190cabout_panel {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.z7190cabout_panel .z7190ctitle {
  margin-bottom: 6px;
}

.z7190cdark_list {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
}

.z7190cdark_list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.z7190cdark_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

/* ---------- Products path ---------- */
.z7190cproducts {
  background: var(--bg);
}

.z7190cpath {
  display: grid;
  gap: 16px;
}

.z7190cpath_block {
  display: grid;
  grid-template-columns: 280px 1fr;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
  min-width: 0;
}

.z7190cpath_side {
  padding: 28px 24px;
  background: var(--brand-deep);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.z7190cpath_side span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e8b86d;
}

.z7190cpath_side h3 {
  font-size: 22px;
  line-height: 1.35;
}

.z7190cpath_side p {
  font-size: 13px;
  opacity: 0.8;
}

.z7190cpath_main {
  padding: 28px 28px;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.z7190cpath_main p {
  font-size: 14px;
  color: var(--muted);
  padding-left: 14px;
  border-left: 3px solid var(--brand-soft);
}

.z7190cpath_main strong {
  color: var(--brand-deep);
}

/* ---------- Compare table ---------- */
.z7190ccompare {
  background: var(--paper);
}

.z7190ctable_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
}

.z7190ctable {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.z7190ctable th,
.z7190ctable td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.z7190ctable th {
  background: var(--brand-deep);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.z7190ctable tbody tr:nth-child(even) {
  background: var(--brand-soft);
}

.z7190ctable tbody tr:last-child td {
  border-bottom: 0;
}

.z7190ctable td:first-child {
  font-weight: 800;
  color: var(--brand);
  white-space: nowrap;
}

/* ---------- Scenes stack ---------- */
.z7190cscenes {
  background: #fff;
}

.z7190cscene_stack {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.z7190cscene_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z7190cscene_num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 4px;
}

.z7190cscene_copy h3 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.z7190cscene_copy p {
  font-size: 15px;
  color: var(--muted);
  max-width: 820px;
}

/* ---------- Advantage band ---------- */
.z7190cadvantage {
  background:
    linear-gradient(135deg, var(--brand-deep) 0%, #0a4a3e 55%, #08352d 100%);
  padding: 72px 0;
}

.z7190cadv_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.z7190cadv_list > div {
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  min-width: 0;
}

.z7190cadv_list strong {
  display: block;
  color: #e8b86d;
  font-size: 16px;
  margin-bottom: 8px;
}

.z7190cadv_list span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

/* ---------- Materials ---------- */
.z7190cmaterials {
  background: var(--bg);
}

.z7190cmat_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.z7190cmat_col {
  padding: 32px 28px;
  background: var(--surface);
  min-width: 0;
}

.z7190cmat_col_dark {
  background: var(--brand-deep);
  color: #fff;
}

.z7190cmat_col h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--brand-deep);
}

.z7190cmat_col_dark h3 {
  color: #fff;
}

.z7190cmat_col ul {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.z7190cmat_col li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: var(--muted);
}

.z7190cmat_col_dark li {
  color: rgba(255, 255, 255, 0.82);
}

.z7190cmat_col li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.z7190cmat_tip {
  font-size: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--brand);
  font-weight: 600;
}

.z7190cmat_col_dark .z7190cmat_tip {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: #e8b86d;
}

/* ---------- Process timeline ---------- */
.z7190cprocess {
  background: var(--paper);
}

.z7190cprocess_wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.z7190cprocess_intro .z7190ctitle {
  margin-bottom: 12px;
}

.z7190ctimeline {
  display: grid;
  gap: 0;
  border-left: 3px solid var(--brand);
  padding-left: 0;
}

.z7190ctimeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 0 0 28px 20px;
  position: relative;
  min-width: 0;
}

.z7190ctimeline li:last-child {
  padding-bottom: 0;
}

.z7190ctimeline 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);
}

.z7190ctimeline span {
  font-size: 20px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1.2;
}

.z7190ctimeline h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z7190ctimeline p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Cases ---------- */
.z7190ccases {
  background: #fff;
}

.z7190ccase_lines {
  display: grid;
  gap: 28px;
}

.z7190ccase_line {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.z7190ccase_line_rev {
  direction: rtl;
}

.z7190ccase_line_rev > * {
  direction: ltr;
}

.z7190ccase_pic {
  overflow: hidden;
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.z7190ccase_pic img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.z7190ccase_text span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.z7190ccase_text h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.z7190ccase_text p {
  font-size: 15px;
  color: var(--muted);
}

/* ---------- Voices ---------- */
.z7190cvoices {
  padding: 72px 0;
  background: var(--brand-soft);
}

.z7190cvoice_rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.z7190cvoice_rail blockquote {
  padding: 22px 18px;
  background: var(--surface);
  border-top: 4px solid var(--accent);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.z7190cvoice_rail p {
  font-size: 14px;
  color: var(--ink);
  flex: 1;
}

.z7190cvoice_rail footer {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
}

/* ---------- Audience ---------- */
.z7190caudience {
  background: var(--paper);
}

.z7190caud_board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--brand-deep);
  margin-bottom: 16px;
  overflow: hidden;
}

.z7190caud_board > div {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: var(--surface);
  min-width: 0;
}

.z7190caud_board > div:last-child {
  border-right: 0;
}

.z7190caud_board h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.z7190caud_board p {
  font-size: 13px;
  color: var(--muted);
}

.z7190cfit_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.z7190cfit_duo > div {
  padding: 24px 22px;
  background: var(--surface);
  min-width: 0;
}

.z7190cfit_warn {
  background: var(--accent-soft) !important;
  border-left: 2px solid var(--brand-deep);
}

.z7190cfit_duo h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.z7190cfit_duo ul {
  display: grid;
  gap: 8px;
}

.z7190cfit_duo li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: var(--muted);
}

.z7190cfit_duo li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 900;
}

/* ---------- Tips magazine ---------- */
.z7190ctips {
  background: #fff;
}

.z7190cmagazine {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-bottom: 20px;
}

.z7190cmag_lead {
  padding: 28px 26px;
  background: var(--paper);
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.z7190cmag_lead h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 16px;
  line-height: 1.35;
}

.z7190cmag_lead p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 12px;
}

.z7190cmag_lead p:last-child {
  margin-bottom: 0;
}

.z7190cmag_side {
  display: grid;
  gap: 12px;
}

.z7190cmag_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;
}

.z7190cmag_side h3 {
  font-size: 15px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z7190cmag_side p {
  font-size: 13px;
  color: var(--muted);
}

.z7190cknowledge {
  padding: 26px 24px;
  background: var(--brand-deep);
  color: rgba(255, 255, 255, 0.88);
}

.z7190cknowledge h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.z7190cknowledge p {
  font-size: 14px;
  margin-bottom: 10px;
}

.z7190cknowledge p:last-child {
  margin-bottom: 0;
}

.z7190cknowledge strong {
  color: #e8b86d;
}

/* ---------- FAQ ---------- */
.z7190cfaq {
  background: var(--bg);
}

.z7190cfaq_wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
}

.z7190cfaq_list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.z7190cfaq_item {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z7190cfaq_item h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.z7190cfaq_item p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Notice ---------- */
.z7190cnotice {
  padding: 48px 0;
  background: var(--accent-soft);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}

.z7190cnotice_title {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 18px;
  text-align: center;
}

.z7190cnotice_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.z7190cnotice_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 ---------- */
.z7190ccontact {
  padding: 72px 0;
  background:
    linear-gradient(120deg, #062820 0%, #0d5c4d 50%, #0a473c 100%);
}

.z7190ccontact_inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.z7190ccontact_left {
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.z7190ccontact_left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 6px;
}

.z7190ccontact_left li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}

.z7190ccontact_left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: var(--accent);
}

.z7190ccontact_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;
}

.z7190ccontact_label {
  font-size: 13px;
  color: #e8b86d;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.z7190ccontact_phone {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
}

.z7190ccontact_phone a {
  color: #fff;
}

.z7190ccontact_phone a:hover {
  color: #e8b86d;
}

.z7190ccontact_time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.z7190ccontact_hint {
  margin: 8px 0 12px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.z7190ccontact_hint p + p {
  margin-top: 4px;
  font-weight: 700;
}

/* ---------- Footer ---------- */
.z7190cfooter {
  background: #041c17;
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 28px;
}

.z7190cfooter_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);
}

.z7190cfooter_name {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.z7190cfooter_desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}

.z7190cfooter_col_title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.z7190cfooter_col {
  display: grid;
  gap: 8px;
}

.z7190cfooter_link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}

.z7190cfooter_link:hover {
  color: #e8b86d;
}

.z7190cflink {
  padding: 22px 0 10px;
}

.z7190cflink_title {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.z7190cflink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.z7190cflink_list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.z7190cflink_list a:hover {
  color: #fff;
}

.z7190cad {
  padding: 8px 0 16px;
  overflow: hidden;
}

.z7190ccopyright {
  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);
}

.z7190ccopyright a {
  color: rgba(255, 255, 255, 0.78);
}

.z7190ccopyright a:hover {
  color: #e8b86d;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .z7190csection {
    padding: 60px 0;
  }

  .z7190cbanner_stage,
  .z7190cabout_bleed,
  .z7190csplit_head,
  .z7190cpath_block,
  .z7190cprocess_wrap,
  .z7190ccase_line,
  .z7190ccase_line_rev,
  .z7190cmagazine,
  .z7190cfaq_wrap,
  .z7190ccontact_inner,
  .z7190cmat_duo {
    grid-template-columns: 1fr;
  }

  .z7190ccase_line_rev {
    direction: ltr;
  }

  .z7190cabout_media img {
    min-height: 320px;
  }

  .z7190cabout_panel {
    padding: 40px 28px;
  }

  .z7190crail_item {
    grid-template-columns: 64px 1fr;
  }

  .z7190crail_meta {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .z7190cadv_list,
  .z7190cvoice_rail,
  .z7190caud_board,
  .z7190cnotice_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z7190caud_board > div:nth-child(2) {
    border-right: 0;
  }

  .z7190cfooter_grid {
    grid-template-columns: 1fr 1fr;
  }

  .z7190cfooter_brand {
    grid-column: 1 / -1;
  }
}

/* ---------- Mobile nav ---------- */
@media (max-width: 860px) {
  .z7190cnav_btn_open {
    display: flex;
  }

  .z7190cnav {
    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);
  }

  .z7190cnav_link {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .z7190cnav_cta {
    margin-top: 10px;
    text-align: center;
  }

  .z7190cbody:has(#z7190cnav_open:target) .z7190cnav {
    display: flex;
  }

  .z7190cbody:has(#z7190cnav_open:target) .z7190cnav_btn_open {
    display: none;
  }

  .z7190cbody:has(#z7190cnav_open:target) .z7190cnav_btn_close {
    display: flex;
  }

  .z7190cnav_btn_close .z7190cnav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .z7190cnav_btn_close .z7190cnav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .z7190cnav_btn_close .z7190cnav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .z7190cdecide_row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Phone ---------- */
@media (max-width: 640px) {
  .z7190ccontainer,
  .z7190cbanner_stage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .z7190csection {
    padding: 48px 0;
  }

  .z7190cbanner {
    padding: 40px 0 56px;
  }

  .z7190cbanner_photo {
    transform: none;
  }

  .z7190cbanner_float {
    left: 12px;
    right: 12px;
    bottom: -18px;
    width: auto;
  }

  .z7190cbanner_actions .z7190cbtn {
    flex: 1 1 100%;
  }

  .z7190cdecide {
    margin-top: -24px;
  }

  .z7190csplit_head {
    gap: 12px;
    margin-bottom: 28px;
  }

  .z7190crail_item {
    grid-template-columns: 52px 1fr;
  }

  .z7190crail_idx {
    font-size: 16px;
  }

  .z7190crail_body {
    padding: 16px;
  }

  .z7190cscene_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .z7190cadv_list,
  .z7190cvoice_rail,
  .z7190caud_board,
  .z7190cfit_duo,
  .z7190cnotice_row,
  .z7190cfooter_grid,
  .z7190ccontact_left ul {
    grid-template-columns: 1fr;
  }

  .z7190caud_board > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .z7190caud_board > div:last-child {
    border-bottom: 0;
  }

  .z7190cfit_warn {
    border-left: 0;
    border-top: 2px solid var(--brand-deep);
  }

  .z7190cpath_side,
  .z7190cpath_main,
  .z7190cabout_panel,
  .z7190cmat_col,
  .z7190cmag_lead,
  .z7190cknowledge,
  .z7190ccontact_right {
    padding: 22px 18px;
  }

  .z7190ctimeline li {
    grid-template-columns: 48px 1fr;
    padding-left: 16px;
  }

  .z7190cadvantage,
  .z7190ccontact,
  .z7190cvoices {
    padding: 48px 0;
  }

  .z7190ctable th,
  .z7190ctable td {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .z7190clogo_title {
    font-size: 16px;
  }

  .z7190cbanner_title {
    font-size: 28px;
  }

  .z7190cbtn {
    min-height: 44px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.z7190cservices,
.z7190cproducts,
.z7190cscenes,
.z7190cprocess,
.z7190cfaq,
.z7190ccontact,
.z7190ccompare,
.z7190cmaterials,
.z7190ctips,
.z7190cnotice,
.z7190cabout,
.z7190ccases,
.z7190cvoices,
.z7190cadvantage {
  scroll-margin-top: 78px;
}
