/* ============================================================
   {SITE_TITLE} — 特种保镖安保服务与要员保护训练营 官网模板
   设计体系：战术隐蔽黑 × 警戒安全黄 | 移动端优先 | W3C标准
   ============================================================ */

/* ---------- CSS变量：色彩体系 ---------- */
:root {
  --c-black: #0b0e11;          /* 主色调：战术隐蔽黑 */
  --c-black-2: #12161c;        /* 深浅交替背景（深） */
  --c-black-3: #1a2028;        /* 深浅交替背景（浅） */
  --c-yellow: #f5c518;         /* 辅助色：警戒安全黄 */
  --c-yellow-2: #ffd94d;       /* 高亮黄 */
  --c-text: #e8eaed;           /* 正文高对比阅读色 */
  --c-text-dim: #9aa3ad;       /* 次级文字 */
  --c-card: rgba(255, 255, 255, 0.05);      /* 磨砂卡片 */
  --c-card-border: rgba(245, 197, 24, 0.18);
  --radius: 14px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --transition: all .38s cubic-bezier(.22, .68, .35, 1);
  --font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", -apple-system, "Segoe UI", sans-serif;
}

/* ---------- 基础重置 ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--c-black);
  color: var(--c-text);
  line-height: 1.75;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

.ccb2d7bcb { width: min(1200px, 92%); margin: 0 auto; }

/* ---------- Logo加载过渡动画 ---------- */
#brand-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--c-black);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px;
  transition: opacity .6s ease, visibility .6s ease;
}
#brand-loader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
#brand-loader img { width: 84px; height: 84px; animation: loaderPulse 1.4s ease-in-out infinite; }
#brand-loader .c7efccb37 { font-size: 1.05rem; letter-spacing: .4em; color: var(--c-yellow); font-weight: 700; }
#brand-loader .cc93ea067 { width: 160px; height: 2px; background: rgba(255,255,255,.12); overflow: hidden; border-radius: 2px; }
#brand-loader .cc93ea067::after {
  content: ""; display: block; width: 40%; height: 100%;
  background: var(--c-yellow); animation: loaderSlide 1.1s linear infinite;
}
@keyframes loaderPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.12); opacity: .75; } }
@keyframes loaderSlide { 0% { transform: translateX(-160px);} 100% { transform: translateX(260px);} }

/* ---------- 顶部导航 ---------- */
.cea28b523 {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(11, 14, 17, .72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(245, 197, 24, .12);
  transition: var(--transition);
}
.cea28b523 .c6e53df7b { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.c8d68f993 { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.12rem; letter-spacing: .06em; }
.c8d68f993 img { width: 38px; height: 38px; }
.c8d68f993 em { color: var(--c-yellow); font-style: normal; }
.c49945dde ul { display: flex; gap: 6px; }
.c49945dde a {
  display: block; padding: 8px 16px; font-size: .95rem; color: var(--c-text-dim);
  border-radius: 8px; transition: var(--transition); position: relative;
}
.c49945dde a:hover, .c49945dde a.active { color: var(--c-yellow); background: rgba(245, 197, 24, .08); }
.c3dd4ec39 {
  display: inline-block; padding: 9px 22px; border-radius: 999px;
  background: linear-gradient(120deg, var(--c-yellow), var(--c-yellow-2));
  color: #101010; font-weight: 700; font-size: .92rem; transition: var(--transition);
}
.c3dd4ec39:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(245,197,24,.35); }
.c5976efb0 { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.c5976efb0 span { width: 24px; height: 2px; background: var(--c-yellow); transition: var(--transition); }

/* ---------- 按钮 ---------- */
.c5f6c9437 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 34px; border-radius: 999px; font-size: 1rem; font-weight: 700;
  transition: var(--transition); letter-spacing: .04em;
}
.c82deb871 { background: linear-gradient(120deg, var(--c-yellow), var(--c-yellow-2)); color: #101010; }
.c82deb871:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 34px rgba(245,197,24,.4); }
.c76b59f0b { border: 1px solid rgba(245,197,24,.5); color: var(--c-yellow); }
.c76b59f0b:hover { background: rgba(245,197,24,.12); transform: translateY(-3px); }
.c700bba69 { width: 100%; justify-content: center; }

/* ---------- Hero 首屏沉浸巨幕 ---------- */
.c6ebc5718 {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; overflow: hidden;
}
.c70d953e0 {
  position: absolute; inset: -8% 0; z-index: -2;
  background-size: cover; background-position: center;
  will-change: transform; /* 视差 */
}
.c6ebc5718::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(11,14,17,.92) 22%, rgba(11,14,17,.55) 58%, rgba(11,14,17,.25));
}
.c4fa6a59c { padding: 130px 0 90px; }
.c7d219283 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 18px; border-radius: 999px; font-size: .85rem; letter-spacing: .12em;
  color: var(--c-yellow); border: 1px solid rgba(245,197,24,.4);
  background: rgba(245,197,24,.07); margin-bottom: 26px;
}
.c7d219283::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--c-yellow); animation: blink 1.6s infinite; }
@keyframes blink { 0%,100% { opacity: 1;} 50% { opacity: .25;} }
.c6ebc5718 h1 {
  font-size: clamp(2rem, 5.6vw, 3.6rem); line-height: 1.25; font-weight: 900;
  letter-spacing: .02em; max-width: 760px;
}
.c6ebc5718 h1 em { font-style: normal; color: var(--c-yellow); }
.c6ebc5718 .cad96c38f { margin: 22px 0 36px; max-width: 620px; color: var(--c-text-dim); font-size: 1.08rem; }
.c04352598 { display: flex; gap: 16px; flex-wrap: wrap; }
.c193831bc { display: flex; gap: clamp(24px, 5vw, 64px); margin-top: 64px; flex-wrap: wrap; }
.c193831bc .ca6400f87 strong { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--c-yellow); font-weight: 900; }
.c193831bc .ca6400f87 span { display: block; font-size: .85rem; color: var(--c-text-dim); margin-top: 2px; }
.cf00eb079 {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  color: var(--c-text-dim); font-size: .78rem; letter-spacing: .3em; animation: hintFloat 2s infinite;
}
@keyframes hintFloat { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,8px);} }

