/* ===== Hero Carousel ===== */
.hero {
  position: relative;
  background: transparent;
  color: var(--text-light);
  overflow: hidden;
  min-height: clamp(560px, 72vh, 680px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% 40%, rgba(0, 82, 217, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 85% 25%, rgba(0, 164, 255, 0.28) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 60% 85%, rgba(99, 102, 241, 0.2) 0%, transparent 50%),
    linear-gradient(160deg, #020617 0%, #0a1628 35%, #0c2347 70%, #051a38 100%);
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 75%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: orbFloat 12s ease-in-out infinite;
}

.hero-orb-1 {
  width: 320px;
  height: 320px;
  background: rgba(0, 82, 217, 0.35);
  top: -8%;
  right: 10%;
}

.hero-orb-2 {
  width: 240px;
  height: 240px;
  background: rgba(0, 164, 255, 0.2);
  bottom: 5%;
  left: 5%;
  animation-delay: -4s;
}

.hero-orb-3 {
  width: 180px;
  height: 180px;
  background: rgba(99, 102, 241, 0.18);
  top: 40%;
  left: 45%;
  animation-delay: -8s;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -16px) scale(1.06); }
}

/* Hero 代言人（Banner 右侧） */
.hero-spokesperson {
  position: absolute;
  right: clamp(2.5rem, 11vw, 9rem);
  bottom: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(0.5rem, 1.4vw, 1.4rem);
  pointer-events: none;
  max-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: clamp(0.75rem, 5vh, 3rem);
}

.hero-spokesperson-tag {
  position: absolute;
  left: 30%;
  top: 13%;
  transform: translate(-108%, -48%);
  z-index: 5;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: clamp(0.7rem, 1.8vw, 1.7rem);
  flex-shrink: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  animation: spTagFloat 3.6s ease-in-out infinite;
  will-change: transform;
}

@keyframes spTagFloat {
  0%, 100% { transform: translate(-108%, -48%); }
  50% { transform: translate(-108%, calc(-48% - 14px)); }
}

.sp-col {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.28em;
  line-height: 1.35;
  font-family: "Noto Sans SC", var(--font-sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.sp-col-main {
  text-align: center;
}

.sp-col-sub {
  align-self: flex-start;
  padding-top: 0.2rem;
}

.sp-tag-role {
  font-size: clamp(0.82rem, 1.1vw, 1rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.32em;
}

.sp-tag-name {
  font-family: "叶根友纤细体", "YeGenYouXiQianTi", "叶根友毛笔行书2.0版", "KaiTi", "STKaiti", "SimKai", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 400;
  color: #ec1c24;
  letter-spacing: 0.14em;
  padding-inline-start: clamp(0.35rem, 0.85vw, 0.7rem);
}

.sp-tag-title {
  font-size: clamp(0.78rem, 1.05vw, 0.95rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.3em;
}

.sp-combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
}

/* 人物形象保持静止：不做任何浮动 / 位移动画 */
.hero-spokesperson-figure {
  position: relative;
  flex-shrink: 0;
  display: block;
  max-height: calc(100% - 0.5rem);
  transform: translateY(clamp(0.75rem, 2.5vh, 1.75rem));
  animation: heroSpokespersonIn 0.9s ease 0.1s both;
  overflow: visible;
}

.hero-spokesperson-photo {
  position: relative;
  display: inline-block;
  line-height: 0;
  max-width: min(38vw, 360px);
}

.hero-spokesperson-glow {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 130%;
  height: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(230, 0, 18, 0.22) 0%, transparent 70%);
  animation: spokespersonGlow 3.2s ease-in-out infinite;
  z-index: -1;
}

.hero-spokesperson-photo img {
  display: block;
  height: auto;
  width: auto;
  max-height: min(58vh, 550px);
  max-width: min(38vw, 360px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.4));
}

/* 入场仅淡入，不产生位移，确保人物形象静止 */
@keyframes heroSpokespersonIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes spokespersonGlow {
  0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.95; transform: translateX(-50%) scale(1.08); }
}

@keyframes spMobileFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.hero-inner {
  position: relative;
  min-height: clamp(560px, 72vh, 680px);
  display: flex;
  align-items: center;
  z-index: 2;
  padding-right: clamp(2rem, 22vw, 360px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.hero-slide.active .hero-text {
  animation: heroTextIn 0.8s ease forwards;
}

.hero-slide.active .hero-mock {
  animation: heroMockIn 0.9s ease 0.12s forwards;
}

@keyframes heroTextIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroMockIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  padding: 3.5rem 0 5rem;
  width: 100%;
}

.hero-visual { order: -1; }
.hero-text {
  order: 1;
  justify-self: end;
  max-width: 540px;
  width: 100%;
  padding-right: clamp(0.25rem, 1.5vw, 1rem);
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.35rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.86rem;
  color: #7dd3fc;
  letter-spacing: 0.04em;
  margin-bottom: 1.35rem;
}

.hero-label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
  animation: pulse 2s infinite;
}

.hero-text h1 {
  font-size: clamp(2.3rem, 5.2vw, 3.6rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-gradient {
  background: linear-gradient(120deg, #ffffff 0%, #7dd3fc 35%, #60a5fa 60%, #ffffff 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradShift 6s linear infinite;
}

@keyframes gradShift {
  to { background-position: 220% center; }
}

.hero-text p {
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
  margin-bottom: 1.9rem;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.btn-hero-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}

.hero-metrics {
  display: flex;
  gap: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-metrics strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
}

.hero-metrics span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-mock {
  width: 100%;
  max-width: 500px;
  opacity: 0;
}

/* ===== Marquee ===== */
.marquee {
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: 22px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
}

.marquee-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: marqueeSlide 26s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeSlide {
  to { transform: translateX(-50%); }
}

.m-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  transition: color 0.3s;
}

.m-item:hover {
  color: var(--text-light);
}

.m-item img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: block;
}

.hero-slide[data-theme="geo"] .hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.hero-slide[data-theme="geo"] .hero-mock {
  max-width: 580px;
}

/* ===== Tech Hub Visual (Slide 1) ===== */
.hero-mock-hub {
  position: relative;
  aspect-ratio: 1;
  max-width: 480px;
  margin-inline: auto;
}

.hero-slide[data-theme="geo"] .hero-mock-hub {
  max-width: min(58vw, 580px);
  width: 100%;
}

.hub-bg-svg {
  width: 100%;
  height: auto;
  display: block;
}

.hub-pulse-ring {
  transform-origin: center;
  animation: hubPulse 3s ease-in-out infinite;
}

@keyframes hubPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.hub-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.hub-core-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 0.35rem;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(0, 82, 217, 0.35), rgba(0, 164, 255, 0.1));
  border: 1px solid rgba(125, 211, 252, 0.4);
  color: #7dd3fc;
  box-shadow: 0 0 24px rgba(0, 164, 255, 0.3), inset 0 0 12px rgba(0, 164, 255, 0.08);
}

.hero-slide[data-theme="geo"] .hub-core-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}

.hero-slide[data-theme="geo"] .hub-core-icon svg {
  width: 32px;
  height: 32px;
}

.hero-slide[data-theme="geo"] .hub-core strong {
  font-size: 0.95rem;
}

.hero-slide[data-theme="geo"] .hub-core small {
  font-size: 0.68rem;
}

.hero-slide[data-theme="geo"] .hub-node img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  padding: 5px;
}

.hero-slide[data-theme="geo"] .hub-node span {
  font-size: 0.65rem;
}

.hero-slide[data-theme="geo"] .hub-float {
  padding: 0.55rem 0.85rem;
}

.hero-slide[data-theme="geo"] .hub-float span {
  font-size: 1.05rem;
}

.hero-slide[data-theme="geo"] .hub-float em {
  font-size: 0.65rem;
}

.hub-core strong {
  display: block;
  font-size: 0.85rem;
  color: #fff;
  letter-spacing: 0.06em;
}

.hub-core small {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.55);
}

.hub-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 4;
  animation: hubNodeFloat 5s ease-in-out infinite;
}

.hub-node img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  padding: 4px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(125, 211, 252, 0.35);
  box-shadow: 0 0 16px rgba(0, 164, 255, 0.25);
  transition: transform var(--transition), box-shadow var(--transition);
}

.hub-node:hover img {
  transform: scale(1.1);
  box-shadow: 0 0 24px rgba(0, 164, 255, 0.45);
}

.hub-node span {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}

