/* ========================================
   黑客24小时在线接单 - 首页样式
   百变模板前缀: ze043b
   ======================================== */

/* 变量 */
.ze043bbody {
  --ze043bbg: #0a0f0d;
  --ze043bbg2: #101816;
  --ze043bbg3: #15201c;
  --ze043bline: rgba(46, 204, 113, 0.18);
  --ze043btext: #d7e6dd;
  --ze043bmuted: #8aa396;
  --ze043bgreen: #2ecc71;
  --ze043bgreen2: #1fa855;
  --ze043bwhite: #f3faf6;
  --ze043bradius: 6px;
  --ze043bmax: 1160px;
  --ze043bfont: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ze043bmono: "Consolas", "Courier New", monospace;
}

/* 重置与基础 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.ze043bbody {
  margin: 0;
  padding: 0;
  font-family: var(--ze043bfont);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ze043btext);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(46, 204, 113, 0.12), transparent 55%),
    linear-gradient(180deg, #070b09 0%, var(--ze043bbg) 40%, #0c1210 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

.ze043bbody img {
  max-width: 100%;
  vertical-align: middle;
}

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

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

/* 框架容器 */
.ze043bcontainer {
  width: 100%;
  max-width: var(--ze043bmax);
  margin: 0 auto;
  padding: 0 20px;
}

.ze043baccent {
  color: var(--ze043bgreen);
}

/* 按钮 */
.ze043bbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--ze043bradius);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ze043bbtnprimary {
  background: linear-gradient(135deg, var(--ze043bgreen), var(--ze043bgreen2));
  color: #041108;
}

.ze043bbtnprimary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.ze043bbtnoutline {
  background: transparent;
  border-color: var(--ze043bgreen);
  color: var(--ze043bgreen);
}

.ze043bbtnoutline:hover {
  background: rgba(46, 204, 113, 0.12);
}

.ze043bbtnnav {
  background: rgba(46, 204, 113, 0.12);
  border-color: var(--ze043bline);
  color: var(--ze043bgreen);
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

.ze043bbtnnav:hover {
  background: rgba(46, 204, 113, 0.22);
}

.ze043bbtnblock {
  width: 100%;
}

/* ========== 顶部导航 ========== */
.ze043bheader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 12, 10, 0.88);
  border-bottom: 1px solid var(--ze043bline);
  backdrop-filter: blur(10px);
}

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

.ze043blogo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ze043blogomark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--ze043bgreen);
  border-radius: 4px;
  color: var(--ze043bgreen);
  font-family: var(--ze043bmono);
  font-size: 13px;
  font-weight: 700;
}

.ze043blogotext {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--ze043bwhite);
}

.ze043bnavwrap {
  flex: 1 1 auto;
  min-width: 0;
}

.ze043bnav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.ze043bnavitem {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.ze043bnavlink {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ze043bmuted);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.ze043bnavlink:hover {
  color: var(--ze043bgreen);
}

.ze043bnavlink::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  width: auto;
  height: 2px;
  background: var(--ze043bgreen);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.ze043bnavlink:hover::after {
  width: auto;
  transform: scaleX(1);
}

/* ========== 主横幅 ========== */
.ze043bbanner {
  position: relative;
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--ze043bline);
}

.ze043bbannerbg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 15, 13, 0.92) 0%, rgba(10, 15, 13, 0.72) 45%, rgba(10, 15, 13, 0.55) 100%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(46, 204, 113, 0.03) 2px,
      rgba(46, 204, 113, 0.03) 4px
    ),
    radial-gradient(circle at 78% 42%, rgba(46, 204, 113, 0.18), transparent 42%),
    radial-gradient(circle at 20% 80%, rgba(31, 168, 85, 0.12), transparent 35%);
  pointer-events: none;
}

.ze043bbannerbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(46, 204, 113, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 204, 113, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
  opacity: 0.55;
  animation: ze043bgridmove 18s linear infinite;
}

@keyframes ze043bgridmove {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 48px, 48px 0; }
}

.ze043bbannerinner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 36px 48px;
  width: 100%;
  max-width: var(--ze043bmax);
  padding: 72px 20px 88px;
  text-align: left;
}

.ze043bbannercontent {
  min-width: 0;
}

.ze043bbannervisual {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ze043bbannervisual::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.22) 0%, transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.ze043bbannerimg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
  animation: ze043bbannerfloat 5.5s ease-in-out infinite;
}

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

