/* 本文件与 index_article.htm 同目录，用于本地保存离线展示 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.zdd0adbody {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans SC",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #0f172a;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(59, 130, 246, 0.18), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(16, 185, 129, 0.14), transparent 60%),
    #f7fafc;
}

.zdd0adpage {
  min-height: 100vh;
  overflow-x: clip;
}

.zdd0adcontainer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
  min-width: 0;
}

/* 避免锚点跳转时被 sticky header 遮挡 */
.zdd0admain section[id] {
  scroll-margin-top: 88px;
}

.zdd0adheader {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.zdd0adheaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}

.zdd0adbrand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.zdd0adbrandMark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.zdd0adbrandName {
  font-weight: 800;
  line-height: 1.15;
}

.zdd0adbrandSub {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.7);
}

.zdd0adnavToggle {
  display: none;
}

.zdd0adnavToggleBtn {
  display: none;
}

.zdd0adnavList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.zdd0adnavLink {
  text-decoration: none;
  color: rgba(15, 23, 42, 0.8);
  font-weight: 650;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  display: inline-block;
}

.zdd0adnavLink:hover {
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
  transform: translateY(-1px);
}

.zdd0admain {
  padding-bottom: 32px;
}

.zdd0adhero {
  padding: 34px 0 10px;
}

.zdd0adheroGrid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}

.zdd0adheroLeft,
.zdd0adheroRight,
.zdd0adcard,
.zdd0adtimeItem,
.zdd0adfeature,
.zdd0adprivacyCard,
.zdd0adkeywordCol,
.zdd0adfaqItem {
  min-width: 0;
}

.zdd0adheroRight {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.zdd0adheroImageWrap {
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.06);
}

.zdd0adheroImage {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.zdd0adh1 {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.2px;
}

.zdd0adlead {
  margin: 14px 0 18px;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.78);
}

.zdd0adctaRow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.zdd0adbtn {
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.zdd0adbtn_full {
  width: 100%;
}

.zdd0adbtn_primary {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.zdd0adbtn_primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}

.zdd0adbtn_ghost {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(15, 23, 42, 0.86);
  border-color: rgba(15, 23, 42, 0.12);
}

.zdd0adbtn_ghost:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(37, 99, 235, 0.25);
}

.zdd0adquickFacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.zdd0adfact {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 12px;
}

.zdd0adfactTop {
  font-weight: 900;
  color: rgba(37, 99, 235, 0.95);
}

.zdd0adfactTitle {
  margin-top: 6px;
  font-weight: 900;
}

.zdd0adfactText {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.55;
}

.zdd0adpanel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.zdd0adpanelTitle {
  font-weight: 950;
  font-size: 16px;
}

.zdd0adpanelText {
  margin: 10px 0 14px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.78);
}

.zdd0adtagRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.zdd0adtag {
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
  border: 1px solid rgba(37, 99, 235, 0.18);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 12.5px;
}

.zdd0adpanelDivider {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
  margin: 10px 0 14px;
}

.zdd0adpanelSteps {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.zdd0adpanelStep {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.zdd0adstepNo {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.14);
  color: rgba(16, 185, 129, 0.95);
  font-weight: 900;
}

.zdd0adstepTitle {
  font-weight: 900;
}

.zdd0adstepText {
  margin-top: 4px;
  font-size: 12.8px;
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.75);
}

.zdd0adsection {
  padding: 34px 0;
}

/* 统一增强板块分隔感：相邻 section 之间增加更粗分割线 */
.zdd0admain > .zdd0adsection + .zdd0adsection {
  border-top: 2px solid rgba(148, 163, 184, 0.35);
}

/* 主横幅（hero）与服务范围首个 section 之间的分隔线 */
.zdd0admain > .zdd0adhero + .zdd0adsection {
  border-top: 2px solid rgba(148, 163, 184, 0.35);
}

.zdd0adsectionAlt {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), transparent 40%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.zdd0adsectionAlt2 {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), transparent 45%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.zdd0adsectionHead {
  text-align: center;
  margin-bottom: 18px;
}

.zdd0adh2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.1px;
  font-weight: 980;
}

.zdd0adsectionSub {
  margin: 10px auto 0;
  max-width: 720px;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.8;
  font-size: 14.5px;
}