.hub-n1 { top: 2%; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.hub-n2 { top: 16%; right: 2%; animation-delay: -0.8s; }
.hub-n3 { bottom: 16%; right: 2%; animation-delay: -1.6s; }
.hub-n4 { bottom: 2%; left: 50%; transform: translateX(-50%); animation-delay: -2.4s; }
.hub-n5 { bottom: 16%; left: 2%; animation-delay: -3.2s; }
.hub-n6 { top: 16%; left: 2%; animation-delay: -4s; }

@keyframes hubNodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.hub-n1, .hub-n4 { animation-name: hubNodeFloatX; }
@keyframes hubNodeFloatX {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-5px); }
}

.hub-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.45rem 0.7rem;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(125, 211, 252, 0.25);
  border-radius: var(--radius-sm);
  z-index: 6;
  animation: cardFloat 4s ease-in-out infinite;
}

@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hub-float span {
  font-size: 0.95rem;
  font-weight: 800;
  color: #7dd3fc;
}

.hub-float em {
  font-style: normal;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.45);
  margin-left: 2px;
}

.hub-float-1 { top: 6%; right: 4%; }
.hub-float-2 { bottom: 8%; left: 2%; animation-delay: -2s; }

.hub-scan {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.hub-scan::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 164, 255, 0.6), transparent);
  box-shadow: 0 0 12px rgba(0, 164, 255, 0.5);
  animation: hubScan 4s linear infinite;
}

@keyframes hubScan {
  from { top: 0; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  to { top: 100%; opacity: 0; }
}

.hub-lines line {
  stroke-dasharray: 4 6;
  animation: hubLinePulse 3s ease-in-out infinite;
}

@keyframes hubLinePulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* Dashboard mock */
.hero-mock-dash {
  position: relative;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.78), rgba(8, 14, 32, 0.88));
  backdrop-filter: blur(16px);
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero-mock-dash::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.06), transparent);
  animation: panelScan 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.hm-hud-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: rgba(0, 164, 255, 0.5);
  border-style: solid;
  pointer-events: none;
  z-index: 2;
}

.hm-hud-tl { top: 8px; left: 8px; border-width: 2px 0 0 2px; }
.hm-hud-tr { top: 8px; right: 8px; border-width: 2px 2px 0 0; }
.hm-hud-bl { bottom: 8px; left: 8px; border-width: 0 0 2px 2px; }
.hm-hud-br { bottom: 8px; right: 8px; border-width: 0 2px 2px 0; }

.hm-dash-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-light);
}

.hm-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #34d399;
  font-weight: 500;
}

.hm-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
  animation: pulse 2s infinite;
}

.hm-dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.hm-dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 2;
}

.hm-dash-metrics div {
  text-align: center;
  padding: 0.65rem 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: var(--radius-sm);
}

.hm-dash-metrics em {
  display: block;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 800;
  color: #7dd3fc;
}

.hm-dash-metrics span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
}

.hm-dash-tabs {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.hm-dash-tab {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(125, 211, 252, 0.15);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  transition: 0.3s;
  font-family: inherit;
}

.hm-dash-tab img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: block;
}

.hm-dash-tab:hover {
  border-color: rgba(56, 224, 255, 0.45);
}

.hm-dash-tab.active {
  border-color: var(--color-cyan);
  background: rgba(56, 224, 255, 0.12);
  color: var(--text-light);
  box-shadow: 0 0 16px -4px rgba(56, 224, 255, 0.55);
}

.hm-dash-body {
  position: relative;
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(125, 211, 252, 0.1);
  padding: 0.75rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
  z-index: 2;
}

.hm-dash-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
}

.hm-dash-scan::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 164, 255, 0.55), transparent);
  box-shadow: 0 0 14px rgba(0, 164, 255, 0.45);
  animation: hubScan 4.5s linear infinite;
}

.hm-chart-wrap {
  position: relative;
  height: 88px;
  margin-bottom: 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  overflow: hidden;
  z-index: 1;
}

.hm-chart-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
}

.hm-chart-label em {
  font-style: normal;
  font-size: 0.6rem;
  color: rgba(125, 211, 252, 0.6);
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.25);
}

.hm-chart-line {
  width: 100%;
  height: calc(100% - 1.2rem);
}

.hm-chart-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: chartDraw 2.5s ease forwards;
}

@keyframes chartDraw {
  to { stroke-dashoffset: 0; }
}

.hm-dash-rank {
  display: grid;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.hm-dash-rank-row {
  display: grid;
  grid-template-columns: 20px 72px 1fr 40px;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
}

.hm-dash-rank-row.hl {
  color: var(--color-cyan);
  font-weight: 700;
}

.hm-dash-rank-row .bar {
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hm-dash-rank-row .bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #0052d9, #00a4ff);
  transition: width 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hm-dash-rank-row.hl .bar i {
  background: linear-gradient(90deg, #f8e7bd, #e8b15c);
}

.hm-dash-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.6rem;
  background: rgba(10, 16, 36, 0.88);
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 10px;
  font-size: 0.6rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 3;
  animation: hubNodeFloat 5s ease-in-out infinite;
}

.hm-dash-chip span {
  font-weight: 700;
  color: #fff;
}

.hm-dash-chip em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.55rem;
}

.hm-dash-chip-1 {
  top: 8%;
  right: 4%;
  animation-delay: -1s;
}

.hm-dash-chip-2 {
  top: 38%;
  right: 3%;
  animation-delay: -2.5s;
}

.hm-dash-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 2;
}

.hm-dash-bar-track {
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hm-dash-bar-track i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 99px;
  background: linear-gradient(90deg, #0052d9, #00a4ff);
  box-shadow: 0 0 10px rgba(0, 164, 255, 0.45);
  animation: hmTechBarPulse 2.5s ease-in-out infinite;
}

.hm-dash-bar > em {
  font-style: normal;
  font-weight: 700;
  color: #7dd3fc;
  font-size: 0.72rem;
}

.hm-dash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  position: relative;
  z-index: 2;
}

.hm-dash-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  padding: 0.28rem 0.6rem;
  background: rgba(0, 82, 217, 0.28);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  transition: border-color 0.3s, background 0.3s;
}

.hm-dash-tags span img {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.hm-dash-tags span:hover {
  background: rgba(0, 82, 217, 0.42);
  border-color: rgba(125, 211, 252, 0.35);
}

/* Nodes mock */
.hero-mock-nodes {
  position: relative;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.78), rgba(8, 14, 32, 0.88));
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero-mock-nodes::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.06), transparent);
  animation: panelScan 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.hm-tech-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.hm-tech-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-light);
}

.hm-tech-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 2;
}

.hm-tech-metrics div {
  text-align: center;
  padding: 0.65rem 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: var(--radius-sm);
}

.hm-tech-metrics em {
  display: block;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 800;
  color: #7dd3fc;
}

.hm-tech-metrics span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
}

.hm-tech-graph {
  position: relative;
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(125, 211, 252, 0.1);
  padding: 0.5rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
  z-index: 2;
}

.hm-tech-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
}

.hm-tech-scan::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 164, 255, 0.55), transparent);
  box-shadow: 0 0 14px rgba(0, 164, 255, 0.45);
  animation: hubScan 4.5s linear infinite;
}

.hm-nodes-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.hero-mock-nodes .hm-tech-orbit {
  stroke-dasharray: 18 42;
  animation: hmTechDash 8s linear infinite;
}

.hero-mock-nodes .hm-tech-orbit-2 {
  stroke-dasharray: 12 56;
  animation-duration: 12s;
  animation-direction: reverse;
}

@keyframes hmTechDash {
  to { stroke-dashoffset: -60; }
}

.hero-mock-nodes .node-sat .n-sat {
  transform-origin: center;
  animation: hubNodeFloat 4.5s ease-in-out infinite;
}

.hero-mock-nodes .n-sat-1 { animation-delay: 0s; }
.hero-mock-nodes .n-sat-2 { animation-delay: -0.9s; }
.hero-mock-nodes .n-sat-3 { animation-delay: -1.8s; }
.hero-mock-nodes .n-sat-4 { animation-delay: -2.7s; }
.hero-mock-nodes .n-sat-5 { animation-delay: -3.6s; }

.hero-mock-nodes .node-lines line {
  stroke-dasharray: 6 8;
  animation: hubLinePulse 3s ease-in-out infinite;
}

.hm-tech-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  background: rgba(10, 16, 36, 0.88);
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 10px;
  font-size: 0.62rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 3;
  animation: hubNodeFloat 5s ease-in-out infinite;
}

.hm-tech-chip span {
  font-weight: 700;
  color: #fff;
}

.hm-tech-chip em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
}

.hm-tech-chip-1 {
  top: 10%;
  right: 6%;
  animation-delay: -1.2s;
}

