/* FORENSE - Custom Styles */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --font-mono: 'JetBrains Mono', monospace;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: #050508;
  color: #e4e4e7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; /* Base más grande */
  line-height: 1.7;
}

/* Tipografía mejorada para lectura */
p, li {
  font-size: 1.1rem;
  line-height: 1.8;
}
/* Spans heredan tamaño del padre, excepto en texto de cuerpo */
span { line-height: 1.8; }
:not(h1):not(h2):not(h3):not(h4) > span:not(.text-gradient):not([class*="text-"]) {
  font-size: 1.1rem;
}

h1 { font-size: 3.5rem; line-height: 1.2; }
h2 { font-size: 2.5rem; line-height: 1.3; }
h3 { font-size: 1.75rem; line-height: 1.4; }
h4 { font-size: 1.35rem; line-height: 1.5; }

@media (max-width: 768px) {
  body { font-size: 16px; }
  p, li { font-size: 1rem; }
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.35rem; }
  h4 { font-size: 1.15rem; }
}

/* Scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 4px; }

/* Canvas */
#particle-canvas {
  position: fixed; inset: 0; z-index: 1;
  pointer-events: none; width: 100%; height: 100%;
}

/* Section base */
.section { position: relative; z-index: 10; }
.font-mono { font-family: var(--font-mono); }
.font-body { font-family: var(--font-body); }

/* ═══════════════════════════════════════════════════════════════
   SEO: Contenido para buscadores (oculto visualmente)
═══════════════════════════════════════════════════════════════ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ═══════════════════════════════════════════════════════════════
   GLASSMORPHISM - Cristal translúcido en toda la web
═══════════════════════════════════════════════════════════════ */

/* Todas las secciones transparentes */
#hero,
#visibilidad,
#problema,
#solucion,
#databerg,
#quehacemos,
#quenoesforense,
#tecnologia,
#sectores,
#interlocutores,
#entregables,
#whitepaper,
#testimonios,
#contacto,
#sphere-reveal {
  background: transparent !important;
  position: relative;
  z-index: 10;
}

/* Contenedores con SOLO TRANSLUCIDEZ - sin blur */
#hero > div,
#visibilidad > div,
#problema > div,
#solucion > div,
#databerg > div,
#quehacemos > div,
#quenoesforense > div,
#tecnologia > div,
#sectores > div,
#interlocutores > div,
#entregables > div,
#whitepaper > div,
#testimonios > div,
#contacto > div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(8, 8, 12, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 24px;
  padding: 3rem 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Hero especial */
#hero > div {
  max-width: 900px;
  padding: 4rem;
  background: rgba(8, 8, 12, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Títulos - máxima legibilidad */
#hero h1,
#hero h2,
#visibilidad h2,
#problema h2,
#solucion h2,
#tecnologia h2,
#sectores h2,
#interlocutores h2,
#whitepaper h2,
#testimonios h2,
#contacto h2,
#hero h3,
#visibilidad h3,
#problema h3,
#solucion h3,
#tecnologia h3,
#sectores h3,
#interlocutores h3,
#whitepaper h3,
#testimonios h3,
#contacto h3 {
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  z-index: 3;
}

/* Párrafos */
#hero p,
#visibilidad p,
#problema p,
#solucion p,
#tecnologia p,
#sectores p,
#interlocutores p,
#whitepaper p,
#testimonios p,
#contacto p {
  color: rgba(235, 235, 240, 0.95);
  position: relative;
  z-index: 3;
}

/* Listas */
#hero li,
#visibilidad li,
#problema li,
#solucion li,
#tecnologia li,
#sectores li,
#interlocutores li,
#whitepaper li,
#testimonios li,
#contacto li {
  color: rgba(228, 228, 231, 0.92);
  position: relative;
  z-index: 3;
}

/* Glass cards internas - solo translucidez */
#hero .glass-card,
#visibilidad .glass-card,
#problema .glass-card,
#solucion .glass-card,
#tecnologia .glass-card,
#sectores .glass-card,
#interlocutores .glass-card,
#whitepaper .glass-card,
#testimonios .glass-card,
#contacto .glass-card {
  background: rgba(12, 12, 18, 0.75) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Sphere reveal sin caja - solo animación */
#sphere-reveal > div {
  background: transparent !important;
  padding: 0;
  border: none;
}