.zdd0adh3 {
  margin: 0;
  font-size: 16px;
  font-weight: 950;
}

.zdd0adcardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zdd0adcard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.zdd0adcardIcon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
  display: grid;
  place-items: center;
}

.zdd0adcardText {
  margin-top: 10px;
  font-size: 13.7px;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.78);
}

.zdd0adcardMeta {
  margin-top: 12px;
  font-size: 12.7px;
  color: rgba(15, 23, 42, 0.65);
}

.zdd0adkeywordPanel {
  margin-top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
}

.zdd0adkeywordPanelHead {
  margin-bottom: 12px;
}

.zdd0adkeywordSub {
  margin-top: 8px;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.75;
  font-size: 13.8px;
  max-width: 720px;
}

.zdd0adkeywordGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.zdd0adkeywordCol {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 12px;
}

.zdd0adkeywordTitle {
  font-weight: 980;
  font-size: 14.5px;
  margin-bottom: 10px;
}

.zdd0adtimeline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

.zdd0adtimeItem {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  height: 100%;
}

.zdd0adtimeNo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(37, 99, 235, 0.14);
  color: rgba(37, 99, 235, 0.95);
  font-weight: 980;
}

.zdd0adtimeBody .zdd0adh3 {
  margin-top: 2px;
}

.zdd0adfeatureRow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.zdd0adfeature {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  height: 100%;
}

.zdd0adfeatureTitle {
  font-weight: 980;
}

.zdd0adfeatureText {
  margin-top: 8px;
  font-size: 13.7px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.76);
}

.zdd0adtwoCol {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: start;
}

.zdd0adarticle {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.zdd0adlist {
  margin: 14px 0 0;
  padding: 0 0 0 18px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.85;
  font-size: 14px;
}

.zdd0adlistItem {
  margin: 6px 0;
}

.zdd0adstickyPanel {
  position: sticky;
  top: 96px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
}

.zdd0adstickyTop {
  padding: 14px 16px;
  font-weight: 980;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.10));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.zdd0adstickyBody {
  padding: 14px 16px 10px;
  display: grid;
  gap: 10px;
}

.zdd0adstickyRow {
  display: grid;
  gap: 6px;
}

.zdd0adstickyK {
  font-size: 12.8px;
  font-weight: 850;
  color: rgba(15, 23, 42, 0.62);
}

.zdd0adstickyV {
  font-weight: 980;
  letter-spacing: -0.1px;
}

.zdd0adstickyBottom {
  padding: 12px 16px 16px;
}

.zdd0adsubGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.zdd0adsubCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.zdd0adprivacyFrame {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  align-items: start;
}

.zdd0adprivacyRail {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 14px;
}

.zdd0adprivacyRailTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.zdd0adprivacyBadge {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  padding: 6px 10px;
  border-radius: 999px;
}

.zdd0adprivacySteps {
  display: grid;
  gap: 10px;
}

.zdd0adprivacyStep {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.zdd0adprivacyNo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 980;
  color: rgba(37, 99, 235, 0.95);
  background: rgba(37, 99, 235, 0.14);
}

.zdd0adprivacyStepTitle {
  font-weight: 950;
}

.zdd0adprivacyStepText {
  margin-top: 4px;
  font-size: 13.3px;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.75);
}

.zdd0adprivacyMain {
  display: grid;
  gap: 12px;
}

.zdd0adprivacyGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.zdd0adprivacyCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 14px;
  height: 100%;
}

.zdd0adprivacyTitle {
  font-weight: 980;
}

.zdd0adprivacyNote {
  border-radius: 16px;
  border: 1px dashed rgba(16, 185, 129, 0.25);
  background: rgba(16, 185, 129, 0.08);
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.82);
}

.zdd0adcaseGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zdd0adcaseCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.zdd0adcaseTags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zdd0adchip {
  font-size: 12.5px;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.75);
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 6px 10px;
  border-radius: 999px;
}

.zdd0adfaqFrame {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  align-items: start;
}

.zdd0adfaqAside {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 14px;
  position: sticky;
  top: 92px;
}

.zdd0adfaqAsideTitle {
  font-weight: 980;
  font-size: 16px;
}

