.hero-risk-note {
  display: inline-flex;
  max-width: 640px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #d5e2e9;
  font-size: .8rem;
  line-height: 1.55;
  text-decoration: none;
}

.hero-risk-note::before {
  width: 24px;
  height: 1px;
  flex: 0 0 24px;
  background: var(--v4-mint);
  content: "";
}

.hero-risk-note:hover { color: var(--v4-mint); }

.risk-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 18px;
  padding: 26px 28px;
  border: 1px solid rgba(84, 230, 193, .28);
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(84, 230, 193, .1), rgba(128, 147, 255, .06));
}

.risk-bridge strong {
  display: block;
  color: #fff;
  font: 600 1.08rem/1.3 var(--display);
}

.risk-bridge p {
  max-width: 770px;
  margin: 7px 0 0;
  color: #9db1c0;
  font-size: .88rem;
  line-height: 1.65;
}

.risk-bridge .button { flex: none; }

.plan-daily-value {
  margin: -8px 0 18px;
  color: #71899b;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.45;
}

.plan-card.featured .plan-daily-value { color: #bfeee2; }

@media (max-width: 860px) {
  .hero {
    min-height: 0 !important;
    height: auto;
    align-items: flex-start;
    padding: 118px 0 44px !important;
  }

  .hero-grid { gap: 34px !important; }
  .network-card { margin: 0 auto !important; }
  .risk-bridge { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .hero { padding: 104px 0 28px !important; }
  .hero-grid { gap: 26px !important; }
  .hero-trust-row { gap: 8px 12px; }
  .hero-risk-note { margin-top: 14px; font-size: .76rem; }

  .network-card {
    width: 100%;
    padding: 12px;
    border-radius: 22px;
  }

  .network-top {
    gap: 12px;
    padding: 5px 3px 12px;
    font-size: 8px;
    line-height: 1.35;
  }

  .network-live { justify-content: flex-end; text-align: right; }
  .network-live .live-dot { width: 6px; height: 6px; flex: 0 0 6px; }
  .ops-display { height: 230px; }
  .hud-chip { font-size: 6px; }
  .hud-chip strong { font-size: 7.5px; }
  .hud-a,.hud-c { left: 12px; }
  .hud-b,.hud-d { right: 12px; }
  .hud-a,.hud-b { top: 12px; }
  .hud-c,.hud-d { bottom: 12px; }

  .ops-data-grid { grid-template-columns: 1.15fr .85fr; }
  .cyber-panel,.telemetry-panel { min-height: 92px; padding: 10px; }
  .telemetry-head { gap: 8px; }
  .telemetry-head span { font-size: 6.5px; }
  .telemetry-head strong { font-size: 14px; }
  .latency-chart { height: 38px; }
  .cyber-panel { grid-template-columns: 44px 1fr; gap: 8px; }
  .cyber-orb { width: 44px; height: 44px; }
  .cyber-orb strong { font-size: 13px; }
  .cyber-copy span { font-size: 5.8px; }
  .cyber-copy strong { margin-top: 5px; font-size: 7px; }

  .event-stream { gap: 7px; padding: 9px; font-size: 6.5px; }
  .event-stream .event-tag { padding: 5px 6px; }

  .metric-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .metric,.metric:last-child { grid-column: auto; padding: 10px; }
  .metric-label { min-height: 24px; font-size: 7px; }
  .metric strong { margin-top: 5px; font-size: 18px; }
  .metric strong small { font-size: 8px; }

  .hero + .benefit-section { padding-top: 68px; }
  .risk-bridge { margin-top: 14px; padding: 22px; }
  .risk-bridge .button { width: 100%; }
}

@media (max-width: 370px) {
  .network-top { font-size: 7px; }
  .ops-display { height: 214px; }
  .cyber-panel { grid-template-columns: 38px 1fr; }
  .cyber-orb { width: 38px; height: 38px; }
  .metric { padding: 9px 7px; }
}
