:root{
  --kkoZ_bg:#E3ED5A;
  --kkoZ_bg_soft:#eef59c;
  --kkoZ_panel:rgba(2,237,198,.28);
  --kkoZ_panel_deep:rgba(2,237,198,.42);
  --kkoZ_border:#FB041D;
  --kkoZ_btn:#0B19D5;
  --kkoZ_nav:#BCAEBB;
  --kkoZ_text:#111320;
  --kkoZ_text_soft:rgba(17,19,32,.78);
  --kkoZ_text_dim:rgba(17,19,32,.58);
  --kkoZ_white:rgba(255,255,255,.55);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  color:var(--kkoZ_text);
  font-family:"PingFang SC","Microsoft YaHei",sans-serif;
  background:
    linear-gradient(60deg, rgba(255,255,255,.22) 2px, transparent 2px) 0 0/34px 34px,
    linear-gradient(120deg, rgba(255,255,255,.16) 1px, transparent 1px) 0 0/34px 34px,
    linear-gradient(0deg, rgba(251,4,29,.07), rgba(251,4,29,.07)) 0 0/100% 100%,
    radial-gradient(circle at 20% 15%, rgba(11,25,213,.13), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(251,4,29,.12), transparent 22%),
    radial-gradient(circle at 50% 80%, rgba(2,237,198,.18), transparent 28%),
    linear-gradient(135deg, #e3ed5a 0%, #edf68d 42%, #dce74a 100%);
  overflow-x:hidden;
}

img{
  max-width:100%;
}

.kkoZ_shell{
  width:min(1380px, calc(100% - 24px));
  margin:0 auto;
}

.kkoZ_block{
  padding:76px 0;
  position:relative;
}

.kkoZ_glassCard{
  position:relative;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(2,237,198,.34) 0%, rgba(255,255,255,.22) 100%);
  border:1px solid rgba(251,4,29,.92);
  backdrop-filter:blur(14px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.14) inset,
    0 0 20px rgba(251,4,29,.22),
    0 14px 36px rgba(17,19,32,.12);
  transition:transform .28s ease, box-shadow .28s ease;
}

.kkoZ_glassCard:hover{
  transform:translateY(-5px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18) inset,
    0 0 26px rgba(251,4,29,.32),
    0 18px 40px rgba(17,19,32,.15);
}

.kkoZ_markChip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.34);
  border:1px solid rgba(251,4,29,.25);
  color:var(--kkoZ_text);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.kkoZ_sectionHeading{
  margin:0 0 14px;
  font-size:clamp(28px, 3vw, 46px);
  line-height:1.3;
  font-weight:900;
  color:var(--kkoZ_text);
}

.kkoZ_sectionLead{
  margin:0;
  color:var(--kkoZ_text_soft);
  font-size:16px;
  line-height:1.95;
}

.kkoZ_centeredText{
  text-align:center;
}

.kkoZ_sectionIntro{
  max-width:860px;
  margin:0 auto 28px;
  text-align:center;
}

.kkoZ_glowBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 22px;
  border-radius:16px;
  border:1px solid rgba(11,25,213,.5);
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  transition:all .28s ease;
}

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