.ze043bbannertag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 12px;
  border: 1px solid var(--ze043bline);
  border-radius: 999px;
  font-family: var(--ze043bmono);
  font-size: 12px;
  letter-spacing: 1.5px;
  color: var(--ze043bgreen);
  background: rgba(46, 204, 113, 0.08);
}

.ze043bbannertitle {
  margin-bottom: 18px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 800;
  color: var(--ze043bwhite);
  letter-spacing: 1px;
}

.ze043bbannerdesc {
  max-width: 540px;
  margin-bottom: 32px;
  font-size: 17px;
  color: var(--ze043bmuted);
}

.ze043bbannerbtns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ze043bbannerpoints {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
}

.ze043bbannerpoint {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: var(--ze043bmuted);
}

.ze043bbannerpoint::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ze043bgreen);
}

/* ========== 通用板块 ========== */
.ze043bsection {
  padding: 84px 0;
}

.ze043bsectionhead {
  margin-bottom: 42px;
  text-align: center;
}

.ze043bsectiontitle {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 760;
  color: var(--ze043bwhite);
}

.ze043bsectiontitle::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--ze043bgreen);
  border-radius: 2px;
}

.ze043bsectiondesc {
  color: var(--ze043bmuted);
  font-size: 15px;
}

/* 网格框架 */
.ze043bgrid {
  display: grid;
  gap: 22px;
}

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

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

.ze043bgrid4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ========== 关于我们 ========== */
.ze043baboutwrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.ze043baboutmain,
.ze043baboutside {
  padding: 28px 26px;
  border: 1px solid var(--ze043bline);
  border-radius: var(--ze043bradius);
  background: linear-gradient(165deg, rgba(21, 32, 28, 0.95), rgba(10, 15, 13, 0.98));
}

.ze043babouttitle,
.ze043baboutsidetitle {
  margin-bottom: 14px;
  font-size: 20px;
  color: var(--ze043bwhite);
}

.ze043babouttext {
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--ze043bmuted);
}

.ze043babouttags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ze043babouttag {
  padding: 6px 12px;
  border: 1px solid var(--ze043bline);
  border-radius: 999px;
  font-size: 12px;
  color: var(--ze043bgreen);
  background: rgba(46, 204, 113, 0.08);
}

.ze043bchecklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ze043bcheckitem {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--ze043bmuted);
}

.ze043bcheckitem::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ze043bgreen);
  font-weight: 700;
}

/* ========== 服务项目 ========== */
.ze043bservice {
  background: linear-gradient(180deg, transparent, rgba(21, 32, 28, 0.45), transparent);
}

.ze043bitem {
  padding: 28px 24px;
  border: 1px solid var(--ze043bline);
  border-radius: var(--ze043bradius);
  background: linear-gradient(160deg, rgba(21, 32, 28, 0.9), rgba(10, 15, 13, 0.95));
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ze043bitem:hover {
  border-color: rgba(46, 204, 113, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.ze043bitemtitle {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--ze043bwhite);
}

.ze043bitemtitle::before {
  content: ">_ ";
  color: var(--ze043bgreen);
  font-family: var(--ze043bmono);
  font-size: 14px;
}

.ze043bitemdesc {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--ze043bmuted);
}

.ze043bitemlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ze043bitemlist li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: #9bb5a8;
}

.ze043bitemlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: var(--ze043bgreen);
}

/* ========== 适用场景 ========== */
.ze043bscene {
  background: var(--ze043bbg2);
  border-top: 1px solid var(--ze043bline);
  border-bottom: 1px solid var(--ze043bline);
}

.ze043bsceneitem {
  padding: 26px 24px;
  border-left: 3px solid var(--ze043bgreen);
  background: rgba(10, 15, 13, 0.55);
  border-radius: 0 var(--ze043bradius) var(--ze043bradius) 0;
}

.ze043bscenetitle {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--ze043bwhite);
}

.ze043bscenedesc {
  font-size: 14px;
  color: var(--ze043bmuted);
}

/* ========== 核心优势 ========== */
.ze043badvantage {
  border-top: 1px solid var(--ze043bline);
  border-bottom: 1px solid var(--ze043bline);
  background: var(--ze043bbg2);
}

.ze043badvitem {
  padding: 8px 4px;
}