.zdd0adfaqAsideList {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.zdd0adfaqAsideItem {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.85);
  padding: 10px 12px;
  font-weight: 850;
  font-size: 13.6px;
  color: rgba(15, 23, 42, 0.82);
}

.zdd0adfaqAsideTip {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(37, 99, 235, 0.25);
  background: rgba(37, 99, 235, 0.08);
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.8);
}

.zdd0adfaqMain {
  display: grid;
  gap: 12px;
}

.zdd0adfaqGroupTitle {
  font-size: 14.8px;
  font-weight: 980;
  color: rgba(15, 23, 42, 0.84);
  margin-top: 2px;
}

.zdd0adfaqGrid {
  display: grid;
  gap: 10px;
}

.zdd0adfaqItem {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 0 14px;
}

.zdd0adfaqSummary {
  padding: 12px 0;
  list-style: none;
  cursor: pointer;
  font-weight: 980;
  font-size: 14.4px;
}

.zdd0adfaqSummary::-webkit-details-marker {
  display: none;
}

.zdd0adfaqBody {
  padding: 0 0 12px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.75;
  font-size: 13.8px;
}

.zdd0adcontactWrap {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 18px;
}

.zdd0adcontactHead {
  text-align: center;
}

.zdd0adcontactFrame {
  margin-top: 10px;
  display: grid;
  gap: 14px;
}

.zdd0adcontactFlow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.zdd0adcontactFlowItem {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 10px;
}

.zdd0adcontactFlowNo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 980;
  color: rgba(37, 99, 235, 0.95);
  background: rgba(37, 99, 235, 0.14);
}

.zdd0adcontactFlowTitle {
  font-weight: 950;
}

.zdd0adcontactFlowText {
  margin-top: 4px;
  font-size: 13.2px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.75);
}

.zdd0adcontactGrid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 14px;
  margin-top: 10px;
}

.zdd0adform {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.zdd0adformRow {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.zdd0adlabel {
  font-weight: 920;
  font-size: 14px;
}

.zdd0adinput,
.zdd0adselect,
.zdd0adtextarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 11px 12px;
  font-size: 14px;
  outline: none;
  background: rgba(248, 250, 252, 0.9);
}

.zdd0adtextarea {
  resize: vertical;
}

.zdd0adinput:focus,
.zdd0adselect:focus,
.zdd0adtextarea:focus {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.zdd0adformActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.zdd0adformHint {
  margin: 12px 0 0;
  font-size: 12.8px;
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.6;
}

.zdd0adcontactAside {
  display: grid;
  gap: 14px;
}

.zdd0adasideCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.zdd0adasideCardAlt {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.78));
}

.zdd0adasideTitle {
  font-weight: 980;
  margin-bottom: 10px;
}

.zdd0adbullets {
  display: grid;
  gap: 10px;
}

.zdd0adbullet {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 850;
  color: rgba(15, 23, 42, 0.8);
}

.zdd0addot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.18);
}

.zdd0adfooter {
  margin-top: 12px;
  padding: 16px 0 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.65);
}

.zdd0adfooterInner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
  align-items: start;
}

.zdd0adfooterBrand {
  font-weight: 980;
}

.zdd0adfooterText {
  margin-top: 6px;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.6;
  font-size: 13px;
}

.zdd0adfooterTitle {
  font-weight: 980;
  margin-bottom: 6px;
  font-size: 14px;
}

.zdd0adfooterLinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.zdd0adfooterLink {
  text-decoration: none;
  color: rgba(15, 23, 42, 0.8);
  font-weight: 820;
  font-size: 13px;
  padding: 7px 8px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
}

.zdd0adfooterLink:hover {
  border-color: rgba(37, 99, 235, 0.25);
}

.zdd0adcopyright {
  margin-top: 8px;
  color: rgba(15, 23, 42, 0.65);
  font-size: 12.4px;
  line-height: 1.5;
}

.zdd0adfooter .zdd0adlist {
  margin: 6px 0 0;
  padding-left: 16px;
  line-height: 1.6;
  font-size: 13px;
}

.zdd0adfooter .zdd0adcontainer + .zdd0adcontainer {
  margin-top: 4px;
}

/* Responsive */
@media (max-width: 1200px) {
  .zdd0adcontainer {
    max-width: 1040px;
  }
}

