/* Jizhi cinematic WebGL earth hero — 2026-08-14 */
body.home,
body.home button,
body.home input,
body.home select,
body.home textarea {
  font-family: "Manrope", "Noto Sans SC", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
}

.jz-hero-upgraded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #01050c !important;
  font-family: "Manrope", "Noto Sans SC", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
}

.jz-hero-upgraded::before {
  z-index: 0 !important;
  background:
    radial-gradient(circle at 73% 48%, rgba(15, 106, 145, .16), transparent 27%),
    radial-gradient(circle at 55% 5%, rgba(17, 76, 116, .13), transparent 38%),
    linear-gradient(112deg, #01040b 0%, #030a14 45%, #010711 100%) !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

.jz-hero-upgraded::after {
  z-index: 3 !important;
  background:
    linear-gradient(90deg, rgba(1,5,12,.99) 0%, rgba(1,5,12,.96) 28%, rgba(1,5,12,.72) 43%, rgba(1,5,12,.18) 58%, rgba(1,5,12,.04) 76%, rgba(1,5,12,.22) 100%),
    linear-gradient(180deg, rgba(1,5,12,.08) 0%, rgba(1,5,12,0) 58%, rgba(1,5,12,.88) 100%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(94,224,255,.018) 80px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(94,224,255,.014) 80px) !important;
  pointer-events: none;
}

.jz-hero-upgraded .jz-hero-inner {
  position: relative;
  z-index: 6 !important;
  width: min(1280px, calc(100% - 72px)) !important;
  padding: clamp(148px, 16vh, 184px) 0 88px !important;
}

.jz-hero-upgraded .jz-hero-copy {
  width: min(620px, 49%) !important;
}

/* Remove the first CSS globe if an old cached script briefly injects it. */
.jz-hero-upgraded .jz-tech-globe-stage { display: none !important; }

.jz-cinematic-earth-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 50%, rgba(24,164,199,.09), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(75,135,255,.06), transparent 22%);
}

.jz-earth-interaction-zone {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: absolute;
  z-index: 8;
  top: 5%;
  right: 0;
  bottom: 4%;
  width: 50%;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.jz-earth-interaction-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 150px at var(--pointer-x) var(--pointer-y), rgba(116,227,255,.105), transparent 68%);
  opacity: 0;
  transition: opacity .35s ease;
  mix-blend-mode: screen;
}

.jz-earth-interaction-zone:hover::before,
.jz-earth-interaction-zone.is-dragging::before { opacity: 1; }

.jz-earth-interaction-zone.is-dragging { cursor: grabbing; }

.jz-earth-interaction-hint {
  position: absolute;
  right: 19%;
  bottom: 2.5%;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(107,224,244,.16);
  border-radius: 999px;
  background: rgba(3,15,25,.52);
  color: rgba(202,241,248,.50);
  font-size: 9px;
  font-weight: 550;
  letter-spacing: .7px;
  line-height: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: .42;
  transition: opacity .25s ease, border-color .25s ease, color .25s ease;
}

.jz-earth-interaction-hint::before {
  content: "↔";
  color: #72eaf5;
  font-size: 12px;
}

.jz-earth-zoom-controls {
  position: absolute;
  right: 7%;
  bottom: 10%;
  display: grid;
  grid-template-columns: 38px 52px 38px 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(107,224,244,.20);
  border-radius: 10px;
  background: rgba(2,14,24,.70);
  box-shadow: 0 14px 36px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.jz-earth-zoom-controls button,
.jz-earth-zoom-level {
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-right: 1px solid rgba(107,224,244,.12);
  background: transparent;
  color: rgba(217,249,255,.78);
  font: 600 17px/1 ui-sans-serif, system-ui, sans-serif;
}

.jz-earth-zoom-controls button {
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: background .2s ease, color .2s ease;
}

.jz-earth-zoom-controls button:hover,
.jz-earth-zoom-controls button:focus-visible {
  outline: none;
  background: rgba(83,224,244,.13);
  color: #fff;
}

.jz-earth-zoom-controls button:last-child { border-right: 0; }
.jz-earth-zoom-level {
  color: rgba(151,228,240,.60);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: .3px;
}

.jz-earth-reset-icon { font-size: 13px !important; }

.jz-earth-interaction-zone:hover .jz-earth-interaction-hint,
.jz-earth-interaction-zone.is-dragging .jz-earth-interaction-hint {
  opacity: 1;
  color: rgba(221,251,255,.82);
  border-color: rgba(107,224,244,.30);
}

.jz-cinematic-earth-scene canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transform: scale(.35);
  transform-origin: 73% 50%;
  filter: saturate(1.06) contrast(1.035);
}

