/* ============================================================
   Zenmoon · 联系页（方案 A · 沉浸式分步咨询流程）
   视觉语言：黑底 + 米色表单 + 暖橙按钮
   与首页 RFQ 完全统一
   ============================================================ */

/* ============================================================
   Zenmoon 全站字号阶梯规范（4 级）
   适用：独立站所有页面（contact / products / index 全部）
   原则：可读内容 ≥ 14px；纯装饰元素（法务小字 / 装饰编号）可 12px
   ============================================================
   L1 标题    22-26px  卡片主标题 / 身份卡 / 段标题    700-800
   L2 正文    16-17px  主体描述 / 按钮 / strong        400-750
   L3 辅助    14-15px  kicker / chip / label / 说明    600-800
   L4 装饰    12px     仅法律小字 / 装饰编号 / ⌄箭头   500
   底线：14px（任何"可读文本"）
   视觉重公式：字号 × 字重 × 字距 × 颜色对比 = 实际可见度
   ============================================================ */

:root {
  --ink: #1a1613;
  --paper: #f5eee5;
  --paper-deep: #e8ddd0;
  --paper-soft: #f4ece1;
  --night: #171411;
  --night-2: #1d1815;
  --muted: #6b6057;
  --copper: #d27b49;
  --copper-2: #cf7140;
  --copper-soft: #df8553;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(26, 22, 19, 0.13);
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

body.zenmoon-contact-v2 {
  background: var(--paper);
}

/* ---------- Hero ---------- */
.contact-hero-v2 {
  position: relative;
  min-height: 480px;
  padding: 168px 0 88px;
  background:
    radial-gradient(70% 50% at 90% 0%, rgba(207, 113, 64, 0.10), transparent 60%),
    linear-gradient(180deg, #f7f0e5 0%, #efe3d2 100%);
  color: var(--ink);
  overflow: hidden;
}
.contact-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 80% 0%, rgba(207, 113, 64, 0.10), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(33, 95, 71, 0.08), transparent 60%);
  z-index: 0;
}
.contact-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.contact-hero-v2 .page-kicker {
  color: var(--copper);
}
.contact-hero-v2 h1 {
  margin: 18px 0 22px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: var(--ink);
}
.contact-hero-v2 > .contact-hero-inner > p {
  max-width: 640px;
  margin: 0 0 36px;
  color: #51483f;
  font-size: 19px;
  line-height: 1.65;
}
.contact-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.contact-promise span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 22px 11px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(26, 22, 19, 0.10);
  color: #2b221b;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.005em;
}
.contact-promise i {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: #fff7ed;
  font-style: normal;
  flex: 0 0 auto;
}
.contact-promise i svg {
  width: 20px;
  height: 20px;
  display: block;
}
body.zenmoon-contact-v2 .site-page-hero {
  background-position: center center;
}
body.zenmoon-contact-v2 .site-page-hero::before {
  background: linear-gradient(90deg, rgba(10, 14, 20, 0.6) 0%, rgba(10, 14, 20, 0.34) 40%, rgba(10, 14, 20, 0.08) 74%, rgba(10, 14, 20, 0.02) 100%);
}
body.zenmoon-contact-v2 .site-page-hero-content {
  max-width: min(660px, 60%);
}
@media (min-width: 901px) {
  body.zenmoon-contact-v2 .site-page-hero-content {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
.contact-hero-trust {
  gap: 8px;
  margin-top: 28px;
}
.contact-hero-trust span {
  padding: 8px 12px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(14, 18, 24, 0.66);
  color: #f8efe5;
  backdrop-filter: blur(8px);
}
.contact-hero-trust i {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  background: rgba(210, 123, 73, 0.92);
}
.contact-hero-trust i svg {
  width: 17px;
  height: 17px;
}
@media (max-width: 900px) {
  body.zenmoon-contact-v2 .site-page-hero-content { max-width: 72%; }
}
@media (max-width: 640px) {
  body.zenmoon-contact-v2 .site-page-hero {
    min-height: 720px;
    align-items: end;
    padding: 140px 0 42px;
    background-position: 61% center;
  }
  body.zenmoon-contact-v2 .site-page-hero::before {
    background: linear-gradient(90deg, rgba(10, 14, 20, 0.56) 0%, rgba(10, 14, 20, 0.28) 42%, rgba(10, 14, 20, 0.06) 78%, rgba(10, 14, 20, 0.02) 100%);
  }
  body.zenmoon-contact-v2 .site-page-hero-content { max-width: 100%; }
  .contact-hero-trust { width: 100%; margin-top: 22px; }
  .contact-hero-trust span { flex: 1 1 150px; justify-content: flex-start; }
}

/* ---------- 分步表单外壳 ---------- */
.contact-step-section {
  position: relative;
  padding: 96px 0 100px;
  background: var(--night);
  color: #f8efe5;
}
.contact-step-shell {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 44px 52px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  z-index: 2;
}
@media (max-width: 640px) {
  .contact-step-shell {
    width: min(100% - 24px, 980px);
    padding: 28px 22px 36px;
    border-radius: 24px;
  }
}

/* ---------- 进度条 ---------- */
.contact-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  padding-bottom: 28px;
}
.progress-step {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8a7e72;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 0.5s var(--ease);
}
.progress-num {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.5s var(--ease);
}
.progress-step.active {
  color: #f4ece1;
}
.progress-step.active .progress-num {
  background: var(--copper);
  border-color: var(--copper);
  color: #fff;
}
.progress-step.done {
  color: #c2b6a8;
}
.progress-step.done .progress-num {
  background: rgba(207, 113, 64, 0.4);
  border-color: rgba(207, 113, 64, 0.6);
  color: #fff;
}
.progress-connector {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}
@media (max-width: 640px) {
  .progress-label { display: none; }
  .contact-progress { gap: 10px; }
}

/* ---------- Step Pane ---------- */
.step-pane {
  animation: stepIn 0.6s var(--ease);
  scroll-margin-top: 96px;
}
.step-pane[hidden] { display: none; }
@keyframes stepIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.step-pane .page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--copper-soft);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.step-pane h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff7ed;
}
.step-lead {
  margin: 0 0 32px;
  color: #b7aaa0;
  font-size: 16px;
  line-height: 1.7;
  max-width: 580px;
}

