.elementor-14900 .elementor-element.elementor-element-333fe01{--display:flex;}/* Start custom CSS for html, class: .elementor-element-807a9de *//* ===================================================
   T1597.002 – PURCHASE TECHNICAL DATA
   TEAL / EMERALD ACCENT THEME
   =================================================== */

/* ===== 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.75;
  overflow-x:hidden;
}
a{color:#14b8a6;text-decoration:none;transition:color .3s,text-shadow .3s}
a:hover{color:#5eead4;text-shadow:0 0 8px rgba(20,184,166,.5)}
a:focus-visible{outline:2px solid #14b8a6;outline-offset:2px;border-radius:2px}
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,#14b8a6,#5eead4);border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0d9488,#14b8a6)}

/* ===== CONTAINER ===== */
.container{max-width:1120px;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;
  background:
    radial-gradient(ellipse at 25% 35%,rgba(20,184,166,.07) 0%,transparent 55%),
    radial-gradient(ellipse at 75% 55%,rgba(94,234,212,.04) 0%,transparent 55%),
    radial-gradient(ellipse at 50% 85%,rgba(239,68,68,.025) 0%,transparent 45%),
    linear-gradient(180deg,#0a0a0f 0%,#0d0d18 50%,#0a0a0f 100%);
}

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

/* ===== HEX PATTERN ===== */
.hex-pattern{
  position:absolute;inset:0;
  opacity:.025;
  background-image:
    radial-gradient(circle at 25% 25%,rgba(20,184,166,.5) 1px,transparent 1px),
    radial-gradient(circle at 75% 75%,rgba(94,234,212,.4) 1px,transparent 1px);
  background-size:28px 28px;
  z-index:0;
}

/* ===== SIMULATION WRAPPER ===== */
.sim-wrapper{
  position:relative;z-index:1;
  width:100%;max-width:980px;
  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:.72rem;letter-spacing:3px;text-transform:uppercase;
  color:#14b8a6;
  border:1px solid rgba(20,184,166,.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(20,184,166,.2)}
  50%{box-shadow:0 0 22px rgba(20,184,166,.45)}
}
.hero-title h1{
  font-size:clamp(2rem,5vw,3.5rem);
  background:linear-gradient(135deg,#14b8a6 0%,#5eead4 40%,#14b8a6 80%);
  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 #14b8a6;
  animation:typing 6s 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}}

/* ===== MARKETPLACE SIMULATION PANEL ===== */
.marketplace-sim{
  position:relative;
  width:100%;max-width:920px;
  background:rgba(6,8,14,.88);
  border:1px solid rgba(20,184,166,.12);
  border-radius:16px;
  overflow:hidden;
  padding:1.5rem;
}
.marketplace-sim::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(20,184,166,.015) 1px,transparent 1px),
    linear-gradient(90deg,rgba(20,184,166,.015) 1px,transparent 1px);
  background-size:36px 36px;
  border-radius:16px;
}

/* ===== SCAN LINE ===== */
.scan-line{
  position:absolute;top:0;left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(20,184,166,.6),rgba(239,68,68,.5),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}
}

/* ===== DANGER OVERLAY ===== */
.danger-overlay{
  position:absolute;top:0;left:0;right:0;
  background:linear-gradient(180deg,rgba(239,68,68,.12) 0%,transparent 100%);
  padding:.5rem 1rem;
  display:flex;align-items:center;gap:.6rem;
  z-index:10;
  animation:dangerFlash 3s ease-in-out infinite;
}
.danger-overlay .danger-icon{
  font-size:.85rem;color:#ef4444;
  animation:dangerIconPulse 1.5s ease-in-out infinite;
}
@keyframes dangerFlash{
  0%,100%{opacity:.5}
  50%{opacity:1}
}
@keyframes dangerIconPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.2)}
}
.danger-overlay .danger-text{
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;color:#ef4444;
  letter-spacing:2px;text-transform:uppercase;
}

