.ad-m-page {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  color: #1a2333;
  line-height: 1.7;
  background: #F7F9FC;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ---------- 落地页头 ---------- */
.ad-m-header {
  background: #fff;
  border-bottom: 1px solid #e3e9f2;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
}
.ad-m-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 0;
}
.ad-m-logo-icon {
  width: 24px;
  height: 24px;
}
.ad-m-logo-text {
  height: 22px;
  width: auto;
}
.ad-m-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ad-m-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #4a5568;
  padding: 3px 2px;
}
.ad-m-lang-trigger::after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid currentColor;
}
.ad-m-lang-list {
  padding: 8px 0 16px;
}
.ad-m-lang-item {
  padding: 14px 16px;
  font-size: 15px;
  color: #1a2333;
  text-align: center;
}
.ad-m-lang-item + .ad-m-lang-item {
  border-top: 1px solid #e3e9f2;
}
.ad-m-lang-item.active {
  color: #1464AB;
  font-weight: 700;
}
.ad-m-wa {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #25D366;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ad-m-wa:active {
  transform: translateY(1px);
}
/* ---------- Hero ---------- */
.ad-m-hero {
  background: radial-gradient(360px 220px at 90% -8%, rgba(245, 166, 35, 0.2), transparent 65%), linear-gradient(135deg, #0F4E86 0%, #1464AB 55%, #1c68d8 100%);
  color: #fff;
  padding: 36px 16px 32px;
}
.ad-m-badge {
  display: inline-block;
  background: rgba(245, 166, 35, 0.16);
  border: 1px solid rgba(245, 166, 35, 0.5);
  color: #FFD98A;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.ad-m-hero h1 {
  font-size: 26px;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  white-space: pre-line;
}
.ad-m-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #d7e4f8;
  margin-bottom: 18px;
}
.ad-m-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.ad-m-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: transform 0.2s ease;
}
.ad-m-btn:active {
  transform: translateY(1px);
}
.ad-m-btn-wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.28);
}
.ad-m-btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.ad-m-trust {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12.5px;
  color: #e6eefb;
}
.ad-m-trust-item::before {
  content: "✓ ";
  color: #F5A623;
  font-weight: 800;
}
/* ---------- 首屏表单 ---------- */
.ad-m-lead {
  margin: -14px 16px 16px;
  position: relative;
  z-index: 2;
}
.ad-m-lead-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 16px 40px rgba(4, 20, 50, 0.16);
}
.ad-m-lead-sub {
  font-size: 12px;
  color: #4a5568;
  margin-bottom: 8px;
}
.ad-m-consent {
  font-size: 11px;
  color: #a3a3a3;
  margin-top: 8px;
  line-height: 1.6;
}
/* 同意条款中的《私隱政策》跳转链接 */
.ad-m-consent a {
  color: #1464AB;
  text-decoration: underline;
}
#contact .ad-m-consent {
  margin-top: 12px;
}
/* ---------- 信任数据条 ---------- */
.ad-m-trustbar {
  background: #fff;
  border-top: 1px solid #e3e9f2;
  border-bottom: 1px solid #e3e9f2;
  padding: 20px 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  text-align: center;
}
.ad-m-trustbar-num {
  font-size: 21px;
  font-weight: 800;
  color: #1464AB;
  letter-spacing: -0.3px;
}
.ad-m-trustbar-lbl {
  font-size: 12px;
  color: #4a5568;
  margin-top: 2px;
}
/* ---------- 区块通用 ---------- */
.ad-m-section {
  padding: 44px 16px;
}
.ad-m-section-alt {
  background: #fff;
  border-top: 1px solid #e3e9f2;
  border-bottom: 1px solid #e3e9f2;
}
.ad-m-sec-head {
  text-align: center;
  margin-bottom: 26px;
}
.ad-m-kicker {
  color: #F5A623;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ad-m-sec-head h2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-top: 8px;
  padding-bottom: 12px;
  color: #1a2333;
  position: relative;
}
.ad-m-sec-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1464AB, #F5A623);
}
.ad-m-sec-head p {
  font-size: 13px;
  color: #4a5568;
  margin-top: 12px;
}
/* ---------- 服务卡 ---------- */
.ad-m-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ad-m-card {
  background: #fff;
  border: 1px solid #e3e9f2;
  border-radius: 14px;
  padding: 22px 16px;
  box-shadow: 0 1px 2px rgba(16, 42, 67, 0.04);
}
.ad-m-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: linear-gradient(135deg, #eef5fd, #ddebfa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
.ad-m-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  white-space: pre-line;
}
.ad-m-card p {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.7;
}
/* ---------- 收费方案（前端配置） ---------- */
.ad-m-plans {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ad-m-plan {
  background: #F7F9FC;
  border: 1px solid #e3e9f2;
  border-radius: 14px;
  padding: 24px 18px;
  position: relative;
}
.ad-m-plan.hot {
  background: #fff;
  border: 2px solid #1464AB;
}
.ad-m-plan-tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #F5A623, #FFB84D);
  color: #5c3d00;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(245, 166, 35, 0.3);
}
.ad-m-plan h3 {
  font-size: 17px;
  font-weight: 700;
}
.ad-m-plan-price {
  font-size: 26px;
  font-weight: 800;
  color: #1464AB;
  letter-spacing: -0.5px;
  margin: 8px 0 10px;
}
.ad-m-plan-price small {
  font-size: 13px;
  font-weight: 400;
  color: #4a5568;
  letter-spacing: 0;
}
.ad-m-plan-note {
  background: #FFF8E8;
  border-left: 3px solid #F5A623;
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 12px;
  color: #7a5b13;
  line-height: 1.6;
  margin-bottom: 10px;
}
.ad-m-plan ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.ad-m-plan li {
  font-size: 13.5px;
  color: #1a2333;
  padding: 7px 0 7px 20px;
  position: relative;
  border-bottom: 1px dashed #e3e9f2;
}
.ad-m-plan li:last-child {
  border-bottom: none;
}
.ad-m-plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1c7c4d;
  font-weight: 800;
}
.ad-m-plan-cta {
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}
/* ---------- 优势 ---------- */
.ad-m-why {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ad-m-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e3e9f2;
  border-radius: 14px;
  padding: 16px;
}
.ad-m-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: linear-gradient(135deg, #eef5fd, #ddebfa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}
.ad-m-why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ad-m-why-item h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.ad-m-why-item p {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.6;
  white-space: pre-line;
}
/* ---------- 流程 ---------- */
.ad-m-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ad-m-step {
  background: #fff;
  border: 1px solid #e3e9f2;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(16, 42, 67, 0.04);
}
.ad-m-step-num {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1464AB;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(20, 100, 171, 0.28);
}
.ad-m-step h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.ad-m-step p {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.6;
}
.ad-m-step-note {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #a3a3a3;
}
/* ---------- 评价 ---------- */
.ad-m-comments {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ad-m-comment {
  background: #fff;
  border: 1px solid #e3e9f2;
  border-radius: 14px;
  padding: 16px;
}
.ad-m-comment-body {
  font-size: 13px;
  color: #333;
  line-height: 1.7;
  white-space: pre-line;
  margin-bottom: 14px;
}
.ad-m-comment-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #e3e9f2;
}
.ad-m-comment-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(16, 42, 67, 0.12);
}
.ad-m-comment-name {
  font-weight: 700;
  font-size: 13px;
}
.ad-m-comment-role {
  font-size: 11.5px;
  color: #4a5568;
}
/* ---------- FAQ ---------- */
.ad-m-faq-item {
  background: #fff;
  border: 1px solid #e3e9f2;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ad-m-faq-item.open {
  border-color: #c8d8ec;
}
.ad-m-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 700;
  color: #1464AB;
}
.ad-m-faq-arrow {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1464AB;
  border-bottom: 2px solid #1464AB;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.ad-m-faq-item.open .ad-m-faq-arrow {
  transform: rotate(-135deg);
}
.ad-m-faq-a {
  padding: 0 16px 14px;
}
.ad-m-faq-a p {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}
.faq-fade-enter-active,
.faq-fade-leave-active {
  transition: opacity 0.2s ease;
}
.faq-fade-enter,
.faq-fade-leave-to {
  opacity: 0;
}
/* ---------- Footer ---------- */
.ad-m-footer {
  background: #0e1a2e;
  border-top: 1px solid #22344f;
  padding: 28px 16px 0;
}
.ad-m-foot-col {
  text-align: center;
  padding-bottom: 24px;
}
.ad-m-foot-col + .ad-m-foot-col {
  border-top: 1px solid #22344f;
  padding-top: 22px;
}
.ad-m-foot-col h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.ad-m-foot-col p {
  font-size: 12.5px;
  color: #93a4bd;
  line-height: 1.7;
  margin: 0 0 6px;
}
.ad-m-foot-contact {
  margin-bottom: 0;
}
.ad-m-foot-col a {
  display: block;
  font-size: 12.5px;
  color: #b9c9de;
  margin-bottom: 8px;
  text-decoration: none;
}
.ad-m-foot-legal {
  border-top: 1px solid #22344f;
  padding: 20px 0 24px;
  text-align: center;
}
.ad-m-foot-legal p {
  font-size: 11px;
  color: #7288a3;
  line-height: 1.8;
  margin: 0;
}
.ad-m-foot-legal p + p {
  margin-top: 6px;
}
.ad-m-foot-legal p:last-child {
  margin-top: 12px;
}

