/* ============================================================
   Blockchain Consulting · Industries — HERO STAGES CSS
   Per-industry cinematic visuals
   ============================================================ */

/* ---------- BANKING — atomic DvP ledger ---------- */
.hbk { position: relative; z-index: 2; }
.hbk-top { display: grid; grid-template-columns: 1fr 32px 1fr; gap: 12px; align-items: center; margin-bottom: 16px; }
.hbk-leg { padding: 12px 14px; background: rgba(242,194,91,0.06); border: 1px solid rgba(242,194,91,0.32); border-radius: 8px; font-family: var(--font-mono); }
.hbk-leg .lab { display: block; font-size: 10px; letter-spacing: 0.18em; color: #F2C25B; margin-bottom: 4px; }
.hbk-leg .ch { font-size: 12px; color: #fff; }
.hbk-vs { text-align: center; font-family: var(--font-mono); color: #F2C25B; font-size: 14px; opacity: 0.7; }
.hbk-table { font-family: var(--font-mono); font-size: 11px; }
.hbk-row { display: grid; grid-template-columns: 70px 1fr 1fr 60px 60px; gap: 8px; padding: 9px 10px; align-items: center; border-bottom: 1px dashed rgba(255,255,255,0.07); position: relative; }
.hbk-row.head { color: #F2C25B; letter-spacing: 0.16em; font-size: 9.5px; border-bottom: 1px solid rgba(242,194,91,0.28); padding-bottom: 8px; }
.hbk-row .tx { color: #F2C25B; }
.hbk-row .cash { color: #fff; }
.hbk-row .sec { color: #B8C2D9; }
.hbk-row .ts { color: #B8C2D9; }
.hbk-row .sig { color: #B8C2D9; opacity: 0.7; }
.hbk-row.live { background: rgba(242,194,91,0.08); border-left: 2px solid #F2C25B; padding-left: 12px; }
.hbk-row .live-pill { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: rgba(94,255,164,0.15); color: #5EFFA4; font-size: 9px; padding: 3px 7px; border-radius: 999px; letter-spacing: 0.14em; }
.hbk-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); }
.hbk-foot > div { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-mono); }
.hbk-foot .l { font-size: 9px; letter-spacing: 0.16em; color: #B8C2D9; opacity: 0.7; }
.hbk-foot .v { font-size: 18px; color: #fff; font-weight: 500; }

/* ---------- INSURANCE — parametric claim flow ---------- */
.hin { position: relative; z-index: 2; }
.hin-claim { padding: 14px 16px; background: rgba(255,107,138,0.06); border: 1px solid rgba(255,107,138,0.32); border-radius: 10px; margin-bottom: 18px; font-family: var(--font-mono); }
.hin-claim-l { font-size: 10px; letter-spacing: 0.18em; color: #FF8AA8; margin-bottom: 12px; }
.hin-claim-row { display: grid; grid-template-columns: 80px 1fr; gap: 12px; font-size: 12px; padding: 5px 0; border-bottom: 1px dashed rgba(255,107,138,0.18); }
.hin-claim-row:last-child { border-bottom: none; }
.hin-claim-row .k { color: #FF8AA8; letter-spacing: 0.14em; font-size: 10px; padding-top: 1px; }
.hin-claim-row .v { color: #fff; }
.hin-stages { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; }
.hin-st { flex: 1; padding: 10px 6px; text-align: center; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; font-family: var(--font-mono); transition: all 0.3s ease; }
.hin-st .n { display: block; font-size: 9px; color: rgba(255,255,255,0.4); letter-spacing: 0.18em; margin-bottom: 4px; }
.hin-st .t { display: block; font-size: 10.5px; color: rgba(255,255,255,0.55); letter-spacing: 0.1em; }
.hin-st.on { border-color: rgba(255,107,138,0.55); background: rgba(255,107,138,0.1); }
.hin-st.on .n { color: #FF6B8A; }
.hin-st.on .t { color: #fff; }
.hin-st.now { box-shadow: 0 0 16px rgba(255,107,138,0.35); }
.hin-arr { color: #FF6B8A; opacity: 0.5; font-family: var(--font-mono); }
.hin-bar { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
.hin-bar-fill { height: 100%; background: linear-gradient(90deg, #FF6B8A, #FF8AA8); transition: width 0.5s ease; }
.hin-meta { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); font-family: var(--font-mono); font-size: 11px; color: var(--site-text-2); }
.hin-meta b { color: #fff; font-weight: 500; }

/* ---------- HEALTHCARE — consent ledger ---------- */
.hhc { position: relative; z-index: 2; }
.hhc-head { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 14px; }
.hhc-head .hhc-l { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); margin-bottom: 4px; }
.hhc-head .hhc-v { font-family: var(--font-mono); font-size: 18px; color: #fff; font-weight: 500; }
.hhc-list { display: flex; flex-direction: column; gap: 5px; }
.hhc-ev { display: grid; grid-template-columns: 70px 12px 1fr 1fr 80px; gap: 10px; align-items: center; padding: 9px 12px; background: rgba(94,255,164,0.04); border: 1px solid rgba(94,255,164,0.18); border-radius: 6px; font-family: var(--font-mono); font-size: 11px; }
.hhc-ev.denied { background: rgba(255,77,79,0.05); border-color: rgba(255,77,79,0.22); }
.hhc-ev .time { color: rgba(255,255,255,0.55); letter-spacing: 0.05em; }
.hhc-ev .dot { width: 8px; height: 8px; border-radius: 50%; background: #5EFFA4; box-shadow: 0 0 8px rgba(94,255,164,0.6); }
.hhc-ev.denied .dot { background: #FF6B8A; box-shadow: 0 0 8px rgba(255,107,138,0.55); }
.hhc-ev .actor { color: #fff; font-size: 11.5px; }
.hhc-ev .action { color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }
.hhc-ev .state { color: #5EFFA4; letter-spacing: 0.12em; font-size: 10px; text-align: right; }
.hhc-ev.denied .state { color: #FF6B8A; }
.hhc-foot { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); font-family: var(--font-mono); font-size: 11px; color: var(--site-text-2); }
.hhc-foot b { color: #fff; font-weight: 500; }

/* ---------- REAL ESTATE — fractional tokens ---------- */
.hre { position: relative; z-index: 2; }
.hre-top { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 16px; }
.hre-prop-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: #B6A0FF; margin-bottom: 6px; }
.hre-prop-h { font-size: 18px; color: #fff; font-weight: 500; line-height: 1.25; margin-bottom: 6px; }
.hre-prop-meta { display: flex; gap: 16px; font-family: var(--font-mono); font-size: 11px; color: var(--site-text-2); }
.hre-prop-meta b { color: #B6A0FF; font-weight: 500; }
.hre-stat { text-align: right; }
.hre-stat .l { display: block; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); margin-bottom: 4px; }
.hre-stat .v { font-family: var(--font-mono); font-size: 22px; color: #fff; font-weight: 500; }
.hre-tokens { display: grid; grid-template-columns: repeat(20, 1fr); gap: 3px; margin-bottom: 12px; }
.hre-tok { aspect-ratio: 1; background: rgba(138,107,255,0.08); border: 1px solid rgba(138,107,255,0.18); border-radius: 2px; transition: all 0.4s ease; }
.hre-tok.on { background: rgba(138,107,255,0.55); border-color: #B6A0FF; box-shadow: 0 0 4px rgba(138,107,255,0.45); }
.hre-bar { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
.hre-bar-fill { height: 100%; background: linear-gradient(90deg, #8A6BFF, #B6A0FF); transition: width 0.8s ease; }
.hre-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); }
.hre-foot > div { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-mono); }
.hre-foot .l { font-size: 9px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); }
.hre-foot .v { font-size: 14px; color: #fff; font-weight: 500; }

/* ---------- PUBLIC SECTOR — credential issuer ---------- */
.hgov { position: relative; z-index: 2; }
.hgov-counter { padding: 16px 18px; background: rgba(79,200,255,0.06); border: 1px solid rgba(79,200,255,0.32); border-radius: 10px; margin-bottom: 16px; text-align: center; }
.hgov-counter .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: #4FC8FF; margin-bottom: 8px; }
.hgov-counter .v { font-family: var(--font-mono); font-size: 38px; color: #fff; font-weight: 500; letter-spacing: -0.02em; }
.hgov-list { display: flex; flex-direction: column; gap: 6px; }
.hgov-cred { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 11px 14px; background: rgba(255,255,255,0.03); border: 1px solid rgba(79,200,255,0.18); border-radius: 8px; }
.hgov-ic { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: rgba(79,200,255,0.1); border: 1px dashed rgba(79,200,255,0.45); border-radius: 50%; color: #4FC8FF; font-size: 14px; font-family: var(--font-mono); }
.hgov-mid .tag { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.16em; color: #4FC8FF; margin-bottom: 2px; }
.hgov-mid .t { font-size: 13px; color: #fff; }
.hgov-sig { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.55); letter-spacing: 0.12em; }
.hgov-foot { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); font-family: var(--font-mono); font-size: 11px; color: var(--site-text-2); }
.hgov-foot b { color: #fff; font-weight: 500; }

/* ---------- SUPPLY CHAIN — batch custody trail ---------- */
.hsc { position: relative; z-index: 2; }
.hsc-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 16px; }
.hsc-top > div { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-mono); }
.hsc-top .l { font-size: 9.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); }
.hsc-top .v { font-size: 18px; color: #fff; font-weight: 500; }
.hsc-trail { display: grid; gap: 8px; }
.hsc-hop { display: grid; grid-template-columns: 4px 28px 60px 1fr auto; gap: 12px; align-items: center; padding: 10px 12px; background: rgba(255,143,74,0.04); border: 1px solid rgba(255,143,74,0.18); border-radius: 8px; }
.hsc-hop.done { opacity: 0.7; }
.hsc-hop.now { background: rgba(255,143,74,0.12); border-color: rgba(255,143,74,0.55); box-shadow: 0 0 16px rgba(255,143,74,0.18); }
.hsc-hop.next { opacity: 0.45; }
.hsc-bar { width: 4px; height: 100%; background: #FF8F4A; border-radius: 2px; align-self: stretch; min-height: 28px; }
.hsc-hop.next .hsc-bar { background: rgba(255,143,74,0.32); }
.hsc-node { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; background: rgba(255,143,74,0.18); color: #FFB58A; border-radius: 50%; font-family: var(--font-mono); font-size: 12px; font-weight: 500; }
.hsc-hop.now .hsc-node { background: #FF8F4A; color: #02030A; }
.hsc-tag { font-family: var(--font-mono); font-size: 10px; color: #FF8F4A; letter-spacing: 0.16em; }
.hsc-t { font-size: 12.5px; color: #fff; }
.hsc-sig { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255,255,255,0.55); }
.hsc-foot { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); font-family: var(--font-mono); font-size: 11px; color: var(--site-text-2); }
.hsc-foot b { color: #fff; font-weight: 500; }

/* ---------- ENERGY — meter + REC ---------- */
.hen { position: relative; z-index: 2; }
.hen-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 14px; }
.hen-top > div { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-mono); }
.hen-top .l { font-size: 9.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); }
.hen-top .v { font-size: 18px; color: #fff; font-weight: 500; }
.hen-chart { display: flex; gap: 3px; align-items: flex-end; height: 72px; padding: 10px 12px; background: rgba(94,255,164,0.04); border: 1px solid rgba(94,255,164,0.22); border-radius: 8px; margin-bottom: 14px; }
.hen-b { flex: 1; min-height: 4px; background: linear-gradient(180deg, #5EFFA4, rgba(94,255,164,0.18)); border-radius: 1px; transition: height 0.5s ease; }
.hen-events { display: flex; flex-direction: column; gap: 5px; }
.hen-ev { display: grid; grid-template-columns: 50px 1fr 80px; gap: 12px; align-items: center; padding: 9px 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 6px; font-family: var(--font-mono); font-size: 11px; }
.hen-ev .t { color: rgba(255,255,255,0.55); }
.hen-ev .d { color: #fff; }
.hen-ev .s { color: #5EFFA4; text-align: right; letter-spacing: 0.14em; font-size: 10px; }

@media (max-width: 700px) {
  .hbk-row { grid-template-columns: 50px 1fr 60px; }
  .hbk-row .ts, .hbk-row .sig { display: none; }
  .hre-tokens { grid-template-columns: repeat(10, 1fr); }
  .hgov-counter .v { font-size: 28px; }
  .hin-stages { flex-wrap: wrap; }
  .hsc-hop { grid-template-columns: 4px 22px 1fr; }
  .hsc-tag, .hsc-sig { display: none; }
}