/* ---------- Step 1: 身份卡片 ---------- */
.identity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .identity-grid { grid-template-columns: 1fr; gap: 12px; }
}
.identity-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.45s var(--ease);
}
.identity-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
.identity-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.identity-card:has(input:checked) {
  background: rgba(207, 113, 64, 0.12);
  border-color: var(--copper);
  box-shadow: 0 0 0 1px var(--copper) inset;
}
.identity-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: #fff7ed;
  font-size: 26px;
  line-height: 1;
  flex: 0 0 auto;
}
.identity-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.identity-card:has(input:checked) .identity-icon {
  background: var(--copper);
  color: #fff;
}
.identity-card strong {
  display: block;
  color: #fff7ed;
  font-size: 17px;
  font-weight: 750;
  margin-bottom: 4px;
}
.identity-card small {
  display: block;
  color: #a89a8c;
  font-size: 14px;
  line-height: 1.5;
}

.step-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

/* ---------- Step 2: 表单字段 ---------- */
.contact-form-v2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.field-section-label {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
  color: var(--copper-soft);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.conditional-fields {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.conditional-fields[hidden] { display: none; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 640px) {
  .contact-grid { grid-template-columns: 1fr; gap: 12px; }
}

.field {
  display: grid;
  gap: 7px;
}
.field.full { grid-column: 1 / -1; }
.field > span {
  font-size: 14px;
  font-weight: 650;
  color: #d8cbbe;
  letter-spacing: 0.01em;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.04);
  color: #f8efe5;
  font-family: inherit;
  font-size: 15px;
  transition: all 0.35s var(--ease);
}
.field input::placeholder,
.field textarea::placeholder { color: #6e6258; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--copper);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(207, 113, 64, 0.18);
}
.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #d8cbbe 50%),
    linear-gradient(135deg, #d8cbbe 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

/* ---------- 自定义下拉（独立站色板：夜墨底 + 铜色描边 + 米色文字） ---------- */
.field select.is-native-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  padding: 0;
  margin: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.zenmoon-select {
  position: relative;
  display: block;
  width: 100%;
}
.zenmoon-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #f8efe5;
  font-family: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  transition: all 0.35s var(--ease);
}
.zenmoon-select-trigger:hover {
  border-color: rgba(207, 113, 64, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.zenmoon-select-trigger:focus-visible,
.zenmoon-select.is-open .zenmoon-select-trigger {
  outline: none;
  border-color: var(--copper);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(207, 113, 64, 0.18);
}
.zenmoon-select-trigger.is-placeholder {
  color: #6e6258;
}
.zenmoon-select-trigger svg {
  width: 16px;
  height: 16px;
  color: #d8cbbe;
  flex: 0 0 auto;
  transition: transform 0.3s var(--ease);
}
.zenmoon-select.is-open .zenmoon-select-trigger svg {
  transform: rotate(180deg);
  color: var(--copper);
}
.zenmoon-select-menu {
  position: fixed;
  z-index: 60;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #171411;
  border: 1px solid rgba(207, 113, 64, 0.35);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  max-height: 280px;
  overflow-y: auto;
}
.zenmoon-select-option {
  padding: 11px 14px;
  border-radius: 9px;
  color: #f8efe5;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.zenmoon-select-option:hover,
.zenmoon-select-option:focus-visible {
  background: rgba(207, 113, 64, 0.18);
  color: #fff7ed;
  outline: none;
}
.zenmoon-select-option.is-selected {
  background: var(--copper);
  color: #1a1613;
  font-weight: 700;
}
.zenmoon-select-option.is-placeholder {
  color: #6e6258;
}
.field textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}

/* ---------- Chip Groups ---------- */
.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
}
.chip {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  user-select: none;
}
.chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: #d8cbbe;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.35s var(--ease);
}
.chip:hover span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.chip:has(input:checked) span {
  background: rgba(207, 113, 64, 0.15);
  border-color: var(--copper);
  color: #fff7ed;
}

/* ---------- Privacy + Actions ---------- */
.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0 4px;
  color: #b7aaa0;
  font-size: 14px;
  line-height: 1.55;
  cursor: pointer;
}
.privacy-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--copper);
}
.privacy-consent a {
  color: var(--copper-soft);
  text-underline-offset: 3px;
}