.hm-tech-chip-2 {
  bottom: 14%;
  left: 5%;
  animation-delay: -2.4s;
}

.hm-tech-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 2;
}

.hm-tech-bar-track {
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hm-tech-bar-track i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 99px;
  background: linear-gradient(90deg, #0052d9, #00a4ff);
  box-shadow: 0 0 10px rgba(0, 164, 255, 0.45);
  animation: hmTechBarPulse 2.5s ease-in-out infinite;
}

@keyframes hmTechBarPulse {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; box-shadow: 0 0 16px rgba(0, 164, 255, 0.65); }
}

.hm-tech-bar > em {
  font-style: normal;
  font-weight: 700;
  color: #7dd3fc;
  font-size: 0.72rem;
}

.hm-node-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  position: relative;
  z-index: 2;
}

.hm-node-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  padding: 0.32rem 0.7rem;
  background: rgba(0, 82, 217, 0.28);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  transition: border-color 0.3s, background 0.3s;
}

.hm-node-tags span svg {
  flex-shrink: 0;
  color: #7dd3fc;
}

.hm-node-tags span:hover {
  background: rgba(0, 82, 217, 0.42);
  border-color: rgba(125, 211, 252, 0.35);
}

/* Industries mock */
.hero-mock-industries {
  position: relative;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.78), rgba(8, 14, 32, 0.88));
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero-mock-industries::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.06), transparent);
  animation: panelScan 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.hm-ind-head,
.hm-flow-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.hm-ind-title,
.hm-flow-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-light);
}

.hm-ind-metrics,
.hm-flow-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 2;
}

.hm-ind-metrics div,
.hm-flow-metrics div {
  text-align: center;
  padding: 0.65rem 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: var(--radius-sm);
}

.hm-ind-metrics em,
.hm-flow-metrics em {
  display: block;
  font-style: normal;
  font-size: 1.05rem;
  font-weight: 800;
  color: #7dd3fc;
}

.hm-ind-metrics span,
.hm-flow-metrics span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
}

.hm-ind-body,
.hm-flow-body {
  position: relative;
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(125, 211, 252, 0.1);
  padding: 0.85rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
  z-index: 2;
}

.hm-ind-scan,
.hm-flow-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
}

.hm-ind-scan::after,
.hm-flow-scan::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 164, 255, 0.55), transparent);
  box-shadow: 0 0 14px rgba(0, 164, 255, 0.45);
  animation: hubScan 4.5s linear infinite;
}

.hi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  position: relative;
  z-index: 1;
}

.hi-item {
  position: relative;
  text-align: center;
  padding: 0.85rem 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-md);
  border: 1px solid rgba(125, 211, 252, 0.12);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.hi-item:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 0 20px rgba(0, 164, 255, 0.15);
}

.hi-item-hot {
  border-color: rgba(52, 211, 153, 0.35);
  background: rgba(52, 211, 153, 0.06);
}

.hi-item-hot .hi-icon {
  background: rgba(52, 211, 153, 0.15);
  border-color: rgba(52, 211, 153, 0.35);
  color: #34d399;
}

.hi-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.35);
}

.hi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.45rem;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0, 82, 217, 0.22), rgba(0, 164, 255, 0.06));
  border: 1px solid rgba(125, 211, 252, 0.28);
  color: #7dd3fc;
  box-shadow: 0 0 14px rgba(0, 164, 255, 0.12);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.hi-item:hover .hi-icon {
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(0, 164, 255, 0.25);
}

.hi-icon svg,
.hi-icon .tech-ico {
  width: 20px;
  height: 20px;
  stroke-width: 1.6;
}

.hi-item small {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

.hm-ind-chip,
.hm-flow-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  background: rgba(10, 16, 36, 0.88);
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 10px;
  font-size: 0.62rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 3;
  animation: hubNodeFloat 5s ease-in-out infinite;
}

.hm-ind-chip span,
.hm-flow-chip span {
  font-weight: 700;
  color: #fff;
}

.hm-ind-chip em,
.hm-flow-chip em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
}

.hm-ind-chip-1 {
  top: 8%;
  right: 4%;
  animation-delay: -1s;
}

.hm-ind-chip-2 {
  bottom: 10%;
  left: 4%;
  animation-delay: -2.2s;
}

.hm-ind-bar,
.hm-flow-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 2;
}

.hm-ind-bar-track,
.hm-flow-bar-track {
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hm-ind-bar-track i,
.hm-flow-bar-track i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 99px;
  background: linear-gradient(90deg, #0052d9, #00a4ff);
  box-shadow: 0 0 10px rgba(0, 164, 255, 0.45);
  animation: hmTechBarPulse 2.5s ease-in-out infinite;
}

.hm-ind-bar > em,
.hm-flow-bar > em {
  font-style: normal;
  font-weight: 700;
  color: #7dd3fc;
  font-size: 0.72rem;
}

.hi-tags,
.hm-flow-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}

.hi-tags span,
.hm-flow-tags span {
  font-size: 0.65rem;
  padding: 0.28rem 0.65rem;
  background: rgba(0, 82, 217, 0.28);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  transition: border-color 0.3s, background 0.3s;
}

.hi-tags span:hover,
.hm-flow-tags span:hover {
  background: rgba(0, 82, 217, 0.42);
  border-color: rgba(125, 211, 252, 0.35);
}

.hi-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  text-align: center;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}

.hi-stat-row strong {
  display: block;
  font-size: 1.1rem;
  color: #7dd3fc;
}

.hi-stat-row span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Flow mock — circular pipeline */
.hero-mock-flow {
  position: relative;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.78), rgba(8, 14, 32, 0.88));
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero-mock-flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.06), transparent);
  animation: panelScan 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.hm-flow-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 1.25rem 1rem;
}

.hf-ring {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hf-ring-progress {
  transform-origin: center;
  animation: hfRingSpin 8s linear infinite;
}

.hf-ring-inner {
  transform-origin: center;
  animation: hfRingSpin 14s linear infinite reverse;
}

@keyframes hfRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hf-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 1px;
  background: radial-gradient(circle at 35% 30%, rgba(0, 82, 217, 0.55), rgba(8, 14, 32, 0.9));
  border: 1px solid rgba(125, 211, 252, 0.35);
  box-shadow: 0 0 28px rgba(0, 164, 255, 0.35);
  color: #7dd3fc;
  pointer-events: none;
}

.hf-hub strong {
  display: block;
  font-size: 0.62rem;
  color: #fff;
  line-height: 1.1;
}

.hf-hub small {
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.hf-hub svg {
  margin: 0 auto 2px;
}

.hf-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
  max-width: 250px;
}

.hf-step {
  text-align: center;
  padding: 0.75rem 0.55rem;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: var(--radius-md);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.hf-step:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.45);
  box-shadow: 0 0 16px rgba(0, 164, 255, 0.2);
}

.hf-step-active {
  border-color: rgba(52, 211, 153, 0.45);
  background: rgba(52, 211, 153, 0.08);
  box-shadow: 0 0 20px rgba(52, 211, 153, 0.15);
  animation: hfStepPulse 2.8s ease-in-out infinite;
}

@keyframes hfStepPulse {
  0%, 100% { box-shadow: 0 0 16px rgba(52, 211, 153, 0.12); }
  50% { box-shadow: 0 0 24px rgba(52, 211, 153, 0.3); }
}

.hf-step i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.35rem;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0, 82, 217, 0.4), rgba(0, 164, 255, 0.15));
  border: 1px solid rgba(125, 211, 252, 0.35);
  color: #7dd3fc;
  font-style: normal;
  box-shadow: 0 0 16px rgba(0, 164, 255, 0.15);
}

.hf-step i svg,
.hf-step i .tech-ico {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
}

.hf-step-active i {
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.45), rgba(0, 164, 255, 0.3));
  border-color: rgba(52, 211, 153, 0.4);
}