/* ---------- 区块通用 ---------- */
.c62770f3f { padding: clamp(64px, 9vw, 110px) 0; }
.cdfd08c84 { background: var(--c-black-2); }       /* 深浅交替 */
.c933b8420 { background: var(--c-black-3); }
.c43e552a2 { margin-bottom: clamp(36px, 5vw, 56px); }
.c43e552a2 .cb5e6b4fd { color: var(--c-yellow); font-size: .85rem; letter-spacing: .32em; font-weight: 700; }
.c43e552a2 h2 { font-size: clamp(1.5rem, 3.6vw, 2.3rem); font-weight: 900; margin-top: 10px; }
.c43e552a2 p { color: var(--c-text-dim); margin-top: 12px; max-width: 640px; }
.c43e552a2.c23f40e43 { text-align: center; }
.c43e552a2.c23f40e43 p { margin-left: auto; margin-right: auto; }
.c320da57d { text-align: center; margin-top: 44px; }

/* 滚动入场动画 */
.cd1917d07 { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s ease; }
.cd1917d07.c2c52682b { opacity: 1; transform: none; }

/* ---------- 磨砂卡片 ---------- */
.c554110a5 {
  background: var(--c-card); border: 1px solid var(--c-card-border);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius); padding: 30px; transition: var(--transition);
}
.c554110a5:hover { transform: translateY(-8px); border-color: rgba(245,197,24,.5); box-shadow: var(--shadow); }

/* ---------- 信任背书 ---------- */
.c90a3a5d3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.c23ab3234 {
  text-align: center; padding: 22px 12px; border-radius: 12px;
  background: var(--c-card); border: 1px solid rgba(255,255,255,.06);
  color: var(--c-text-dim); font-size: .92rem; letter-spacing: .05em; transition: var(--transition);
}
.c23ab3234:hover { color: var(--c-yellow); border-color: var(--c-card-border); transform: scale(1.05); }
.c23ab3234 strong { display: block; font-size: 1.05rem; color: var(--c-text); margin-bottom: 4px; }