.kkoZ_glowBtnMain{
  background:linear-gradient(135deg, #0b19d5 0%, #2d3bff 100%);
  color:#fff;
  box-shadow:0 0 18px rgba(11,25,213,.28);
}

.kkoZ_glowBtnAlt{
  background:rgba(255,255,255,.34);
  color:var(--kkoZ_text);
}

.kkoZ_splitScene{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:28px;
  align-items:center;
}

/* header */
.kkoZ_masthead{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(227,237,90,.82);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(251,4,29,.16);
}

.kkoZ_mastheadInner{
  width:min(1380px, calc(100% - 24px));
  min-height:84px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
}

.kkoZ_brandJump{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.kkoZ_channelArea{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
}

.kkoZ_mainGuide{
  display:flex;
  justify-content:center;
}

.kkoZ_mainGuideList,
.kkoZ_mobileGuideList{
  list-style:none;
  margin:0;
  padding:0;
}

.kkoZ_mainGuideList{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.kkoZ_mainGuideList li a,
.kkoZ_mobileGuideList li a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  color:#6b6070;
  font-size:14px;
  font-weight:900;
  background:rgba(255,255,255,.22);
  border:1px solid transparent;
  transition:all .28s ease;
}

.kkoZ_mainGuideList li a:hover,
.kkoZ_mobileGuideList li a:hover{
  color:#111320;
  border-color:rgba(251,4,29,.28);
  box-shadow:0 0 14px rgba(251,4,29,.16);
}

.kkoZ_lookupArea{
  display:flex;
  justify-content:flex-end;
}

.kkoZ_lookupForm{
  display:flex;
  align-items:center;
  gap:8px;
}

.kkoZ_lookupField{
  position:relative;
}

.kkoZ_lookupInput{
  width:8em;
  height:40px;
  padding:0 12px;
  border:1px solid rgba(251,4,29,.22);
  border-radius:12px;
  background:rgba(255,255,255,.34);
  color:var(--kkoZ_text);
  outline:none;
}

.kkoZ_lookupField label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
}

.kkoZ_lookupBtn{
  width:40px;
  height:40px;
  border:none;
  border-radius:12px;
  background:#0B19D5;
  color:#fff;
  cursor:pointer;
  box-shadow:0 0 14px rgba(11,25,213,.24);
}

.kkoZ_foldArea{
  display:none;
}

.kkoZ_foldSwitch{
  width:44px;
  height:44px;
  border:none;
  border-radius:12px;
  background:rgba(255,255,255,.34);
  color:var(--kkoZ_text);
  cursor:pointer;
  border:1px solid rgba(251,4,29,.22);
}

.kkoZ_drawerNav{
  display:none;
  background:rgba(227,237,90,.96);
  border-top:1px solid rgba(251,4,29,.14);
}

.kkoZ_drawerNav.is-open{
  display:block;
}

.kkoZ_mobileGuide{
  width:min(1380px, calc(100% - 24px));
  margin:0 auto;
  padding:12px 0 18px;
}

.kkoZ_mobileGuideList{
  display:grid;
  gap:8px;
}

/* footer */
.kkoZ_tailbar{
  padding:28px 0 36px;
}

.kkoZ_tailbarInner{
  width:min(1380px, calc(100% - 24px));
  margin:0 auto;
}

.kkoZ_tailGrid{
  display:grid;
  grid-template-columns:1.16fr .96fr 1fr;
  gap:22px;
}

.kkoZ_tailSignature,
.kkoZ_tailMap,
.kkoZ_tailReach{
  padding:24px;
}

.kkoZ_tailTitle{
  margin:14px 0 12px;
  font-size:24px;
  font-weight:900;
}

.kkoZ_tailDesc{
  margin:0;
  color:var(--kkoZ_text_soft);
  line-height:1.9;
  font-size:15px;
}

.kkoZ_tailMapList{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.kkoZ_tailMapList li a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  text-decoration:none;
  color:var(--kkoZ_text);
  background:rgba(255,255,255,.24);
  border:1px solid rgba(251,4,29,.18);
}

.kkoZ_tailReach{
  display:grid;
  gap:12px;
}

.kkoZ_tailReachItem{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.24);
  border:1px solid rgba(251,4,29,.18);
}

.kkoZ_tailReachItem i{
  color:#0B19D5;
}

.kkoZ_tailReachItem a{
  color:var(--kkoZ_text);
  text-decoration:none;
}

.kkoZ_tailReachItem em{
  color:var(--kkoZ_text_soft);
  font-style:normal;
}

.kkoZ_tailCopy{
  margin-top:18px;
  padding:16px 18px 0;
  border-top:1px solid rgba(251,4,29,.14);
  text-align:center;
  color:var(--kkoZ_text_dim);
  font-size:13px;
}

.kkoZ_tailCopy a{
  color:var(--kkoZ_text);
  text-decoration:none;
}

.kkoZ_upward{
  position:fixed;
  right:22px;
  bottom:22px;
  width:52px;
  height:52px;
  border:none;
  border-radius:16px;
  background:#0B19D5;
  color:#fff;
  cursor:pointer;
  box-shadow:0 0 18px rgba(11,25,213,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:all .28s ease;
  z-index:999;
}

.kkoZ_upward.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* home */
.kkoZ_launchWrap{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
}

.kkoZ_launchTitle{
  margin:16px 0 18px;
  font-size:clamp(34px, 4vw, 62px);
  line-height:1.14;
  font-weight:900;
}

.kkoZ_launchText{
  margin:0;
  color:var(--kkoZ_text_soft);
  line-height:1.95;
  font-size:16px;
}

.kkoZ_launchAction{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.kkoZ_launchCard,
.kkoZ_originCard,
.kkoZ_reachFormCard{
  padding:18px;
}

.kkoZ_launchCard img,
.kkoZ_originCard img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius:22px;
}

.kkoZ_launchCard img{
  height:480px;
}

.kkoZ_originCard img{
  height:430px;
}

.kkoZ_floatCue{
  position:absolute;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.34);
  border:1px solid rgba(251,4,29,.18);
  color:var(--kkoZ_text);
  font-size:13px;
  font-weight:900;
}