/* Footer translúcido */
footer.section {
  background: rgba(8, 8, 12, 0.85) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Navbar translúcido */
.navbar.scrolled {
  background: rgba(8, 8, 12, 0.8) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Navbar */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: all 0.5s ease;
  padding: 1.25rem 0;
}
.navbar.scrolled {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 0.75rem 0;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.5;} }
@keyframes hotspotPulse { 0%,100%{opacity:1;transform:translate(-50%,-50%) scale(1);} 50%{opacity:0.6;transform:translate(-50%,-50%) scale(1.8);} }

.animate-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.animate-in.visible {
  opacity: 1; transform: translateY(0);
}
.animate-in.delay-1 { transition-delay: 0.1s; }
.animate-in.delay-2 { transition-delay: 0.2s; }
.animate-in.delay-3 { transition-delay: 0.3s; }
.animate-in.delay-4 { transition-delay: 0.4s; }
.animate-in.delay-5 { transition-delay: 0.5s; }

/* Glass card */
.glass-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.glass-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

/* ROT cards */
.rot-card {
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid;
  transition: all 0.3s ease;
}
.rot-r { border-color: rgba(239,68,68,0.2); background: rgba(239,68,68,0.05); }
.rot-o { border-color: rgba(251,191,36,0.2); background: rgba(251,191,36,0.05); }
.rot-t { border-color: rgba(156,163,175,0.2); background: rgba(156,163,175,0.05); }
.rot-r:hover { border-color: rgba(239,68,68,0.4); background: rgba(239,68,68,0.1); }
.rot-o:hover { border-color: rgba(251,191,36,0.4); background: rgba(251,191,36,0.1); }
.rot-t:hover { border-color: rgba(156,163,175,0.4); background: rgba(156,163,175,0.1); }

/* Order indicator - legacy ID selector removed, using class selector below */
.order-bar {
  width: 6px; height: 192px; border-radius: 999px; overflow: hidden;
  background: rgba(30,35,50,0.6); backdrop-filter: blur(8px);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  position: relative;
}
.order-bar-fill {
  position: absolute; bottom: 0; left: 0; right: 0;
  transition: all 0.3s ease-out; border-radius: 999px;
}

/* Progress bar bottom */
.progress-bar {
  position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 50; display: none; align-items: center; gap: 0;
}
@media (min-width: 1024px) { .progress-bar { display: flex; } }

/* Tech cards grid */
.tech-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .tech-grid { grid-template-columns: repeat(3, 1fr); } }

/* Sector tabs */
.sector-tab {
  padding: 0.75rem 1.5rem; border-radius: 999px;
  font-family: var(--font-mono); font-size: 0.875rem;
  letter-spacing: 0.05em; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.08);
  background: transparent; color: #a1a1aa;
  transition: all 0.3s ease;
}
.sector-tab.active {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: white;
}

/* Persona cards */
.persona-tab {
  padding: 0.625rem 1.25rem; border-radius: 999px;
  font-family: var(--font-mono); font-size: 0.875rem;
  letter-spacing: 0.08em; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.06);
  background: transparent; color: #71717a;
  transition: all 0.3s ease;
}
.persona-tab.active {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: #e4e4e7;
}

/* Cookie banner */
.cookie-banner {
  position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 100; background: rgba(0,0,0,0.85);
  backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 1rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  max-width: 90vw;
  animation: fadeInUp 0.5s ease;
}
.cookie-banner.hidden { display: none; }

/* Mobile menu */
.mobile-menu {
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(40px);
  border-top: 1px solid rgba(255,255,255,0.04);
  overflow: hidden; max-height: 0;
  transition: max-height 0.3s ease;
}
.mobile-menu.open { max-height: 300px; }

/* Form styles */
.form-input {
  width: 100%; padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px; color: white;
  font-family: var(--font-body); font-size: 0.875rem;
  outline: none; transition: border-color 0.3s;
}
.form-input:focus { border-color: rgba(255,255,255,0.2); }
.form-input::placeholder { color: #52525b; }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.75rem 2rem; border-radius: 999px;
  background: white; color: black;
  font-family: var(--font-mono); font-size: 0.75rem;
  letter-spacing: 0.1em; font-weight: 500;
  border: none; cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover { background: #e4e4e7; transform: translateY(-1px); }

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.625rem 1.5rem; border-radius: 999px;
  background: transparent; color: #a1a1aa;
  font-family: var(--font-mono); font-size: 0.75rem;
  letter-spacing: 0.1em;
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer; transition: all 0.3s ease;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.3); color: white; }