/* ---------- 非对称网格：核心优势 ---------- */
.c10080760 { display: grid; gap: 20px; grid-template-columns: repeat(12, 1fr); }
.c10080760 .c554110a5:nth-child(1) { grid-column: span 7; }
.c10080760 .c554110a5:nth-child(2) { grid-column: span 5; }
.c10080760 .c554110a5:nth-child(3) { grid-column: span 4; }
.c10080760 .c554110a5:nth-child(4) { grid-column: span 8; }
.c35b6b7f1 {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: rgba(245,197,24,.12); color: var(--c-yellow); font-size: 1.5rem; margin-bottom: 18px;
}
.c554110a5 h3 { font-size: 1.18rem; font-weight: 800; margin-bottom: 10px; }
.c554110a5 h3 a:hover { color: var(--c-yellow); }
.c554110a5 p { color: var(--c-text-dim); font-size: .95rem; }
.c554110a5 .cd4f09cc5 { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.cb6ad52d2 {
  font-size: .76rem; padding: 4px 12px; border-radius: 999px;
  background: rgba(245,197,24,.1); color: var(--c-yellow); border: 1px solid rgba(245,197,24,.25);
}

/* ---------- 组件A：特色展示轮播 ---------- */
.c316fa1da { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.cd3872dfe { display: flex; transition: transform .7s cubic-bezier(.22,.68,.35,1); }
.ceed8520e { min-width: 100%; position: relative; }
.ceed8520e img { width: 100%; height: clamp(300px, 48vw, 560px); object-fit: cover; }
.c9e7436ee {
  position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(20px, 4vw, 40px);
  background: linear-gradient(transparent, rgba(11,14,17,.94));
}
.c9e7436ee .cb6ad52d2 { margin-bottom: 10px; display: inline-block; }
.c9e7436ee h3 { font-size: clamp(1.1rem, 2.6vw, 1.6rem); font-weight: 800; }
.c9e7436ee p { color: var(--c-text-dim); font-size: .92rem; max-width: 560px; margin-top: 6px; }
.c30911169 { position: absolute; right: 20px; bottom: 20px; display: flex; gap: 10px; z-index: 3; }
.c30911169 button {
  width: 42px; height: 42px; border-radius: 50%; background: rgba(11,14,17,.6);
  border: 1px solid rgba(245,197,24,.4); color: var(--c-yellow); font-size: 1.1rem; transition: var(--transition);
}
.c30911169 button:hover { background: var(--c-yellow); color: #101010; }
.c6f00aa48 { position: absolute; left: clamp(20px,4vw,40px); top: 22px; display: flex; gap: 8px; z-index: 3; }
.c6f00aa48 i { width: 26px; height: 3px; background: rgba(255,255,255,.28); border-radius: 2px; cursor: pointer; transition: var(--transition); }
.c6f00aa48 i.c162450c4 { background: var(--c-yellow); width: 40px; }

/* ---------- 组件B：互动式服务流程 ---------- */
.c75161331 { display: grid; grid-template-columns: 320px 1fr; gap: 26px; align-items: start; }
.c899d77d9 { display: flex; flex-direction: column; gap: 10px; }
.c2ecbad10 {
  display: flex; gap: 14px; align-items: center; padding: 16px 18px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.07); background: var(--c-card); cursor: pointer; transition: var(--transition);
  text-align: left; width: 100%; color: var(--c-text);
}
.c2ecbad10 .cadb6bfe3 {
  width: 38px; height: 38px; flex: none; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(245,197,24,.45); color: var(--c-yellow); font-weight: 800; transition: var(--transition);
}
.c2ecbad10 strong { font-size: .98rem; display: block; }
.c2ecbad10 span { font-size: .8rem; color: var(--c-text-dim); }
.c2ecbad10.c162450c4 { border-color: var(--c-yellow); background: rgba(245,197,24,.08); transform: translateX(8px); }
.c2ecbad10.c162450c4 .cadb6bfe3 { background: var(--c-yellow); color: #101010; }
.cd8e1de26 { position: relative; min-height: 320px; }
.cdcd8a84a { display: none; animation: fadeUp .5s ease; }
.cdcd8a84a.c162450c4 { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px);} to { opacity: 1; transform: none;} }
.cdcd8a84a h3 { font-size: 1.3rem; font-weight: 800; color: var(--c-yellow); margin-bottom: 12px; }
.cdcd8a84a ul { margin-top: 14px; display: grid; gap: 10px; }
.cdcd8a84a li { padding-left: 24px; position: relative; color: var(--c-text-dim); font-size: .95rem; }
.cdcd8a84a li::before { content: "▸"; position: absolute; left: 0; color: var(--c-yellow); }

/* ---------- 组件C：沉浸式案例画廊 ---------- */
.c72c697ad { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.c72c697ad button {
  padding: 8px 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14);
  color: var(--c-text-dim); font-size: .9rem; transition: var(--transition);
}
.c72c697ad button.c162450c4, .c72c697ad button:hover { border-color: var(--c-yellow); color: var(--c-yellow); background: rgba(245,197,24,.08); }
.cda6ad50d { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.c57ba6864 { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; grid-column: span 4; }
.c57ba6864.ca10bd493 { grid-column: span 8; }
.c57ba6864 img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform .8s cubic-bezier(.22,.68,.35,1); }
.c57ba6864:hover img { transform: scale(1.09); }
.c57ba6864 .c65105d2d {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px; background: linear-gradient(transparent 40%, rgba(11,14,17,.92));
  opacity: .95; transition: var(--transition);
}
.c57ba6864:hover .c65105d2d { background: linear-gradient(rgba(245,197,24,.08), rgba(11,14,17,.94)); }
.c65105d2d .cb6ad52d2 { align-self: flex-start; margin-bottom: 8px; }
.c65105d2d h3 { font-size: 1.08rem; font-weight: 800; }
.c65105d2d p { font-size: .84rem; color: var(--c-text-dim); }
.c57ba6864.hidden { display: none; }

/* 画廊灯箱 */
.c58677434 {
  position: fixed; inset: 0; z-index: 2000; background: rgba(5,7,9,.92);
  display: none; align-items: center; justify-content: center; padding: 4vw;
  backdrop-filter: blur(8px);
}
.c58677434.open { display: flex; animation: fadeUp .3s ease; }
.c58677434 figure { max-width: 960px; width: 100%; }
.c58677434 img { width: 100%; border-radius: var(--radius); max-height: 74vh; object-fit: cover; }
.c58677434 figcaption { margin-top: 16px; text-align: center; color: var(--c-text-dim); }
.c58677434 figcaption strong { color: var(--c-yellow); display: block; font-size: 1.15rem; margin-bottom: 4px; }
.c58677434 .cea9eb3bd {
  position: absolute; top: 22px; right: 26px; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(245,197,24,.5); color: var(--c-yellow); font-size: 1.2rem;
}

/* ---------- 痛点对比 ---------- */
.c417de306 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.c8a4f693f { border-radius: var(--radius); padding: 34px; }
.c8a4f693f.c9758c79f { background: rgba(180, 60, 60, .07); border: 1px solid rgba(220, 90, 90, .25); }
.c8a4f693f.c43b032fc { background: rgba(245,197,24,.06); border: 1px solid rgba(245,197,24,.35); }
.c8a4f693f h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 18px; }
.c8a4f693f.c9758c79f h3 { color: #e57373; }
.c8a4f693f.c43b032fc h3 { color: var(--c-yellow); }
.c8a4f693f li { display: flex; gap: 10px; padding: 9px 0; color: var(--c-text-dim); font-size: .95rem; border-bottom: 1px dashed rgba(255,255,255,.07); }
.c8a4f693f li:last-child { border-bottom: none; }
.c8a4f693f.c9758c79f li::before { content: "✕"; color: #e57373; font-weight: 700; flex: none; }
.c8a4f693f.c43b032fc li::before { content: "✓"; color: var(--c-yellow); font-weight: 700; flex: none; }

/* ---------- 组件D：智能需求匹配/报价测算 ---------- */
.ca6591701 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; align-items: stretch; }
.c72b0871d { display: grid; gap: 18px; }
.c3c9f4bd8 label { display: block; font-size: .88rem; color: var(--c-text-dim); margin-bottom: 8px; letter-spacing: .04em; }
.c3c9f4bd8 select, .c3c9f4bd8 input[type="number"], .c3c9f4bd8 input[type="text"], .c3c9f4bd8 input[type="tel"], .c3c9f4bd8 textarea {
  width: 100%; padding: 13px 16px; border-radius: 10px; color: var(--c-text);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); outline: none; transition: var(--transition);
}
.c3c9f4bd8 select:focus, .c3c9f4bd8 input:focus, .c3c9f4bd8 textarea:focus { border-color: var(--c-yellow); box-shadow: 0 0 0 3px rgba(245,197,24,.15); }
.c3c9f4bd8 select option { background: var(--c-black-2); }
.cedeb29e1 { display: flex; flex-wrap: wrap; gap: 10px; }
.cedeb29e1 input { display: none; }
.cedeb29e1 label {
  padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16);
  font-size: .88rem; color: var(--c-text-dim); cursor: pointer; transition: var(--transition); margin: 0;
}
.cedeb29e1 input:checked + label { border-color: var(--c-yellow); color: var(--c-yellow); background: rgba(245,197,24,.1); }
.cb27c7e35 {
  border-radius: var(--radius); padding: 34px; display: flex; flex-direction: column; justify-content: center;
  background: linear-gradient(150deg, rgba(245,197,24,.14), rgba(245,197,24,.03));
  border: 1px solid rgba(245,197,24,.35); text-align: center;
}
.cb27c7e35 .c80bda269 { font-size: .88rem; color: var(--c-text-dim); letter-spacing: .1em; }
.cb27c7e35 .cca5926e0 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); font-weight: 900; color: var(--c-yellow); margin: 10px 0; }
.cb27c7e35 .cca5926e0 small { font-size: 1rem; color: var(--c-text-dim); font-weight: 400; }
.cb27c7e35 .cb2e29451 { font-size: .95rem; color: var(--c-text); margin-bottom: 20px; }
.cb27c7e35 .c51c1c552 { font-size: .78rem; color: var(--c-text-dim); margin-top: 14px; }