@media (max-width: 980px) {
  .zdd0adcontainer {
    padding: 0 16px;
  }
  .zdd0adsection {
    padding: 30px 0;
  }
  .zdd0adheroGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .zdd0adheroRight {
    justify-content: flex-start;
    order: 2;
    width: 100%;
  }
  .zdd0adheroLeft {
    order: 1;
  }
  .zdd0adheroImageWrap {
    max-width: 100%;
  }
  .zdd0adquickFacts {
    grid-template-columns: 1fr;
  }
  .zdd0adcardGrid {
    grid-template-columns: 1fr 1fr;
  }
  .zdd0adtimeline {
    grid-template-columns: 1fr;
  }
  .zdd0adfeatureRow {
    grid-template-columns: 1fr;
  }
  .zdd0adtwoCol {
    grid-template-columns: 1fr;
  }
  .zdd0adstickyPanel {
    position: relative;
    top: auto;
  }
  .zdd0adsubGrid {
    grid-template-columns: 1fr;
  }
  .zdd0adprivacyFrame {
    grid-template-columns: 1fr;
  }
  .zdd0adprivacyGrid {
    grid-template-columns: 1fr 1fr;
  }
  .zdd0adcaseGrid {
    grid-template-columns: 1fr;
  }
  .zdd0adcontactGrid {
    grid-template-columns: 1fr;
  }
  .zdd0adcontactFlow {
    grid-template-columns: 1fr 1fr;
  }
  .zdd0adfaqFrame {
    grid-template-columns: 1fr;
  }
  .zdd0adfaqAside {
    position: relative;
    top: auto;
  }
  .zdd0adfooterInner {
    grid-template-columns: 1fr;
  }

  .zdd0adkeywordGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .zdd0adcontainer {
    padding: 0 14px;
  }
  .zdd0adsection {
    padding: 24px 0;
  }
  .zdd0admain > .zdd0adsection + .zdd0adsection,
  .zdd0admain > .zdd0adhero + .zdd0adsection {
    border-top-width: 1px;
  }
  .zdd0adh1 {
    font-size: 24px;
  }
  .zdd0adlead {
    line-height: 1.7;
  }
  .zdd0adh2 {
    font-size: 23px;
  }
  .zdd0adnav {
    width: 100%;
  }
  .zdd0adnavList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .zdd0adnavLink {
    width: 100%;
    text-align: center;
    padding: 8px 6px;
    font-size: 12.5px;
  }
  .zdd0adbtn {
    width: 100%;
  }
  .zdd0adctaRow {
    gap: 10px;
  }
  .zdd0adh3 {
    font-size: 15px;
  }
  .zdd0adcardText {
    font-size: 13.4px;
    line-height: 1.7;
  }
  .zdd0adcardMeta {
    font-size: 12.4px;
    margin-top: 10px;
  }
  .zdd0adcardIcon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .zdd0adcardGrid {
    grid-template-columns: 1fr;
  }
  .zdd0adprivacyGrid {
    grid-template-columns: 1fr;
  }
  .zdd0adnavList {
    justify-content: flex-start;
  }
  .zdd0adheaderInner {
    flex-direction: column;
    align-items: flex-start;
  }
  .zdd0adcontactFlow {
    grid-template-columns: 1fr;
  }
  .zdd0adfooterLinks {
    grid-template-columns: 1fr 1fr;
  }
  .zdd0adheroImageWrap {
    padding: 6px;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
  }
  .zdd0adheroImage {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 420px) {
  .zdd0adheader {
    position: static;
  }
  .zdd0admain section[id] {
    scroll-margin-top: 12px;
  }
  .zdd0adbrand {
    min-width: 0;
  }
  .zdd0adbrandName {
    font-size: 16px;
  }
  .zdd0adbrandSub {
    font-size: 11px;
  }
  .zdd0adnavList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }
  .zdd0adnavLink {
    padding: 7px 6px;
    font-size: 12px;
  }
  .zdd0adtagRow {
    gap: 6px;
    margin-bottom: 10px;
  }
  .zdd0adhero {
    padding-top: 20px;
  }
  .zdd0adheroImageWrap {
    padding: 5px;
    border-radius: 12px;
  }
  .zdd0adheroImage {
    border-radius: 10px;
  }
  .zdd0adcard,
  .zdd0adtimeItem,
  .zdd0adfeature,
  .zdd0adprivacyCard,
  .zdd0adfaqItem,
  .zdd0adkeywordCol,
  .zdd0adsubCard {
    padding: 12px;
    border-radius: 14px;
  }
  .zdd0adprivacyRail,
  .zdd0adfaqAside,
  .zdd0adkeywordPanel {
    border-radius: 16px;
    padding: 12px;
  }
  .zdd0adfaqSummary {
    font-size: 14px;
    padding: 10px 0;
  }
  .zdd0adfaqBody {
    font-size: 13.4px;
    line-height: 1.7;
  }
  .zdd0adtag {
    font-size: 12px;
    padding: 5px 9px;
  }
  .zdd0adfaqAsideItem {
    font-size: 13px;
    padding: 9px 10px;
  }
  .zdd0adprivacyStepText,
  .zdd0adfaqBody,
  .zdd0adsectionSub {
    line-height: 1.65;
  }
  .zdd0adfooter {
    margin-top: 14px;
    padding: 12px 0 8px;
  }
  .zdd0adfooterLinks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .zdd0adcontainer {
    padding: 0 12px;
  }
  .zdd0adh1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .zdd0adh2 {
    font-size: 21px;
  }
  .zdd0adlead,
  .zdd0adsectionSub {
    font-size: 13.4px;
  }
  .zdd0adbtn {
    font-size: 13px;
    padding: 9px 12px;
  }
  .zdd0adnavLink {
    font-size: 11.5px;
    padding: 6px 5px;
  }
  .zdd0adbrandName {
    font-size: 15px;
  }
  .zdd0adbrandSub {
    font-size: 10.5px;
  }
  .zdd0adtag {
    font-size: 11.5px;
    padding: 4px 8px;
  }
  .zdd0adfaqSummary {
    font-size: 13.5px;
  }
}

