/* ============================================================
   MoveOps 内页设计系统 —— 编辑部风格 2026-09 V3
   与首页(MoveOps-Preview)同一视觉语言: 纸白/暖灰/墨蓝/锐利小圆角
   作用于 quote / meeting-bus / shuttle / bus-rental / case
   ============================================================ */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #FFFFFF;
  --warm: #F4F3EF;
  --band: #E9EEED;
  --navy: #162B3D;
  --blue: #2464DF;
  --blue-dark: #1D53BC;
  --ink: #1C2B36;
  --muted: #637079;
  --faint: #859097;
  --line: #DCE0DF;
  --line-2: #E7EAE7;
  --ok: #1C7C4A;  --ok-soft: #EAF4EE;
  --warn: #9A6700; --warn-soft: #FBF3E2;
  --info-soft: #EDF3FD;
  --r: 3px;
  --max: 1280px;
  --space: clamp(72px, 7.6vw, 116px);
  --font: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--font); color: var(--ink); background: var(--paper);
  line-height: 1.8; font-size: 16px; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.04em; color: var(--navy); }
h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.35; }
h3 { line-height: 1.45; }
p { line-height: 1.8; }
a:focus-visible, button:focus-visible, textarea:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 4px;
}
.num { font-feature-settings: "tnum" 1, "lnum" 1; }

/* ----- 布局 ----- */
.wrap { width: min(calc(100% - 96px), var(--max)); margin-inline: auto; }
.section { padding-block: var(--space); }
.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker {
  font-size: 14px; font-weight: 500; letter-spacing: .08em;
  color: var(--blue); margin-bottom: 22px;
}
.section-title { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.35; letter-spacing: -.045em; }
.section-desc { color: var(--muted); margin-top: 22px; font-size: 18px; }
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .section-desc { font-size: 17px; }
  .section-head { margin-bottom: 34px; }
}

/* ============================================================
   按钮 / 链接
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 56px; padding: 15px 24px; font-size: 16px; font-weight: 500;
  border: 1px solid transparent; border-radius: var(--r); line-height: 1;
  transition: background .2s, transform .2s, color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: none; }
.btn-lg { min-height: 58px; font-size: 17px; }
.btn-block { width: 100%; }
.btn[disabled] { cursor: wait; opacity: .6; transform: none; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #0F1E2B; }
.btn-ghost { background: transparent; color: var(--ink); border-color: #B7C0C5; }
.btn-ghost:hover { border-color: var(--navy); background: var(--warm); }
.text-link {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 14px 0 9px; border-bottom: 1px solid #AEB9C1;
  font-size: 16px; font-weight: 500;
  transition: color .2s, border-color .2s;
}
.text-link:hover { color: var(--blue); border-color: var(--blue); }

/* ============================================================
   顶部导航（纸白）
   ============================================================ */