.ze043badvnum {
  display: block;
  margin-bottom: 10px;
  font-family: var(--ze043bmono);
  font-size: 22px;
  font-weight: 700;
  color: var(--ze043bgreen);
  opacity: 0.85;
}

.ze043badvtitle {
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--ze043bwhite);
}

.ze043badvdesc {
  font-size: 14px;
  color: var(--ze043bmuted);
}

/* ========== 接单流程 ========== */
.ze043bsteps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ze043bsteps6 {
  grid-template-columns: repeat(6, 1fr);
}

.ze043bstep {
  position: relative;
  padding: 26px 20px;
  border: 1px dashed rgba(46, 204, 113, 0.28);
  border-radius: var(--ze043bradius);
  background: rgba(16, 24, 22, 0.65);
  text-align: center;
}

.ze043bstepnum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(46, 204, 113, 0.15);
  border: 1px solid var(--ze043bgreen);
  color: var(--ze043bgreen);
  font-family: var(--ze043bmono);
  font-weight: 700;
}

.ze043bsteptitle {
  margin-bottom: 8px;
  font-size: 17px;
  color: var(--ze043bwhite);
}

.ze043bstepdesc {
  font-size: 14px;
  color: var(--ze043bmuted);
}

/* ========== 数据展示 ========== */
.ze043bstats {
  padding: 56px 0;
  background:
    linear-gradient(90deg, rgba(46, 204, 113, 0.08), transparent 30%, transparent 70%, rgba(46, 204, 113, 0.08)),
    var(--ze043bbg3);
  border-top: 1px solid var(--ze043bline);
  border-bottom: 1px solid var(--ze043bline);
}

.ze043bstatitem {
  text-align: center;
  padding: 10px 8px;
}

.ze043bstatnum {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: var(--ze043bgreen);
  font-family: var(--ze043bmono);
  letter-spacing: 1px;
}

.ze043bstatlabel {
  font-size: 14px;
  color: var(--ze043bmuted);
}

/* ========== 客户反馈 ========== */
.ze043breviewitem {
  margin: 0;
  padding: 26px 24px;
  border: 1px solid var(--ze043bline);
  border-radius: var(--ze043bradius);
  background: rgba(16, 24, 22, 0.7);
}

.ze043breviewtext {
  margin-bottom: 16px;
  font-size: 15px;
  color: var(--ze043btext);
  line-height: 1.8;
}

.ze043breviewmeta {
  font-size: 13px;
  color: var(--ze043bgreen);
}

/* ========== 服务行业 ========== */
.ze043bindustry {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ze043bindustrylist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ze043bindustryitem {
  padding: 10px 18px;
  border: 1px solid var(--ze043bline);
  border-radius: var(--ze043bradius);
  font-size: 14px;
  color: var(--ze043bmuted);
  background: rgba(21, 32, 28, 0.55);
}

/* ========== 常见问题 ========== */
.ze043bfaq {
  background: var(--ze043bbg2);
  border-top: 1px solid var(--ze043bline);
  border-bottom: 1px solid var(--ze043bline);
}

.ze043bfaqlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ze043bfaqitem {
  padding: 22px 22px;
  border: 1px solid var(--ze043bline);
  border-radius: var(--ze043bradius);
  background: rgba(10, 15, 13, 0.55);
}

.ze043bfaqq {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--ze043bwhite);
}

.ze043bfaqa {
  font-size: 14px;
  color: var(--ze043bmuted);
}

/* ========== 联系咨询 ========== */
.ze043bcontactwrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.ze043bcontactinfo,
.ze043bform {
  padding: 28px 26px;
  border: 1px solid var(--ze043bline);
  border-radius: var(--ze043bradius);
  background: linear-gradient(165deg, rgba(21, 32, 28, 0.95), rgba(10, 15, 13, 0.98));
}

.ze043bcontacttitle {
  margin-bottom: 18px;
  font-size: 20px;
  color: var(--ze043bwhite);
}

.ze043bcontactlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ze043bcontactitem {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(46, 204, 113, 0.1);
}

.ze043bcontactitem:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ze043bcontactlabel {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ze043bmuted);
}

.ze043bcontactvalue {
  font-size: 15px;
  color: var(--ze043bwhite);
}

.ze043bonline {
  color: var(--ze043bgreen);
}

.ze043bcontacttips {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(46, 204, 113, 0.12);
}

