/* 空放贷款落地页 z725ec — Forest Emerald 杂志式布局 */

.z725ecbody {
  --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;
}

.z725ecbody *,
.z725ecbody *::before,
.z725ecbody *::after {
  box-sizing: border-box;
}

.z725ecbody img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.z725ecbody 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;
}

.z725ecbody h1,
.z725ecbody h2,
.z725ecbody h3,
.z725ecbody h4,
.z725ecbody p,
.z725ecbody ul,
.z725ecbody ol,
.z725ecbody blockquote {
  margin: 0;
  padding: 0;
}

.z725ecbody ul,
.z725ecbody ol {
  list-style: none;
}

.z725eccontainer {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.z725echeader {
  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);
}

.z725echeader_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 12px 18px;
  position: relative;
}

.z725eclogo {
  flex-shrink: 0;
  max-width: calc(100% - 56px);
}

.z725eclogo_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;
}

.z725eclogo_link:hover {
  color: var(--accent);
}

.z725ecnav_anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.z725ecnav_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;
}

.z725ecnav_btn_close {
  display: none;
}

.z725ecnav_btn_line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--brand);
}

.z725ecnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 18px;
}

.z725ecnav_link {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.z725ecnav_link:hover {
  color: var(--brand);
  border-bottom-color: var(--accent);
}

.z725ecnav_cta {
  padding: 8px 16px !important;
  background: var(--brand);
  color: #fff !important;
  border-bottom: 0 !important;
}

.z725ecnav_cta:hover {
  background: var(--brand-deep);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ---------- Buttons ---------- */
.z725ecbtn {
  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;
}

.z725ecbtn_primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(196, 120, 42, 0.28);
}

.z725ecbtn_primary:hover {
  background: #a8631f;
  transform: translateY(-1px);
}

.z725ecbtn_ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.z725ecbtn_ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.z725ecbtn_light {
  background: #fff;
  color: var(--brand-deep);
}

.z725ecbtn_light:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* ---------- Commons ---------- */
.z725ecsection {
  padding: 80px 0;
}

.z725eceyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.z725eceyebrow_on_dark {
  color: #e8b86d;
}

.z725ectitle {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-deep);
  letter-spacing: -0.01em;
}

.z725ectitle_on_dark {
  color: #fff;
}

.z725ecdesc {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.z725ecsplit_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);
}

.z725ecsplit_desc {
  color: var(--muted);
  font-size: 15px;
  padding-bottom: 4px;
}

.z725eccenter_head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.z725eccenter_head_light .z725ecdesc {
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- Banner: full-bleed dark ---------- */
.z725ecbanner {
  background:
    linear-gradient(125deg, #062820 0%, #0d5c4d 48%, #0a473c 100%);
  color: #fff;
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}

.z725ecbanner::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;
}

.z725ecbanner_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;
}

.z725ecbanner_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;
}

.z725ecbanner_title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 18px;
  color: #fff;
}

.z725ecbanner_lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin-bottom: 14px;
}

.z725ecbanner_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;
}

.z725ecbanner_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.z725ecbanner_visual {
  position: relative;
}

.z725ecbanner_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);
}

.z725ecbanner_photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.z725ecbanner_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);
}

.z725ecbanner_float_label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.85;
  margin-bottom: 6px;
}

.z725ecbanner_float_main {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 4px;
}

.z725ecbanner_float_sub {
  font-size: 12px;
  opacity: 0.9;
}

/* ---------- Decide Q cards ---------- */
.z725ecdecide {
  margin-top: -36px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.z725ecdecide_head {
  margin-bottom: 18px;
}

.z725ecdecide_head h2 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z725ecdecide_head p {
  color: var(--muted);
  font-size: 14px;
}

.z725ecdecide_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.z725ecdecide_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);
}

.z725ecdecide_card span {
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.1em;
}

.z725ecdecide_card strong {
  font-size: 18px;
  color: var(--brand-deep);
  line-height: 1.35;
}

