/* ==========================================================
   中望国际旅行社 · 获客表单系统
   设计语言：Clarity / Air / Brand Warmth
   品牌色：活力橙 #FF7F00 · 青绿 #00BFBF
   ========================================================== */
:root {
  --brand-orange: #ff7f00;
  --brand-orange-deep: #f06c00;
  --brand-orange-soft: #fff1e0;
  --brand-teal: #00bfbf;
  --brand-teal-deep: #009ea0;
  --brand-teal-soft: #e4f7f7;
  --ink: #1d1d1f;
  --ink-2: #4b4b52;
  --ink-3: #86868b;
  --line: #e8e8ec;
  --bg: #ffffff;
  --bg-2: #f5f5f7;
  --card: #ffffff;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-card: 0 24px 64px -28px rgba(23, 29, 41, 0.22);
  --shadow-float: 0 14px 40px -16px rgba(23, 29, 41, 0.18);
  --shadow-btn: 0 12px 26px -10px rgba(240, 108, 0, 0.55);
  --font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-family);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { font-family: inherit; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

:focus-visible { outline: 3px solid rgba(0, 191, 191, 0.45); outline-offset: 2px; border-radius: 6px; }

.container { width: min(1120px, 100% - 48px); margin: 0 auto; }

/* ---------------- 顶部导航 ---------------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(1.6) blur(18px);
  -webkit-backdrop-filter: saturate(1.6) blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.site-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.brand-logo { display: flex; align-items: center; gap: 10px; }
.brand-logo img.brand-logo-img { height: 42px; width: auto; flex: none; }
.lc-brand-img { height: 52px; width: auto; margin: 0 auto; }
.a-logo-img { height: 34px; width: auto; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  font-size: 15px; font-weight: 900; letter-spacing: -1px; color: #fff;
  background: linear-gradient(135deg, var(--brand-orange) 0%, var(--brand-orange-deep) 55%, var(--brand-teal) 130%);
  box-shadow: 0 4px 12px -3px rgba(240, 108, 0, 0.5);
  position: relative;
}
.brand-mark::after {
  content: ""; position: absolute; bottom: 4px; left: 7px; right: 7px; height: 2px;
  border-radius: 2px; background: rgba(255, 255, 255, 0.55);
}
.brand-mark.sm { width: 32px; height: 32px; border-radius: 9px; font-size: 13px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-logo .brand-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: linear-gradient(92deg, var(--brand-orange) 0%, var(--brand-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.brand-logo .brand-sub { font-size: 10px; color: var(--ink-3); letter-spacing: 1.5px; }

.nav-status-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
}
.nav-status-link:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); transform: translateY(-1px); }
.nav-status-link svg { width: 15px; height: 15px; }

/* ---------------- Hero 区 ---------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 500px at 12% -10%, rgba(255, 127, 0, 0.10), transparent 60%),
    radial-gradient(1000px 520px at 95% 0%, rgba(0, 191, 191, 0.10), transparent 55%),
    linear-gradient(180deg, #fffaf3 0%, #f7fcfc 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.hero-deco { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-deco .bird { position: absolute; color: rgba(0, 191, 191, 0.55); }
.hero-deco svg { width: 34px; height: 34px; }
.hero-deco .bird-1 { top: 12%; left: 6%; }
.hero-deco .bird-2 { top: 20%; left: 14%; opacity: 0.7; transform: scale(0.8); }
.hero-deco .bird-3 { top: 8%; right: 12%; opacity: 0.9; }
.hero-deco .bird-4 { top: 18%; right: 22%; opacity: 0.55; transform: scale(0.75); }
.hero-deco .wind-line { position: absolute; border-top: 2px dashed rgba(0, 191, 191, 0.28); border-radius: 50%; }
.hero-deco .wind-1 { width: 220px; right: 4%; top: 34%; transform: rotate(-6deg); }
.hero-deco .wind-2 { width: 160px; left: 4%; top: 46%; transform: rotate(4deg); opacity: 0.7; }
.hero-deco .sun { position: absolute; right: 10%; top: 22%; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255, 127, 0, 0.16), rgba(255, 127, 0, 0.03) 70%); filter: blur(2px); }

.hero .grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; padding: 64px 0 72px; }

.hero-copy .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--brand-orange-deep);
  background: var(--brand-orange-soft); padding: 6px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.hero-copy .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 4px rgba(255, 127, 0, 0.18); }
.hero-copy h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.hero-copy h1 .grad {
  background: linear-gradient(94deg, var(--brand-orange) 8%, var(--brand-teal) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy .sub { margin-top: 14px; font-size: 16px; color: var(--ink-2); max-width: 480px; }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 26px; }
.point { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-2); font-weight: 600; }
.point .dot {
  flex: none; width: 22px; height: 22px; border-radius: 8px;
  display: grid; place-items: center;
}
.point .dot svg { width: 13px; height: 13px; }
.point .dot.orange { background: var(--brand-orange-soft); color: var(--brand-orange-deep); }
.point .dot.teal { background: var(--brand-teal-soft); color: var(--brand-teal-deep); }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 30px; padding-top: 22px; border-top: 1px dashed var(--line); flex-wrap: wrap; }
.hero-trust .chip { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-2); }
.hero-trust .chip svg { width: 17px; height: 17px; color: var(--brand-teal); }

/* ---------------- 表单卡片 ---------------- */
.form-card {
  background: var(--card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 30px 30px 26px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  animation: rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.form-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
  background: linear-gradient(90deg, var(--brand-orange), #ffb25e 35%, var(--brand-teal) 78%);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.form-card-header { margin-bottom: 22px; }
.form-card-header .form-title { font-size: 21px; font-weight: 800; }
.form-card-header .form-desc { font-size: 13.5px; color: var(--ink-3); margin-top: 3px; }
.form-card-header .form-desc b { color: var(--brand-orange-deep); font-weight: 700; }

.field { margin-bottom: 14px; }
.field-label { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.field-label .req { color: var(--brand-orange); }
.field-label .opt { color: var(--ink-3); font-weight: 500; font-size: 12px; }

/* 联系方式二选一 */
.contact-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; background: var(--bg-2); padding: 5px; border-radius: var(--radius-md); margin-bottom: 10px; }
.contact-switch button {
  border: 0; background: transparent; padding: 9px 0; border-radius: 12px;
  font-size: 13.5px; font-weight: 700; color: var(--ink-3); cursor: pointer;
  transition: all 0.22s ease; display: flex; align-items: center; justify-content: center; gap: 7px;
}
.contact-switch button svg { width: 16px; height: 16px; }
.contact-switch button.active { background: var(--card); color: var(--ink); box-shadow: 0 3px 10px rgba(23, 29, 41, 0.08); }
.contact-switch button:hover:not(.active) { color: var(--ink-2); }

.input-wrap { position: relative; }
.input-wrap .prefix {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  font-size: 14px; font-weight: 700; color: var(--ink-3); user-select: none;
}
.input-wrap .prefix + input { padding-left: 96px; }
input[type="text"], input[type="password"], input[type="tel"], input[type="month"], select, textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  background: var(--bg-2);
  border-radius: var(--radius-md);
  padding: 13px 16px;
  font-size: 15px;
  color: var(--ink);
  transition: all 0.22s ease;
  appearance: none;
  -webkit-appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--brand-teal);
  background: var(--card);
  box-shadow: 0 0 0 4px rgba(0, 191, 191, 0.12);
}
input::placeholder, textarea::placeholder { color: #b0b0b6; }
textarea { resize: vertical; min-height: 84px; line-height: 1.6; }

/* 双列输入 */
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.select-wrap { position: relative; }
.select-wrap::after {
  content: ""; position: absolute; right: 16px; top: 50%;
  width: 8px; height: 8px; border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
  transform: translateY(-65%) rotate(45deg); pointer-events: none;
}
select { cursor: pointer; }

/* 选项 chips */
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1.5px solid var(--line);
  background: var(--card);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s ease;
  user-select: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.chip:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); transform: translateY(-1px); }
.chip.selected {
  border-color: var(--brand-orange);
  background: var(--brand-orange-soft);
  color: var(--brand-orange-deep);
}
.chip .tick { width: 0; overflow: hidden; transition: width 0.18s ease; font-weight: 800; }
.chip.selected .tick { width: 12px; }

/* 占满整行的宽版本 chip：与上方文本输入框保持完全一致的宽度、padding、圆角 */
.chip.chip-wide {
  display: flex;
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
  border-radius: var(--radius-md);
  justify-content: center;
  background: var(--bg-2);
  color: var(--ink);
  font-weight: 500;
}
.chip.chip-wide:hover { background: #fff; }
.chip.chip-wide.selected { background: var(--brand-orange-soft); color: var(--brand-orange-deep); }
.chip.chip-wide .tick { font-size: 15px; }

.chip-group-title { font-size: 12px; color: var(--ink-3); font-weight: 600; margin: 10px 0 6px; display: block; }

.submit-row { margin-top: 20px; }
.submit-btn {
  width: 100%;
  border: 0;
  border-radius: var(--radius-md);
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-orange) 0%, var(--brand-orange-deep) 100%);
  box-shadow: var(--shadow-btn);
  transition: all 0.25s ease;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  position: relative; overflow: hidden;
}
.submit-btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.28) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(240, 108, 0, 0.65); }
.submit-btn:hover::after { transform: translateX(120%); }
.submit-btn:active { transform: translateY(0); }
.submit-btn.loading { pointer-events: none; opacity: 0.85; }
.submit-btn.loading .btn-text { opacity: 0; }
.submit-btn .btn-spinner {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 22px; height: 22px; border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff; border-radius: 50%;
  animation: spin 0.7s linear infinite; opacity: 0;
}
.submit-btn.loading .btn-spinner { opacity: 1; }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin-360 { to { transform: rotate(360deg); } }
.submit-btn svg { width: 18px; height: 18px; }
.submit-hint { text-align: center; font-size: 12px; color: var(--ink-3); margin-top: 10px; }
.submit-hint svg { width: 12px; height: 12px; vertical-align: -2px; }