.kkoZ_floatCueTop{
  top:28px;
  left:28px;
}

.kkoZ_floatCueBottom{
  right:28px;
  bottom:28px;
}

.kkoZ_bulletRibbon,
.kkoZ_contactRibbon{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.kkoZ_bulletRibbon span,
.kkoZ_contactRibbon span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.28);
  border:1px solid rgba(251,4,29,.18);
  font-size:14px;
  font-weight:800;
}

.kkoZ_metricCluster,
.kkoZ_serviceCarousel,
.kkoZ_journalGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

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

.kkoZ_guardBoard,
.kkoZ_powerBoard,
.kkoZ_faqBoard{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.kkoZ_metricTile,
.kkoZ_guardUnit,
.kkoZ_powerUnit,
.kkoZ_voiceCard{
  padding:26px 22px;
}

.kkoZ_metricTile i,
.kkoZ_guardUnit i,
.kkoZ_powerUnit i{
  display:inline-flex;
  width:56px;
  height:56px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  margin-bottom:16px;
  background:rgba(255,255,255,.24);
  color:#0B19D5;
  font-size:22px;
}

.kkoZ_metricTile h3,
.kkoZ_powerUnit h3{
  margin:0 0 8px;
  font-size:38px;
  line-height:1;
  font-weight:900;
}

.kkoZ_metricTile h4,
.kkoZ_powerUnit h4,
.kkoZ_guardUnit h3,
.kkoZ_servicePanel h3,
.kkoZ_voiceCard h3{
  margin:0 0 10px;
  font-weight:900;
  line-height:1.45;
}

.kkoZ_guardUnit h3,
.kkoZ_servicePanel h3,
.kkoZ_voiceCard h3{
  font-size:22px;
}

.kkoZ_metricTile h4,
.kkoZ_powerUnit h4{
  font-size:21px;
}

.kkoZ_metricTile p,
.kkoZ_guardUnit p,
.kkoZ_powerUnit p,
.kkoZ_servicePanel p,
.kkoZ_voiceCard p,
.kkoZ_faqItem p,
.kkoZ_journalDesc{
  margin:0;
  color:var(--kkoZ_text_soft);
  font-size:15px;
  line-height:1.9;
}

.kkoZ_servicePanel{
  padding:16px;
}

.kkoZ_servicePanel img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  border-radius:18px;
  margin-bottom:16px;
}

.kkoZ_voiceTrack{
  overflow:hidden;
}

.kkoZ_voiceStream{
  display:flex;
  gap:20px;
  width:max-content;
  animation:kkoZMarquee 28s linear infinite;
}

.kkoZ_voiceTrack:hover .kkoZ_voiceStream{
  animation-play-state:paused;
}

.kkoZ_voiceCard{
  width:320px;
}

.kkoZ_voiceBadge{
  display:inline-flex;
  width:56px;
  height:56px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-bottom:14px;
  background:rgba(255,255,255,.24);
  color:#0B19D5;
  font-size:22px;
}

@keyframes kkoZMarquee{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

.kkoZ_faqItem{
  padding:22px;
}

.kkoZ_faqItem summary{
  cursor:pointer;
  list-style:none;
  font-size:18px;
  line-height:1.6;
  font-weight:900;
}

.kkoZ_faqItem summary::-webkit-details-marker{
  display:none;
}

.kkoZ_faqItem p{
  margin-top:14px;
}

.kkoZ_journalCard{
  padding:14px;
}

.kkoZ_journalThumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  border-radius:18px;
}

.kkoZ_journalBody{
  padding:16px 8px 8px;
}

.kkoZ_journalBody h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.kkoZ_journalBody h3 a{
  color:var(--kkoZ_text);
  text-decoration:none;
}

.kkoZ_journalDesc{
  display:block;
}

.kkoZ_journalDate{
  display:inline-flex;
  margin-top:14px;
  color:#0B19D5;
  font-size:13px;
  font-weight:800;
}

