/* ========================================
   黑客24小时联系方式 - style.css
   百变模板前缀: zfdd2b
   ======================================== */

/* ---------- 变量与重置 ---------- */
html {
  width: 100%;
  max-width: 100%;
}

.zfdd2bbody {
  --zfdd2bbg: #0b1220;
  --zfdd2bbg_alt: #111a2e;
  --zfdd2bsurface: #152038;
  --zfdd2bline: rgba(94, 234, 212, 0.18);
  --zfdd2btext: #e8eef8;
  --zfdd2bmuted: #9aabc4;
  --zfdd2baccent: #2dd4bf;
  --zfdd2baccent_2: #38bdf8;
  --zfdd2bdanger: #f87171;
  --zfdd2bwarn: #fbbf24;
  --zfdd2bok: #34d399;
  --zfdd2bradius: 12px;
  --zfdd2bshadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --zfdd2bmax: 1120px;
  --zfdd2bfont: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --zfdd2bmono: "Cascadia Code", "Consolas", "Courier New", monospace;

  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both;
  font-family: var(--zfdd2bfont);
  font-size: 16px;
  line-height: 1.7;
  color: var(--zfdd2btext);
  background: var(--zfdd2bbg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.zfdd2bbody *,
.zfdd2bbody *::before,
.zfdd2bbody *::after {
  box-sizing: border-box;
}

.zfdd2bbody img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.zfdd2bbody ul,
.zfdd2bbody ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zfdd2bbody h1,
.zfdd2bbody h2,
.zfdd2bbody h3,
.zfdd2bbody p {
  margin: 0;
}

/* ---------- 布局框架 ---------- */
.zfdd2bheader,
.zfdd2bmain,
.zfdd2bfooter,
.zfdd2bbanner,
.zfdd2bstats,
.zfdd2bsection,
.zfdd2bad {
  width: 100%;
  max-width: 100%;
  float: none;
  clear: both;
}

.zfdd2bcontainer {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
  padding-left: 16px;
  padding-right: 16px;
  float: none !important;
  clear: both;
}

.zfdd2bmain {
  overflow: hidden;
}

.zfdd2bgrid {
  display: grid;
  width: 100%;
  gap: 1.25rem;
}

.zfdd2bgrid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zfdd2bgrid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ---------- 顶部导航 ---------- */
.zfdd2bheader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 18, 32, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--zfdd2bline);
}

.zfdd2bnav_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
}

.zfdd2blogo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.zfdd2blogo_mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--zfdd2baccent);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.2);
  animation: zfdd2bpulse 2s ease-in-out infinite;
}

@keyframes zfdd2bpulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.2); }
  50% { box-shadow: 0 0 0 8px rgba(45, 212, 191, 0.08); }
}

.zfdd2blogo_text {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  max-width: 42vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zfdd2blogo_accent {
  color: var(--zfdd2baccent);
}

.zfdd2bnav_toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.zfdd2bnav_btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.zfdd2bnav_btn_line {
  display: block;
  width: 22px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: var(--zfdd2btext);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.zfdd2bnav_list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.zfdd2bnav_link {
  display: block;
  padding: 0.55rem 0.85rem;
  font-size: 0.95rem;
  color: var(--zfdd2bmuted);
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.zfdd2bnav_link:hover,
.zfdd2bnav_link_active {
  color: var(--zfdd2btext);
  background: rgba(45, 212, 191, 0.1);
}

.zfdd2bheader_cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #042f2e;
  background: linear-gradient(135deg, var(--zfdd2baccent), var(--zfdd2baccent_2));
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.zfdd2bheader_cta:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

/* ---------- 主横幅 ---------- */
.zfdd2bbanner {
  position: relative;
  padding: 5.5rem 0 4.5rem;
  isolation: isolate;
}

.zfdd2bbanner_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(45, 212, 191, 0.16), transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(56, 189, 248, 0.12), transparent 50%),
    linear-gradient(180deg, #0d1628 0%, var(--zfdd2bbg) 100%);
}

.zfdd2bbanner_bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(rgba(45, 212, 191, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 212, 191, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

.zfdd2bbanner_inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 2.5rem;
}

.zfdd2bbanner_content {
  min-width: 0;
}

.zfdd2bbanner_tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--zfdd2baccent);
  border: 1px solid rgba(45, 212, 191, 0.35);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.08);
}

.zfdd2bbanner_title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}

.zfdd2bbanner_desc {
  max-width: 34rem;
  margin-bottom: 1.75rem;
  color: var(--zfdd2bmuted);
  font-size: 1.05rem;
}

