.elementor-13906 .elementor-element.elementor-element-835b222{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e1f7ad4 *//* ===== RESET &amp; BASE ===== */
html{scroll-behavior:smooth;font-size:16px}
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:#c8d6e5;
  line-height:1.7;
  overflow-x:hidden;
}
a{color:#00f0ff;text-decoration:none;transition:color .3s, text-shadow .3s}
a:hover{color:#10b981;text-shadow:0 0 8px rgba(16,185,129,.5)}
h1,h2,h3,h4{font-family:'Inter',sans-serif;color:#e8ecf1;font-weight:700;line-height:1.3}
code,.mono{font-family:'Share Tech Mono',monospace}
img{max-width:100%}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#0a0e17}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#10b981,#00f0ff);border-radius:4px}

/* ===== CONTAINER ===== */
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}

/* ===== HERO ===== */
.hero{
  position:relative;min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  padding:6rem 1.5rem 3rem;overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
  
}

/* ===== GRID LINES ===== */
.grid-lines{
  position:absolute;inset:0;z-index:0;overflow:hidden;opacity:.06;
}
.grid-lines::before{
  content:'';position:absolute;
  top:0;left:0;right:0;bottom:0;
  background-image:
    linear-gradient(rgba(16,185,129,.3) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,185,129,.3) 1px,transparent 1px);
  background-size:60px 60px;
}

/* ===== SIMULATION AREA ===== */
.sim-wrapper{
  position:relative;z-index:1;
  width:100%;max-width:960px;
  display:flex;flex-direction:column;align-items:center;gap:2rem;
}
.hero-title{text-align:center}
.hero-title .tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.75rem;letter-spacing:3px;text-transform:uppercase;
  color:#eab308;
  border:1px solid rgba(234,179,8,.3);
  padding:.3rem 1rem;border-radius:20px;
  margin-bottom:1rem;
  animation:tagPulse 3s ease-in-out infinite;
}
@keyframes tagPulse{
  0%,100%{box-shadow:0 0 8px rgba(234,179,8,.2)}
  50%{box-shadow:0 0 20px rgba(234,179,8,.4)}
}
.hero-title h1{
  font-size:clamp(1.8rem,5vw,3.2rem);
  background:linear-gradient(135deg,#eab308 0%,#10b981 50%,#00f0ff 100%);
  background-size:200% auto;
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
  animation:gradientShift 4s linear infinite;
  margin-bottom:.5rem;
}
@keyframes gradientShift{
  0%{background-position:0% center}
  100%{background-position:200% center}
}
.hero-title .subtitle{
  font-family:'Share Tech Mono',monospace;
  font-size:.9rem;color:#5a7a8a;
  overflow:hidden;white-space:nowrap;
  max-width:700px;margin:0 auto;
  border-right:2px solid #eab308;
  animation:typing 5s steps(80,end) infinite,blink .6s step-end infinite alternate;
}
@keyframes typing{
  0%{max-width:0}
  50%{max-width:700px}
  90%{max-width:700px}
  100%{max-width:0}
}
@keyframes blink{50%{border-color:transparent}}

/* ===== ORG CHART SIMULATION ===== */
.org-chart-container{
  position:relative;
  width:100%;max-width:900px;
  min-height:580px;
  background:rgba(8,12,22,.85);
  border:1px solid rgba(16,185,129,.12);
  border-radius:16px;
  overflow:hidden;
  padding:2rem 1rem;
}
.org-chart-container::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(16,185,129,.015) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,185,129,.015) 1px,transparent 1px);
  background-size:30px 30px;
  border-radius:16px;
  pointer-events:none;z-index:0;
}
.org-header{
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;
  color:#eab308;
  letter-spacing:2px;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:1.5rem;
  position:relative;z-index:2;
  animation:headerFlicker 4s ease-in-out infinite;
}
@keyframes headerFlicker{
  0%,100%{opacity:1}
  50%{opacity:.6}
}

/* Org Chart Layout */
.org-tree{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.5rem;
}
.org-row{
  display:flex;
  justify-content:center;
  gap:1.2rem;
  position:relative;
}
.org-row-1{margin-bottom:.5rem}
.org-row-2{margin-bottom:.5rem}
.org-row-3{margin-bottom:.5rem}