.kkoZ_reachForm{
  display:grid;
  gap:16px;
}

.kkoZ_inputRow{
  display:grid;
  gap:8px;
}

.kkoZ_inputRow label{
  font-size:14px;
  font-weight:800;
}

.kkoZ_inputRow input,
.kkoZ_inputRow textarea{
  width:100%;
  border:1px solid rgba(251,4,29,.22);
  border-radius:16px;
  background:rgba(255,255,255,.34);
  color:var(--kkoZ_text);
  padding:14px 16px;
  outline:none;
}

/* responsive */
@media (max-width:1100px){
  .kkoZ_launchWrap,
  .kkoZ_splitScene,
  .kkoZ_tailGrid{
    grid-template-columns:1fr;
  }

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

@media (max-width:860px){
  .kkoZ_channelArea{
    display:none;
  }

  .kkoZ_foldArea{
    display:block;
  }
}

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

  .kkoZ_metricCluster,
  .kkoZ_serviceCarousel,
  .kkoZ_journalGrid,
  .kkoZ_guardBoard,
  .kkoZ_powerBoard,
  .kkoZ_faqBoard,
  .kkoZ_tailMapList{
    grid-template-columns:1fr;
  }

  .kkoZ_launchCard img,
  .kkoZ_originCard img{
    height:280px;
  }

  .kkoZ_voiceCard{
    width:280px;
  }

  .kkoZ_launchTitle{
    font-size:34px;
  }
}
/* ========== Contact ========== */
.kkoZ_contactLeadWrap,
.kkoZ_contactDeskWrap,
.kkoZ_appLeadWrap{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:28px;
  align-items:center;
}

.kkoZ_contactLeadTitle{
  margin:16px 0 18px;
  font-size:clamp(32px, 3.7vw, 58px);
  line-height:1.16;
  font-weight:900;
}

.kkoZ_contactLeadMeta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.kkoZ_contactLeadMeta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.28);
  border:1px solid rgba(251,4,29,.18);
  font-size:14px;
  font-weight:800;
}

.kkoZ_contactLeadCard,
.kkoZ_appLeadCard{
  padding:18px;
  position:relative;
}

.kkoZ_contactLeadCard img,
.kkoZ_appLeadCard img{
  width:100%;
  height:460px;
  object-fit:cover;
  display:block;
  border-radius:22px;
}

.kkoZ_contactExpressGrid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:22px;
}

.kkoZ_contactExpressCard{
  padding:24px 20px;
}

.kkoZ_contactExpressCard i{
  display:inline-flex;
  width:56px;
  height:56px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  margin-bottom:14px;
  background:rgba(255,255,255,.24);
  color:#0B19D5;
  font-size:22px;
}

.kkoZ_contactExpressCard small{
  display:block;
  margin-bottom:10px;
  color:var(--kkoZ_text_dim);
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
}

.kkoZ_contactExpressCard a,
.kkoZ_contactExpressCard span{
  display:block;
  margin:0 0 12px;
  color:var(--kkoZ_text);
  text-decoration:none;
  font-size:20px;
  line-height:1.55;
  font-weight:900;
  word-break:break-word;
}

.kkoZ_contactExpressCard p{
  margin:0;
  color:var(--kkoZ_text_soft);
  line-height:1.9;
  font-size:15px;
}

.kkoZ_contactAccordion{
  display:grid;
  gap:18px;
}

.kkoZ_contactAccordionItem{
  padding:0;
  overflow:hidden;
}

.kkoZ_contactAccordionItem h3{
  margin:0;
}

.kkoZ_contactToggle{
  width:100%;
  min-height:72px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  border:none;
  background:transparent;
  color:var(--kkoZ_text);
  font-size:20px;
  font-weight:900;
  text-align:left;
  cursor:pointer;
}

.kkoZ_contactToggle i{
  color:#0B19D5;
}

.kkoZ_contactToggle::after{
  content:"+";
  margin-left:auto;
  font-size:28px;
  line-height:1;
  color:var(--kkoZ_border);
  transition:transform .28s ease;
}

.kkoZ_contactToggle.is-open::after{
  content:"−";
}