/* ---------- 转化引导（Footer前） ---------- */
.c666c8a18 {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, rgba(245,197,24,.16), rgba(245,197,24,.04)), var(--c-black-2);
  border-top: 1px solid rgba(245,197,24,.2); border-bottom: 1px solid rgba(245,197,24,.2);
}
.c666c8a18 .cf6b02612 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; padding: clamp(50px,7vw,80px) 0; }
.c666c8a18 h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-weight: 900; }
.c666c8a18 h2 em { font-style: normal; color: var(--c-yellow); }
.c666c8a18 .cb4bd4b8e { color: var(--c-text-dim); margin-top: 14px; }
.c587272f6 { display: grid; gap: 14px; }
.c587272f6 .c7c8ed475 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---------- Footer ---------- */
.c455b7e2d { background: #07090c; border-top: 1px solid rgba(255,255,255,.06); padding: 60px 0 0; }
.c21ae80de { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
.c21ae80de h4 { font-size: .95rem; color: var(--c-text); letter-spacing: .1em; margin-bottom: 18px; }
.c21ae80de a, .c21ae80de p { display: block; color: var(--c-text-dim); font-size: .9rem; padding: 5px 0; transition: var(--transition); }
.c21ae80de a:hover { color: var(--c-yellow); transform: translateX(4px); }
.c7d7240b5 { display: flex; align-items: center; gap: 10px; font-weight: 800; margin-bottom: 14px; }
.c7d7240b5 img { width: 34px; height: 34px; }
.ca55a1543 {
  border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; text-align: center;
  color: #5b636d; font-size: .8rem;
}
.ca55a1543 a { color: #5b636d; } .ca55a1543 a:hover { color: var(--c-yellow); }

/* ---------- 内页Banner ---------- */
.c87b9945b {
  position: relative; padding: 150px 0 80px; overflow: hidden;
  background-size: cover; background-position: center;
}
.c87b9945b::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(11,14,17,.78), var(--c-black)); }
.c87b9945b .ccb2d7bcb { position: relative; z-index: 1; }
.c33decf68 { font-size: .84rem; color: var(--c-text-dim); margin-bottom: 16px; }
.c33decf68 a:hover { color: var(--c-yellow); }
.c87b9945b h1 { font-size: clamp(1.7rem, 4.4vw, 2.7rem); font-weight: 900; }
.c87b9945b .ceae18480 { color: var(--c-text-dim); margin-top: 12px; max-width: 640px; }

/* ---------- 列表页 ---------- */
.c9d47fb64 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.c68871892 { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.c68871892 .c9f798bdf { overflow: hidden; height: 210px; }
.c68871892 .c9f798bdf img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.c68871892:hover .c9f798bdf img { transform: scale(1.08); }
.c68871892 .cc8c92acf { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.c68871892 .cde21ffb5 { font-size: .8rem; color: var(--c-text-dim); display: flex; gap: 14px; }
.c68871892 .cde21ffb5 time { color: var(--c-yellow); }
.c68871892 .ce7709e86 { margin-top: auto; color: var(--c-yellow); font-size: .88rem; font-weight: 700; }

/* 新闻列表（横向条目） */
.cf98e3a5a { display: grid; gap: 18px; }
.cb4364542 { display: grid; grid-template-columns: 260px 1fr; gap: 24px; overflow: hidden; padding: 0; }
.cb4364542 .c9f798bdf { height: 100%; min-height: 170px; overflow: hidden; }
.cb4364542 .c9f798bdf img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.cb4364542:hover .c9f798bdf img { transform: scale(1.07); }
.cb4364542 .cc8c92acf { padding: 24px 24px 24px 0; display: flex; flex-direction: column; gap: 8px; }

/* 分页 */
.ca7cbeaa4 { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.ca7cbeaa4 a {
  min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; border: 1px solid rgba(255,255,255,.12); font-size: .9rem; color: var(--c-text-dim); transition: var(--transition);
}
.ca7cbeaa4 a.c162450c4, .ca7cbeaa4 a:hover { border-color: var(--c-yellow); color: var(--c-yellow); }

/* ---------- 详情页 ---------- */
.c2f065146 { display: grid; grid-template-columns: 1fr 340px; gap: 34px; align-items: start; }
.c5e26fd93 { background: var(--c-card); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius); padding: clamp(24px,4vw,44px); }
.c5e26fd93 h1 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); font-weight: 900; line-height: 1.35; }
.c5e26fd93 .c37fbd721 { display: flex; flex-wrap: wrap; gap: 18px; color: var(--c-text-dim); font-size: .84rem; margin: 16px 0 26px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.c5e26fd93 .c37fbd721 time { color: var(--c-yellow); }
.c5e26fd93 h2 { font-size: 1.3rem; margin: 34px 0 14px; color: var(--c-yellow); font-weight: 800; }
.c5e26fd93 p { color: var(--c-text-dim); margin-bottom: 16px; }
.c5e26fd93 img { border-radius: 12px; margin: 20px 0; }
.c5e26fd93 blockquote {
  border-left: 3px solid var(--c-yellow); padding: 14px 20px; margin: 20px 0;
  background: rgba(245,197,24,.06); border-radius: 0 10px 10px 0; color: var(--c-text);
}
.c5e26fd93 table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .92rem; }
.c5e26fd93 th, .c5e26fd93 td { padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); text-align: left; }
.c5e26fd93 th { background: rgba(245,197,24,.1); color: var(--c-yellow); }
.c5e26fd93 td { color: var(--c-text-dim); }
.c8bf449ac { margin-bottom: 24px; }
.c8bf449ac h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 16px; padding-left: 12px; border-left: 3px solid var(--c-yellow); }
.c8bf449ac .cd5d7d4cb a { display: flex; gap: 10px; padding: 10px 0; color: var(--c-text-dim); font-size: .9rem; border-bottom: 1px dashed rgba(255,255,255,.08); transition: var(--transition); }
.c8bf449ac .cd5d7d4cb a:hover { color: var(--c-yellow); transform: translateX(4px); }
.c6ce928b2 { display: flex; justify-content: space-between; gap: 16px; margin-top: 28px; font-size: .9rem; }
.c6ce928b2 a { color: var(--c-text-dim); } .c6ce928b2 a:hover { color: var(--c-yellow); }

