.elementor-13905 .elementor-element.elementor-element-1795d39{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2af1464 *//* ============================================
   RESET &amp; ROOT VARIABLES
   ============================================ */
:root {
  --bg: #0a0e17;
  --bg-card: #111827;
  --bg-card-alt: #1a2332;
  --fg: #e2e8f0;
  --fg-muted: #94a3b8;
  --emerald: #10b981;
  --emerald-dim: rgba(16,185,129,0.15);
  --cyan: #00f0ff;
  --cyan-dim: rgba(0,240,255,0.12);
  --rose: #f43f5e;
  --rose-dim: rgba(244,63,94,0.12);
  --amber: #f59e0b;
  --border: #1e293b;
  --radius: 12px;
}

html { scroll-behavior: smooth; }

body {
  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%);
  color: var(--fg);
  line-height: 1.75;
  overflow-x: hidden;
}

a { color: var(--cyan); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--emerald); text-decoration: underline; }
a.dofollow { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
a.dofollow:hover { color: var(--emerald); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ============================================
   @KEYFRAMES — 1-20+
   ============================================ */

/* 1 — Hero title fade in from below */
@keyframes heroFadeUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* 2 — Subtle pulse on accent badges */
@keyframes accentPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,240,255,0.5); }
  50% { box-shadow: 0 0 20px 4px rgba(0,240,255,0.25); }
}

/* 3 — World map outline draw-in */
@keyframes mapDrawIn {
  0% { opacity: 0; stroke-dashoffset: 3000; }
  15% { opacity: 0.4; }
  100% { opacity: 0.7; stroke-dashoffset: 0; }
}