/* Role Cards */
.role-card{
  position:relative;
  background:rgba(12,18,32,.95);
  border:1px solid rgba(16,185,129,.15);
  border-radius:10px;
  padding:.7rem 1rem;
  min-width:140px;
  text-align:center;
  opacity:0;
  transform:translateY(20px) scale(.9);
}
.role-card.rc-1{animation:cardReveal 12s ease-out infinite 0s}
.role-card.rc-2{animation:cardReveal 12s ease-out infinite 1.2s}
.role-card.rc-3{animation:cardReveal 12s ease-out infinite 2.4s}
.role-card.rc-4{animation:cardReveal 12s ease-out infinite 3.6s}
.role-card.rc-5{animation:cardReveal 12s ease-out infinite 4.8s}
.role-card.rc-6{animation:cardReveal 12s ease-out infinite 6s}

@keyframes cardReveal{
  0%,5%{opacity:0;transform:translateY(20px) scale(.9)}
  10%,70%{opacity:1;transform:translateY(0) scale(1)}
  78%,100%{opacity:.5;transform:translateY(0) scale(.98)}
}
.rc-icon{font-size:1.4rem;margin-bottom:.25rem}
.rc-title{font-size:.65rem;font-weight:700;color:#e8ecf1;margin-bottom:.15rem}
.rc-name{font-size:.52rem;color:#00f0ff;font-family:'Share Tech Mono',monospace;margin-bottom:.3rem}
.rc-access{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.45rem;
  padding:.1rem .4rem;
  border-radius:8px;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-weight:600;
}
.rc-access.gold{
  background:rgba(234,179,8,.12);
  border:1px solid rgba(234,179,8,.35);
  color:#eab308;
}
.rc-access.silver{
  background:rgba(148,163,184,.1);
  border:1px solid rgba(148,163,184,.3);
  color:#94a3b8;
}
.rc-access.bronze{
  background:rgba(180,130,80,.1);
  border:1px solid rgba(180,130,80,.3);
  color:#b4824f;
}
.rc-priority{
  font-family:'Share Tech Mono',monospace;
  font-size:.42rem;
  margin-top:.25rem;
  letter-spacing:1px;
  text-transform:uppercase;
  opacity:0;
}
.rc-priority.high{
  color:#ff4444;
  animation:priorityFlash 12s ease-out infinite 1s;
}
.rc-priority.medium{
  color:#eab308;
  animation:priorityFlash 12s ease-out infinite 5s;
}
.rc-priority.low{
  color:#10b981;
  animation:priorityFlash 12s ease-out infinite 7s;
}
@keyframes priorityFlash{
  0%,5%{opacity:0;transform:scale(.8)}
  10%,15%{opacity:1;transform:scale(1.3)}
  20%,70%{opacity:1;transform:scale(1)}
  78%,100%{opacity:.4;transform:scale(1)}
}

/* Whaling indicator */
.whaling-badge{
  display:none;
  font-family:'Share Tech Mono',monospace;
  font-size:.38rem;
  padding:.08rem .35rem;
  border-radius:4px;
  background:rgba(234,179,8,.15);
  border:1px solid rgba(234,179,8,.4);
  color:#eab308;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-top:.2rem;
  animation:whalingGlow 2s ease-in-out infinite;
}
.role-card.c-suite .whaling-badge{display:inline-block}
@keyframes whalingGlow{
  0%,100%{box-shadow:0 0 4px rgba(234,179,8,.2);opacity:.8}
  50%{box-shadow:0 0 12px rgba(234,179,8,.5);opacity:1}
}

/* Connection Lines */
.org-connector{
  position:relative;
  width:2px;
  height:20px;
  margin:0 auto;
  background:linear-gradient(180deg,rgba(16,185,129,.6),rgba(0,240,255,.4));
  opacity:0;
  z-index:2;
}
.org-connector.c1{animation:connectorGrow 12s ease-out infinite 0.8s}
.org-connector.c2{animation:connectorGrow 12s ease-out infinite 2s}
.org-connector.c3{animation:connectorGrow 12s ease-out infinite 3.2s}
.org-connector.c4{animation:connectorGrow 12s ease-out infinite 4.4s}
.org-connector.c5{animation:connectorGrow 12s ease-out infinite 5.6s}

@keyframes connectorGrow{
  0%,8%{opacity:0;height:0}
  12%,70%{opacity:1;height:20px}
  78%,100%{opacity:.3;height:20px}
}

/* Horizontal connector between siblings */
.h-connector{
  position:absolute;
  top:50%;
  height:2px;
  background:linear-gradient(90deg,rgba(16,185,129,.4),rgba(0,240,255,.3));
  opacity:0;
  z-index:1;
}
.hc-1{left:25%;right:25%;animation:hLineGrow 12s ease-out infinite 2s}
.hc-2{left:15%;right:15%;animation:hLineGrow 12s ease-out infinite 4.2s}

@keyframes hLineGrow{
  0%,8%{opacity:0;width:0}
  12%,70%{opacity:1;width:auto}
  78%,100%{opacity:.3}
}

/* Scan beam */
.scan-beam{
  position:absolute;
  left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(234,179,8,.3),rgba(16,185,129,.2),transparent);
  z-index:4;
  animation:scanBeam 6s linear infinite;
  pointer-events:none;
}
@keyframes scanBeam{
  0%{top:-2px;opacity:0}
  5%{opacity:1}
  95%{opacity:1}
  100%{top:100%;opacity:0}
}

/* Status indicators below org chart */
.org-status{
  display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;
  margin-top:1rem;z-index:2;position:relative;
}
.status-pill{
  display:flex;align-items:center;gap:.4rem;
  font-family:'Share Tech Mono',monospace;font-size:.58rem;
  color:#5a7a8a;
  padding:.25rem .6rem;
  border:1px solid rgba(16,185,129,.1);
  border-radius:6px;
  background:rgba(16,185,129,.02);
}
.status-dot{width:6px;height:6px;border-radius:50%}
.status-pill:nth-child(1) .status-dot{background:#eab308;box-shadow:0 0 8px rgba(234,179,8,.5);animation:statusDotPulse 2s ease-in-out infinite}
.status-pill:nth-child(2) .status-dot{background:#00f0ff;box-shadow:0 0 8px rgba(0,240,255,.5);animation:statusDotPulse 2s ease-in-out infinite .7s}
.status-pill:nth-child(3) .status-dot{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.5);animation:statusDotPulse 2s ease-in-out infinite 1.4s}
.status-pill:nth-child(4) .status-dot{background:#ff4444;box-shadow:0 0 8px rgba(255,68,68,.5);animation:statusDotPulse 2s ease-in-out infinite 2.1s}
@keyframes statusDotPulse{
  0%,100%{opacity:.3;transform:scale(.8)}
  50%{opacity:1;transform:scale(1.3)}
}

/* ===== FLOATING PARTICLES ===== */
.particles{
  position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;
}
.particle{
  position:absolute;width:2px;height:2px;
  background:rgba(16,185,129,.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(16,185,129,.3)}
.particle:nth-child(2){left:15%;width:1px;height:1px;animation-duration:18s;animation-delay:2s;background:rgba(0,240,255,.2)}
.particle:nth-child(3){left:25%;width:3px;height:3px;animation-duration:14s;animation-delay:4s;background:rgba(234,179,8,.25)}
.particle:nth-child(4){left:35%;width:1px;height:1px;animation-duration:20s;animation-delay:1s;background:rgba(16,185,129,.3)}
.particle:nth-child(5){left:45%;width:2px;height:2px;animation-duration:16s;animation-delay:3s;background:rgba(16,185,129,.2)}
.particle:nth-child(6){left:55%;width:1px;height:1px;animation-duration:22s;animation-delay:5s;background:rgba(0,240,255,.25)}
.particle:nth-child(7){left:65%;width:2px;height:2px;animation-duration:13s;animation-delay:2.5s;background:rgba(234,179,8,.35)}
.particle:nth-child(8){left:75%;width:1px;height:1px;animation-duration:17s;animation-delay:.5s;background:rgba(16,185,129,.2)}
.particle:nth-child(9){left:85%;width:3px;height:3px;animation-duration:15s;animation-delay:6s;background:rgba(16,185,129,.2)}
.particle:nth-child(10){left:95%;width:1px;height:1px;animation-duration:19s;animation-delay:1.5s;background:rgba(0,240,255,.3)}
.particle:nth-child(11){left:10%;width:2px;height:2px;animation-duration:21s;animation-delay:7s;background:rgba(234,179,8,.15)}
.particle:nth-child(12){left:50%;width:1px;height:1px;animation-duration:16s;animation-delay:8s;background:rgba(16,185,129,.15)}
@keyframes floatUp{
  0%{transform:translateY(100vh) translateX(0);opacity:0}
  10%{opacity:1}
  90%{opacity:1}
  100%{transform:translateY(-10vh) translateX(30px);opacity:0}
}

/* ===== SECTION STYLES ===== */
.section{padding:2rem 0;position:relative;z-index:1}
.section-header{text-align:center;margin-bottom:3rem}
.section-header .section-tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;letter-spacing:2px;text-transform:uppercase;
  color:#eab308;margin-bottom:.5rem;
}
.section-header h2{
  font-size:clamp(1.5rem,3vw,2.2rem);
  background:linear-gradient(90deg,#e8ecf1,#10b981);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.section-header .divider{
  width:60px;height:3px;margin:1rem auto 0;
  background:linear-gradient(90deg,#eab308,#10b981);border-radius:2px;
  animation:dividerShimmer 3s ease-in-out infinite;
}
@keyframes dividerShimmer{
  0%,100%{opacity:.5;width:60px}
  50%{opacity:1;width:100px}
}

/* ===== GLASS CARD ===== */
.glass-card{
  background:rgba(15,22,36,.6);
  backdrop-filter:blur(10px);
  border:1px solid rgba(16,185,129,.1);
  border-radius:12px;
  padding:2rem;
  margin-bottom:1.5rem;
  transition:border-color .3s,box-shadow .3s;
}
.glass-card:hover{
  border-color:rgba(16,185,129,.25);
  box-shadow:0 0 30px rgba(16,185,129,.05);
}

/* ===== GLOW BORDER CARD ===== */
.glow-card{
  position:relative;
  background:rgba(10,14,23,.85);
  border-radius:14px;
  padding:2rem;
  margin-bottom:1.5rem;
  overflow:hidden;
}
.glow-card::before{
  content:'';position:absolute;inset:-1px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(234,179,8,.3),transparent 40%,transparent 60%,rgba(16,185,129,.3));
  z-index:-1;
  animation:borderGlow 4s ease-in-out infinite alternate;
}
@keyframes borderGlow{
  0%{opacity:.4}
  100%{opacity:1}
}
.glow-card::after{
  content:'';position:absolute;inset:1px;
  background:rgba(10,14,23,.95);
  border-radius:13px;z-index:-1;
}
.glow-card h3{color:#eab308;margin-bottom:.8rem;font-size:1.15rem}
.glow-card p{margin-bottom:.8rem}

/* ===== STAT BOX ===== */
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;margin:2rem 0}
.stat-box{
  text-align:center;padding:1.5rem;
  background:rgba(16,185,129,.03);
  border:1px solid rgba(16,185,129,.12);
  border-radius:10px;
  transition:transform .3s,box-shadow .3s;
}
.stat-box:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(16,185,129,.08)}
.stat-number{
  font-family:'Share Tech Mono',monospace;
  font-size:2rem;color:#eab308;
  text-shadow:0 0 20px rgba(234,179,8,.3);
  animation:statPopIn 2s ease-out both;
}
.stat-box:nth-child(1) .stat-number{animation-delay:.2s}
.stat-box:nth-child(2) .stat-number{animation-delay:.4s}
.stat-box:nth-child(3) .stat-number{animation-delay:.6s}
.stat-box:nth-child(4) .stat-number{animation-delay:.8s}
.stat-box:nth-child(5) .stat-number{animation-delay:1s}
@keyframes statPopIn{
  0%{opacity:0;transform:scale(.5)}
  60%{transform:scale(1.15)}
  100%{opacity:1;transform:scale(1)}
}
.stat-number.green{color:#10b981;text-shadow:0 0 20px rgba(16,185,129,.3)}
.stat-number.red{color:#ff4444;text-shadow:0 0 20px rgba(255,68,68,.3)}
.stat-number.cyan{color:#00f0ff;text-shadow:0 0 20px rgba(0,240,255,.3)}
.stat-label{font-size:.8rem;color:#5a7a8a;margin-top:.3rem}

/* ===== DEFINITION BOX ===== */
.def-box{
  background:linear-gradient(135deg,rgba(234,179,8,.05),rgba(16,185,129,.03));
  border-left:4px solid #eab308;
  padding:1.5rem 2rem;
  border-radius:0 10px 10px 0;
  margin:1.5rem 0;
}
.def-box .def-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.75rem;color:#eab308;
  letter-spacing:1px;text-transform:uppercase;
  margin-bottom:.5rem;
}
.def-box p{font-size:.95rem;line-height:1.8}

/* ===== ANALOGY BOX ===== */
.analogy-box{
  background:linear-gradient(135deg,rgba(16,185,129,.05),rgba(0,240,255,.03));
  border-left:4px solid #10b981;
  padding:1.5rem 2rem;
  border-radius:0 10px 10px 0;
  margin:1.5rem 0;
}
.analogy-box .def-label{color:#10b981}

/* ===== SCENARIO ===== */
.scenario-timeline{position:relative;padding-left:2rem}
.scenario-timeline::before{
  content:'';position:absolute;left:8px;top:0;bottom:0;
  width:2px;
  background:linear-gradient(180deg,#eab308,#10b981,rgba(16,185,129,.2));
}
.timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}
.timeline-item::before{
  content:'';position:absolute;left:-2rem;top:4px;
  width:16px;height:16px;border-radius:50%;
  background:#0a0e17;border:2px solid #eab308;
  box-shadow:0 0 10px rgba(234,179,8,.3);
  animation:timelineDotPulse 3s ease-in-out infinite;
}
@keyframes timelineDotPulse{
  0%,100%{box-shadow:0 0 6px rgba(234,179,8,.2)}
  50%{box-shadow:0 0 16px rgba(234,179,8,.5)}
}
.timeline-item.bad::before{border-color:#ff4444;box-shadow:0 0 10px rgba(255,68,68,.3)}
.timeline-item.good::before{border-color:#10b981;box-shadow:0 0 10px rgba(16,185,129,.3)}
.timeline-item h4{color:#eab308;margin-bottom:.4rem;font-size:1rem}
.timeline-item.bad h4{color:#ff6666}
.timeline-item.good h4{color:#44ddbb}
.timeline-item p{font-size:.92rem;color:#8fa3b8}

/* ===== STEPS ===== */
.steps-grid{display:flex;flex-direction:column;gap:1.2rem}
.step-card{
  display:flex;gap:1.2rem;align-items:flex-start;
  background:rgba(15,22,36,.5);
  border:1px solid rgba(16,185,129,.08);
  border-radius:10px;
  padding:1.3rem 1.5rem;
  transition:all .3s;
}
.step-card:hover{
  border-color:rgba(16,185,129,.2);
  background:rgba(15,22,36,.7);
  transform:translateX(6px);
}
.step-num{
  flex-shrink:0;
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(234,179,8,.15),rgba(16,185,129,.1));
  border:1px solid rgba(234,179,8,.3);
  border-radius:10px;
  font-family:'Share Tech Mono',monospace;
  font-size:1.1rem;color:#eab308;
}
.step-content h4{color:#e8ecf1;margin-bottom:.4rem;font-size:1rem}
.step-content p{font-size:.88rem;color:#8fa3b8;margin-bottom:.4rem}
.step-content ul{list-style:none;padding:0}
.step-content ul li{
  font-size:.84rem;color:#6a8a9a;padding:.2rem 0 .2rem 1.2rem;
  position:relative;
}
.step-content ul li::before{
  content:'\203A';position:absolute;left:0;color:#10b981;font-weight:bold;
}

/* ===== MISTAKES &amp; BEST ===== */
.mb-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:700px){.mb-grid{grid-template-columns:1fr}}
.mb-card{padding:1.5rem}
.mb-card.mistake{border-left:3px solid #ff4444}
.mb-card.best{border-left:3px solid #10b981}
.mb-card h3{font-size:1rem;margin-bottom:1rem}
.mb-card.mistake h3{color:#ff6666}
.mb-card.best h3{color:#44ddbb}
.mb-card ul{list-style:none;padding:0}
.mb-card ul li{
  padding:.5rem 0 .5rem 1.5rem;
  font-size:.88rem;color:#8fa3b8;
  position:relative;
  border-bottom:1px solid rgba(255,255,255,.03);
}
.mb-card.mistake ul li::before{content:'\2715';position:absolute;left:0;color:#ff4444;font-weight:bold;font-size:.9rem}
.mb-card.best ul li::before{content:'\2713';position:absolute;left:0;color:#10b981;font-weight:bold;font-size:.9rem}

/* ===== TEAM VIEWS ===== */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:700px){.team-grid{grid-template-columns:1fr}}
.team-card{position:relative;overflow:hidden}
.team-card .team-label{
  position:absolute;top:1rem;right:1rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.65rem;letter-spacing:2px;text-transform:uppercase;
  padding:.2rem .6rem;border-radius:4px;
}
.team-card.red .team-label{color:#ff4444;border:1px solid rgba(255,68,68,.3);background:rgba(255,68,68,.08)}
.team-card.blue .team-label{color:#00f0ff;border:1px solid rgba(0,240,255,.3);background:rgba(0,240,255,.08)}
.team-card h3{margin-top:.5rem;margin-bottom:.8rem;font-size:1.1rem}
.team-card.red h3{color:#ff8888}
.team-card.blue h3{color:#66ddff}

/* ===== HUNTER SECTION ===== */
.hunter-card{
  background:linear-gradient(135deg,rgba(234,179,8,.05),rgba(16,185,129,.03));
  border:1px solid rgba(234,179,8,.15);
  border-radius:12px;
  padding:2rem;
}
.hunter-card h3{color:#eab308;margin-bottom:.8rem}

/* ===== CTA ===== */
.cta-section{text-align:center;padding:4rem 0}
.cta-box{
  display:inline-block;
  background:linear-gradient(135deg,rgba(234,179,8,.08),rgba(16,185,129,.05));
  border:1px solid rgba(234,179,8,.2);
  border-radius:16px;
  padding:3rem 2.5rem;
  max-width:700px;
}
.cta-box h2{margin-bottom:1rem;font-size:1.5rem}
.cta-box p{margin-bottom:1.5rem;color:#8fa3b8}

/* ===== SUB-TECHNIQUE LINKS ===== */
.subtech-links{
  display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;
  margin-top:2rem;
}
.subtech-link{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.5rem 1rem;
  background:rgba(16,185,129,.05);
  border:1px solid rgba(16,185,129,.2);
  border-radius:8px;
  font-family:'Share Tech Mono',monospace;
  font-size:.78rem;color:#10b981;
  transition:all .3s;
}
.subtech-link:hover{
  background:rgba(16,185,129,.1);
  border-color:rgba(16,185,129,.5);
  box-shadow:0 0 20px rgba(16,185,129,.1);
  color:#34d399;
}

/* ===== FOOTER ===== */
footer{
  text-align:center;padding:2rem;
  border-top:1px solid rgba(16,185,129,.08);
  color:#3a4a5a;font-size:.8rem;
}
footer a{color:#10b981}

/* ===== REFERENCE BADGE ===== */
.ref-links{
  display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem;
}
.ref-links a{
  font-size:.72rem;
  padding:.25rem .6rem;
  border:1px solid rgba(16,185,129,.12);
  border-radius:4px;
  color:#5a8a9a;
  transition:all .3s;
}
.ref-links a:hover{
  border-color:rgba(16,185,129,.4);
  color:#10b981;
}

/* ===== HELPER CLASSES ===== */
.text-cyan{color:#00f0ff}
.text-green{color:#10b981}
.text-red{color:#ff4444}
.text-gold{color:#eab308}
.text-muted{color:#5a7a8a}
.mt-1{margin-top:.5rem}
.mt-2{margin-top:1rem}
.mt-3{margin-top:1.5rem}
.mb-1{margin-bottom:.5rem}
.mb-2{margin-bottom:1rem}
.text-center{text-align:center}

/* ===== TOOL TAG ===== */
.tool-tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.72rem;
  padding:.15rem .5rem;
  background:rgba(234,179,8,.06);
  border:1px solid rgba(234,179,8,.15);
  border-radius:4px;
  color:#eab308;
  margin:.15rem;
}

/* ===== ACCENT LINE ANIMATION ===== */
.accent-line{
  width:100%;height:1px;margin:2rem 0;
  background:linear-gradient(90deg,transparent,rgba(234,179,8,.3),rgba(16,185,129,.3),transparent);
  animation:accentShimmer 3s ease-in-out infinite;
}
@keyframes accentShimmer{
  0%,100%{opacity:.3}
  50%{opacity:.8}
}

/* ===== ROLE MATRIX TABLE ===== */
.role-table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  font-family:'Share Tech Mono',monospace;
  font-size:.78rem;
}
.role-table th{
  text-align:left;
  padding:.6rem .8rem;
  background:rgba(234,179,8,.08);
  border:1px solid rgba(234,179,8,.15);
  color:#eab308;
  font-weight:500;
  letter-spacing:.5px;
  font-size:.68rem;
}
.role-table td{
  padding:.5rem .8rem;
  border:1px solid rgba(255,255,255,.05);
  color:#8fa3b8;
}
.role-table tr:nth-child(even){background:rgba(16,185,129,.02)}
.role-table .tier-gold{color:#eab308;font-weight:600}
.role-table .tier-silver{color:#94a3b8;font-weight:600}
.role-table .tier-bronze{color:#b4824f;font-weight:600}

/* ===== PHISHING EMAIL VIZ ===== */
.phish-email{
  background:rgba(8,12,22,.9);
  border:1px solid rgba(255,68,68,.2);
  border-radius:10px;
  padding:1rem 1.2rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;
  max-width:520px;
  margin:1rem auto;
  animation:phishBreath 4s ease-in-out infinite;
}
@keyframes phishBreath{
  0%,100%{box-shadow:0 0 10px rgba(255,68,68,.05)}
  50%{box-shadow:0 0 25px rgba(255,68,68,.15)}
}
.phish-header{
  display:flex;justify-content:space-between;
  padding-bottom:.5rem;
  border-bottom:1px solid rgba(255,68,68,.15);
  margin-bottom:.5rem;
}
.phish-from{color:#ff6b9d}
.phish-to{color:#5a7a8a}
.phish-subject{color:#ff4444;font-weight:bold}
.phish-body{color:#8fa3b8;line-height:1.6}
.phish-body .highlight{color:#00f0ff}
.phish-body .danger{color:#ff4444;text-decoration:underline}
.phish-warning{
  display:block;
  margin-top:.5rem;
  padding:.3rem .5rem;
  background:rgba(255,68,68,.08);
  border-left:2px solid #ff4444;
  color:#ff6666;
  font-size:.5rem;
}

/* ===== THREAT BADGE ===== */
.threat-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.3rem .8rem;
  border-radius:20px;
  font-family:'Share Tech Mono',monospace;
  font-size:.65rem;
  letter-spacing:1px;
  text-transform:uppercase;
}
.threat-badge.high{
  background:rgba(255,68,68,.1);
  border:1px solid rgba(255,68,68,.3);
  color:#ff6666;
}
.threat-badge.med{
  background:rgba(234,179,8,.1);
  border:1px solid rgba(234,179,8,.3);
  color:#eab308;
}
.threat-badge.low{
  background:rgba(16,185,129,.1);
  border:1px solid rgba(16,185,129,.3);
  color:#10b981;
}

/* ===== ICON CARD GRID ===== */
.icon-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem;
  margin:1.5rem 0;
}
.icon-card{
  text-align:center;
  padding:1rem .6rem;
  background:rgba(15,22,36,.6);
  border:1px solid rgba(16,185,129,.08);
  border-radius:10px;
  transition:all .3s;
}
.icon-card:hover{
  border-color:rgba(16,185,129,.25);
  transform:translateY(-3px);
  box-shadow:0 6px 20px rgba(16,185,129,.08);
}
.icon-card .ic-icon{font-size:1.8rem;margin-bottom:.4rem}
.icon-card .ic-label{font-size:.7rem;color:#8fa3b8;font-weight:500}
.icon-card .ic-sub{font-size:.55rem;color:#5a7a8a;font-family:'Share Tech Mono',monospace}

/* ===== DATA FLOW ANIMATION ===== */
.data-flow{
  display:flex;align-items:center;gap:.4rem;justify-content:center;
  flex-wrap:wrap;margin:1.5rem 0;
}
.df-step{
  padding:.35rem .7rem;
  border-radius:6px;
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;
  border:1px solid rgba(16,185,129,.15);
  color:#8fa3b8;
  animation:dataStepGlow 4s ease-in-out infinite;
}
.df-step:nth-child(1){animation-delay:0s;border-color:rgba(16,185,129,.3);color:#10b981}
.df-step:nth-child(2){animation-delay:.5s}
.df-step:nth-child(3){animation-delay:1s}
.df-step:nth-child(4){animation-delay:1.5s}
.df-step:nth-child(5){animation-delay:2s;border-color:rgba(234,179,8,.3);color:#eab308}
.df-step:nth-child(6){animation-delay:2.5s}
.df-step:nth-child(7){animation-delay:3s;border-color:rgba(255,68,68,.3);color:#ff6666}
@keyframes dataStepGlow{
  0%,100%{box-shadow:none;transform:scale(1)}
  50%{box-shadow:0 0 10px rgba(16,185,129,.2);transform:scale(1.03)}
}
.df-arrow{color:#5a7a8a;font-size:.7rem;flex-shrink:0}

/* ===== CARD STACK ANIMATION ===== */
.card-stack{
  display:flex;flex-direction:column;gap:.8rem;margin:1.5rem 0;
}
.cs-card{
  padding:1rem 1.2rem;
  background:rgba(12,18,32,.8);
  border:1px solid rgba(16,185,129,.1);
  border-radius:10px;
  opacity:0;
  animation:stackSlideIn 16s ease-out infinite;
}
.cs-card:nth-child(1){animation-delay:0s}
.cs-card:nth-child(2){animation-delay:1s}
.cs-card:nth-child(3){animation-delay:2s}
.cs-card:nth-child(4){animation-delay:3s}
.cs-card:nth-child(5){animation-delay:4s}
@keyframes stackSlideIn{
  0%,3%{opacity:0;transform:translateX(-20px)}
  7%,75%{opacity:1;transform:translateX(0)}
  85%,100%{opacity:.4;transform:translateX(0)}
}
.cs-card h4{font-size:.85rem;color:#eab308;margin-bottom:.3rem}
.cs-card p{font-size:.8rem;color:#8fa3b8;line-height:1.6}

/* ===== WHALING TARGET RING ===== */
.whaling-ring{
  width:180px;height:180px;
  border-radius:50%;
  border:2px solid rgba(234,179,8,.2);
  margin:1.5rem auto;
  position:relative;
  display:flex;align-items:center;justify-content:center;
  animation:ringRotate 20s linear infinite;
}
@keyframes ringRotate{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}
.whaling-ring::before{
  content:'';position:absolute;inset:10px;
  border-radius:50%;
  border:1px dashed rgba(234,179,8,.15);
}
.whaling-ring::after{
  content:'';position:absolute;inset:25px;
  border-radius:50%;
  border:1px solid rgba(16,185,129,.15);
}
.whaling-center{
  width:60px;height:60px;
  border-radius:50%;
  background:rgba(234,179,8,.1);
  border:2px solid rgba(234,179,8,.4);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;
  z-index:2;
  animation:whalingCenter 2s ease-in-out infinite;
  transform:rotate(0deg);
}
@keyframes whalingCenter{
  0%,100%{box-shadow:0 0 8px rgba(234,179,8,.2)}
  50%{box-shadow:0 0 20px rgba(234,179,8,.5)}
}
.wr-label{
  position:absolute;
  font-family:'Share Tech Mono',monospace;
  font-size:.4rem;
  color:#eab308;
  white-space:nowrap;
  transform:rotate(0deg);
}
.wr-label:nth-child(2){top:5px;left:50%;transform:translateX(-50%)}
.wr-label:nth-child(3){bottom:5px;left:50%;transform:translateX(-50%)}
.wr-label:nth-child(4){left:5px;top:50%;transform:translateY(-50%)}
.wr-label:nth-child(5){right:5px;top:50%;transform:translateY(-50%)}

/* ===== SECTION FADE-IN ===== */
.section-fade{
  animation:sectionFadeIn 1s ease-out both;
}
@keyframes sectionFadeIn{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

/* ===== TACTIC BADGE ===== */
.tactic-badge{
  display:inline-flex;align-items:center;gap:.3rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;
  letter-spacing:1px;
  text-transform:uppercase;
  padding:.25rem .7rem;
  border-radius:4px;
  background:rgba(234,179,8,.1);
  border:1px solid rgba(234,179,8,.25);
  color:#eab308;
}

/* ===== RESPONSIVE ===== */
@media(max-width:700px){
  .org-chart-container{padding:1.5rem .5rem;min-height:480px}
  .org-row{gap:.5rem;flex-wrap:wrap}
  .role-card{min-width:110px;padding:.5rem .6rem}
  .nav-bar{padding:.5rem 1rem}
  .nav-links{gap:.4rem}
  .nav-links a{font-size:.68rem;padding:.2rem .4rem}
  .glass-card,.glow-card{padding:1.3rem}
  .stat-grid{grid-template-columns:1fr 1fr}
  .data-flow{flex-direction:column;gap:.3rem}
  .df-arrow{display:none}
}
@media(max-width:500px){
  .org-row-2,.org-row-3{flex-direction:column;align-items:center}
  .role-card{min-width:180px}
}/* End custom CSS */