.hf-step span {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.hf-step em {
  display: block;
  font-style: normal;
  font-size: 0.65rem;
  color: rgba(125, 211, 252, 0.6);
  margin-top: 0.2rem;
}

.hf-arrows {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hf-arrow {
  position: absolute;
  font-size: 0.85rem;
  color: rgba(125, 211, 252, 0.45);
  font-weight: 700;
  animation: hfArrowPulse 2s ease-in-out infinite;
}

.hf-arrow-1 { top: 42%; right: 28%; animation-delay: 0s; }
.hf-arrow-2 { bottom: 28%; right: 42%; animation-delay: -0.5s; }
.hf-arrow-3 { bottom: 42%; left: 28%; animation-delay: -1s; }
.hf-arrow-4 { top: 28%; left: 42%; animation-delay: -1.5s; }

@keyframes hfArrowPulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; color: #7dd3fc; }
}

.hm-flow-chip-1 {
  top: 6%;
  right: 5%;
  animation-delay: -1.5s;
}

.hf-line { display: none; }

.hero-controls {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
  z-index: 2;
}

.hero-dot {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.hero-dot.active {
  background: linear-gradient(90deg, #00a4ff, #7dd3fc);
  width: 48px;
  box-shadow: 0 0 12px rgba(0, 164, 255, 0.5);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  backdrop-filter: blur(8px);
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.hero-arrow.prev { left: calc(50% - 50vw + 13rem); }
.hero-arrow.next { right: clamp(8rem, 23vw, 19rem); }

/* ===== Core Advantages Tabs ===== */
.advantage-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.advantage-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.advantage-stat {
  background: var(--glass-bg-light);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.advantage-stat:hover {
  transform: translateY(-4px);
  border-color: var(--glass-border-hover);
  box-shadow: var(--shadow-glow);
}

.advantage-stat .num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.2;
}

.advantage-stat .label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-top: 0.35rem;
}

.advantage-info h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.advantage-info p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.advantage-list {
  list-style: none;
}

.advantage-list li {
  padding: 0.4rem 0;
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.advantage-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-cyan);
  font-weight: 700;
}

/* ===== Shared Block Intro & Tags ===== */
.advantages-intro,
.tech-intro,
.products-intro,
.about-intro,
.geo-adv-intro,
.service-intro {
  margin-bottom: 1.75rem;
}

.block-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.block-stats div {
  text-align: center;
}

.block-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.1;
}

.block-stats span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.feat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.feat-tags span {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: rgba(125, 211, 252, 0.85);
}

.advantage-info .feat-tags {
  margin-top: 1rem;
}

/* ===== AI Tech Engine ===== */
.tech-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--border);
}

.tech-tab {
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color var(--transition);
}

.tech-tab.active { color: var(--color-cyan); font-weight: 600; }

.tech-tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-brand), var(--color-cyan));
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.tech-card {
  padding: 1.5rem;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.tech-card-num {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--color-cyan);
  letter-spacing: 0.04em;
}

.tech-card .card-ico {
  margin-bottom: 0.35rem;
}

.tech-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.25rem;
}

.tech-highlights li {
  font-size: 0.72rem;
  color: var(--text-secondary);
  padding-left: 0.75rem;
  position: relative;
}

.tech-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color-cyan);
}

.tech-card .feat-tags {
  margin-top: auto;
  padding-top: 0.35rem;
}

.tech-card:hover {
  transform: translateY(-5px);
  border-color: var(--glass-border-hover);
  box-shadow: var(--shadow-glow);
}

.tech-card h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.tech-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ===== Product Matrix ===== */
.product-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.product-card {
  padding: 0;
  overflow: hidden;
}

.product-card-head {
  background: linear-gradient(135deg, var(--color-brand) 0%, #0077e6 100%);
  color: #fff;
  padding: 1.75rem 1.5rem;
  position: relative;
}

.product-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0.65rem;
}

.product-icon {
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.product-highlights {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: grid;
  gap: 0.3rem;
}

.product-highlights li {
  font-size: 0.78rem;
  color: var(--text-secondary);
  padding-left: 0.85rem;
  position: relative;
}

.product-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-cyan);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.product-meta span {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  border: 1px solid var(--glass-border);
  color: var(--text-dim);
}

.product-card-head h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.product-card-head p {
  font-size: 0.85rem;
  opacity: 0.9;
  line-height: 1.65;
}

.product-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-tag {
  padding: 0.35rem 0.75rem;
  background: rgba(0, 82, 217, 0.25);
  color: var(--color-cyan);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
}

.product-card .btn {
  margin-top: 1.25rem;
  width: 100%;
}

/* ===== GEO Intro ===== */
.geo-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.geo-dim-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.geo-dim-item {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.geo-dim-item .dim-icon {
  margin-bottom: 0.15rem;
}

.geo-dim-item h4 {
  font-size: 0.92rem;
  color: var(--text-light);
}

.geo-dim-item p {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.geo-dim-item .feat-tags {
  margin-top: auto;
  padding-top: 0.25rem;
}

.geo-flow {
  margin-top: 1rem;
  padding: 1.15rem 1.25rem;
}

.geo-flow h4 {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 0.75rem;
}

.geo-flow-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.geo-flow-steps span {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.15);
  border: 1px solid rgba(125, 211, 252, 0.2);
  color: rgba(125, 211, 252, 0.9);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.geo-flow.visible .geo-flow-steps span {
  opacity: 1;
  transform: translateY(0);
}

.geo-flow.visible .geo-flow-steps span:nth-child(1) { transition-delay: 0.1s; }
.geo-flow.visible .geo-flow-steps span:nth-child(3) { transition-delay: 0.2s; }
.geo-flow.visible .geo-flow-steps span:nth-child(5) { transition-delay: 0.3s; }
.geo-flow.visible .geo-flow-steps span:nth-child(7) { transition-delay: 0.4s; }
.geo-flow.visible .geo-flow-steps span:nth-child(9) { transition-delay: 0.5s; }

.geo-flow-steps i {
  font-style: normal;
  font-size: 0.7rem;
  color: var(--text-dim);
}

.compare-card {
  padding: 1.5rem;
  overflow-x: auto;
}

.compare-card-title {
  font-size: 0.95rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.compare-table th,
.compare-table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--glass-border);
  text-align: left;
}

.compare-table th {
  background: rgba(0, 82, 217, 0.22);
  color: var(--color-cyan);
  font-weight: 600;
}

.compare-table td { color: var(--text-secondary); }

/* ===== DZOS Section ===== */
.dzos-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

/* Orbit visual (left) */
.dzos-layout .orbit {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 460px;
  margin: 0 auto;
}

.dzos-layout .orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.dzos-layout .orbit-ring.r2 {
  inset: 14%;
  border-color: rgba(91, 140, 255, 0.15);
}

.dzos-layout .orbit-ring.r3 {
  inset: 28%;
  border-color: rgba(155, 107, 255, 0.15);
}

.dzos-layout .orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #5b8cff, #1226a8);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 0 60px rgba(59, 130, 246, 0.6), inset 0 0 30px rgba(255, 255, 255, 0.2);
  z-index: 3;
}

.dzos-layout .orbit-core .corelogo {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
}

.dzos-layout .orbit-core small {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.dzos-layout .orbit-core::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(52, 227, 255, 0.4);
  animation: dzosPing 2.4s infinite;
}

@keyframes dzosPing {
  0% { box-shadow: 0 0 0 0 rgba(52, 227, 255, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(52, 227, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 227, 255, 0); }
}

.dzos-layout .spin {
  position: absolute;
  inset: 0;
  animation: dzosSpin 26s linear infinite;
}

@keyframes dzosSpin {
  to { transform: rotate(360deg); }
}

.dzos-layout .sat {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  margin: -31px;
  border-radius: 16px;
  background: rgba(10, 14, 30, 0.85);
  border: 1px solid var(--glass-border);
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--text-secondary);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px -10px #000;
}

.dzos-layout .sat img {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  margin: 0 auto 2px;
  display: block;
}

.dzos-layout .sat > div {
  animation: dzosSpin 26s linear infinite reverse;
}

.dzos-layout .chip-float {
  position: absolute;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  background: rgba(10, 14, 30, 0.85);
  border: 1px solid var(--glass-border);
  font-size: 0.74rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-md);
  z-index: 4;
}

.dzos-layout .chip-float .up {
  color: #34e3a1;
}

.dzos-layout .cf1 {
  top: 6%;
  right: -4%;
  animation: dzosFloat 6s ease-in-out infinite;
}

.dzos-layout .cf2 {
  bottom: 8%;
  left: -6%;
  animation: dzosFloat 7s ease-in-out infinite;
  animation-delay: -2s;
}

@keyframes dzosFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(60px, -50px) scale(1.1); }
  66% { transform: translate(-40px, 40px) scale(0.95); }
}

/* Dashboard (right) */
.dzos-layout .dash {
  background: linear-gradient(160deg, rgba(16, 22, 46, 0.9), rgba(8, 11, 24, 0.9));
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.dzos-layout .dash::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(91, 140, 255, 0.08), transparent);
  animation: panelScan 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes panelScan {
  0% { left: -100%; }
  60%, 100% { left: 130%; }
}

.dzos-layout .dz-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.dzos-layout .dz-tab {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-weight: 600;
  transition: 0.3s;
  font-family: inherit;
}