/* ---------- 关于我们 ---------- */
.cb96f6782 { display: grid; grid-template-columns: 7fr 5fr; gap: 34px; align-items: center; }
.cb96f6782 img { border-radius: var(--radius); box-shadow: var(--shadow); }
.c9491a90d { position: relative; padding-left: 30px; }
.c9491a90d::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--c-yellow), transparent); }
.c9491a90d li { position: relative; padding: 0 0 26px 18px; }
.c9491a90d li::before {
  content: ""; position: absolute; left: -30px; top: 7px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--c-black); border: 3px solid var(--c-yellow);
}
.c9491a90d strong { color: var(--c-yellow); font-size: 1.02rem; display: block; }
.c9491a90d p { color: var(--c-text-dim); font-size: .92rem; margin-top: 4px; }

/* ---------- 联系页 ---------- */
.ceb3e6773 { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: start; }
.c3adcf54a { display: grid; gap: 16px; }
.c3adcf54a .c554110a5 { display: flex; gap: 16px; align-items: flex-start; }
.c3adcf54a .c35b6b7f1 { margin: 0; flex: none; }
.c7bf4f7a6 {
  margin-top: 16px; border-radius: var(--radius); border: 1px dashed rgba(245,197,24,.35);
  min-height: 200px; display: flex; align-items: center; justify-content: center;
  color: var(--c-text-dim); font-size: .9rem; background: var(--c-card); text-align: center; padding: 20px;
}

