/* ============================================================
   宇燕自研商城 · 企业数字服务商城  统一样式表
   设计基调：青绿主色 + 琥珀点缀，浅色首屏、左侧色条卡片
   适配：桌面端 / 移动端 H5
   ============================================================ */

:root {
  --brand: #0f7a63;
  --brand-2: #17a486;
  --brand-deep: #0a5346;
  --brand-soft: #eaf7f2;
  --accent: #e8961e;
  --accent-soft: #fdf3e2;
  --ok: #12a76a;
  --ok-soft: #e7f7ef;
  --warn: #d9821a;
  --warn-soft: #fdf4e6;
  --bg: #f6f8f5;
  --card: #ffffff;
  --line: #e3e9e4;
  --ink: #17251f;
  --ink-2: #4c5c55;
  --ink-3: #8b978f;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 2px 12px rgba(15, 62, 48, .06);
  --shadow-lg: 0 16px 40px rgba(15, 62, 48, .13);
  --max: 1200px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.72;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ---------------- 通用按钮 ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: .18s;
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 122, 99, .24);
}
.btn-primary:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--brand-deep); border-color: #c6e2d8; }
.btn-ghost:hover { background: var(--brand-soft); }
.btn-block { width: 100%; }
.btn-lg { padding: 14px 32px; font-size: 16px; border-radius: 999px; }
.btn-sm { padding: 8px 18px; font-size: 14px; border-radius: 999px; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }

/* ---------------- 顶部导航 ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 70px;
}
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-2), var(--brand-deep));
  color: #fff; font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(15, 122, 99, .28);
}
.logo-text strong { display: block; font-size: 17px; letter-spacing: .3px; line-height: 1.2; }
.logo-text em {
  display: block; font-style: normal; font-size: 10.5px;
  color: var(--ink-3); letter-spacing: 1.4px; line-height: 1.4;
}
.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a {
  padding: 8px 15px; border-radius: 999px; font-size: 15px;
  color: var(--ink-2); font-weight: 500; transition: .18s;
}
.main-nav a:hover { color: var(--brand); background: var(--brand-soft); }
.main-nav a.active { color: #fff; background: var(--brand); font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-tel {
  font-size: 14px; color: var(--ink-2); font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.header-tel::before { content: "☎"; color: var(--brand); }
.nav-toggle {
  display: none; margin-left: auto; width: 40px; height: 40px;
  border: 1px solid var(--line); background: #fff; border-radius: 12px;
  font-size: 18px; color: var(--ink-2); cursor: pointer;
}

/* ---------------- 公共区块 ---------------- */
.section { padding: 56px 0; }
.section-head { margin-bottom: 30px; }
.section-head.center { text-align: center; }
.section-tag {
  display: inline-block; font-size: 13px; font-weight: 700; color: var(--brand-deep);
  background: var(--brand-soft); padding: 4px 13px; border-radius: 999px; margin-bottom: 12px;
  letter-spacing: .6px;
}
.section-title { font-size: 27px; font-weight: 800; margin: 0 0 10px; letter-spacing: .2px; }
.section-desc { color: var(--ink-2); font-size: 15px; margin: 0; max-width: 760px; }
.section-head.center .section-desc { margin: 0 auto; }

/* ---------------- 卡片 ---------------- */
.card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
}

/* ---------------- Hero（浅色首屏） ---------------- */
.hero {
  background:
    radial-gradient(680px 300px at 92% -14%, rgba(232, 150, 30, .16), transparent 62%),
    radial-gradient(720px 340px at 4% 4%, rgba(23, 164, 134, .20), transparent 60%),
    linear-gradient(180deg, #eef8f3 0%, #f6f8f5 100%);
  color: var(--ink);
  padding: 58px 0 64px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: ""; position: absolute; right: -70px; bottom: -90px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(23,164,134,.14), transparent 68%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #cfe6dc;
  padding: 6px 16px; border-radius: 999px; font-size: 13px; margin-bottom: 18px;
  color: var(--brand-deep); font-weight: 600;
}
.hero h1 { font-size: 39px; line-height: 1.26; margin: 0 0 16px; font-weight: 800; letter-spacing: .3px; color: var(--ink); }
.hero h1 span { color: var(--brand); }
.hero p.lead { font-size: 16px; color: var(--ink-2); margin: 0 0 26px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero .btn-ghost { background: #fff; color: var(--brand-deep); border-color: #cfe6dc; }
.hero .btn-ghost:hover { background: var(--brand-soft); }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-2); }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust span::before { content: "✓"; color: var(--brand); font-weight: 800; }

.hero-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-lg);
}
.hero-panel h3 { margin: 0 0 16px; font-size: 15px; font-weight: 700; letter-spacing: .4px; color: var(--brand-deep); }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-stat {
  background: var(--brand-soft); border-radius: 14px; padding: 14px 16px;
}
.hero-stat b { display: block; font-size: 23px; font-weight: 800; line-height: 1.2; color: var(--brand-deep); }
.hero-stat small { font-size: 12.5px; color: var(--ink-2); }

