.elementor-14891 .elementor-element.elementor-element-1453790{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ad58b67 *//* ===== RESET &amp; BASE ===== */
html{scroll-behavior:smooth;font-size:16px}
body{
  background:
    radial-gradient(ellipse at 30% 40%, rgba(230,57,70,.06) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(255,107,107,.04) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 80%, rgba(255,68,68,.03) 0%, transparent 50%),
    linear-gradient(180deg,#0a0a0f 0%,#0d0d14 50%,#0a0a0f 100%);
  color:#c8d6e5;
  line-height:1.7;
  overflow-x:hidden;
}
a{color:#e63946;text-decoration:none;transition:color .3s, text-shadow .3s}
a:hover{color:#ff6b6b;text-shadow:0 0 8px rgba(230,57,70,.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:#0a0a0f}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e63946,#ff6b6b);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(230,57,70,.3) 1px,transparent 1px),
    linear-gradient(90deg,rgba(230,57,70,.3) 1px,transparent 1px);
  background-size:60px 60px;
}

/* ===== SIMULATION WRAPPER ===== */
.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:#e63946;
  border:1px solid rgba(230,57,70,.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(230,57,70,.2)}
  50%{box-shadow:0 0 20px rgba(230,57,70,.4)}
}
.hero-title h1{
  font-size:clamp(2rem,5vw,3.5rem);
  background:linear-gradient(135deg,#e63946 0%,#ff6b6b 50%,#e63946 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:.95rem;color:#5a7a8a;
  overflow:hidden;white-space:nowrap;
  max-width:700px;margin:0 auto;
  border-right:2px solid #e63946;
  animation:typing 6s steps(75,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}}

/* ===== PHONE SIMULATION PANEL ===== */
.phone-sim{
  position:relative;
  width:100%;max-width:920px;
  background:rgba(8,8,14,.85);
  border:1px solid rgba(230,57,70,.12);
  border-radius:16px;
  overflow:hidden;
  padding:1.5rem;
}
.phone-sim::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(230,57,70,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(230,57,70,.02) 1px,transparent 1px);
  background-size:40px 40px;
  border-radius:16px;
}

/* ===== PHONE MOCKUP ===== */
.phone-mockup{
  position:relative;z-index:2;
  display:flex;
  justify-content:center;
  margin-bottom:1.5rem;
}
.phone-screen{
  width:280px;
  background:linear-gradient(180deg,#111118 0%,#0a0a10 100%);
  border:2px solid rgba(230,57,70,.3);
  border-radius:28px;
  padding:1rem 1.2rem;
  box-shadow:0 0 40px rgba(230,57,70,.1),inset 0 0 30px rgba(0,0,0,.5);
  position:relative;
  overflow:hidden;
}
.phone-notch{
  width:80px;height:6px;
  background:rgba(255,255,255,.08);
  border-radius:3px;
  margin:0 auto .8rem;
}
.phone-status-bar{
  display:flex;justify-content:space-between;align-items:center;
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;color:#5a7a8a;
  margin-bottom:.6rem;
  padding:0 .2rem;
}
.phone-status-bar .time{color:#8fa3b8}
.phone-status-bar .signal{display:flex;gap:2px;align-items:flex-end}
.phone-status-bar .signal span{
  display:block;width:3px;background:#5a7a8a;border-radius:1px;
}
.phone-status-bar .signal span:nth-child(1){height:4px}
.phone-status-bar .signal span:nth-child(2){height:7px}
.phone-status-bar .signal span:nth-child(3){height:10px}
.phone-status-bar .signal span:nth-child(4){height:13px;background:#e63946;animation:signalBlink 2s ease-in-out infinite}
@keyframes signalBlink{
  0%,100%{opacity:1}50%{opacity:.4}
}

/* ===== CALLER ID SPOOFING ===== */
.caller-id-section{
  text-align:center;
  margin-bottom:.8rem;
}
.caller-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.45rem;
  color:#5a7a8a;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:.3rem;
}
.caller-number{
  font-family:'Share Tech Mono',monospace;
  font-size:1.1rem;
  color:#ff6b6b;
  position:relative;
  overflow:hidden;
  height:1.6rem;
}
.caller-number-display{
  position:absolute;
  width:100%;
  animation:numberMorph 8s step-end infinite;
}
@keyframes numberMorph{
  0%{content:"Unknown"}
  0%,5%{opacity:1;transform:translateY(0)}
  5%{opacity:0;transform:translateY(-100%)}
  6%{opacity:1;transform:translateY(100%)}
  10%,25%{opacity:1;transform:translateY(0)}
  25%{opacity:0;transform:translateY(-100%)}
  26%{opacity:1;transform:translateY(100%)}
  30%,50%{opacity:1;transform:translateY(0)}
  50%{opacity:0;transform:translateY(-100%)}
  51%{opacity:1;transform:translateY(100%)}
  55%,80%{opacity:1;transform:translateY(0)}
  80%{opacity:0;transform:translateY(-100%)}
  81%{opacity:1;transform:translateY(100%)}
  85%,100%{opacity:1;transform:translateY(0)}
}
.caller-num-real{
  color:#5a7a8a;
  font-size:.9rem;
  animation:callerFade1 8s step-end infinite;
}
@keyframes callerFade1{
  0%,5%{opacity:1}6%,10%{opacity:0}11%,100%{opacity:0}
}
.caller-num-spoof1{
  color:#ff6b6b;
  font-size:.9rem;
  animation:callerFade2 8s step-end infinite;
}
@keyframes callerFade2{
  0%,10%{opacity:0}11%,25%{opacity:1}26%,100%{opacity:0}
}
.caller-num-spoof2{
  color:#ff6b6b;
  font-size:1rem;
  animation:callerFade3 8s step-end infinite;
}
@keyframes callerFade3{
  0%,25%{opacity:0}26%,50%{opacity:1}51%,100%{opacity:0}
}
.caller-num-spoof3{
  color:#ff4444;
  font-size:1.1rem;
  font-weight:700;
  animation:callerFade4 8s step-end infinite;
}
@keyframes callerFade4{
  0%,50%{opacity:0}51%,100%{opacity:1}
}

/* Spoofed identity indicator */
.spoof-badge{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.4rem;
  color:#e63946;
  background:rgba(230,57,70,.1);
  border:1px solid rgba(230,57,70,.3);
  padding:.1rem .4rem;
  border-radius:3px;
  margin-top:.2rem;
  letter-spacing:1px;
  animation:spoofFlash 1.5s ease-in-out infinite;
}
@keyframes spoofFlash{
  0%,100%{opacity:.5;box-shadow:none}
  50%{opacity:1;box-shadow:0 0 8px rgba(230,57,70,.3)}
}

/* Identity card morphing */
.identity-card{
  margin:.6rem auto;
  width:200px;
  background:rgba(230,57,70,.05);
  border:1px solid rgba(230,57,70,.15);
  border-radius:8px;
  padding:.5rem;
  text-align:center;
  position:relative;
  overflow:hidden;
  height:56px;
}
.identity-content{
  position:absolute;
  width:100%;
  transition:opacity .5s;
}
.identity-content.id-unknown{
  animation:idCycle1 10s step-end infinite;
}
@keyframes idCycle1{
  0%,8%{opacity:1}9%,100%{opacity:0}
}
.identity-content.id-it{
  animation:idCycle2 10s step-end infinite;
}
@keyframes idCycle2{
  0%,8%{opacity:0}9%,28%{opacity:1}29%,100%{opacity:0}
}
.identity-content.id-ceo{
  animation:idCycle3 10s step-end infinite;
}
@keyframes idCycle3{
  0%,28%{opacity:0}29%,50%{opacity:1}51%,100%{opacity:0}
}
.identity-content.id-bank{
  animation:idCycle4 10s step-end infinite;
}
@keyframes idCycle4{
  0%,50%{opacity:0}51%,72%{opacity:1}73%,100%{opacity:0}
}
.identity-content.id-hr{
  animation:idCycle5 10s step-end infinite;
}
@keyframes idCycle5{
  0%,72%{opacity:0}73%,92%{opacity:1}93%,100%{opacity:0}
}
.identity-content.id-alert{
  animation:idCycle6 10s step-end infinite;
}
@keyframes idCycle6{
  0%,92%{opacity:0}93%,100%{opacity:1}
}
.id-icon{font-size:1rem;margin-bottom:.1rem}
.id-name{
  font-family:'Share Tech Mono',monospace;
  font-size:.65rem;
  color:#ff6b6b;
  letter-spacing:.5px;
}
.id-dept{
  font-family:'Share Tech Mono',monospace;
  font-size:.45rem;
  color:#5a7a8a;
  letter-spacing:1px;
}
.id-alert-content .id-name{color:#ff4444;font-weight:700}
.id-alert-content .id-dept{color:#e63946}

/* ===== RINGING ANIMATION ===== */
.phone-ring-container{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:.8rem 0;
  position:relative;
  height:80px;
}
.ring-icon{
  width:50px;height:50px;
  background:rgba(230,57,70,.1);
  border:2px solid rgba(230,57,70,.4);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.4rem;
  animation:phoneRingShake .4s ease-in-out infinite alternate;
  position:relative;
  z-index:2;
}
@keyframes phoneRingShake{
  0%{transform:rotate(-15deg)}
  100%{transform:rotate(15deg)}
}
.ring-wave{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(230,57,70,.3);
  animation:ringWaveExpand 1.5s ease-out infinite;
}
.ring-wave:nth-child(2){animation-delay:.5s}
.ring-wave:nth-child(3){animation-delay:1s}
@keyframes ringWaveExpand{
  0%{width:50px;height:50px;opacity:.8}
  100%{width:120px;height:120px;opacity:0}
}

/* ===== WAVEFORM VISUALIZATION ===== */
.waveform-container{
  margin:.6rem 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:2px;
  height:40px;
}
.wave-bar{
  width:3px;
  background:linear-gradient(180deg,#e63946,#ff6b6b);
  border-radius:2px;
  animation:waveAnim 1.2s ease-in-out infinite;
}
.wave-bar:nth-child(1){height:8px;animation-delay:0s}
.wave-bar:nth-child(2){height:14px;animation-delay:.1s}
.wave-bar:nth-child(3){height:22px;animation-delay:.2s}
.wave-bar:nth-child(4){height:30px;animation-delay:.3s}
.wave-bar:nth-child(5){height:38px;animation-delay:.4s}
.wave-bar:nth-child(6){height:28px;animation-delay:.5s}
.wave-bar:nth-child(7){height:18px;animation-delay:.6s}
.wave-bar:nth-child(8){height:34px;animation-delay:.7s}
.wave-bar:nth-child(9){height:24px;animation-delay:.8s}
.wave-bar:nth-child(10){height:12px;animation-delay:.9s}
.wave-bar:nth-child(11){height:30px;animation-delay:1s}
.wave-bar:nth-child(12){height:20px;animation-delay:1.1s}
.wave-bar:nth-child(13){height:36px;animation-delay:.15s}
.wave-bar:nth-child(14){height:16px;animation-delay:.25s}
.wave-bar:nth-child(15){height:26px;animation-delay:.35s}
.wave-bar:nth-child(16){height:10px;animation-delay:.45s}
.wave-bar:nth-child(17){height:32px;animation-delay:.55s}
.wave-bar:nth-child(18){height:22px;animation-delay:.65s}
.wave-bar:nth-child(19){height:28px;animation-delay:.75s}
.wave-bar:nth-child(20){height:14px;animation-delay:.85s}
@keyframes waveAnim{
  0%,100%{transform:scaleY(.3);opacity:.5}
  50%{transform:scaleY(1);opacity:1}
}

/* ===== CONVERSATION BUBBLES ===== */
.conversation-panel{
  display:flex;
  flex-direction:column;
  gap:.4rem;
  margin-top:.6rem;
  padding:.4rem;
}
.conv-bubble{
  font-family:'Share Tech Mono',monospace;
  font-size:.48rem;
  padding:.3rem .5rem;
  border-radius:8px;
  max-width:85%;
  line-height:1.4;
  position:relative;
}
.conv-bubble.attacker{
  align-self:flex-start;
  background:rgba(230,57,70,.1);
  border:1px solid rgba(230,57,70,.2);
  color:#ff6b6b;
  border-bottom-left-radius:2px;
}
.conv-bubble.victim{
  align-self:flex-end;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#8fa3b8;
  border-bottom-right-radius:2px;
}
.conv-bubble:nth-child(1){animation:bubbleAppear 10s ease-out infinite 0s}
.conv-bubble:nth-child(2){animation:bubbleAppear 10s ease-out infinite 1s}
.conv-bubble:nth-child(3){animation:bubbleAppear 10s ease-out infinite 2.2s}
.conv-bubble:nth-child(4){animation:bubbleAppear 10s ease-out infinite 3.5s}
.conv-bubble:nth-child(5){animation:bubbleAppear 10s ease-out infinite 4.5s}
.conv-bubble:nth-child(6){animation:bubbleAppear 10s ease-out infinite 5.5s}
.conv-bubble:nth-child(7){animation:bubbleAppear 10s ease-out infinite 6.5s}
.conv-bubble:nth-child(8){animation:bubbleAppear 10s ease-out infinite 7.5s}
.conv-bubble:nth-child(9){animation:bubbleAppear 10s ease-out infinite 8.5s}
@keyframes bubbleAppear{
  0%,2%{opacity:0;transform:translateY(8px)}
  4%,85%{opacity:1;transform:translateY(0)}
  90%,100%{opacity:0;transform:translateY(-5px)}
}

/* ===== DATA EXTRACTION PANEL ===== */
.extraction-panel{
  position:relative;z-index:2;
  margin-top:1.5rem;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:1rem;
}
@media(max-width:700px){.extraction-panel{grid-template-columns:1fr;gap:.8rem}}

.extract-card{
  background:rgba(12,8,10,.9);
  border:1px solid rgba(230,57,70,.15);
  border-radius:10px;
  padding:1rem;
  overflow:hidden;
  position:relative;
}
.extract-card .card-title{
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;
  color:#5a7a8a;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:.6rem;
  padding-bottom:.3rem;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.extract-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:.2rem 0;
  border-bottom:1px solid rgba(255,255,255,.02);
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;
  opacity:0;
}
.extract-row:nth-child(2){animation:extractReveal 12s ease-out infinite 0s}
.extract-row:nth-child(3){animation:extractReveal 12s ease-out infinite .5s}
.extract-row:nth-child(4){animation:extractReveal 12s ease-out infinite 1s}
.extract-row:nth-child(5){animation:extractReveal 12s ease-out infinite 1.5s}
.extract-row:nth-child(6){animation:extractReveal 12s ease-out infinite 2s}
.extract-row:nth-child(7){animation:extractReveal 12s ease-out infinite 2.5s}
@keyframes extractReveal{
  0%,5%{opacity:0;transform:translateX(8px)}
  8%,70%{opacity:1;transform:translateX(0)}
  80%,100%{opacity:0;transform:translateX(8px)}
}
.extract-row .label{color:#5a7a8a}
.extract-row .value{color:#ff6b6b}
.extract-row .value.critical{color:#ff4444;animation:criticalPulse 1.5s ease-in-out infinite}
@keyframes criticalPulse{
  0%,100%{opacity:.7}50%{opacity:1}
}

/* ===== FLOW CONNECTOR ===== */
.flow-connector{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.3rem;
  padding:.5rem 0;
}
.flow-line{
  width:2px;height:40px;
  background:linear-gradient(180deg,rgba(230,57,70,.6),rgba(255,68,68,.6));
  position:relative;
  overflow:hidden;
}
.flow-line::after{
  content:'';position:absolute;
  top:-10px;left:0;width:100%;height:10px;
  background:linear-gradient(180deg,transparent,rgba(255,68,68,.9));
  animation:flowDown 1.5s linear infinite;
}
@keyframes flowDown{
  0%{top:-10px}
  100%{top:40px}
}
.flow-dot{
  width:6px;height:6px;
  border-radius:50%;
  background:#ff4444;
  box-shadow:0 0 8px #ff4444;
  animation:flowDotPulse 1s ease-in-out infinite;
}
@keyframes flowDotPulse{
  0%,100%{transform:scale(.6);opacity:.4}
  50%{transform:scale(1.3);opacity:1}
}
.flow-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.4rem;
  color:#ff4444;
  letter-spacing:1px;
  text-transform:uppercase;
  writing-mode:vertical-rl;
  text-orientation:mixed;
}

/* ===== WAVEFORM ANALYZER ===== */
.analyzer-section{
  position:relative;z-index:2;
  margin-top:1.5rem;
}
.analyzer-title{
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;
  color:#5a7a8a;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:.5rem;
}
.analyzer-display{
  background:rgba(5,5,10,.9);
  border:1px solid rgba(230,57,70,.12);
  border-radius:8px;
  padding:.6rem;
  position:relative;
  overflow:hidden;
}
.analyzer-grid{
  position:absolute;
  inset:0;
  opacity:.08;
  background-image:
    linear-gradient(rgba(230,57,70,.5) 1px,transparent 1px),
    linear-gradient(90deg,rgba(230,57,70,.5) 1px,transparent 1px);
  background-size:20px 20px;
}
.analyzer-wave{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1px;
  height:50px;
  position:relative;
  z-index:1;
}
.analyzer-wave .aw-bar{
  width:2px;
  background:#e63946;
  border-radius:1px;
  animation:analyzerPulse 2s ease-in-out infinite;
}
.analyzer-wave .aw-bar:nth-child(1){height:5px;animation-delay:0s}
.analyzer-wave .aw-bar:nth-child(2){height:12px;animation-delay:.05s}
.analyzer-wave .aw-bar:nth-child(3){height:8px;animation-delay:.1s}
.analyzer-wave .aw-bar:nth-child(4){height:20px;animation-delay:.15s}
.analyzer-wave .aw-bar:nth-child(5){height:15px;animation-delay:.2s}
.analyzer-wave .aw-bar:nth-child(6){height:25px;animation-delay:.25s}
.analyzer-wave .aw-bar:nth-child(7){height:18px;animation-delay:.3s}
.analyzer-wave .aw-bar:nth-child(8){height:32px;animation-delay:.35s}
.analyzer-wave .aw-bar:nth-child(9){height:22px;animation-delay:.4s}
.analyzer-wave .aw-bar:nth-child(10){height:28px;animation-delay:.45s}
.analyzer-wave .aw-bar:nth-child(11){height:14px;animation-delay:.5s}
.analyzer-wave .aw-bar:nth-child(12){height:35px;animation-delay:.55s}
.analyzer-wave .aw-bar:nth-child(13){height:20px;animation-delay:.6s}
.analyzer-wave .aw-bar:nth-child(14){height:30px;animation-delay:.65s}
.analyzer-wave .aw-bar:nth-child(15){height:10px;animation-delay:.7s}
.analyzer-wave .aw-bar:nth-child(16){height:26px;animation-delay:.75s}
.analyzer-wave .aw-bar:nth-child(17){height:18px;animation-delay:.8s}
.analyzer-wave .aw-bar:nth-child(18){height:38px;animation-delay:.85s}
.analyzer-wave .aw-bar:nth-child(19){height:24px;animation-delay:.9s}
.analyzer-wave .aw-bar:nth-child(20){height:16px;animation-delay:.95s}
.analyzer-wave .aw-bar:nth-child(21){height:34px;animation-delay:1s}
.analyzer-wave .aw-bar:nth-child(22){height:12px;animation-delay:1.05s}
.analyzer-wave .aw-bar:nth-child(23){height:28px;animation-delay:1.1s}
.analyzer-wave .aw-bar:nth-child(24){height:22px;animation-delay:1.15s}
.analyzer-wave .aw-bar:nth-child(25){height:36px;animation-delay:1.2s}
.analyzer-wave .aw-bar:nth-child(26){height:8px;animation-delay:1.25s}
.analyzer-wave .aw-bar:nth-child(27){height:20px;animation-delay:1.3s}
.analyzer-wave .aw-bar:nth-child(28){height:30px;animation-delay:1.35s}
.analyzer-wave .aw-bar:nth-child(29){height:14px;animation-delay:1.4s}
.analyzer-wave .aw-bar:nth-child(30){height:26px;animation-delay:1.45s}
@keyframes analyzerPulse{
  0%,100%{transform:scaleY(.3);opacity:.4}
  50%{transform:scaleY(1);opacity:1}
}

/* Signal interception indicators */
.signal-indicators{
  display:flex;
  justify-content:space-between;
  margin-top:.4rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.42rem;
  color:#5a7a8a;
  position:relative;
  z-index:1;
}
.sig-active{
  color:#e63946;
  animation:sigBlink 1s ease-in-out infinite;
}
@keyframes sigBlink{
  0%,100%{opacity:.5}50%{opacity:1}
}

/* ===== ALERT WARNING ===== */
.alert-warning{
  position:relative;
  z-index:2;
  margin-top:1.2rem;
  background:rgba(230,57,70,.08);
  border:1px solid rgba(230,57,70,.3);
  border-radius:8px;
  padding:.6rem 1rem;
  display:flex;
  align-items:center;
  gap:.6rem;
  animation:alertPulse 2s ease-in-out infinite;
}
@keyframes alertPulse{
  0%,100%{box-shadow:0 0 10px rgba(230,57,70,.1);border-color:rgba(230,57,70,.2)}
  50%{box-shadow:0 0 25px rgba(230,57,70,.25);border-color:rgba(230,57,70,.5)}
}
.alert-icon{
  font-size:1.1rem;
  animation:alertShake .5s ease-in-out infinite alternate;
}
@keyframes alertShake{
  0%{transform:rotate(-5deg)}100%{transform:rotate(5deg)}
}
.alert-text{
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;
  color:#ff4444;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* ===== SCAN LINE ===== */
.scan-line{
  position:absolute;
  top:0;left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(230,57,70,.6),rgba(255,68,68,.6),transparent);
  animation:scanMove 4s linear infinite;
  z-index:10;
}
@keyframes scanMove{
  0%{top:0;opacity:0}
  10%{opacity:1}
  90%{opacity:1}
  100%{top:100%;opacity:0}
}

/* ===== STATUS BAR ===== */
.status-bar{
  display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;
  margin-top:1.5rem;z-index:2;position:relative;
}
.status-indicator{
  display:flex;align-items:center;gap:.5rem;
  font-family:'Share Tech Mono',monospace;font-size:.72rem;
  color:#5a7a8a;
  padding:.35rem .8rem;
  border:1px solid rgba(230,57,70,.1);
  border-radius:6px;
  background:rgba(230,57,70,.02);
}
.status-dot{
  width:8px;height:8px;border-radius:50%;
}
.status-indicator:nth-child(1) .status-dot{background:#ff4444;box-shadow:0 0 8px rgba(255,68,68,.5);animation:statusDotPulse 2s ease-in-out infinite}
.status-indicator:nth-child(2) .status-dot{background:#e63946;box-shadow:0 0 8px rgba(230,57,70,.5);animation:statusDotPulse 2s ease-in-out infinite .7s}
.status-indicator:nth-child(3) .status-dot{background:#ff6b6b;box-shadow:0 0 8px rgba(255,107,107,.5);animation:statusDotPulse 2s ease-in-out infinite 1.4s}
.status-indicator:nth-child(4) .status-dot{background:#f0a500;box-shadow:0 0 8px rgba(240,165,0,.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(230,57,70,.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(230,57,70,.3)}
.particle:nth-child(2){left:15%;width:1px;height:1px;animation-duration:18s;animation-delay:2s;background:rgba(255,107,107,.2)}
.particle:nth-child(3){left:25%;width:3px;height:3px;animation-duration:14s;animation-delay:4s;background:rgba(230,57,70,.25)}
.particle:nth-child(4){left:35%;width:1px;height:1px;animation-duration:20s;animation-delay:1s;background:rgba(255,107,107,.3)}
.particle:nth-child(5){left:45%;width:2px;height:2px;animation-duration:16s;animation-delay:3s;background:rgba(230,57,70,.2)}
.particle:nth-child(6){left:55%;width:1px;height:1px;animation-duration:22s;animation-delay:5s;background:rgba(255,68,68,.25)}
.particle:nth-child(7){left:65%;width:2px;height:2px;animation-duration:13s;animation-delay:2.5s;background:rgba(230,57,70,.35)}
.particle:nth-child(8){left:75%;width:1px;height:1px;animation-duration:17s;animation-delay:.5s;background:rgba(255,107,107,.2)}
.particle:nth-child(9){left:85%;width:3px;height:3px;animation-duration:15s;animation-delay:6s;background:rgba(255,68,68,.2)}
.particle:nth-child(10){left:95%;width:1px;height:1px;animation-duration:19s;animation-delay:1.5s;background:rgba(255,107,107,.3)}
.particle:nth-child(11){left:10%;width:2px;height:2px;animation-duration:21s;animation-delay:7s;background:rgba(230,57,70,.15)}
.particle:nth-child(12){left:50%;width:1px;height:1px;animation-duration:16s;animation-delay:8s;background:rgba(255,107,107,.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:#e63946;margin-bottom:.5rem;
}
.section-header h2{
  font-size:clamp(1.5rem,3vw,2.2rem);
  background:linear-gradient(90deg,#e8ecf1,#e63946);
  -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,#e63946,#ff6b6b);border-radius:2px;
}

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

/* ===== GLOW BORDER CARD ===== */
.glow-card{
  position:relative;
  background:rgba(10,10,15,.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(230,57,70,.3),transparent 40%,transparent 60%,rgba(255,107,107,.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,10,15,.95);
  border-radius:13px;z-index:-1;
}
.glow-card h3{color:#e63946;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(200px,1fr));gap:1.2rem;margin:2rem 0}
.stat-box{
  text-align:center;padding:1.5rem;
  background:rgba(230,57,70,.03);
  border:1px solid rgba(230,57,70,.12);
  border-radius:10px;
  transition:transform .3s, box-shadow .3s;
}
.stat-box:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(230,57,70,.08)}
.stat-number{
  font-family:'Share Tech Mono',monospace;
  font-size:2rem;color:#e63946;
  text-shadow:0 0 20px rgba(230,57,70,.3);
}
.stat-number.green{color:#00ff41;text-shadow:0 0 20px rgba(0,255,65,.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(230,57,70,.05),rgba(255,107,107,.03));
  border-left:4px solid #e63946;
  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:#e63946;
  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(255,107,107,.05),rgba(230,57,70,.03));
  border-left:4px solid #ff6b6b;
  padding:1.5rem 2rem;
  border-radius:0 10px 10px 0;
  margin:1.5rem 0;
}
.analogy-box .def-label{color:#ff6b6b}

/* ===== 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,#ff4444,#e63946,#ff6b6b,rgba(255,107,107,.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:#0a0a0f;border:2px solid #e63946;
  box-shadow:0 0 10px rgba(230,57,70,.3);
}
.timeline-item.bad::before{border-color:#ff4444;box-shadow:0 0 10px rgba(255,68,68,.3)}
.timeline-item.good::before{border-color:#00ff41;box-shadow:0 0 10px rgba(0,255,65,.3)}
.timeline-item h4{color:#e63946;margin-bottom:.4rem;font-size:1rem}
.timeline-item.bad h4{color:#ff6666}
.timeline-item.good h4{color:#44ff88}
.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,12,14,.5);
  border:1px solid rgba(230,57,70,.08);
  border-radius:10px;
  padding:1.3rem 1.5rem;
  transition:all .3s;
}
.step-card:hover{
  border-color:rgba(230,57,70,.2);
  background:rgba(15,12,14,.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(230,57,70,.15),rgba(255,107,107,.1));
  border:1px solid rgba(230,57,70,.3);
  border-radius:10px;
  font-family:'Share Tech Mono',monospace;
  font-size:1.1rem;color:#e63946;
}
.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:#e63946;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 #00ff41}
.mb-card h3{font-size:1rem;margin-bottom:1rem}
.mb-card.mistake h3{color:#ff6666}
.mb-card.best h3{color:#44ff88}
.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:#00ff41;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(230,57,70,.05),rgba(255,68,68,.03));
  border:1px solid rgba(230,57,70,.15);
  border-radius:12px;
  padding:2rem;
}
.hunter-card h3{color:#e63946;margin-bottom:.8rem}

/* ===== CTA ===== */
.cta-section{
  text-align:center;
  padding:4rem 0;
}
.cta-box{
  display:inline-block;
  background:linear-gradient(135deg,rgba(230,57,70,.08),rgba(255,107,107,.05));
  border:1px solid rgba(230,57,70,.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(230,57,70,.05);
  border:1px solid rgba(230,57,70,.2);
  border-radius:8px;
  font-family:'Share Tech Mono',monospace;
  font-size:.78rem;color:#e63946;
  transition:all .3s;
}
.subtech-link:hover{
  background:rgba(230,57,70,.1);
  border-color:rgba(230,57,70,.5);
  box-shadow:0 0 20px rgba(230,57,70,.1);
  color:#ff6b6b;
}

/* ===== CROSS-LINKS SECTION ===== */
.cross-links{
  display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;
  margin-top:1.5rem;
}
.cross-link-btn{
  display:inline-flex;align-items:center;gap:.3rem;
  padding:.4rem .8rem;
  background:rgba(255,107,107,.03);
  border:1px solid rgba(255,107,107,.15);
  border-radius:6px;
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;color:#ff6b6b;
  transition:all .3s;
}
.cross-link-btn:hover{
  background:rgba(255,107,107,.08);
  border-color:rgba(255,107,107,.4);
}

/* ===== 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(230,57,70,.12);
  border-radius:4px;
  color:#5a8a9a;
  transition:all .3s;
}
.ref-links a:hover{
  border-color:rgba(230,57,70,.4);
  color:#e63946;
}

/* ===== HELPER CLASSES ===== */
.text-cyan{color:#00f0ff}
.text-green{color:#00ff41}
.text-red{color:#ff4444}
.text-accent{color:#e63946}
.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(230,57,70,.06);
  border:1px solid rgba(230,57,70,.15);
  border-radius:4px;
  color:#e63946;
  margin:.15rem;
}

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

/* ===== DATA TABLE ===== */
.data-table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  font-family:'Share Tech Mono',monospace;
  font-size:.8rem;
}
.data-table th{
  text-align:left;
  padding:.6rem .8rem;
  background:rgba(230,57,70,.08);
  border:1px solid rgba(230,57,70,.15);
  color:#e63946;
  font-weight:500;
  letter-spacing:.5px;
  font-size:.7rem;
}
.data-table td{
  padding:.5rem .8rem;
  border:1px solid rgba(255,255,255,.05);
  color:#8fa3b8;
}
.data-table tr:nth-child(even){background:rgba(230,57,70,.02)}

/* ===== WARNING BANNER ===== */
.warning-banner{
  background:linear-gradient(135deg,rgba(255,68,68,.08),rgba(230,57,70,.05));
  border:1px solid rgba(255,68,68,.2);
  border-radius:10px;
  padding:1.2rem 1.5rem;
  margin-bottom:1.5rem;
  display:flex;
  align-items:flex-start;
  gap:.8rem;
}
.warning-icon{
  font-size:1.3rem;
  animation:warningPulse 2s ease-in-out infinite;
  flex-shrink:0;
}
@keyframes warningPulse{
  0%,100%{opacity:.7;transform:scale(1)}
  50%{opacity:1;transform:scale(1.1)}
}
.warning-banner p{font-size:.9rem;color:#8fa3b8;line-height:1.7}

/* ===== GLITCH EFFECT ===== */
.glitch-text{
  position:relative;
  animation:glitchShift 8s step-end infinite;
}
@keyframes glitchShift{
  0%,93%,95%,97%,100%{text-shadow:none}
  94%{text-shadow:-2px 0 #ff4444,2px 0 #ff6b6b}
  96%{text-shadow:2px 0 #ff4444,-2px 0 #ff6b6b}
  98%{text-shadow:-1px 1px #ff4444,1px -1px #ff6b6b}
}

/* ===== FLOATING BADGE ===== */
.float-badge{
  position:absolute;
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;
  padding:.2rem .5rem;
  border-radius:4px;
  animation:floatBadge 6s ease-in-out infinite;
  z-index:8;
}
@keyframes floatBadge{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

/* ===== HEX PATTERN ===== */
.hex-pattern{
  position:absolute;
  inset:0;
  opacity:.03;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(230,57,70,.4) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(255,107,107,.3) 1px, transparent 1px);
  background-size:30px 30px;
  z-index:0;
}

/* ===== THREAT ICON ANIM ===== */
.threat-icon{
  display:inline-block;
  animation:threatPulse 2s ease-in-out infinite;
}
@keyframes threatPulse{
  0%,100%{transform:scale(1);filter:brightness(1)}
  50%{transform:scale(1.15);filter:brightness(1.3)}
}

/* ===== SURGE COUNTER ===== */
.surge-counter{
  display:flex;
  justify-content:center;
  gap:2rem;
  flex-wrap:wrap;
  margin-top:1.5rem;
  position:relative;
  z-index:2;
}
.surge-item{
  text-align:center;
}
.surge-value{
  font-family:'Share Tech Mono',monospace;
  font-size:clamp(1.5rem,3vw,2.5rem);
  font-weight:700;
  animation:surgeGlow 3s ease-in-out infinite;
}
.surge-value.red{color:#ff4444;text-shadow:0 0 20px rgba(255,68,68,.4)}
.surge-value.crimson{color:#e63946;text-shadow:0 0 20px rgba(230,57,70,.4)}
.surge-value.orange{color:#f0a500;text-shadow:0 0 20px rgba(240,165,0,.4)}
@keyframes surgeGlow{
  0%,100%{filter:brightness(1)}50%{filter:brightness(1.3)}
}
.surge-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;
  color:#5a7a8a;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-top:.2rem;
}

/* ===== ATTACK CHAIN ===== */
.attack-chain{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  flex-wrap:wrap;
  margin:1.5rem 0;
  position:relative;
  z-index:2;
}
.chain-step{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.3rem;
  padding:.5rem .8rem;
  background:rgba(230,57,70,.04);
  border:1px solid rgba(230,57,70,.12);
  border-radius:8px;
  min-width:100px;
  text-align:center;
  animation:chainStepPulse 3s ease-in-out infinite;
}
.chain-step:nth-child(2){animation-delay:.5s}
.chain-step:nth-child(3){animation-delay:1s}
.chain-step:nth-child(4){animation-delay:1.5s}
.chain-step:nth-child(5){animation-delay:2s}
@keyframes chainStepPulse{
  0%,100%{border-color:rgba(230,57,70,.12);box-shadow:none}
  50%{border-color:rgba(230,57,70,.4);box-shadow:0 0 15px rgba(230,57,70,.08)}
}
.chain-icon{font-size:1.2rem}
.chain-text{
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;
  color:#ff6b6b;
  letter-spacing:.5px;
}
.chain-arrow{
  color:#e63946;
  font-size:.8rem;
  animation:arrowPulse 2s ease-in-out infinite;
}
@keyframes arrowPulse{
  0%,100%{opacity:.3;transform:translateX(0)}
  50%{opacity:1;transform:translateX(3px)}
}

/* ===== PULSE RING ===== */
.pulse-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(230,57,70,.3);
  animation:pulseRing 3s ease-out infinite;
}
.pulse-ring:nth-child(1){width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%)}
.pulse-ring:nth-child(2){width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:1s;border-color:rgba(255,68,68,.2)}
.pulse-ring:nth-child(3){width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:2s;border-color:rgba(255,107,107,.15)}
@keyframes pulseRing{
  0%{transform:translate(-50%,-50%) scale(1);opacity:.6}
  100%{transform:translate(-50%,-50%) scale(3);opacity:0}
}

/* ===== RESPONSIVE ===== */
@media(max-width:600px){
  .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}
  .status-bar{gap:.6rem}
  .stat-grid{grid-template-columns:1fr 1fr}
  .phone-sim{padding:1rem}
  .phone-screen{width:240px;padding:.8rem 1rem}
  .extraction-panel{gap:.5rem}
  .surge-counter{gap:1rem}
  .attack-chain{gap:.3rem}
  .chain-step{min-width:70px;padding:.4rem .5rem}
}/* End custom CSS */