/* Contact RFQ v2 owns its form surface; shared RFQ v1 styles must not leak in. */
.contact-step-section .contact-form-v2 {
  padding: 0;
  border-radius: 0;
  background: #171411;
  color: #f8efe5;
}
.contact-step-section .contact-form-v2 .field > span {
  color: #d8cbbe;
}
.contact-step-section .contact-form-v2 .field input,
.contact-step-section .contact-form-v2 .field select,
.contact-step-section .contact-form-v2 .field textarea,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger {
  border-color: #8c7969;
  background-color: #27211d;
  color: #f8efe5;
}
.contact-step-section .contact-form-v2 .field input::placeholder,
.contact-step-section .contact-form-v2 .field textarea::placeholder,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger.is-placeholder,
.contact-step-section .contact-form-v2 .zenmoon-select-option.is-placeholder {
  color: #c2b4a7;
  opacity: 1;
}
.contact-step-section .contact-form-v2 .field input:hover,
.contact-step-section .contact-form-v2 .field select:hover,
.contact-step-section .contact-form-v2 .field textarea:hover,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger:hover {
  border-color: #b28b72;
  background-color: #2d2722;
}
.contact-step-section .contact-form-v2 .field input:focus,
.contact-step-section .contact-form-v2 .field select:focus,
.contact-step-section .contact-form-v2 .field textarea:focus,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger:focus-visible,
.contact-step-section .contact-form-v2 .zenmoon-select.is-open .zenmoon-select-trigger {
  border-color: #d98858;
  background-color: #2d2722;
}
.contact-step-section .contact-form-v2 .chip span {
  border-color: #8c7969;
  background: #27211d;
  color: #d8cbbe;
}
.contact-step-section .contact-form-v2 .chip:hover span {
  border-color: #b28b72;
  background: #2d2722;
}
.contact-step-section .contact-form-v2 .chip:has(input:checked) span {
  border-color: #d98858;
  background: #5c321f;
  color: #fff7ed;
}
.contact-step-section .contact-form-v2 .chip input:focus-visible + span {
  outline: 3px solid #d98858;
  outline-offset: 2px;
}
.contact-step-section .contact-form-v2 .privacy-consent {
  color: #c7b9ac;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.form-actions .page-button {
  flex: 0 0 auto;
}