.site-nav { background: #fff; border-bottom: 1px solid var(--line-2); position: sticky; top: 0; z-index: 60; }
.site-nav .wrap { display: flex; align-items: center; height: 88px; gap: 36px; }
.brand {
  display: inline-flex; align-items: center; gap: 16px;
  font-size: 25px; font-weight: 750; letter-spacing: -1.2px; color: var(--navy);
}
.brand small {
  font-size: 12.5px; font-weight: 400; letter-spacing: .08em; color: var(--muted);
  border-left: 1px solid #C7CDCE; padding-left: 16px; white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 15px; color: var(--ink); }
.nav-links > a { transition: color .2s; padding: 6px 0; }
.nav-links > a:hover { color: var(--blue); }
.nav-cta {
  background: var(--blue); color: #fff !important;
  min-height: 46px; padding: 10px 20px; display: inline-flex; align-items: center;
  border-radius: var(--r); font-weight: 500; font-size: 15px;
  transition: background .2s;
}
.nav-cta:hover { background: var(--blue-dark); color: #fff !important; }
.nav-toggle {
  display: none; margin-left: auto; width: 40px; height: 44px;
  border: 0; background: none; flex-direction: column; justify-content: center; gap: 7px; align-items: stretch;
}
.nav-toggle i { display: block; height: 2px; background: var(--navy); }
.nav-panel { display: none; }
@media (max-width: 880px) {
  .site-nav .wrap { height: 74px; gap: 14px; }
  .brand { font-size: 23px; flex-direction: column; align-items: flex-start; gap: 3px; letter-spacing: -1px; }
  .brand small { border-left: 0; padding-left: 0; font-size: 10.5px; line-height: 1; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav.open .nav-panel {
    display: block; background: #fff; border-top: 1px solid var(--line-2);
    padding: 10px 24px 22px;
  }
  .nav-panel a { display: block; padding: 13px 2px; font-size: 18px; color: var(--ink); border-bottom: 1px solid var(--line-2); }
  .nav-panel .nav-cta { margin-top: 14px; width: 100%; justify-content: center; display: flex; border-bottom: none; }
}

/* ============================================================
   场景页头部（暖灰 · 墨蓝大标题）
   ============================================================ */
.page-hero { background: var(--warm); padding: clamp(64px, 7vw, 104px) 0; }
.page-hero .eyebrow {
  font-size: 14px; font-weight: 500; letter-spacing: .08em;
  color: var(--blue); margin-bottom: 24px;
}
.page-hero h1 { font-size: clamp(38px, 4.4vw, 58px); line-height: 1.25; letter-spacing: -.05em; }
.page-hero h1 em { font-style: normal; color: var(--blue); }
.page-hero .sub { color: var(--muted); margin-top: 24px; max-width: 620px; font-size: 18px; }

/* ============================================================
   内容两栏
   ============================================================ */
.duo { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 769px) { .duo { grid-template-columns: 1fr 1fr; gap: 72px; } }
.duo h3 { font-size: 22px; margin-bottom: 8px; }
.duo .lead-p { color: var(--muted); font-size: 17px; }

.pain-item h3 { display: flex; align-items: center; gap: 13px; font-size: 20px; }
.pain-item h3 svg { color: var(--blue); flex: none; }
.pain-item p { margin-top: 12px; font-size: 16px; color: var(--muted); max-width: 420px; }

.media-ph {
  border: 1px solid var(--line); background: var(--warm);
  aspect-ratio: 4 / 3; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; color: var(--faint);
}
.check-list { list-style: none; margin-top: 18px; }
.check-list li {
  padding: 13px 0 13px 34px; position: relative; color: var(--ink); font-size: 16px;
  border-bottom: 1px solid var(--line-2);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: ""; position: absolute; left: 2px; top: 21px; width: 9px; height: 9px;
  border: 2px solid var(--blue); background: #fff; border-radius: 50%;
}
.steps-lite { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
@media (min-width: 769px) { .steps-lite { grid-template-columns: repeat(4, 1fr); } }
.steps-lite > div { background: #fff; padding: 24px 20px 21px; }
.steps-lite .no { font-size: 13px; font-weight: 600; color: var(--blue); }
.steps-lite .t { font-size: 16px; font-weight: 600; color: var(--navy); margin-top: 8px; letter-spacing: -.02em; }
.steps-lite .d { font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.6; }

/* ============================================================
   案例页场景卡
   ============================================================ */
.scenes-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 769px) { .scenes-grid { grid-template-columns: repeat(3, 1fr); } }
.scene-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.scene-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(19, 41, 59, .10); }
.scene-media {
  aspect-ratio: 16 / 10; background: var(--warm);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  border-bottom: 1px solid var(--line-2); color: var(--faint); position: relative;
}
.scene-media .idx { position: absolute; right: 16px; top: 12px; font-size: 44px; font-weight: 700; color: var(--line); letter-spacing: -.04em; line-height: 1; }
.scene-body { padding: 28px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.scene-body .tag {
  align-self: flex-start; font-size: 13px; font-weight: 500; letter-spacing: .06em;
  color: var(--blue); margin-bottom: 15px;
}
.scene-body h3 { font-size: 23px; letter-spacing: -.04em; line-height: 1.4; }
.scene-body p { font-size: 15.5px; color: var(--muted); margin-top: 12px; flex: 1; }
.scene-body .text-link { margin-top: 18px; font-size: 15px; }

/* ============================================================
   AI 行程输入（询价页第一步）
   ============================================================ */
.ai-zone { background: var(--warm); }
.ai-card { max-width: 820px; margin: 0 auto; padding: 0; background: transparent; border: none; box-shadow: none; }
.ai-title { font-size: clamp(32px, 3.6vw, 46px); font-weight: 600; letter-spacing: -.045em; color: var(--navy); text-align: center; line-height: 1.3; }
.ai-sub { text-align: center; color: var(--muted); font-size: 17px; margin-top: 16px; }
.ai-input {
  width: 100%; margin-top: 30px; min-height: 186px;
  border: 1px solid #B7C0C5; border-radius: var(--r);
  padding: 22px; font-size: 18px; font-family: inherit; line-height: 1.8;
  color: var(--navy); background: #fff; resize: vertical;
  transition: border-color .2s;
}
.ai-input::placeholder { color: var(--faint); }
.ai-input:focus { outline: 3px solid var(--blue); outline-offset: 4px; border-color: var(--blue); }
.ai-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 16px; flex-wrap: wrap; }
.ai-foot .btn { margin-left: auto; }
.ai-foot-hint { font-size: 14px; color: var(--muted); }
.ai-ex { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 22px; }
.ai-ex button {
  background: none; border: 0; border-bottom: 1px solid #B6BEC0;
  padding: 8px 0; color: var(--muted); font-size: 14px;
  transition: color .2s, border-color .2s;
}
.ai-ex button:hover { color: var(--blue); border-color: var(--blue); }
.ai-note { font-size: 14px; color: var(--muted); text-align: center; margin-top: 18px; }

/* ============================================================
   行程卡（车票式 · 可就地修改）
   ============================================================ */
.itn-card {
  background: #fff; border-radius: var(--r); padding: 30px; margin-bottom: 18px;
  box-shadow: 0 14px 35px rgba(19, 41, 59, .07);
  position: relative;
}
.itn-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 20px; font-size: 13px; color: var(--muted); }
.itn-head .t { font-size: 15px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; }
.itn-flag { font-size: 12px; color: var(--warn); background: var(--warn-soft); border-radius: var(--r); padding: 3px 9px; font-weight: 500; }
.itn-flag.ok { color: var(--ok); background: var(--ok-soft); }
.itn-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 20px; padding-bottom: 22px; border-bottom: 1px dashed #C9D2D8; }
@media (min-width: 561px) { .itn-meta { grid-template-columns: repeat(4, 1fr); } }
.itn-meta .f .l { font-size: 12px; color: var(--faint); letter-spacing: .04em; }
.itn-meta .f input, .itn-meta .f select {
  width: 100%; border: none; border-bottom: 1px solid transparent;
  font-size: 16px; font-weight: 500; color: var(--navy); font-family: inherit;
  padding: 4px 0 5px; background: transparent; border-radius: 0;
  transition: border-color .2s;
}
.itn-meta .f input:focus, .itn-meta .f select:focus { outline: none; border-bottom-color: var(--blue); }
.tl { margin-top: 20px; }
.tl-row { display: grid; grid-template-columns: 58px 24px 1fr; gap: 0 14px; align-items: center; }
.tl-row .tt { font-size: 13.5px; font-weight: 500; color: var(--muted); text-align: right; }
.tl-row .node { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; }
.tl-row .node i { width: 7px; height: 7px; border: 2px solid #AEB9C1; background: #fff; border-radius: 50%; z-index: 1; }
.tl-row .node::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; transform: translateX(-50%); background: #C9D2D8; }
.tl-row:first-child .node::before { top: 50%; }
.tl-row:last-child .node::before { bottom: 50%; }
.tl-row.dep .node i { border-color: var(--blue); }
.tl-row.dst .node i { border-color: var(--navy); }
.tl-row .pp input {
  width: 100%; border: none; border-bottom: 1px solid transparent;
  font-size: 16.5px; font-weight: 500; color: var(--navy); font-family: inherit;
  padding: 9px 0; background: transparent;
  transition: border-color .2s;
}
.tl-row .pp input:focus { outline: none; border-bottom-color: var(--blue); }
.itn-foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.itn-foot .c {
  font-size: 13px; font-weight: 500; color: var(--ink);
  background: var(--warm); border-radius: var(--r); padding: 6px 13px;
}
.itn-foot .c.accent { color: var(--blue); background: var(--info-soft); }
.itn-foot .hint-inline { font-size: 12.5px; color: var(--faint); margin-left: auto; }

/* ============================================================
   表单
   ============================================================ */
.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 34px 26px; margin-top: 10px;
  box-shadow: 0 14px 35px rgba(19, 41, 59, .06);
}
@media (min-width: 769px) { .form-card { padding: 44px 42px; } }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; color: var(--navy); letter-spacing: .01em; }
.field label .req { color: var(--blue); }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid #B7C0C5; border-radius: var(--r);
  padding: 14px 16px; font-size: 16px; font-family: inherit;
  background: #fff; color: var(--ink);
  transition: border-color .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid var(--blue); outline-offset: 3px; border-color: var(--blue); }
.field textarea { min-height: 120px; resize: vertical; }
.field .hint { font-size: 13px; color: var(--faint); margin-top: 6px; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
@media (max-width: 560px) { .f2 { grid-template-columns: 1fr; } }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.notice { border-radius: var(--r); padding: 14px 17px; font-size: 14.5px; margin-bottom: 22px; line-height: 1.7; }
.notice-info { background: var(--info-soft); color: #274E97; }
.notice-warn { background: var(--warn-soft); color: var(--warn); }
.notice-ok { background: var(--ok-soft); color: var(--ok); }

.step-head { display: flex; align-items: center; gap: 14px; margin: 52px 0 18px; }
.step-head .n {
  width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; flex: none;
}
.step-head h2 { font-size: 24px; letter-spacing: -.03em; }
.lead-no { font-weight: 600; color: var(--navy); }

.done-card { text-align: center; padding: 56px 24px; }
.done-ic {
  width: 64px; height: 64px; border-radius: 50%; background: var(--ok-soft);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--ok);
}

/* ============================================================
   收尾 CTA（浅灰绿横带，与首页 contact 同语言）
   ============================================================ */
.cta-band { background: var(--band); padding: clamp(72px, 8vw, 116px) 0; }
.cta-inner { text-align: center; max-width: 720px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.05em; line-height: 1.25; }
.cta-inner p { color: var(--muted); margin: 22px 0 34px; font-size: 17px; }

/* ============================================================
   页脚（纸白极简）
   ============================================================ */
.site-footer { background: #fff; border-top: 1px solid var(--line-2); padding: 48px 0 36px; font-size: 13.5px; color: var(--muted); }
.foot-top { display: flex; align-items: flex-start; gap: 28px; flex-wrap: wrap; justify-content: space-between; }
.foot-brand .brand { font-size: 24px; margin-bottom: 10px; }
.foot-brand p { font-size: 13.5px; margin-top: 10px; line-height: 1.9; }
.foot-brand p a { color: var(--ink); font-weight: 500; }
.foot-brand p a:hover { color: var(--blue); }
.foot-nav { display: flex; gap: 28px; flex-wrap: wrap; font-size: 14.5px; }
.foot-nav a { color: var(--ink); transition: color .2s; }
.foot-nav a:hover { color: var(--blue); }
.foot-bottom {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line-2);
  display: flex; gap: 12px 24px; flex-wrap: wrap; justify-content: space-between; font-size: 12.5px; color: var(--faint);
}
.foot-bottom a { color: var(--muted); }
.foot-bottom a:hover { color: var(--blue); }

/* ============================================================
   动效
   ============================================================ */
.fx { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.fx.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fx { opacity: 1; transform: none; transition: none; }
  .btn:hover, .scene-card:hover { transform: none; }
}
