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

/* ═══════════════════════════════════════════════════════════════════
   FLOATING PARTICLES
   ═══════════════════════════════════════════════════════════════════ */
.particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.particle {
  position: absolute; width: 2px; height: 2px;
  background: rgba(225,29,72,.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(225,29,72,.3); }
.particle:nth-child(2) { left: 15%; width: 1px; height: 1px; animation-duration: 18s; animation-delay: 2s; background: rgba(225,29,72,.2); }
.particle:nth-child(3) { left: 25%; width: 3px; height: 3px; animation-duration: 14s; animation-delay: 4s; background: rgba(225,29,72,.25); }
.particle:nth-child(4) { left: 35%; width: 1px; height: 1px; animation-duration: 20s; animation-delay: 1s; background: rgba(225,29,72,.3); }
.particle:nth-child(5) { left: 45%; width: 2px; height: 2px; animation-duration: 16s; animation-delay: 3s; background: rgba(225,29,72,.2); }
.particle:nth-child(6) { left: 55%; width: 1px; height: 1px; animation-duration: 22s; animation-delay: 5s; background: rgba(225,29,72,.25); }
.particle:nth-child(7) { left: 65%; width: 2px; height: 2px; animation-duration: 13s; animation-delay: 2.5s; background: rgba(225,29,72,.35); }
.particle:nth-child(8) { left: 75%; width: 1px; height: 1px; animation-duration: 17s; animation-delay: .5s; background: rgba(225,29,72,.2); }
.particle:nth-child(9) { left: 85%; width: 3px; height: 3px; animation-duration: 15s; animation-delay: 6s; background: rgba(225,29,72,.2); }
.particle:nth-child(10) { left: 95%; width: 1px; height: 1px; animation-duration: 19s; animation-delay: 1.5s; background: rgba(225,29,72,.3); }

/* ═══════════════════════════════════════════════════════════════════
   SIMULATION ,  MALVERTISING ATTACK FLOW
   ═══════════════════════════════════════════════════════════════════ */
.sim-container {
  position: relative;
  width: 100%;
  min-height: 720px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(225,29,72,.2);
  background: rgba(5,8,14,.95);
}

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

/* ── Stage: Fake Search Engine Results Page ── */
.sim-search-page {
  padding: 0;
  position: relative;
  min-height: 260px;
}
.search-bar-area {
  background: linear-gradient(90deg, rgba(225,29,72,.06), rgba(225,29,72,.02));
  border-bottom: 1px solid rgba(225,29,72,.15);
  padding: .8rem 1.5rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.search-logo {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -.02em;
}
.search-logo .g-letter { color: #4285f4; }
.search-logo .o-letter1 { color: #ea4335; }
.search-logo .o-letter2 { color: #fbbc05; }
.search-logo .g2-letter { color: #4285f4; }
.search-logo .l-letter { color: #34a853; }
.search-logo .e-letter { color: #ea4335; }
.search-fake-bar {
  flex: 1;
  max-width: 500px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: .5rem 1rem;
  font-family: 'Courier New', monospace;
  font-size: .78rem;
  color: #8b949e;
  animation: fakeTypeBar 3s ease-in-out infinite alternate;
}
.search-bar-status {
  font-size: .6rem;
  color: #fbbf24;
  background: rgba(251,191,36,.1);
  border: 1px solid rgba(251,191,36,.3);
  padding: .15rem .5rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  animation: statusBlink 2s ease-in-out infinite;
}

/* Search Results */
.search-results-area {
  padding: .6rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.search-result-item {
  display: flex;
  flex-direction: column;
  padding: .6rem .8rem;
  border-radius: 8px;
  position: relative;
  transition: border-color .3s;
  animation: resultSlideIn .5s ease-out forwards;
  opacity: 0;
}
.search-result-item:nth-child(1) { animation-delay: .3s; }
.search-result-item:nth-child(2) { animation-delay: .6s; }
.search-result-item:nth-child(3) { animation-delay: .9s; }
.search-result-item:nth-child(4) { animation-delay: 1.2s; }

/* Malicious Sponsored Ad */
.search-result-item.malicious-ad {
  border: 1px solid rgba(225,29,72,.3);
  background: rgba(225,29,72,.04);
}
.search-result-item.malicious-ad::before {
  content: 'MALICIOUS';
  position: absolute;
  top: .4rem;
  right: .5rem;
  font-size: .5rem;
  font-weight: 800;
  color: #f87171;
  background: rgba(239,68,68,.15);
  border: 1px solid rgba(239,68,68,.4);
  padding: .1rem .35rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .08em;
  animation: malBadgePulse 1.5s ease-in-out infinite;
}
.sponsored-tag {
  font-size: .58rem;
  color: #fbbf24;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: .15rem;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.sponsored-tag i { font-size: .5rem; animation: coinSpin 3s linear infinite; }
.result-url {
  font-family: 'Courier New', monospace;
  font-size: .7rem;
  color: #22d3ee;
  margin-bottom: .1rem;
}
.result-url.fake-url { color: #f87171; }
.result-title {
  font-size: .88rem;
  font-weight: 600;
  color: #e6edf3;
  cursor: pointer;
  transition: color .2s;
}
.result-title:hover { color: #e11d48; text-decoration: underline; }
.result-desc {
  font-size: .72rem;
  color: #8b949e;
  line-height: 1.4;
  margin-top: .1rem;
}
.search-result-item.legit {
  border: 1px solid rgba(74,222,128,.15);
  background: rgba(74,222,128,.02);
}
.search-result-item.legit .result-url { color: #4ade80; }

/* ── Stage: Malicious Redirect Flow ── */
.redirect-flow {
  padding: .8rem 1.2rem;
  border-top: 1px solid rgba(225,29,72,.15);
  border-bottom: 1px solid rgba(225,29,72,.15);
}
.flow-title-bar {
  font-size: .75rem;
  font-weight: 700;
  color: #e11d48;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.flow-title-bar i { animation: arrowPulse 1s ease-in-out infinite; }
.redirect-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  flex-wrap: wrap;
  position: relative;
}
.redirect-step {
  padding: .4rem .7rem;
  border-radius: 6px;
  font-size: .65rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  animation: stepGlow 2s ease-in-out infinite;
}
.redirect-step.rs-user { background: rgba(59,130,246,.12); border: 1px solid rgba(59,130,246,.3); color: #60a5fa; }
.redirect-step.rs-ad { background: rgba(225,29,72,.12); border: 1px solid rgba(225,29,72,.3); color: #fb7185; }
.redirect-step.rs-redirect { background: rgba(251,191,36,.12); border: 1px solid rgba(251,191,36,.3); color: #fbbf24; }
.redirect-step.rs-clone { background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.3); color: #f87171; }
.redirect-step.rs-download { background: rgba(168,85,247,.12); border: 1px solid rgba(168,85,247,.3); color: #c084fc; }
.redirect-step:nth-child(1) { animation-delay: 0s; }
.redirect-step:nth-child(3) { animation-delay: .4s; }
.redirect-step:nth-child(5) { animation-delay: .8s; }
.redirect-step:nth-child(7) { animation-delay: 1.2s; }
.redirect-step:nth-child(9) { animation-delay: 1.6s; }
.redirect-arrow {
  color: #e11d48;
  font-size: .7rem;
  animation: arrowFly 1.5s ease-in-out infinite;
}
.redirect-arrow:nth-child(2) { animation-delay: .2s; }
.redirect-arrow:nth-child(4) { animation-delay: .6s; }
.redirect-arrow:nth-child(6) { animation-delay: 1s; }
.redirect-arrow:nth-child(8) { animation-delay: 1.4s; }

/* ── Stage: Clone Website Preview ── */
.clone-preview {
  padding: .8rem 1.2rem;
  border-top: 1px solid rgba(239,68,68,.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.clone-panel {
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(225,29,72,.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  animation: fadeInUp .6s ease-out forwards;
  opacity: 0;
}
.clone-panel:nth-child(1) { animation-delay: .2s; }
.clone-panel:nth-child(2) { animation-delay: .4s; }
.clone-panel-header {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .6rem;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.clone-panel-dot { width: 7px; height: 7px; border-radius: 50%; }
.clone-panel-dot.r { background: #f87171; }
.clone-panel-dot.y { background: #fbbf24; }
.clone-panel-dot.g { background: #4ade80; }
.clone-panel-label {
  font-size: .58rem;
  color: #8b949e;
  font-family: 'Courier New', monospace;
  margin-left: .3rem;
}
.clone-panel-body {
  padding: .7rem;
}
.clone-url-bar {
  font-family: 'Courier New', monospace;
  font-size: .62rem;
  padding: .3rem .5rem;
  border-radius: 4px;
  margin-bottom: .5rem;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.05);
  color: #8b949e;
  animation: urlMorph 4s ease-in-out infinite;
}
.clone-url-bar.real { color: #4ade80; }
.clone-url-bar.fake { color: #f87171; }
.clone-site-content {
  font-size: .68rem;
  color: #8b949e;
  line-height: 1.5;
}
.clone-site-content .brand-name { font-weight: 700; font-size: .8rem; margin-bottom: .3rem; }
.clone-site-content .brand-name.real-brand { color: #4ade80; }
.clone-site-content .brand-name.fake-brand { color: #f87171; }
.clone-download-btn {
  display: inline-block;
  margin-top: .4rem;
  padding: .25rem .7rem;
  border-radius: 4px;
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.clone-download-btn.real-btn { background: rgba(74,222,128,.15); color: #4ade80; border: 1px solid rgba(74,222,128,.3); }
.clone-download-btn.fake-btn { background: rgba(239,68,68,.15); color: #f87171; border: 1px solid rgba(239,68,68,.3); animation: malBadgePulse 1.5s ease-in-out infinite; }
.clone-panel.danger-overlay::after {
  content: '';
  position: absolute; inset: 0;
  border: 2px solid rgba(239,68,68,.4);
  border-radius: 10px;
  animation: dangerBorder 2s ease-in-out infinite;
  pointer-events: none;
}

/* ── Stage: Attacker Ad Dashboard ── */
.attacker-dashboard {
  padding: .8rem 1.2rem;
  border-top: 1px solid rgba(225,29,72,.15);
}
.dash-title {
  font-size: .75rem;
  font-weight: 700;
  color: #e11d48;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.dash-title i { animation: skullPulse 2s ease-in-out infinite; }
.dash-campaigns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: .6rem;
}
.campaign-card {
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(225,29,72,.12);
  border-radius: 8px;
  padding: .6rem .7rem;
  position: relative;
  overflow: hidden;
  animation: campaignAppear 1s ease-out forwards;
  opacity: 0;
}
.campaign-card:nth-child(1) { animation-delay: .3s; }
.campaign-card:nth-child(2) { animation-delay: .5s; }
.campaign-card:nth-child(3) { animation-delay: .7s; }
.campaign-card:nth-child(4) { animation-delay: .9s; }
.campaign-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #e11d48, #fb7185);
  animation: campProgress 5s ease-in-out infinite;
}
.campaign-card:nth-child(1)::before { animation-delay: 0s; }
.campaign-card:nth-child(2)::before { animation-delay: 1.2s; }
.campaign-card:nth-child(3)::before { animation-delay: 2.4s; }
.campaign-card:nth-child(4)::before { animation-delay: 3.6s; }
.camp-brand {
  font-size: .72rem;
  font-weight: 700;
  color: #e6edf3;
  margin-bottom: .25rem;
}
.camp-metric {
  font-family: 'Courier New', monospace;
  font-size: .6rem;
  color: #8b949e;
  display: flex;
  justify-content: space-between;
  margin-top: .15rem;
}
.camp-metric .metric-val { color: #fb7185; font-weight: 600; }

/* ── Stage: Malware Download Progress ── */
.malware-download-bar {
  padding: .6rem 1.2rem;
  border-top: 1px solid rgba(168,85,247,.15);
}
.malware-progress-wrap {
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(168,85,247,.15);
  border-radius: 6px;
  padding: .5rem .7rem;
  position: relative;
  overflow: hidden;
}
.malware-progress-label {
  font-size: .62rem;
  color: #c084fc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.malware-progress-label i { animation: statusBlink 1s ease-in-out infinite; }
.malware-progress-track {
  height: 6px;
  background: rgba(168,85,247,.1);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.malware-progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #e11d48, #c084fc);
  border-radius: 3px;
  animation: malwareDownload 6s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(225,29,72,.4);
}
.malware-file-name {
  font-family: 'Courier New', monospace;
  font-size: .58rem;
  color: #f87171;
  margin-top: .25rem;
  animation: fileNameReveal 3s ease-in-out 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(225,29,72,.12); border: 1px solid rgba(225,29,72,.3); color: #fb7185; 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(225,29,72,.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: #e11d48;
  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(225,29,72,.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(225,29,72,.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.rose { background: rgba(225,29,72,.12); color: #fb7185; }
.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.amber { background: rgba(234,179,8,.12); color: #eab308; }
.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(225,29,72,.06), rgba(225,29,72,.02));
  border-left: 4px solid #e11d48;
  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: #e11d48;
  text-transform: uppercase; letter-spacing: .06em;
  font-weight: 700; margin-bottom: .5rem;
}

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

.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(225,29,72,.1); color: #fb7185; }

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

/* ═══════════════════════════════════════════════════════════════════
   TERMINAL PANEL (in simulation)
   ═══════════════════════════════════════════════════════════════════ */
.terminal-panel {
  margin: .6rem 1.2rem;
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(225,29,72,.1);
  border-radius: 8px;
  overflow: hidden;
}
.terminal-bar {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .7rem;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.terminal-dot { width: 7px; height: 7px; border-radius: 50%; }
.terminal-dot.red { background: #f87171; }
.terminal-dot.yellow { background: #fbbf24; }
.terminal-dot.green { background: #4ade80; }
.terminal-bar .terminal-title {
  font-size: .6rem; color: #8b949e;
  margin-left: .4rem;
  font-family: 'Courier New', monospace;
}
.terminal-body {
  padding: .6rem .7rem;
  font-family: 'Courier New', monospace;
  font-size: .68rem;
  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 .prompt { color: #e11d48; }
.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: 13px;
  background: #e11d48;
  animation: cursorBlink 1s step-end infinite;
  vertical-align: middle;
  margin-left: 2px;
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 968px) {
  .sim-container { min-height: auto; }
  .clone-preview { grid-template-columns: 1fr; }
}

@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; }
  .redirect-steps { flex-direction: column; gap: .4rem; }
  .redirect-arrow { transform: rotate(90deg); }
  header { padding: 2.5rem 1rem 1.5rem; }
  .importance-grid { grid-template-columns: 1fr; }
  .dash-campaigns { grid-template-columns: 1fr 1fr; }
}

@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; }
  .dash-campaigns { grid-template-columns: 1fr; }
  .search-fake-bar { display: none; }
  .redirect-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;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   28 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(225,29,72,.2); }
  50% { box-shadow: 0 0 20px 5px rgba(225,29,72,.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 - Status blink */
@keyframes statusBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

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

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

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

/* 11 - 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; }
}

/* 12 - Result slide in */
@keyframes resultSlideIn {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 13 - Fake search bar typing */
@keyframes fakeTypeBar {
  0% { width: 60%; }
  100% { width: 80%; }
}

/* 14 - Malicious badge pulse */
@keyframes malBadgePulse {
  0%, 100% { opacity: .6; box-shadow: 0 0 0 0 rgba(239,68,68,.2); }
  50% { opacity: 1; box-shadow: 0 0 8px 2px rgba(239,68,68,.3); }
}

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

/* 16 - Arrow pulse for redirect flow */
@keyframes arrowPulse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

/* 17 - Step glow in redirect */
@keyframes stepGlow {
  0%, 100% { box-shadow: 0 0 0 0 transparent; }
  50% { box-shadow: 0 0 12px 2px rgba(225,29,72,.15); }
}

/* 18 - Arrow fly between redirect steps */
@keyframes arrowFly {
  0%, 100% { opacity: .4; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(4px); }
}

/* 19 - URL morph in clone panel */
@keyframes urlMorph {
  0%, 40% { opacity: 1; }
  50% { opacity: .5; }
  60%, 100% { opacity: 1; }
}

/* 20 - Danger border pulse on clone panel */
@keyframes dangerBorder {
  0%, 100% { border-color: rgba(239,68,68,.2); }
  50% { border-color: rgba(239,68,68,.6); }
}

/* 21 - Campaign card appear */
@keyframes campaignAppear {
  from { opacity: 0; transform: translateY(15px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* 22 - Campaign progress bar */
@keyframes campProgress {
  0%, 30% { width: 0; }
  50%, 80% { width: 100%; }
  100% { width: 0; }
}

/* 23 - Malware download progress */
@keyframes malwareDownload {
  0% { width: 0; }
  15% { width: 12%; }
  40% { width: 45%; }
  70% { width: 82%; }
  90% { width: 97%; }
  95% { width: 100%; }
  100% { width: 0; }
}

/* 24 - File name reveal flicker */
@keyframes fileNameReveal {
  0%, 20%, 40%, 60%, 80%, 100% { opacity: 1; }
  10%, 30%, 50%, 70%, 90% { opacity: .4; }
}

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

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

/* 27 - Skull pulse for attacker dashboard */
@keyframes skullPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* 28 - Gradient shift for ambient background */
@keyframes gradShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}/* End custom CSS */