/* 4 — Location pin drop */
@keyframes pinDrop {
  0% { opacity: 0; transform: translateY(-60px) scale(0.3); }
  40% { opacity: 1; transform: translateY(6px) scale(1.15); }
  65% { transform: translateY(-3px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* 5 — Pin label slide-in */
@keyframes pinLabelSlide {
  0% { opacity: 0; transform: translateX(-12px); max-width: 0; }
  100% { opacity: 1; transform: translateX(0); max-width: 260px; }
}

/* 6 — Geofence radius expansion */
@keyframes geofenceExpand {
  0% { width: 0; height: 0; opacity: 0.8; border-color: var(--cyan); }
  100% { width: 80px; height: 80px; opacity: 0; border-color: var(--cyan); }
}

/* 7 — Timeline progress bar fill */
@keyframes timelineFill {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* 8 — Timeline node pop-in */
@keyframes timelineNodePop {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.3); }
  100% { transform: scale(1); opacity: 1; }
}

/* 9 — Building floor plan reveal */
@keyframes buildingReveal {
  0% { clip-path: inset(100% 0 0 0); opacity: 0; }
  100% { clip-path: inset(0 0 0 0); opacity: 1; }
}

/* 10 — Scan line sweep across map */
@keyframes scanLine {
  0% { left: 0%; opacity: 0; }
  5% { opacity: 0.7; }
  95% { opacity: 0.7; }
  100% { left: 100%; opacity: 0; }
}

/* 11 — Stat counter glow */
@keyframes statGlow {
  0%, 100% { text-shadow: 0 0 8px rgba(16,185,129,0.3); }
  50% { text-shadow: 0 0 24px rgba(16,185,129,0.6); }
}

/* 12 — Section fade-in on scroll (via animation-delay chaining) */
@keyframes sectionIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* 13 — Card border glow cycle */
@keyframes borderGlow {
  0%, 100% { border-color: var(--border); }
  33% { border-color: rgba(0,240,255,0.3); }
  66% { border-color: rgba(16,185,129,0.3); }
}

/* 14 — Typing cursor blink */
@keyframes cursorBlink {
  0%, 49% { border-right-color: var(--cyan); }
  50%, 100% { border-right-color: transparent; }
}

/* 15 — Radar sweep */
@keyframes radarSweep {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 16 — Ping ring (for active pins) */
@keyframes pingRing {
  0% { transform: scale(0.5); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}

/* 17 — Data stream scrolling */
@keyframes dataScroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* 18 — Rotating shield icon */
@keyframes shieldSpin {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

/* 19 — Mistake line strikethrough */
@keyframes strikeIn {
  0% { width: 0; }
  100% { width: 100%; }
}

/* 20 — Floating particles background */
@keyframes floatUp {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}

/* 21 — CTA button shimmer */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* 22 — Red team arrow slide */
@keyframes arrowSlideRight {
  0% { transform: translateX(-20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

/* 23 — Blue team arrow slide */
@keyframes arrowSlideLeft {
  0% { transform: translateX(20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

/* 24 — Hunter reticle zoom */
@keyframes reticleZoom {
  0% { transform: scale(0.5); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: scale(1); opacity: 0.6; }
}

/* ============================================
   AMBIENT BACKGROUND PARTICLES
   ============================================ */
.particles {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.particle {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.15;
  animation: floatUp linear infinite;
}
.particle:nth-child(1)  { left: 5%;  animation-duration: 18s; animation-delay: 0s; width: 2px; height: 2px; }
.particle:nth-child(2)  { left: 15%; animation-duration: 22s; animation-delay: 2s; background: var(--emerald); }
.particle:nth-child(3)  { left: 25%; animation-duration: 16s; animation-delay: 4s; }
.particle:nth-child(4)  { left: 35%; animation-duration: 24s; animation-delay: 1s; background: var(--rose); opacity: 0.08; }
.particle:nth-child(5)  { left: 45%; animation-duration: 20s; animation-delay: 6s; background: var(--emerald); }
.particle:nth-child(6)  { left: 55%; animation-duration: 19s; animation-delay: 3s; }
.particle:nth-child(7)  { left: 65%; animation-duration: 21s; animation-delay: 7s; background: var(--emerald); }
.particle:nth-child(8)  { left: 75%; animation-duration: 17s; animation-delay: 5s; }
.particle:nth-child(9)  { left: 85%; animation-duration: 23s; animation-delay: 8s; background: var(--rose); opacity: 0.08; }
.particle:nth-child(10) { left: 95%; animation-duration: 15s; animation-delay: 0s; background: var(--emerald); }
.particle:nth-child(11) { left: 10%; animation-duration: 26s; animation-delay: 9s; }
.particle:nth-child(12) { left: 50%; animation-duration: 14s; animation-delay: 2s; background: var(--emerald); }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 60px;
  overflow: hidden;
  z-index: 1;
}

.hero-badge {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid var(--cyan);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  animation: heroFadeUp 0.8s ease-out both, accentPulse 3s ease-in-out 1s infinite;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 8px;
  animation: heroFadeUp 0.8s ease-out 0.2s both;
}
.hero h1 .tactic { color: var(--emerald); }
.hero h1 .technique { color: var(--cyan); }

.hero .subtitle {
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  color: var(--fg-muted);
  max-width: 700px;
  margin-bottom: 40px;
  animation: heroFadeUp 0.8s ease-out 0.4s both;
}

/* ============================================
   WORLD MAP SIMULATION
   ============================================ */
.map-sim-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: rgba(0,240,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 24px;
  margin-top: 20px;
  animation: heroFadeUp 0.8s ease-out 0.6s both;
  overflow: hidden;
}

/* Scan line */
.map-sim-wrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 100%;
  background: linear-gradient(to bottom, transparent, var(--cyan), transparent);
  animation: scanLine 4s linear 2s infinite;
  z-index: 3;
}

/* Radar overlay */
.radar-overlay {
  position: absolute;
  top: 10px; right: 10px;
  width: 70px; height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(0,240,255,0.2);
  opacity: 0.5;
}
.radar-overlay::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 50%; height: 2px;
  background: linear-gradient(to right, var(--cyan), transparent);
  transform-origin: left center;
  animation: radarSweep 3s linear infinite;
}

/* Simplified CSS World Map */
.world-map {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0 auto 20px;
}

.continent {
  position: absolute;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 4px;
}

.continent.north-america {
  width: 120px; height: 100px;
  top: 30px; left: 60px;
  border-radius: 40% 50% 30% 20%;
  animation: mapDrawIn 2s ease-out 0.5s both;
}
.continent.south-america {
  width: 60px; height: 110px;
  top: 140px; left: 110px;
  border-radius: 40% 30% 50% 20%;
  animation: mapDrawIn 2s ease-out 0.8s both;
}
.continent.europe {
  width: 90px; height: 60px;
  top: 30px; left: 280px;
  border-radius: 30% 40% 50% 20%;
  animation: mapDrawIn 2s ease-out 1.1s both;
}
.continent.africa {
  width: 80px; height: 110px;
  top: 90px; left: 300px;
  border-radius: 20% 40% 30% 50%;
  animation: mapDrawIn 2s ease-out 1.4s both;
}
.continent.asia {
  width: 180px; height: 100px;
  top: 20px; left: 400px;
  border-radius: 20% 50% 30% 40%;
  animation: mapDrawIn 2s ease-out 1.7s both;
}
.continent.australia {
  width: 70px; height: 45px;
  top: 170px; left: 560px;
  border-radius: 40% 30% 50% 20%;
  animation: mapDrawIn 2s ease-out 2.0s both;
}

/* Grid lines overlay */
.grid-lines {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(0,240,255,0.04) 39px, rgba(0,240,255,0.04) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(0,240,255,0.04) 39px, rgba(0,240,255,0.04) 40px);
}

/* ============================================
   LOCATION PINS
   ============================================ */
.pin {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pin-marker {
  width: 14px; height: 14px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.pin-marker.hq { background: var(--rose); box-shadow: 0 0 10px var(--rose); }
.pin-marker.datacenter { background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.pin-marker.branch { background: var(--emerald); box-shadow: 0 0 10px var(--emerald); }

/* Ping ring behind pin */
.pin-marker::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 2px solid currentColor;
  transform: translate(-50%, -50%) scale(0.5);
  animation: pingRing 2s ease-out infinite;
}
.pin-marker.hq::before { border-color: var(--rose); }
.pin-marker.datacenter::before { border-color: var(--cyan); }
.pin-marker.branch::before { border-color: var(--emerald); }

/* Geofence radius */
.geofence {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid;
  border-radius: 50%;
  animation: geofenceExpand 3s ease-out infinite;
  pointer-events: none;
}
.pin:nth-child(1) .geofence { border-color: var(--rose); animation-delay: 3s; }
.pin:nth-child(2) .geofence { border-color: var(--cyan); animation-delay: 4.5s; }
.pin:nth-child(3) .geofence { border-color: var(--emerald); animation-delay: 6s; }
.pin:nth-child(4) .geofence { border-color: var(--rose); animation-delay: 7.5s; }
.pin:nth-child(5) .geofence { border-color: var(--cyan); animation-delay: 9s; }
.pin:nth-child(6) .geofence { border-color: var(--emerald); animation-delay: 10.5s; }
.pin:nth-child(7) .geofence { border-color: var(--rose); animation-delay: 12s; }

.pin-label {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: -6px;
  background: rgba(10,14,23,0.9);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
}
.pin:nth-child(1) .pin-label { animation: pinLabelSlide 0.6s ease-out 3.2s forwards; }
.pin:nth-child(2) .pin-label { animation: pinLabelSlide 0.6s ease-out 4.7s forwards; }
.pin:nth-child(3) .pin-label { animation: pinLabelSlide 0.6s ease-out 6.2s forwards; }
.pin:nth-child(4) .pin-label { animation: pinLabelSlide 0.6s ease-out 7.7s forwards; }
.pin:nth-child(5) .pin-label { animation: pinLabelSlide 0.6s ease-out 9.2s forwards; }
.pin:nth-child(6) .pin-label { animation: pinLabelSlide 0.6s ease-out 10.7s forwards; }
.pin:nth-child(7) .pin-label { animation: pinLabelSlide 0.6s ease-out 12.2s forwards; }

.pin-label .city { font-size: 0.7rem; font-weight: 700; color: var(--fg); }
.pin-label .type { font-size: 0.6rem; color: var(--fg-muted); }
.pin-label .importance { font-size: 0.6rem; margin-top: 2px; font-weight: 600; }
.pin-label .importance.critical { color: var(--rose); }
.pin-label .importance.high { color: var(--amber); }
.pin-label .importance.medium { color: var(--emerald); }

/* Pin positions on the map */
.pin:nth-child(1) { top: 55px; left: 100px; animation: pinDrop 0.7s ease-out 3s both; }
.pin:nth-child(2) { top: 130px; left: 120px; animation: pinDrop 0.7s ease-out 4.5s both; }
.pin:nth-child(3) { top: 40px; left: 310px; animation: pinDrop 0.7s ease-out 6s both; }
.pin:nth-child(4) { top: 50px; left: 440px; animation: pinDrop 0.7s ease-out 7.5s both; }
.pin:nth-child(5) { top: 100px; left: 500px; animation: pinDrop 0.7s ease-out 9s both; }
.pin:nth-child(6) { top: 60px; left: 540px; animation: pinDrop 0.7s ease-out 10.5s both; }
.pin:nth-child(7) { top: 80px; left: 470px; animation: pinDrop 0.7s ease-out 12s both; }

/* ============================================
   TIMELINE
   ============================================ */
.discovery-timeline {
  margin-top: 24px;
  padding: 0 8px;
}
.timeline-track {
  position: relative;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.timeline-progress {
  height: 100%;
  background: linear-gradient(90deg, var(--emerald), var(--cyan));
  border-radius: 2px;
  animation: timelineFill 16s ease-in-out 2s forwards;
  width: 0%;
}
.timeline-nodes {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.timeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.timeline-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--border);
  position: relative;
}
.timeline-dot.active {
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}
.timeline-node:nth-child(1) .timeline-dot { animation: timelineNodePop 0.4s ease-out 3s forwards; background: var(--border); }
.timeline-node:nth-child(1) .timeline-dot.active { background: var(--cyan); }
.timeline-node:nth-child(2) .timeline-dot { animation: timelineNodePop 0.4s ease-out 4.5s forwards; }
.timeline-node:nth-child(3) .timeline-dot { animation: timelineNodePop 0.4s ease-out 6s forwards; }
.timeline-node:nth-child(4) .timeline-dot { animation: timelineNodePop 0.4s ease-out 7.5s forwards; }
.timeline-node:nth-child(5) .timeline-dot { animation: timelineNodePop 0.4s ease-out 9s forwards; }
.timeline-node:nth-child(6) .timeline-dot { animation: timelineNodePop 0.4s ease-out 10.5s forwards; }
.timeline-node:nth-child(7) .timeline-dot { animation: timelineNodePop 0.4s ease-out 12s forwards; }

.timeline-node span {
  font-size: 0.55rem;
  color: var(--fg-muted);
  text-align: center;
  max-width: 80px;
}

/* ============================================
   BUILDING FLOOR PLAN REVEAL
   ============================================ */
.building-reveal {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.building-card {
  width: 150px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  opacity: 0;
}
.building-card:nth-child(1) { animation: buildingReveal 0.8s ease-out 13s forwards; }
.building-card:nth-child(2) { animation: buildingReveal 0.8s ease-out 13.5s forwards; }
.building-card:nth-child(3) { animation: buildingReveal 0.8s ease-out 14s forwards; }
.building-card:nth-child(4) { animation: buildingReveal 0.8s ease-out 14.5s forwards; }

.floor-plan {
  width: 100%;
  height: 70px;
  border: 1px solid rgba(0,240,255,0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.floor-plan .room {
  position: absolute;
  border: 1px dashed rgba(0,240,255,0.25);
  background: rgba(0,240,255,0.05);
  border-radius: 2px;
}
.floor-plan .room.server-room { top: 5px; left: 5px; width: 40px; height: 30px; background: rgba(0,240,255,0.1); }
.floor-plan .room.office { top: 5px; right: 5px; width: 50px; height: 25px; }
.floor-plan .room.lobby { bottom: 5px; left: 50%; transform: translateX(-50%); width: 80px; height: 25px; background: rgba(16,185,129,0.08); }

.building-card .b-label { font-size: 0.65rem; font-weight: 600; color: var(--fg); }
.building-card .b-type { font-size: 0.55rem; color: var(--fg-muted); margin-top: 2px; }

/* Legend */
.map-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: var(--fg-muted);
}
.legend-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
}
.legend-dot.hq { background: var(--rose); }
.legend-dot.dc { background: var(--cyan); }
.legend-dot.br { background: var(--emerald); }

/* ============================================
   GENERIC SECTION STYLES
   ============================================ */
.section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.section:nth-of-type(even) {
  background: rgba(0,240,255,0.015);
}

.section-label {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
}

.section-title1 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.section-title1 .accent-cyan { color: var(--cyan); }
.section-title1 .accent-emerald { color: var(--emerald); }
.section-title1 .accent-rose { color: var(--rose); }

.section-desc {
  color: var(--fg-muted);
  max-width: 760px;
  margin-bottom: 40px;
  font-size: 1.05rem;
}

/* ============================================
   WHY IT MATTERS — STATS GRID
   ============================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  overflow: hidden;
  animation: borderGlow 6s ease-in-out infinite;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
}
.stat-card:nth-child(1)::before { background: var(--rose); }
.stat-card:nth-child(2)::before { background: var(--cyan); }
.stat-card:nth-child(3)::before { background: var(--emerald); }
.stat-card:nth-child(4)::before { background: var(--amber); }

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  animation: statGlow 3s ease-in-out infinite;
}
.stat-card:nth-child(1) .stat-number { color: var(--rose); }
.stat-card:nth-child(2) .stat-number { color: var(--cyan); }
.stat-card:nth-child(3) .stat-number { color: var(--emerald); }
.stat-card:nth-child(4) .stat-number { color: var(--amber); }

.stat-label {
  font-size: 0.9rem;
  color: var(--fg);
  margin-top: 6px;
  font-weight: 600;
}
.stat-source {
  font-size: 0.7rem;
  color: var(--fg-muted);
  margin-top: 6px;
  font-style: italic;
}

.why-body {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  margin-bottom: 32px;
}
.why-body p {
  color: var(--fg-muted);
  margin-bottom: 16px;
  line-height: 1.85;
}
.why-body p:last-child { margin-bottom: 0; }

.dofollow-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dofollow-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(0,240,255,0.06);
  border: 1px solid rgba(0,240,255,0.15);
  border-radius: 8px;
  font-size: 0.78rem;
  color: var(--cyan);
  transition: all 0.3s;
}
.dofollow-links a:hover {
  background: rgba(0,240,255,0.12);
  border-color: var(--cyan);
  text-decoration: none;
}

/* ============================================
   KEY TERMS &amp; CONCEPTS
   ============================================ */
.concepts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.concept-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.concept-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.concept-card h3 .icon-def { color: var(--cyan); }
.concept-card h3 .icon-ana { color: var(--emerald); }
.concept-card p {
  color: var(--fg-muted);
  line-height: 1.85;
  font-size: 0.95rem;
}

/* ============================================
   REAL-WORLD SCENARIO
   ============================================ */
.scenario-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .scenario-wrapper { grid-template-columns: 1fr; }
}

.scenario-intro {
  grid-column: 1 / -1;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.scenario-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 2px solid var(--cyan);
  background: linear-gradient(135deg, var(--bg-card-alt), var(--bg));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--cyan);
  flex-shrink: 0;
}
.scenario-intro-text h3 { font-size: 1rem; color: var(--fg); }
.scenario-intro-text h3 span { color: var(--cyan); }
.scenario-intro-text p { color: var(--fg-muted); font-size: 0.9rem; margin-top: 4px; }

.scenario-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}
.scenario-card.before { border-top: 3px solid var(--rose); }
.scenario-card.after { border-top: 3px solid var(--emerald); }

.scenario-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.scenario-card.before h3 { color: var(--rose); }
.scenario-card.after h3 { color: var(--emerald); }

.scenario-card p {
  color: var(--fg-muted);
  line-height: 1.85;
  font-size: 0.92rem;
  margin-bottom: 12px;
}
.scenario-card p:last-child { margin-bottom: 0; }

.scenario-card .loss-callout {
  background: var(--rose-dim);
  border: 1px solid rgba(244,63,94,0.25);
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
  font-weight: 700;
  color: var(--rose);
  font-size: 0.9rem;
}

.scenario-card .win-callout {
  background: var(--emerald-dim);
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
  font-weight: 700;
  color: var(--emerald);
  font-size: 0.9rem;
}

/* ============================================
   7-STEP MITIGATION GUIDE
   ============================================ */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.step-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  animation: sectionIn 0.5s ease-out both;
}
.step-item:nth-child(1) { animation-delay: 0.1s; }
.step-item:nth-child(2) { animation-delay: 0.2s; }
.step-item:nth-child(3) { animation-delay: 0.3s; }
.step-item:nth-child(4) { animation-delay: 0.4s; }
.step-item:nth-child(5) { animation-delay: 0.5s; }
.step-item:nth-child(6) { animation-delay: 0.6s; }
.step-item:nth-child(7) { animation-delay: 0.7s; }

.step-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  border: 2px solid var(--cyan);
  color: var(--cyan);
  background: rgba(0,240,255,0.06);
}

.step-content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--fg);
}
.step-content p {
  color: var(--fg-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

/* ============================================
   MISTAKES &amp; BEST PRACTICES
   ============================================ */
.mb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .mb-grid { grid-template-columns: 1fr; }
}
.mb-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.mb-col.mistakes { border-top: 3px solid var(--rose); }
.mb-col.best { border-top: 3px solid var(--emerald); }

.mb-col h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.mb-col.mistakes h3 { color: var(--rose); }
.mb-col.best h3 { color: var(--emerald); }

.mb-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.mb-item:last-child { border-bottom: none; }
.mb-item p {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* ============================================
   RED TEAM vs BLUE TEAM
   ============================================ */
.rb-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 768px) {
  .rb-grid {
    grid-template-columns: 1fr;
  }
  .rb-divider { display: none; }
}

.rb-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.rb-card.red { border-top: 3px solid var(--rose); }
.rb-card.blue { border-top: 3px solid var(--cyan); }

.rb-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.rb-card.red h3 { color: var(--rose); animation: arrowSlideRight 0.6s ease-out both; }
.rb-card.blue h3 { color: var(--cyan); animation: arrowSlideLeft 0.6s ease-out both; }

.rb-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  align-items: flex-start;
}
.rb-item:last-child { margin-bottom: 0; }
.rb-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.rb-card.red .rb-icon { background: var(--rose-dim); color: var(--rose); }
.rb-card.blue .rb-icon { background: var(--cyan-dim); color: var(--cyan); }

.rb-item p {
  color: var(--fg-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.rb-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 60px;
}
.vs-badge {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.75rem;
  color: var(--fg-muted);
  background: var(--bg);
}

/* ============================================
   HUNTER'S TOOLKIT
   ============================================ */
.hunter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.hunter-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.hunter-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 60px; height: 60px;
  border: 2px solid rgba(0,240,255,0.08);
  border-radius: 50%;
  transform: translate(30%, 30%);
  animation: reticleZoom 4s ease-in-out infinite;
}

.hunter-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--cyan);
}
.hunter-card p {
  color: var(--fg-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.query-block {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px 14px;
  margin-top: 10px;
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  color: var(--emerald);
  overflow-x: auto;
  white-space: pre;
}

/* ============================================
   CTA / NEXT STEPS
   ============================================ */
.cta-section {
  text-align: center;
  padding: 100px 24px 120px;
  position: relative;
  z-index: 1;
}

.cta-section .section-title1 {
  margin-bottom: 20px;
}

.cta-section .section-desc {
  margin: 0 auto 40px;
  text-align: center;
}

.cta-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
}
.cta-btn.primary {
  background: linear-gradient(135deg, var(--emerald), #059669);
  color: #fff;
  background-size: 200% auto;
  animation: shimmer 3s linear infinite;
}
.cta-btn.primary:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 30px rgba(16,185,129,0.3);
}
.cta-btn.secondary {
  background: transparent;
  border: 1px solid var(--cyan);
  color: var(--cyan);
}
.cta-btn.secondary:hover {
  background: rgba(0,240,255,0.08);
  text-decoration: none;
  color: var(--cyan);
}

.technique-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.technique-nav a {
  padding: 6px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.75rem;
  color: var(--fg-muted);
  transition: all 0.3s;
}
.technique-nav a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  text-decoration: none;
}
.technique-nav a.parent {
  border-color: var(--emerald);
  color: var(--emerald);
  font-weight: 700;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 40px 24px;
  text-align: center;
}
footer p {
  color: var(--fg-muted);
  font-size: 0.78rem;
}
footer .disclaimer {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 640px) {
  .world-map { height: 200px; }
  .continent { transform: scale(0.7); }
  .building-reveal { flex-direction: column; align-items: center; }
  .dofollow-links { flex-direction: column; }
  .concepts-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
}/* End custom CSS */