.zfdd2bbanner_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.zfdd2bbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 10px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.zfdd2bbtn_primary {
  color: #042f2e;
  background: linear-gradient(135deg, var(--zfdd2baccent), #5eead4);
}

.zfdd2bbtn_primary:hover {
  transform: translateY(-2px);
}

.zfdd2bbtn_ghost {
  color: var(--zfdd2btext);
  border: 1px solid var(--zfdd2bline);
  background: rgba(255, 255, 255, 0.03);
}

.zfdd2bbtn_ghost:hover {
  border-color: rgba(45, 212, 191, 0.45);
  background: rgba(45, 212, 191, 0.08);
}

.zfdd2bbanner_visual {
  position: relative;
  width: 100%;
  min-width: 0;
}

.zfdd2bbanner_figure {
  position: relative;
  margin: 0;
  border-radius: var(--zfdd2bradius);
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-shadow:
    var(--zfdd2bshadow),
    0 0 0 1px rgba(45, 212, 191, 0.08),
    0 0 40px rgba(56, 189, 248, 0.18);
  animation: zfdd2bfloat 5s ease-in-out infinite;
}

.zfdd2bbanner_figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.15), transparent 40%),
    linear-gradient(180deg, transparent 55%, rgba(11, 18, 32, 0.72));
}

.zfdd2bbanner_figure::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(162, 217, 255, 0.18);
  border-radius: 8px;
}

.zfdd2bbanner_img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.zfdd2bbanner_caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #e8f6ff;
  text-align: center;
  background: rgba(8, 20, 40, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

@keyframes zfdd2bfloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------- 通用广告 ---------- */
.zfdd2bad {
  padding: 0 0 1rem;
}

.zfdd2bad_inner {
  text-align: center;
}

.zfdd2bad_inner img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- 友情链接 ---------- */
.zfdd2bflink_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
}

.zfdd2bflink_link {
  font-size: 0.92rem;
  color: var(--zfdd2bmuted);
  transition: color 0.2s ease;
}

.zfdd2bflink_link:hover {
  color: var(--zfdd2baccent);
}

/* ---------- 数据条 ---------- */
.zfdd2bstats {
  padding: 0 0 1rem;
}

.zfdd2bstats_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.25rem;
  background: var(--zfdd2bsurface);
  border: 1px solid var(--zfdd2bline);
  border-radius: var(--zfdd2bradius);
}

.zfdd2bstat_item {
  text-align: center;
  padding: 0.5rem;
}

.zfdd2bstat_num {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--zfdd2baccent);
  letter-spacing: 0.02em;
}

.zfdd2bstat_label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: var(--zfdd2bmuted);
}

/* ---------- 通用区块 ---------- */
.zfdd2bsection {
  padding: 4.5rem 0;
}

.zfdd2bsection_alt {
  background: linear-gradient(180deg, var(--zfdd2bbg_alt), var(--zfdd2bbg));
}

.zfdd2bsection_head {
  max-width: 36rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.zfdd2bsection_title {
  margin-bottom: 0.65rem;
  font-size: 1.85rem;
  font-weight: 800;
}

.zfdd2bsection_desc {
  color: var(--zfdd2bmuted);
}

/* ---------- 服务项目 ---------- */
.zfdd2bservice {
  padding: 1.5rem 1.35rem;
  background: var(--zfdd2bsurface);
  border: 1px solid var(--zfdd2bline);
  border-radius: var(--zfdd2bradius);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.zfdd2bservice:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 212, 191, 0.4);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.zfdd2bservice_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  font-family: var(--zfdd2bmono);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--zfdd2baccent);
  border: 1px solid rgba(45, 212, 191, 0.3);
  border-radius: 10px;
  background: rgba(45, 212, 191, 0.08);
}

.zfdd2bservice_title {
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.zfdd2bservice_text {
  font-size: 0.94rem;
  color: var(--zfdd2bmuted);
}

/* ---------- 核心优势 ---------- */
.zfdd2badvantage {
  padding: 1.6rem 1.5rem;
  border-left: 3px solid var(--zfdd2baccent);
  background: rgba(21, 32, 56, 0.7);
  border-radius: 0 var(--zfdd2bradius) var(--zfdd2bradius) 0;
}

.zfdd2badvantage_title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.zfdd2badvantage_text {
  color: var(--zfdd2bmuted);
  font-size: 0.95rem;
}

/* ---------- 服务流程 ---------- */
.zfdd2bprocess {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: zfdd2bstep;
}

.zfdd2bprocess_item {
  position: relative;
  padding: 1.5rem 1.2rem;
  background: var(--zfdd2bsurface);
  border: 1px solid var(--zfdd2bline);
  border-radius: var(--zfdd2bradius);
}

.zfdd2bprocess_step {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--zfdd2baccent_2);
  text-transform: uppercase;
}