/* 字段错误提示 */
.field .err-msg { display: none; font-size: 12px; color: #e03e2f; margin-top: 5px; }
.field.error input, .field.error textarea { border-color: #e03e2f; background: #fff8f7; }
.field.error .err-msg { display: block; }

/* 微信号初始号警告 */
.warn-msg { display: none; align-items: flex-start; gap: 7px; font-size: 12px; color: #b06a00; background: #fff7e8; border: 1px solid #ffe2b0; border-radius: 10px; padding: 9px 12px; margin-top: 6px; line-height: 1.5; }
.warn-msg.show { display: flex; }
.warn-msg svg { width: 15px; height: 15px; flex: none; margin-top: 1px; color: #f0a020; }

/* ---------------- 信任 / 资质区 ---------------- */
.trust-section { padding: 72px 0 24px; }
.sec-head { text-align: center; margin-bottom: 36px; }
.sec-head .sec-eyebrow { font-size: 13px; font-weight: 700; color: var(--brand-teal-deep); letter-spacing: 3px; }
.sec-head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; margin-top: 6px; }
.sec-head p { color: var(--ink-3); font-size: 14.5px; margin-top: 8px; }

.qual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.qual-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all 0.28s ease;
}
.qual-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); border-color: transparent; }
.qual-card .q-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 14px; }
.qual-card .q-icon svg { width: 22px; height: 22px; }
.qual-card .q-icon.o { background: var(--brand-orange-soft); color: var(--brand-orange-deep); }
.qual-card .q-icon.t { background: var(--brand-teal-soft); color: var(--brand-teal-deep); }
.qual-card h3 { font-size: 16px; font-weight: 800; }
.qual-card p { font-size: 13.5px; color: var(--ink-3); margin-top: 6px; line-height: 1.65; }