.jz-cinematic-earth-scene.is-ready canvas {
  animation:
    jzCinematicEarthArrival 3.15s cubic-bezier(.12,.76,.16,1) forwards,
    jzCinematicEarthLivingZoom 8.5s ease-in-out 3.15s infinite;
}

.jz-cinematic-earth-fallback {
  position: absolute;
  top: 50%;
  right: 7%;
  width: min(45vw, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  background: url('/wp-content/uploads/2026/08/nasa-blue-marble-tech-2048.jpg') center / cover;
  box-shadow: 0 0 90px rgba(38,175,219,.22), inset -100px -12px 130px rgba(0,0,0,.68);
  opacity: .78;
}

.jz-cinematic-earth-scene.is-ready .jz-cinematic-earth-fallback {
  opacity: 0;
  transition: opacity .45s ease;
}

.jz-earth-horizon-glow {
  position: absolute;
  z-index: 2;
  left: 45%;
  top: 50%;
  width: 56vw;
  height: 56vw;
  max-width: 860px;
  max-height: 860px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, transparent 48%, rgba(72,178,227,.095) 53%, transparent 66%);
  filter: blur(22px);
  animation: jzEarthGlowPulse 6s ease-in-out infinite;
}

.jz-earth-scanline {
  position: absolute;
  z-index: 3;
  left: 48%;
  right: 3%;
  height: 1px;
  top: 18%;
  background: linear-gradient(90deg, transparent, rgba(92,232,255,.78), transparent);
  box-shadow: 0 0 18px rgba(92,232,255,.22);
  opacity: 0;
  animation: jzEarthScan 7.5s ease-in-out 2.2s infinite;
}

.jz-earth-axis {
  position: absolute;
  z-index: 2;
  left: 72.8%;
  top: 2%;
  width: 1px;
  height: 96%;
  background: linear-gradient(180deg, transparent, rgba(82,208,236,.20) 23%, rgba(82,208,236,.09) 75%, transparent);
  transform: rotate(8deg);
  transform-origin: center;
}

.jz-earth-label {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(99,222,246,.20);
  border-radius: 5px;
  background: rgba(3,16,27,.50);
  color: rgba(197,244,252,.64);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.jz-earth-label::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5cecff;
  box-shadow: 0 0 10px #5cecff;
}

.jz-earth-label--a { top: 15%; right: 4.5%; }
.jz-earth-label--b { right: 31%; bottom: 18%; }
.jz-earth-label--c { display: none; }

.jz-earth-story {
  position: absolute;
  z-index: 7;
  top: 23%;
  right: clamp(28px, 4.4vw, 84px);
  width: min(310px, 23vw);
  padding: 18px 19px 16px;
  border: 1px solid rgba(121,232,244,.20);
  border-left: 2px solid rgba(88,223,208,.82);
  border-radius: 4px 14px 14px 4px;
  background:
    linear-gradient(135deg, rgba(5,22,34,.83), rgba(4,15,26,.48)),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(128,236,255,.025) 32px);
  box-shadow: 0 28px 70px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.045);
  color: #edfaff;
  pointer-events: none;
  backdrop-filter: blur(13px) saturate(1.15);
  -webkit-backdrop-filter: blur(13px) saturate(1.15);
}

.jz-earth-story::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 17px;
  width: 27px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #67e8e1);
  box-shadow: 0 0 10px rgba(103,232,225,.55);
}

.jz-earth-story-kicker {
  margin-bottom: 9px;
  color: rgba(183,225,235,.54);
  font: 650 7px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.45px;
}