/* ---------- 落地页专用 ---------- */
.cded741c7 { min-height: 92vh; }
.cccac89ee { display: flex; gap: 14px; margin: 26px 0; }
.cccac89ee .t {
  min-width: 74px; padding: 14px 10px; text-align: center; border-radius: 12px;
  background: var(--c-card); border: 1px solid rgba(245,197,24,.35);
}
.cccac89ee .t b { display: block; font-size: 1.7rem; color: var(--c-yellow); font-weight: 900; }
.cccac89ee .t span { font-size: .74rem; color: var(--c-text-dim); }
.cbaf1d43a { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.c50fed982 { position: relative; text-align: center; padding: 40px 28px; }
.c50fed982.c8653f8f8 { border-color: var(--c-yellow); transform: scale(1.04); }
.c50fed982 .hot-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(120deg, var(--c-yellow), var(--c-yellow-2)); color: #101010;
  font-size: .78rem; font-weight: 800; padding: 5px 18px; border-radius: 999px; white-space: nowrap;
}
.c50fed982 .p-name { font-size: 1.05rem; font-weight: 800; color: var(--c-text); }
.c50fed982 .p-price { font-size: 2.2rem; font-weight: 900; color: var(--c-yellow); margin: 14px 0; }
.c50fed982 .p-price small { font-size: .9rem; font-weight: 400; color: var(--c-text-dim); }
.c50fed982 ul { margin: 18px 0 26px; text-align: left; }
.c50fed982 li { padding: 8px 0 8px 24px; position: relative; font-size: .9rem; color: var(--c-text-dim); border-bottom: 1px dashed rgba(255,255,255,.07); }
.c50fed982 li::before { content: "✓"; position: absolute; left: 0; color: var(--c-yellow); font-weight: 800; }
.c2fa145e4 { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: var(--c-card); }
.faq-item summary {
  padding: 18px 22px; cursor: pointer; font-weight: 700; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--c-yellow); font-size: 1.3rem; transition: var(--transition); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 22px 18px; color: var(--c-text-dim); font-size: .93rem; }