.license-area { margin-top: 40px; padding: 34px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #fffaf3 0%, #f4fcfc 100%); border: 1px solid rgba(0, 0, 0, 0.04); }
.license-area h3 { font-size: 16px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.license-area h3 svg { width: 20px; height: 20px; color: var(--brand-orange); }
.license-area .sub { font-size: 13px; color: var(--ink-3); margin-top: 4px; }
.license-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.license-item { cursor: zoom-in; border-radius: var(--radius-md); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: all 0.25s ease; }
.license-item:hover { box-shadow: var(--shadow-float); transform: translateY(-2px); }
.license-item img { width: 100%; height: 200px; object-fit: cover; }
.license-item .cap { padding: 10px 14px; font-size: 13px; font-weight: 700; color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.license-item .cap svg { width: 14px; height: 14px; color: var(--brand-teal); }

/* ---------------- 页脚 ---------------- */
/* ---------------- 页脚 ---------------- */
.site-footer { margin-top: 0; background: #16181d; color: #a9adb8; padding: 56px 0 30px; }
.site-footer .f-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, minmax(170px, 1fr));
  gap: 56px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: start;
}
.site-footer .f-brand strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.site-footer .f-brand p { font-size: 13px; line-height: 1.8; max-width: 320px; color: #9ca0ab; }
.site-footer .f-cols { display: contents; }
.site-footer .f-cols .col h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.8px;
  position: relative;
  padding-bottom: 10px;
}
.site-footer .f-cols .col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  background: var(--brand-teal);
  border-radius: 2px;
}
.site-footer .f-cols .col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-footer .f-cols .col li {
  font-size: 13px;
  color: #a9adb8;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
  transition: color .2s;
}
.site-footer .f-cols .col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: var(--brand-teal);
  border-radius: 50%;
  opacity: .8;
}
.site-footer .f-cols .col li:hover { color: #fff; }
.site-footer .f-bottom {
  padding-top: 26px;
  font-size: 12px;
  color: #6b7080;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.site-footer .f-bottom a { color: inherit; transition: color .2s; }
.site-footer .f-bottom a:hover { color: #fff; }

/* ---------------- GEO 事实区 ---------------- */
.geo-facts { background: linear-gradient(180deg, #f7f8fa 0%, #f2f4f6 100%); padding: 64px 0 72px; }

/* 头部 */
.geo-head { text-align: center; margin-bottom: 30px; }
.geo-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--brand-teal-deep); background: var(--brand-teal-soft); padding: 5px 14px; border-radius: 999px; margin-bottom: 14px; }
.geo-title { font-size: 26px; font-weight: 800; color: var(--ink); margin: 0 0 10px; letter-spacing: 0.5px; }
.geo-subtitle { font-size: 14px; color: var(--ink-3); margin: 0; }

/* 数据亮点 */
.geo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  box-shadow: 0 10px 30px -18px rgba(23,29,41,0.18);
}
.geo-stat { text-align: center; padding: 4px 10px; position: relative; }
.geo-stat + .geo-stat::before { content: ""; position: absolute; left: -7px; top: 12%; height: 76%; width: 1px; background: var(--line); }
.geo-stat .num { display: block; font-size: 30px; font-weight: 800; line-height: 1.1; color: var(--brand-orange); }
.geo-stat .num small { font-size: 14px; font-weight: 700; margin-left: 2px; color: var(--brand-orange-deep); }
.geo-stat .lbl { display: block; margin-top: 8px; font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }

/* 分组 */
.geo-groups { display: flex; flex-direction: column; gap: 26px; margin-bottom: 30px; }
.geo-group-title { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 14px; }
.geo-group-title .gdot { width: 9px; height: 9px; border-radius: 3px; background: var(--brand-teal); transform: rotate(45deg); flex: none; }

.geo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
  margin: 0; padding: 0; list-style: none;
}
.geo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand-teal);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  box-shadow: 0 1px 2px rgba(23,29,41,0.04);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.geo-card:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(23,29,41,0.16); border-left-color: var(--brand-orange); }
.geo-card dt { font-size: 12px; color: var(--ink-3); font-weight: 600; margin-bottom: 6px; letter-spacing: 0.3px; }
.geo-card dd { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; margin: 0; }

