.elementor-15137 .elementor-element.elementor-element-4b8688f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e238183 *//* ═══════════════════════════════════════════════════════════════════
   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: #fb923c; text-decoration: none; transition: color .2s, text-shadow .2s; }
a:hover { color: #fdba74; text-shadow: 0 0 12px rgba(249,115,22,.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(249,115,22,.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(249,115,22,.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: #f97316;
  animation: lineGrow 1.5s ease-out forwards;
}
.section-tit .tit-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(249,115,22,.1);
  display: flex; align-items: center; justify-content: center;
  color: #f97316;
  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(249,115,22,.12);
  border: 1px solid rgba(249,115,22,.35);
  color: #f97316;
  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: #f97316; }
.header .subtitle {
  font-size: 1.1rem;
  color: #8b949e;
  max-width: 700px;
  margin: 0 auto;
}
.header .technique-id {
  font-family: 'Courier New', monospace;
  color: #f97316;
  font-size: .95rem;
  margin-top: .5rem;
  opacity: .7;
}

/* ═══════════════════════════════════════════════════════════════════
   SIMULATION ,  WEB SERVICES HIJACK DASHBOARD
   ═══════════════════════════════════════════════════════════════════ */
.sim-container {
  position: relative;
  width: 100%;
  min-height: 620px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(249,115,22,.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(249,115,22,.15);
  z-index: 10;
  animation: scanLineH 4s linear infinite;
}
.sim-container::after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 2px;
  background: rgba(249,115,22,.1);
  z-index: 10;
  animation: scanLineV 6s linear infinite;
}

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

/* Web Service Icons Grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.2rem;
}

@media (max-width: 768px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .svc-grid { grid-template-columns: 1fr; }
}

.svc-card {
  background: rgba(20,30,50,.6);
  border: 1px solid rgba(249,115,22,.1);
  border-radius: 12px;
  overflow: hidden;
  animation: svcCardAppear 1s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
  transition: border-color .3s, box-shadow .3s;
  position: relative;
}
.svc-card:nth-child(1) { animation-delay: .2s; }
.svc-card:nth-child(2) { animation-delay: .4s; }
.svc-card:nth-child(3) { animation-delay: .6s; }
.svc-card:nth-child(4) { animation-delay: .8s; }
.svc-card:nth-child(5) { animation-delay: 1s; }
.svc-card:nth-child(6) { animation-delay: 1.2s; }

.svc-card:hover {
  border-color: rgba(249,115,22,.4);
  box-shadow: 0 0 20px rgba(249,115,22,.08);
}

.svc-card-top {
  padding: .8rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.svc-icon-wrap {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  position: relative;
  animation: svcFloat 3s ease-in-out infinite;
}

.svc-card:nth-child(1) .svc-icon-wrap { background: rgba(59,130,246,.12); color: #60a5fa; }
.svc-card:nth-child(2) .svc-icon-wrap { background: rgba(234,179,8,.12); color: #fbbf24; }
.svc-card:nth-child(3) .svc-icon-wrap { background: rgba(168,85,247,.12); color: #c084fc; }
.svc-card:nth-child(4) .svc-icon-wrap { background: rgba(34,211,238,.12); color: #22d3ee; }
.svc-card:nth-child(5) .svc-icon-wrap { background: rgba(249,115,22,.12); color: #fb923c; }
.svc-card:nth-child(6) .svc-icon-wrap { background: rgba(239,68,68,.12); color: #f87171; }

.svc-card:nth-child(1) .svc-icon-wrap { animation-delay: 0s; }
.svc-card:nth-child(2) .svc-icon-wrap { animation-delay: .3s; }
.svc-card:nth-child(3) .svc-icon-wrap { animation-delay: .6s; }
.svc-card:nth-child(4) .svc-icon-wrap { animation-delay: .9s; }
.svc-card:nth-child(5) .svc-icon-wrap { animation-delay: 1.2s; }
.svc-card:nth-child(6) .svc-icon-wrap { animation-delay: 1.5s; }

/* Hijack overlay */
.svc-hijack {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  z-index: 5;
}
.svc-hijack::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 12px;
  border: 2px solid rgba(239,68,68,.5);
  animation: hijackPulse 2s ease-in-out infinite;
}
.svc-hijack-badge {
  position: relative;
  z-index: 6;
  font-size: .6rem;
  font-weight: 700;
  color: #f87171;
  background: rgba(239,68,68,.15);
  border: 1px solid rgba(239,68,68,.4);
  padding: .15rem .5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .08em;
  animation: badgeFlash 1.5s ease-in-out infinite;
}
.svc-card:nth-child(1) .svc-hijack-badge { animation-delay: 0s; }
.svc-card:nth-child(2) .svc-hijack-badge { animation-delay: .3s; }
.svc-card:nth-child(3) .svc-hijack-badge { animation-delay: .6s; }
.svc-card:nth-child(4) .svc-hijack-badge { animation-delay: .9s; }
.svc-card:nth-child(5) .svc-hijack-badge { animation-delay: 1.2s; }
.svc-card:nth-child(6) .svc-hijack-badge { animation-delay: 1.5s; }