.z725ecdecide_card em {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}

.z725ecdecide_card:hover {
  background: var(--brand-soft);
  transform: translateY(-3px);
}

/* ---------- Services rail ---------- */
.z725ecservices {
  background: var(--paper);
}

.z725ecrail {
  display: grid;
  gap: 0;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
}

.z725ecrail_item {
  display: grid;
  grid-template-columns: 88px 1fr 180px;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z725ecrail_item:last-child {
  border-bottom: 0;
}

.z725ecrail_alt {
  background: #fafbfa;
}

.z725ecrail_accent {
  background: linear-gradient(90deg, var(--accent-soft), #fff 40%);
}

.z725ecrail_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;
}

.z725ecrail_alt .z725ecrail_idx,
.z725ecrail_accent .z725ecrail_idx {
  background: var(--brand);
}

.z725ecrail_body {
  padding: 22px 24px;
  min-width: 0;
}

.z725ecrail_body h3 {
  font-size: 20px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.z725ecrail_body p {
  font-size: 14px;
  color: var(--muted);
}

.z725ecrail_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);
}

.z725ecrail_meta li {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  padding-left: 12px;
  position: relative;
}

.z725ecrail_meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--accent);
}

/* ---------- About bleed ---------- */
.z725ecabout {
  padding: 0;
}

.z725ecabout_bleed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.z725ecabout_media {
  min-height: 420px;
  overflow: hidden;
  background: var(--brand-deep);
}

.z725ecabout_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 560px;
}

.z725ecabout_panel {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.z725ecabout_panel .z725ectitle {
  margin-bottom: 6px;
}

.z725ecdark_list {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
}

.z725ecdark_list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.z725ecdark_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

/* ---------- Products path ---------- */
.z725ecproducts {
  background: var(--bg);
}

.z725ecpath {
  display: grid;
  gap: 16px;
}

.z725ecpath_block {
  display: grid;
  grid-template-columns: 280px 1fr;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
  overflow: hidden;
  min-width: 0;
}

.z725ecpath_side {
  padding: 28px 24px;
  background: var(--brand-deep);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.z725ecpath_side span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #e8b86d;
}

.z725ecpath_side h3 {
  font-size: 22px;
  line-height: 1.35;
}

.z725ecpath_side p {
  font-size: 13px;
  opacity: 0.8;
}

.z725ecpath_main {
  padding: 28px 28px;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.z725ecpath_main p {
  font-size: 14px;
  color: var(--muted);
  padding-left: 14px;
  border-left: 3px solid var(--brand-soft);
}

.z725ecpath_main strong {
  color: var(--brand-deep);
}

/* ---------- Compare table ---------- */
.z725eccompare {
  background: var(--paper);
}

.z725ectable_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--brand-deep);
  background: var(--surface);
}

