.elementor-15116 .elementor-element.elementor-element-5f01b62{--display:flex;}/* Start custom CSS for html, class: .elementor-element-568f832 *//* ═══════════════════════════════════════════════════════════════════
   BASE &amp; RESET
   ═══════════════════════════════════════════════════════════════════ */

body {
  font-family: 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: #c9d1d9;
  line-height: 1.7;
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0,240,255,.04) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(0,255,65,.03) 0%, transparent 60%),
    linear-gradient(180deg,#0a0e17 0%,#0d1525 50%,#0a0e17 100%);
  background-attachment: fixed;
}

a { color: #ef4444; text-decoration: none; transition: color .2s, text-shadow .2s; }
a:hover { color: #f87171; text-shadow: 0 0 12px rgba(239,68,68,.3); }

/* ═══════════════════════════════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════════════════════════════ */
h1,h2,h3,h4,h5 { color: #e6edf3; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: 2.4rem; }
h2 { font-size: 1.8rem; }

/* ═══════════════════════════════════════════════════════════════════
   GLASS CARD
   ═══════════════════════════════════════════════════════════════════ */
.glass {
  background: rgba(13,21,37,.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(239,68,68,.12);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION &amp; SECTION TITLES
   ═══════════════════════════════════════════════════════════════════ */
.section { max-width: 1100px; margin: 0 auto; padding: 3rem 1.25rem; }

.section-tit {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid rgba(239,68,68,.25);
  position: relative;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.section-tit::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #ef4444;
  animation: lineGrow 1.5s ease-out forwards;
}
.section-tit .tit-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(239,68,68,.1);
  display: flex; align-items: center; justify-content: center;
  color: #ef4444;
  font-size: 1rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════════════════ */
.header {
  text-align: center;
  padding: 4rem 1.25rem 2rem;
}
.header .tactic-badge {
  display: inline-block;
  padding: .3rem 1rem;
  border-radius: 50px;
  background: rgba(239,68,68,.12);
  border: 1px solid rgba(239,68,68,.35);
  color: #ef4444;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  animation: badgePulse 3s ease-in-out infinite;
}
.header h1 { margin-bottom: .5rem; }
.header h1 .accent { color: #ef4444; }
.header .subtitle {
  font-size: 1.1rem;
  color: #8b949e;
  max-width: 700px;
  margin: 0 auto;
}
.header .technique-id {
  font-family: 'Courier New', monospace;
  color: #ef4444;
  font-size: .95rem;
  margin-top: .5rem;
  opacity: .7;
}

/* ═══════════════════════════════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════════════════════════════ */
.stats-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem auto;
  max-width: 900px;
}
.stat-card {
  background: rgba(13,21,37,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(239,68,68,.15);
  border-radius: 12px;
  padding: 1.2rem 1.8rem;
  text-align: center;
  min-width: 180px;
  animation: cardFloat 4s ease-in-out infinite;
}
.stat-card:nth-child(2) { animation-delay: .4s; }
.stat-card:nth-child(3) { animation-delay: .8s; }
.stat-card:nth-child(4) { animation-delay: 1.2s; }
.stat-card .stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #ef4444;
  display: block;
  animation: countUp 2s ease-out;
}
.stat-card .stat-label {
  font-size: .8rem;
  color: #8b949e;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: .25rem;
}

/* ═══════════════════════════════════════════════════════════════════
   SIMULATION ,  SERVER RACK DATA CENTER
   ═══════════════════════════════════════════════════════════════════ */
.sim-container {
  position: relative;
  width: 100%;
  min-height: 620px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(239,68,68,.2);
  background: rgba(5,8,14,.92);
}

/* Scan Lines */
.sim-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: rgba(239,68,68,.15);
  z-index: 10;
  animation: scanLine 4s linear infinite;
}
.sim-container::after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 2px;
  background: rgba(239,68,68,.1);
  z-index: 10;
  animation: vScanLine 6s linear infinite;
}

/* Dashboard Header */
.dash-header {
  background: linear-gradient(90deg, rgba(239,68,68,.08) 0%, rgba(239,68,68,.02) 100%);
  border-bottom: 1px solid rgba(239,68,68,.2);
  padding: .8rem 1.5rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.dash-header .rack-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid #ef4444;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
  color: #ef4444;
  animation: rackSpin 8s linear infinite;
}
.dash-header .dash-title {
  font-weight: 700;
  color: #ef4444;
  font-size: 1rem;
  letter-spacing: .04em;
}
.dash-header .dash-status {
  margin-left: auto;
  font-size: .7rem;
  color: #4ade80;
  display: flex; align-items: center; gap: .3rem;
}
.dash-header .dash-status i { animation: statusBlink 2s ease-in-out infinite; }

/* Data Center Layout */
.dc-layout {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 0;
  min-height: 500px;
  position: relative;
}

/* Server Rack Column */
.rack-column {
  position: relative;
  padding: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
}

/* Individual Server Unit */
.server-unit {
  width: 100%;
  max-width: 130px;
  height: 36px;
  background: linear-gradient(135deg, rgba(30,40,60,.9), rgba(20,28,45,.9));
  border: 1px solid rgba(239,68,68,.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  gap: .4rem;
  animation: serverSlideIn .6s ease-out forwards;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.server-unit:nth-child(1) { animation-delay: .2s; }
.server-unit:nth-child(2) { animation-delay: .4s; }
.server-unit:nth-child(3) { animation-delay: .6s; }
.server-unit:nth-child(4) { animation-delay: .8s; }
.server-unit:nth-child(5) { animation-delay: 1s; }
.server-unit:nth-child(6) { animation-delay: 1.2s; }
.server-unit:nth-child(7) { animation-delay: 1.4s; }
.server-unit:nth-child(8) { animation-delay: 1.6s; }

.server-unit .led-strip {
  display: flex;
  gap: 3px;
}
.server-unit .led {
  width: 5px; height: 5px;
  border-radius: 50%;
}
.server-unit .led.green {
  background: #4ade80;
  box-shadow: 0 0 4px rgba(74,222,128,.6);
  animation: ledBlink 2s ease-in-out infinite;
}
.server-unit .led.red {
  background: #ef4444;
  box-shadow: 0 0 4px rgba(239,68,68,.6);
  animation: ledBlink 1.5s ease-in-out infinite;
}
.server-unit .led.amber {
  background: #fbbf24;
  box-shadow: 0 0 4px rgba(251,191,36,.6);
  animation: ledBlink 3s ease-in-out infinite;
}
.server-unit .led:nth-child(2) { animation-delay: .3s; }
.server-unit .led:nth-child(3) { animation-delay: .6s; }

.server-unit .drive-bays {
  display: flex;
  gap: 2px;
  margin-left: auto;
}
.server-unit .drive-bay {
  width: 8px; height: 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 1px;
}
.server-unit .drive-bay.active {
  background: rgba(239,68,68,.08);
  border-color: rgba(239,68,68,.15);
  animation: driveActivity 1s ease-in-out infinite;
}

.server-unit .label {
  font-size: .45rem;
  color: #6b7280;
  font-family: 'Courier New', monospace;
  white-space: nowrap;
}

/* Rack Frame */
.rack-frame {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 6px);
  height: 100%;
  border: 1px solid rgba(239,68,68,.08);
  border-radius: 6px;
  pointer-events: none;
}

/* Rack Screws */
.rack-frame::before, .rack-frame::after {
  content: '';
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(239,68,68,.15);
}
.rack-frame::before { top: 4px; left: 4px; box-shadow: calc(100% - 4px) 0 0 rgba(239,68,68,.15); }
.rack-frame::after { bottom: 4px; left: 4px; box-shadow: calc(100% - 4px) 0 0 rgba(239,68,68,.15); }

/* Center Network Topology */
.network-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-left: 1px solid rgba(239,68,68,.08);
  border-right: 1px solid rgba(239,68,68,.08);
}

/* Network Flow */
.network-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}

/* Flow Nodes */
.flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  animation: nodeAppear 1s ease-out forwards;
  opacity: 0;
}
.flow-node:nth-child(1) { animation-delay: .5s; }
.flow-node:nth-child(2) { animation-delay: .8s; }
.flow-node:nth-child(3) { animation-delay: 1.1s; }
.flow-node:nth-child(4) { animation-delay: 1.4s; }

.flow-node .fn-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  position: relative;
  animation: iconFloat 3s ease-in-out infinite;
}
.flow-node .fn-icon.attacker {
  background: rgba(239,68,68,.15);
  color: #f87171;
  border: 1px solid rgba(239,68,68,.25);
}
.flow-node .fn-icon.c2 {
  background: rgba(249,115,22,.15);
  color: #fb923c;
  border: 1px solid rgba(249,115,22,.25);
}
.flow-node .fn-icon.staging {
  background: rgba(251,191,36,.15);
  color: #fbbf24;
  border: 1px solid rgba(251,191,36,.25);
}
.flow-node .fn-icon.exfil {
  background: rgba(168,85,247,.15);
  color: #c084fc;
  border: 1px solid rgba(168,85,247,.25);
}