.ze043bcontacttipstitle {
  margin: 0 0 8px;
  font-size: 15px;
  color: var(--ze043bwhite);
}

.ze043bcontacttipsdesc {
  font-size: 13px;
  color: var(--ze043bmuted);
}

.ze043bformrow {
  margin-bottom: 16px;
}

.ze043blabel {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--ze043bmuted);
}

.ze043binput,
.ze043btextarea,
.ze043bselect {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(46, 204, 113, 0.22);
  border-radius: var(--ze043bradius);
  background: rgba(7, 11, 9, 0.85);
  color: var(--ze043bwhite);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ze043bselect {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ze043bgreen) 50%),
    linear-gradient(135deg, var(--ze043bgreen) 50%, transparent 50%);
  background-position: calc(100% - 18px) 55%, calc(100% - 13px) 55%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.ze043binput:focus,
.ze043btextarea:focus,
.ze043bselect:focus {
  border-color: var(--ze043bgreen);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.12);
}

.ze043btextarea {
  resize: vertical;
  min-height: 110px;
}

.ze043binput::placeholder,
.ze043btextarea::placeholder {
  color: #5f7468;
}

/* ========== 页脚 ========== */
.ze043bfooter {
  padding: 48px 0 28px;
  border-top: 1px solid var(--ze043bline);
  background: #070b09;
}

.ze043bfootergrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.ze043bfootertitle {
  margin: 0 0 14px;
  font-size: 16px;
  color: var(--ze043bwhite);
}

.ze043bfootertext {
  font-size: 13px;
  color: var(--ze043bmuted);
  line-height: 1.8;
}

.ze043bfooterlinks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: var(--ze043bmuted);
}

.ze043bfooterlinks a:hover {
  color: var(--ze043bgreen);
}

.ze043bfooterbottom {
  padding-top: 18px;
  border-top: 1px solid rgba(46, 204, 113, 0.1);
  text-align: center;
}

.ze043badbox {
  margin: 8px 0 22px;
  text-align: center;
}

.ze043badbox script {
  display: inline-block;
}

.ze043bfooterbottom a {
  color: var(--ze043bgreen);
}

.ze043bcopyright {
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--ze043bmuted);
}

.ze043bfooternote {
  font-size: 12px;
  color: #5f7468;
}

/* ========== 响应式 ========== */
@media (max-width: 1200px) {
  .ze043bsteps6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .ze043bnavlink {
    padding: 6px 10px;
    font-size: 13px;
  }

  .ze043bnavlink::after {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 1024px) {
  .ze043bgrid2,
  .ze043bgrid3,
  .ze043bfaqlist {
    grid-template-columns: repeat(2, 1fr);
  }

  .ze043bgrid4,
  .ze043bsteps,
  .ze043bsteps6,
  .ze043bfootergrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ze043baboutwrap,
  .ze043bcontactwrap {
    grid-template-columns: 1fr;
  }

  .ze043bheaderinner {
    flex-wrap: wrap;
    min-height: auto;
    padding: 12px 0;
    gap: 12px 16px;
  }

  .ze043bnavwrap {
    order: 3;
    width: 100%;
    flex: 1 1 100%;
  }

  .ze043bnav {
    text-align: left;
  }

  .ze043bnavlink {
    padding: 6px 12px;
  }

  .ze043bbtnnav {
    margin-left: auto;
  }

  .ze043bbanner {
    min-height: auto;
  }

  .ze043bbannerinner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 20px 64px;
  }

  .ze043bbannervisual {
    max-width: 480px;
    margin: 0 auto;
  }

  .ze043bbannerimg {
    animation: none;
  }
}

@media (max-width: 768px) {
  .ze043bsection {
    padding: 64px 0;
  }

  .ze043bgrid2,
  .ze043bgrid3,
  .ze043bgrid4,
  .ze043bsteps,
  .ze043bsteps6,
  .ze043bfaqlist,
  .ze043bfootergrid {
    grid-template-columns: 1fr;
  }

  .ze043bstats .ze043bgrid4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ze043bbannerpoints {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .ze043blogotext {
    font-size: 16px;
  }

  .ze043bbannerbtns {
    flex-direction: column;
  }

  .ze043bbtn {
    width: 100%;
  }

  .ze043bbtnnav {
    width: auto;
  }

  .ze043bstats .ze043bgrid4 {
    grid-template-columns: 1fr;
  }
}