.dzos-layout .dz-tab img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: block;
}

.dzos-layout .dz-tab:hover {
  border-color: rgba(56, 224, 255, 0.5);
}

.dzos-layout .dz-tab.active {
  border-color: var(--color-cyan);
  background: rgba(56, 224, 255, 0.12);
  color: var(--text-light);
  box-shadow: 0 0 18px -6px rgba(56, 224, 255, 0.6);
}

.dzos-layout .dash .dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  background: none;
  border-bottom: none;
  position: relative;
  z-index: 2;
}

.dzos-layout .dash .dash-top b {
  font-size: 1.05rem;
}

.dzos-layout .dash .live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: #34e3a1;
  font-weight: 700;
}

.dzos-layout .dash .live .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34e3a1;
  animation: dzosPing 1.8s infinite;
}

.dzos-layout .dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.dzos-layout .dash .dash-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
}

.dzos-layout .dash .dash-stat em {
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  background: linear-gradient(120deg, #2ee6ff 0%, #2b8fff 48%, #1e5bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dzos-layout .dash .dash-stat span {
  display: block;
  font-size: 0.74rem;
  color: var(--text-dim);
  margin-top: 2px;
}

.dzos-layout .rank {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.dzos-layout .rank .rank-row {
  display: grid;
  grid-template-columns: 24px 110px 1fr 48px;
  align-items: center;
  gap: 12px;
  font-size: 0.84rem;
  padding: 0;
  border-bottom: none;
}

.dzos-layout .rank .rank-row.hl {
  color: var(--color-cyan);
  font-weight: 700;
}

.dzos-layout .rank .bar {
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dzos-layout .rank .bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(120deg, #2ee6ff 0%, #2b8fff 48%, #1e5bff 100%);
  transition: width 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dzos-layout .rank .rank-row.hl .bar i {
  background: linear-gradient(120deg, #f8e7bd, #e8b15c);
  animation: dzBarPulse 2.5s ease-in-out infinite;
}

@keyframes dzBarPulse {
  0%, 100% { opacity: 1; filter: brightness(1); }
  50% { opacity: 0.88; filter: brightness(1.15); }
}

/* DZOS 监测看板 — 动效面板 */
.dzos-layout .dash .dz-hud-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(46, 230, 255, 0.45);
  border-style: solid;
  pointer-events: none;
  z-index: 3;
}

.dzos-layout .dz-hud-tl { top: 10px; left: 10px; border-width: 2px 0 0 2px; }
.dzos-layout .dz-hud-tr { top: 10px; right: 10px; border-width: 2px 2px 0 0; }
.dzos-layout .dz-hud-bl { bottom: 10px; left: 10px; border-width: 0 0 2px 2px; }
.dzos-layout .dz-hud-br { bottom: 10px; right: 10px; border-width: 0 2px 2px 0; }

.dzos-layout .dash .dash-stat.dz-stat-pulse {
  animation: dzStatGlow 3.2s ease-in-out infinite;
}

.dzos-layout .dash .dash-stat.dz-stat-pulse:nth-child(2) { animation-delay: -1s; }
.dzos-layout .dash .dash-stat.dz-stat-pulse:nth-child(3) { animation-delay: -2s; }

@keyframes dzStatGlow {
  0%, 100% { border-color: rgba(255, 255, 255, 0.08); box-shadow: none; }
  50% { border-color: rgba(46, 230, 255, 0.28); box-shadow: 0 0 18px -6px rgba(46, 230, 255, 0.35); }
}

.dzos-layout .dz-dash-body {
  position: relative;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(46, 230, 255, 0.12);
  padding: 16px;
  margin-bottom: 18px;
  overflow: hidden;
  z-index: 2;
}

.dzos-layout .dz-dash-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
  border-radius: inherit;
}

.dzos-layout .dz-dash-scan::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(46, 230, 255, 0.55), transparent);
  box-shadow: 0 0 14px rgba(46, 230, 255, 0.45);
  animation: hubScan 4.5s linear infinite;
}

.dzos-layout .dz-chart-wrap {
  position: relative;
  height: 96px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  padding: 10px;
  overflow: hidden;
  z-index: 1;
}

.dzos-layout .dz-chart-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}

.dzos-layout .dz-chart-label em {
  font-style: normal;
  font-size: 0.62rem;
  color: rgba(46, 230, 255, 0.75);
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(43, 143, 255, 0.22);
}

.dzos-layout .dz-chart-line {
  width: 100%;
  height: calc(100% - 1.25rem);
}

.dzos-layout .dz-chart-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: dzChartDraw 2.4s ease forwards;
}

.dzos-layout .dz-chart-path.dz-chart-redraw {
  animation: none;
  stroke-dashoffset: 400;
}

.dzos-layout .dz-chart-path.dz-chart-redraw.dz-chart-play {
  animation: dzChartDraw 2s ease forwards;
}

@keyframes dzChartDraw {
  to { stroke-dashoffset: 0; }
}

.dzos-layout .dz-dash-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.65rem;
  background: rgba(10, 16, 36, 0.9);
  border: 1px solid rgba(46, 230, 255, 0.22);
  border-radius: 10px;
  font-size: 0.62rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 5;
  animation: hubNodeFloat 5s ease-in-out infinite;
}

.dzos-layout .dz-dash-chip span {
  font-weight: 700;
  color: #fff;
}

.dzos-layout .dz-dash-chip em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.56rem;
}

.dzos-layout .dz-dash-chip-1 {
  top: 10%;
  right: 4%;
  animation-delay: -1s;
}

.dzos-layout .dz-dash-chip-2 {
  top: 42%;
  right: 3%;
  animation-delay: -2.5s;
}

.dzos-layout .dz-dash-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 2;
}

.dzos-layout .dz-dash-bar-track {
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dzos-layout .dz-dash-bar-track i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 99px;
  background: linear-gradient(90deg, #2ee6ff, #2b8fff);
  box-shadow: 0 0 12px rgba(46, 230, 255, 0.45);
  transition: width 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: dzBarPulse 2.5s ease-in-out infinite;
}

.dzos-layout .dz-dash-bar > em {
  font-style: normal;
  font-weight: 700;
  color: #2ee6ff;
  font-size: 0.78rem;
}

.dzos-layout .dash.dz-dash-live .live .dot {
  animation: dzosPing 1.2s infinite;
}

.dzos-layout .dash .dz-tab.active {
  animation: dzTabGlow 2.8s ease-in-out infinite;
}

@keyframes dzTabGlow {
  0%, 100% { box-shadow: 0 0 18px -6px rgba(56, 224, 255, 0.6); }
  50% { box-shadow: 0 0 22px -2px rgba(56, 224, 255, 0.85); }
}

@media (max-width: 768px) {
  .dzos-layout .orbit {
    max-width: 360px;
    margin-top: 30px;
  }

  .dzos-layout .dash-stats {
    grid-template-columns: 1fr;
  }
}

.dzos-features { display: flex; flex-direction: column; gap: 1rem; }

.dzos-feature {
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.dzos-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(0, 82, 217, 0.25);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.dzos-feature h4 { font-size: 0.95rem; margin-bottom: 0.25rem; color: var(--text-light); }
.dzos-feature p { font-size: 0.82rem; color: var(--text-secondary); }

.dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid var(--glass-border);
  position: relative;
  z-index: 2;
}

.dash-title { font-weight: 600; font-size: 0.9rem; color: var(--text-light); }

.dash-live {
  font-size: 0.75rem;
  color: #059669;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dash-live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #059669;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.dash-tabs {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.dash-tab {
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition);
}

.dash-tab.active {
  border-color: rgba(125, 211, 252, 0.4);
  color: var(--color-cyan);
  background: rgba(0, 82, 217, 0.28);
}

.dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dash-metric {
  text-align: center;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
}

.dash-metric-val {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-cyan);
}

.dash-metric-label {
  font-size: 0.7rem;
  color: var(--text-secondary);
}

.rank-table { font-size: 0.82rem; position: relative; z-index: 2; }

.rank-row {
  display: grid;
  grid-template-columns: 36px 1fr 100px;
  gap: 0.5rem;
  padding: 0.5rem 0;
  align-items: center;
  border-bottom: 1px solid var(--glass-border);
}

.rank-row.highlight { color: var(--color-cyan); font-weight: 600; }

.rank-bar-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.rank-bar {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.rank-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--color-brand), var(--color-cyan));
  border-radius: 3px;
  transition: width 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rank-bar.animated span { width: var(--w, 50%); }

.dzos-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.flow-node {
  text-align: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  min-width: 90px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.flow-node:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.45);
  box-shadow: 0 0 18px rgba(0, 164, 255, 0.18);
}