.kkoZ_contactPanel{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.kkoZ_contactPanel.is-open{
  max-height:420px;
}

.kkoZ_contactPanelInner{
  padding:0 22px 22px;
}

.kkoZ_contactPanelInner p{
  margin:0 0 14px;
  color:var(--kkoZ_text_soft);
  line-height:1.9;
  font-size:15px;
}

.kkoZ_contactPanelInner ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.kkoZ_contactPanelInner li{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:0 12px;
  border-radius:12px;
  background:rgba(255,255,255,.22);
  color:var(--kkoZ_text);
  font-size:14px;
  font-weight:800;
}

.kkoZ_contactPanelInner li i{
  color:#0B19D5;
}

.kkoZ_contactInfoStack{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.kkoZ_contactInfoStack span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 16px;
  border-radius:14px;
  background:rgba(255,255,255,.26);
  border:1px solid rgba(251,4,29,.18);
  font-size:15px;
  font-weight:800;
}

.kkoZ_contactInfoStack i{
  color:#0B19D5;
}

.kkoZ_contactDeskFormCard{
  padding:22px;
}

.kkoZ_contactDeskForm{
  display:grid;
  gap:16px;
}

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

/* ========== App ========== */
.kkoZ_appIconCluster{
  position:absolute;
  top:22px;
  left:22px;
  display:flex;
  gap:10px;
  z-index:2;
}

.kkoZ_appMiniBadge{
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(255,255,255,.42);
  border:1px solid rgba(251,4,29,.2);
  color:#0B19D5;
  font-size:22px;
}

.kkoZ_appMiniBadgeAlt{
  color:#FB041D;
}

.kkoZ_appPhoneGlyph{
  position:absolute;
  right:24px;
  bottom:24px;
  width:86px;
  height:86px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:rgba(255,255,255,.36);
  border:1px solid rgba(251,4,29,.22);
  color:#0B19D5;
  font-size:36px;
}

.kkoZ_appLeadMetrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:24px;
}

.kkoZ_appMetric{
  padding:18px 16px;
  text-align:center;
}

.kkoZ_appMetric h3{
  margin:0 0 6px;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
}

.kkoZ_appMetric small{
  color:var(--kkoZ_text_soft);
  font-size:13px;
  font-weight:800;
}

.kkoZ_appFeatureTags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.kkoZ_appFeatureTags span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.26);
  border:1px solid rgba(251,4,29,.18);
  font-size:14px;
  font-weight:800;
}

.kkoZ_appDownloadActions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.kkoZ_appValueCard{
  padding:24px;
}

.kkoZ_appValueCard h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.35;
  font-weight:900;
}

.kkoZ_appValueCard > p{
  margin:0 0 18px;
  color:var(--kkoZ_text_soft);
  line-height:1.9;
  font-size:15px;
}

.kkoZ_appReasonList{
  display:grid;
  gap:14px;
}

.kkoZ_appReasonItem{
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(251,4,29,.16);
}

.kkoZ_appReasonItem h6{
  margin:0 0 8px;
  font-size:18px;
  font-weight:900;
}

.kkoZ_appReasonItem p{
  margin:0;
  color:var(--kkoZ_text_soft);
  line-height:1.85;
  font-size:14px;
}

.kkoZ_appSnapshotGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.kkoZ_appSnapshotCard{
  padding:24px;
}

.kkoZ_appSnapshotCard h3{
  margin:0 0 10px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:24px;
  font-weight:900;
}

.kkoZ_appSnapshotCard h3 span{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(255,255,255,.24);
  color:#0B19D5;
}

.kkoZ_appSnapshotCard p{
  margin:0;
  color:var(--kkoZ_text_soft);
  line-height:1.9;
  font-size:15px;
}

.kkoZ_appCompareTable{
  padding:14px;
}

.kkoZ_appCompareRow{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:12px;
  align-items:center;
  padding:14px 12px;
  border-radius:14px;
}

.kkoZ_appCompareRow:nth-child(even){
  background:rgba(255,255,255,.18);
}

.kkoZ_appCompareHeadRow{
  background:rgba(11,25,213,.12) !important;
  color:var(--kkoZ_text);
  font-weight:900;
}

.kkoZ_appCompareRow span{
  font-size:14px;
  line-height:1.7;
}

.kkoZ_appTimeline{
  display:grid;
  gap:18px;
}

.kkoZ_appTimelineYear{
  display:inline-flex;
  width:max-content;
  min-height:42px;
  align-items:center;
  padding:0 16px;
  border-radius:999px;
  background:#0B19D5;
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 0 16px rgba(11,25,213,.24);
}