/* 隐私横幅 */
.geo-banner {
  display: flex; align-items: center; gap: 16px;
  background: linear-gradient(120deg, var(--brand-teal-soft), #fff 72%);
  border: 1px solid #cdeeee;
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  transition: box-shadow .15s ease, transform .15s ease;
}
.geo-banner:hover { box-shadow: 0 14px 30px -16px rgba(0,158,160,0.35); transform: translateY(-1px); }
.geo-banner-ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--brand-teal); color: #fff; display: grid; place-items: center; }
.geo-banner-ic svg { width: 22px; height: 22px; }
.geo-banner-tx { flex: 1; min-width: 0; }
.geo-banner-tx strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 3px; }
.geo-banner-tx span { font-size: 13px; color: var(--ink-2); line-height: 1.6; }
.geo-banner-go { flex: none; font-size: 13.5px; font-weight: 700; color: var(--brand-teal-deep); white-space: nowrap; }

@media (max-width: 860px) {
  .site-footer { padding: 42px 0 24px; }
  .site-footer .f-top { grid-template-columns: 1fr; gap: 34px; }
  .site-footer .f-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .geo-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; padding: 22px 16px; }
  .geo-stat:nth-child(odd)::before { display: none; }
}
@media (max-width: 480px) {
  .geo-facts { padding: 44px 0 52px; }
  .geo-title { font-size: 22px; }
  .geo-stats { grid-template-columns: 1fr 1fr; }
  .geo-banner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .geo-banner-go { align-self: flex-end; }
}

/* ==========================================================
   个人信息保护政策页 /privacy
   ========================================================== */
.legal-main { padding: 44px 0 60px; }

.legal-hero { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.legal-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
  background: var(--brand-teal-soft); color: var(--brand-teal-deep);
  font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
}
.legal-badge svg { width: 14px; height: 14px; }
.legal-hero h1 { font-size: 34px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.legal-sub { font-size: 15px; color: var(--ink-2); line-height: 1.85; }
.legal-meta { margin-top: 14px; font-size: 12.5px; color: var(--ink-3); }

.legal-body { display: grid; grid-template-columns: 232px 1fr; gap: 40px; align-items: start; }

/* 目录（桌面端吸顶） */
.legal-toc {
  position: sticky; top: 92px;
  background: var(--bg-2); border-radius: var(--radius-md);
  padding: 18px 16px; border: 1px solid var(--line);
}
.legal-toc h2 { font-size: 13px; color: var(--ink-3); font-weight: 700; margin-bottom: 10px; letter-spacing: .04em; }
.legal-toc ol { list-style: none; counter-reset: toc; }
.legal-toc li { counter-increment: toc; }
.legal-toc a {
  display: block; position: relative; padding: 7px 0 7px 24px;
  font-size: 13.5px; color: var(--ink-2); line-height: 1.5;
  border-radius: 8px; transition: color .15s;
}
.legal-toc a::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute; left: 0; top: 7px;
  font-size: 11px; font-weight: 700; color: var(--brand-teal);
}
.legal-toc a:hover { color: var(--brand-orange-deep); }

/* 正文 */
.legal-article { min-width: 0; }
.legal-section {
  scroll-margin-top: 92px;
  padding-bottom: 30px; margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.legal-section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-section h2 {
  display: flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 700; margin-bottom: 14px; letter-spacing: -.01em;
}
.sec-num {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 26px; padding: 0 8px;
  border-radius: 8px; background: var(--brand-orange-soft); color: var(--brand-orange-deep);
  font-size: 12.5px; font-weight: 800; letter-spacing: 0;
}
.legal-section p { font-size: 14.5px; color: var(--ink-2); line-height: 1.9; margin-bottom: 12px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section strong { color: var(--ink); font-weight: 600; }

.legal-list { list-style: none; margin: 0 0 12px; }
.legal-list li {
  position: relative; padding-left: 20px; margin-bottom: 10px;
  font-size: 14.5px; color: var(--ink-2); line-height: 1.9;
}
.legal-list li::before {
  content: ""; position: absolute; left: 4px; top: 12px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand-teal); opacity: .8;
}

.legal-note {
  margin-top: 14px; padding: 14px 16px;
  background: var(--bg-2); border-left: 3px solid var(--brand-orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 13.5px; line-height: 1.85;
}

/* 字段说明表 */
.legal-table-wrap { overflow-x: auto; margin: 4px 0 16px; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.legal-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 13.5px; }
.legal-table th, .legal-table td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); }
.legal-table thead th { background: var(--bg-2); color: var(--ink); font-weight: 700; font-size: 13px; white-space: nowrap; }
.legal-table tbody tr:last-child td { border-bottom: 0; }
.legal-table tbody tr:hover { background: #fafafa; }
.legal-table td:first-child { color: var(--ink); font-weight: 600; white-space: nowrap; }
.tag-req, .tag-opt, .tag-auto {
  display: inline-block; padding: 2px 8px; border-radius: 6px;
  font-size: 12px; font-weight: 600; white-space: nowrap;
}
.tag-req { background: #fdecec; color: #d93636; }
.tag-opt { background: var(--bg-2); color: var(--ink-3); }
.tag-auto { background: var(--brand-teal-soft); color: var(--brand-teal-deep); }

/* 权利卡片 */
.legal-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 4px 0 4px; }
.legal-cards-contact { grid-template-columns: repeat(2, 1fr); }
.legal-c {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 16px 14px; transition: box-shadow .18s, transform .18s, border-color .18s;
}
.legal-c:hover { box-shadow: var(--shadow-float); transform: translateY(-2px); border-color: transparent; }
.legal-c h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 7px; }
.legal-c p { font-size: 13.5px; color: var(--ink-2); line-height: 1.8; margin: 0; }
.legal-c a { color: var(--brand-orange-deep); font-weight: 600; }
.legal-c a:hover { text-decoration: underline; }