.flow-node strong {
  display: block;
  font-size: 1.1rem;
  color: #7dd3fc;
  margin-bottom: 0.25rem;
}

.flow-node span { font-size: 0.8rem; color: var(--text-muted-light); }

.flow-sep { color: var(--color-accent); font-size: 1.25rem; animation: pulse 2s infinite; }

/* ===== Platform Mock ===== */
.platform-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.platform-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.platform-stats div {
  text-align: center;
}

.platform-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.1;
}

.platform-stats span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.platform-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.platform-filter-item {
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.platform-filter-item:hover {
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--text-light);
}

.platform-filter-item.active {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(0, 82, 217, 0.22);
  color: var(--color-cyan);
}

.platform-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  margin-bottom: 1.75rem;
  align-items: stretch;
}

.platform-modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-content: start;
}

.platform-mod {
  padding: 1.15rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  height: 100%;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.platform-mod:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 10px 32px rgba(0, 82, 217, 0.1);
}

.platform-mod-num {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--color-cyan);
  letter-spacing: 0.04em;
}

.platform-mod h4 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--text-light);
}

.platform-mod-desc {
  font-size: 0.74rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.platform-mod-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.22rem;
}

.platform-mod-list li {
  font-size: 0.68rem;
  color: var(--text-secondary);
  padding-left: 0.75rem;
  position: relative;
}

.platform-mod-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color-cyan);
}

.platform-mod-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.15rem;
}

.platform-mod-tags span {
  font-size: 0.58rem;
  font-weight: 600;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.15);
  color: rgba(125, 211, 252, 0.8);
}

.platform-ui {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.platform-ui::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.08), transparent);
  animation: panelScan 5.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

.ui-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.65rem 1rem;
  background: #1e293b;
  position: relative;
  z-index: 2;
}

.ui-dot { width: 10px; height: 10px; border-radius: 50%; }
.ui-dot.r { background: #ef4444; }
.ui-dot.y { background: #eab308; }
.ui-dot.g { background: #22c55e; }

.ui-title {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  flex: 1;
}

.pf-live {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #4ade80;
  animation: pulse 2s infinite;
}

.ui-body {
  padding: 1rem;
  background: #0f172a;
  color: #e2e8f0;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ui-nav {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.ui-nav-item {
  padding: 0.3rem 0.65rem;
  font-size: 0.7rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.25s, color 0.25s;
}

.ui-nav-item.on {
  background: rgba(0, 82, 217, 0.4);
  color: #fff;
}

.platform-ui-panel {
  display: none;
}

.platform-ui-panel.active {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pf-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.pf-metric {
  padding: 0.55rem 0.4rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}

.pf-metric em {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #7dd3fc;
  font-style: normal;
}

.pf-metric span {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.45);
}

.pf-chart-wrap {
  margin-bottom: 0.75rem;
}

.pf-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
}

.pf-chart-tag {
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.25);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.58rem;
}

.pf-intent-list,
.pf-content-list,
.pf-source-list {
  display: grid;
  gap: 0.4rem;
}

.pf-intent-item,
.pf-content-item,
.pf-source-item,
.pf-unit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 5px;
  font-size: 0.68rem;
}

.pf-intent-item span,
.pf-content-title,
.pf-source-item span,
.pf-unit-item span {
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-intent-item em,
.pf-source-item em,
.pf-unit-item em {
  font-style: normal;
  font-weight: 700;
  color: #7dd3fc;
  font-size: 0.62rem;
  flex-shrink: 0;
}

.pf-content-status {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.pf-content-status.published {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}

.pf-content-status.draft {
  background: rgba(234, 179, 8, 0.15);
  color: #facc15;
}

.pf-content-status.generating {
  background: rgba(0, 82, 217, 0.2);
  color: #7dd3fc;
}

.pf-content-meta {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.65rem;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
}

.pf-canvas-stats {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0.85rem;
}

.pf-canvas-stats div {
  text-align: center;
}

.pf-canvas-stats strong {
  display: block;
  font-size: 1.1rem;
  color: #7dd3fc;
}

.pf-canvas-stats span {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.45);
}

.pf-canvas-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.pf-flow-node {
  padding: 0.3rem 0.55rem;
  font-size: 0.62rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}

.pf-flow-node.active {
  background: rgba(0, 82, 217, 0.35);
  color: #fff;
}

.pf-flow-arrow {
  font-style: normal;
  font-size: 0.7rem;
  color: rgba(125, 211, 252, 0.5);
}

.pf-canvas-units {
  display: grid;
  gap: 0.4rem;
}

.pf-source-bar {
  margin-top: 0.75rem;
}

.pf-source-bar-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.pf-source-bar-track i {
  display: block;
  height: 100%;
  width: var(--w, 0%);
  background: linear-gradient(90deg, #0052d9, #7dd3fc);
  border-radius: 999px;
  transition: width 1s ease;
}

.pf-source-bar > span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.5);
}

.pf-source-bar em {
  color: #7dd3fc;
  font-style: normal;
  font-weight: 700;
}

.platform-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.platform-feature {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.platform-feature h4 {
  font-size: 0.88rem;
  color: var(--text-light);
}

.platform-feature p {
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.platform-cta {
  text-align: center;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  background: rgba(0, 82, 217, 0.08);
}

.platform-cta p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .platform-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .pf-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .block-stats {
    gap: 1.25rem;
  }

  .platform-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .platform-stats {
    gap: 1.25rem;
  }
}

.ui-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 70px;
}

.ui-bar-col {
  flex: 1;
  background: linear-gradient(180deg, #0052d9, #003087);
  border-radius: 3px 3px 0 0;
  min-height: 15%;
  transform-origin: bottom;
  animation: uiBarRise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.ui-bar-col:nth-child(1) { animation-delay: 0.05s; }
.ui-bar-col:nth-child(2) { animation-delay: 0.12s; }
.ui-bar-col:nth-child(3) { animation-delay: 0.19s; }
.ui-bar-col:nth-child(4) { animation-delay: 0.26s; }
.ui-bar-col:nth-child(5) { animation-delay: 0.33s; }
.ui-bar-col:nth-child(6) { animation-delay: 0.40s; }
.ui-bar-col:nth-child(7) { animation-delay: 0.47s; }

@keyframes uiBarRise {
  from { transform: scaleY(0); opacity: 0; }
  to { transform: scaleY(1); opacity: 1; }
}

/* ===== Delivery Timeline ===== */
.delivery-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.delivery-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.delivery-stats div {
  text-align: center;
}

.delivery-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.1;
}

.delivery-stats span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.delivery-phases {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.delivery-phase-item {
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.delivery-phase-item:hover {
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--text-light);
}

.delivery-phase-item.active {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(0, 82, 217, 0.22);
  color: var(--color-cyan);
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.delivery-item {
  padding: 1.35rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.delivery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 36px rgba(0, 82, 217, 0.12);
}

.delivery-step-num {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  background: rgba(0, 82, 217, 0.25);
  color: var(--color-cyan);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  width: fit-content;
}

.delivery-phase-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  color: var(--text-dim);
}

.delivery-icon {
  margin-top: 0.15rem;
}

.delivery-item h4 {
  font-size: 0.95rem;
  color: var(--text-light);
}

.delivery-desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.delivery-deliverables {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.28rem;
}

.delivery-deliverables li {
  font-size: 0.72rem;
  color: var(--text-secondary);
  padding-left: 0.8rem;
  position: relative;
}

.delivery-deliverables li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 6px rgba(125, 211, 252, 0.6);
}

.delivery-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.delivery-meta span {
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.15);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: rgba(125, 211, 252, 0.85);
}

.delivery-team {
  margin-bottom: 1.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.02);
}

.delivery-team-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.delivery-team-head h3 {
  font-size: 0.95rem;
  color: var(--text-light);
}

.delivery-team-head span {
  font-size: 0.72rem;
  color: var(--text-dim);
}

.delivery-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.delivery-team-item {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.02);
}

.delivery-team-item h4 {
  font-size: 0.88rem;
  color: var(--text-light);
}