/* ---------------- 信任条（四点承诺） ---------------- */
.trust-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: -32px; position: relative; z-index: 5;
}
.trust-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 18px; text-align: left; box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--brand-2);
}
.trust-item .ti-icon { font-size: 21px; margin-bottom: 8px; }
.trust-item b { display: block; font-size: 15px; margin-bottom: 3px; }
.trust-item small { color: var(--ink-3); font-size: 12.8px; line-height: 1.6; }

/* ---------------- 服务卡片 ---------------- */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px; display: flex; flex-direction: column; transition: .2s;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.svc-card::before {
  content: ""; position: absolute; left: 0; top: 20px; bottom: 74px; width: 4px;
  border-radius: 0 6px 6px 0; background: linear-gradient(180deg, var(--brand-2), var(--brand-deep));
}
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #bfe0d4; }
.svc-top { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 12px; }
.svc-ico {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand-soft), #d9f0e7);
  color: var(--brand-deep);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.svc-head { flex: 1; }
.svc-cat {
  display: inline-block; font-size: 12px; color: var(--brand-deep);
  background: var(--brand-soft); border-radius: 999px; padding: 1px 9px; margin-bottom: 5px;
}
.svc-name { font-size: 16.5px; font-weight: 700; margin: 0; line-height: 1.48; }
.svc-brief { color: var(--ink-2); font-size: 13.8px; flex: 1; margin: 0 0 14px; }
.svc-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.chip {
  font-size: 12.5px; padding: 3px 10px; border-radius: 999px;
  background: #f1f5f2; color: var(--ink-2);
}
.chip.ok { background: var(--ok-soft); color: #0b7a4d; }
.svc-price-row {
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(90deg, var(--accent-soft), #fff);
  border-top: 1px dashed var(--line);
  margin: 0 -22px -20px; padding: 14px 22px 15px; gap: 10px;
}
.price { color: #cf3c2f; font-weight: 800; }
.price .cur { font-size: 14px; }
.price .num { font-size: 25px; letter-spacing: -.5px; }
.price .unit { font-size: 12.5px; color: var(--ink-3); font-weight: 500; margin-left: 2px; }
.svc-sales { font-size: 12.5px; color: var(--ink-3); }
.badge-hot {
  position: absolute; top: 14px; right: 14px; background: linear-gradient(135deg,#f0a92e,#d9821a);
  color: #fff; font-size: 11.5px; padding: 3px 11px; border-radius: 999px; font-weight: 600;
  letter-spacing: .5px;
}

/* ---------------- 服务流程 ---------------- */
.flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.flow-step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 14px; text-align: center; box-shadow: var(--shadow);
}
.flow-num {
  width: 34px; height: 34px; margin: 0 auto 10px; border-radius: 12px;
  background: var(--brand-soft); color: var(--brand-deep);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px;
  border: 1px solid #cbe7dc;
}
.flow-step b { display: block; font-size: 14.5px; margin-bottom: 4px; }
.flow-step small { color: var(--ink-3); font-size: 12.6px; line-height: 1.55; display: block; }

/* ---------------- 保障区 ---------------- */
.guarantee { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.g-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; }
.g-item { display: flex; gap: 12px; }
.g-item .g-ico { font-size: 20px; line-height: 1.4; }
.g-item b { display: block; font-size: 15px; margin-bottom: 2px; }
.g-item p { margin: 0; color: var(--ink-2); font-size: 13.8px; }

/* ---------------- 页头（内页） ---------------- */
.page-hero {
  background: linear-gradient(120deg, #eef8f3 0%, #f7faf8 55%, #fdf5e9 100%);
  color: var(--ink); padding: 40px 0 36px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { margin: 0 0 8px; font-size: 26px; font-weight: 800; }
.page-hero p { margin: 0; color: var(--ink-2); font-size: 14.5px; }
.crumb { font-size: 13px; color: var(--ink-3); margin-bottom: 12px; }
.crumb a { color: var(--brand); }

/* ---------------- 筛选 ---------------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter-bar button {
  border: 1px solid var(--line); background: #fff; color: var(--ink-2);
  padding: 8px 18px; border-radius: 999px; font-size: 14px; cursor: pointer;
  font-family: inherit; font-weight: 500; transition: .18s;
}
.filter-bar button:hover { border-color: #bfe0d4; color: var(--brand); }
.filter-bar button.active {
  background: var(--brand-deep);
  border-color: transparent; color: #fff; font-weight: 600;
  box-shadow: 0 8px 18px rgba(15, 122, 99, .22);
}

/* ---------------- 详情页 ---------------- */
.detail-wrap { display: grid; grid-template-columns: 1.6fr .9fr; gap: 26px; align-items: start; }
.detail-main { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.detail-title { font-size: 24px; font-weight: 800; margin: 0 0 10px; line-height: 1.42; }
.detail-sub { color: var(--ink-2); margin: 0 0 18px; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.block-title { font-size: 17px; font-weight: 700; margin: 30px 0 14px; padding-left: 12px; border-left: 4px solid var(--brand-2); line-height: 1.2; }
.block-title:first-of-type { margin-top: 6px; }
.detail-main p { color: var(--ink-2); }
.dl-list { display: grid; gap: 10px; }
.dl-list li {
  background: #f7faf8; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 12px 16px; font-size: 14.2px; display: flex; gap: 10px; align-items: flex-start;
}
.dl-list li::before { content: "▸"; color: var(--brand-2); font-weight: 800; }
.dl-list li b { color: var(--ink); }

.spec-table { width: 100%; border-collapse: collapse; font-size: 14.2px; }
.spec-table th, .spec-table td { border: 1px solid var(--line); padding: 11px 14px; text-align: left; }
.spec-table th { background: #f7faf8; font-weight: 700; color: var(--ink); width: 130px; }
.spec-table td { color: var(--ink-2); }

/* 侧边购买卡 */
.buy-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-lg); position: sticky; top: 88px;
}
.buy-card .price { color: #cf3c2f; }
.buy-card .price .num { font-size: 33px; }
.buy-price-box { background: linear-gradient(135deg, var(--accent-soft), #fff); border: 1px solid #f2dfbc; border-radius: 14px; padding: 16px; margin-bottom: 16px; }
.buy-price-box small { color: var(--ink-3); font-size: 12.5px; }
.buy-note { font-size: 13.2px; color: var(--ink-2); margin: 0 0 16px; }
.buy-list { display: grid; gap: 8px; margin-bottom: 18px; font-size: 13.5px; color: var(--ink-2); }
.buy-list li { display: flex; gap: 8px; }
.buy-list li::before { content: "✓"; color: var(--ok); font-weight: 800; }
.buy-card .mini { text-align: center; font-size: 12.5px; color: var(--ink-3); margin-top: 12px; }

/* ---------------- 表单 / 订单 ---------------- */
.order-wrap { display: grid; grid-template-columns: 1.55fr .95fr; gap: 26px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.panel h2 { font-size: 19px; font-weight: 800; margin: 0 0 20px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.form-row label .req { color: #cf3c2f; margin-left: 3px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 11px 14px; font-size: 14.5px; font-family: inherit; color: var(--ink);
  background: #fff; transition: .18s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(23,164,134,.14);
}
.form-row textarea { resize: vertical; min-height: 84px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.form-hint { font-size: 12.5px; color: var(--ink-3); margin: 6px 0 0; }

.qty { display: flex; align-items: center; gap: 0; }
.qty button {
  width: 38px; height: 40px; border: 1px solid var(--line); background: #fff;
  font-size: 17px; cursor: pointer; color: var(--ink-2); font-family: inherit;
}
.qty button:first-child { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.qty button:last-child { border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.qty input { width: 64px; text-align: center; border-radius: 0; border-left: none; border-right: none; }

.summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: sticky; top: 88px; }
.summary h3 { font-size: 17px; margin: 0 0 18px; font-weight: 800; }
.sum-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14.2px; padding: 8px 0; color: var(--ink-2); }
.sum-row.total { border-top: 1px dashed var(--line); margin-top: 12px; padding-top: 16px; font-size: 15px; color: var(--ink); font-weight: 700; align-items: baseline; }
.sum-row.total .price .num { font-size: 27px; }
.sum-svc { display: flex; gap: 12px; padding-bottom: 16px; border-bottom: 1px dashed var(--line); margin-bottom: 14px; }
.sum-svc .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.sum-svc b { font-size: 14.8px; display: block; }
.sum-svc small { color: var(--ink-3); font-size: 12.5px; }

.pay-methods { display: grid; gap: 12px; }
.pay-method {
  display: flex; align-items: center; gap: 12px; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 14px 16px; cursor: pointer; transition: .18s;
}
.pay-method:hover { border-color: #bfe0d4; }
.pay-method.active { border-color: var(--brand); background: var(--brand-soft); }
.pay-method .pm-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--ok-soft); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.pay-method b { font-size: 14.5px; display: block; }
.pay-method small { color: var(--ink-3); font-size: 12.5px; }
.pay-method .pm-radio { margin-left: auto; width: 19px; height: 19px; border-radius: 50%; border: 2px solid #cbd5e1; }
.pay-method.active .pm-radio { border-color: var(--brand); background: radial-gradient(circle, var(--brand) 0 5px, #fff 6px 100%); }

/* ---------------- 售后 / 客服页 ---------------- */
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.policy-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); border-top: 3px solid var(--brand-2); }
.policy-card .p-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--brand-soft); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.policy-card h3 { font-size: 16.5px; margin: 0 0 8px; font-weight: 700; }
.policy-card p { margin: 0; color: var(--ink-2); font-size: 13.8px; }

.timeline { display: grid; gap: 0; }
.tl-item { display: grid; grid-template-columns: 118px 1fr; gap: 18px; position: relative; padding-bottom: 24px; }
.tl-item::before { content: ""; position: absolute; left: 133px; top: 24px; bottom: 0; width: 2px; background: var(--line); }
.tl-item:last-child::before { display: none; }
.tl-time { text-align: right; font-weight: 700; color: var(--brand-deep); font-size: 14px; padding-top: 2px; }
.tl-body { position: relative; padding-left: 26px; }
.tl-body::before { content: ""; position: absolute; left: -3px; top: 9px; width: 12px; height: 12px; border-radius: 50%; background: var(--brand-2); border: 3px solid #fff; box-shadow: 0 0 0 2px #d5ece4; }
.tl-body b { display: block; font-size: 15.5px; margin-bottom: 3px; }
.tl-body p { margin: 0; color: var(--ink-2); font-size: 13.9px; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); text-align: center; }
.contact-card .cc-ico { font-size: 26px; margin-bottom: 8px; }
.contact-card b { display: block; font-size: 15px; margin-bottom: 4px; }
.contact-card span { color: var(--ink-2); font-size: 14px; font-weight: 600; word-break: break-all; }
.contact-card small { display: block; color: var(--ink-3); font-size: 12.5px; margin-top: 6px; }

/* ---------------- 关于我们 ---------------- */
.info-table { width: 100%; border-collapse: collapse; font-size: 14.3px; }
.info-table th, .info-table td { border-bottom: 1px solid var(--line); padding: 13px 14px; text-align: left; vertical-align: top; }
.info-table th { color: var(--ink-3); font-weight: 600; width: 170px; background: #f7faf8; }
.info-table td { color: var(--ink); }
.qual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.qual-item { border: 1px dashed #bfe0d4; border-radius: var(--radius); padding: 20px; background: #fbfdfc; }
.qual-item b { display: block; margin-bottom: 4px; font-size: 14.8px; }
.qual-item code { display: inline-block; font-size: 13px; color: var(--brand-deep); background: var(--brand-soft); padding: 2px 8px; border-radius: 6px; margin-top: 6px; font-family: ui-monospace, Menlo, Consolas, monospace; }
.qual-item small { display: block; color: var(--ink-3); font-size: 12.5px; margin-top: 8px; }

/* ---------------- 悬浮客服 ---------------- */
.float-cs { position: fixed; right: 22px; bottom: 26px; z-index: 80; display: grid; gap: 10px; }
.float-cs a {
  width: 52px; height: 52px; border-radius: 50%; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 21px; transition: .18s; position: relative;
}
.float-cs a:hover { transform: translateY(-3px); }
.float-cs a.primary { background: linear-gradient(135deg, var(--brand-2), var(--brand-deep)); color: #fff; border-color: transparent; }
.float-cs a .tip {
  position: absolute; right: 62px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: #fff; font-size: 12.5px; padding: 5px 11px;
  border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transition: .18s;
}
.float-cs a:hover .tip { opacity: 1; }

/* ---------------- 底部 ---------------- */
.site-footer { background: #0c2a22; color: rgba(255,255,255,.72); padding: 44px 0 24px; margin-top: 60px; font-size: 13.6px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-grid h4 { color: #fff; font-size: 15px; margin: 0 0 14px; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a:hover { color: #fff; }
.footer-about p { margin: 0 0 10px; line-height: 1.75; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: rgba(255,255,255,.55); font-size: 12.8px; }
.footer-bottom a { color: rgba(255,255,255,.68); }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo strong { color: #fff; font-size: 16px; }
.footer-logo .logo-mark { width: 34px; height: 34px; font-size: 16px; }

/* ---------------- 支付结果 ---------------- */
.pay-card { max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-lg); text-align: center; }
.pay-amount { font-size: 40px; font-weight: 800; color: #cf3c2f; letter-spacing: -1px; margin: 6px 0 4px; }
.pay-amount small { font-size: 20px; }
.pay-order { color: var(--ink-3); font-size: 13.4px; margin-bottom: 24px; }
.qr-box { width: 190px; height: 190px; margin: 0 auto 16px; border: 1px solid var(--line); border-radius: 12px; padding: 10px; background: #fff; }
.pay-tip { background: var(--warn-soft); border: 1px solid #f2dcb8; color: #8c5a12; border-radius: 12px; padding: 12px 16px; font-size: 13.4px; text-align: left; margin-top: 20px; }
.pay-steps { display: flex; justify-content: center; gap: 0; margin-bottom: 26px; }
.pay-step { flex: 1; text-align: center; font-size: 12.6px; color: var(--ink-3); position: relative; }
.pay-step .dot { width: 26px; height: 26px; border-radius: 9px; background: #eef2ef; color: var(--ink-3); display: flex; align-items: center; justify-content: center; margin: 0 auto 6px; font-size: 13px; font-weight: 700; }
.pay-step.done .dot { background: var(--ok); color: #fff; }
.pay-step.now .dot { background: var(--brand); color: #fff; }
.pay-step.now { color: var(--brand-deep); font-weight: 700; }

/* ---------------- 提示 / 空态 ---------------- */
.notice { border-radius: var(--radius-sm); padding: 16px 20px; font-size: 14px; border: 1px solid; margin-bottom: 22px; }
.notice.info { background: var(--brand-soft); border-color: #c9e5da; color: #0a5346; }
.notice.ok { background: var(--ok-soft); border-color: #b6e8cf; color: #0b7a4d; }
.notice.warn { background: var(--warn-soft); border-color: #f2dcb8; color: #8c5a12; }
.notice b { font-weight: 700; }

.toast {
  position: fixed; left: 50%; top: 80px; transform: translate(-50%, -14px);
  background: var(--ink); color: #fff; padding: 11px 22px; border-radius: 12px;
  font-size: 14px; z-index: 200; opacity: 0; pointer-events: none; transition: .25s;
  box-shadow: var(--shadow-lg);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------------- 响应式 ---------------- */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .detail-wrap, .order-wrap { grid-template-columns: 1fr; }
  .buy-card, .summary { position: static; }
  .policy-grid, .contact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .main-nav {
    position: absolute; top: 70px; left: 0; right: 0; background: #fff;
    flex-direction: column; padding: 10px 18px 18px; gap: 2px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .nav-toggle { display: block; }
  .header-tel { display: none; }
  .header-actions .btn { display: none; }
  .hero h1 { font-size: 27px; }
  .hero p.lead { font-size: 15px; }
  .section { padding: 38px 0; }
  .section-title { font-size: 22px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .g-list, .form-grid, .qual-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .tl-item { grid-template-columns: 84px 1fr; gap: 12px; }
  .tl-item::before { left: 99px; }
  .detail-main, .panel, .summary, .buy-card { padding: 20px; }
  .float-cs { right: 14px; bottom: 18px; }
  .float-cs a { width: 46px; height: 46px; font-size: 19px; }
  .svc-price-row { margin: 0 -20px -20px; padding: 13px 20px; }
}