.legal-back { text-align: center; margin-top: 44px; }
.legal-back-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px;
  background: var(--brand-orange); color: #fff; font-size: 14.5px; font-weight: 600;
  box-shadow: var(--shadow-btn); transition: transform .18s, background .18s;
}
.legal-back-link:hover { background: var(--brand-orange-deep); transform: translateY(-2px); }
.legal-back-link svg { width: 17px; height: 17px; }

@media (max-width: 960px) {
  .legal-body { grid-template-columns: 1fr; gap: 26px; }
  .legal-toc { position: static; }
  .legal-toc ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
  .legal-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .legal-main { padding: 28px 0 40px; }
  .legal-hero h1 { font-size: 26px; }
  .legal-sub { font-size: 14px; }
  .legal-toc ol { grid-template-columns: 1fr; }
  .legal-section h2 { font-size: 17px; }
  .legal-cards, .legal-cards-contact { grid-template-columns: 1fr; }
}

/* ==========================================================
   表单：个人信息保护政策同意勾选
   ========================================================== */
.consent-field { margin-bottom: 18px; }
.consent-box {
  display: flex; align-items: flex-start; gap: 11px;
  padding: 14px 15px; border-radius: var(--radius-sm);
  background: var(--bg-2); border: 1px solid var(--line);
  cursor: pointer; transition: border-color .16s, background .16s;
}
.consent-box:hover { border-color: #d6d6dd; }
.consent-box input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.consent-mark {
  flex: none; width: 19px; height: 19px; margin-top: 1px;
  border: 1.8px solid #c8c8d0; border-radius: 6px; background: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: background .16s, border-color .16s;
}
.consent-mark svg { width: 12px; height: 12px; color: #fff; opacity: 0; transition: opacity .14s; }
.consent-box.checked .consent-mark { background: var(--brand-teal); border-color: var(--brand-teal); }
.consent-box.checked .consent-mark svg { opacity: 1; }
.consent-text { font-size: 13px; color: var(--ink-2); line-height: 1.75; }
.consent-text a { color: var(--brand-orange-deep); font-weight: 600; }
.consent-text a:hover { text-decoration: underline; }
.consent-field.error .consent-box { border-color: #e0b4b4; background: #fff6f6; }
.consent-field .err-msg { display: none; margin-top: 6px; font-size: 12.5px; color: #d93636; }
.consent-field.error .err-msg { display: block; }

/* ---------------- 弹窗 ---------------- */
.modal-mask {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(18, 20, 26, 0.55);
  backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.modal-mask.show { display: flex; animation: fadeIn 0.25s ease both; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: var(--card); border-radius: var(--radius-xl);
  max-width: 440px; width: 100%;
  padding: 36px 32px 30px; text-align: center;
  box-shadow: var(--shadow-card);
  animation: pop 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  position: relative; overflow: hidden;
}
.modal::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--brand-orange), var(--brand-teal)); }
@keyframes pop { from { opacity: 0; transform: scale(0.92) translateY(12px); } to { opacity: 1; transform: none; } }
.modal .check { width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 50%; background: var(--brand-teal-soft); color: var(--brand-teal-deep); display: grid; place-items: center; }
.modal .check svg { width: 34px; height: 34px; }
.modal h3 { font-size: 21px; font-weight: 800; }
.modal .desc { font-size: 14px; color: var(--ink-3); margin-top: 6px; }
.modal .code-box { margin: 18px 0 6px; background: var(--bg-2); border-radius: var(--radius-md); padding: 16px; }
.modal .code-box .code-label { font-size: 12px; color: var(--ink-3); }
.modal .code-box .code { font-size: 30px; font-weight: 800; letter-spacing: 7px; color: var(--brand-orange-deep); font-family: "SF Mono", ui-monospace, Menlo, monospace; margin-top: 2px; }
.modal .code-hint { font-size: 12px; color: var(--ink-3); margin-top: 8px; }
.modal .modal-actions { display: grid; gap: 10px; margin-top: 20px; }
.modal .btn-primary, .modal .btn-ghost {
  width: 100%; border-radius: var(--radius-md); padding: 13px; font-size: 15px; font-weight: 800; cursor: pointer; transition: all 0.22s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.modal .btn-primary { border: 0; color: #fff; background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-deep)); box-shadow: var(--shadow-btn); }
.modal .btn-primary:hover { transform: translateY(-2px); }
.modal .btn-ghost { background: var(--bg-2); border: 1.5px solid var(--line); color: var(--ink-2); }
.modal .btn-ghost:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); }
.modal .btn-ghost svg, .modal .btn-primary svg { width: 16px; height: 16px; }

/* 图片预览弹窗 */
.lightbox-mask { position: fixed; inset: 0; z-index: 120; background: rgba(10, 12, 16, 0.88); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox-mask.show { display: flex; }
.lightbox-mask img { max-width: min(92vw, 800px); max-height: 88vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,0.5); animation: pop 0.3s ease both; }
.lightbox-mask .close { position: absolute; top: 22px; right: 26px; color: #fff; font-size: 34px; cursor: pointer; background: none; border: 0; line-height: 1; }
.lightbox-caption { color: #cfd3dc; font-size: 14px; text-align: center; margin-top: 16px; }

/* ---------------- Toast ---------------- */
.toast {
  position: fixed; left: 50%; bottom: 34px; transform: translate(-50%, 80px);
  background: #23262e; color: #fff; font-size: 14px; font-weight: 600;
  padding: 12px 22px; border-radius: 14px; z-index: 200;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  opacity: 0; transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex; align-items: center; gap: 10px;
  max-width: min(92vw, 420px);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast .t-icon { width: 18px; height: 18px; flex: none; }
.toast.ok .t-icon { color: #4cd9a0; }
.toast.err .t-icon { color: #ff7a66; }

/* ---------------- 状态页 ---------------- */
.status-page { min-height: calc(100vh - 68px); background: linear-gradient(180deg, #f7fcfc 0%, #fff 40%); }
.status-hero { text-align: center; padding: 48px 0 16px; position: relative; }
.status-hero .s-icon { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 20px; background: var(--brand-teal-soft); color: var(--brand-teal-deep); display: grid; place-items: center; }
.status-hero .s-icon svg { width: 30px; height: 30px; }
.status-hero h1 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; }
.status-hero p { color: var(--ink-3); font-size: 14.5px; margin-top: 8px; }

.status-card { max-width: 620px; margin: 26px auto 0; background: var(--card); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); padding: 32px; border: 1px solid rgba(0, 0, 0, 0.04); }
.status-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
.status-card h3 svg { width: 18px; height: 18px; color: var(--brand-orange); }
.status-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.status-label { font-size: 12.5px; color: var(--ink-3); font-weight: 600; margin-bottom: 4px; }
.status-field { background: var(--bg-2); border-radius: var(--radius-sm); padding: 11px 14px; font-size: 14px; }
.status-field.full { grid-column: 1 / -1; }

/* 进度状态卡 */
.progress-card { max-width: 620px; margin: 20px auto 0; background: var(--card); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); padding: 30px 32px; border: 1px solid rgba(0, 0, 0, 0.04); animation: rise 0.45s ease both; }
.progress-card .p-head { display: flex; align-items: center; gap: 14px; }
.p-status-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 800; color: #fff; padding: 7px 16px; border-radius: 999px; }
.p-status-badge.following { background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-deep)); }
.p-status-badge.new { background: linear-gradient(135deg, var(--brand-teal), var(--brand-teal-deep)); }
.p-status-badge.done { background: linear-gradient(135deg, #34c07e, #1d9b63); }
.p-status-badge.wrong { background: linear-gradient(135deg, #f0574f, #d63c33); }
.p-status-badge.void { background: #8a8f99; }
.progress-card .p-head .p-meta { margin-left: auto; text-align: right; font-size: 12px; color: var(--ink-3); }
.progress-timeline { margin-top: 22px; position: relative; padding-left: 4px; }
.tl-item { position: relative; padding: 0 0 24px 34px; }
.tl-item::before { content: ""; position: absolute; left: 9px; top: 24px; bottom: 0; width: 2px; background: var(--line); }
.tl-item:last-child { padding-bottom: 0; }
.tl-item:last-child::before { display: none; }
.tl-item .tl-dot { position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--card); border: 2px solid var(--line); display: grid; place-items: center; color: #b7bac2; }
.tl-item.done .tl-dot { border-color: var(--brand-teal); color: var(--brand-teal-deep); background: var(--brand-teal-soft); }
.tl-item.done::before { background: var(--brand-teal); opacity: 0.5; }
.tl-item .tl-dot svg { width: 10px; height: 10px; }
.tl-item .tl-title { font-size: 14.5px; font-weight: 700; }
.tl-item .tl-time { font-size: 12px; color: var(--ink-3); margin-top: 1px; }
.tl-item.wrong .tl-title { color: #d63c33; }
.progress-remark { margin-top: 20px; background: #fffaf3; border: 1px solid #ffe2bd; border-radius: var(--radius-md); padding: 14px 16px; font-size: 13.5px; color: #7a5215; display: flex; gap: 9px; }
.progress-remark svg { width: 16px; height: 16px; flex: none; margin-top: 2px; }
.progress-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.progress-actions .btn { padding: 11px 18px; border-radius: var(--radius-sm); font-size: 13.5px; font-weight: 700; cursor: pointer; border: 1.5px solid var(--line); background: var(--card); color: var(--ink-2); transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 7px; }
.progress-actions .btn:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); }
.progress-actions .btn svg { width: 14px; height: 14px; }

/* ---------------- 管理后台 ---------------- */
.admin-body { background: #f0f1f4; }
.admin-wrap { max-width: 1180px; margin: 0 auto; padding: 28px 20px 60px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.admin-topbar .a-title { display: flex; align-items: center; gap: 12px; }
.admin-topbar .a-title img { height: 34px; }
.admin-topbar .a-title h1 { font-size: 20px; font-weight: 800; }
.admin-topbar .a-title .tag { font-size: 11px; background: var(--brand-teal-soft); color: var(--brand-teal-deep); font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.admin-toolbar { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
.admin-search { flex: 1; min-width: 200px; position: relative; }
.admin-search svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--ink-3); }
.admin-search input { padding-left: 40px; background: #fff; }
.filter-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.filter-tabs button { border: 1.5px solid var(--line); background: #fff; color: var(--ink-2); font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 999px; cursor: pointer; transition: all 0.18s ease; }
.filter-tabs button:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); }
.filter-tabs button.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter-tabs button .cnt { font-size: 11px; opacity: 0.65; margin-left: 3px; }

.lead-table-card { background: #fff; border-radius: var(--radius-lg); box-shadow: 0 8px 30px rgba(23, 29, 41, 0.06); overflow: hidden; }
.lead-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.lead-table thead th { text-align: left; font-size: 12px; font-weight: 700; color: var(--ink-3); padding: 14px 16px; border-bottom: 1px solid var(--line); background: #fafbfc; white-space: nowrap; }
.lead-table tbody td { padding: 14px 16px; border-bottom: 1px solid #f2f3f5; font-size: 13.5px; vertical-align: middle; line-height: 1.5; }
.lead-table tbody tr { transition: background 0.15s ease; }
.lead-table tbody tr:hover { background: #f8fafb; }
.lead-table tbody tr.expanded { background: #f5f9f9; }
.td-name { font-weight: 800; }
.td-contact { color: var(--ink-2); font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: 13px; }
.td-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--bg-2); color: var(--ink-2); }
.tag.intent { background: var(--brand-orange-soft); color: var(--brand-orange-deep); }
.tag.dest { background: var(--brand-teal-soft); color: var(--brand-teal-deep); }
.badge { font-size: 11.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.badge.new { background: var(--brand-teal-soft); color: var(--brand-teal-deep); }
.badge.following { background: var(--brand-orange-soft); color: var(--brand-orange-deep); }
.badge.done { background: #e2f7ec; color: #16975c; }
.badge.wrong { background: #fdebea; color: #d63c33; }
.badge.void { background: #eef0f3; color: #7a7f88; }
.row-actions { display: flex; gap: 6px; justify-content: flex-end; }
.row-btn { border: 1px solid var(--line); background: #fff; color: var(--ink-2); width: 30px; height: 30px; border-radius: 9px; cursor: pointer; display: grid; place-items: center; transition: all 0.18s ease; }
.row-btn:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); background: var(--brand-teal-soft); }
.row-btn.danger:hover { border-color: #d63c33; color: #d63c33; background: #fdebea; }
.row-btn svg { width: 15px; height: 15px; }

.table-foot { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; font-size: 13px; color: var(--ink-3); }
.pager { display: flex; gap: 6px; align-items: center; }
.pager button { border: 1px solid var(--line); background: #fff; width: 32px; height: 32px; border-radius: 9px; cursor: pointer; font-weight: 700; color: var(--ink-2); transition: all 0.18s ease; }
.pager button:hover:not(:disabled) { border-color: var(--brand-teal); color: var(--brand-teal-deep); }
.pager button:disabled { opacity: 0.4; cursor: not-allowed; }
.pager .pg-info { font-size: 12.5px; color: var(--ink-3); margin: 0 6px; }

.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-3); }
.empty-state svg { width: 44px; height: 44px; margin: 0 auto 12px; color: #c9ccd3; }
.empty-state p { font-size: 14px; }

/* 详情抽屉 */
.drawer-mask { position: fixed; inset: 0; z-index: 100; background: rgba(18, 20, 26, 0.5); display: none; justify-content: flex-end; }
.drawer-mask.show { display: flex; animation: fadeIn 0.22s ease both; }
.drawer { background: #fff; width: min(560px, 100%); height: 100%; overflow-y: auto; padding: 28px; box-shadow: -20px 0 60px rgba(0,0,0,0.18); animation: slideIn 0.32s cubic-bezier(0.22,1,0.36,1) both; }
@keyframes slideIn { from { transform: translateX(60px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer .d-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.drawer .d-head h2 { font-size: 19px; font-weight: 800; flex: 1; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.drawer .d-close { border: 0; background: var(--bg-2); width: 34px; height: 34px; border-radius: 10px; cursor: pointer; display: grid; place-items: center; color: var(--ink-2); }
.drawer .d-close:hover { background: var(--line); }
.d-block { margin-bottom: 18px; }
.d-block .d-label { font-size: 12px; font-weight: 700; color: var(--ink-3); letter-spacing: 0.5px; margin-bottom: 6px; }
.d-block .d-value { background: var(--bg-2); border-radius: var(--radius-sm); padding: 11px 14px; font-size: 14px; line-height: 1.6; word-break: break-all; }
.d-block .d-value.plain { background: none; padding: 0; }
.d-status-form { margin-top: 6px; padding-top: 18px; border-top: 1px dashed var(--line); }
.d-status-form .row-2 select { background: #fff; }
.d-status-form textarea { background: #fff; }
.d-save { width: 100%; border: 0; border-radius: var(--radius-md); padding: 13px; font-size: 15px; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-deep)); cursor: pointer; box-shadow: var(--shadow-btn); transition: all 0.22s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.d-save:hover { transform: translateY(-2px); }
.d-save svg { width: 16px; height: 16px; }
.qlink-row { display: flex; gap: 8px; }
.qlink-row input { flex: 1; background: #fff; font-size: 13px; padding: 11px 12px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); color: var(--ink); }
.qlink-row button { border: 1.5px solid var(--line); background: #fff; border-radius: var(--radius-sm); padding: 0 16px; font-size: 13px; font-weight: 700; color: var(--ink-2); cursor: pointer; transition: all 0.18s ease; display: inline-flex; align-items: center; gap: 6px; }
.qlink-row button:hover { border-color: var(--brand-teal); color: var(--brand-teal-deep); }
.qlink-row button svg { width: 14px; height: 14px; }

.num-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.num-stat { background: #fff; border-radius: var(--radius-md); padding: 16px 18px; box-shadow: 0 6px 20px rgba(23,29,41,0.05); display: flex; align-items: center; gap: 12px; }
.num-stat .ns-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; }
.num-stat .ns-icon svg { width: 20px; height: 20px; }
.num-stat .ns-icon.o { background: var(--brand-orange-soft); color: var(--brand-orange-deep); }
.num-stat .ns-icon.t { background: var(--brand-teal-soft); color: var(--brand-teal-deep); }
.num-stat .ns-icon.r { background: #fdebea; color: #d63c33; }
.num-stat .ns-icon.g { background: #e2f7ec; color: #16975c; }
.num-stat .ns-num { font-size: 22px; font-weight: 800; line-height: 1.1; }
.num-stat .ns-label { font-size: 12px; color: var(--ink-3); }

/* 登录页 */
.login-wrap { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(160deg, #16181d 0%, #23262e 60%, #1d2b2e 100%); padding: 24px; position: relative; overflow: hidden; }
.login-wrap::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(255,127,0,0.16), transparent 65%); top: -140px; right: -100px; }
.login-wrap::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(0,191,191,0.14), transparent 65%); bottom: -120px; left: -100px; }
.login-card { position: relative; z-index: 1; background: #fff; width: min(400px, 100%); border-radius: var(--radius-xl); padding: 38px 34px; box-shadow: var(--shadow-card); text-align: center; }
.login-card .lc-logo { height: 46px; margin: 0 auto 14px; }
.login-card .lc-brand { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 14px; }
.login-card .lc-brand .lc-brand-img { margin: 0; flex: none; height: 46px; }
.login-card .lc-brand .brand-name { font-size: 18px; font-weight: 800; background: linear-gradient(92deg, var(--brand-orange), var(--brand-teal)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.remember-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); cursor: pointer; margin-bottom: 14px; user-select: none; }
.remember-row input { width: 16px; height: 16px; accent-color: var(--brand-orange); cursor: pointer; }
.login-card h1 { font-size: 20px; font-weight: 800; }
.login-card .lc-sub { font-size: 13px; color: var(--ink-3); margin: 4px 0 22px; }
.login-card input { background: #fff; }
.login-card .lc-btn { width: 100%; border: 0; border-radius: var(--radius-md); padding: 13px; font-size: 15px; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-deep)); cursor: pointer; box-shadow: var(--shadow-btn); transition: all 0.22s ease; margin-top: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.login-card .lc-btn:hover { transform: translateY(-2px); }
.login-card .lc-btn svg { width: 16px; height: 16px; }

/* ---------------- 响应式 ---------------- */
@media (max-width: 960px) {
  .hero .grid { grid-template-columns: 1fr; gap: 34px; padding: 40px 0 48px; }
  .hero-copy { text-align: center; }
  .hero-copy .sub { margin-left: auto; margin-right: auto; }
  .hero-points { max-width: 460px; margin-left: auto; margin-right: auto; }
  .hero-trust { justify-content: center; }
  .qual-grid { grid-template-columns: 1fr 1fr; }
  .hero-deco .wind-1, .hero-deco .wind-2 { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1120px); }
  .site-nav .container { height: 60px; }
  .brand-logo img { height: 32px; }
  .brand-logo .brand-sub { display: none; }
  .nav-status-link { font-size: 12.5px; padding: 8px 13px; }
  .nav-status-link span { display: none; }
  .hero .grid { padding: 28px 0 36px; gap: 28px; }
  .hero-copy h1 { font-size: 27px; line-height: 1.3; }
  .hero-copy .sub { font-size: 14.5px; }
  .hero-points { grid-template-columns: 1fr; gap: 8px; text-align: left; }
  .form-card { padding: 24px 18px 20px; border-radius: 26px; }
  .form-card-header .form-title { font-size: 18px; }
  .row-2 { grid-template-columns: 1fr; gap: 0; }
  .row-2 > .field:last-child { margin-bottom: 0; }
  .chip { padding: 9px 13px; font-size: 12.5px; }
  .chip-group { gap: 7px; }
  .submit-btn { padding: 14px 16px; }
  .qual-grid { grid-template-columns: 1fr; }
  .license-gallery { grid-template-columns: 1fr; }
  .license-item img { height: 170px; }
  .trust-section { padding: 48px 0 12px; }
  .site-footer { padding: 36px 0 20px; }
  .site-footer .f-cols { gap: 30px; }
  .status-card, .progress-card { padding: 22px 18px; }
  .status-row { grid-template-columns: 1fr; gap: 0; }
  .modal { padding: 28px 20px 24px; }
  .num-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .admin-wrap { padding: 18px 12px 40px; }
}