.delivery-team-item p {
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.delivery-commit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.delivery-commit-item {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.delivery-commit-item h4 {
  font-size: 0.88rem;
  color: var(--text-light);
}

.delivery-commit-item p {
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

@media (max-width: 1024px) {
  .delivery-grid,
  .delivery-team-grid,
  .delivery-commit {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .delivery-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-stats {
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .delivery-grid,
  .delivery-team-grid,
  .delivery-commit {
    grid-template-columns: 1fr;
  }
}

/* ===== Solutions ===== */
.solutions-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.solutions-stats {
  display: flex;
  gap: 2rem;
}

.solutions-stats div {
  text-align: center;
}

.solutions-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.1;
}

.solutions-stats span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.solutions-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.solutions-filter-item {
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.solutions-filter-item:hover {
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--text-light);
}

.solutions-filter-item.active {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(0, 82, 217, 0.22);
  color: var(--color-cyan);
}

.solutions-marquee-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75rem;
}

.solutions-marquee {
  overflow: hidden;
  padding: 0.5rem 0 1rem;
  position: relative;
  border-radius: var(--radius-md);
}

.solutions-marquee::before,
.solutions-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}

.solutions-marquee::before {
  left: 0;
  background: linear-gradient(to right, #020617 0%, transparent 100%);
}

.solutions-marquee::after {
  right: 0;
  background: linear-gradient(to left, #020617 0%, transparent 100%);
}

.solutions-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: solutionsMarquee 42s linear infinite;
}

.solutions-marquee:hover .solutions-track {
  animation-play-state: paused;
}

@keyframes solutionsMarquee {
  to { transform: translateX(-50%); }
}

.solution-card {
  flex: 0 0 260px;
  padding: 1.25rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 36px rgba(0, 82, 217, 0.12);
}

.solution-type {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.2);
  border: 1px solid rgba(125, 211, 252, 0.25);
  color: rgba(125, 211, 252, 0.9);
}

.solution-icon {
  margin-bottom: 0.15rem;
}

.solution-card h4 {
  font-size: 0.95rem;
  color: var(--text-light);
}

.solution-desc {
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.28rem;
}

.solution-highlights li {
  font-size: 0.7rem;
  color: var(--text-secondary);
  padding-left: 0.8rem;
  position: relative;
}

.solution-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 6px rgba(125, 211, 252, 0.6);
}

.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.solution-tags span {
  font-size: 0.6rem;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  color: var(--text-dim);
}

.solution-btn {
  margin-top: 0.25rem;
  width: 100%;
  font-size: 0.78rem;
  padding: 0.5rem 0.65rem;
}

.solutions-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.solution-pillar {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.solution-pillar h4 {
  font-size: 0.9rem;
  color: var(--text-light);
}

.solution-pillar p {
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

@media (max-width: 768px) {
  .solutions-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .solutions-stats {
    gap: 1.5rem;
  }

  .solutions-pillars {
    grid-template-columns: 1fr;
  }

  .solution-card {
    flex: 0 0 240px;
  }
}

.scroll-hint-text {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-top: 0.75rem;
}

/* ===== Reports ===== */
.reports-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.reports-stats {
  display: flex;
  gap: 2rem;
}

.reports-stats div {
  text-align: center;
}

.reports-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.1;
}

.reports-stats span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.reports-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.reports-filter-item {
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.reports-filter-item:hover {
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--text-light);
}

.reports-filter-item.active {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(0, 82, 217, 0.22);
  color: var(--color-cyan);
}

.reports-marquee-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0.25rem auto 0;
}

.reports-marquee {
  overflow: hidden;
  padding: 0.5rem 0 1rem;
  position: relative;
  border-radius: var(--radius-md);
}

.reports-marquee::before,
.reports-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}

.reports-marquee::before {
  left: 0;
  background: linear-gradient(to right, #020617 0%, transparent 100%);
}

.reports-marquee::after {
  right: 0;
  background: linear-gradient(to left, #020617 0%, transparent 100%);
}

.reports-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: reportsMarquee 48s linear infinite;
}

.reports-marquee:hover .reports-track {
  animation-play-state: paused;
}

@keyframes reportsMarquee {
  to { transform: translateX(-50%); }
}

.report-card {
  flex: 0 0 280px;
  padding: 0;
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.report-card:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 40px rgba(0, 82, 217, 0.15);
}

.report-cover {
  height: 130px;
  background: linear-gradient(160deg, rgba(0, 82, 217, 0.35) 0%, rgba(8, 14, 32, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(125, 211, 252, 0.15);
  position: relative;
  overflow: hidden;
}

.report-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(125, 211, 252, 0.03) 2px, rgba(125, 211, 252, 0.03) 4px);
  pointer-events: none;
}

.report-type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.35);
  border: 1px solid rgba(125, 211, 252, 0.3);
  color: #7dd3fc;
}

.report-ver {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}

.report-body {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.report-body h4 {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-light);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-desc {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.report-meta span {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  color: var(--text-dim);
}

.report-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.3rem;
}

.report-highlights li {
  font-size: 0.72rem;
  color: var(--text-secondary);
  padding-left: 0.85rem;
  position: relative;
}

.report-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 6px rgba(125, 211, 252, 0.6);
}

.report-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.report-actions .btn {
  flex: 1;
  font-size: 0.78rem;
  padding: 0.5rem 0.65rem;
}

.btn-ghost-sm {
  background: transparent;
  border: 1px solid var(--glass-border);
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  transition: border-color 0.3s, color 0.3s;
}

.btn-ghost-sm:hover {
  border-color: rgba(125, 211, 252, 0.4);
  color: var(--color-cyan);
}

@media (max-width: 768px) {
  .reports-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .reports-stats {
    gap: 1.5rem;
  }

  .report-card {
    flex: 0 0 280px;
  }
}

/* ===== Value Cards ===== */
.value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.value-item {
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.value-item:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 36px rgba(0, 82, 217, 0.1);
}

.value-item .val-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-cyan);
}

.val-tag {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: rgba(125, 211, 252, 0.85);
  margin-top: 0.35rem;
}

.value-item h4 { font-size: 0.95rem; color: var(--text-light); }
.value-item p { font-size: 0.82rem; line-height: 1.55; color: var(--text-secondary); }

/* ===== Platforms ===== */
.platforms-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.platforms-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.platforms-stats div {
  text-align: center;
}

.platforms-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  line-height: 1.1;
}

.platforms-stats span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.platforms-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.platforms-filter-item {
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.platforms-filter-item:hover {
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--text-light);
}

.platforms-filter-item.active {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(0, 82, 217, 0.22);
  color: var(--color-cyan);
}

.platforms-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.platform-item {
  padding: 1.25rem 1rem 1.1rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.platform-item:hover {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 36px rgba(0, 82, 217, 0.12);
}

.platform-region {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  color: var(--text-dim);
}

.platform-status {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #4ade80;
}

.platform-item img {
  width: 48px;
  height: 48px;
  margin: 0.5rem auto 0.25rem;
  border-radius: 12px;
  transition: transform var(--transition);
}

.platform-item:hover img { transform: scale(1.12) rotate(-4deg); }

.platform-item h4 {
  font-size: 0.92rem;
  color: var(--text-light);
}

.platform-item > p {
  font-size: 0.72rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.platform-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
}

.platform-tags span {
  font-size: 0.6rem;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.15);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: rgba(125, 211, 252, 0.85);
}

.platforms-extended {
  margin-bottom: 1.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.02);
}

.platforms-extended-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.platforms-extended-head h3 {
  font-size: 0.95rem;
  color: var(--text-light);
}

.platforms-extended-head span {
  font-size: 0.72rem;
  color: var(--text-dim);
}

.platforms-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}

.platform-chip:hover {
  border-color: rgba(125, 211, 252, 0.35);
  color: var(--text-light);
  background: rgba(0, 82, 217, 0.1);
}

.platform-chip em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  border-radius: 6px;
  background: rgba(0, 82, 217, 0.25);
  color: var(--color-cyan);
}

.platforms-capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.platform-cap {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.platform-cap h4 {
  font-size: 0.88rem;
  color: var(--text-light);
}

.platform-cap p {
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

@media (max-width: 1024px) {
  .platforms-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .platforms-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .platforms-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .platforms-stats {
    gap: 1.25rem;
  }

  .platforms-stats div {
    flex: 1;
    min-width: 70px;
  }
}

/* ===== CTA Block ===== */
.cta-section {
  padding-top: 0;
  padding-bottom: var(--section-pad);
}

.cta-block {
  margin: 0 auto;
  max-width: min(var(--container-max), 100%);
  border-radius: 30px;
  padding: clamp(2.5rem, 6vw, 3.75rem) clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(0, 82, 217, 0.22), rgba(88, 28, 135, 0.18));
  border: 1px solid rgba(125, 211, 252, 0.2);
  box-shadow: 0 24px 60px rgba(0, 82, 217, 0.12);
}

.cta-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 140, 255, 0.35), transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(40px);
  pointer-events: none;
}

.cta-block h2 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif SC", "Noto Sans SC", serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  margin-bottom: 1rem;
  color: var(--text-light);
  line-height: 1.25;
}