.jz-earth-story-kicker span { color: #65e4d7; }

.jz-earth-story strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.jz-earth-story p {
  margin: 0 0 13px;
  color: rgba(216,233,241,.63);
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.jz-earth-story-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-top: 1px solid rgba(132,220,234,.12);
}

.jz-earth-story-data span {
  padding-top: 11px;
  color: rgba(184,214,224,.58);
  font-size: 8px;
  letter-spacing: .04em;
}

.jz-earth-story-data span + span {
  padding-left: 14px;
  border-left: 1px solid rgba(132,220,234,.12);
}

.jz-earth-story-data b {
  display: block;
  margin-bottom: 2px;
  color: #c9fff8;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -.03em;
}

.jz-earth-coordinate {
  position: absolute;
  z-index: 4;
  top: 14%;
  left: 50.5%;
  color: rgba(154,224,238,.34);
  font: 600 7px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.5px;
  writing-mode: vertical-rl;
}

.jz-hero-upgraded .jz-hero-copy .hero-h1 {
  position: relative;
  max-width: 620px;
  margin: 29px 0 28px !important;
  padding-top: 21px;
  color: #f7fafc !important;
  font-family: "Manrope", "Noto Sans SC", "PingFang SC", "HarmonyOS Sans SC", sans-serif !important;
  font-size: clamp(58px, 5vw, 82px) !important;
  font-weight: 760 !important;
  line-height: 1.045 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
  background: linear-gradient(118deg, #ffffff 0%, #edf4f8 49%, #aec2ce 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 38px rgba(0,0,0,.86), 0 0 90px rgba(0,0,0,.30) !important;
}

.jz-hero-upgraded .jz-hero-copy .hero-h1::before {
  content: "01  /  BRAND × DATA × GROWTH";
  position: absolute;
  left: 3px;
  top: 0;
  color: rgba(132,224,225,.60);
  -webkit-text-fill-color: rgba(132,224,225,.60);
  font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2.1px;
  text-shadow: none;
}

.jz-hero-upgraded .jz-hero-copy .hero-h1::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -14px;
  width: 118px;
  height: 2px;
  background: linear-gradient(90deg, #4de1d2 0 38%, rgba(117,220,231,.20) 38% 100%);
  box-shadow: 0 0 18px rgba(77,225,210,.23);
}

.jz-hero-upgraded .jz-hero-copy .hero-h1 span {
  color: #58dfd0 !important;
  background: linear-gradient(105deg, #85f3e8 0%, #4ddccd 48%, #38b7c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 38px rgba(88,223,208,.14), 0 3px 30px rgba(0,0,0,.78) !important;
}

.jz-hero-upgraded .jz-hero-copy .hero-p {
  max-width: 550px;
  color: rgba(225,234,244,.78) !important;
  font-size: 16px !important;
  font-weight: 450 !important;
  line-height: 1.9 !important;
  letter-spacing: .015em !important;
}

.jz-hero-upgraded .jz-hero-copy .hero-p br + br { display: none; }

.jz-hero-upgraded .jz-hero-eyebrow {
  padding: 10px 15px !important;
  color: rgba(205,248,243,.78) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .11em !important;
}

.jz-hero-upgraded .jz-hero-eyebrow {
  background: rgba(4,17,28,.72) !important;
  border-color: rgba(95,224,241,.28) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.02), 0 18px 60px rgba(0,0,0,.28) !important;
}

.jz-hero-upgraded .hero-btns a {
  min-height: 52px;
  border-radius: 9px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: .01em;
}

.jz-hero-upgraded .jz-hero-platforms span {
  border-radius: 7px !important;
  font-family: inherit !important;
  font-size: 11px !important;
  letter-spacing: .01em;
}

.jz-hero-upgraded .jz-hero-proof {
  background: rgba(2,10,19,.68) !important;
  border-color: rgba(120,218,236,.18) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.33), inset 0 1px rgba(255,255,255,.035) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

@keyframes jzCinematicEarthArrival {
  0% { opacity: 0; transform: scale(.12) translate3d(18%,2%,0); filter: blur(15px) saturate(.72); }
  22% { opacity: .58; filter: blur(7px) saturate(.88); }
  72% { opacity: 1; transform: scale(1.11) translate3d(-.9%,0,0); filter: blur(0) saturate(1.1); }
  100% { opacity: 1; transform: scale(1) translate3d(0,0,0); filter: blur(0) saturate(1.06); }
}

@keyframes jzCinematicEarthLivingZoom {
  0%,100% { opacity: 1; transform: scale(.985) translate3d(0,0,0); filter: saturate(1.05); }
  50% { opacity: 1; transform: scale(1.035) translate3d(-.25%,-.15%,0); filter: saturate(1.09); }
}

@keyframes jzEarthGlowPulse {
  0%,100% { opacity: .48; transform: translateY(-50%) scale(.96); }
  50% { opacity: .9; transform: translateY(-50%) scale(1.055); }
}

@keyframes jzEarthScan {
  0% { top: 18%; opacity: 0; }
  14% { opacity: .62; }
  78% { opacity: .28; }
  100% { top: 84%; opacity: 0; }
}

@media (max-width: 1180px) {
  .jz-hero-upgraded .jz-hero-inner {
    width: min(100% - 48px, 1120px) !important;
  }
  .jz-hero-upgraded .jz-hero-copy .hero-h1 {
    font-size: clamp(52px, 5.4vw, 70px) !important;
  }
  .jz-earth-label--b { right: 26%; }
  .jz-earth-label--c { right: 2%; }
}

@media (max-width: 820px) {
  html,
  body.home {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    touch-action: pan-y !important;
  }

  .jz-hero-upgraded::after {
    background:
      linear-gradient(180deg, rgba(1,5,12,.03) 0%, rgba(1,5,12,.09) 28%, rgba(1,5,12,.92) 45%, #01050c 100%),
      repeating-linear-gradient(90deg, transparent 0 49px, rgba(94,224,255,.018) 50px),
      repeating-linear-gradient(0deg, transparent 0 49px, rgba(94,224,255,.015) 50px) !important;
  }

  .jz-cinematic-earth-scene {
    inset: 0 0 auto;
    height: 485px;
  }

  .jz-earth-interaction-zone {
    inset: 0;
    width: auto;
    touch-action: pan-y pinch-zoom !important;
    overscroll-behavior-y: auto;
  }

  .jz-earth-interaction-hint {
    right: 50%;
    bottom: 13px;
    transform: translateX(50%);
    white-space: nowrap;
    font-size: 8px;
  }

  .jz-earth-zoom-controls {
    right: 12px;
    bottom: 52px;
    grid-template-columns: 36px 46px 36px 36px;
  }

  .jz-earth-zoom-controls button,
  .jz-earth-zoom-level { height: 34px; }

  .jz-cinematic-earth-scene canvas {
    transform-origin: 50% 43%;
  }

  .jz-cinematic-earth-fallback {
    top: 49%;
    right: 50%;
    width: min(82vw, 355px);
    transform: translate(50%,-50%);
  }

  .jz-earth-horizon-glow {
    left: 50%;
    top: 47%;
    width: 430px;
    height: 430px;
    transform: translate(-50%,-50%);
  }

  .jz-earth-axis { left: 50%; height: 88%; top: 4%; }
  .jz-earth-label--a { top: 15%; right: 5%; }
  .jz-earth-label--b { left: 5%; right: auto; bottom: 13%; }
  .jz-earth-label--c,
  .jz-earth-label--b,
  .jz-earth-coordinate,
  .jz-earth-axis { display: none; }
  .jz-earth-scanline { left: 5%; right: 5%; }

  .jz-earth-story {
    top: 286px;
    left: 16px;
    right: auto;
    width: min(235px, calc(100% - 32px));
    padding: 13px 14px 12px;
    border-radius: 3px 11px 11px 3px;
  }

  .jz-earth-story-kicker { margin-bottom: 6px; font-size: 6px; letter-spacing: 1.15px; }
  .jz-earth-story strong { margin-bottom: 4px; font-size: 15px; }
  .jz-earth-story p { margin-bottom: 8px; font-size: 8px; }
  .jz-earth-story-data span { padding-top: 7px; font-size: 7px; }
  .jz-earth-story-data b { display: inline; margin-right: 4px; font-size: 11px; }

  .jz-hero-upgraded .jz-hero-inner {
    width: min(100% - 32px, 620px) !important;
    padding: 455px 0 58px !important;
  }

  .jz-hero-upgraded .jz-hero-copy {
    width: 100% !important;
  }

  .jz-hero-upgraded .jz-hero-copy .hero-h1 {
    margin: 24px 0 24px !important;
    padding-top: 18px;
    font-size: clamp(38px, 10.4vw, 50px) !important;
    font-weight: 750 !important;
    line-height: 1.10 !important;
    letter-spacing: -.048em !important;
  }

  .jz-hero-upgraded .jz-hero-copy .hero-p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
}

@media (max-width: 480px) {
  .jz-cinematic-earth-scene { height: 430px; }
  .jz-earth-label { font-size: 6px; padding: 7px 8px; letter-spacing: 1px; }
  .jz-earth-label--a { top: 13%; right: 3%; }
  .jz-earth-label--b { display: none; }
  .jz-earth-story { top: 258px; width: min(220px, calc(100% - 32px)); }
  .jz-hero-upgraded .jz-hero-inner { padding: 405px 0 50px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .jz-cinematic-earth-scene.is-ready canvas {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .jz-earth-horizon-glow,
  .jz-earth-scanline { animation: none !important; }
}