.zfdd2bprocess_title {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.zfdd2bprocess_text {
  font-size: 0.92rem;
  color: var(--zfdd2bmuted);
}

/* ---------- 联系方式 ---------- */
.zfdd2bsection_contact {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(45, 212, 191, 0.1), transparent 60%),
    var(--zfdd2bbg);
}

.zfdd2bcontact {
  padding: 1.75rem 1.4rem;
  text-align: center;
  background: var(--zfdd2bsurface);
  border: 1px solid var(--zfdd2bline);
  border-radius: var(--zfdd2bradius);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.zfdd2bcontact:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.45);
}

.zfdd2bcontact_title {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: var(--zfdd2bmuted);
  font-weight: 600;
}

.zfdd2bcontact_value {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--zfdd2baccent);
  word-break: break-all;
}

.zfdd2bcontact_note {
  font-size: 0.86rem;
  color: var(--zfdd2bmuted);
}

.zfdd2bcontact_tip {
  margin-top: 1.75rem;
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(45, 212, 191, 0.35);
  border-radius: var(--zfdd2bradius);
  background: rgba(45, 212, 191, 0.05);
}

.zfdd2bcontact_tip_text {
  text-align: center;
  font-size: 0.9rem;
  color: var(--zfdd2bmuted);
}

/* ---------- 页脚 ---------- */
.zfdd2bfooter {
  padding: 2.5rem 0 2rem;
  border-top: 1px solid var(--zfdd2bline);
  background: #080e1a;
}

.zfdd2bfooter_inner {
  display: grid;
  gap: 1.25rem;
  text-align: center;
}

.zfdd2bfooter_desc {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: var(--zfdd2bmuted);
}

.zfdd2bfooter_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.zfdd2bfooter_link {
  font-size: 0.9rem;
  color: var(--zfdd2bmuted);
  transition: color 0.2s ease;
}

.zfdd2bfooter_link:hover {
  color: var(--zfdd2baccent);
}

.zfdd2bcopyright {
  font-size: 0.82rem;
  color: #6b7c96;
}

.zfdd2bcopyright p {
  margin: 0.35rem 0 0;
}

.zfdd2bcopyright a {
  color: var(--zfdd2bmuted);
  transition: color 0.2s ease;
}

.zfdd2bcopyright a:hover {
  color: var(--zfdd2baccent);
}

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .zfdd2bbanner_inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .zfdd2bbanner_visual {
    order: -1;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .zfdd2bbanner_title {
    font-size: 2.1rem;
  }

  .zfdd2bgrid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zfdd2bprocess {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zfdd2bstats_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .zfdd2bheader {
    position: relative;
  }

  .zfdd2bnav_wrap {
    position: relative;
    flex-wrap: wrap;
  }

  .zfdd2bnav_btn {
    display: flex;
    order: 2;
  }

  .zfdd2bheader_cta {
    margin-left: auto;
    order: 1;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
  }

  .zfdd2bnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    padding: 0.75rem 1rem 1rem;
    background: rgba(11, 18, 32, 0.98);
    border-bottom: 1px solid var(--zfdd2bline);
    z-index: 101;
  }

  .zfdd2bnav_toggle:checked ~ .zfdd2bnav {
    display: block;
  }

  .zfdd2bnav_toggle:checked + .zfdd2bnav_btn .zfdd2bnav_btn_line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .zfdd2bnav_toggle:checked + .zfdd2bnav_btn .zfdd2bnav_btn_line:nth-child(2) {
    opacity: 0;
  }

  .zfdd2bnav_toggle:checked + .zfdd2bnav_btn .zfdd2bnav_btn_line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .zfdd2bnav_list {
    flex-direction: column;
    align-items: stretch;
  }

  .zfdd2bnav_link {
    padding: 0.75rem 1rem;
  }

  .zfdd2bbanner {
    padding: 3.5rem 0 3rem;
  }

  .zfdd2bbanner_title {
    font-size: 1.85rem;
  }

  .zfdd2bsection {
    padding: 3.25rem 0;
  }

  .zfdd2bsection_title {
    font-size: 1.55rem;
  }

  .zfdd2bstats_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .zfdd2bgrid_2,
  .zfdd2bgrid_3,
  .zfdd2bprocess {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .zfdd2bcontainer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .zfdd2bheader_cta {
    display: none;
  }

  .zfdd2bbanner_actions {
    flex-direction: column;
  }

  .zfdd2bbtn {
    width: 100%;
  }

  .zfdd2bstats_grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .zfdd2bbanner_title {
    font-size: 1.65rem;
  }
}

/* ---------- 减少动效偏好 ---------- */
@media (prefers-reduced-motion: reduce) {
  .zfdd2blogo_mark,
  .zfdd2bbanner_figure,
  .zfdd2bservice,
  .zfdd2bcontact,
  .zfdd2bbtn,
  .zfdd2bheader_cta {
    animation: none;
    transition: none;
  }
}
