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

/* 变量 */
.ze774fbody {
  --ze774fbg: #0a0f0d;
  --ze774fbg2: #101816;
  --ze774fbg3: #15201c;
  --ze774fline: rgba(46, 204, 113, 0.18);
  --ze774ftext: #d7e6dd;
  --ze774fmuted: #8aa396;
  --ze774fgreen: #2ecc71;
  --ze774fgreen2: #1fa855;
  --ze774fwhite: #f3faf6;
  --ze774fradius: 6px;
  --ze774fmax: 1160px;
  --ze774ffont: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ze774fmono: "Consolas", "Courier New", monospace;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

.ze774faccent {
  color: var(--ze774fgreen);
}

/* 按钮 */
.ze774fbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--ze774fradius);
  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;
}

.ze774fbtnprimary {
  background: linear-gradient(135deg, var(--ze774fgreen), var(--ze774fgreen2));
  color: #041108;
}

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

.ze774fbtnoutline {
  background: transparent;
  border-color: var(--ze774fgreen);
  color: var(--ze774fgreen);
}

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

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

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

.ze774fbtnblock {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.ze774fnavlink:hover {
  color: var(--ze774fgreen);
}

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

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

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

.ze774fbannerbg {
  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;
}

.ze774fbannerbg::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: ze774fgridmove 18s linear infinite;
}

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

.ze774fbannerinner {
  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(--ze774fmax);
  padding: 72px 20px 88px;
  text-align: left;
}

.ze774fbannercontent {
  min-width: 0;
}

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

.ze774fbannervisual::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;
}

.ze774fbannerimg {
  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: ze774fbannerfloat 5.5s ease-in-out infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ze774fsectiondesc {
  color: var(--ze774fmuted);
  font-size: 15px;
}

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

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

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

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

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

.ze774faboutmain,
.ze774faboutside {
  padding: 28px 26px;
  border: 1px solid var(--ze774fline);
  border-radius: var(--ze774fradius);
  background: linear-gradient(165deg, rgba(21, 32, 28, 0.95), rgba(10, 15, 13, 0.98));
}

.ze774fabouttitle,
.ze774faboutsidetitle {
  margin-bottom: 14px;
  font-size: 20px;
  color: var(--ze774fwhite);
}

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

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

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

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

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

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

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

.ze774fitem {
  padding: 28px 24px;
  border: 1px solid var(--ze774fline);
  border-radius: var(--ze774fradius);
  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;
}

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

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

.ze774fitemtitle::before {
  content: ">_ ";
  color: var(--ze774fgreen);
  font-family: var(--ze774fmono);
  font-size: 14px;
}

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

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

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

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

/* ========== 适用场景 ========== */
.ze774fscene {
  background: var(--ze774fbg2);
  border-top: 1px solid var(--ze774fline);
  border-bottom: 1px solid var(--ze774fline);
}

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

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

.ze774fscenedesc {
  font-size: 14px;
  color: var(--ze774fmuted);
}

/* ========== 核心优势 ========== */
.ze774fadvantage {
  border-top: 1px solid var(--ze774fline);
  border-bottom: 1px solid var(--ze774fline);
  background: var(--ze774fbg2);
}

.ze774fadvitem {
  padding: 8px 4px;
}

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

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

.ze774fadvdesc {
  font-size: 14px;
  color: var(--ze774fmuted);
}

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

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

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

.ze774fstepnum {
  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(--ze774fgreen);
  color: var(--ze774fgreen);
  font-family: var(--ze774fmono);
  font-weight: 700;
}

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

.ze774fstepdesc {
  font-size: 14px;
  color: var(--ze774fmuted);
}

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

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

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

.ze774fstatlabel {
  font-size: 14px;
  color: var(--ze774fmuted);
}

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

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

.ze774freviewmeta {
  font-size: 13px;
  color: var(--ze774fgreen);
}

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

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

.ze774findustryitem {
  padding: 10px 18px;
  border: 1px solid var(--ze774fline);
  border-radius: var(--ze774fradius);
  font-size: 14px;
  color: var(--ze774fmuted);
  background: rgba(21, 32, 28, 0.55);
}

/* ========== 常见问题 ========== */
.ze774ffaq {
  background: var(--ze774fbg2);
  border-top: 1px solid var(--ze774fline);
  border-bottom: 1px solid var(--ze774fline);
}

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

.ze774ffaqitem {
  padding: 22px 22px;
  border: 1px solid var(--ze774fline);
  border-radius: var(--ze774fradius);
  background: rgba(10, 15, 13, 0.55);
}

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

.ze774ffaqa {
  font-size: 14px;
  color: var(--ze774fmuted);
}

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

.ze774fcontactinfo,
.ze774fform {
  padding: 28px 26px;
  border: 1px solid var(--ze774fline);
  border-radius: var(--ze774fradius);
  background: linear-gradient(165deg, rgba(21, 32, 28, 0.95), rgba(10, 15, 13, 0.98));
}

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

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

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

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

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

.ze774fcontactvalue {
  font-size: 15px;
  color: var(--ze774fwhite);
}

.ze774fonline {
  color: var(--ze774fgreen);
}

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

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

.ze774fcontacttipsdesc {
  font-size: 13px;
  color: var(--ze774fmuted);
}

.ze774fformrow {
  margin-bottom: 16px;
}

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

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

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

.ze774finput:focus,
.ze774ftextarea:focus,
.ze774fselect:focus {
  border-color: var(--ze774fgreen);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.12);
}

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

.ze774finput::placeholder,
.ze774ftextarea::placeholder {
  color: #5f7468;
}

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

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

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

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

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

.ze774ffooterlinks a:hover {
  color: var(--ze774fgreen);
}

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

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

.ze774fadbox script {
  display: inline-block;
}

.ze774ffooterbottom a {
  color: var(--ze774fgreen);
}

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

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

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

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

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

@media (max-width: 1024px) {
  .ze774fgrid2,
  .ze774fgrid3,
  .ze774ffaqlist {
    grid-template-columns: repeat(2, 1fr);
  }

  .ze774fgrid4,
  .ze774fsteps,
  .ze774fsteps6,
  .ze774ffootergrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ze774faboutwrap,
  .ze774fcontactwrap {
    grid-template-columns: 1fr;
  }

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

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

  .ze774fnav {
    text-align: left;
  }

  .ze774fnavlink {
    padding: 6px 12px;
  }

  .ze774fbtnnav {
    margin-left: auto;
  }

  .ze774fbanner {
    min-height: auto;
  }

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

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

  .ze774fbannerimg {
    animation: none;
  }
}

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

  .ze774fgrid2,
  .ze774fgrid3,
  .ze774fgrid4,
  .ze774fsteps,
  .ze774fsteps6,
  .ze774ffaqlist,
  .ze774ffootergrid {
    grid-template-columns: 1fr;
  }

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

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

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

  .ze774fbannerbtns {
    flex-direction: column;
  }

  .ze774fbtn {
    width: 100%;
  }

  .ze774fbtnnav {
    width: auto;
  }

  .ze774fstats .ze774fgrid4 {
    grid-template-columns: 1fr;
  }
}