.z725ectable {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.z725ectable th,
.z725ectable td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.z725ectable th {
  background: var(--brand-deep);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.z725ectable tbody tr:nth-child(even) {
  background: var(--brand-soft);
}

.z725ectable tbody tr:last-child td {
  border-bottom: 0;
}

.z725ectable td:first-child {
  font-weight: 800;
  color: var(--brand);
  white-space: nowrap;
}

/* ---------- Scenes stack ---------- */
.z725ecscenes {
  background: #fff;
}

.z725ecscene_stack {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.z725ecscene_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z725ecscene_num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 4px;
}

.z725ecscene_copy h3 {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.z725ecscene_copy p {
  font-size: 15px;
  color: var(--muted);
  max-width: 820px;
}

/* ---------- Advantage band ---------- */
.z725ecadvantage {
  background:
    linear-gradient(135deg, var(--brand-deep) 0%, #0a4a3e 55%, #08352d 100%);
  padding: 72px 0;
}

.z725ecadv_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.z725ecadv_list > div {
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  min-width: 0;
}

.z725ecadv_list strong {
  display: block;
  color: #e8b86d;
  font-size: 16px;
  margin-bottom: 8px;
}

.z725ecadv_list span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

/* ---------- Materials ---------- */
.z725ecmaterials {
  background: var(--bg);
}

.z725ecmat_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.z725ecmat_col {
  padding: 32px 28px;
  background: var(--surface);
  min-width: 0;
}

.z725ecmat_col_dark {
  background: var(--brand-deep);
  color: #fff;
}

.z725ecmat_col h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--brand-deep);
}

.z725ecmat_col_dark h3 {
  color: #fff;
}

.z725ecmat_col ul {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.z725ecmat_col li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: var(--muted);
}

.z725ecmat_col_dark li {
  color: rgba(255, 255, 255, 0.82);
}

.z725ecmat_col li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.z725ecmat_tip {
  font-size: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--brand);
  font-weight: 600;
}

.z725ecmat_col_dark .z725ecmat_tip {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: #e8b86d;
}

/* ---------- Process timeline ---------- */
.z725ecprocess {
  background: var(--paper);
}

.z725ecprocess_wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.z725ecprocess_intro .z725ectitle {
  margin-bottom: 12px;
}

.z725ectimeline {
  display: grid;
  gap: 0;
  border-left: 3px solid var(--brand);
  padding-left: 0;
}

.z725ectimeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 0 0 28px 20px;
  position: relative;
  min-width: 0;
}

.z725ectimeline li:last-child {
  padding-bottom: 0;
}

.z725ectimeline 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);
}

.z725ectimeline span {
  font-size: 20px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1.2;
}

.z725ectimeline h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z725ectimeline p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Cases ---------- */
.z725eccases {
  background: #fff;
}

.z725eccase_lines {
  display: grid;
  gap: 28px;
}

.z725eccase_line {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.z725eccase_line_rev {
  direction: rtl;
}

.z725eccase_line_rev > * {
  direction: ltr;
}

.z725eccase_pic {
  overflow: hidden;
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.z725eccase_pic img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.z725eccase_text span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.z725eccase_text h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.z725eccase_text p {
  font-size: 15px;
  color: var(--muted);
}

/* ---------- Voices ---------- */
.z725ecvoices {
  padding: 72px 0;
  background: var(--brand-soft);
}

.z725ecvoice_rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.z725ecvoice_rail blockquote {
  padding: 22px 18px;
  background: var(--surface);
  border-top: 4px solid var(--accent);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.z725ecvoice_rail p {
  font-size: 14px;
  color: var(--ink);
  flex: 1;
}

.z725ecvoice_rail footer {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
}

/* ---------- Audience ---------- */
.z725ecaudience {
  background: var(--paper);
}

.z725ecaud_board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--brand-deep);
  margin-bottom: 16px;
  overflow: hidden;
}

.z725ecaud_board > div {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: var(--surface);
  min-width: 0;
}

.z725ecaud_board > div:last-child {
  border-right: 0;
}

.z725ecaud_board h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 10px;
}

.z725ecaud_board p {
  font-size: 13px;
  color: var(--muted);
}

.z725ecfit_duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--brand-deep);
  overflow: hidden;
}

.z725ecfit_duo > div {
  padding: 24px 22px;
  background: var(--surface);
  min-width: 0;
}

.z725ecfit_warn {
  background: var(--accent-soft) !important;
  border-left: 2px solid var(--brand-deep);
}

.z725ecfit_duo h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 12px;
}

.z725ecfit_duo ul {
  display: grid;
  gap: 8px;
}

.z725ecfit_duo li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: var(--muted);
}

.z725ecfit_duo li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 900;
}

/* ---------- Tips magazine ---------- */
.z725ectips {
  background: #fff;
}

.z725ecmagazine {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-bottom: 20px;
}

.z725ecmag_lead {
  padding: 28px 26px;
  background: var(--paper);
  border: 2px solid var(--brand-deep);
  min-width: 0;
}