/* ---------- 感谢页 ---------- */
.c4141ab4c { min-height: 78vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 140px 0 80px; }
.c860989c5 {
  width: 92px; height: 92px; margin: 0 auto 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 2.6rem; color: #101010;
  background: linear-gradient(120deg, var(--c-yellow), var(--c-yellow-2));
  animation: popIn .6s cubic-bezier(.22,.68,.35,1.4);
}
@keyframes popIn { from { transform: scale(0); } to { transform: scale(1); } }

/* ---------- 表单成功提示 Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 40px; transform: translate(-50%, 120px);
  background: rgba(18,22,28,.96); border: 1px solid var(--c-yellow); color: var(--c-text);
  padding: 14px 26px; border-radius: 12px; z-index: 3000; font-size: .95rem;
  transition: transform .45s cubic-bezier(.22,.68,.35,1); box-shadow: var(--shadow);
}
.toast.show { transform: translate(-50%, 0); }
.toast strong { color: var(--c-yellow); }

/* ---------- 返回顶部 ---------- */
#toTop {
  position: fixed; right: 22px; bottom: 26px; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(18,22,28,.9); border: 1px solid rgba(245,197,24,.5); color: var(--c-yellow);
  font-size: 1.1rem; z-index: 900; opacity: 0; visibility: hidden; transition: var(--transition);
}
#toTop.show { opacity: 1; visibility: visible; }
#toTop:hover { background: var(--c-yellow); color: #101010; }

/* ============================================================
   响应式（移动端优先适配）
   ============================================================ */