.kkoZ_appTimelineCard{
  padding:22px;
}

.kkoZ_appTimelineCard h3{
  margin:0 0 8px;
  font-size:24px;
  font-weight:900;
}

.kkoZ_appTimelineDate{
  margin:0 0 14px;
  color:#0B19D5;
  font-size:14px;
  font-weight:800;
}

.kkoZ_appTimelineCard ul{
  margin:0;
  padding-left:20px;
}

.kkoZ_appTimelineCard li{
  color:var(--kkoZ_text_soft);
  line-height:1.9;
  font-size:15px;
  margin-bottom:6px;
}

.kkoZ_appFaqSubline{
  margin:10px 0 0;
  text-align:center;
  color:var(--kkoZ_text_dim);
  font-size:14px;
  font-weight:800;
}

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

.kkoZ_appInstallColumn{
  padding:24px;
}

.kkoZ_appInstallColumn h3{
  margin:0 0 18px;
  font-size:28px;
  font-weight:900;
}

.kkoZ_appInstallSteps{
  display:grid;
  gap:14px;
}

.kkoZ_appInstallSteps article{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:14px;
  align-items:start;
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(251,4,29,.14);
}

.kkoZ_appInstallSteps article span{
  width:58px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#0B19D5;
  color:#fff;
  font-size:24px;
  font-weight:900;
}

.kkoZ_appInstallSteps article h4{
  margin:0 0 8px;
  font-size:18px;
  font-weight:900;
}

.kkoZ_appInstallSteps article p{
  margin:0;
  color:var(--kkoZ_text_soft);
  line-height:1.85;
  font-size:14px;
}

.kkoZ_appTrustMini{
  margin:0 0 10px;
  text-align:center;
  color:#0B19D5;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}

.kkoZ_appTrustGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:28px;
}

.kkoZ_appTrustCard{
  padding:24px;
}

.kkoZ_appTrustCard span{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  margin-bottom:14px;
  background:rgba(255,255,255,.24);
  color:#0B19D5;
  font-size:22px;
}

.kkoZ_appTrustCard h5{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.kkoZ_appTrustCard p{
  margin:0;
  color:var(--kkoZ_text_soft);
  font-size:15px;
  line-height:1.9;
}

.kkoZ_appTrustFoot{
  margin:22px 0 0;
  text-align:center;
  color:var(--kkoZ_text_dim);
  font-size:14px;
  font-weight:800;
}

.kkoZ_appInviteWrap{
  display:flex;
  justify-content:center;
}

.kkoZ_appInviteCard,
.kkoZ_appFinalCallCard{
  width:min(860px, 100%);
  padding:32px 26px;
  text-align:center;
}

.kkoZ_appInviteText{
  margin:20px 0 10px;
  color:var(--kkoZ_text_dim);
  font-size:14px;
  font-weight:800;
}

.kkoZ_appInviteCode{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:0 24px;
  border-radius:18px;
  margin-bottom:22px;
  background:rgba(11,25,213,.12);
  border:1px solid rgba(11,25,213,.28);
  color:#0B19D5;
  font-size:28px;
  font-weight:900;
  letter-spacing:.08em;
}

.kkoZ_appFinalActions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

/* ========== Responsive Contact / App ========== */
@media (max-width:1100px){
  .kkoZ_contactLeadWrap,
  .kkoZ_contactDeskWrap,
  .kkoZ_appLeadWrap{
    grid-template-columns:1fr;
  }

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

@media (max-width:768px){
  .kkoZ_contactLeadCard img,
  .kkoZ_appLeadCard img{
    height:280px;
  }

  .kkoZ_contactExpressGrid,
  .kkoZ_appSnapshotGrid,
  .kkoZ_appTrustGrid,
  .kkoZ_appInstallGrid,
  .kkoZ_inputTwin{
    grid-template-columns:1fr;
  }

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

  .kkoZ_appCompareRow{
    grid-template-columns:1fr;
    gap:6px;
  }

  .kkoZ_contactToggle{
    min-height:64px;
    padding:0 16px;
    font-size:17px;
  }

  .kkoZ_contactPanelInner{
    padding:0 16px 18px;
  }

  .kkoZ_appInstallSteps article{
    grid-template-columns:50px 1fr;
  }

  .kkoZ_appInstallSteps article span{
    width:50px;
    height:50px;
    font-size:20px;
  }

  .kkoZ_appInviteCard,
  .kkoZ_appFinalCallCard{
    padding:24px 18px;
  }

  .kkoZ_appInviteCode{
    font-size:22px;
    min-height:56px;
  }
}
/* ========== List Page ========== */
.kkoZ_listLeadWrap,
.kkoZ_showLeadWrap{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:28px;
  align-items:center;
}

.kkoZ_listLeadCard,
.kkoZ_showLeadCard{
  padding:18px;
}

.kkoZ_listLeadCard img,
.kkoZ_showLeadCard img{
  width:100%;
  height:440px;
  object-fit:cover;
  display:block;
  border-radius:22px;
}

.kkoZ_listBreadcrumb,
.kkoZ_showBreadcrumb{
  padding-top:0;
}

.kkoZ_listBreadcrumbCard,
.kkoZ_showBreadcrumbCard{
  min-height:64px;
  padding:0 18px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}

.kkoZ_listBreadcrumbCard span,
.kkoZ_showBreadcrumbCard span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
  color:var(--kkoZ_text);
}

.kkoZ_listBreadcrumbCard a,
.kkoZ_showBreadcrumbCard a{
  color:var(--kkoZ_text_soft);
  text-decoration:none;
  font-size:14px;
  line-height:1.7;
}

.kkoZ_listBreadcrumbCard small,
.kkoZ_showBreadcrumbCard small{
  color:var(--kkoZ_border);
}

.kkoZ_listWorkbenchWrap,
.kkoZ_showWorkbenchWrap{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:24px;
  align-items:start;
}

.kkoZ_listHeading{
  margin-bottom:22px;
}

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

.kkoZ_listStory{
  height:100%;
  overflow:hidden;
}

.kkoZ_listThumb{
  display:block;
  padding:14px 14px 0;
}

.kkoZ_listThumb img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
  border-radius:18px;
}

