/* Rebuilt carbon-cycle comparison: native HTML/CSS, crisp at every size. */
.hero-dasboard-image-wrapper.jinghong-cycle-panel.jh-flow-mounted {
  width: min(1120px, 100%);
  margin-inline: auto;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.jh-flow-mounted::before,
.jh-flow-mounted .hero-dashboard-image,
.jh-flow-mounted .cycle-ring-motion { display: none !important; }

.jh-carbon-flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
  padding: 26px;
  color: #121b2a;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", sans-serif;
}

.jh-flow-card {
  position: relative;
  min-height: 376px;
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.83), rgba(255,255,255,.48));
  box-shadow: 0 24px 70px rgba(36,76,131,.13), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.jh-flow-card::after {
  content: "";
  position: absolute;
  inset: auto -15% -38% 15%;
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--jh-glow), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.jh-flow-card--legacy { --jh-accent: #596270; --jh-soft: #edf0f4; --jh-glow: rgba(107,119,135,.18); }
.jh-flow-card--cycle { --jh-accent: #2f9e44; --jh-soft: #eaf8ec; --jh-glow: rgba(47,158,68,.22); }

.jh-flow-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--jh-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.jh-flow-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 13%, transparent);
}

.jh-flow-card h3 {
  margin: 0;
  color: #101725;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.25;
  letter-spacing: -.03em;
}

.jh-flow-card > p {
  margin: 8px 0 0;
  color: #657084;
  font-size: 14px;
  line-height: 1.7;
}

.jh-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 176px minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 14px;
  margin-top: 36px;
  padding: 12px 0 18px;
}

.jh-node { text-align: center; }
.jh-node-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 11px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), var(--jh-soft));
  color: var(--jh-accent);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--jh-accent) 14%, transparent);
  font-size: 31px;
}
.jh-node strong { display: block; color: #202a3a; font-size: 14px; line-height: 1.35; }
.jh-node small { display: block; margin-top: 4px; color: #7b8493; font-size: 11px; line-height: 1.4; }

.jh-cycle {
  position: relative;
  width: 168px;
  height: 168px;
  margin: auto;
}

.jh-cycle::before {
  content: "";
  position: absolute;
  inset: 19px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95) 0 34%, var(--jh-soft) 36% 58%, transparent 60%);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--jh-accent) 20%, transparent);
}

.jh-rotor {
  position: absolute;
  inset: 0;
  filter: drop-shadow(0 8px 12px color-mix(in srgb, var(--jh-accent) 24%, transparent));
}

.jh-loop {
  position: absolute;
  width: 92px;
  height: 92px;
  border: 15px solid var(--jh-accent);
  border-left-color: transparent;
  border-radius: 50%;
  opacity: .92;
}
.jh-loop::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 18px solid var(--jh-accent);
  transform: rotate(-28deg);
}
.jh-loop:nth-child(1) { left: 38px; top: 0; transform: rotate(2deg); }
.jh-loop:nth-child(2) { right: 0; bottom: 14px; transform: rotate(122deg); }
.jh-loop:nth-child(3) { left: 0; bottom: 14px; transform: rotate(242deg); }

.jh-cycle-label {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--jh-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.jh-result {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--jh-soft) 74%, rgba(255,255,255,.7));
  color: #303b4d;
  font-size: 13px;
  font-weight: 700;
}
.jh-result b { color: var(--jh-accent); font-size: 16px; }

@media (prefers-reduced-motion: no-preference) {
  .jh-rotor { animation: jh-cycle-turn 18s linear infinite; }
  .jh-flow-card--legacy .jh-rotor { animation-duration: 26s; animation-direction: reverse; }
  @keyframes jh-cycle-turn { to { transform: rotate(1turn); } }
}

@media (max-width: 991px) {
  .jh-carbon-flow { gap: 18px; padding: 16px; }
  .jh-flow-card { min-height: 350px; padding: 22px 18px 20px; }
  .jh-process { grid-template-columns: minmax(0, 1fr) 176px minmax(0, 1fr); gap: 8px; }
  .jh-cycle { width: 130px; height: 130px; transform: scale(.78); }
}

@media (max-width: 767px) {
  .jh-carbon-flow { grid-template-columns: 1fr; padding: 8px 0; }
  .jh-flow-card { border-radius: 22px; }
  .jh-process { grid-template-columns: minmax(0, 1fr) 176px minmax(0, 1fr); }
  .jh-cycle { width: 148px; height: 148px; transform: scale(.88); }
}

@media (max-width: 479px) {
  .jh-flow-card { padding-inline: 14px; }
  .jh-process { grid-template-columns: minmax(0, 1fr) 176px minmax(0, 1fr); }
  .jh-cycle { margin-left: -32px; transform: scale(.63); }
  .jh-node-icon { width: 56px; height: 56px; border-radius: 17px; font-size: 25px; }
  .jh-result { align-items: flex-start; flex-direction: column; }
}