@media (max-width: 1024px) {
  .c10080760 .c554110a5 { grid-column: span 6 !important; }
  .c57ba6864, .c57ba6864.ca10bd493 { grid-column: span 6; }
  .c9d47fb64 { grid-template-columns: repeat(2, 1fr); }
  .c2f065146 { grid-template-columns: 1fr; }
  .c21ae80de { grid-template-columns: 1fr 1fr; }
  .ca6591701, .c75161331 { grid-template-columns: 1fr; }
  .c666c8a18 .cf6b02612 { grid-template-columns: 1fr; }
  .cb96f6782, .ceb3e6773 { grid-template-columns: 1fr; }
  .cbaf1d43a { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .c50fed982.c8653f8f8 { transform: none; }
}
@media (max-width: 720px) {
  .c49945dde {
    position: fixed; top: 68px; left: 0; right: 0; padding: 12px 4%;
    background: rgba(11,14,17,.97); backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(245,197,24,.15);
    transform: translateY(-130%); transition: var(--transition);
  }
  .c49945dde.open { transform: none; }
  .c49945dde ul { flex-direction: column; gap: 2px; }
  .c49945dde a { padding: 13px 14px; font-size: 1rem; }
  .c5976efb0 { display: flex; }
  .c3dd4ec39 { display: none; }
  .c10080760 .c554110a5 { grid-column: span 12 !important; }
  .c57ba6864, .c57ba6864.ca10bd493 { grid-column: span 12; }
  .c9d47fb64 { grid-template-columns: 1fr; }
  .cb4364542 { grid-template-columns: 1fr; }
  .cb4364542 .cc8c92acf { padding: 0 22px 22px; }
  .cb4364542 .c9f798bdf { min-height: 190px; max-height: 210px; }
  .c417de306 { grid-template-columns: 1fr; }
  .c21ae80de { grid-template-columns: 1fr; }
  .c587272f6 .c7c8ed475 { grid-template-columns: 1fr; }
  .c193831bc { gap: 22px; }
  .c193831bc .ca6400f87 { flex: 1 1 40%; }
}

/* ---------- 落地页补充组件样式 ---------- */
.cccac89ee { flex-direction: column; align-items: flex-start; gap: 10px; }
.cccac89ee .cc9382cc2 { font-size: .82rem; color: var(--c-text-dim); letter-spacing: .18em; }
.c560d103b { display: flex; gap: 12px; }
.ccce6d398 {
  min-width: 76px; padding: 14px 10px; text-align: center; border-radius: 12px;
  background: rgba(18,22,28,.72); border: 1px solid rgba(245,197,24,.4);
  backdrop-filter: blur(6px);
}
.ccce6d398 strong { display: block; font-size: 1.75rem; color: var(--c-yellow); font-weight: 900; line-height: 1.2; font-variant-numeric: tabular-nums; }
.ccce6d398 span { font-size: .74rem; color: var(--c-text-dim); }

.cbaf1d43a.ca1f017f2 { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; }
.c50fed982 h3 { font-size: 1.05rem; font-weight: 800; color: var(--c-text); }
.c50fed982 .c30d408ed { font-size: 2.1rem; font-weight: 900; color: var(--c-yellow); margin: 14px 0; }
.c50fed982 .c30d408ed small { font-size: .88rem; font-weight: 400; color: var(--c-text-dim); display: block; margin-top: 4px; }
.c50fed982 .c55f9c9c2 {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(120deg, var(--c-yellow), var(--c-yellow-2)); color: #101010;
  font-size: .78rem; font-weight: 800; padding: 5px 18px; border-radius: 999px; white-space: nowrap;
}

.c8a572333 { text-align: center; color: var(--c-text-dim); font-size: .88rem; margin-top: 26px; }

.c4584a3e0 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.c4584a3e0 blockquote { padding: 30px 26px; font-size: .95rem; color: var(--c-text); line-height: 1.9; }
.c4584a3e0 blockquote::before { content: "“"; display: block; font-size: 2.6rem; line-height: 1; color: var(--c-yellow); font-family: Georgia, serif; margin-bottom: 8px; }
.c4584a3e0 footer { margin-top: 16px; font-size: .82rem; color: var(--c-text-dim); }

/* ---------- 感谢页步骤与404 ---------- */
.cbdd29558 { max-width: 640px; margin: 0 auto; padding: 56px 44px; }
.cbdd29558 h1 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); font-weight: 900; margin-bottom: 16px; }
.cbdd29558 > p { color: var(--c-text-dim); margin-bottom: 30px; }
.c1c7b3e51 { display: flex; justify-content: center; gap: 18px; margin-bottom: 34px; }
.c612fb733 {
  flex: 1; max-width: 150px; padding: 18px 12px; border-radius: 12px;
  background: var(--c-card); border: 1px solid rgba(255,255,255,.08);
}
.c612fb733 span { display: block; font-size: 1.2rem; font-weight: 900; color: var(--c-yellow); margin-bottom: 6px; }
.c612fb733 p { font-size: .82rem; color: var(--c-text-dim); line-height: 1.6; }
.cbdd29558 .c51c1c552 { margin-top: 26px; font-size: .82rem; color: var(--c-text-dim); }
.ce7ad26d0 {
  font-size: clamp(4.4rem, 12vw, 7.5rem); font-weight: 900; line-height: 1;
  background: linear-gradient(120deg, var(--c-yellow), var(--c-yellow-2));
  -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px;
}

@media (max-width: 720px) {
  .cbaf1d43a.ca1f017f2 { grid-template-columns: 1fr; max-width: 460px; }
  .c4584a3e0 { grid-template-columns: 1fr; }
  .c1c7b3e51 { flex-direction: column; align-items: center; }
  .c612fb733 { max-width: 260px; width: 100%; }
  .ccce6d398 { min-width: 64px; }
}