/* ===== MARKETPLACE HEADER ===== */
.mp-header{
  position:relative;z-index:2;
  margin-top:1.8rem;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:.8rem;
  margin-bottom:1.2rem;
  padding-bottom:.8rem;
  border-bottom:1px solid rgba(20,184,166,.1);
}
.mp-logo{
  font-family:'Share Tech Mono',monospace;
  font-size:.95rem;color:#14b8a6;
  display:flex;align-items:center;gap:.5rem;
}
.mp-logo .mp-skull{color:#ef4444;font-size:1.1rem}

/* ===== SEARCH BAR ===== */
.mp-search{
  position:relative;
  width:320px;
}
.mp-search input{
  width:100%;
  background:rgba(0,0,0,.5);
  border:1px solid rgba(20,184,166,.2);
  border-radius:6px;
  padding:.5rem .8rem .5rem 2rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.72rem;
  color:#5eead4;
  outline:none;
}
.mp-search input::placeholder{color:#3a5a5a}
.mp-search .search-icon{
  position:absolute;left:.6rem;top:50%;
  transform:translateY(-50%);
  color:#14b8a6;font-size:.7rem;
  animation:searchPulse 2s ease-in-out infinite;
}
@keyframes searchPulse{
  0%,100%{opacity:.5}
  50%{opacity:1}
}
.mp-search input:focus{
  border-color:rgba(20,184,166,.5);
  box-shadow:0 0 12px rgba(20,184,166,.1);
}

/* ===== MARKETPLACE STATS BAR ===== */
.mp-stats{
  position:relative;z-index:2;
  display:flex;gap:1.2rem;flex-wrap:wrap;
  margin-bottom:1rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;
}
.mp-stat{
  display:flex;align-items:center;gap:.3rem;
  padding:.25rem .6rem;
  background:rgba(20,184,166,.04);
  border:1px solid rgba(20,184,166,.1);
  border-radius:4px;
  color:#5a7a8a;
}
.mp-stat .stat-val{color:#14b8a6}
.mp-stat .stat-live{
  width:6px;height:6px;border-radius:50%;
  background:#ef4444;
  box-shadow:0 0 6px rgba(239,68,68,.5);
  animation:liveDot 1.5s ease-in-out infinite;
}
@keyframes liveDot{
  0%,100%{opacity:.4;transform:scale(.8)}
  50%{opacity:1;transform:scale(1.3)}
}

/* ===== LISTING CARDS GRID ===== */
.mp-listings{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1rem;
  margin-bottom:1.5rem;
}

/* ===== INDIVIDUAL LISTING CARD ===== */
.listing-card{
  background:rgba(12,16,28,.92);
  border:1px solid rgba(20,184,166,.1);
  border-radius:10px;
  padding:1rem;
  position:relative;
  overflow:hidden;
  animation:cardAppear 5s ease-out infinite;
  transition:border-color .3s;
}
.listing-card:nth-child(1){animation-delay:0s}
.listing-card:nth-child(2){animation-delay:.5s}
.listing-card:nth-child(3){animation-delay:1s}
.listing-card:nth-child(4){animation-delay:1.5s}
@keyframes cardAppear{
  0%{opacity:0;transform:translateY(20px)}
  8%{opacity:1;transform:translateY(0)}
  88%{opacity:1;transform:translateY(0)}
  96%{opacity:0;transform:translateY(-10px)}
  100%{opacity:0}
}
.listing-card:hover{
  border-color:rgba(20,184,166,.3);
}

/* ===== CARD SCAN EFFECT ===== */
.listing-card::after{
  content:'';position:absolute;top:0;left:0;right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(94,234,212,.5),transparent);
  animation:cardScan 3s linear infinite;
}
.listing-card:nth-child(2)::after{animation-delay:.8s}
.listing-card:nth-child(3)::after{animation-delay:1.6s}
.listing-card:nth-child(4)::after{animation-delay:2.4s}
@keyframes cardScan{
  0%{top:0;opacity:0}
  10%{opacity:1}
  90%{opacity:1}
  100%{top:100%;opacity:0}
}

.listing-badge{
  position:absolute;top:.6rem;right:.6rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;letter-spacing:1px;
  padding:.15rem .4rem;border-radius:3px;
}
.listing-badge.critical{
  background:rgba(239,68,68,.15);color:#ef4444;
  border:1px solid rgba(239,68,68,.3);
  animation:criticalBadge 1.5s ease-in-out infinite;
}
.listing-badge.hot{
  background:rgba(245,158,11,.15);color:#f59e0b;
  border:1px solid rgba(245,158,11,.3);
  animation:hotBadge 2s ease-in-out infinite;
}
.listing-badge.new{
  background:rgba(20,184,166,.15);color:#14b8a6;
  border:1px solid rgba(20,184,166,.3);
  animation:newBadge 2.5s ease-in-out infinite;
}
@keyframes criticalBadge{
  0%,100%{opacity:.6;box-shadow:none}
  50%{opacity:1;box-shadow:0 0 8px rgba(239,68,68,.3)}
}
@keyframes hotBadge{
  0%,100%{opacity:.7}
  50%{opacity:1}
}
@keyframes newBadge{
  0%,100%{opacity:.6}
  50%{opacity:1;box-shadow:0 0 6px rgba(20,184,166,.2)}
}

.listing-type{
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;color:#5a7a8a;
  letter-spacing:1px;text-transform:uppercase;
  margin-bottom:.3rem;
}
.listing-title{
  font-size:.92rem;color:#e8ecf1;
  margin-bottom:.4rem;
  font-weight:600;
}
.listing-desc{
  font-size:.72rem;color:#6a8a9a;
  line-height:1.5;
  margin-bottom:.6rem;
}
.listing-meta{
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:.4rem;
  padding-top:.5rem;
  border-top:1px solid rgba(255,255,255,.04);
}
.listing-price{
  font-family:'Share Tech Mono',monospace;
  font-size:.8rem;color:#f59e0b;
  font-weight:700;
}
.listing-price .btc-sym{color:#f7931a;margin-right:.2rem}
.listing-vendor{
  font-family:'Share Tech Mono',monospace;
  font-size:.58rem;color:#5a7a8a;
}
.listing-rating{color:#f59e0b;font-size:.6rem}
.listing-rating .star{
  display:inline-block;
  animation:starPulse 2s ease-in-out infinite;
}
.listing-rating .star:nth-child(2){animation-delay:.3s}
.listing-rating .star:nth-child(3){animation-delay:.6s}
.listing-rating .star:nth-child(4){animation-delay:.9s}
.listing-rating .star:nth-child(5){animation-delay:1.2s}
@keyframes starPulse{
  0%,100%{opacity:.5;transform:scale(1)}
  50%{opacity:1;transform:scale(1.15)}
}

/* ===== SEVERITY METER ===== */
.severity-meter{
  margin-top:.5rem;
  display:flex;align-items:center;gap:.4rem;
}
.severity-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;color:#5a7a8a;
  letter-spacing:.5px;
  text-transform:uppercase;
  width:55px;
}
.severity-bar-wrap{
  flex:1;height:6px;
  background:rgba(255,255,255,.05);
  border-radius:3px;
  overflow:hidden;
}
.severity-bar{
  height:100%;border-radius:3px;
  animation:severityFill 3s ease-in-out infinite;
}
.severity-bar.critical{
  background:linear-gradient(90deg,#ef4444,#f87171);
  animation:severityCrit 3s ease-in-out infinite;
}
.severity-bar.high{
  background:linear-gradient(90deg,#f59e0b,#fbbf24);
  animation:severityHigh 3s ease-in-out infinite .5s;
}
.severity-bar.medium{
  background:linear-gradient(90deg,#14b8a6,#5eead4);
  animation:severityMed 3s ease-in-out infinite 1s;
}
@keyframes severityCrit{
  0%{width:0}15%{width:95%}85%{width:95%}100%{width:0}
}
@keyframes severityHigh{
  0%{width:0}15%{width:75%}85%{width:75%}100%{width:0}
}
@keyframes severityMed{
  0%{width:0}15%{width:50%}85%{width:50%}100%{width:0}
}
@keyframes severityFill{
  0%{width:0}
}

/* ===== DOWNLOAD PROGRESS BAR ===== */
.download-section{
  position:relative;z-index:2;
  margin-bottom:1.5rem;
}
.download-bar-wrap{
  background:rgba(0,0,0,.5);
  border:1px solid rgba(20,184,166,.12);
  border-radius:8px;
  padding:.8rem 1rem;
  margin-top:.5rem;
}
.download-label{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:.4rem;
}
.download-label span{
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;color:#5a7a8a;
}
.download-label .dl-status{color:#14b8a6}
.download-progress{
  width:100%;height:4px;
  background:rgba(255,255,255,.05);
  border-radius:2px;
  overflow:hidden;
}
.download-progress-bar{
  height:100%;
  background:linear-gradient(90deg,#14b8a6,#5eead4,#14b8a6);
  background-size:200% 100%;
  border-radius:2px;
  animation:downloadFill 4s ease-in-out infinite,downloadShimmer 1s linear infinite;
}
@keyframes downloadFill{
  0%{width:0}
  10%{width:15%}
  30%{width:45%}
  50%{width:65%}
  70%{width:85%}
  90%{width:95%}
  95%{width:100%}
  100%{width:0}
}
@keyframes downloadShimmer{
  0%{background-position:200% 0}
  100%{background-position:0 0}
}

/* ===== CRYPTOCURRENCY ANIMATION ===== */
.crypto-flow{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:center;
  gap:1.5rem;
  padding:1rem 0;
  margin-bottom:1rem;
}
.crypto-coin{
  width:44px;height:44px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;
  position:relative;
  animation:coinSpin 4s linear infinite;
}
.crypto-coin::before{
  content:'';position:absolute;inset:0;
  border-radius:50%;
  border:2px solid rgba(247,147,26,.4);
  animation:coinRing 2s ease-in-out infinite;
}
@keyframes coinSpin{
  0%{transform:rotateY(0deg)}
  100%{transform:rotateY(360deg)}
}
@keyframes coinRing{
  0%,100%{transform:scale(1);opacity:.3}
  50%{transform:scale(1.3);opacity:.7}
}
.crypto-coin.btc{
  background:linear-gradient(135deg,#f7931a,#f59e0b);
  box-shadow:0 0 15px rgba(247,147,26,.3);
}
.crypto-coin.xmr{
  background:linear-gradient(135deg,#8b5cf6,#6d28d9);
  box-shadow:0 0 15px rgba(139,92,246,.3);
  animation-delay:1s;
}
.crypto-coin.usdt{
  background:linear-gradient(135deg,#26a17b,#14b8a6);
  box-shadow:0 0 15px rgba(20,184,166,.3);
  animation-delay:2s;
}
.crypto-arrow{
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;color:#5a7a8a;
  animation:arrowPulse 1.5s ease-in-out infinite;
}
.crypto-arrow:nth-child(2){animation-delay:.2s}
.crypto-arrow:nth-child(4){animation-delay:.4s}
@keyframes arrowPulse{
  0%,100%{opacity:.3;transform:translateX(0)}
  50%{opacity:1;transform:translateX(4px)}
}

/* ===== TRANSACTION CONFIRMATION ===== */
.tx-confirm{
  position:relative;z-index:2;
  display:flex;align-items:center;gap:1rem;
  padding:.8rem 1rem;
  background:rgba(20,184,166,.04);
  border:1px solid rgba(20,184,166,.1);
  border-radius:8px;
  margin-bottom:1rem;
}
.tx-stamp{
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;color:#14b8a6;
  padding:.3rem .6rem;
  background:rgba(20,184,166,.08);
  border:1px solid rgba(20,184,166,.2);
  border-radius:4px;
  animation:stampAppear 4s ease-in-out infinite;
}
@keyframes stampAppear{
  0%,10%{opacity:0;transform:scale(.8) rotate(-5deg)}
  15%{opacity:1;transform:scale(1.05) rotate(0deg)}
  20%{transform:scale(1) rotate(0deg)}
  80%{opacity:1;transform:scale(1) rotate(0deg)}
  90%,100%{opacity:0;transform:scale(.9) rotate(3deg)}
}
.tx-hash{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;color:#3a5a5a;
  overflow:hidden;
}
.tx-hash span{color:#14b8a6}

/* ===== ENCRYPTION LOCK ===== */
.encrypt-section{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:center;
  gap:2rem;
  padding:1.5rem 0;
  flex-wrap:wrap;
}
.lock-anim{
  width:56px;height:56px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem;
  border-radius:12px;
  position:relative;
}
.lock-anim.locking{
  background:rgba(20,184,166,.06);
  border:1px solid rgba(20,184,166,.2);
  animation:lockShake 3s ease-in-out infinite;
}
.lock-anim.unlocked{
  background:rgba(239,68,68,.06);
  border:1px solid rgba(239,68,68,.2);
  animation:lockUnlock 3s ease-in-out infinite;
}
@keyframes lockShake{
  0%,35%{transform:rotate(0deg);box-shadow:0 0 8px rgba(20,184,166,.1)}
  38%{transform:rotate(-8deg);box-shadow:0 0 15px rgba(20,184,166,.3)}
  41%{transform:rotate(8deg)}
  44%{transform:rotate(-5deg)}
  47%{transform:rotate(5deg);box-shadow:0 0 20px rgba(20,184,166,.4)}
  50%,100%{transform:rotate(0deg);box-shadow:0 0 8px rgba(20,184,166,.1)}
}
@keyframes lockUnlock{
  0%,40%{transform:translateY(0)}
  45%{transform:translateY(-6px)}
  50%{transform:translateY(0);box-shadow:0 0 15px rgba(239,68,68,.3)}
  55%,100%{transform:translateY(0)}
}
.lock-label-teal{
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;letter-spacing:1px;
  text-transform:uppercase;
  color:#14b8a6;text-align:center;
  margin-top:.3rem;
}
.lock-label-red{
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;letter-spacing:1px;
  text-transform:uppercase;
  color:#ef4444;text-align:center;
  margin-top:.3rem;
}
.encrypt-flow-arrow{
  color:#3a5a5a;font-size:1rem;
  animation:encryptArrowFlow 2s ease-in-out infinite;
}
@keyframes encryptArrowFlow{
  0%,100%{opacity:.2;transform:translateX(0)}
  50%{opacity:.8;transform:translateX(5px)}
}

/* ===== PURCHASE FLOW VISUALIZATION ===== */
.purchase-flow{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:center;
  gap:.5rem;flex-wrap:wrap;
  padding:1rem 0;
  margin-bottom:1rem;
}
.flow-step{
  display:flex;flex-direction:column;align-items:center;gap:.3rem;
  padding:.5rem .8rem;
  background:rgba(20,184,166,.03);
  border:1px solid rgba(20,184,166,.08);
  border-radius:8px;
  animation:flowStepGlow 3s ease-in-out infinite;
}
.flow-step:nth-child(2){animation-delay:.5s}
.flow-step:nth-child(3){animation-delay:1s}
.flow-step:nth-child(4){animation-delay:1.5s}
.flow-step:nth-child(5){animation-delay:2s}
@keyframes flowStepGlow{
  0%,100%{border-color:rgba(20,184,166,.08);box-shadow:none}
  50%{border-color:rgba(20,184,166,.3);box-shadow:0 0 12px rgba(20,184,166,.08)}
}
.flow-step .step-icon{font-size:1.1rem}
.flow-step .step-name{
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;color:#5a7a8a;
  letter-spacing:.5px;text-transform:uppercase;
}
.flow-arrow-sm{
  color:#14b8a6;font-size:.7rem;
  animation:arrowPulse 1.5s ease-in-out infinite;
}

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

/* ===== ALERT PULSE ===== */
.alert-pulse{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(239,68,68,.2);
  animation:alertPulseRing 3s ease-out infinite;
  pointer-events:none;
}
@keyframes alertPulseRing{
  0%{transform:scale(1);opacity:.6}
  100%{transform:scale(3);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:#14b8a6;margin-bottom:.5rem;
}
.section-header h2{
  font-size:clamp(1.5rem,3vw,2.2rem);
  background:linear-gradient(90deg,#e8ecf1,#14b8a6);
  -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,#14b8a6,#5eead4);border-radius:2px;
}

/* ===== GLASS CARD ===== */
.glass-card{
  background:rgba(14,18,30,.55);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(20,184,166,.1);
  border-radius:12px;
  padding:2rem;
  margin-bottom:1.5rem;
  transition:border-color .3s,box-shadow .3s;
}
.glass-card:hover{
  border-color:rgba(20,184,166,.22);
  box-shadow:0 0 30px rgba(20,184,166,.04);
}

/* ===== GLOW 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(20,184,166,.3),transparent 40%,transparent 60%,rgba(94,234,212,.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:#14b8a6;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(20,184,166,.03);
  border:1px solid rgba(20,184,166,.1);
  border-radius:10px;
  transition:transform .3s,box-shadow .3s;
}
.stat-box:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(20,184,166,.06)}
.stat-number{
  font-family:'Share Tech Mono',monospace;
  font-size:2rem;color:#14b8a6;
  text-shadow:0 0 20px rgba(20,184,166,.3);
}
.stat-number.green{color:#5eead4;text-shadow:0 0 20px rgba(94,234,212,.3)}
.stat-number.red{color:#ef4444;text-shadow:0 0 20px rgba(239,68,68,.3)}
.stat-number.amber{color:#f59e0b;text-shadow:0 0 20px rgba(245,158,11,.3)}
.stat-label{font-size:.82rem;color:#5a7a8a;margin-top:.3rem}

/* ===== DEFINITION BOX ===== */
.def-box{
  background:linear-gradient(135deg,rgba(20,184,166,.05),rgba(94,234,212,.02));
  border-left:4px solid #14b8a6;
  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:#14b8a6;
  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(94,234,212,.05),rgba(20,184,166,.02));
  border-left:4px solid #5eead4;
  padding:1.5rem 2rem;
  border-radius:0 10px 10px 0;
  margin:1.5rem 0;
}
.analogy-box .def-label{color:#5eead4}

/* ===== WARNING BANNER ===== */
.warning-banner{
  background:linear-gradient(135deg,rgba(239,68,68,.07),rgba(20,184,166,.03));
  border:1px solid rgba(239,68,68,.18);
  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}

/* ===== SCENARIO TIMELINE ===== */
.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,#ef4444,#14b8a6,#5eead4,rgba(94,234,212,.15));
}
.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 #14b8a6;
  box-shadow:0 0 10px rgba(20,184,166,.3);
}
.timeline-item.bad::before{border-color:#ef4444;box-shadow:0 0 10px rgba(239,68,68,.3)}
.timeline-item.good::before{border-color:#5eead4;box-shadow:0 0 10px rgba(94,234,212,.3)}
.timeline-item h4{color:#14b8a6;margin-bottom:.4rem;font-size:1rem}
.timeline-item.bad h4{color:#f87171}
.timeline-item.good h4{color:#5eead4}
.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(14,18,30,.5);
  border:1px solid rgba(20,184,166,.08);
  border-radius:10px;
  padding:1.3rem 1.5rem;
  transition:all .3s;
}
.step-card:hover{
  border-color:rgba(20,184,166,.2);
  background:rgba(14,18,30,.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(20,184,166,.15),rgba(94,234,212,.1));
  border:1px solid rgba(20,184,166,.3);
  border-radius:10px;
  font-family:'Share Tech Mono',monospace;
  font-size:1.1rem;color:#14b8a6;
}
.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:#14b8a6;font-weight:bold;
}
.protection-word{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;
  padding:.1rem .4rem;
  background:rgba(20,184,166,.08);
  border:1px solid rgba(20,184,166,.18);
  border-radius:4px;
  color:#14b8a6;
  margin-top:.3rem;
}

/* ===== MISTAKES &amp; BEST ===== */
.mb-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:768px){.mb-grid{grid-template-columns:1fr}}
.mb-card{padding:1.5rem}
.mb-card.mistake{border-left:3px solid #ef4444}
.mb-card.best{border-left:3px solid #5eead4}
.mb-card h3{font-size:1rem;margin-bottom:1rem}
.mb-card.mistake h3{color:#f87171}
.mb-card.best h3{color:#5eead4}
.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:#ef4444;font-weight:bold;font-size:.9rem}
.mb-card.best ul li::before{content:'\2713';position:absolute;left:0;color:#5eead4;font-weight:bold;font-size:.9rem}

/* ===== TEAM VIEWS ===== */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:768px){.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:#ef4444;border:1px solid rgba(239,68,68,.3);background:rgba(239,68,68,.08)}
.team-card.blue .team-label{color:#5eead4;border:1px solid rgba(94,234,212,.3);background:rgba(94,234,212,.08)}
.team-card h3{margin-top:.5rem;margin-bottom:.8rem;font-size:1.1rem}
.team-card.red h3{color:#f87171}
.team-card.blue h3{color:#5eead4}

/* ===== HUNTER SECTION ===== */
.hunter-card{
  background:linear-gradient(135deg,rgba(20,184,166,.05),rgba(239,68,68,.02));
  border:1px solid rgba(20,184,166,.12);
  border-radius:12px;
  padding:2rem;
}
.hunter-card h3{color:#14b8a6;margin-bottom:.8rem}

/* ===== CTA ===== */
.cta-section{text-align:center;padding:4rem 0}
.cta-box{
  display:inline-block;
  background:linear-gradient(135deg,rgba(20,184,166,.08),rgba(94,234,212,.04));
  border:1px solid rgba(20,184,166,.18);
  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}

/* ===== SIBLING 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(20,184,166,.05);
  border:1px solid rgba(20,184,166,.18);
  border-radius:8px;
  font-family:'Share Tech Mono',monospace;
  font-size:.78rem;color:#14b8a6;
  transition:all .3s;
}
.subtech-link:hover{
  background:rgba(20,184,166,.1);
  border-color:rgba(20,184,166,.45);
  box-shadow:0 0 20px rgba(20,184,166,.08);
  color:#5eead4;
}

/* ===== DATA TABLE ===== */
.data-table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  font-family:'Share Tech Mono',monospace;
  font-size:.78rem;
}
.data-table th{
  text-align:left;
  padding:.6rem .8rem;
  background:rgba(20,184,166,.06);
  border:1px solid rgba(20,184,166,.12);
  color:#14b8a6;
  font-weight:500;
  letter-spacing:.5px;
  font-size:.68rem;
}
.data-table td{
  padding:.5rem .8rem;
  border:1px solid rgba(255,255,255,.04);
  color:#8fa3b8;
}
.data-table tr:nth-child(even){background:rgba(20,184,166,.015)}

/* ===== REFERENCE LINKS ===== */
.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(20,184,166,.12);
  border-radius:4px;
  color:#5a8a9a;
  transition:all .3s;
}
.ref-links a:hover{
  border-color:rgba(20,184,166,.4);
  color:#14b8a6;
}

/* ===== HELPER CLASSES ===== */
.text-teal{color:#14b8a6}
.text-emerald{color:#5eead4}
.text-red{color:#ef4444}
.text-amber{color:#f59e0b}
.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(20,184,166,.06);
  border:1px solid rgba(20,184,166,.14);
  border-radius:4px;
  color:#14b8a6;
  margin:.15rem;
}

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

/* ===== GLITCH TEXT ===== */
.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 #ef4444,2px 0 #14b8a6}
  96%{text-shadow:2px 0 #ef4444,-2px 0 #5eead4}
  98%{text-shadow:-1px 1px #ef4444,1px -1px #14b8a6}
}

/* ===== DATA EXFIL VISUALIZATION ===== */
.data-exfil{
  position:relative;z-index:2;
  display:flex;align-items:center;gap:.6rem;
  padding:.6rem 0;
  margin-bottom:.8rem;
  overflow:hidden;
}
.exfil-dot{
  width:4px;height:4px;border-radius:50%;
  background:#ef4444;
  animation:exfilMove 3s linear infinite;
}
.exfil-dot:nth-child(2){animation-delay:.5s;background:#14b8a6}
.exfil-dot:nth-child(3){animation-delay:1s;background:#5eead4}
.exfil-dot:nth-child(4){animation-delay:1.5s;background:#f59e0b}
.exfil-dot:nth-child(5){animation-delay:2s;background:#ef4444}
.exfil-dot:nth-child(6){animation-delay:2.5s;background:#14b8a6}
@keyframes exfilMove{
  0%{transform:translateX(-100px);opacity:0}
  20%{opacity:1}
  80%{opacity:1}
  100%{transform:translateX(calc(100vw - 200px));opacity:0}
}

/* ===== VENDOR TRUST SCORE ===== */
.trust-score{
  display:flex;align-items:center;gap:.5rem;
  margin-top:.3rem;
}
.trust-bar{
  flex:1;height:5px;
  background:rgba(255,255,255,.05);
  border-radius:3px;
  overflow:hidden;
}
.trust-fill{
  height:100%;border-radius:3px;
  background:linear-gradient(90deg,#14b8a6,#5eead4);
  animation:trustFillAnim 4s ease-in-out infinite;
}
.trust-fill.high{animation-delay:0s}
.trust-fill.med{animation-delay:1s}
.trust-fill.low{animation-delay:2s}
@keyframes trustFillAnim{
  0%{width:0}
  20%{width:var(--trust-width)}
  80%{width:var(--trust-width)}
  100%{width:0}
}
.trust-val{
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;color:#14b8a6;
  min-width:30px;
  text-align:right;
}

/* ===== PURCHASE CONFIRMATION ANIMATION ===== */
.purchase-confirm{
  position:relative;z-index:2;
  text-align:center;
  padding:1rem;
  margin-top:.5rem;
}
.confirm-checkmark{
  display:inline-block;
  font-size:2rem;color:#5eead4;
  animation:confirmPop 4s ease-in-out infinite;
}
@keyframes confirmPop{
  0%,5%{transform:scale(0);opacity:0}
  10%{transform:scale(1.3);opacity:1}
  15%{transform:scale(1);opacity:1}
  80%{transform:scale(1);opacity:1}
  90%,100%{transform:scale(.5);opacity:0}
}
.confirm-text{
  font-family:'Share Tech Mono',monospace;
  font-size:.65rem;color:#5eead4;
  letter-spacing:1px;
  margin-top:.3rem;
  animation:confirmTextFade 4s ease-in-out infinite;
}
@keyframes confirmTextFade{
  0%,8%{opacity:0}
  12%{opacity:1}
  80%{opacity:1}
  90%,100%{opacity:0}
}

/* ===== WEAPONIZATION STAGE ===== */
.weaponize-stage{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:space-between;
  gap:.5rem;
  padding:.8rem;
  background:rgba(239,68,68,.04);
  border:1px solid rgba(239,68,68,.1);
  border-radius:8px;
  margin-top:1rem;
}
.weaponize-step{
  display:flex;flex-direction:column;align-items:center;gap:.2rem;
  text-align:center;
  flex:1;
}
.weaponize-step .wz-icon{
  font-size:1.2rem;
  animation:wzIconGlow 2s ease-in-out infinite;
}
.weaponize-step:nth-child(2) .wz-icon{animation-delay:.3s}
.weaponize-step:nth-child(3) .wz-icon{animation-delay:.6s}
.weaponize-step:nth-child(4) .wz-icon{animation-delay:.9s}
@keyframes wzIconGlow{
  0%,100%{filter:brightness(1)}
  50%{filter:brightness(1.4);transform:scale(1.1)}
}
.weaponize-step .wz-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.48rem;color:#ef4444;
  letter-spacing:.5px;
  text-transform:uppercase;
}
.wz-arrow{
  color:#3a4a5a;font-size:.7rem;
  animation:wzArrowPulse 1.5s ease-in-out infinite;
}
@keyframes wzArrowPulse{
  0%,100%{opacity:.3}
  50%{opacity:.8;transform:translateX(3px)}
}

/* ===== STATUS BAR ===== */
.status-bar{
  display:flex;gap:1.2rem;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:.7rem;
  color:#5a7a8a;
  padding:.3rem .7rem;
  border:1px solid rgba(20,184,166,.08);
  border-radius:6px;
  background:rgba(20,184,166,.02);
}
.status-dot{
  width:8px;height:8px;border-radius:50%;
}
.status-indicator:nth-child(1) .status-dot{background:#ef4444;box-shadow:0 0 8px rgba(239,68,68,.5);animation:statusDotPulse 2s ease-in-out infinite}
.status-indicator:nth-child(2) .status-dot{background:#14b8a6;box-shadow:0 0 8px rgba(20,184,166,.5);animation:statusDotPulse 2s ease-in-out infinite .7s}
.status-indicator:nth-child(3) .status-dot{background:#5eead4;box-shadow:0 0 8px rgba(94,234,212,.5);animation:statusDotPulse 2s ease-in-out infinite 1.4s}
.status-indicator:nth-child(4) .status-dot{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,.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)}
}

/* ===== MITIGATION NOTE ===== */
.mitigation-note{
  background:rgba(245,158,11,.05);
  border:1px solid rgba(245,158,11,.15);
  border-left:4px solid #f59e0b;
  border-radius:0 10px 10px 0;
  padding:1.2rem 1.5rem;
  margin:1.5rem 0;
}
.mitigation-note .mit-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;color:#f59e0b;
  letter-spacing:1px;text-transform:uppercase;
  margin-bottom:.4rem;
}

/* ===== EXTERNAL LINK STYLES ===== */
.ext-link{
  color:#5eead4;
  border-bottom:1px dashed rgba(94,234,212,.3);
  transition:all .3s;
}
.ext-link:hover{
  color:#14b8a6;
  border-bottom-color:rgba(20,184,166,.6);
}

/* ===== COUNTER SECTION ===== */
.counter-section{
  margin-top:2rem;text-align:center;position:relative;z-index:2;
}
.counter-value{
  font-family:'Share Tech Mono',monospace;
  font-size:clamp(1.8rem,4vw,3rem);
  color:#ef4444;
  text-shadow:0 0 20px rgba(239,68,68,.4),0 0 40px rgba(239,68,68,.2);
  display:inline-block;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .nav-bar{padding:.5rem 1rem}
  .nav-links{gap:.4rem}
  .nav-links a{font-size:.66rem;padding:.2rem .4rem}
  .glass-card,.glow-card{padding:1.3rem}
  .status-bar{gap:.6rem}
  .stat-grid{grid-template-columns:1fr 1fr}
  .marketplace-sim{padding:1rem}
  .mp-header{flex-direction:column;align-items:flex-start}
  .mp-search{width:100%}
  .mp-listings{grid-template-columns:1fr}
  .crypto-flow{gap:1rem}
  .purchase-flow{gap:.3rem}
  .flow-step{padding:.4rem .5rem}
  .encrypt-section{gap:1rem}
  .weaponize-stage{flex-direction:column;gap:.4rem}
  .wz-arrow{transform:rotate(90deg)}
  .listing-card{padding:.8rem}
}

@media(max-width:480px){
  .hero{padding:5rem 1rem 2rem}
  .hero-title h1{font-size:1.8rem}
  .hero-title .subtitle{font-size:.72rem}
  .section-header h2{font-size:1.3rem}
  .stat-grid{grid-template-columns:1fr}
  .stat-number{font-size:1.6rem}
  .glass-card,.glow-card{padding:1rem}
  .step-card{flex-direction:column;gap:.8rem}
  .step-num{width:36px;height:36px;font-size:.9rem}
  .team-grid{grid-template-columns:1fr}
  .mb-grid{grid-template-columns:1fr}
  .cta-box{padding:2rem 1.5rem}
  .flow-step .step-icon{font-size:.85rem}
  .flow-step .step-name{font-size:.42rem}
  .counter-section .counter-value{font-size:1.5rem}
}/* End custom CSS */