.elementor-15112 .elementor-element.elementor-element-a76fc26{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b774083 *//* ═══════════════════════════════════════════════════════════════════
   BASE &amp; RESET
   ═══════════════════════════════════════════════════════════════════ */

body {
  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: #22d3ee; text-decoration: none; transition: color .2s, text-shadow .2s; }
a:hover { color: #67e8f9; text-shadow: 0 0 12px rgba(34,211,238,.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(34,211,238,.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(34,211,238,.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: #22d3ee;
  animation: lineGrow 1.5s ease-out forwards;
}
.section-tit .tit-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(34,211,238,.1);
  display: flex; align-items: center; justify-content: center;
  color: #22d3ee;
  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(34,211,238,.12);
  border: 1px solid rgba(34,211,238,.35);
  color: #22d3ee;
  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: #22d3ee; }
.header .subtitle {
  font-size: 1.1rem;
  color: #8b949e;
  max-width: 700px;
  margin: 0 auto;
}
.header .technique-id {
  font-family: 'Courier New', monospace;
  color: #22d3ee;
  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(34,211,238,.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: #22d3ee;
  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 ,  VPS PROVISIONING DASHBOARD
   ═══════════════════════════════════════════════════════════════════ */
.sim-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(34,211,238,.2);
  background: rgba(5,8,14,.9);
}

/* Scan Lines */
.sim-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: rgba(34,211,238,.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(34,211,238,.1);
  z-index: 10;
  animation: vScanLine 6s linear infinite;
}

/* Dashboard Header */
.dash-header {
  background: linear-gradient(90deg, rgba(34,211,238,.08) 0%, rgba(34,211,238,.02) 100%);
  border-bottom: 1px solid rgba(34,211,238,.2);
  padding: .8rem 1.5rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.dash-header .cloud-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid #22d3ee;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
  color: #22d3ee;
  animation: cloudSpin 8s linear infinite;
}
.dash-header .dash-title {
  font-weight: 700;
  color: #22d3ee;
  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; }

/* Provider Tabs */
.provider-tabs {
  display: flex;
  gap: .5rem;
  padding: .6rem 1.2rem;
  background: rgba(0,0,0,.3);
  border-bottom: 1px solid rgba(255,255,255,.05);
  flex-wrap: wrap;
}
.provider-tab {
  font-size: .7rem;
  padding: .25rem .7rem;
  border-radius: 4px;
  background: rgba(255,255,255,.03);
  color: #8b949e;
  border: 1px solid rgba(255,255,255,.08);
  cursor: pointer;
  transition: all .3s;
  animation: tabGlow 3s ease-in-out infinite;
}
.provider-tab:nth-child(1) { animation-delay: 0s; border-color: rgba(34,211,238,.3); color: #22d3ee; background: rgba(34,211,238,.08); }
.provider-tab:nth-child(2) { animation-delay: .5s; }
.provider-tab:nth-child(3) { animation-delay: 1s; }
.provider-tab:nth-child(4) { animation-delay: 1.5s; }
.provider-tab:nth-child(5) { animation-delay: 2s; }

/* VPS Grid */
.vps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  padding: 1.2rem;
}

.vps-card {
  background: rgba(20,30,50,.6);
  border: 1px solid rgba(34,211,238,.1);
  border-radius: 12px;
  overflow: hidden;
  animation: vpsCardAppear 1s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
  transition: border-color .3s, box-shadow .3s;
  position: relative;
}
.vps-card:nth-child(1) { animation-delay: .3s; }
.vps-card:nth-child(2) { animation-delay: .6s; }
.vps-card:nth-child(3) { animation-delay: .9s; }
.vps-card:nth-child(4) { animation-delay: 1.2s; }
.vps-card:nth-child(5) { animation-delay: 1.5s; }
.vps-card:hover {
  border-color: rgba(34,211,238,.4);
  box-shadow: 0 0 20px rgba(34,211,238,.08);
}

/* VPS Status Indicator */
.vps-status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  display: inline-block;
  animation: statusBlink 2s ease-in-out infinite;
}
.vps-status-dot.provisioning { background: #fbbf24; box-shadow: 0 0 8px rgba(251,191,36,.5); }
.vps-status-dot.active { background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,.5); }
.vps-status-dot.configuring { background: #22d3ee; box-shadow: 0 0 8px rgba(34,211,238,.5); }
.vps-status-dot.suspended { background: #f87171; box-shadow: 0 0 8px rgba(248,113,113,.5); }

.vps-card-top {
  padding: .8rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vps-provider {
  font-size: .75rem;
  font-weight: 600;
  color: #22d3ee;
  display: flex; align-items: center; gap: .4rem;
}
.vps-region {
  font-size: .65rem;
  color: #8b949e;
  padding: .1rem .4rem;
  border-radius: 3px;
  background: rgba(255,255,255,.04);
}

.vps-card-body { padding: .8rem 1rem; }
.vps-ip {
  font-family: 'Courier New', monospace;
  font-size: .8rem;
  color: #4ade80;
  margin-bottom: .3rem;
}
.vps-specs {
  font-size: .72rem;
  color: #8b949e;
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.vps-spec {
  display: flex; align-items: center; gap: .2rem;
}
.vps-spec i { color: #22d3ee; font-size: .6rem; }

.vps-card-footer {
  padding: .6rem 1rem;
  background: rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vps-role {
  font-size: .65rem;
  padding: .15rem .5rem;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.role-c2 { background: rgba(239,68,68,.15); color: #f87171; }
.role-staging { background: rgba(234,179,8,.15); color: #fbbf24; }
.role-exfil { background: rgba(168,85,247,.15); color: #c084fc; }
.role-recon { background: rgba(59,130,246,.15); color: #60a5fa; }
.role-redundant { background: rgba(34,211,238,.15); color: #22d3ee; }

.vps-uptime {
  font-size: .7rem;
  color: #8b949e;
}

/* Provisioning Progress */
.provision-bar {
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.05);
  position: absolute;
  bottom: 0;
  left: 0;
}
.provision-fill {
  height: 100%;
  background: linear-gradient(90deg, #22d3ee, #4ade80);
  border-radius: 2px;
  animation: provisionFill 4s ease-out forwards;
}
.vps-card:nth-child(1) .provision-fill { animation-duration: 3s; }
.vps-card:nth-child(2) .provision-fill { animation-duration: 3.5s; }
.vps-card:nth-child(3) .provision-fill { animation-duration: 4s; }
.vps-card:nth-child(4) .provision-fill { animation-duration: 4.5s; }
.vps-card:nth-child(5) .provision-fill { animation-duration: 5s; }

/* Connection Lines (between VPS) */
.connection-flow {
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(34,211,238,.1);
  position: relative;
  overflow: hidden;
}
.connection-flow .flow-title {
  font-size: .8rem;
  font-weight: 700;
  color: #22d3ee;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .8rem;
  text-align: center;
}

.data-packets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: 60px;
  position: relative;
}
.packet-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}
.packet-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
  animation: nodeFloat 3s ease-in-out infinite;
}
.packet-icon.attacker { background: rgba(239,68,68,.15); color: #f87171; }
.packet-icon.vps { background: rgba(34,211,238,.15); color: #22d3ee; }
.packet-icon.victim { background: rgba(168,85,247,.15); color: #c084fc; }
.packet-label {
  font-size: .6rem;
  color: #8b949e;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.packet-stream {
  display: flex;
  align-items: center;
  gap: .3rem;
}
.packet-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 6px rgba(34,211,238,.5);
  animation: packetTravel 2s linear infinite;
}
.packet-dot:nth-child(2) { animation-delay: .4s; }
.packet-dot:nth-child(3) { animation-delay: .8s; }

/* Crypto Payment Flow */
.crypto-flow {
  padding: .8rem 1.2rem;
  border-top: 1px solid rgba(255,255,255,.05);
  position: relative;
  overflow: hidden;
}
.crypto-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  height: 40px;
}
.crypto-coin {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border: 2px solid #fbbf24;
  position: absolute;
  animation: coinTravel 4s linear infinite;
  box-shadow: 0 0 10px rgba(245,158,11,.4);
}
.crypto-coin:nth-child(2) { animation-delay: 1.3s; }
.crypto-coin:nth-child(3) { animation-delay: 2.6s; }
.crypto-coin::before {
  content: '₿';
  font-size: .5rem;
  font-weight: 700;
  color: #0a0e17;
  display: flex; align-items: center; justify-content: center;
  height: 100%;
}
.crypto-sender, .crypto-receiver {
  font-size: .7rem;
  color: #8b949e;
  white-space: nowrap;
}
.crypto-sender i { color: #f87171; margin-right: .3rem; }
.crypto-receiver i { color: #22d3ee; margin-left: .3rem; }

/* Tool Installation Terminal */
.terminal-panel {
  margin: 1rem 1.2rem;
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(34,211,238,.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: #22d3ee; }
.term-line .cmd { color: #4ade80; }
.term-line .flag { color: #fbbf24; }
.term-line .ok { color: #4ade80; }
.term-line .warn { color: #f87171; }
.term-line .cursor {
  display: inline-block;
  width: 7px; height: 14px;
  background: #22d3ee;
  animation: cursorBlink 1s step-end infinite;
  vertical-align: middle;
  margin-left: 2px;
}

/* Multi-Provider Map */
.provider-map {
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(34,211,238,.1);
}
.map-title {
  font-size: .8rem;
  font-weight: 700;
  color: #22d3ee;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .8rem;
  text-align: center;
}
.map-nodes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 1.5rem 0;
}
.map-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  z-index: 2;
}
.map-node-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  animation: nodeFloat 3s ease-in-out infinite;
  position: relative;
}
.map-node-icon::after {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  border-radius: 10px;
  border: 1px solid;
  animation: pulseRing 3s ease-out infinite;
  opacity: 0;
}
.map-node:nth-child(1) .map-node-icon { background: rgba(239,68,68,.12); color: #f87171; border: 1px solid rgba(239,68,68,.2); }
.map-node:nth-child(1) .map-node-icon::after { border-color: rgba(239,68,68,.3); }
.map-node:nth-child(2) .map-node-icon { background: rgba(59,130,246,.12); color: #60a5fa; border: 1px solid rgba(59,130,246,.2); }
.map-node:nth-child(2) .map-node-icon::after { border-color: rgba(59,130,246,.3); animation-delay: .5s; }
.map-node:nth-child(3) .map-node-icon { background: rgba(34,211,238,.12); color: #22d3ee; border: 1px solid rgba(34,211,238,.2); }
.map-node:nth-child(3) .map-node-icon::after { border-color: rgba(34,211,238,.3); animation-delay: 1s; }
.map-node:nth-child(4) .map-node-icon { background: rgba(234,179,8,.12); color: #fbbf24; border: 1px solid rgba(234,179,8,.2); }
.map-node:nth-child(4) .map-node-icon::after { border-color: rgba(234,179,8,.3); animation-delay: 1.5s; }
.map-node:nth-child(5) .map-node-icon { background: rgba(168,85,247,.12); color: #c084fc; border: 1px solid rgba(168,85,247,.2); }
.map-node:nth-child(5) .map-node-icon::after { border-color: rgba(168,85,247,.3); animation-delay: 2s; }
.map-node-label {
  font-size: .65rem;
  color: #8b949e;
  font-weight: 600;
}
.map-node-loc {
  font-size: .6rem;
  color: #6b7280;
}

/* Connection Dashes */
.map-connector {
  position: absolute;
  top: 50%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(34,211,238,.3) 0, rgba(34,211,238,.3) 4px, transparent 4px, transparent 10px);
  animation: dashScroll 2s linear infinite;
}

/* 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(34,211,238,.12);
  border: 1px solid rgba(34,211,238,.3);
  color: #22d3ee;
  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(34,211,238,.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(34,211,238,.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.cyan { background: rgba(34,211,238,.12); color: #22d3ee; }
.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; }
.importance-card h4 { font-size: 1rem; margin-bottom: .4rem; color: #e6edf3; }
.importance-card p { font-size: .85rem; color: #8b949e; line-height: 1.6; }
.importance-card .ic-stat {
  display: inline-block;
  margin-top: .5rem;
  font-weight: 700;
  color: #22d3ee;
  font-size: .9rem;
}

/* ═══════════════════════════════════════════════════════════════════
   KEY TERMS
   ═══════════════════════════════════════════════════════════════════ */
.analogy-box {
  background: linear-gradient(135deg, rgba(34,211,238,.06), rgba(34,211,238,.02));
  border-left: 4px solid #22d3ee;
  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: #22d3ee;
  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(34,211,238,.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: #22d3ee;
  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: #22d3ee;
}
.scenario-story .org {
  font-weight: 600;
  color: #60a5fa;
}
.scenario-story .money {
  font-weight: 700;
  color: #f87171;
}

.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, #22d3ee, rgba(34,211,238,.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::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: .4rem;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #22d3ee;
  border: 2px solid #0a0e17;
  box-shadow: 0 0 8px rgba(34,211,238,.4);
  transform: translateX(-4px);
}
.timeline-item .tl-date {
  font-size: .7rem;
  color: #22d3ee;
  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(34,211,238,.15), rgba(34,211,238,.05));
  border: 1px solid rgba(34,211,238,.25);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  color: #22d3ee;
  font-size: 1.1rem;
}
.step-content {
  flex: 1;
  background: rgba(13,21,37,.5);
  border: 1px solid rgba(34,211,238,.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: #22d3ee;
}
.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(34,211,238,.08);
  border-radius: 10px;
  padding: 1rem;
  transition: border-color .3s;
}
.hunt-card:hover { border-color: rgba(34,211,238,.25); }
.hunt-card .hunt-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(34,211,238,.1);
  display: flex; align-items: center; justify-content: center;
  color: #22d3ee;
  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; }

/* ═══════════════════════════════════════════════════════════════════
   CALL TO ACTION
   ═══════════════════════════════════════════════════════════════════ */
.cta-box {
  background: linear-gradient(135deg, rgba(34,211,238,.06), rgba(34,211,238,.02));
  border: 1px solid rgba(34,211,238,.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
}
.cta-box h3 {
  font-size: 1.3rem;
  color: #22d3ee;
  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(34,211,238,.15);
  border-radius: 8px;
  color: #22d3ee;
  font-size: .85rem;
  font-weight: 600;
  transition: all .3s;
}
.related-link:hover {
  border-color: rgba(34,211,238,.4);
  background: rgba(34,211,238,.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; }
  .vps-grid { grid-template-columns: 1fr; }
  .stats-bar { flex-direction: column; align-items: center; }
  .data-packets { flex-direction: column; gap: .8rem; }
  .packet-stream { transform: rotate(90deg); }
  header { padding: 2.5rem 1rem 1.5rem; }
  .map-nodes { flex-wrap: wrap; gap: 1rem; }
}

@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; }
}

/* ═══════════════════════════════════════════════════════════════════
   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(34,211,238,.2); }
  50% { box-shadow: 0 0 20px 5px rgba(34,211,238,.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 - Cloud icon spin */
@keyframes cloudSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

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

/* 9 - VPS card appear */
@keyframes vpsCardAppear {
  to { opacity: 1; transform: translateY(0); }
}

/* 10 - Provision bar fill */
@keyframes provisionFill {
  from { width: 0; }
  to { width: 100%; }
}

/* 11 - Provider tab glow */
@keyframes tabGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,211,238,0); }
  50% { box-shadow: 0 0 8px 1px rgba(34,211,238,.08); }
}

/* 12 - Packet travel */
@keyframes packetTravel {
  0% { opacity: 0; transform: translateX(-10px); }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateX(10px); }
}

/* 13 - Coin travel */
@keyframes coinTravel {
  0% { left: 60px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: calc(100% - 60px); opacity: 0; }
}

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

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

/* 16 - Node float */
@keyframes nodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

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

/* 18 - Dash scroll */
@keyframes dashScroll {
  from { background-position: 0 0; }
  to { background-position: 20px 0; }
}

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

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

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

/* 22 - Gradient shift */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* 23 - Glow pulse */
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 5px rgba(34,211,238,.1); }
  50% { box-shadow: 0 0 20px rgba(34,211,238,.2); }
}

/* 24 - Text shimmer */
@keyframes textShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* 25 - Data stream scroll */
@keyframes dataStreamScroll {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

/* 26 - Rotate border */
@keyframes rotateBorder {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 27 - Scale pop */
@keyframes scalePop {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

/* 28 - Threat meter fill */
@keyframes threatFill {
  0% { width: 0; background: #4ade80; }
  50% { width: 60%; background: #eab308; }
  100% { width: 85%; background: #f87171; }
}

/* 29 - Bar fill */
@keyframes barFill {
  from { width: 0; }
  to { width: 78%; }
}

/* 30 - Slide in left */
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 31 - Float particles */
@keyframes floatParticle {
  0%, 100% { transform: translateY(0) translateX(0); opacity: .6; }
  25% { transform: translateY(-15px) translateX(5px); opacity: 1; }
  50% { transform: translateY(-5px) translateX(-5px); opacity: .4; }
  75% { transform: translateY(-20px) translateX(3px); opacity: .8; }
}

/* 32 - Typing cursor */
@keyframes typingCursor {
  0%, 100% { border-right-color: #22d3ee; }
  50% { border-right-color: transparent; }
}

/* ═══════════════════════════════════════════════════════════════════
   ACCESSIBILITY
   ═══════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */