:root{
  --totiZ_bg:#B0F769;
  --totiZ_panel:#E4EC6F;
  --totiZ_panel2:#D2E5EA;
  --totiZ_ink:#0D0D0D;
  --totiZ_accent:#FE0134;
  --totiZ_soft:#f7ffd0;
  --totiZ_white:#ffffff;
  --totiZ_wrap:min(1280px, calc(100% - 28px));
  --totiZ_glow:0 0 0 2px #0D0D0D, 0 0 0 5px rgba(254,1,52,.12);
  --totiZ_shadow:0 14px 0 #0D0D0D;
  --totiZ_cardShadow:0 10px 0 #0D0D0D;
}

*{
  box-sizing:border-box;
}
html{
  scroll-behavior:smooth;
}
body{
  margin:0;
  color:var(--totiZ_ink);
  font:16px/1.75 "Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  background-color:var(--totiZ_bg);
  background-image:
    linear-gradient(30deg, rgba(13,13,13,.06) 12%, transparent 12.5%, transparent 87%, rgba(13,13,13,.06) 87.5%, rgba(13,13,13,.06)),
    linear-gradient(150deg, rgba(13,13,13,.06) 12%, transparent 12.5%, transparent 87%, rgba(13,13,13,.06) 87.5%, rgba(13,13,13,.06)),
    linear-gradient(90deg, rgba(255,255,255,.22) 2%, transparent 2.5%, transparent 97%, rgba(255,255,255,.22) 98%);
  background-size:44px 76px,44px 76px,44px 44px;
  background-position:0 0,22px 38px,0 0;
}
img{
  max-width:100%;
  display:block;
}
a{
  color:inherit;
  text-decoration:none;
}
button,
input,
textarea{
  font:inherit;
}
button{
  border:none;
  cursor:pointer;
  background:none;
}
input,
textarea{
  outline:none;
}
.totiZ_flagline{
  display:inline-flex;
  width:max-content;
  min-height:40px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  box-shadow:inset 0 0 0 2px rgba(13,13,13,.16);
  font-weight:900;
}
.totiZ_driveBtn,
.totiZ_lineBtn{
  min-height:56px;
  padding:0 22px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:900;
  transition:transform .2s ease;
}
.totiZ_driveBtn{
  background:linear-gradient(180deg,#ff3c65 0%, #FE0134 100%);
  color:#fff;
  box-shadow:0 10px 0 #0D0D0D;
}
.totiZ_lineBtn{
  background:var(--totiZ_panel2);
  color:var(--totiZ_ink);
  box-shadow:0 10px 0 #0D0D0D;
}
.totiZ_driveBtn:hover,
.totiZ_lineBtn:hover{
  transform:translateY(-2px);
}

/* header */
.totiZ_sitehead{
  position:sticky;
  top:0;
  z-index:50;
  padding:14px 0 0;
}
.totiZ_headshell{
  width:var(--totiZ_wrap);
  margin:0 auto;
}
.totiZ_toplane,
.totiZ_navlane,
.totiZ_mobilemap{
  border:2px solid var(--totiZ_ink);
  background:var(--totiZ_panel);
  box-shadow:var(--totiZ_glow), var(--totiZ_shadow);
  border-radius:24px;
}
.totiZ_toplane{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
}
.totiZ_branddock{
  display:flex;
  align-items:center;
  gap:14px;
}
.totiZ_brandmark{
  width:66px;
  height:66px;
  border-radius:18px;
  overflow:hidden;
  border:2px solid var(--totiZ_ink);
  background:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_brandmark img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.totiZ_brandtext{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
.totiZ_headtools{
  display:flex;
  align-items:center;
  gap:12px;
}
.totiZ_pinbtn,
.totiZ_callchip{
  min-height:50px;
  padding:0 16px;
  border-radius:16px;
  border:2px solid var(--totiZ_ink);
  background:var(--totiZ_panel2);
  display:inline-flex;
  align-items:center;
  gap:10px;
  box-shadow:0 6px 0 #0D0D0D;
  font-weight:800;
}
.totiZ_navlane{
  margin-top:14px;
  padding:14px 16px;
  background:var(--totiZ_panel2);
}
.totiZ_navframe{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.totiZ_sitemap ul,
.totiZ_mobilelist ul{
  list-style:none;
  margin:0;
  padding:0;
}
.totiZ_sitemap ul{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}
.totiZ_sitemap a,
.totiZ_mobilelist a{
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  border:2px solid var(--totiZ_ink);
  background:rgba(255,255,255,.52);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_menutoggle{
  display:none;
}
.totiZ_menubtn{
  width:52px;
  height:52px;
  border-radius:14px;
  border:2px solid var(--totiZ_ink);
  background:var(--totiZ_accent);
  color:#fff;
  box-shadow:0 6px 0 #0D0D0D;
  font-size:22px;
  font-weight:900;
}
.totiZ_menubox{
  display:none;
}
.totiZ_mobilemap{
  display:none;
  margin-top:12px;
  padding:16px;
}
.totiZ_mobilemap.is-open{
  display:block;
}
.totiZ_mobilelist ul{
  display:grid;
  gap:10px;
}

/* footer */
.totiZ_sitefoot{
  margin-top:36px;
  padding:0 0 28px;
}
.totiZ_footshell{
  width:var(--totiZ_wrap);
  margin:0 auto;
  border:2px solid var(--totiZ_ink);
  background:var(--totiZ_panel);
  border-radius:28px;
  box-shadow:var(--totiZ_glow), var(--totiZ_shadow);
  overflow:hidden;
}
.totiZ_footgrid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  gap:18px;
  padding:24px;
}
.totiZ_footbrand,
.totiZ_footlinks,
.totiZ_footreach{
  border:2px solid var(--totiZ_ink);
  border-radius:22px;
  background:rgba(255,255,255,.34);
  box-shadow:var(--totiZ_cardShadow);
  padding:20px;
}
.totiZ_footbrand img{
  width:84px;
  height:84px;
  border-radius:20px;
  border:2px solid var(--totiZ_ink);
  background:#fff;
  padding:8px;
}
.totiZ_footname{
  margin:14px 0 0;
  font-size:24px;
  font-weight:900;
}
.totiZ_footdesc{
  margin:10px 0 0;
}
.totiZ_footlinks ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.totiZ_footlinks a{
  min-height:48px;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:var(--totiZ_panel2);
  box-shadow:0 6px 0 #0D0D0D;
  font-weight:900;
}
.totiZ_footreach{
  font-style:normal;
  display:grid;
  gap:12px;
}
.totiZ_footreach span{
  min-height:48px;
  padding:0 14px;
  display:flex;
  align-items:center;
  gap:10px;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:#fff8bf;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_footbase{
  padding:16px 24px 20px;
  border-top:2px solid var(--totiZ_ink);
  text-align:center;
  font-weight:800;
}
.totiZ_backlift{
  position:fixed;
  right:18px;
  bottom:18px;
  width:58px;
  height:58px;
  border-radius:18px;
  border:2px solid var(--totiZ_ink);
  background:linear-gradient(180deg,#ff3c65 0%, #FE0134 100%);
  color:#fff;
  box-shadow:0 8px 0 #0D0D0D;
  z-index:60;
}

/* home */
.totiZ_homecourt{
  width:var(--totiZ_wrap);
  margin:0 auto;
  padding:28px 0 72px;
}
.totiZ_homecourt section{
  margin-top:24px;
}
.totiZ_kickoffCopy,
.totiZ_kickoffVisual,
.totiZ_kickoffAxis,
.totiZ_kickoffBadge,
.totiZ_kickoffMark,
.totiZ_originFrame,
.totiZ_originText,
.totiZ_originSeal,
.totiZ_originNote,
.totiZ_metricLead,
.totiZ_metricCard,
.totiZ_guardCell,
.totiZ_scopeNode,
.totiZ_powerLead,
.totiZ_powerCard,
.totiZ_voiceHead,
.totiZ_voiceCard,
.totiZ_routeSideA,
.totiZ_routeMain,
.totiZ_routeSideB,
.totiZ_routeUnit,
.totiZ_briefLead,
.totiZ_briefList,
.totiZ_newsLead,
.totiZ_newsCard,
.totiZ_reachHead,
.totiZ_reachForm,
.totiZ_reachCardA,
.totiZ_reachCardB,
.totiZ_reachCardC{
  border:2px solid var(--totiZ_ink);
  border-radius:24px;
  background:var(--totiZ_panel);
  box-shadow:var(--totiZ_glow), var(--totiZ_cardShadow);
  overflow:hidden;
}

/* kickoff */
.totiZ_kickoff{
  display:grid;
  grid-template-columns:1.1fr .9fr 60px .7fr .55fr;
  gap:18px;
}
.totiZ_kickoffCopy,
.totiZ_kickoffVisual,
.totiZ_kickoffAxis,
.totiZ_kickoffBadge,
.totiZ_kickoffMark{
  min-height:360px;
  padding:24px;
}
.totiZ_kickoffCopy{
  background:#c9f5ff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_kickoffCopy h1{
  margin:14px 0 0;
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
}
.totiZ_kickoffAction{
  margin-top:18px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.totiZ_kickoffVisual{
  padding:18px;
  background:#fff9a5;
}
.totiZ_kickoffVisual img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
}
.totiZ_kickoffAxis{
  background:var(--totiZ_panel2);
  display:grid;
  place-items:center;
}
.totiZ_kickoffAxis span{
  width:2px;
  height:76%;
  background:linear-gradient(180deg,transparent 0%, #0D0D0D 30%, #FE0134 70%, transparent 100%);
}
.totiZ_kickoffBadge{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_kickoffBadge strong{
  font-size:30px;
}
.totiZ_kickoffMark{
  background:var(--totiZ_accent);
  color:#fff;
  display:grid;
  place-items:center;
}
.totiZ_kickoffMark i{
  font-size:88px;
}

/* about */
.totiZ_originDeck{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-areas:
    "frame text"
    "seal note";
  gap:18px;
}
.totiZ_originFrame,
.totiZ_originText,
.totiZ_originSeal,
.totiZ_originNote{
  min-height:280px;
  padding:24px;
  transform:skew(-10deg);
}
.totiZ_originFrame img,
.totiZ_originText > *,
.totiZ_originSeal > *,
.totiZ_originNote > *{
  transform:skew(10deg);
}
.totiZ_originFrame{grid-area:frame;padding:18px;background:#fff}
.totiZ_originFrame img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
}
.totiZ_originText{
  grid-area:text;
  background:var(--totiZ_panel2);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_originText h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_originSeal{
  grid-area:seal;
  background:var(--totiZ_accent);
  color:#fff;
  display:grid;
  place-items:center;
}
.totiZ_originSeal i{
  font-size:86px;
}
.totiZ_originNote{
  grid-area:note;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:900;
  font-size:24px;
}

/* metric */
.totiZ_metricLane{
  display:grid;
  grid-template-columns:1.1fr repeat(4,1fr);
  gap:18px;
}
.totiZ_metricLead,
.totiZ_metricCard{
  min-height:260px;
  padding:24px;
}
.totiZ_metricLead{
  background:var(--totiZ_panel2);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_metricLead h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_metricCard{
  background:#fff7a8;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.totiZ_metricCard i{
  font-size:34px;
}
.totiZ_metricCard h3{
  margin:14px 0 0;
  font-size:22px;
}
.totiZ_metricCard strong{
  display:block;
  margin-top:8px;
  font-size:28px;
}

/* guard */
.totiZ_guardPanel{
  display:grid;
  grid-template-columns:1.2fr repeat(4,1fr);
  gap:18px;
}
.totiZ_guardCell{
  min-height:260px;
  padding:24px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.totiZ_guardCell h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_guardCellDeep{
  background:var(--totiZ_panel2);
}
.totiZ_guardCell i{
  font-size:34px;
}
.totiZ_guardCell h3{
  margin:14px 0 0;
}
.totiZ_guardCell strong{
  display:block;
  margin-top:8px;
  font-size:22px;
}

/* scope */
.totiZ_scopeOrbit{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.totiZ_scopeNode{
  min-height:280px;
  padding:24px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--totiZ_panel2) 0 45%, #fff5a0 45% 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.totiZ_scopeIntro{
  background:linear-gradient(180deg,var(--totiZ_accent) 0 45%, #fff 45% 100%);
  color:#fff;
}
.totiZ_scopeNode i{
  font-size:40px;
}
.totiZ_scopeNode h2,
.totiZ_scopeNode h3{
  margin:14px 0 0;
}
.totiZ_scopeNode strong{
  display:block;
  margin-top:8px;
}

/* power */
.totiZ_powerSplit{
  display:grid;
  grid-template-columns:1.3fr .9fr .9fr .9fr .9fr;
  gap:18px;
}
.totiZ_powerLead,
.totiZ_powerCard{
  min-height:280px;
  padding:24px;
}
.totiZ_powerLead{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_powerLead h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_powerCard{
  background:#fff7a8;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.totiZ_powerCard i{
  font-size:34px;
}
.totiZ_powerCard h3{
  margin:14px 0 0;
}
.totiZ_powerCard strong{
  display:block;
  margin-top:8px;
  font-size:28px;
}

/* voice */
.totiZ_voiceRail{
  display:grid;
  gap:18px;
}
.totiZ_voiceHead{
  padding:24px;
  background:var(--totiZ_panel2);
}
.totiZ_voiceHead h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_voiceTrack{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px, 1fr);
  gap:18px;
  overflow:auto;
  padding-bottom:8px;
}
.totiZ_voiceCard{
  min-height:220px;
  padding:24px;
  background:#fff;
}
.totiZ_voiceCard span{
  width:58px;
  height:58px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:var(--totiZ_accent);
  color:#fff;
  box-shadow:0 8px 0 #0D0D0D;
}
.totiZ_voiceCard h3{
  margin:16px 0 0;
  font-size:22px;
}

/* route */
.totiZ_routeDeck{
  display:grid;
  grid-template-columns:.45fr 2.1fr .45fr;
  gap:18px;
}
.totiZ_routeSideA,
.totiZ_routeSideB,
.totiZ_routeMain{
  min-height:100%;
  padding:24px;
}
.totiZ_routeSideA,
.totiZ_routeSideB{
  background:var(--totiZ_accent);
  color:#fff;
  display:grid;
  place-items:center;
}
.totiZ_routeSideA i,
.totiZ_routeSideB i{
  font-size:72px;
}
.totiZ_routeMain{
  background:var(--totiZ_panel2);
}
.totiZ_routeMain h2{
  margin:0 0 18px;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_routeGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.totiZ_routeUnit{
  padding:16px;
  background:#fff;
}
.totiZ_routeUnit img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:16px;
}
.totiZ_routeUnit h3{
  margin:14px 0 0;
  font-size:22px;
}

/* faq */
.totiZ_briefStack{
  position:relative;
}
.totiZ_briefLead{
  position:relative;
  z-index:2;
  width:38%;
  padding:24px;
  background:#fff;
}
.totiZ_briefLead h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_briefList{
  margin-top:-32px;
  margin-left:12%;
  padding:56px 24px 24px;
  background:var(--totiZ_panel2);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.totiZ_briefList details{
  border:2px solid var(--totiZ_ink);
  border-radius:18px;
  background:#fff;
  padding:16px 18px;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_briefList summary{
  cursor:pointer;
  font-weight:900;
}

/* news */
.totiZ_newsShelf{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:18px;
}
.totiZ_newsLead,
.totiZ_newsGrid{
  min-height:100%;
}
.totiZ_newsLead{
  padding:24px;
  background:var(--totiZ_accent);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_newsLead h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_newsGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.totiZ_newsCard{
  background:#fff;
}
.totiZ_newsThumb{
  padding:14px 14px 0;
}
.totiZ_newsThumb img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:16px;
}
.totiZ_newsBody{
  padding:16px 18px 18px;
}
.totiZ_newsBody h3{
  margin:0;
  font-size:20px;
  line-height:1.45;
}
.totiZ_newsBody span{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-top:10px;
  /* 控制显示行数为5 */
}
.totiZ_newsBody time{
  display:block;
  margin-top:14px;
  font-weight:900;
}

/* contact box */
.totiZ_reachCross{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-areas:
    "head form form"
    "a form form"
    "b c c";
  gap:18px;
}
.totiZ_reachHead,
.totiZ_reachForm,
.totiZ_reachCardA,
.totiZ_reachCardB,
.totiZ_reachCardC{
  min-height:100%;
  padding:24px;
}
.totiZ_reachHead{grid-area:head;background:#fff}
.totiZ_reachForm{grid-area:form;background:var(--totiZ_panel2)}
.totiZ_reachCardA{grid-area:a;background:#fff7a8}
.totiZ_reachCardB{grid-area:b;background:#fff}
.totiZ_reachCardC{grid-area:c;background:#fff7a8}
.totiZ_reachHead h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
}
.totiZ_mailForm{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.totiZ_fieldPair{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.totiZ_fieldPair label{
  font-weight:900;
}
.totiZ_fieldPair input,
.totiZ_fieldPair textarea{
  width:100%;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  padding:14px 16px;
  background:#fff;
  color:var(--totiZ_ink);
  box-shadow:inset 0 0 0 1px rgba(13,13,13,.05);
}
.totiZ_fieldWide{
  grid-column:1/-1;
}
.totiZ_reachCardA,
.totiZ_reachCardB,
.totiZ_reachCardC{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.totiZ_reachCardA i,
.totiZ_reachCardB i,
.totiZ_reachCardC i{
  font-size:34px;
}
.totiZ_reachCardA h3,
.totiZ_reachCardB h3,
.totiZ_reachCardC h3{
  margin:14px 0 0;
}
.totiZ_reachCardA strong,
.totiZ_reachCardB strong,
.totiZ_reachCardC strong{
  display:block;
  margin-top:8px;
  font-size:24px;
}

@media (max-width:1180px){
  .totiZ_footgrid,
  .totiZ_kickoff,
  .totiZ_originDeck,
  .totiZ_metricLane,
  .totiZ_guardPanel,
  .totiZ_scopeOrbit,
  .totiZ_powerSplit,
  .totiZ_routeDeck,
  .totiZ_newsShelf,
  .totiZ_reachCross{
    grid-template-columns:1fr;
  }

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

  .totiZ_reachCross{
    grid-template-areas:
      "head"
      "form"
      "a"
      "b"
      "c";
  }

  .totiZ_kickoffAxis span{
    width:70%;
    height:2px;
  }

  .totiZ_scopeNode{
    border-radius:24px;
  }

  .totiZ_briefLead{
    width:100%;
  }
  .totiZ_briefList{
    margin-left:0;
    margin-top:18px;
    grid-template-columns:1fr;
    padding:24px;
  }
}

@media (max-width:860px){
  .totiZ_toplane{
    flex-direction:column;
    align-items:flex-start;
  }
  .totiZ_headtools{
    width:100%;
    flex-wrap:wrap;
  }
  .totiZ_sitemap{
    display:none;
  }
  .totiZ_menutoggle{
    display:block;
    margin-left:auto;
  }
  .totiZ_navframe{
    justify-content:flex-end;
  }

  .totiZ_homecourt{
    padding:22px 0 60px;
  }

  .totiZ_newsGrid,
  .totiZ_routeGrid{
    grid-template-columns:1fr;
  }

  .totiZ_originFrame,
  .totiZ_originText,
  .totiZ_originSeal,
  .totiZ_originNote{
    transform:none;
  }
  .totiZ_originFrame img,
  .totiZ_originText > *,
  .totiZ_originSeal > *,
  .totiZ_originNote > *{
    transform:none;
  }

  .totiZ_mailForm{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .totiZ_headshell,
  .totiZ_homecourt,
  .totiZ_footshell{
    width:min(100% - 18px, 1280px);
  }

  .totiZ_toplane,
  .totiZ_navlane,
  .totiZ_mobilemap,
  .totiZ_footgrid,
  .totiZ_footbase,
  .totiZ_kickoffCopy,
  .totiZ_kickoffVisual,
  .totiZ_kickoffAxis,
  .totiZ_kickoffBadge,
  .totiZ_kickoffMark,
  .totiZ_originFrame,
  .totiZ_originText,
  .totiZ_originSeal,
  .totiZ_originNote,
  .totiZ_metricLead,
  .totiZ_metricCard,
  .totiZ_guardCell,
  .totiZ_scopeNode,
  .totiZ_powerLead,
  .totiZ_powerCard,
  .totiZ_voiceHead,
  .totiZ_voiceCard,
  .totiZ_routeSideA,
  .totiZ_routeMain,
  .totiZ_routeSideB,
  .totiZ_routeUnit,
  .totiZ_briefLead,
  .totiZ_briefList,
  .totiZ_newsLead,
  .totiZ_newsBody,
  .totiZ_reachHead,
  .totiZ_reachForm,
  .totiZ_reachCardA,
  .totiZ_reachCardB,
  .totiZ_reachCardC{
    padding:20px;
  }

  .totiZ_newsGrid{
    grid-template-columns:1fr;
  }

  .totiZ_footlinks ul{
    grid-template-columns:1fr;
  }
}
/* =========================
   contact.html + app.html
========================= */
.totiZ_contactHub,
.totiZ_appHub{
  width:var(--totiZ_wrap);
  margin:0 auto;
  padding:28px 0 72px;
}
.totiZ_contactHub section,
.totiZ_appHub section{
  margin-top:24px;
}

.totiZ_contactBurstWord,
.totiZ_contactBurstRing,
.totiZ_contactBurstShot,
.totiZ_contactBurstTag,
.totiZ_contactFlashCard,
.totiZ_contactFlashAxis,
.totiZ_contactWaysSideA,
.totiZ_contactWaysMain,
.totiZ_contactWaysAxis,
.totiZ_contactWaysAside,
.totiZ_contactAsideCard,
.totiZ_contactReachForm,
.totiZ_contactReachCard,
.totiZ_appLaunchCore,
.totiZ_appLaunchNorth,
.totiZ_appLaunchEast,
.totiZ_appLaunchSouth,
.totiZ_appLaunchWest,
.totiZ_appPathLead,
.totiZ_appPathMini,
.totiZ_appPathAxis,
.totiZ_appPathAction,
.totiZ_appSignalTop,
.totiZ_appSignalAxis,
.totiZ_appSignalNode,
.totiZ_appViewLead,
.totiZ_appViewCard,
.totiZ_appCompareHead,
.totiZ_appCompareAxis,
.totiZ_appCompareBody,
.totiZ_appLogHead,
.totiZ_appLogCard,
.totiZ_appFaqLead,
.totiZ_appFaqList,
.totiZ_appStepsHead,
.totiZ_appStepsGroup,
.totiZ_appStep,
.totiZ_appTrustCard,
.totiZ_appTrustLead,
.totiZ_appJoinLead,
.totiZ_appJoinCard{
  border:2px solid var(--totiZ_ink);
  border-radius:24px;
  background:var(--totiZ_panel);
  box-shadow:var(--totiZ_glow), var(--totiZ_cardShadow);
  overflow:hidden;
}

/* contact */
.totiZ_contactBurst{
  display:grid;
  grid-template-columns:1.1fr .7fr;
  grid-template-areas:
    "word ring"
    "shot tag";
  gap:18px;
}
.totiZ_contactBurstWord,
.totiZ_contactBurstRing,
.totiZ_contactBurstShot,
.totiZ_contactBurstTag{
  min-height:280px;
  padding:24px;
  border-radius:50%;
}
.totiZ_contactBurstWord{grid-area:word;background:linear-gradient(135deg,#dffafc 0 50%, #fff6a6 50% 100%);display:flex;flex-direction:column;justify-content:center;text-align:center;}
.totiZ_contactBurstWord h1{
  margin:14px 0 0;
  font-size:clamp(32px,3.8vw,50px);
  line-height:1.08;
}
.totiZ_contactBurstRing{grid-area:ring;background:linear-gradient(135deg,#FE0134 0 50%, #fff 50% 100%);display:grid;place-items:center;color:#fff;}
.totiZ_contactBurstRing i{font-size:82px;}
.totiZ_contactBurstShot{grid-area:shot;background:linear-gradient(135deg,#fff 0 50%, #d2e5ea 50% 100%);padding:18px;}
.totiZ_contactBurstShot img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.totiZ_contactBurstTag{grid-area:tag;background:linear-gradient(135deg,#d2e5ea 0 50%, #FE0134 50% 100%);display:flex;flex-direction:column;justify-content:center;text-align:center;}
.totiZ_contactBurstTag strong{font-size:28px;}

.totiZ_contactFlash{
  display:grid;
  grid-template-columns:1fr 54px 1.4fr;
  gap:18px;
}
.totiZ_contactFlashCard,
.totiZ_contactFlashAxis{
  min-height:220px;
  padding:24px;
}
.totiZ_contactFlashCard{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_contactFlashCard i{
  font-size:42px;
  margin-bottom:12px;
}
.totiZ_contactFlashCard h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_contactFlashAxis{
  display:grid;
  place-items:center;
  background:var(--totiZ_panel2);
}
.totiZ_contactFlashAxis span,
.totiZ_contactWaysAxis span,
.totiZ_appPathAxis span,
.totiZ_appSignalAxis span,
.totiZ_appCompareAxis span{
  width:2px;
  height:76%;
  background:linear-gradient(180deg,transparent 0%, #0D0D0D 30%, #FE0134 72%, transparent 100%);
}
.totiZ_contactFlashInfo{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  background:var(--totiZ_panel2);
}
.totiZ_contactMini{
  padding:16px;
  border:2px solid var(--totiZ_ink);
  border-radius:18px;
  background:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_contactMini small{
  display:block;
  margin-bottom:8px;
  font-weight:900;
}
.totiZ_contactMini a,
.totiZ_contactMini span,
.totiZ_contactMini time{
  font-weight:800;
}

.totiZ_contactWays{
  display:grid;
  grid-template-columns:.34fr 1.5fr 54px .8fr;
  gap:18px;
}
.totiZ_contactWaysSideA,
.totiZ_contactWaysMain,
.totiZ_contactWaysAxis,
.totiZ_contactWaysAside{
  min-height:100%;
  padding:24px;
}
.totiZ_contactWaysSideA{
  background:var(--totiZ_accent);
  color:#fff;
  display:grid;
  place-items:center;
}
.totiZ_contactWaysSideA i{
  font-size:72px;
}
.totiZ_contactWaysMain{
  background:#fff;
}
.totiZ_contactWaysLead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_contactWaysList{
  margin-top:16px;
  display:grid;
  gap:14px;
}
.totiZ_contactWaysList details{
  border:2px solid var(--totiZ_ink);
  border-radius:18px;
  background:var(--totiZ_panel2);
  box-shadow:0 6px 0 #0D0D0D;
  padding:16px 18px;
}
.totiZ_contactWaysList summary{
  cursor:pointer;
  font-weight:900;
  list-style:none;
}
.totiZ_contactWaysList summary::-webkit-details-marker{
  display:none;
}
.totiZ_contactWaysList summary i{
  margin-right:8px;
}
.totiZ_contactWaysList ul{
  list-style:none;
  margin:14px 0 0;
  padding:0;
  display:grid;
  gap:8px;
}
.totiZ_contactWaysList li{
  display:flex;
  align-items:center;
  gap:8px;
}
.totiZ_contactWaysAxis{
  display:grid;
  place-items:center;
  background:var(--totiZ_panel2);
}
.totiZ_contactWaysAside{
  background:#fff7a8;
  display:grid;
  gap:16px;
}
.totiZ_contactAsideCard{
  padding:20px;
  background:#fff;
}
.totiZ_contactAsideCard i{
  font-size:30px;
}
.totiZ_contactAsideCard h3{
  margin:12px 0 0;
}

.totiZ_contactReach{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:18px;
}
.totiZ_contactReachForm,
.totiZ_contactReachCard{
  min-height:100%;
  padding:24px;
}
.totiZ_contactReachForm{
  background:var(--totiZ_panel2);
}
.totiZ_contactReachForm h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_contactForm{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.totiZ_contactField{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.totiZ_contactField label{
  font-weight:900;
}
.totiZ_contactField input,
.totiZ_contactField textarea{
  width:100%;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  padding:14px 16px;
  background:#fff;
}
.totiZ_contactFieldWide{
  grid-column:1/-1;
}
.totiZ_contactReachCard{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#fff;
}
.totiZ_contactReachDeep{
  background:#fff7a8;
}
.totiZ_contactReachCard i{
  font-size:34px;
}
.totiZ_contactReachCard h3{
  margin:14px 0 0;
}
.totiZ_contactReachCard strong{
  display:block;
  margin-top:8px;
  font-size:24px;
}

/* app */
.totiZ_appLaunch{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-areas:
    ". north ."
    "west core east"
    ". south .";
  gap:18px;
  align-items:center;
}
.totiZ_appLaunchCore,
.totiZ_appLaunchNorth,
.totiZ_appLaunchEast,
.totiZ_appLaunchSouth,
.totiZ_appLaunchWest{
  min-height:260px;
  padding:24px;
}
.totiZ_appLaunchCore{
  grid-area:core;
  border-radius:50%;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.totiZ_appLaunchCore h1{
  margin:14px 0 0;
  font-size:clamp(32px,4vw,50px);
  line-height:1.08;
}
.totiZ_appLaunchNorth{grid-area:north;}
.totiZ_appLaunchEast{grid-area:east;}
.totiZ_appLaunchSouth{grid-area:south;padding:18px;background:var(--totiZ_panel2);}
.totiZ_appLaunchWest{grid-area:west;}
.totiZ_appLaunchNorth,
.totiZ_appLaunchEast,
.totiZ_appLaunchWest{
  border-radius:50%;
  background:linear-gradient(180deg,#d2e5ea 0 50%, #fff4a8 50% 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.totiZ_appLaunchSouth{
  border-radius:50%;
}
.totiZ_appLaunchSouth img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}
.totiZ_appLaunchNorth i,
.totiZ_appLaunchEast i,
.totiZ_appLaunchWest i{
  font-size:40px;
}
.totiZ_appLaunchNorth strong,
.totiZ_appLaunchEast strong,
.totiZ_appLaunchWest strong{
  display:block;
  margin-top:12px;
  font-size:32px;
}

.totiZ_appPath{
  display:grid;
  grid-template-columns:1.1fr .8fr 54px .8fr 1fr;
  gap:18px;
}
.totiZ_appPathLead,
.totiZ_appPathMini,
.totiZ_appPathAxis,
.totiZ_appPathAction{
  min-height:280px;
  padding:24px;
}
.totiZ_appPathLead{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appPathLead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appPathMini{
  background:var(--totiZ_panel2);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
}
.totiZ_appPathMini span{
  padding:14px 16px;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:#fff;
  font-weight:800;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_appPathAxis{
  display:grid;
  place-items:center;
  background:#fff7a8;
}
.totiZ_appPathAction{
  background:#fff7a8;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
}

.totiZ_appSignal{
  display:grid;
  grid-template-columns:1fr 54px repeat(4,1fr);
  gap:18px;
}
.totiZ_appSignalTop,
.totiZ_appSignalAxis,
.totiZ_appSignalNode{
  min-height:260px;
  padding:24px;
}
.totiZ_appSignalTop{
  border-radius:50%;
  background:linear-gradient(180deg,#fff 0 44%, #d2e5ea 44% 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.totiZ_appSignalTop h2{
  margin:0;
  font-size:clamp(26px,2.8vw,38px);
}
.totiZ_appSignalAxis{
  display:grid;
  place-items:center;
  background:#fff7a8;
}
.totiZ_appSignalNode{
  border-radius:50%;
  background:linear-gradient(180deg,#d2e5ea 0 44%, #fff4a8 44% 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.totiZ_appSignalNode h3{
  margin:0;
  font-size:20px;
}

.totiZ_appView{
  display:grid;
  grid-template-columns:1.1fr repeat(3,1fr);
  gap:18px;
}
.totiZ_appViewLead,
.totiZ_appViewCard{
  min-height:240px;
  padding:24px;
}
.totiZ_appViewLead{
  background:var(--totiZ_panel2);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appViewLead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appViewCard{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.totiZ_appViewCard h3{
  margin:0;
  font-size:22px;
  line-height:1.45;
}
.totiZ_appViewCard h3 span{
  width:48px;
  height:48px;
  margin-bottom:12px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--totiZ_accent);
  color:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}

.totiZ_appCompare{
  display:grid;
  grid-template-columns:.8fr 54px 2.2fr;
  gap:18px;
}
.totiZ_appCompareHead,
.totiZ_appCompareAxis,
.totiZ_appCompareBody{
  min-height:100%;
  padding:24px;
}
.totiZ_appCompareHead{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appCompareHead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appCompareAxis{
  display:grid;
  place-items:center;
  background:#fff7a8;
}
.totiZ_appCompareBody{
  background:var(--totiZ_panel2);
}
.totiZ_appTable{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:10px;
}
.totiZ_appTableCell{
  min-height:52px;
  padding:10px 14px;
  border:2px solid var(--totiZ_ink);
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  font-weight:800;
  box-shadow:0 4px 0 #0D0D0D;
}
.totiZ_appTableHead{
  background:#FE0134;
  color:#fff;
}

.totiZ_appLog{
  display:grid;
  gap:18px;
}
.totiZ_appLogHead{
  padding:24px;
  background:#fff;
}
.totiZ_appLogHead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appLogTrack{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(280px,1fr);
  gap:18px;
  overflow:auto;
  padding-bottom:8px;
}
.totiZ_appLogCard{
  min-height:320px;
  padding:24px;
  background:#fff7a8;
}
.totiZ_appLogCard span{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:2px solid var(--totiZ_ink);
  font-weight:900;
}
.totiZ_appLogCard h3{
  margin:14px 0 0;
  font-size:28px;
}
.totiZ_appLogCard ul{
  margin:14px 0 0;
  padding-left:18px;
}

.totiZ_appFaq{
  position:relative;
}
.totiZ_appFaqLead{
  position:relative;
  z-index:2;
  width:38%;
  padding:24px;
  background:#fff;
}
.totiZ_appFaqLead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appFaqList{
  margin-top:-30px;
  margin-left:12%;
  padding:56px 24px 24px;
  background:var(--totiZ_panel2);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.totiZ_appFaqList details{
  border:2px solid var(--totiZ_ink);
  border-radius:18px;
  background:#fff;
  padding:16px 18px;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_appFaqList summary{
  cursor:pointer;
  font-weight:900;
}

.totiZ_appSteps{
  display:grid;
  grid-template-columns:.8fr 1fr 1fr;
  gap:18px;
}
.totiZ_appStepsHead,
.totiZ_appStepsGroup{
  min-height:100%;
  padding:24px;
}
.totiZ_appStepsHead{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appStepsHead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appStepsGroup{
  background:#fff7a8;
  display:grid;
  gap:14px;
}
.totiZ_appStepsGroupDeep{
  background:var(--totiZ_panel2);
}
.totiZ_appStepsGroup h3{
  margin:0 0 4px;
  font-size:24px;
}
.totiZ_appStep{
  padding:18px;
  background:#fff;
}
.totiZ_appStep span{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#FE0134;
  color:#fff;
  font-weight:900;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_appStep h4{
  margin:14px 0 0;
  font-size:20px;
}

.totiZ_appTrust{
  display:grid;
  grid-template-columns:.8fr .8fr .8fr 1.6fr;
  gap:18px;
}
.totiZ_appTrustCard,
.totiZ_appTrustLead{
  min-height:100%;
  padding:24px;
}
.totiZ_appTrustCard{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appTrustCard span{
  width:52px;
  height:52px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#FE0134;
  color:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_appTrustCard h3{
  margin:14px 0 0;
}
.totiZ_appTrustLead{
  background:var(--totiZ_panel2);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appTrustLead h2{
  margin:4px 0 0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appTrustList{
  margin:18px 0;
  display:grid;
  gap:14px;
}
.totiZ_appTrustList div{
  padding:16px;
  border:2px solid var(--totiZ_ink);
  border-radius:18px;
  background:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_appTrustList span{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#FE0134;
  color:#fff;
  box-shadow:0 5px 0 #0D0D0D;
}

.totiZ_appJoin{
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr 1fr;
  gap:18px;
}
.totiZ_appJoinLead,
.totiZ_appJoinCard{
  min-height:260px;
  padding:24px;
}
.totiZ_appJoinLead{
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appJoinLead h2{
  margin:0;
  font-size:clamp(28px,3vw,40px);
}
.totiZ_appJoinLead span{
  width:max-content;
  min-height:46px;
  margin:12px 0 16px;
  padding:0 16px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  border:2px solid var(--totiZ_ink);
  background:#fff7a8;
  box-shadow:0 6px 0 #0D0D0D;
  font-weight:900;
}
.totiZ_appJoinCard{
  background:#fff7a8;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_appJoinCard i{
  font-size:34px;
}
.totiZ_appJoinCard h3{
  margin:14px 0 0;
}
.totiZ_appJoinDeep{
  background:var(--totiZ_panel2);
}

@media (max-width:1180px){
  .totiZ_contactBurst,
  .totiZ_contactFlash,
  .totiZ_contactWays,
  .totiZ_contactReach,
  .totiZ_appLaunch,
  .totiZ_appPath,
  .totiZ_appSignal,
  .totiZ_appView,
  .totiZ_appCompare,
  .totiZ_appSteps,
  .totiZ_appTrust,
  .totiZ_appJoin{
    grid-template-columns:1fr;
    grid-template-areas:none;
  }

  .totiZ_contactBurstWord,
  .totiZ_contactBurstRing,
  .totiZ_contactBurstShot,
  .totiZ_contactBurstTag,
  .totiZ_appLaunchCore,
  .totiZ_appLaunchNorth,
  .totiZ_appLaunchEast,
  .totiZ_appLaunchSouth,
  .totiZ_appLaunchWest,
  .totiZ_appSignalTop,
  .totiZ_appSignalNode{
    border-radius:24px;
  }

  .totiZ_contactFlashAxis span,
  .totiZ_contactWaysAxis span,
  .totiZ_appPathAxis span,
  .totiZ_appSignalAxis span,
  .totiZ_appCompareAxis span{
    width:70%;
    height:2px;
  }

  .totiZ_appFaqLead{
    width:100%;
  }
  .totiZ_appFaqList{
    margin-left:0;
    margin-top:18px;
    padding:24px;
    grid-template-columns:1fr;
  }

  .totiZ_contactFlashInfo{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .totiZ_contactHub,
  .totiZ_appHub{
    padding:22px 0 60px;
  }

  .totiZ_contactForm,
  .totiZ_appTable{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .totiZ_contactBurstWord,
  .totiZ_contactBurstRing,
  .totiZ_contactBurstShot,
  .totiZ_contactBurstTag,
  .totiZ_contactFlashCard,
  .totiZ_contactFlashAxis,
  .totiZ_contactWaysSideA,
  .totiZ_contactWaysMain,
  .totiZ_contactWaysAxis,
  .totiZ_contactWaysAside,
  .totiZ_contactAsideCard,
  .totiZ_contactReachForm,
  .totiZ_contactReachCard,
  .totiZ_appLaunchCore,
  .totiZ_appLaunchNorth,
  .totiZ_appLaunchEast,
  .totiZ_appLaunchSouth,
  .totiZ_appLaunchWest,
  .totiZ_appPathLead,
  .totiZ_appPathMini,
  .totiZ_appPathAxis,
  .totiZ_appPathAction,
  .totiZ_appSignalTop,
  .totiZ_appSignalAxis,
  .totiZ_appSignalNode,
  .totiZ_appViewLead,
  .totiZ_appViewCard,
  .totiZ_appCompareHead,
  .totiZ_appCompareAxis,
  .totiZ_appCompareBody,
  .totiZ_appLogHead,
  .totiZ_appLogCard,
  .totiZ_appFaqLead,
  .totiZ_appFaqList,
  .totiZ_appStepsHead,
  .totiZ_appStepsGroup,
  .totiZ_appStep,
  .totiZ_appTrustCard,
  .totiZ_appTrustLead,
  .totiZ_appJoinLead,
  .totiZ_appJoinCard{
    padding:20px;
  }
}
/* =========================
   list.html + show.html
========================= */
.totiZ_newsHub,
.totiZ_storyHub{
  width:var(--totiZ_wrap);
  margin:0 auto;
  padding:28px 0 72px;
}
.totiZ_newsHub section,
.totiZ_storyHub section{
  margin-top:24px;
}

.totiZ_newsBannerCopy,
.totiZ_newsBannerAxis,
.totiZ_newsBannerVisual,
.totiZ_newsCrumbTrail,
.totiZ_newsCrumbAxis,
.totiZ_newsCrumbTag,
.totiZ_newsSideMark,
.totiZ_newsMain,
.totiZ_newsEcho,
.totiZ_newsMainHead,
.totiZ_newsTile,
.totiZ_newsPager,
.totiZ_newsFinder,
.totiZ_newsDivider,
.totiZ_newsNavBlock,
.totiZ_newsHeat,
.totiZ_newsHeatItem,
.totiZ_storySkewCopy,
.totiZ_storySkewAxis,
.totiZ_storySkewVisual,
.totiZ_storyCrumbTrail,
.totiZ_storyCrumbAxis,
.totiZ_storyCrumbTag,
.totiZ_storyEdgeA,
.totiZ_storyArticle,
.totiZ_storyAxisMid,
.totiZ_storyEdgeB,
.totiZ_storyRelatedLead,
.totiZ_storyRelatedList,
.totiZ_storyRelatedCard,
.totiZ_storyFinder,
.totiZ_storyAsideAxis,
.totiZ_storyNavBlock,
.totiZ_storyHeat,
.totiZ_storyHeatItem{
  border:2px solid var(--totiZ_ink);
  border-radius:24px;
  background:var(--totiZ_panel);
  box-shadow:var(--totiZ_glow), var(--totiZ_cardShadow);
  overflow:hidden;
}

/* list banner */
.totiZ_newsBanner{
  display:grid;
  grid-template-columns:1.1fr 54px .95fr;
  gap:18px;
}
.totiZ_newsBannerCopy,
.totiZ_newsBannerAxis,
.totiZ_newsBannerVisual{
  min-height:320px;
  padding:24px;
}
.totiZ_newsBannerCopy{
  border-radius:50%;
  background:linear-gradient(180deg,#d2e5ea 0 44%, #fff5a7 44% 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.totiZ_newsBannerCopy h1{
  margin:14px 0 0;
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
}
.totiZ_newsBannerAxis{
  background:#fff;
  display:grid;
  place-items:center;
}
.totiZ_newsBannerAxis span,
.totiZ_newsCrumbAxis span,
.totiZ_newsDivider span,
.totiZ_storySkewAxis span,
.totiZ_storyCrumbAxis span,
.totiZ_storyAxisMid span,
.totiZ_storyAsideAxis span{
  width:2px;
  height:76%;
  background:linear-gradient(180deg,transparent 0%, #0D0D0D 30%, #FE0134 72%, transparent 100%);
}
.totiZ_newsBannerVisual{
  background:#fff7a8;
  position:relative;
  padding:18px;
}
.totiZ_newsBannerVisual img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
}
.totiZ_newsBannerIcon{
  position:absolute;
  top:18px;
  right:18px;
  width:72px;
  height:72px;
  border-radius:20px;
  border:2px solid var(--totiZ_ink);
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 6px 0 #0D0D0D;
  z-index:2;
}
.totiZ_newsBannerIcon i{
  font-size:34px;
}

/* list crumb */
.totiZ_newsCrumb{
  display:grid;
  grid-template-columns:1.3fr 54px .8fr;
  gap:18px;
}
.totiZ_newsCrumbTrail,
.totiZ_newsCrumbAxis,
.totiZ_newsCrumbTag{
  min-height:110px;
  padding:20px 24px;
}
.totiZ_newsCrumbTrail{
  background:#fff;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-weight:900;
}
.totiZ_newsCrumbTrail span{
  width:42px;
  height:42px;
  border-radius:12px;
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 5px 0 #0D0D0D;
}
.totiZ_newsCrumbAxis{
  background:var(--totiZ_panel2);
  display:grid;
  place-items:center;
}
.totiZ_newsCrumbTag{
  background:#fff7a8;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_newsCrumbTag strong{
  font-size:24px;
}

/* list wrap */
.totiZ_newsWrap{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(320px,.9fr);
  gap:24px;
}
.totiZ_newsMatrix{
  display:grid;
  grid-template-columns:.22fr 1.56fr .22fr;
  gap:18px;
}
.totiZ_newsSideMark,
.totiZ_newsMain,
.totiZ_newsEcho{
  min-height:100%;
  padding:24px;
}
.totiZ_newsSideMark,
.totiZ_newsEcho{
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
}
.totiZ_newsSideMark i,
.totiZ_newsEcho i{
  font-size:54px;
}
.totiZ_newsMain{
  background:var(--totiZ_panel2);
}
.totiZ_newsMainHead{
  padding:24px;
  background:#fff;
  margin-bottom:18px;
}
.totiZ_newsMainHead h2{
  margin:0;
  font-size:clamp(28px,3vw,38px);
}
.totiZ_newsGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.totiZ_newsTile{
  background:#fff;
}
.totiZ_newsTileThumb{
  display:block;
  padding:14px 14px 0;
}
.totiZ_newsTileThumb img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:16px;
}
.totiZ_newsTileBody{
  padding:16px 18px 18px;
}
.totiZ_newsTileText h3{
  margin:0;
  font-size:20px;
  line-height:1.45;
}
.totiZ_newsTileText span{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-top:10px;
  /* 控制显示行数为5 */
}
.totiZ_newsTileMeta{
  margin-top:14px;
  font-weight:900;
}
.totiZ_newsPager{
  margin-top:18px;
  padding:18px;
  background:#fff;
}
.totiZ_newsPagerInner{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.totiZ_newsPagerInner a,
.totiZ_newsPagerInner span{
  min-width:44px;
  min-height:44px;
  padding:0 14px;
  border:2px solid var(--totiZ_ink);
  border-radius:14px;
  background:#fff7a8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 0 #0D0D0D;
  font-weight:900;
}

/* list aside */
.totiZ_newsAside{
  display:grid;
  gap:18px;
}
.totiZ_newsFinder,
.totiZ_newsDivider,
.totiZ_newsNavBlock,
.totiZ_newsHeat{
  min-height:auto;
  padding:24px;
}
.totiZ_newsFinder{
  background:#fff;
}
.totiZ_newsFinder h2,
.totiZ_newsNavBlock h2,
.totiZ_newsHeat h2{
  margin:0 0 16px;
  font-size:26px;
}
.totiZ_newsSearchForm{
  display:flex;
  gap:12px;
}
.totiZ_newsSearchBox{
  position:relative;
  flex:1;
}
.totiZ_newsSearchBox input{
  width:100%;
  height:54px;
  padding:0 16px;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:#fff7a8;
}
.totiZ_newsSearchBox label{
  position:absolute;
  left:14px;
  top:-12px;
  padding:0 8px;
  background:#fff;
  font-size:13px;
  font-weight:900;
}
.totiZ_newsSearchBtn{
  width:54px;
  height:54px;
  border-radius:16px;
  border:2px solid var(--totiZ_ink);
  background:#FE0134;
  color:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_newsDivider{
  background:#fff7a8;
  display:grid;
  place-items:center;
}
.totiZ_newsNavBlock{
  background:var(--totiZ_panel2);
}
.totiZ_newsNavBlock ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.totiZ_newsNavBlock a{
  min-height:50px;
  padding:0 16px;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  box-shadow:0 5px 0 #0D0D0D;
  font-weight:900;
}
.totiZ_newsHeat{
  background:#fff;
}
.totiZ_newsHeatList{
  display:grid;
  gap:14px;
}
.totiZ_newsHeatItem{
  background:#fff7a8;
}
.totiZ_newsHeatThumb{
  display:block;
  padding:14px 14px 0;
}
.totiZ_newsHeatThumb img{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:16px;
}
.totiZ_newsHeatBody{
  padding:14px 16px 16px;
}
.totiZ_newsHeatText h3{
  margin:0;
  font-size:18px;
  line-height:1.45;
}
.totiZ_newsHeatText span{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-top:10px;
  /* 控制显示行数为5 */
}
.totiZ_newsHeatMeta{
  margin-top:12px;
  font-weight:900;
}

/* show banner */
.totiZ_storySkew{
  display:grid;
  grid-template-columns:1.1fr 54px .95fr;
  gap:18px;
}
.totiZ_storySkewCopy,
.totiZ_storySkewAxis,
.totiZ_storySkewVisual{
  min-height:320px;
  padding:24px;
}
.totiZ_storySkewCopy{
  background:#d2e5ea;
  display:flex;
  flex-direction:column;
  justify-content:center;
  transform:skew(-8deg);
}
.totiZ_storySkewCopy > *{
  transform:skew(8deg);
}
.totiZ_storyHeadline{
  margin:14px 0 0;
  font-size:clamp(30px,3.8vw,46px);
  line-height:1.08;
  font-weight:900;
}
.totiZ_storySkewAxis{
  background:#fff7a8;
  display:grid;
  place-items:center;
}
.totiZ_storySkewVisual{
  background:#fff;
  position:relative;
  padding:18px;
  transform:skew(-8deg);
}
.totiZ_storySkewVisual img,
.totiZ_storySkewIcon{
  transform:skew(8deg);
}
.totiZ_storySkewVisual img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}
.totiZ_storySkewIcon{
  position:absolute;
  top:20px;
  right:20px;
  width:74px;
  height:74px;
  border-radius:18px;
  border:2px solid var(--totiZ_ink);
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 6px 0 #0D0D0D;
  z-index:2;
}
.totiZ_storySkewIcon i{
  font-size:34px;
}

/* show crumb */
.totiZ_storyCrumb{
  display:grid;
  grid-template-columns:1.5fr 54px .8fr;
  gap:18px;
}
.totiZ_storyCrumbTrail,
.totiZ_storyCrumbAxis,
.totiZ_storyCrumbTag{
  min-height:110px;
  padding:20px 24px;
}
.totiZ_storyCrumbTrail{
  background:#fff;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-weight:900;
}
.totiZ_storyCrumbTrail span{
  width:42px;
  height:42px;
  border-radius:12px;
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 5px 0 #0D0D0D;
}
.totiZ_storyCrumbAxis{
  background:var(--totiZ_panel2);
  display:grid;
  place-items:center;
}
.totiZ_storyCrumbTag{
  background:#fff7a8;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.totiZ_storyCrumbTag strong{
  font-size:24px;
}

/* show wrap */
.totiZ_storyWrap{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(320px,.9fr);
  gap:24px;
}
.totiZ_storyArticleZone{
  display:grid;
  grid-template-columns:.22fr 1.56fr 54px .22fr;
  gap:18px;
}
.totiZ_storyEdgeA,
.totiZ_storyArticle,
.totiZ_storyAxisMid,
.totiZ_storyEdgeB{
  min-height:100%;
  padding:24px;
}
.totiZ_storyEdgeA,
.totiZ_storyEdgeB{
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
}
.totiZ_storyEdgeA i,
.totiZ_storyEdgeB i{
  font-size:54px;
}
.totiZ_storyArticle{
  background:#fff;
}
.totiZ_storyArticle h1{
  margin:0;
  font-size:clamp(32px,3.4vw,46px);
  line-height:1.14;
}
.totiZ_storyMeta{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.totiZ_storyMeta span,
.totiZ_storyMeta time{
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  border:2px solid var(--totiZ_ink);
  background:#fff7a8;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 4px 0 #0D0D0D;
  font-weight:900;
}
.totiZ_storyBody{
  margin-top:22px;
  font-size:17px;
  line-height:1.95;
}
.totiZ_storyBody img{
  margin:18px auto;
  border-radius:18px;
}
.totiZ_storyBody h2,
.totiZ_storyBody h3,
.totiZ_storyBody h4{
  line-height:1.4;
}
.totiZ_storySwitch{
  margin-top:26px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.totiZ_storyPrev,
.totiZ_storyNext{
  min-height:74px;
  padding:16px 18px;
  border:2px solid var(--totiZ_ink);
  border-radius:18px;
  background:var(--totiZ_panel2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  box-shadow:0 6px 0 #0D0D0D;
  font-weight:900;
}
.totiZ_storyBackline{
  margin-top:16px;
}
.totiZ_storyShare{
  margin-top:24px;
  padding:20px;
  border:2px solid var(--totiZ_ink);
  border-radius:20px;
  background:#fff7a8;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_storyShare h2{
  margin:0;
  font-size:24px;
}
.totiZ_storyShare p{
  margin:8px 0 0;
}
.totiZ_storyShareRow{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.totiZ_storyShareBtn{
  width:54px;
  height:54px;
  border-radius:16px;
  border:2px solid var(--totiZ_ink);
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 6px 0 #0D0D0D;
  font-size:20px;
}
.totiZ_storyAxisMid{
  background:#fff7a8;
  display:grid;
  place-items:center;
}

/* related */
.totiZ_storyRelated{
  position:relative;
}
.totiZ_storyRelatedLead{
  position:relative;
  z-index:2;
  width:42%;
  padding:24px;
  background:#fff;
}
.totiZ_storyRelatedLead h2{
  margin:0;
  font-size:30px;
}
.totiZ_storyRelatedList{
  margin-top:-26px;
  margin-left:10%;
  padding:52px 24px 24px;
  background:var(--totiZ_panel2);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.totiZ_storyRelatedCard{
  background:#fff;
  position:relative;
}
.totiZ_storyIndex{
  position:absolute;
  top:14px;
  left:14px;
  width:42px;
  height:42px;
  border-radius:12px;
  border:2px solid var(--totiZ_ink);
  background:#FE0134;
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 5px 0 #0D0D0D;
  font-weight:900;
  z-index:2;
}
.totiZ_storyRelatedThumb{
  display:block;
  padding:14px 14px 0 64px;
}
.totiZ_storyRelatedThumb img{
  width:100%;
  height:170px;
  object-fit:cover;
  border-radius:16px;
}
.totiZ_storyRelatedBody{
  padding:14px 16px 16px;
}
.totiZ_storyRelatedBody h3{
  margin:0;
  font-size:18px;
  line-height:1.45;
}
.totiZ_storyRelatedBody time{
  display:block;
  margin-top:12px;
  font-weight:900;
}

/* show aside */
.totiZ_storyAside{
  display:grid;
  gap:18px;
}
.totiZ_storyFinder,
.totiZ_storyAsideAxis,
.totiZ_storyNavBlock,
.totiZ_storyHeat{
  padding:24px;
}
.totiZ_storyFinder{
  background:#fff;
}
.totiZ_storyFinder h2,
.totiZ_storyNavBlock h2,
.totiZ_storyHeat h2{
  margin:0 0 16px;
  font-size:26px;
}
.totiZ_storySearchForm{
  display:flex;
  gap:12px;
}
.totiZ_storySearchBox{
  position:relative;
  flex:1;
}
.totiZ_storySearchBox input{
  width:100%;
  height:54px;
  padding:0 16px;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:#fff7a8;
}
.totiZ_storySearchBox label{
  position:absolute;
  left:14px;
  top:-12px;
  padding:0 8px;
  background:#fff;
  font-size:13px;
  font-weight:900;
}
.totiZ_storySearchBtn{
  width:54px;
  height:54px;
  border-radius:16px;
  border:2px solid var(--totiZ_ink);
  background:#FE0134;
  color:#fff;
  box-shadow:0 6px 0 #0D0D0D;
}
.totiZ_storyAsideAxis{
  background:#fff7a8;
  display:grid;
  place-items:center;
}
.totiZ_storyNavBlock{
  background:var(--totiZ_panel2);
}
.totiZ_storyNavBlock ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.totiZ_storyNavBlock a{
  min-height:50px;
  padding:0 16px;
  border:2px solid var(--totiZ_ink);
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  box-shadow:0 5px 0 #0D0D0D;
  font-weight:900;
}
.totiZ_storyHeat{
  background:#fff;
}
.totiZ_storyHeatList{
  display:grid;
  gap:14px;
}
.totiZ_storyHeatItem{
  background:#fff7a8;
}
.totiZ_storyHeatThumb{
  display:block;
  padding:14px 14px 0;
}
.totiZ_storyHeatThumb img{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:16px;
}
.totiZ_storyHeatBody{
  padding:14px 16px 16px;
}
.totiZ_storyHeatText h3{
  margin:0;
  font-size:18px;
  line-height:1.45;
}
.totiZ_storyHeatText p{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:10px 0 0;
  /* 控制显示行数为5 */
}
.totiZ_storyHeatMeta{
  margin-top:12px;
  font-weight:900;
}

@media (max-width:1180px){
  .totiZ_newsBanner,
  .totiZ_newsCrumb,
  .totiZ_newsWrap,
  .totiZ_newsMatrix,
  .totiZ_storySkew,
  .totiZ_storyCrumb,
  .totiZ_storyWrap,
  .totiZ_storyArticleZone{
    grid-template-columns:1fr;
  }

  .totiZ_newsBannerCopy,
  .totiZ_storySkewCopy,
  .totiZ_storySkewVisual{
    border-radius:24px;
    transform:none;
  }
  .totiZ_storySkewCopy > *,
  .totiZ_storySkewVisual img,
  .totiZ_storySkewIcon{
    transform:none;
  }

  .totiZ_newsBannerAxis span,
  .totiZ_newsCrumbAxis span,
  .totiZ_newsDivider span,
  .totiZ_storySkewAxis span,
  .totiZ_storyCrumbAxis span,
  .totiZ_storyAxisMid span,
  .totiZ_storyAsideAxis span{
    width:70%;
    height:2px;
  }

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

  .totiZ_storyRelatedLead{
    width:100%;
  }
  .totiZ_storyRelatedList{
    margin-left:0;
    margin-top:18px;
    padding:24px;
  }
}

@media (max-width:860px){
  .totiZ_newsHub,
  .totiZ_storyHub{
    padding:22px 0 60px;
  }

  .totiZ_newsGrid,
  .totiZ_storyRelatedList,
  .totiZ_storySwitch{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .totiZ_newsBannerCopy,
  .totiZ_newsBannerAxis,
  .totiZ_newsBannerVisual,
  .totiZ_newsCrumbTrail,
  .totiZ_newsCrumbAxis,
  .totiZ_newsCrumbTag,
  .totiZ_newsSideMark,
  .totiZ_newsMain,
  .totiZ_newsEcho,
  .totiZ_newsMainHead,
  .totiZ_newsPager,
  .totiZ_newsFinder,
  .totiZ_newsDivider,
  .totiZ_newsNavBlock,
  .totiZ_newsHeat,
  .totiZ_storySkewCopy,
  .totiZ_storySkewAxis,
  .totiZ_storySkewVisual,
  .totiZ_storyCrumbTrail,
  .totiZ_storyCrumbAxis,
  .totiZ_storyCrumbTag,
  .totiZ_storyEdgeA,
  .totiZ_storyArticle,
  .totiZ_storyAxisMid,
  .totiZ_storyEdgeB,
  .totiZ_storyRelatedLead,
  .totiZ_storyRelatedList,
  .totiZ_storyFinder,
  .totiZ_storyAsideAxis,
  .totiZ_storyNavBlock,
  .totiZ_storyHeat{
    padding:20px;
  }
}