.z725ecmag_lead h3 {
  font-size: 24px;
  color: var(--brand-deep);
  margin-bottom: 16px;
  line-height: 1.35;
}

.z725ecmag_lead p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 12px;
}

.z725ecmag_lead p:last-child {
  margin-bottom: 0;
}

.z725ecmag_side {
  display: grid;
  gap: 12px;
}

.z725ecmag_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;
}

.z725ecmag_side h3 {
  font-size: 15px;
  color: var(--brand-deep);
  margin-bottom: 6px;
}

.z725ecmag_side p {
  font-size: 13px;
  color: var(--muted);
}

.z725ecknowledge {
  padding: 26px 24px;
  background: var(--brand-deep);
  color: rgba(255, 255, 255, 0.88);
}

.z725ecknowledge h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}

.z725ecknowledge p {
  font-size: 14px;
  margin-bottom: 10px;
}

.z725ecknowledge p:last-child {
  margin-bottom: 0;
}

.z725ecknowledge strong {
  color: #e8b86d;
}

/* ---------- FAQ ---------- */
.z725ecfaq {
  background: var(--bg);
}

.z725ecfaq_wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
}

.z725ecfaq_list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--brand-deep);
}

.z725ecfaq_item {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.z725ecfaq_item h3 {
  font-size: 17px;
  color: var(--brand-deep);
  margin-bottom: 8px;
}

.z725ecfaq_item p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Notice ---------- */
.z725ecnotice {
  padding: 48px 0;
  background: var(--accent-soft);
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}

.z725ecnotice_title {
  font-size: 22px;
  color: var(--brand-deep);
  margin-bottom: 18px;
  text-align: center;
}

.z725ecnotice_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.z725ecnotice_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 ---------- */
.z725eccontact {
  padding: 72px 0;
  background:
    linear-gradient(120deg, #062820 0%, #0d5c4d 50%, #0a473c 100%);
}

.z725eccontact_inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.z725eccontact_left {
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.z725eccontact_left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 6px;
}

.z725eccontact_left li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}

.z725eccontact_left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: var(--accent);
}

.z725eccontact_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;
}

.z725eccontact_label {
  font-size: 13px;
  color: #e8b86d;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.z725eccontact_phone {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
}

.z725eccontact_phone a {
  color: #fff;
}

.z725eccontact_phone a:hover {
  color: #e8b86d;
}

.z725eccontact_time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.z725eccontact_hint {
  margin: 8px 0 12px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.z725eccontact_hint p + p {
  margin-top: 4px;
  font-weight: 700;
}

/* ---------- Footer ---------- */
.z725ecfooter {
  background: #041c17;
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 28px;
}

.z725ecfooter_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);
}

.z725ecfooter_name {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.z725ecfooter_desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}

.z725ecfooter_col_title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.z725ecfooter_col {
  display: grid;
  gap: 8px;
}

.z725ecfooter_link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}

.z725ecfooter_link:hover {
  color: #e8b86d;
}

.z725ecflink {
  padding: 22px 0 10px;
}

.z725ecflink_title {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.z725ecflink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.z725ecflink_list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.z725ecflink_list a:hover {
  color: #fff;
}

.z725ecad {
  padding: 8px 0 16px;
  overflow: hidden;
}

.z725eccopyright {
  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);
}

.z725eccopyright a {
  color: rgba(255, 255, 255, 0.78);
}

.z725eccopyright a:hover {
  color: #e8b86d;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .z725ecsection {
    padding: 60px 0;
  }

  .z725ecbanner_stage,
  .z725ecabout_bleed,
  .z725ecsplit_head,
  .z725ecpath_block,
  .z725ecprocess_wrap,
  .z725eccase_line,
  .z725eccase_line_rev,
  .z725ecmagazine,
  .z725ecfaq_wrap,
  .z725eccontact_inner,
  .z725ecmat_duo {
    grid-template-columns: 1fr;
  }

  .z725eccase_line_rev {
    direction: ltr;
  }

  .z725ecabout_media img {
    min-height: 320px;
  }

  .z725ecabout_panel {
    padding: 40px 28px;
  }

  .z725ecrail_item {
    grid-template-columns: 64px 1fr;
  }

  .z725ecrail_meta {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .z725ecadv_list,
  .z725ecvoice_rail,
  .z725ecaud_board,
  .z725ecnotice_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z725ecaud_board > div:nth-child(2) {
    border-right: 0;
  }

  .z725ecfooter_grid {
    grid-template-columns: 1fr 1fr;
  }

  .z725ecfooter_brand {
    grid-column: 1 / -1;
  }
}