.cta-block p {
  position: relative;
  z-index: 1;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  font-size: 1.05rem;
  max-width: 560px;
  margin-inline: auto;
  line-height: 1.65;
}

.cta-block .btn {
  position: relative;
  z-index: 1;
}

/* ===== Contact Section ===== */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.contact-info h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: var(--text-light);
}
.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.contact-detail a { color: var(--color-cyan); font-weight: 600; }

.contact-wechat {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(0, 82, 217, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.18);
}

.contact-wechat-card {
  flex-shrink: 0;
  padding: 0.65rem;
  border-radius: 14px;
  background: #fff;
  border: 2px solid rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 36px rgba(0, 82, 217, 0.2), 0 0 0 4px rgba(0, 82, 217, 0.08);
}

.contact-wechat-card img {
  display: block;
  width: 168px;
  height: 168px;
  border-radius: 8px;
}

.contact-wechat-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-wechat-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-cyan);
  letter-spacing: 0.02em;
}

.contact-wechat-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 220px;
}

@media (max-width: 640px) {
  .contact-wechat {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .contact-wechat-card img {
    width: 150px;
    height: 150px;
  }

  .contact-wechat-desc {
    max-width: none;
  }
}

.contact-form-wrap { padding: 2rem; }

/* ===== DZOS Modules (三欄模組) ===== */
.dzos-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.dzos-module {
  padding: 1.5rem;
}

.dzos-module h3 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
  color: var(--text-light);
}

.dzos-module > p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.rank-header {
  display: grid;
  grid-template-columns: 36px 1fr 100px;
  gap: 0.5rem;
  padding: 0.5rem 0;
  align-items: center;
  border-bottom: 1px solid var(--glass-border);
  color: var(--text-secondary);
  font-size: 0.72rem;
}

.rank-highlight {
  color: var(--color-cyan);
  font-weight: 600;
}

.dzos-dashboard-mini {
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid var(--glass-border);
}

.dashboard-title {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-light);
}

.dashboard-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #059669;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #059669;
  animation: pulse 2s infinite;
}

.dashboard-tabs {
  display: flex;
  gap: 0.35rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--glass-border);
  flex-wrap: wrap;
}

.dashboard-tabs .tab {
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
}

.dashboard-tabs .tab.active {
  border-color: rgba(125, 211, 252, 0.4);
  color: var(--color-cyan);
  background: rgba(0, 82, 217, 0.28);
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--glass-border);
}

.dash-stat {
  background: rgba(255, 255, 255, 0.04);
  padding: 0.85rem;
  text-align: center;
}

.dash-stat-label {
  display: block;
  font-size: 0.7rem;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}

.dash-stat-value {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-cyan);
}

.dzos-checklist {
  list-style: none;
  margin-bottom: 1.25rem;
}

.check-item {
  display: flex;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--text-secondary);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--glass-border);
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.check-item.visible {
  opacity: 1;
  transform: translateX(0);
}

.dzos-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  text-align: center;
}

.dzos-mini-stats strong {
  display: block;
  font-size: 1.35rem;
  color: var(--color-cyan);
  margin-bottom: 0.2rem;
}

.dzos-mini-stats span {
  font-size: 0.72rem;
  color: var(--text-secondary);
}

@media (max-width: 1024px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: visible;
  }

  .hero-inner {
    order: 2;
    min-height: auto;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.25rem;
    z-index: 2;
    overflow: hidden;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.25rem 0 3.25rem;
  }

  .hero-visual {
    order: 2;
  }

  .hero-text {
    order: 1;
    justify-self: center;
    max-width: none;
    padding-inline: 0.5rem;
  }

  .hero-text p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-metrics { justify-content: center; }
  .hero-mock-orbit,
  .hero-mock-hub { max-width: 320px; margin-inline: auto; }

  .hero-slide[data-theme="geo"] .hero-mock-hub {
    max-width: min(88vw, 340px);
  }

  .hero-slide[data-theme="geo"] .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-spokesperson {
    order: 1;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 3.75rem 1rem 0.5rem;
    margin-top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .hero-spokesperson-figure {
    transform: none;
    max-height: none;
    animation: spMobileFloat 3.8s ease-in-out infinite;
    will-change: transform;
  }

  .hero-spokesperson-photo {
    position: relative;
    display: inline-block;
    line-height: 0;
    max-width: none;
    overflow: visible;
  }

  .hero-spokesperson-tag {
    position: absolute;
    left: 36%;
    top: 15%;
    transform: translate(-100%, -32%);
    z-index: 5;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 0.5rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  }

  .sp-tag-role {
    font-size: 0.74rem;
    letter-spacing: 0.24em;
  }

  .sp-tag-name {
    font-size: clamp(1.45rem, 5vw, 1.95rem);
    letter-spacing: 0.1em;
  }

  .sp-tag-title {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
  }

  .hero-spokesperson-photo img {
    flex-shrink: 0;
    max-height: min(36vh, 300px);
    max-width: min(56vw, 280px);
  }

  .advantage-panel,
  .geo-intro-grid,
  .dzos-layout,
  .platform-split,
  .contact-split,
  .product-matrix,
  .tech-grid,
  .delivery-grid,
  .value-row,
  .platforms-row {
    grid-template-columns: 1fr;
  }

  .geo-dim-grid,
  .platform-modules {
    grid-template-columns: 1fr;
  }

  .advantage-stats { grid-template-columns: repeat(2, 1fr); }

  .dzos-modules { grid-template-columns: repeat(2, 1fr); }

  .hero-arrow { display: none; }
}

@media (max-width: 640px) {
  .advantage-stats,
  .value-row,
  .platforms-row,
  .platforms-capabilities,
  .platform-features {
    grid-template-columns: 1fr;
  }

  .dzos-modules { grid-template-columns: 1fr; }

  .dash-metrics { grid-template-columns: 1fr; }

  .hero-spokesperson {
    padding: 3.5rem 0.75rem 0.35rem;
  }

  .hero-spokesperson-photo {
    display: inline-block;
  }

  .hero-spokesperson-tag {
    left: 35%;
    top: 14%;
    transform: translate(-98%, -28%);
    gap: 0.4rem;
  }

  .sp-tag-role { font-size: 0.66rem; letter-spacing: 0.2em; }
  .sp-tag-name { font-size: clamp(1.25rem, 4.8vw, 1.7rem); }
  .sp-tag-title { font-size: 0.6rem; letter-spacing: 0.16em; }

  .hero-spokesperson-photo img {
    max-height: min(34vh, 260px);
    max-width: min(60vw, 240px);
  }

  .hero-grid {
    padding-bottom: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; }
  .hero-orb,
  .orbit-ring::after,
  .orbit-card,
  .dzos-layout .spin,
  .dzos-layout .orbit-core::after,
  .dzos-layout .chip-float,
  .hub-scan,
  .hub-pulse-ring,
  .hf-ring-progress,
  .dzos-layout .dash::after,
  .dzos-layout .dz-dash-scan::after,
  .dzos-layout .dz-dash-bar-track i,
  .dzos-layout .dz-dash-chip,
  .dzos-layout .dash .dash-stat.dz-stat-pulse,
  .dzos-layout .dash .dz-tab.active,
  .dzos-layout .dz-chart-path,
  .platform-ui::after,
  .ui-bar-col,
  .hm-chart-path { animation: none; }
  .hero-mock-nodes::after,
  .hero-mock-dash::after,
  .hero-mock-industries::after,
  .hero-mock-flow::after,
  .hm-tech-scan::after,
  .hm-dash-scan::after,
  .hm-ind-scan::after,
  .hm-flow-scan::after,
  .hero-mock-nodes .hm-tech-orbit,
  .hero-mock-nodes .n-sat,
  .hm-tech-chip,
  .hm-tech-bar-track i,
  .hm-dash-chip,
  .hm-dash-bar-track i,
  .hm-ind-chip,
  .hm-flow-chip,
  .hm-ind-bar-track i,
  .hm-flow-bar-track i,
  .hf-ring-inner,
  .hf-step-active,
  .hf-arrow { animation: none; }
  .marquee-track { animation: none; }
  .reports-track { animation: none; }
  .solutions-track { animation: none; }
  .hero-gradient { animation: none; }
  .hero-slide.active .hero-text,
  .hero-slide.active .hero-mock { animation: none; opacity: 1; transform: none; }
  .hero-spokesperson-figure,
  .hero-spokesperson-photo img,
  .hero-spokesperson-glow,
  .hero-spokesperson-tag { animation: none; }
  #particleCanvas { display: none; }
}