/* Testimonial */
.testimonial-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 2rem;
}

/* Whitepaper card */
.wp-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 2.5rem;
  backdrop-filter: blur(12px);
}

/* Success state */
.form-success {
  text-align: center; padding: 2rem;
}
.form-success .check {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(16,185,129,0.15); border: 1px solid rgba(16,185,129,0.3);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}

/* Utility */
.text-gradient {
  background: linear-gradient(135deg, #ef4444, #f59e0b, #ef4444);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ============================================
   FLOATING ELEMENTS - Cards, Hotspots, etc.
   ============================================ */
.floating-elements-container {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 5;
  overflow: hidden;
}

/* Document Cards */
.doc-card {
  position: fixed; top: 0; left: 0; z-index: 5;
  pointer-events: none;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ef4444;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
  min-width: 155px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.doc-card .card-header {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 5px;
}
.doc-card .card-icon-char {
  font-size: 0.85rem; font-weight: 700;
}
.doc-card .card-name {
  font-size: 0.72rem; font-weight: 500; color: rgba(255,255,255,0.85);
}
.doc-card .card-body {
  display: flex; align-items: center; gap: 6px;
}
.doc-card .card-dot {
  width: 6px; height: 6px; border-radius: 50%;
  flex-shrink: 0;
}
.doc-card .card-tag {
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.08em;
}
.doc-card .card-detail {
  font-size: 0.6rem; color: rgba(255,255,255,0.4);
  margin-top: 3px;
}

/* Hotspots */
.hotspot {
  position: fixed; top: 0; left: 0; z-index: 5;
  width: 28px; height: 28px;
  transition: opacity 0.3s ease; opacity: 0;
  pointer-events: auto; cursor: pointer;
}
.hotspot .hotspot-pulse {
  position: absolute; top: 50%; left: 50%;
  width: 100%; height: 100%;
  border-radius: 50%;
  background: rgba(239,68,68,0.4);
  transform: translate(-50%,-50%);
  animation: hotspotPulse 1.5s ease-out infinite;
}
.hotspot .hotspot-core {
  position: absolute; top: 50%; left: 50%;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 12px rgba(239,68,68,0.8);
  transform: translate(-50%,-50%);
  animation: hotspotGlow 2s ease-in-out infinite;
}
.hotspot.obsolete .hotspot-pulse { background: rgba(251,191,36,0.4); }
.hotspot.obsolete .hotspot-core { background: #fbbf24; box-shadow: 0 0 12px rgba(251,191,36,0.8); }
.hotspot.dark .hotspot-pulse { background: rgba(168,85,247,0.4); }
.hotspot.dark .hotspot-core { background: #a855f7; box-shadow: 0 0 12px rgba(168,85,247,0.8); }
.hotspot.trivial .hotspot-pulse { background: rgba(156,163,175,0.4); }
.hotspot.trivial .hotspot-core { background: #9ca3af; box-shadow: 0 0 12px rgba(156,163,175,0.8); }
.hotspot .hotspot-label {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.55rem; letter-spacing: 0.05em;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  background: rgba(0,0,0,0.7);
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
}

/* Order Indicator */
.order-indicator, #order-indicator {
  position: fixed; left: 2rem; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
  z-index: 5;
}
.order-indicator .order-bar, #order-indicator .order-bar {
  width: 4px; height: 120px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.order-indicator .order-bar-fill, #order-indicator .order-bar-fill {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: #ef4444;
  transition: height 0.3s ease, background 0.3s ease;
}
.order-indicator .order-label, #order-indicator .order-label {
  font-family: var(--font-mono);
  font-size: 0.6rem; letter-spacing: 0.1em;
  color: #ef4444;
}
.order-indicator .order-pct, #order-indicator .order-pct {
  font-family: var(--font-mono);
  font-size: 0.7rem; font-weight: 600;
  color: #ef4444;
}

/* Progress Bar */
.progress-bar {
  position: fixed; bottom: 1.5rem; left: 50%;
  transform: translateX(-50%);
  display: none; align-items: center; gap: 0;
  z-index: 40;
}
@media (min-width: 1024px) {
  .progress-bar { display: flex; }
}
.progress-bar .seg {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.25);
  transition: color 0.3s ease;
}
.progress-bar .seg.active { color: white; }
.progress-bar .seg-line {
  width: 6rem; height: 1px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0.15) 2px, transparent 2px, transparent 6px);
  margin: 0 0.75rem;
  position: relative;
}
.progress-bar .seg-fill {
  position: absolute; left: 0; top: 0; height: 100%;
  background: linear-gradient(90deg, #ef4444, #f59e0b);
  width: 0;
  transition: width 0.3s ease;
}

/* Cookie Banner - Enhanced */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  padding: 1rem 1.5rem;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner-inner {
  max-width: 56rem; margin: 0 auto;
  background: rgba(24,24,27,0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
  overflow: hidden;
}
.cookie-main {
  display: flex; flex-direction: column; gap: 1.5rem;
  padding: 1.5rem 2rem;
}
@media (min-width: 768px) {
  .cookie-main { flex-direction: row; align-items: flex-start; }
}
.cookie-content { flex: 1; }
.cookie-header {
  display: flex; align-items: center; gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.cookie-icon {
  width: 2.5rem; height: 2.5rem;
  background: rgba(6,182,212,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.cookie-icon svg { width: 1.25rem; height: 1.25rem; color: #22d3ee; }
.cookie-title {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700;
  color: white;
}
.cookie-desc {
  font-family: var(--font-body);
  font-size: 0.875rem; color: #a1a1aa;
  line-height: 1.6; margin-bottom: 1rem;
}
.cookie-link {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: #22d3ee;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cookie-link:hover { color: #67e8f9; }
.cookie-buttons {
  display: flex; flex-direction: column; gap: 0.75rem;
}
@media (min-width: 640px) {
  .cookie-buttons { flex-direction: row; }
}
.cookie-btn {
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cookie-btn-outline {
  background: transparent;
  border: 1px solid #52525b;
  color: #d4d4d8;
}
.cookie-btn-outline:hover { background: rgba(255,255,255,0.05); }
.cookie-btn-primary {
  background: #06b6d4;
  border: none;
  color: black;
  font-weight: 700;
}
.cookie-btn-primary:hover { background: #22d3ee; }

/* Cookie Preferences Panel */
.cookie-prefs {
  display: none; padding: 1.5rem 2rem;
}
.cookie-prefs.visible { display: block; }
.cookie-prefs-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 1.5rem;
}
.cookie-prefs-title {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700;
  color: white;
}
.cookie-close-btn {
  background: transparent; border: none;
  color: #71717a; cursor: pointer;
  padding: 0.25rem;
  transition: color 0.2s ease;
}
.cookie-close-btn:hover { color: white; }
.cookie-pref-item {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 1rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
}
.cookie-pref-label {
  font-family: var(--font-display);
  font-size: 0.875rem; font-weight: 600;
  color: white; margin-bottom: 0.25rem;
}
.cookie-pref-desc {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: #71717a;
}
.cookie-toggle {
  position: relative;
  width: 3rem; height: 1.5rem;
  background: #3f3f46;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cookie-toggle.on { background: rgba(6,182,212,0.3); }
.cookie-toggle.disabled { cursor: not-allowed; background: rgba(6,182,212,0.3); }
.cookie-toggle-dot {
  position: absolute; top: 0.25rem;
  width: 1rem; height: 1rem;
  background: #71717a;
  border-radius: 50%;
  transition: all 0.2s ease;
  left: 0.25rem;
}
.cookie-toggle.on .cookie-toggle-dot,
.cookie-toggle.disabled .cookie-toggle-dot {
  left: auto; right: 0.25rem;
  background: #22d3ee;
}
.cookie-prefs-footer {
  display: flex; justify-content: flex-end; gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Keyframe Animations */
@keyframes floatBob {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-8px); }
}
@keyframes statusPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
@keyframes hotspotPulse {
  0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.8); }
}
@keyframes hotspotGlow {
  0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}
@keyframes scanLine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(300%); }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .order-indicator { display: none; }
  .doc-card { display: none; }
  .hotspot { display: none; }
}
@media (max-width: 768px) {
  .cookie-banner { padding: 1rem; }
  .cookie-main { padding: 1rem 1.25rem; }
}