.svc-name {
  font-size: .78rem;
  font-weight: 700;
  color: #e6edf3;
  margin-left: .6rem;
  flex: 1;
}

.svc-role-badge {
  font-size: .6rem;
  font-weight: 600;
  padding: .15rem .45rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.role-c2 { background: rgba(239,68,68,.15); color: #f87171; }
.role-exfil { background: rgba(168,85,247,.15); color: #c084fc; }
.role-host { background: rgba(234,179,8,.15); color: #fbbf24; }
.role-phish { background: rgba(59,130,246,.15); color: #60a5fa; }
.role-signal { background: rgba(34,211,238,.15); color: #22d3ee; }
.role-drop { background: rgba(249,115,22,.15); color: #fb923c; }

.svc-card-body { padding: .8rem 1rem; }
.svc-url {
  font-family: 'Courier New', monospace;
  font-size: .72rem;
  color: #6b7280;
  margin-bottom: .4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.svc-desc {
  font-size: .78rem;
  color: #8b949e;
  line-height: 1.5;
}

.svc-card-footer {
  padding: .6rem 1rem;
  background: rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.svc-status {
  display: flex; align-items: center; gap: .3rem;
  font-size: .65rem;
  color: #8b949e;
}
.svc-status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  display: inline-block;
  animation: statusBlink 2s ease-in-out infinite;
}
.svc-status-dot.active { background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,.5); }
.svc-status-dot.registered { background: #fbbf24; box-shadow: 0 0 8px rgba(251,191,36,.5); }

.svc-traffic {
  font-family: 'Courier New', monospace;
  font-size: .65rem;
  color: #f97316;
}

/* Data Flow Section */
.data-flow-section {
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(249,115,22,.1);
}
.data-flow-section .flow-title {
  font-size: .8rem;
  font-weight: 700;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .8rem;
  text-align: center;
}
.flow-pipeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  padding: 1.5rem 0;
  flex-wrap: wrap;
}
.flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  z-index: 2;
}
.flow-node-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  animation: svcFloat 3s ease-in-out infinite;
}
.flow-node:nth-child(1) .flow-node-icon { background: rgba(239,68,68,.12); color: #f87171; animation-delay: 0s; }
.flow-node:nth-child(3) .flow-node-icon { background: rgba(59,130,246,.12); color: #60a5fa; animation-delay: .5s; }
.flow-node:nth-child(5) .flow-node-icon { background: rgba(168,85,247,.12); color: #c084fc; animation-delay: 1s; }
.flow-node:nth-child(7) .flow-node-icon { background: rgba(249,115,22,.12); color: #fb923c; animation-delay: 1.5s; }
.flow-node-label {
  font-size: .6rem;
  color: #8b949e;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 600;
}
.flow-pipe {
  display: flex;
  align-items: center;
  gap: .3rem;
}
.flow-packet {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #f97316;
  box-shadow: 0 0 6px rgba(249,115,22,.5);
  animation: packetMove 2s linear infinite;
}
.flow-packet:nth-child(2) { animation-delay: .4s; }
.flow-packet:nth-child(3) { animation-delay: .8s; }

/* Account Registration Panel */
.registration-panel {
  padding: .8rem 1.2rem;
  border-top: 1px solid rgba(255,255,255,.05);
  position: relative;
}
.reg-title {
  font-size: .75rem;
  font-weight: 700;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .6rem;
}
.reg-steps {
  display: flex;
  gap: .5rem;
  overflow: hidden;
  position: relative;
}
.reg-step {
  flex: 1;
  min-width: 100px;
  padding: .6rem;
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(249,115,22,.1);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.reg-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #f97316, #fdba74);
  animation: regProgress 6s ease-in-out infinite;
}
.reg-step:nth-child(1)::before { animation-delay: 0s; }
.reg-step:nth-child(2)::before { animation-delay: 1.5s; }
.reg-step:nth-child(3)::before { animation-delay: 3s; }
.reg-step:nth-child(4)::before { animation-delay: 4.5s; }

.reg-step-num {
  font-size: .6rem;
  color: #f97316;
  font-weight: 700;
  margin-bottom: .3rem;
}
.reg-step-text {
  font-size: .68rem;
  color: #8b949e;
  line-height: 1.4;
}

/* Terminal Panel */
.terminal-panel {
  margin: 1rem 1.2rem;
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(249,115,22,.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:nth-child(9) { animation-delay: 4.5s; }
.term-line:nth-child(10) { animation-delay: 5s; }
.term-line .prompt { color: #f97316; }
.term-line .cmd { color: #4ade80; }
.term-line .flag { color: #fbbf24; }
.term-line .ok { color: #4ade80; }
.term-line .warn { color: #f87171; }
.term-line .url { color: #60a5fa; }
.term-line .cursor {
  display: inline-block;
  width: 7px; height: 14px;
  background: #f97316;
  animation: cursorBlink 1s step-end infinite;
  vertical-align: middle;
  margin-left: 2px;
}

/* 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(249,115,22,.12); border: 1px solid rgba(249,115,22,.3); color: #fb923c; animation-delay: 1s; }
.alert-badge i { animation: bellShake .6s ease-in-out infinite; }

/* 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(249,115,22,.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: #f97316;
  display: block;
  animation: countUp 2s ease-out;
}
.stat-card .stat-num.green { color: #4ade80; }
.stat-card .stat-num.red { color: #f87171; }
.stat-card .stat-num.amber { color: #fbbf24; }
.stat-card .stat-label {
  font-size: .8rem; color: #8b949e;
  text-transform: uppercase; letter-spacing: .05em;
  margin-top: .25rem;
}

/* ═══════════════════════════════════════════════════════════════════
   IMPORTANCE / 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(249,115,22,.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(249,115,22,.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.orange { background: rgba(249,115,22,.12); color: #fb923c; }
.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.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(249,115,22,.06), rgba(249,115,22,.02));
  border-left: 4px solid #f97316;
  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: #f97316;
  text-transform: uppercase; letter-spacing: .06em;
  font-weight: 700; margin-bottom: .5rem;
}

.def-box {
  background: linear-gradient(135deg, rgba(249,115,22,.05), rgba(249,115,22,.02));
  border-left: 4px solid #f97316;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.def-box .def-label {
  font-size: .75rem; color: #f97316;
  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(249,115,22,.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: #f97316;
  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: #f97316; }
.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, #f97316, rgba(249,115,22,.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: #f97316; border: 2px solid #0a0e17;
  box-shadow: 0 0 8px rgba(249,115,22,.4);
  transform: translateX(-4px);
}
.timeline-item .tl-date {
  font-size: .7rem; color: #f97316; 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
   ═══════════════════════════════════════════════════════════════════ */
.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(249,115,22,.15), rgba(249,115,22,.05));
  border: 1px solid rgba(249,115,22,.25);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #f97316; font-size: 1.1rem;
}
.step-content {
  flex: 1; background: rgba(13,21,37,.5);
  border: 1px solid rgba(249,115,22,.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: #f97316;
}

.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(249,115,22,.08);
  border-radius: 10px; padding: 1rem;
  transition: border-color .3s;
}
.hunt-card:hover { border-color: rgba(249,115,22,.25); }
.hunt-card .hunt-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(249,115,22,.1);
  display: flex; align-items: center; justify-content: center;
  color: #f97316; 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(249,115,22,.06), rgba(249,115,22,.02));
  border: 1px solid rgba(249,115,22,.2);
  border-radius: 16px; padding: 2rem; text-align: center;
}
.cta-box h3 { font-size: 1.3rem; color: #f97316; 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(249,115,22,.15);
  border-radius: 8px; color: #f97316;
  font-size: .85rem; font-weight: 600; transition: all .3s;
}
.related-link:hover {
  border-color: rgba(249,115,22,.4);
  background: rgba(249,115,22,.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; }

/* ═══════════════════════════════════════════════════════════════════
   FLOATING PARTICLES
   ═══════════════════════════════════════════════════════════════════ */
.particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.particle {
  position: absolute; width: 2px; height: 2px;
  background: rgba(249,115,22,.4); border-radius: 50%;
  animation: floatUp linear infinite;
}
.particle:nth-child(1) { left: 5%; width: 2px; height: 2px; animation-duration: 12s; animation-delay: 0s; background: rgba(249,115,22,.3); }
.particle:nth-child(2) { left: 15%; width: 1px; height: 1px; animation-duration: 18s; animation-delay: 2s; background: rgba(249,115,22,.2); }
.particle:nth-child(3) { left: 25%; width: 3px; height: 3px; animation-duration: 14s; animation-delay: 4s; background: rgba(249,115,22,.25); }
.particle:nth-child(4) { left: 35%; width: 1px; height: 1px; animation-duration: 20s; animation-delay: 1s; background: rgba(249,115,22,.3); }
.particle:nth-child(5) { left: 45%; width: 2px; height: 2px; animation-duration: 16s; animation-delay: 3s; background: rgba(249,115,22,.2); }
.particle:nth-child(6) { left: 55%; width: 1px; height: 1px; animation-duration: 22s; animation-delay: 5s; background: rgba(249,115,22,.25); }
.particle:nth-child(7) { left: 65%; width: 2px; height: 2px; animation-duration: 13s; animation-delay: 2.5s; background: rgba(249,115,22,.35); }
.particle:nth-child(8) { left: 75%; width: 1px; height: 1px; animation-duration: 17s; animation-delay: .5s; background: rgba(249,115,22,.2); }
.particle:nth-child(9) { left: 85%; width: 3px; height: 3px; animation-duration: 15s; animation-delay: 6s; background: rgba(249,115,22,.2); }
.particle:nth-child(10) { left: 95%; width: 1px; height: 1px; animation-duration: 19s; animation-delay: 1.5s; background: rgba(249,115,22,.3); }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 968px) {
  .sim-container { min-height: 520px; }
}

@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; }
  .flow-pipeline { flex-direction: column; gap: .8rem; }
  .flow-pipe { transform: rotate(90deg); }
  header { padding: 2.5rem 1rem 1.5rem; }
  .importance-grid { grid-template-columns: 1fr; }
  .reg-steps { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  h1 { font-size: 1.5rem; }
  .section { padding: 2rem .8rem; }
  .terms-grid { grid-template-columns: 1fr; }
  .hunt-grid { grid-template-columns: 1fr; }
  .stat-card { min-width: 140px; }
  .svc-grid { grid-template-columns: 1fr; }
  .reg-steps { 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(249,115,22,.2); }
  50% { box-shadow: 0 0 20px 5px rgba(249,115,22,.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 scanLineH {
  0% { top: 0; opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

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

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

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

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

/* 10 - Service icon float */
@keyframes svcFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* 11 - Hijack pulse */
@keyframes hijackPulse {
  0%, 100% { opacity: .3; border-color: rgba(239,68,68,.3); }
  50% { opacity: .8; border-color: rgba(239,68,68,.7); }
}

/* 12 - Badge flash */
@keyframes badgeFlash {
  0%, 100% { opacity: .6; background: rgba(239,68,68,.1); }
  50% { opacity: 1; background: rgba(239,68,68,.25); }
}

/* 13 - Packet move */
@keyframes packetMove {
  0% { opacity: 0; transform: translateX(-10px); }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateX(10px); }
}

/* 14 - Registration progress */
@keyframes regProgress {
  0%, 25% { width: 0; }
  50%, 75% { width: 100%; }
  100% { width: 0; }
}

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

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

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

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

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

/* 20 - Float up (particles) */
@keyframes floatUp {
  0% { transform: translateY(100vh) translateX(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-10vh) translateX(30px); opacity: 0; }
}

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

/* 22 - Dash scroll (for connectors) */
@keyframes dashScroll {
  from { background-position: 0 0; }
  to { background-position: 20px 0; }
}

/* 23 - Glitch text */
@keyframes glitchText {
  0%, 90%, 100% { transform: translate(0); }
  92% { transform: translate(-2px, 1px); }
  94% { transform: translate(2px, -1px); }
  96% { transform: translate(-1px, -1px); }
  98% { transform: translate(1px, 1px); }
}

/* 24 - Traffic flow (right to left) */
@keyframes trafficFlow {
  0% { transform: translateX(100%); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(-100%); opacity: 0; }
}

/* 25 - Upload progress bar fill */
@keyframes uploadFill {
  0%, 30% { width: 0%; }
  70%, 100% { width: 100%; }
}

/* 26 - Rotating warning icon */
@keyframes warnRotate {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

/* 27 - Data stream scroll */
@keyframes dataStreamScroll {
  0% { background-position: 0 0; }
  100% { background-position: 0 20px; }
}

/* 28 - Opacity shimmer for overlay */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}/* End custom CSS */