.kkoZ_listStoryBody{
  padding:18px 16px 18px;
  display:grid;
  gap:14px;
}

.kkoZ_listStoryCopy h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.45;
  font-weight:900;
}

.kkoZ_listStoryCopy h3 a{
  color:var(--kkoZ_text);
  text-decoration:none;
}

.kkoZ_listStoryCopy p{
  margin:0;
  color:var(--kkoZ_text_soft);
  font-size:15px;
  line-height:1.9;
}

.kkoZ_listStoryMeta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.kkoZ_listStoryMeta time{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 12px;
  border-radius:12px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(251,4,29,.16);
  color:#0B19D5;
  font-size:13px;
  font-weight:800;
}

.kkoZ_listAside{
  display:grid;
  gap:22px;
  position:sticky;
  top:106px;
}

.kkoZ_listSearchBox,
.kkoZ_listHotline,
.kkoZ_showNavBox{
  padding:20px;
}

.kkoZ_listSearchBox h3,
.kkoZ_listHotline h3,
.kkoZ_showNavBox h3{
  margin:0 0 16px;
  font-size:22px;
  font-weight:900;
}

.kkoZ_listSearchForm{
  display:grid;
  gap:14px;
}

.kkoZ_listHotlineLead{
  display:grid;
  gap:14px;
  margin-bottom:16px;
}

.kkoZ_listHotlineThumb img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
  border-radius:18px;
}

.kkoZ_listHotlineBody h4{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.5;
  font-weight:900;
}

.kkoZ_listHotlineBody h4 a{
  color:var(--kkoZ_text);
  text-decoration:none;
}

.kkoZ_listHotlineBody p{
  margin:0 0 12px;
  color:var(--kkoZ_text_soft);
  font-size:14px;
  line-height:1.85;
}

.kkoZ_listHotlineBody time{
  color:#0B19D5;
  font-size:13px;
  font-weight:800;
}

.kkoZ_listMiniFlow{
  display:grid;
  gap:12px;
}

.kkoZ_listMiniNews{
  min-height:56px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(251,4,29,.16);
}

.kkoZ_listMiniNews a{
  color:var(--kkoZ_text);
  text-decoration:none;
  font-size:14px;
  line-height:1.7;
  font-weight:800;
}

/* ========== Show Page ========== */
.kkoZ_showArticle{
  padding:26px;
}

.kkoZ_showArticleHead{
  padding-bottom:20px;
  border-bottom:1px solid rgba(251,4,29,.16);
  margin-bottom:22px;
}