/* Pulse rings on nodes */
.flow-node .fn-icon::after {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  border-radius: 10px;
  border: 1px solid;
  animation: pulseRing 3s ease-out infinite;
  opacity: 0;
}
.flow-node:nth-child(1) .fn-icon::after { border-color: rgba(239,68,68,.3); }
.flow-node:nth-child(2) .fn-icon::after { border-color: rgba(249,115,22,.3); animation-delay: .5s; }
.flow-node:nth-child(3) .fn-icon::after { border-color: rgba(251,191,36,.3); animation-delay: 1s; }
.flow-node:nth-child(4) .fn-icon::after { border-color: rgba(168,85,247,.3); animation-delay: 1.5s; }

.flow-node .fn-label {
  font-size: .6rem;
  color: #8b949e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* Connection Arrows */
.flow-connection {
  display: flex;
  align-items: center;
  gap: 3px;
}
.flow-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  animation: dotTravel 1.5s linear infinite;
}
.flow-dot.red { background: #ef4444; box-shadow: 0 0 6px rgba(239,68,68,.5); }
.flow-dot.orange { background: #f97316; box-shadow: 0 0 6px rgba(249,115,22,.5); }
.flow-dot.amber { background: #fbbf24; box-shadow: 0 0 6px rgba(251,191,36,.5); }
.flow-dot:nth-child(2) { animation-delay: .3s; }
.flow-dot:nth-child(3) { animation-delay: .6s; }
.flow-dot:nth-child(4) { animation-delay: .9s; }
.flow-dot:nth-child(5) { animation-delay: 1.2s; }

/* Cable Layer */
.cable-layer {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  pointer-events: none;
  overflow: hidden;
}

/* Cable */
.cable {
  position: absolute;
  height: 2px;
  border-radius: 1px;
}
.cable.red-cable { background: rgba(239,68,68,.2); animation: cableGlow 3s ease-in-out infinite; }
.cable.blue-cable { background: rgba(59,130,246,.15); animation: cableGlow 3s ease-in-out infinite 1s; }
.cable.green-cable { background: rgba(74,222,128,.15); animation: cableGlow 3s ease-in-out infinite 2s; }
.cable:nth-child(1) { bottom: 90px; left: 10%; width: 80%; }
.cable:nth-child(2) { bottom: 60px; left: 5%; width: 90%; }
.cable:nth-child(3) { bottom: 30px; left: 15%; width: 70%; }
.cable:nth-child(4) { bottom: 15px; left: 8%; width: 85%; }

/* Data packets on cables */
.cable-packet {
  position: absolute;
  width: 8px; height: 3px;
  border-radius: 2px;
  animation: cablePacketMove 3s linear infinite;
}
.cable-packet.red-pkt { background: #ef4444; box-shadow: 0 0 6px rgba(239,68,68,.6); }
.cable-packet.blue-pkt { background: #3b82f6; box-shadow: 0 0 6px rgba(59,130,246,.6); }
.cable-packet.green-pkt { background: #4ade80; box-shadow: 0 0 6px rgba(74,222,128,.6); }
.cable-packet:nth-child(5) { bottom: 92px; left: 10%; animation-delay: 0s; }
.cable-packet:nth-child(6) { bottom: 92px; left: 30%; animation-delay: 1s; }
.cable-packet:nth-child(7) { bottom: 62px; left: 15%; animation-delay: .5s; }
.cable-packet:nth-child(8) { bottom: 32px; left: 20%; animation-delay: 1.5s; }

/* Role Labels */
.role-panel {
  padding: .6rem .8rem;
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(239,68,68,.1);
}
.role-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .15rem .5rem;
  border-radius: 3px;
  margin-right: .3rem;
  margin-bottom: .3rem;
  animation: roleFadeIn .5s ease-out forwards;
  opacity: 0;
}
.role-badge:nth-child(1) { animation-delay: 1.8s; background: rgba(239,68,68,.12); color: #f87171; border: 1px solid rgba(239,68,68,.2); }
.role-badge:nth-child(2) { animation-delay: 2s; background: rgba(249,115,22,.12); color: #fb923c; border: 1px solid rgba(249,115,22,.2); }
.role-badge:nth-child(3) { animation-delay: 2.2s; background: rgba(168,85,247,.12); color: #c084fc; border: 1px solid rgba(168,85,247,.2); }
.role-badge:nth-child(4) { animation-delay: 2.4s; background: rgba(74,222,128,.12); color: #4ade80; border: 1px solid rgba(74,222,128,.2); }

/* Terminal Panel */
.terminal-panel {
  margin: 1rem 1.2rem;
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(239,68,68,.1);
  border-radius: 8px;
  overflow: hidden;
}
.terminal-bar {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .8rem;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.terminal-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
}
.terminal-dot.red { background: #f87171; }
.terminal-dot.yellow { background: #fbbf24; }
.terminal-dot.green { background: #4ade80; }
.terminal-bar .terminal-title {
  font-size: .65rem;
  color: #8b949e;
  margin-left: .5rem;
  font-family: 'Courier New', monospace;
}
.terminal-body {
  padding: .8rem;
  font-family: 'Courier New', monospace;
  font-size: .72rem;
  line-height: 1.8;
  overflow: hidden;
}
.term-line {
  opacity: 0;
  animation: termReveal .5s ease-out forwards;
  white-space: nowrap;
}
.term-line:nth-child(1) { animation-delay: .5s; }
.term-line:nth-child(2) { animation-delay: 1s; }
.term-line:nth-child(3) { animation-delay: 1.5s; }
.term-line:nth-child(4) { animation-delay: 2s; }
.term-line:nth-child(5) { animation-delay: 2.5s; }
.term-line:nth-child(6) { animation-delay: 3s; }
.term-line:nth-child(7) { animation-delay: 3.5s; }
.term-line:nth-child(8) { animation-delay: 4s; }
.term-line .prompt { color: #ef4444; }
.term-line .cmd { color: #4ade80; }
.term-line .flag { color: #fbbf24; }
.term-line .ok { color: #4ade80; }
.term-line .warn { color: #f87171; }
.term-line .info { color: #60a5fa; }
.term-line .cursor {
  display: inline-block;
  width: 7px; height: 14px;
  background: #ef4444;
  animation: cursorBlink 1s step-end infinite;
  vertical-align: middle;
  margin-left: 2px;
}

/* Server Status Cards */
.server-status-row {
  display: flex;
  gap: .6rem;
  padding: .6rem 1.2rem;
  flex-wrap: wrap;
}
.server-status-card {
  flex: 1;
  min-width: 140px;
  background: rgba(20,30,50,.5);
  border: 1px solid rgba(239,68,68,.08);
  border-radius: 8px;
  padding: .6rem .8rem;
  animation: statusCardIn .5s ease-out forwards;
  opacity: 0;
}
.server-status-card:nth-child(1) { animation-delay: 2.5s; }
.server-status-card:nth-child(2) { animation-delay: 2.7s; }
.server-status-card:nth-child(3) { animation-delay: 2.9s; }
.ssc-label {
  font-size: .55rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .3rem;
}
.ssc-value {
  font-family: 'Courier New', monospace;
  font-size: .75rem;
  color: #ef4444;
  font-weight: 600;
}
.ssc-bar {
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.05);
  border-radius: 2px;
  margin-top: .3rem;
  overflow: hidden;
}
.ssc-fill {
  height: 100%;
  border-radius: 2px;
  animation: barFill 3s ease-out forwards;
}
.ssc-fill.red-fill { background: linear-gradient(90deg, #ef4444, #f87171); }
.ssc-fill.amber-fill { background: linear-gradient(90deg, #f59e0b, #fbbf24); }
.ssc-fill.green-fill { background: linear-gradient(90deg, #22c55e, #4ade80); }

/* Payment / Reseller Info */
.payment-row {
  padding: .6rem 1.2rem;
  border-top: 1px solid rgba(251,191,36,.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.payment-coin {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border: 2px solid #fbbf24;
  position: relative;
  animation: coinSpin 4s linear infinite;
  box-shadow: 0 0 10px rgba(245,158,11,.3);
  flex-shrink: 0;
}
.payment-coin::before {
  content: '₿';
  font-size: .5rem;
  font-weight: 700;
  color: #0a0e17;
  display: flex; align-items: center; justify-content: center;
  height: 100%;
}
.payment-text {
  font-size: .65rem;
  color: #8b949e;
  font-family: 'Courier New', monospace;
}
.payment-text .btc { color: #fbbf24; font-weight: 600; }

/* Alert Strip */
.alert-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: .8rem 1.2rem;
  border-top: 1px solid rgba(239,68,68,.15);
}
.alert-badge {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: .3rem .7rem;
  border-radius: 6px;
  font-size: .7rem;
  font-weight: 600;
  animation: alertFlash 2s ease-in-out infinite;
}
.alert-badge.critical {
  background: rgba(239,68,68,.12);
  border: 1px solid rgba(239,68,68,.3);
  color: #f87171;
}
.alert-badge.warning {
  background: rgba(234,179,8,.12);
  border: 1px solid rgba(234,179,8,.3);
  color: #eab308;
  animation-delay: .5s;
}
.alert-badge.info {
  background: rgba(59,130,246,.12);
  border: 1px solid rgba(59,130,246,.3);
  color: #60a5fa;
  animation-delay: 1s;
}
.alert-badge i { animation: bellShake .6s ease-in-out infinite; }

/* ═══════════════════════════════════════════════════════════════════
   WHY IT MATTERS
   ═══════════════════════════════════════════════════════════════════ */
.importance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.importance-card {
  background: rgba(13,21,37,.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(239,68,68,.1);
  border-radius: 12px;
  padding: 1.2rem;
  transition: border-color .3s, transform .3s;
  animation: fadeInUp .6s ease-out forwards;
  opacity: 0;
}
.importance-card:nth-child(1) { animation-delay: .1s; }
.importance-card:nth-child(2) { animation-delay: .2s; }
.importance-card:nth-child(3) { animation-delay: .3s; }
.importance-card:nth-child(4) { animation-delay: .4s; }
.importance-card:nth-child(5) { animation-delay: .5s; }
.importance-card:nth-child(6) { animation-delay: .6s; }
.importance-card:hover {
  border-color: rgba(239,68,68,.3);
  transform: translateY(-3px);
}
.importance-card .ic-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  margin-bottom: .8rem;
}
.ic-icon.red { background: rgba(239,68,68,.12); color: #f87171; }
.ic-icon.blue { background: rgba(59,130,246,.12); color: #60a5fa; }
.ic-icon.green { background: rgba(74,222,128,.12); color: #4ade80; }
.ic-icon.purple { background: rgba(168,85,247,.12); color: #c084fc; }
.ic-icon.orange { background: rgba(249,115,22,.12); color: #fb923c; }
.ic-icon.cyan { background: rgba(34,211,238,.12); color: #22d3ee; }
.importance-card h4 { font-size: 1rem; margin-bottom: .4rem; color: #e6edf3; }
.importance-card p { font-size: .85rem; color: #8b949e; line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════════════
   KEY TERMS
   ═══════════════════════════════════════════════════════════════════ */
.analogy-box {
  background: linear-gradient(135deg, rgba(239,68,68,.06), rgba(239,68,68,.02));
  border-left: 4px solid #ef4444;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.analogy-box .analogy-icon { font-size: 1.5rem; margin-bottom: .5rem; }
.analogy-box .analogy-text {
  font-size: .95rem;
  color: #c9d1d9;
  line-height: 1.7;
  font-style: italic;
}
.analogy-box .analogy-label {
  font-size: .75rem;
  color: #ef4444;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: .5rem;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.term-card {
  background: rgba(13,21,37,.5);
  border: 1px solid rgba(239,68,68,.08);
  border-radius: 10px;
  padding: 1rem;
  animation: fadeInUp .5s ease-out forwards;
  opacity: 0;
}
.term-card:nth-child(1) { animation-delay: .1s; }
.term-card:nth-child(2) { animation-delay: .2s; }
.term-card:nth-child(3) { animation-delay: .3s; }
.term-card:nth-child(4) { animation-delay: .4s; }
.term-card:nth-child(5) { animation-delay: .5s; }
.term-card .term-name {
  font-weight: 700;
  color: #ef4444;
  font-size: .9rem;
  margin-bottom: .3rem;
}
.term-card .term-def {
  font-size: .82rem;
  color: #8b949e;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════════
   REAL-WORLD SCENARIO
   ═══════════════════════════════════════════════════════════════════ */
.scenario-story {
  font-size: .95rem;
  line-height: 1.8;
  color: #c9d1d9;
}
.scenario-story .character {
  font-weight: 700;
  color: #ef4444;
}
.scenario-story .org {
  font-weight: 600;
  color: #60a5fa;
}
.scenario-story .money {
  font-weight: 700;
  color: #fbbf24;
}

.timeline {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 2rem;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #ef4444, rgba(239,68,68,.1));
}
.timeline-item {
  position: relative;
  margin-bottom: 1.2rem;
  animation: fadeInUp .5s ease-out forwards;
  opacity: 0;
}
.timeline-item:nth-child(1) { animation-delay: .1s; }
.timeline-item:nth-child(2) { animation-delay: .2s; }
.timeline-item:nth-child(3) { animation-delay: .3s; }
.timeline-item:nth-child(4) { animation-delay: .4s; }
.timeline-item:nth-child(5) { animation-delay: .5s; }
.timeline-item:nth-child(6) { animation-delay: .6s; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: .4rem;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #ef4444;
  border: 2px solid #0a0e17;
  box-shadow: 0 0 8px rgba(239,68,68,.4);
  transform: translateX(-4px);
}
.timeline-item .tl-date {
  font-size: .7rem;
  color: #ef4444;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .2rem;
}
.timeline-item .tl-text {
  font-size: .85rem;
  color: #8b949e;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════════
   STEP-BY-STEP GUIDE
   ═══════════════════════════════════════════════════════════════════ */
.steps-container { counter-reset: step; }
.step-item {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  animation: fadeInUp .5s ease-out forwards;
  opacity: 0;
}
.step-item:nth-child(1) { animation-delay: .1s; }
.step-item:nth-child(2) { animation-delay: .2s; }
.step-item:nth-child(3) { animation-delay: .3s; }
.step-item:nth-child(4) { animation-delay: .4s; }
.step-item:nth-child(5) { animation-delay: .5s; }
.step-item:nth-child(6) { animation-delay: .6s; }

.step-num {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(239,68,68,.15), rgba(239,68,68,.05));
  border: 1px solid rgba(239,68,68,.25);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  color: #ef4444;
  font-size: 1.1rem;
}
.step-content {
  flex: 1;
  background: rgba(13,21,37,.5);
  border: 1px solid rgba(239,68,68,.08);
  border-radius: 12px;
  padding: 1rem 1.2rem;
}
.step-content h4 {
  font-size: .95rem;
  color: #e6edf3;
  margin-bottom: .4rem;
}
.step-content p {
  font-size: .85rem;
  color: #8b949e;
  line-height: 1.6;
  margin-bottom: .5rem;
}
.step-content ul {
  list-style: none;
  padding: 0;
}
.step-content li {
  font-size: .82rem;
  color: #8b949e;
  padding: .25rem 0 .25rem 1.2rem;
  position: relative;
}
.step-content li::before {
  content: '\25B8';
  position: absolute;
  left: 0;
  color: #ef4444;
}
.protection-tag {
  display: inline-block;
  padding: .15rem .5rem;
  border-radius: 4px;
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-left: .3rem;
}
.tag-prevent { background: rgba(74,222,128,.1); color: #4ade80; }
.tag-detect { background: rgba(59,130,246,.1); color: #60a5fa; }
.tag-respond { background: rgba(249,115,22,.1); color: #fb923c; }

/* ═══════════════════════════════════════════════════════════════════
   COMMON MISTAKES &amp; BEST PRACTICES
   ═══════════════════════════════════════════════════════════════════ */
.mb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.mb-col h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid;
}
.mb-col.mistakes h3 { border-color: rgba(239,68,68,.3); color: #f87171; }
.mb-col.practices h3 { border-color: rgba(74,222,128,.3); color: #4ade80; }

.mb-item {
  padding: .8rem 1rem;
  border-radius: 8px;
  margin-bottom: .6rem;
  font-size: .85rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}
.mistakes .mb-item {
  background: rgba(239,68,68,.04);
  border: 1px solid rgba(239,68,68,.1);
  color: #c9d1d9;
}
.practices .mb-item {
  background: rgba(74,222,128,.04);
  border: 1px solid rgba(74,222,128,.1);
  color: #c9d1d9;
}
.mb-item i {
  margin-top: .15rem;
  flex-shrink: 0;
}
.mistakes .mb-item i { color: #f87171; }
.practices .mb-item i { color: #4ade80; }

/* ═══════════════════════════════════════════════════════════════════
   RED TEAM vs BLUE TEAM
   ═══════════════════════════════════════════════════════════════════ */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.team-card {
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid;
  animation: fadeInUp .5s ease-out forwards;
  opacity: 0;
}
.team-card.red {
  background: rgba(239,68,68,.04);
  border-color: rgba(239,68,68,.15);
  animation-delay: .1s;
}
.team-card.blue {
  background: rgba(59,130,246,.04);
  border-color: rgba(59,130,246,.15);
  animation-delay: .3s;
}
.team-card h3 {
  font-size: 1.1rem;
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.team-card.red h3 { color: #f87171; }
.team-card.blue h3 { color: #60a5fa; }
.team-card .team-subtitle {
  font-size: .82rem;
  color: #8b949e;
  margin-bottom: 1rem;
}
.team-card ul {
  list-style: none;
  padding: 0;
}
.team-card li {
  font-size: .85rem;
  color: #c9d1d9;
  padding: .4rem 0 .4rem 1.5rem;
  position: relative;
  line-height: 1.6;
}
.team-card.red li::before {
  content: '\2694';
  position: absolute;
  left: 0;
  color: #f87171;
  font-size: .7rem;
}
.team-card.blue li::before {
  content: '\1F6E1';
  position: absolute;
  left: 0;
  color: #60a5fa;
  font-size: .7rem;
}

/* ═══════════════════════════════════════════════════════════════════
   THREAT HUNTER'S EYE
   ═══════════════════════════════════════════════════════════════════ */
.hunt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1rem;
}
.hunt-card {
  background: rgba(13,21,37,.5);
  border: 1px solid rgba(239,68,68,.08);
  border-radius: 10px;
  padding: 1rem;
  transition: border-color .3s;
}
.hunt-card:hover { border-color: rgba(239,68,68,.25); }
.hunt-card .hunt-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(239,68,68,.1);
  display: flex; align-items: center; justify-content: center;
  color: #ef4444;
  font-size: .85rem;
  margin-bottom: .6rem;
}
.hunt-card h4 {
  font-size: .9rem;
  color: #e6edf3;
  margin-bottom: .4rem;
}
.hunt-card p {
  font-size: .82rem;
  color: #8b949e;
  line-height: 1.6;
}
.hunt-card .hunt-severity {
  display: inline-block;
  padding: .15rem .5rem;
  border-radius: 4px;
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: .5rem;
}
.sev-high { background: rgba(239,68,68,.12); color: #f87171; }
.sev-med { background: rgba(234,179,8,.12); color: #eab308; }
.sev-low { background: rgba(59,130,246,.12); color: #60a5fa; }

/* Hunting query code blocks */
.hunt-query {
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(239,68,68,.08);
  border-radius: 6px;
  padding: .5rem .7rem;
  margin-top: .5rem;
  font-family: 'Courier New', monospace;
  font-size: .7rem;
  color: #fbbf24;
  overflow-x: auto;
}

/* ═══════════════════════════════════════════════════════════════════
   CALL TO ACTION
   ═══════════════════════════════════════════════════════════════════ */
.cta-box {
  background: linear-gradient(135deg, rgba(239,68,68,.06), rgba(239,68,68,.02));
  border: 1px solid rgba(239,68,68,.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
}
.cta-box h3 {
  font-size: 1.3rem;
  color: #ef4444;
  margin-bottom: .8rem;
}
.cta-box p {
  font-size: .95rem;
  color: #8b949e;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

.related-techniques {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.5rem;
}
.related-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1.2rem;
  background: rgba(13,21,37,.7);
  border: 1px solid rgba(239,68,68,.15);
  border-radius: 8px;
  color: #ef4444;
  font-size: .85rem;
  font-weight: 600;
  transition: all .3s;
}
.related-link:hover {
  border-color: rgba(239,68,68,.4);
  background: rgba(239,68,68,.06);
  transform: translateY(-2px);
}
.related-link i { font-size: .7rem; }

.ext-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
  justify-content: center;
}
.ext-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .8rem;
  background: rgba(59,130,246,.06);
  border: 1px solid rgba(59,130,246,.12);
  border-radius: 6px;
  font-size: .75rem;
  color: #60a5fa;
  transition: all .2s;
}
.ext-link:hover {
  border-color: rgba(59,130,246,.3);
  background: rgba(59,130,246,.1);
}
.ext-link i { font-size: .65rem; }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  .section-tit { font-size: 1.4rem; }
  .glass { padding: 1.2rem; }
  .mb-grid, .team-grid { grid-template-columns: 1fr; }
  .stats-bar { flex-direction: column; align-items: center; }
  .network-flow { flex-direction: column; gap: .8rem; }
  header { padding: 2.5rem 1rem 1.5rem; }
  .dc-layout { grid-template-columns: 1fr; }
  .network-center { border-left: none; border-right: none; border-top: 1px solid rgba(239,68,68,.1); border-bottom: 1px solid rgba(239,68,68,.1); }
  .rack-column { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .server-unit { max-width: 100%; }
}

@media (max-width: 480px) {
  h1 { font-size: 1.5rem; }
  .section { padding: 2rem .8rem; }
  .importance-grid { grid-template-columns: 1fr; }
  .terms-grid { grid-template-columns: 1fr; }
  .hunt-grid { grid-template-columns: 1fr; }
  .stat-card { min-width: 140px; }
  .server-status-row { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   25+ CSS KEYFRAME ANIMATIONS
   ═══════════════════════════════════════════════════════════════════ */

/* 1 - Line grow for section title underline */
@keyframes lineGrow {
  from { width: 0; }
  to { width: 80px; }
}

/* 2 - Badge pulse */
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239,68,68,.2); }
  50% { box-shadow: 0 0 20px 5px rgba(239,68,68,.1); }
}

/* 3 - Card floating */
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* 4 - Count up effect */
@keyframes countUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 5 - Horizontal scan line */
@keyframes scanLine {
  0% { top: 0; opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* 6 - Vertical scan line */
@keyframes vScanLine {
  0% { left: 0; opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

/* 7 - Rack icon spin */
@keyframes rackSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 8 - Status blink */
@keyframes statusBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

/* 9 - LED blink */
@keyframes ledBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: .2; }
}

/* 10 - Server unit slide in */
@keyframes serverSlideIn {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 11 - Drive activity */
@keyframes driveActivity {
  0%, 100% { background: rgba(239,68,68,.05); }
  50% { background: rgba(239,68,68,.15); }
}

/* 12 - Node appear */
@keyframes nodeAppear {
  from { opacity: 0; transform: translateY(15px) scale(.8); }
  60% { opacity: 1; transform: translateY(-3px) scale(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* 13 - Icon float */
@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* 14 - Pulse ring */
@keyframes pulseRing {
  0% { transform: scale(1); opacity: .6; }
  100% { transform: scale(2); opacity: 0; }
}

/* 15 - Dot travel (flow dots) */
@keyframes dotTravel {
  0% { opacity: 0; transform: translateX(-8px); }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateX(8px); }
}

/* 16 - Cable glow */
@keyframes cableGlow {
  0%, 100% { opacity: .4; }
  50% { opacity: 1; }
}

/* 17 - Cable packet move */
@keyframes cablePacketMove {
  0% { left: 5%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 90%; opacity: 0; }
}

/* 18 - Role fade in */
@keyframes roleFadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 19 - Terminal line reveal */
@keyframes termReveal {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 20 - Cursor blink */
@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* 21 - Status card appear */
@keyframes statusCardIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 22 - Bar fill animation */
@keyframes barFill {
  from { width: 0; }
  to { width: var(--fill); }
}

/* 23 - Coin spin */
@keyframes coinSpin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

/* 24 - Alert flash */
@keyframes alertFlash {
  0%, 100% { opacity: 1; }
  50% { opacity: .6; }
}

/* 25 - Bell shake */
@keyframes bellShake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  75% { transform: rotate(-15deg); }
}

/* 26 - Fade in up */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 27 - Server power on sequence */
@keyframes serverPowerOn {
  0% { opacity: 0; box-shadow: none; }
  50% { opacity: .5; box-shadow: 0 0 10px rgba(239,68,68,.3); }
  100% { opacity: 1; box-shadow: 0 0 2px rgba(239,68,68,.1); }
}

/* 28 - Traffic burst */
@keyframes trafficBurst {
  0%, 100% { opacity: .1; transform: scaleX(.8); }
  50% { opacity: .8; transform: scaleX(1.1); }
}

/* 29 - Rack fan rotation */
@keyframes fanRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 30 - Data center ambient hum */
@keyframes ambientHum {
  0%, 100% { box-shadow: 0 0 15px rgba(239,68,68,.03); }
  50% { box-shadow: 0 0 30px rgba(239,68,68,.06); }
}/* End custom CSS */