/* ---------- Mobile nav ---------- */
@media (max-width: 860px) {
  .z725ecnav_btn_open {
    display: flex;
  }

  .z725ecnav {
    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);
  }

  .z725ecnav_link {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
    white-space: normal;
  }

  .z725ecnav_cta {
    margin-top: 10px;
    text-align: center;
  }

  .z725ecbody:has(#z725ecnav_open:target) .z725ecnav {
    display: flex;
  }

  .z725ecbody:has(#z725ecnav_open:target) .z725ecnav_btn_open {
    display: none;
  }

  .z725ecbody:has(#z725ecnav_open:target) .z725ecnav_btn_close {
    display: flex;
  }

  .z725ecnav_btn_close .z725ecnav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .z725ecnav_btn_close .z725ecnav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .z725ecnav_btn_close .z725ecnav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .z725ecdecide_row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Phone ---------- */
@media (max-width: 640px) {
  .z725eccontainer,
  .z725ecbanner_stage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .z725ecsection {
    padding: 48px 0;
  }

  .z725ecbanner {
    padding: 40px 0 56px;
  }

  .z725ecbanner_photo {
    transform: none;
  }

  .z725ecbanner_float {
    left: 12px;
    right: 12px;
    bottom: -18px;
    width: auto;
  }

  .z725ecbanner_actions .z725ecbtn {
    flex: 1 1 100%;
  }

  .z725ecdecide {
    margin-top: -24px;
  }

  .z725ecsplit_head {
    gap: 12px;
    margin-bottom: 28px;
  }

  .z725ecrail_item {
    grid-template-columns: 52px 1fr;
  }

  .z725ecrail_idx {
    font-size: 16px;
  }

  .z725ecrail_body {
    padding: 16px;
  }

  .z725ecscene_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .z725ecadv_list,
  .z725ecvoice_rail,
  .z725ecaud_board,
  .z725ecfit_duo,
  .z725ecnotice_row,
  .z725ecfooter_grid,
  .z725eccontact_left ul {
    grid-template-columns: 1fr;
  }

  .z725ecaud_board > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .z725ecaud_board > div:last-child {
    border-bottom: 0;
  }

  .z725ecfit_warn {
    border-left: 0;
    border-top: 2px solid var(--brand-deep);
  }

  .z725ecpath_side,
  .z725ecpath_main,
  .z725ecabout_panel,
  .z725ecmat_col,
  .z725ecmag_lead,
  .z725ecknowledge,
  .z725eccontact_right {
    padding: 22px 18px;
  }

  .z725ectimeline li {
    grid-template-columns: 48px 1fr;
    padding-left: 16px;
  }

  .z725ecadvantage,
  .z725eccontact,
  .z725ecvoices {
    padding: 48px 0;
  }

  .z725ectable th,
  .z725ectable td {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .z725eclogo_title {
    font-size: 16px;
  }

  .z725ecbanner_title {
    font-size: 28px;
  }

  .z725ecbtn {
    min-height: 44px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.z725ecservices,
.z725ecproducts,
.z725ecscenes,
.z725ecprocess,
.z725ecfaq,
.z725eccontact,
.z725eccompare,
.z725ecmaterials,
.z725ectips,
.z725ecnotice,
.z725ecabout,
.z725eccases,
.z725ecvoices,
.z725ecadvantage {
  scroll-margin-top: 78px;
}