.form-note {
  margin: 0;
  color: #8a7e72;
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- 直接联系段 ---------- */
.contact-direct-v2 {
  padding: 100px 0 100px;
  background: var(--paper);
  color: var(--ink);
}
.contact-direct-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.contact-direct-v2 .page-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact-channel h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.contact-channel p {
  margin: 0 0 40px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 600px;
}
.contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 36px;
  align-items: flex-start;
}
.contact-channels > .channel-card {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 900px) {
  .contact-channels > .channel-card { flex: 1 1 100%; }
}
.channel-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px 28px 26px;
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line-dark);
  position: relative;
  height: 100%;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  filter: none !important;
}
.channel-card > * { min-width: 0; }
.channel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.channel-head i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: #fff7ed;
  font-style: normal;
  flex: 0 0 auto;
}
.channel-head i svg {
  width: 22px;
  height: 22px;
  display: block;
}
.channel-head small {
  display: inline-block;
  color: #2b221b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
.channel-card strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  word-break: break-all;
}
.channel-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-top: 8px;
}

.trust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border-radius: 16px;
  background: var(--paper-deep);
  font-size: 14px;
}
.trust-bar svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 6px;
  color: var(--copper);
}
.trust-bar a {
  color: var(--copper);
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 640px) {
  .trust-bar { flex-direction: column; align-items: flex-start; gap: 8px; }
  .channel-card { padding: 22px 22px; }
  .channel-card strong { font-size: 18px; }
}

/* ---------- 按钮（在 step-actions 和 form-actions 里复用） ---------- */
.contact-step-section .page-button,
.contact-direct-v2 .page-button,
.contact-form-v2 .page-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 11px 11px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--copper);
  color: #fff;
  font-weight: 750;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.5s var(--ease), transform 0.5s var(--ease);
  box-shadow: none;
}
.contact-step-section .page-button span,
.contact-direct-v2 .page-button span,
.contact-form-v2 .page-button span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.contact-step-section .page-button:hover,
.contact-direct-v2 .page-button:hover,
.contact-form-v2 .page-button:hover {
  transform: translateY(-1px);
  background: #e18a55;
  box-shadow: none;
}
.contact-step-section .page-button.secondary,
.contact-direct-v2 .page-button.secondary,
.contact-form-v2 .page-button.secondary {
  background: transparent;
  color: #d8cbbe;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.contact-step-section .page-button.secondary:hover,
.contact-direct-v2 .page-button.secondary:hover,
.contact-form-v2 .page-button.secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff7ed;
}

/* ---------- 联系页：保留 WA 浮动按钮 + 位置上移让出主操作区 ----------
   本页"直接联系 Zenmoon"段虽含 WhatsApp 卡片，但浮动按钮仍是用户期望的统一入口。
   默认 bottom:22px 会遮挡"下一步"/"提交询盘"主操作按钮，所以上移到底部 96px，
   既保留转化入口，又让主操作按钮可点 */
body.zenmoon-contact-v2 .whatsapp {
  bottom: 96px;
}