.kkoZ_showArticleHead h1{
  margin:0 0 18px;
  font-size:clamp(28px, 3.2vw, 46px);
  line-height:1.28;
  font-weight:900;
  color:var(--kkoZ_text);
}

.kkoZ_showArticleMeta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.kkoZ_showArticleMeta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:12px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(251,4,29,.16);
  color:var(--kkoZ_text_soft);
  font-size:13px;
  font-weight:800;
}

.kkoZ_showArticleBody{
  color:var(--kkoZ_text);
  font-size:16px;
  line-height:2;
  word-break:break-word;
}

.kkoZ_showArticleBody img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  margin:18px 0;
}

.kkoZ_showArticleBody p{
  margin:0 0 18px;
}

.kkoZ_showArticleBody h2,
.kkoZ_showArticleBody h3,
.kkoZ_showArticleBody h4{
  margin:28px 0 14px;
  line-height:1.4;
  color:var(--kkoZ_text);
}

.kkoZ_showArticleBody ul,
.kkoZ_showArticleBody ol{
  padding-left:22px;
  margin:0 0 18px;
}

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

.kkoZ_showPagerLink{
  min-height:110px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  border-radius:18px;
  text-decoration:none;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(251,4,29,.18);
}

.kkoZ_showPagerLink span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#0B19D5;
  font-size:14px;
  font-weight:900;
}

.kkoZ_showPagerLink strong{
  color:var(--kkoZ_text);
  font-size:16px;
  line-height:1.75;
}

.kkoZ_showShare{
  margin-top:26px;
  padding-top:24px;
  border-top:1px solid rgba(251,4,29,.16);
}

.kkoZ_showShareHead h6{
  margin:0 0 8px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:20px;
  font-weight:900;
}

.kkoZ_showShareHead p{
  margin:0;
  color:var(--kkoZ_text_soft);
  font-size:14px;
  line-height:1.8;
}

.kkoZ_showShareActions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}

.kkoZ_showShareBtn,
.kkoZ_showCopyBtn{
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(251,4,29,.18);
  background:rgba(255,255,255,.24);
  color:var(--kkoZ_text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  cursor:pointer;
  font-size:14px;
  font-weight:900;
}

.kkoZ_showRecommend{
  margin-top:30px;
}

.kkoZ_showRecommend h3{
  margin:0 0 18px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:26px;
  font-weight:900;
}

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

.kkoZ_showRecommendCard{
  position:relative;
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(251,4,29,.16);
}

.kkoZ_showRecommendIndex{
  position:absolute;
  top:12px;
  left:12px;
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#0B19D5;
  color:#fff;
  font-size:16px;
  font-weight:900;
  z-index:2;
}

.kkoZ_showRecommendThumb{
  display:block;
}

.kkoZ_showRecommendThumb img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  border-radius:16px;
}

.kkoZ_showRecommendBody{
  padding:14px 6px 4px;
}

.kkoZ_showRecommendBody h4{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.6;
  font-weight:900;
}

.kkoZ_showRecommendBody h4 a{
  color:var(--kkoZ_text);
  text-decoration:none;
}

.kkoZ_showRecommendBody small{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0B19D5;
  font-size:13px;
  font-weight:800;
}

.kkoZ_showAside{
  position:sticky;
  top:106px;
}

.kkoZ_showNavList{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.kkoZ_showNavList li a{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(251,4,29,.16);
  color:var(--kkoZ_text);
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}

/* ========== Responsive List / Show ========== */
@media (max-width:1100px){
  .kkoZ_listLeadWrap,
  .kkoZ_showLeadWrap,
  .kkoZ_listWorkbenchWrap,
  .kkoZ_showWorkbenchWrap{
    grid-template-columns:1fr;
  }

  .kkoZ_listAside,
  .kkoZ_showAside{
    position:static;
    top:auto;
  }
}

@media (max-width:768px){
  .kkoZ_listLeadCard img,
  .kkoZ_showLeadCard img{
    height:280px;
  }

  .kkoZ_listCards,
  .kkoZ_showRecommendGrid,
  .kkoZ_showPager{
    grid-template-columns:1fr;
  }

  .kkoZ_showArticle{
    padding:18px;
  }

  .kkoZ_showArticleHead h1{
    font-size:28px;
  }

  .kkoZ_listBreadcrumbCard,
  .kkoZ_showBreadcrumbCard{
    padding:14px 16px;
  }

  .kkoZ_listStoryCopy h3{
    font-size:20px;
  }
}