.elementor-15099 .elementor-element.elementor-element-16c3efe{--display:flex;}/* Start custom CSS for html, class: .elementor-element-76a7dca *//* ═══════════════════════════════════════════════════════════════════
   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: #f59e0b; text-decoration: none; transition: color .2s, text-shadow .2s; }
a:hover { color: #fbbf24; text-shadow: 0 0 12px rgba(245,158,11,.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(245,158,11,.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(245,158,11,.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: #f59e0b;
  animation: lineGrow 1.5s ease-out forwards;
}
.section-tit i { color: #f59e0b; }

/* ═══════════════════════════════════════════════════════════════════
   HEADER (no own background)
   ═══════════════════════════════════════════════════════════════════ */
.header {
  text-align: center;
  padding: 4rem 1.25rem 2rem;
}
.header .tactic-badge {
  display: inline-block;
  padding: .3rem 1rem;
  border-radius: 50px;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.35);
  color: #f59e0b;
  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: #f59e0b; }
.header .subtitle {
  font-size: 1.1rem;
  color: #8b949e;
  max-width: 750px;
  margin: 0 auto;
}
.header .technique-id {
  font-family: 'Courier New', monospace;
  color: #f59e0b;
  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(245,158,11,.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: #f59e0b;
  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 ,  DOMAIN REGISTRATION &amp; ABUSE
   ═══════════════════════════════════════════════════════════════════ */
.sim-container {
  position: relative;
  width: 100%;
  min-height: 620px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(245,158,11,.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(245,158,11,.15);
  z-index: 10;
  animation: scanLine 4s linear infinite;
}
.sim-container::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: rgba(245,158,11,.1);
  z-index: 10;
  animation: scanLineV 6s linear infinite;
}

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

/* Domain Registration Panel */
.reg-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 280px;
}

/* Typosquatting Visual */
.typosquat-panel {
  padding: 1.2rem;
  border-right: 1px solid rgba(245,158,11,.1);
  border-bottom: 1px solid rgba(255,255,255,.03);
}
.typosquat-panel .panel-label {
  font-size: .7rem;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: .4rem;
}
.domain-compare {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.domain-row {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .6rem .8rem;
  border-radius: 8px;
  font-family: 'Courier New', monospace;
  font-size: .85rem;
  animation: domainSlideIn .6s ease-out forwards;
  opacity: 0;
}
.domain-row:nth-child(1) { animation-delay: .3s; }
.domain-row:nth-child(2) { animation-delay: .8s; }
.domain-row:nth-child(3) { animation-delay: 1.3s; }
.domain-row:nth-child(4) { animation-delay: 1.8s; }

.domain-row.legit {
  background: rgba(74,222,128,.05);
  border: 1px solid rgba(74,222,128,.15);
  color: #4ade80;
}
.domain-row.fake {
  background: rgba(239,68,68,.05);
  border: 1px solid rgba(239,68,68,.15);
  color: #f87171;
}
.domain-row .diff-char {
  color: #fbbf24;
  font-weight: 700;
  text-decoration: underline;
  animation: charBlink 1s ease-in-out infinite;
}
.domain-row .tag {
  margin-left: auto;
  font-size: .55rem;
  padding: .1rem .4rem;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.domain-row.legit .tag { background: rgba(74,222,128,.15); color: #4ade80; }
.domain-row.fake .tag { background: rgba(239,68,68,.15); color: #f87171; }

/* WHOIS Obscuration Panel */
.whois-panel {
  padding: 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,.03);
}
.whois-panel .panel-label {
  font-size: .7rem;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: .4rem;
}
.whois-entry {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem 0;
  font-family: 'Courier New', monospace;
  font-size: .78rem;
  animation: whoisReveal .5s ease-out forwards;
  opacity: 0;
}
.whois-entry:nth-child(2) { animation-delay: .4s; }
.whois-entry:nth-child(3) { animation-delay: .8s; }
.whois-entry:nth-child(4) { animation-delay: 1.2s; }
.whois-entry:nth-child(5) { animation-delay: 1.6s; }
.whois-entry:nth-child(6) { animation-delay: 2.0s; }
.whois-entry .wkey {
  color: #8b949e;
  min-width: 100px;
}
.whois-entry .wval {
  color: #c9d1d9;
}
.whois-entry .wval.redacted {
  color: #f59e0b;
  animation: redactBlur 3s ease-in-out infinite alternate;
}

/* Expired Domain Section */
.expired-panel {
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(255,255,255,.03);
}
.expired-panel .panel-label {
  font-size: .7rem;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: .8rem;
  display: flex; align-items: center; gap: .4rem;
}
.expired-timeline {
  position: relative;
  padding-left: 1.5rem;
}
.expired-timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(74,222,128,.4), rgba(245,158,11,.4), rgba(239,68,68,.4));
  animation: timelineGrow 3s ease-out forwards;
}
.timeline-event {
  position: relative;
  padding: .4rem 0;
  font-size: .78rem;
  opacity: 0;
  animation: eventReveal .5s ease-out forwards;
}
.timeline-event:nth-child(1) { animation-delay: .5s; }
.timeline-event:nth-child(2) { animation-delay: 1.2s; }
.timeline-event:nth-child(3) { animation-delay: 1.9s; }
.timeline-event:nth-child(4) { animation-delay: 2.6s; }
.timeline-event::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: .65rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid;
  background: #0a0e17;
}
.timeline-event:nth-child(1)::before { border-color: #4ade80; }
.timeline-event:nth-child(2)::before { border-color: #f59e0b; }
.timeline-event:nth-child(3)::before { border-color: #f59e0b; animation: dotPulse 1.5s ease-in-out infinite; }
.timeline-event:nth-child(4)::before { border-color: #f87171; animation: dotPulse 1.5s ease-in-out infinite .5s; }
.timeline-event .t-date { color: #8b949e; font-size: .7rem; }
.timeline-event .t-text { color: #c9d1d9; }
.timeline-event .t-text.danger { color: #f87171; font-weight: 600; }

/* DGA Panel */
.dga-panel {
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(255,255,255,.03);
}
.dga-panel .panel-label {
  font-size: .7rem;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: .8rem;
  display: flex; align-items: center; gap: .4rem;
}
.dga-stream {
  font-family: 'Courier New', monospace;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.dga-domain {
  font-size: .72rem;
  padding: .2rem .5rem;
  border-radius: 4px;
  background: rgba(239,68,68,.06);
  border: 1px solid rgba(239,68,68,.12);
  color: #f87171;
  animation: dgaPop .4s ease-out forwards;
  opacity: 0;
  white-space: nowrap;
}
.dga-domain:nth-child(1) { animation-delay: .2s; }
.dga-domain:nth-child(2) { animation-delay: .6s; }
.dga-domain:nth-child(3) { animation-delay: 1.0s; }
.dga-domain:nth-child(4) { animation-delay: 1.4s; }
.dga-domain:nth-child(5) { animation-delay: 1.8s; }
.dga-domain:nth-child(6) { animation-delay: 2.2s; }
.dga-domain:nth-child(7) { animation-delay: 2.6s; }
.dga-domain:nth-child(8) { animation-delay: 3.0s; }
.dga-domain:nth-child(9) { animation-delay: 3.4s; }
.dga-domain:nth-child(10) { animation-delay: 3.8s; }
.dga-domain:nth-child(11) { animation-delay: 4.2s; }
.dga-domain:nth-child(12) { animation-delay: 4.6s; }

/* TLD Fraud Bar */
.tld-bar-section {
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(255,255,255,.03);
}
.tld-bar-section .panel-label {
  font-size: .7rem;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: .8rem;
  display: flex; align-items: center; gap: .4rem;
}
.tld-bars {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.tld-row {
  display: flex;
  align-items: center;
  gap: .6rem;
}
.tld-label {
  font-size: .75rem;
  font-weight: 700;
  color: #c9d1d9;
  min-width: 30px;
  text-align: right;
  font-family: 'Courier New', monospace;
}
.tld-track {
  flex: 1;
  height: 16px;
  background: rgba(255,255,255,.04);
  border-radius: 4px;
  overflow: hidden;
}
.tld-fill {
  height: 100%;
  border-radius: 4px;
  animation: tldFill 2s ease-out forwards;
  width: 0;
  display: flex;
  align-items: center;
  padding-left: .5rem;
}
.tld-fill.cc { background: linear-gradient(90deg, rgba(239,68,68,.6), rgba(239,68,68,.3)); animation-delay: .2s; }
.tld-fill.ru { background: linear-gradient(90deg, rgba(239,68,68,.5), rgba(239,68,68,.25)); animation-delay: .5s; }
.tld-fill.us { background: linear-gradient(90deg, rgba(245,158,11,.5), rgba(245,158,11,.25)); animation-delay: .8s; }
.tld-fill.co { background: linear-gradient(90deg, rgba(245,158,11,.45), rgba(245,158,11,.2)); animation-delay: 1.1s; }
.tld-fill.de { background: linear-gradient(90deg, rgba(245,158,11,.4), rgba(245,158,11,.18)); animation-delay: 1.4s; }
.tld-pct {
  font-size: .7rem;
  font-weight: 700;
  color: #f87171;
  min-width: 35px;
}

/* ═══════════════════════════════════════════════════════════════════
   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(245,158,11,.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(245,158,11,.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.amber { background: rgba(245,158,11,.12); color: #f59e0b; }
.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: #f59e0b;
  font-size: .9rem;
}

/* ═══════════════════════════════════════════════════════════════════
   KEY TERMS
   ═══════════════════════════════════════════════════════════════════ */
.analogy-box {
  background: linear-gradient(135deg, rgba(245,158,11,.06), rgba(245,158,11,.02));
  border-left: 4px solid #f59e0b;
  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: #f59e0b;
  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(245,158,11,.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:nth-child(6) { animation-delay: .6s; }
.term-card .term-name {
  font-weight: 700;
  color: #f59e0b;
  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: #f59e0b; }
.scenario-story .org { font-weight: 600; color: #60a5fa; }
.scenario-story .money { font-weight: 700; color: #f87171; }

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.ba-card {
  border-radius: 12px;
  padding: 1.2rem;
  border: 1px solid;
}
.ba-card.before {
  background: rgba(74,222,128,.04);
  border-color: rgba(74,222,128,.15);
}
.ba-card.after {
  background: rgba(239,68,68,.04);
  border-color: rgba(239,68,68,.15);
}
.ba-card h4 {
  font-size: .9rem;
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.ba-card.before h4 { color: #4ade80; }
.ba-card.after h4 { color: #f87171; }
.ba-card ul { list-style: none; padding: 0; }
.ba-card li {
  font-size: .85rem;
  color: #8b949e;
  padding: .3rem 0;
  padding-left: 1.2rem;
  position: relative;
}
.ba-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .65rem;
  width: 6px; height: 6px;
  border-radius: 50%;
}
.ba-card.before li::before { background: #4ade80; }
.ba-card.after li::before { background: #f87171; }

/* ═══════════════════════════════════════════════════════════════════
   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(245,158,11,.15), rgba(245,158,11,.05));
  border: 1px solid rgba(245,158,11,.25);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  color: #f59e0b;
  font-size: 1.1rem;
}
.step-content {
  flex: 1;
  background: rgba(13,21,37,.5);
  border: 1px solid rgba(245,158,11,.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: '▸';
  position: absolute;
  left: 0;
  color: #f59e0b;
}
.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: '\f71d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f87171;
  font-size: .6rem;
}
.team-card.blue li::before {
  content: '\f3ed';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #60a5fa;
  font-size: .6rem;
}

/* ═══════════════════════════════════════════════════════════════════
   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(245,158,11,.08);
  border-radius: 10px;
  padding: 1rem;
  transition: border-color .3s;
}
.hunt-card:hover { border-color: rgba(245,158,11,.25); }
.hunt-card .hunt-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(245,158,11,.1);
  display: flex; align-items: center; justify-content: center;
  color: #f59e0b;
  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(245,158,11,.12); color: #f59e0b; }
.sev-low { background: rgba(59,130,246,.12); color: #60a5fa; }

.hunt-query {
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 6px;
  padding: .5rem .7rem;
  font-family: 'Courier New', monospace;
  font-size: .72rem;
  color: #4ade80;
  margin-top: .5rem;
  animation: fadeInUp .4s ease-out forwards;
  opacity: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   CALL TO ACTION
   ═══════════════════════════════════════════════════════════════════ */
.cta-box {
  background: linear-gradient(135deg, rgba(245,158,11,.06), rgba(245,158,11,.02));
  border: 1px solid rgba(245,158,11,.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
}
.cta-box h3 {
  font-size: 1.3rem;
  color: #f59e0b;
  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(245,158,11,.15);
  border-radius: 8px;
  color: #f59e0b;
  font-size: .85rem;
  font-weight: 600;
  transition: all .3s;
}
.related-link:hover {
  border-color: rgba(245,158,11,.4);
  background: rgba(245,158,11,.06);
  transform: translateY(-2px);
}
.related-link i { font-size: .7rem; }

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 1.5rem;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.5rem;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.cta-btn:hover { transform: translateY(-2px); }
.cta-btn.primary {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #0a0e17;
  box-shadow: 0 4px 15px rgba(245,158,11,.2);
}
.cta-btn.secondary {
  background: rgba(245,158,11,.1);
  color: #f59e0b;
  border: 1px solid rgba(245,158,11,.25);
}

/* ═══════════════════════════════════════════════════════════════════
   EXTERNAL LINKS
   ═══════════════════════════════════════════════════════════════════ */
.ext-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}
.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; }

/* ═══════════════════════════════════════════════════════════════════
   HOMOGLYPH TABLE
   ═══════════════════════════════════════════════════════════════════ */
.homoglyph-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.homoglyph-table th {
  font-size: .72rem;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .5rem .8rem;
  text-align: left;
  border-bottom: 1px solid rgba(245,158,11,.15);
  background: rgba(245,158,11,.04);
}
.homoglyph-table td {
  font-size: .82rem;
  color: #c9d1d9;
  padding: .5rem .8rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-family: 'Courier New', monospace;
}
.homoglyph-table tr { animation: fadeInUp .4s ease-out forwards; opacity: 0; }
.homoglyph-table tr:nth-child(1) { animation-delay: .2s; }
.homoglyph-table tr:nth-child(2) { animation-delay: .3s; }
.homoglyph-table tr:nth-child(3) { animation-delay: .4s; }
.homoglyph-table tr:nth-child(4) { animation-delay: .5s; }
.homoglyph-table tr:nth-child(5) { animation-delay: .6s; }
.homoglyph-table tr:nth-child(6) { animation-delay: .7s; }
.homoglyph-table .hl-char { color: #f59e0b; font-weight: 700; font-size: 1.1rem; }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 968px) {
  .reg-panel { grid-template-columns: 1fr; }
  .typosquat-panel { border-right: none; border-bottom: 1px solid rgba(245,158,11,.1); }
}
@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  .section-tit { font-size: 1.4rem; }
  .glass { padding: 1.2rem; }
  .mb-grid, .team-grid, .before-after { grid-template-columns: 1fr; }
  .stats-bar { flex-direction: column; align-items: center; }
  header { padding: 2.5rem 1rem 1.5rem; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.5rem; }
  .section { padding: 2rem .8rem; }
  .importance-grid, .terms-grid, .hunt-grid { grid-template-columns: 1fr; }
  .stat-card { min-width: 140px; }
}

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

/* ═══════════════════════════════════════════════════════════════════
   26 CSS @KEYFRAMES ANIMATIONS
   ═══════════════════════════════════════════════════════════════════ */

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

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

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

/* 4 - Count up fade */
@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 scanLineV {
  0% { left: 0; opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

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

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

/* 9 - Domain slide in */
@keyframes domainSlideIn {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 10 - Character blink for diff */
@keyframes charBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

/* 11 - WHOIS entry reveal */
@keyframes whoisReveal {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 12 - Redacted blur pulse */
@keyframes redactBlur {
  from { filter: blur(0px); }
  to { filter: blur(2px); }
}

/* 13 - Timeline grow */
@keyframes timelineGrow {
  from { height: 0; }
  to { height: 100%; }
}

/* 14 - Timeline event reveal */
@keyframes eventReveal {
  from { opacity: 0; transform: translateX(-15px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 15 - Dot pulse on timeline */
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 0 currentColor; }
  50% { box-shadow: 0 0 8px 3px currentColor; }
}

/* 16 - DGA domain pop */
@keyframes dgaPop {
  0% { opacity: 0; transform: scale(.5); }
  70% { transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

/* 17 - TLD bar fill */
@keyframes tldFill {
  from { width: 0; }
  to { width: var(--fill-width); }
}

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

/* 19 - Glow pulse */
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 5px rgba(245,158,11,.1); }
  50% { box-shadow: 0 0 20px rgba(245,158,11,.2); }
}

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

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

/* 22 - Float particle */
@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; }
}

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

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

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

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

/* 27 - Typing cursor blink */
@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* 28 - Pulse ring expand */
@keyframes pulseRingExpand {
  0% { transform: scale(.8); opacity: .5; }
  100% { transform: scale(2.5); opacity: 0; }
}

/* 29 - Registration progress fill */
@keyframes regProgress {
  0% { width: 0%; }
  20% { width: 25%; }
  50% { width: 55%; }
  80% { width: 85%; }
  100% { width: 100%; }
}

/* 30 - Shimmer sweep */
@keyframes shimmerSweep {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}/* End custom CSS */