@media (max-width: 320px) {
  .zdd0adcontainer {
    padding: 0 10px;
  }
  .zdd0adh1 {
    font-size: 20px;
  }
  .zdd0adh2 {
    font-size: 19px;
  }
  .zdd0adbtn {
    font-size: 12.5px;
    padding: 8px 10px;
  }
}

/* 移动端栏目导航：汉堡菜单收纳 */
@media (max-width: 768px) {
  .zdd0adheaderInner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
  }
  .zdd0adbrand {
    min-width: 0;
  }
  .zdd0adnavToggleBtn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.82);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
  }
  .zdd0adnavToggleBtn span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: rgba(15, 23, 42, 0.82);
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .zdd0adnav {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden auto;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
    margin-top: 0;
  }
  .zdd0adnavList {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    gap: 6px;
  }
  .zdd0adnavList li {
    width: 100%;
  }
  .zdd0adnavLink {
    width: 100%;
    text-align: left;
    padding: 9px 10px;
    font-size: 13px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.7);
  }
  .zdd0adnavToggle:checked + .zdd0adnavToggleBtn + .zdd0adnav {
    max-height: min(70vh, 480px);
    opacity: 1;
    margin-top: 4px;
    pointer-events: auto;
  }
  .zdd0adnavToggle:checked + .zdd0adnavToggleBtn span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .zdd0adnavToggle:checked + .zdd0adnavToggleBtn span:nth-child(2) {
    opacity: 0;
  }
  .zdd0adnavToggle:checked + .zdd0adnavToggleBtn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* 触控设备统一提高可点击面积 */
@media (hover: none) and (pointer: coarse) {
  .zdd0adnavLink,
  .zdd0adbtn,
  .zdd0adfaqSummary,
  .zdd0adfooterLink {
    min-height: 42px;
  }
}

/* 窄屏且高度较低设备（小屏横屏/旧机型） */
@media (max-width: 768px) and (max-height: 520px) {
  .zdd0adheader {
    position: static;
  }
  .zdd0adhero {
    padding-top: 16px;
  }
  .zdd0adsection {
    padding: 20px 0;
  }
}

/* 刘海屏安全区 */
@supports (padding: max(0px)) {
  .zdd0adheader {
    padding-top: env(safe-area-inset-top);
  }
  .zdd0adfooter {
    padding-bottom: max(26px, env(safe-area-inset-bottom));
  }
}