/* ---------- 联系页表单刷新：浅色表面、统一圆角与更宽松的字段间距 ---------- */
.contact-step-section {
  background: var(--paper);
  color: var(--ink);
}
.contact-step-shell {
  background: #fffaf5;
  border-color: #eadbd0;
  box-shadow: 0 18px 50px rgba(76, 54, 36, 0.08);
}
.contact-progress {
  border-bottom: 1px solid #eadbd0;
}
.progress-step {
  color: #9a8879;
}
.progress-step.active {
  color: #4e392c;
}
.progress-step.done {
  color: #7b6555;
}
.progress-step.active .progress-num {
  background: var(--copper);
  border-color: var(--copper);
  color: #fffaf5;
}
.progress-step.done .progress-num {
  background: #f3d3bf;
  border-color: #e4b08f;
  color: #7b462e;
}
.progress-connector {
  background: #eadbd0;
}
.step-pane .page-kicker,
.field-section-label {
  color: #b65e31;
}
.step-pane h2 {
  color: #2b211b;
}
.step-lead {
  color: #73665c;
}
.identity-card {
  background: #fff;
  border-color: #ead9ca;
}
.identity-card:hover {
  background: #fff8f0;
  border-color: #dca27d;
}
.identity-card:has(input:checked) {
  background: #fff0e5;
  border-color: var(--copper);
  box-shadow: 0 0 0 1px var(--copper) inset;
}
.identity-card strong {
  color: #2b211b;
}
.identity-card small {
  color: #796b61;
}
.contact-form-v2 {
  gap: 22px;
}
.contact-form-v2 .contact-grid {
  gap: 18px;
}
.contact-form-v2 .field {
  gap: 8px;
}
.contact-step-section .contact-form-v2 {
  padding: 24px;
  border: 1px solid #f0dfd2;
  border-radius: 22px;
  background: #fffaf5;
  color: #2b211b;
}
.contact-step-section .contact-form-v2 .field > span {
  color: #4d3f35;
}
.conditional-fields {
  padding: 20px 22px;
  border-color: #dfc2ad;
  border-radius: 18px;
  background: #fff4e9;
}
.contact-step-section .contact-form-v2 .field input,
.contact-step-section .contact-form-v2 .field select,
.contact-step-section .contact-form-v2 .field textarea,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger {
  min-height: 56px;
  border-color: #d6c2b2;
  border-radius: 14px !important;
  background-color: #fff;
  color: #2b211b;
}
.contact-step-section .contact-form-v2 .field input::placeholder,
.contact-step-section .contact-form-v2 .field textarea::placeholder,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger.is-placeholder,
.contact-step-section .contact-form-v2 .zenmoon-select-option.is-placeholder {
  color: #796b61;
}
.contact-step-section .contact-form-v2 .field input:hover,
.contact-step-section .contact-form-v2 .field select:hover,
.contact-step-section .contact-form-v2 .field textarea:hover,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger:hover {
  border-color: #c98b67;
  background-color: #fffdf9;
}
.contact-step-section .contact-form-v2 .field input:focus,
.contact-step-section .contact-form-v2 .field select:focus,
.contact-step-section .contact-form-v2 .field textarea:focus,
.contact-step-section .contact-form-v2 .zenmoon-select-trigger:focus-visible,
.contact-step-section .contact-form-v2 .zenmoon-select.is-open .zenmoon-select-trigger {
  border-color: var(--copper);
  background-color: #fffdf9;
  box-shadow: 0 0 0 3px rgba(210, 123, 73, 0.16);
}
.contact-step-section .contact-form-v2 .zenmoon-select-trigger svg {
  color: #8e6f5b;
}
.contact-step-section .contact-form-v2 .zenmoon-select-menu {
  background: #fffaf5;
  border-color: #dfb79b;
  box-shadow: 0 18px 40px rgba(76, 54, 36, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}
.contact-step-section .contact-form-v2 .zenmoon-select-option {
  color: #4d3f35;
}
.contact-step-section .contact-form-v2 .zenmoon-select-option:hover,
.contact-step-section .contact-form-v2 .zenmoon-select-option:focus-visible {
  background: #fff0e5;
  color: #4d2d1e;
}
.contact-step-section .contact-form-v2 .zenmoon-select-option.is-selected {
  background: #f3c5a7;
  color: #4d2d1e;
}
.contact-step-section .contact-form-v2 .chip span {
  border-color: #d6c2b2;
  background: #fff;
  color: #5d4c40;
}
.contact-step-section .contact-form-v2 .chip:hover span {
  border-color: #c98b67;
  background: #fff8f0;
}
.contact-step-section .contact-form-v2 .chip:has(input:checked) span {
  border-color: var(--copper);
  background: #ffe1cf;
  color: #6f351d;
}
.contact-step-section .contact-form-v2 .chip input:focus-visible + span {
  outline-color: var(--copper);
}
.contact-step-section .contact-form-v2 .privacy-consent {
  color: #76685e;
}
.contact-step-section .contact-form-v2 .privacy-consent a {
  color: #a9512e;
}
.contact-step-section .page-button.secondary,
.contact-form-v2 .page-button.secondary {
  border-color: #d2b9a6;
  background: transparent;
  color: #654d3d;
}
.contact-step-section .page-button.secondary:hover,
.contact-form-v2 .page-button.secondary:hover {
  background: #fff0e5;
  color: #4d2d1e;
}
.form-note {
  color: #8a796d;
}
@media (max-width: 640px) {
  .contact-step-section .contact-form-v2 {
    padding: 18px 14px 20px;
  }
  .contact-form-v2 .contact-grid {
    gap: 14px;
  }
}
