/* =========================================
   LUMYNA — DYNAMIC VIVO THEME & NEW FORM
   ========================================= */

:root {
  --bg-body: #030305;       
  --bg-surface: #0c0c10;    
  --border-color: #1a1a24;  
  --border-hover: #2d2d42;
  
  --text-main: #EDEDED;     
  --text-muted: #8c8c9e;    
  
  --accent-primary: #FFFFFF; 
  --glow-blue: #0070F3;     
  --glow-purple: #7928CA;
  --glow-green: #10B981;
  --glow-orange: #F97316;
  
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-mono: 'Fira Code', monospace;
  
  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --max-width: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  font-family: var(--font-sans);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.mono { font-family: var(--font-mono); font-size: 0.85em; }
.highlight { color: var(--text-main); font-weight: 600; }
.text-gradient {
  background: linear-gradient(135deg, #FFF 30%, #666 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- BACKGROUND VIVO CON PATRÓN DE PUNTOS ---------- */
.site-background {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: -99; pointer-events: none; overflow: hidden; background-color: var(--bg-body);
}
.grid-pattern {
  position: absolute; width: 100%; height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 30%, black 40%, transparent 85%);
}


.glow-orb {
  position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.15;
  animation: floatOrb 12s ease-in-out infinite alternate;
}
.orb-1 {
  top: -10%; left: 20%; width: 500px; height: 500px; background: var(--glow-blue);
}
.orb-2 {
  top: 30%; right: 10%; width: 600px; height: 600px; background: var(--glow-purple);
  animation-delay: -4s;
}

@keyframes floatOrb {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(40px) scale(1.1); }
}

/* Animación flotante para la terminal del Hero */
.floating-anim {
  animation: floatingTerminal 6s ease-in-out infinite alternate;
}
@keyframes floatingTerminal {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/* ---------- TIPOGRAFÍA & BOTONES ---------- */
h1, h2, h3 { font-weight: 600; line-height: 1.2; letter-spacing: -0.03em; }
p { color: var(--text-muted); font-size: 1.05rem; }

.section-header { text-align: center; margin-bottom: 4rem; }
.section-header h2 { font-size: 2.5rem; margin-bottom: 1rem; color: #FFF; }
.section-header p { max-width: 600px; margin: 0 auto; }
.mono-subtitle {
  color: var(--glow-blue); font-family: var(--font-mono); font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.5rem; display: block;
}

.btn-primary, .btn-secondary, .btn-primary-small {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 500; font-size: 0.95rem; border-radius: var(--radius-sm);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer; border: none; padding: 0.8rem 1.5rem;
}
.btn-primary {
  background: var(--accent-primary); color: #000;
}
.btn-primary:hover { transform: translateY(-2px); background: #FFF; box-shadow: 0 0 25px rgba(255,255,255,0.3); }
.btn-secondary {
  background: transparent; color: var(--text-main); border: 1px solid var(--border-color);
}
.btn-secondary:hover { background: var(--bg-surface); border-color: var(--border-hover); transform: translateY(-2px); }
.btn-primary-small { padding: 0.5rem 1rem; font-size: 0.85rem; background: var(--text-main); color: #000; }
.full-width { width: 100%; margin-top: 1rem; padding: 1rem; }

/* ---------- NAVEGACIÓN ---------- */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(3, 3, 5, 0.75); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
}
.nav-container {
  max-width: var(--max-width); margin: 0 auto; padding: 1rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.brand-logo { font-weight: 600; display: flex; align-items: center; gap: 8px; color: #FFF; letter-spacing: -0.03em; }

/* ---------- LOGO ANIMADO TIPO TERMINAL (LUMYNA) ---------- */
/* Ajustado 1:1 al logo PNG: la línea va desde el > y termina un poco antes de conectar con la y */
.logo-mark-text {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  height: auto;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFF;
  padding-bottom: 2px;
}

.lm-symbol-text {
  display: inline-block;
  opacity: 0;
  margin-right: 0.12em;
  animation: lmAppear 0.15s ease forwards 0.3s;
}

.lm-text-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 6ch; /* ancho final fijo desde el inicio: el nav no se recorre durante la animación */
  clip-path: inset(0 6ch 0 0); /* oculto al inicio, se revela con el clip-path */
  animation: lmTypeText 0.6s steps(6, end) forwards 0.55s; 
}

.lm-line-text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5px;
  width: 0;
  background: #FFF;
  border-radius: 1px;
  /* Termina un poco antes de la "y" para que no conecte con su cola (como en el PNG) */
  animation: lmDrawLine 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards 1.25s;
}

/* ---------- KEYFRAMES ---------- */
@keyframes lmAppear { 
  to { opacity: 1; } 
}

@keyframes lmTypeText { 
  to { clip-path: inset(0 0 0 0); } 
}

@keyframes lmDrawLine { 
  to { width: 4ch; } /* acortado para que termine justo antes de conectar con la y */
}
.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;
}
.nav-links { display: flex; gap: 2rem; }
.nav-links a { font-size: 0.9rem; color: var(--text-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--text-main); }

/* ---------- HERO SECTION (rediseño: dos columnas, sin pill, mockup de navegador) ---------- */
.hero-section {
  padding: 11rem 2rem 6rem; position: relative; overflow: hidden;
}
.hero-grid {
  max-width: var(--max-width); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4.5rem; align-items: center;
}
.hero-content { text-align: left; }

.hero-eyebrow {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-mono); font-size: 0.85rem; color: var(--text-muted);
  margin-bottom: 1.75rem;
}
.eyebrow-arrow { color: var(--glow-blue); font-weight: 600; }

/* Clases genéricas de "ventana" reutilizadas en Proceso, Servicios y el mockup del Hero */
.mockup-header { padding: 1rem; border-bottom: 1px solid var(--border-color); display: flex; align-items: center; gap: 1rem; }
.mockup-dots { display: flex; gap: 6px; }
.mockup-dots span { width: 10px; height: 10px; border-radius: 50%; background: #222; }
.mockup-title { color: var(--text-muted); font-size: 0.85rem; font-family: var(--font-mono); }
.mockup-body { padding: 2rem; color: #CCC; line-height: 1.8; overflow-x: auto; }

.hero-title { font-size: 3.6rem; margin-bottom: 1.5rem; color: #FFF; text-align: left; }
.hero-subtitle { font-size: 1.15rem; max-width: 520px; margin: 0 0 2.5rem; text-align: left; }
.hero-actions { display: flex; justify-content: flex-start; gap: 1rem; margin-bottom: 2.75rem; }

.hero-stats {
  display: flex; align-items: center; gap: 1.75rem;
  padding-top: 2rem; border-top: 1px solid var(--border-color);
}
.hero-stat { display: flex; flex-direction: column; gap: 0.25rem; }
.hero-stat-value { font-family: var(--font-mono); font-weight: 600; font-size: 1.05rem; color: #FFF; }
.hero-stat-label { font-size: 0.78rem; color: var(--text-muted); line-height: 1.3; max-width: 110px; }
.hero-stat-divider { width: 1px; height: 32px; background: var(--border-color); flex-shrink: 0; }

/* ---------- MOCKUP DE NAVEGADOR (apoyo gráfico del hero) ---------- */
.hero-visual { position: relative; }
.browser-mockup {
  background: #08080c; border: 1px solid var(--border-color); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
.browser-bar {
  display: flex; align-items: center; gap: 1rem; padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--border-color);
}
.browser-url {
  flex: 1; display: flex; align-items: center; gap: 7px;
  background: #0f0f15; border: 1px solid var(--border-color); border-radius: 99px;
  padding: 0.4rem 0.9rem; font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-muted);
}
.browser-url svg { width: 12px; height: 12px; color: var(--glow-green); flex-shrink: 0; }

.browser-canvas { padding: 1.75rem; display: flex; flex-direction: column; gap: 1.5rem; position: relative; }
.skeleton-nav { display: flex; align-items: center; gap: 0.7rem; }
.skeleton-nav span { height: 8px; width: 34px; border-radius: 4px; background: rgba(255,255,255,0.08); }
.skeleton-nav span.logo-bar { width: 46px; background: linear-gradient(90deg, var(--glow-blue), var(--glow-purple)); opacity: 0.6; margin-right: auto; }

.skeleton-hero-block { display: flex; flex-direction: column; gap: 0.6rem; }
.skeleton-line { height: 13px; border-radius: 4px; background: rgba(255,255,255,0.1); }
.skeleton-line.w-70 { width: 70%; }
.skeleton-line.w-50 { width: 45%; }
.skeleton-btn { margin-top: 0.6rem; width: 130px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, var(--glow-blue), var(--glow-purple)); opacity: 0.85; }

.skeleton-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.skeleton-card { height: 58px; border-radius: 8px; background: rgba(255,255,255,0.04); border: 1px solid var(--border-color); }

/* Barrido de brillo que simula "construcción en vivo" del sitio */
.browser-canvas::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
  animation: heroShimmer 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes heroShimmer {
  0% { left: -60%; }
  50% { left: 120%; }
  100% { left: 120%; }
}

.browser-status {
  display: flex; align-items: center; gap: 0.55rem; padding: 0.9rem 1.25rem;
  border-top: 1px solid var(--border-color); font-family: var(--font-mono); font-size: 0.8rem; color: var(--text-muted);
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--glow-green); box-shadow: 0 0 10px var(--glow-green); }

.keyword { color: #ff7b72; }
.variable { color: #79c0ff; }
.string { color: #a5d6ff; }
.function { color: #d2a8ff; }
.comment { color: #8b949e; }

/* ---------- BENTO BOX SYSTEM ---------- */
.section { padding: 6rem 2rem; max-width: var(--max-width); margin: 0 auto; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; grid-auto-rows: minmax(280px, auto); }
.bento-card {
  background: var(--bg-surface); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 2.5rem; position: relative;
  overflow: hidden; display: flex; flex-direction: column; 
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.4); }

.card-glow {
  position: absolute; top: -50px; right: -50px; width: 160px; height: 160px;
  filter: blur(60px); opacity: 0.2; z-index: 0; pointer-events: none; transition: opacity 0.3s;
}
.bento-card:hover .card-glow { opacity: 0.45; }
.purple-glow { background: var(--glow-purple); }
.blue-glow { background: var(--glow-blue); }
.green-glow { background: var(--glow-green); }
.orange-glow { background: var(--glow-orange) }

.bento-content { position: relative; z-index: 1; flex-grow: 1; }
.icon-box {
  width: 48px; height: 48px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; color: #FFF;
}
.icon-box svg { width: 24px; height: 24px; }
.bento-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; color: #FFF; }
.bento-card p { font-size: 0.95rem; margin-bottom: 0; }

.card-large { grid-column: span 2; grid-row: span 2; }
.card-wide { grid-column: span 3; display: flex; flex-direction: row; gap: 2rem; }
.card-wide .bento-content { width: 40%; }

.bento-visual {
  margin-top: 2rem; background: #050508; border: 1px solid var(--border-color); border-radius: var(--radius-md);
  padding: 1.5rem; font-family: var(--font-mono); font-size: 0.85rem; flex-grow: 1;
}
.code-line { margin-bottom: 0.5rem; }
.indent { padding-left: 1.5rem; color: var(--text-muted); }
.tag { color: #7ee787; }
.attr { color: #79c0ff; }

/* ---------- MINI TERMINAL (variante de .bento-visual con más contenido, sin espacio muerto) ---------- */
.bento-visual.terminal-mini { padding: 0; display: flex; flex-direction: column; overflow: hidden; }
.terminal-mini-header {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 1.1rem; border-bottom: 1px solid var(--border-color);
}
.terminal-mini-title { font-size: 0.78rem; color: var(--text-muted); }
.terminal-mini-body { padding: 1.35rem 1.1rem; flex-grow: 1; }
.terminal-mini-body .code-line { margin-bottom: 0.55rem; }
.terminal-mini-footer {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.1rem; border-top: 1px solid var(--border-color);
  font-size: 0.78rem; color: var(--text-muted);
}

.dashboard-mockup { display: flex; gap: 1rem; padding: 1rem; }
.dash-sidebar { width: 40px; background: #14141d; border-radius: 4px; }
.dash-main { flex-grow: 1; display: flex; flex-direction: column; gap: 1rem; }
.dash-cards { display: flex; gap: 0.5rem; }
.d-card { flex: 1; height: 40px; background: #14141d; border-radius: 4px; }
.dash-chart { flex-grow: 1; background: linear-gradient(to top, rgba(0, 112, 243, 0.15), transparent); border-bottom: 2px solid var(--glow-blue); border-radius: 4px; }

/* ---------- SECCIÓN COMPARACIÓN ---------- */
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.comp-card {
  padding: 3rem; border-radius: var(--radius-lg); border: 1px solid var(--border-color);
  background: var(--bg-surface); position: relative; overflow: hidden;
}
.comp-tag { display: inline-block; padding: 0.3rem 0.8rem; border-radius: 4px; margin-bottom: 2rem; background: #14141c; color: var(--text-muted); }
.comp-tag.highlight { background: rgba(0, 112, 243, 0.12); color: var(--glow-blue); border: 1px solid rgba(0, 112, 243, 0.3); }
.comp-card ul li { margin-bottom: 1.2rem; display: flex; align-items: flex-start; gap: 10px; font-size: 1.05rem; }
.icon-x { width: 20px; height: 20px; color: #f85149; flex-shrink: 0; margin-top: 3px; }
.icon-check { width: 20px; height: 20px; color: #2ea043; flex-shrink: 0; margin-top: 3px; }
.modern { border-color: rgba(255,255,255,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.glow-border {
  position: absolute; top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--glow-blue), transparent);
}

/* ---------- PIPELINE ---------- */
.pipeline { display: flex; align-items: center; justify-content: space-between; margin-top: 4rem; flex-wrap: wrap; }
.pipe-node { text-align: center; position: relative; z-index: 2; }
.pipe-point { width: 16px; height: 16px; border-radius: 50%; background: #1c1c24; border: 4px solid var(--bg-body); margin: 0 auto 1rem; transition: all 0.3s; }
.pipe-label { color: var(--text-muted); margin-bottom: 0.3rem; }
.pipe-text { font-size: 0.95rem; font-weight: 500; color: #FFF; }
.pipe-line { flex-grow: 1; height: 2px; background: #222; margin: 0 1rem; transform: translateY(-25px); z-index: 1; }
.pipe-line.dashed { background: transparent; border-top: 2px dashed #222; }

/* Intensidad escalonada: el paso 1 apenas se percibe y va encendiendo hasta el paso 4 */
.pipe-node.step-1 .pipe-point { background: #232329; box-shadow: none; opacity: 0.6; }
.pipe-node.step-2 .pipe-point { background: var(--text-muted); box-shadow: 0 0 8px rgba(140, 140, 158, 0.35); }
.pipe-node.step-3 .pipe-point { background: #e4e4ec; box-shadow: 0 0 14px rgba(255, 255, 255, 0.45); }
.pipe-node.step-4 .pipe-point { background: #FFF; box-shadow: 0 0 20px rgba(255, 255, 255, 0.75), 0 0 34px rgba(0, 112, 243, 0.45); }

/* ---------- PROCESO (terminal de ejecución, no tarjetas ni timeline) ---------- */
.process-terminal {
  background: #08080c; border: 1px solid var(--border-color); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.process-body { padding: 1rem 2.75rem 2rem; }
.process-line { display: flex; gap: 1.5rem; }
.process-marker { display: flex; flex-direction: column; align-items: center; width: 12px; flex-shrink: 0; padding-top: 2rem; }
.process-dot {
  width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; background: #232329;
  transition: all 0.3s;
}
.process-connector { width: 2px; flex-grow: 1; min-height: 2.5rem; background: rgba(255,255,255,0.06); margin-top: 6px; }
.process-content { flex: 1; padding: 2rem 0; }
.process-line:not(:last-child) .process-content { border-bottom: 1px dashed rgba(255,255,255,0.06); }
.process-code { font-family: var(--font-mono); font-size: 0.92rem; color: #CCC; margin-bottom: 0.6rem; }
.process-num { color: rgba(255,255,255,0.3); margin-right: 0.85rem; font-weight: 600; }
.process-content h3 { font-size: 1.35rem; margin-bottom: 0.5rem; color: #FFF; }
.process-desc { font-size: 0.95rem; margin-bottom: 0; }

/* Misma lógica de intensidad escalonada que el pipeline, para dar continuidad visual */
.process-line:nth-child(1) .process-dot { background: #3a3a44; }
.process-line:nth-child(2) .process-dot { background: var(--text-muted); box-shadow: 0 0 8px rgba(140,140,158,0.35); }
.process-line:nth-child(3) .process-dot { background: #e4e4ec; box-shadow: 0 0 14px rgba(255,255,255,0.45); }
.process-line:nth-child(4) .process-dot { background: #FFF; box-shadow: 0 0 20px rgba(255,255,255,0.75), 0 0 34px rgba(0,112,243,0.45); }

.process-status {
  display: flex; align-items: center; gap: 0.6rem; padding: 1.5rem 0 0.5rem 1.9rem;
  font-family: var(--font-mono); font-size: 0.9rem; color: var(--text-muted);
}
.process-check { color: var(--glow-green); }
.blink-cursor { width: 8px; height: 15px; background: var(--glow-green); display: inline-block; animation: blinkCursor 1s steps(1) infinite; }
@keyframes blinkCursor { 50% { opacity: 0; } }

@media (max-width: 768px) {
  .process-body { padding: 1rem 1.25rem 1.5rem; }
  .process-line { gap: 1rem; }
  .process-content { padding: 1.5rem 0; }
}

/* ---------- CASOS DE ÉXITO ---------- */
.cases-container { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.case-card {
  background: var(--bg-surface); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 2.5rem; transition: all 0.3s;
  position: relative; overflow: hidden;
}
.case-card:hover { border-color: rgba(255,255,255,0.2); transform: translateY(-4px); }

/* Acento sutil tipo "corner bracket" para que no se sientan tan lisas */
.case-card::before, .case-card::after {
  content: ''; position: absolute; width: 24px; height: 24px;
  border-color: var(--glow-blue); opacity: 0.15; transition: opacity 0.3s, width 0.3s, height 0.3s;
  pointer-events: none;
}
.case-card::before {
  top: 16px; left: 16px; border-top: 2px solid; border-left: 2px solid;
  border-top-left-radius: 6px;
}
.case-card::after {
  bottom: 16px; right: 16px; border-bottom: 2px solid; border-right: 2px solid;
  border-bottom-right-radius: 6px;
}
.case-card:hover::before, .case-card:hover::after { opacity: 0.9; width: 32px; height: 32px; }
.tech-stack { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.tech-stack span { background: #14141c; padding: 0.2rem 0.6rem; border-radius: 4px; border: 1px solid #222230; color: var(--text-muted); }
.case-info h3 { font-size: 1.8rem; margin-bottom: 1.5rem; color: #FFF; }
.case-details p { font-size: 0.95rem; margin-bottom: 0.8rem; }
.case-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1.5rem; font-size: 0.9rem; font-weight: 500; color: #FFF;
  border-bottom: 1px solid var(--border-color); padding-bottom: 3px; transition: border-color 0.2s, color 0.2s;
}
.case-link svg { transition: transform 0.2s; }
.case-link:hover { color: var(--glow-blue); border-color: var(--glow-blue); }
.case-link:hover svg { transform: translate(2px, -2px); }

/* ---------- PRECIOS & FAQ ---------- */
.pricing-faq-section .bento-grid { grid-template-columns: 1fr 1fr; }
.pricing-header { margin-bottom: 2rem; }
.price-amount { font-size: 1.2rem; color: var(--text-muted); margin-top: 1rem; }
.price-amount span { font-size: 4rem; color: #FFF; font-weight: 600; letter-spacing: -0.05em; margin-right: 5px; }
.price-amount .price-iva {
  font-size: 0.75rem; font-family: var(--font-mono); font-weight: 500; letter-spacing: 0.03em;
  color: var(--glow-green); background: rgba(16, 185, 129, 0.1); border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.25rem 0.6rem; border-radius: 99px; vertical-align: middle; margin-left: 0.5rem;
}
.pricing-includes { margin-top: 1rem; font-size: 0.95rem; }
.pricing-features ul li { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; font-size: 1.05rem; color: #DDD; }
.pricing-features svg { width: 20px; height: 20px; color: var(--glow-blue); }
.pricing-benefits { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border-color); color: var(--text-muted); }

.faq-card { padding: 3rem; }
.faq-list { margin-top: 2rem; }
.faq-item { border-bottom: 1px solid var(--border-color); padding: 1.5rem 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item summary { font-size: 1.1rem; font-weight: 500; cursor: pointer; outline: none; list-style: none; display: flex; justify-content: space-between; color: #FFF; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--font-mono); color: var(--text-muted); }
.faq-item[open] summary::after { content: '-'; }
.faq-item p { margin-top: 1rem; margin-bottom: 0; font-size: 0.95rem; }

/* ---------- NUEVO FORMULARIO INTERACTIVO (DISEÑO APP) ---------- */
.contact-wrapper-modern {
  max-width: 800px; margin: 0 auto;
}
.contact-header-content { text-align: center; margin-bottom: 3rem; }
.contact-header-content h2 { font-size: 3rem; margin-bottom: 1rem; color: #FFF; }

.interactive-form-card {
  background: var(--bg-surface); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 3rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.form-section-title { color: var(--glow-blue); margin-bottom: 1.2rem; font-size: 0.9rem; }

/* Tarjetas seleccionables de servicio */
.service-cards-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
}
.selectable-card { cursor: pointer; }
.selectable-card input { display: none; }
.card-inner {
  background: #060609; border: 1px solid var(--border-color); border-radius: var(--radius-md);
  padding: 1.2rem; transition: all 0.25s ease; height: 100%; display: flex; flex-direction: column;
}
.selectable-card:hover .card-inner { border-color: var(--border-hover); background: #090910; }
.selectable-card input:checked + .card-inner {
  border-color: var(--glow-blue); background: rgba(0, 112, 243, 0.05);
  box-shadow: 0 0 15px rgba(0, 112, 243, 0.15);
}
.service-icon { width: 26px; height: 26px; margin-bottom: 0.6rem; display: block; color: var(--text-muted); transition: color 0.25s ease; }
.service-icon svg { width: 100%; height: 100%; display: block; }
.selectable-card input:checked + .card-inner .service-icon { color: var(--glow-blue); }
.service-name { font-weight: 600; color: #FFF; font-size: 1rem; margin-bottom: 0.3rem; display: block; }
.service-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.4; }

.form-inputs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.input-group { margin-bottom: 1rem; }
.input-group label { display: block; margin-bottom: 0.5rem; color: var(--text-muted); }
.input-note {
  display: flex; align-items: flex-start; gap: 0.5rem;
  margin-top: 0.6rem; font-size: 0.85rem; color: var(--text-muted); line-height: 1.4;
}
.input-note svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 0.15rem; color: var(--glow-green); }
.interactive-form-card input[type="text"], 
.interactive-form-card input[type="email"], 
.interactive-form-card input[type="tel"], 
.interactive-form-card textarea {
  width: 100%; padding: 1rem; background: #060609; border: 1px solid var(--border-color);
  border-radius: var(--radius-sm); color: var(--text-main); font-family: var(--font-sans);
  transition: all 0.3s; outline: none;
}
.interactive-form-card input:focus, .interactive-form-card textarea:focus {
  border-color: var(--glow-blue); box-shadow: 0 0 0 2px rgba(0, 112, 243, 0.2);
}
.form-submit-btn { margin-top: 1.5rem; }
.form-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.form-status { min-height: 1.2em; font-size: 0.9rem; margin: 1rem 0 0; }
.form-status-success { color: var(--glow-green); }
.form-status-error { color: #ff5c5c; }

/* Honeypot: oculto para personas, visible para bots que no respetan CSS */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--border-color); padding: 3rem 2rem 1.5rem; max-width: var(--max-width); margin: 0 auto; }
.footer-content { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo { height: 50px; width: auto; display: block; margin-bottom: 0.6rem; }
.footer-brand h3 { margin-bottom: 0.5rem; font-size: 1.2rem; color: #FFF; }
.footer-email {
  display: inline-block;
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  transition: color 0.2s;
}
.footer-email:hover { color: var(--glow-blue); }
.text-small { font-size: 0.85rem; color: var(--text-muted); }
.footer-links { display: flex; align-items: center; gap: 2rem; }
.footer-links a { color: var(--text-muted); font-size: 0.95rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--text-main); }
.footer-bottom { border-top: 1px solid var(--border-color); padding-top: 1.5rem; text-align: center; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .bento-grid, .pricing-faq-section .bento-grid { grid-template-columns: 1fr; }
  .card-large, .card-wide { grid-column: span 1; }
  .card-wide { flex-direction: column; }
  .card-wide .bento-content { width: 100%; }
  .comparison-grid, .cases-container, .process-grid, .form-inputs-grid, .service-cards-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .pipeline { flex-direction: column; gap: 1rem; align-items: flex-start; padding-left: 20px; }
  .pipe-line { height: 30px; width: 2px; margin: 0; transform: translate(6px, 0); }
  .pipe-node { display: flex; gap: 1rem; align-items: center; text-align: left; }
  .pipe-point { margin: 0; }
  .footer-content { flex-direction: column; gap: 2rem; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero-section { padding: 9rem 1.5rem 4rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
  .hero-content { text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-title { font-size: 2.6rem; text-align: center; }
  .hero-subtitle { margin: 0 auto 2.5rem; text-align: center; }
  .hero-actions { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto 2.5rem; justify-content: center; }
  .hero-stats { justify-content: center; flex-wrap: wrap; row-gap: 1.25rem; }
  .hero-stat { align-items: center; }
  .hero-stat-label { max-width: none; text-align: center; }
  .process-grid { grid-template-columns: 1fr; }
  .interactive-form-card { padding: 1.5rem; }
}
/* =========================================
   INDEX — PRECIOS Y FAQ SEPARADOS
   ========================================= */
.pricing-standalone {
  margin-top: 1rem;
  perspective: 1400px;
}
.pricing-standalone .pricing-card {
  position: relative;
}

/* ---------- TARJETA DE PRECIO CON EFECTO 3D ---------- */
.pricing-card-3d {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.pricing-card-3d.tilting {
  transition: transform 0.08s ease-out, box-shadow 0.4s ease;
  box-shadow: 0 30px 60px rgba(0,0,0,0.55), 0 0 45px rgba(0,112,243,0.18);
}
.pricing-card-shine {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.14), transparent 55%);
  transition: opacity 0.4s ease;
  border-radius: inherit;
}
.pricing-card-3d.tilting .pricing-card-shine { opacity: 1; }
.pricing-card-3d .pricing-header h3,
.pricing-card-3d .price-amount,
.pricing-card-3d .form-submit-btn,
.pricing-card-3d > a.btn-primary {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pricing-card-3d.tilting .pricing-header h3 { transform: translateZ(35px); }
.pricing-card-3d.tilting .price-amount { transform: translateZ(50px); }
.pricing-card-3d.tilting > a.btn-primary { transform: translateZ(25px); }
.pricing-benefits {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  color: var(--text-muted);
  font-size: 0.95rem;
}
.pricing-benefits p {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.faq-standalone {
  padding-top: 2rem;
}
.faq-standalone .faq-item {
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
.faq-standalone .faq-item:last-child {
  border-bottom: none;
}
.faq-standalone .faq-item summary {
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}
.faq-standalone .faq-item summary::-webkit-details-marker { display: none; }
.faq-standalone .faq-item summary::after {
  content: '+';
  font-family: var(--font-mono);
  color: var(--text-muted);
  font-size: 1.25rem;
}
.faq-standalone .faq-item[open] summary::after { content: '−'; }
.faq-standalone .faq-item p {
  margin-top: 0.85rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ---------- FAQ animado (checkbox, sin JS, sin el corte rígido de <details>) ---------- */
.faq-toggle { position: absolute; opacity: 0; pointer-events: none; }
.faq-question {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-size: 1.1rem; font-weight: 500; color: #FFF; cursor: pointer; padding: 1.35rem 0;
}
.faq-icon {
  position: relative; width: 16px; height: 16px; flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; top: 50%; left: 50%; background: var(--text-muted);
  transition: background 0.3s;
}
.faq-icon::before { width: 100%; height: 1.5px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 1.5px; height: 100%; transform: translate(-50%, -50%); }
.faq-toggle:checked ~ .faq-question .faq-icon { transform: rotate(135deg); }
.faq-toggle:checked ~ .faq-question .faq-icon::before,
.faq-toggle:checked ~ .faq-question .faq-icon::after { background: var(--glow-blue); }
.faq-toggle:checked ~ .faq-question { color: #FFF; }

.faq-answer {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-toggle:checked ~ .faq-answer { grid-template-rows: 1fr; }
.faq-answer-inner { overflow: hidden; }
.faq-answer-inner p {
  padding-bottom: 1.35rem; font-size: 1rem; color: var(--text-muted); line-height: 1.65;
  opacity: 0; transform: translateY(-6px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}
.faq-toggle:checked ~ .faq-answer .faq-answer-inner p { opacity: 1; transform: translateY(0); }

/* Link estilo dentro de cards */
.build-link {
  transition: color 0.2s, gap 0.2s;
}
.build-link:hover {
  color: #FFF !important;
}

/* =========================================
   SERVICIOS PAGE — UNIFIED WITH INDEX
   ========================================= */
.page-hero {
  padding: 11rem 2rem 4rem;
  text-align: center;
  max-width: var(--max-width);
  margin: 0 auto;
}
.page-hero .hero-eyebrow { justify-content: center; margin-bottom: 1.5rem; }
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: #FFF;
  margin-bottom: 1.25rem;
}
.page-hero .lead {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  font-size: 1.15rem;
}
.quick-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.quick-nav a {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 0.5rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: 99px;
  background: var(--bg-surface);
  transition: all 0.25s ease;
}
.quick-nav a:hover {
  border-color: var(--glow-blue);
  color: #FFF;
  background: rgba(0, 112, 243, 0.08);
}

.service-detail {
  padding: 5rem 2rem;
  max-width: var(--max-width);
  margin: 0 auto;
  border-bottom: 1px solid var(--border-color);
}
.service-detail:last-of-type { border-bottom: none; }
.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.service-detail.reverse .service-detail-grid { direction: rtl; }
.service-detail.reverse .service-detail-grid > * { direction: ltr; }
.service-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--glow-blue);
  background: rgba(0, 112, 243, 0.1);
  border: 1px solid rgba(0, 112, 243, 0.25);
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.service-detail h3 {
  font-size: 1.9rem;
  color: #FFF;
  margin-bottom: 1rem;
}
.service-detail .svc-desc {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}
.service-for {
  font-size: 0.95rem;
  color: var(--text-muted);
  padding: 1rem 1.25rem;
  background: rgba(0, 112, 243, 0.05);
  border-left: 3px solid var(--glow-blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 1.5rem;
}
.service-for strong { color: #FFF; }
.service-features {
  list-style: none;
  margin-bottom: 1.75rem;
}
.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}
.service-features li::before {
  content: '✓';
  color: var(--glow-green);
  font-family: var(--font-mono);
  font-weight: 600;
  flex-shrink: 0;
}
.service-mock {
  background: #08080c;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.service-mock .mockup-header {
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.service-mock .mockup-body {
  padding: 1.75rem;
  min-height: 220px;
}
.wf-bar {
  height: 12px;
  border-radius: 4px;
  background: rgba(255,255,255,0.07);
  margin-bottom: 10px;
}
.wf-lg { width: 90%; height: 22px; }
.wf-md { width: 65%; }
.wf-sm { width: 42%; margin-bottom: 1.5rem; }
.wf-btn {
  width: 140px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0070F3, #7928CA);
}
.wf-pagerow {
  display: flex;
  gap: 6px;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.wf-pagerow span {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-muted);
  padding: 5px 12px;
  border: 1px solid var(--border-color);
  border-radius: 99px;
}
.wf-pagerow span.active {
  color: var(--glow-blue);
  border-color: rgba(0, 112, 243, 0.4);
}
.wf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.wf-photo {
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(0,112,243,0.2), rgba(255,255,255,0.03));
  border: 1px solid var(--border-color);
}
.wf-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.wf-product .wf-bar { height: 8px; margin-bottom: 4px; }
.wf-cat {
  font-family: var(--font-mono);
  color: var(--glow-blue);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border-color);
}
.wf-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.wf-item .wf-name {
  flex: 1;
  height: 10px;
  border-radius: 3px;
  background: rgba(255,255,255,0.07);
}
.wf-item .wf-price {
  width: 18%;
  height: 10px;
  border-radius: 3px;
  background: rgba(0, 112, 243, 0.4);
}
.wf-cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 1.25rem;
}
.wf-cal div {
  aspect-ratio: 1;
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
}
.wf-cal div.selected {
  background: linear-gradient(135deg, #0070F3, #7928CA);
  box-shadow: 0 0 12px rgba(0,112,243,0.4);
}
.wf-slot {
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  padding: 6px 12px;
  border: 1px solid var(--border-color);
  border-radius: 99px;
  margin: 0 6px 6px 0;
}
.wf-slot.active {
  color: #000;
  background: #FFF;
  border-color: transparent;
  font-weight: 600;
}
.wf-stats {
  display: flex;
  gap: 12px;
  margin-bottom: 1.25rem;
}
.wf-stat {
  flex: 1;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 14px;
}
.wf-stat .wf-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.25rem;
  color: var(--glow-blue);
  font-weight: 600;
  margin-bottom: 2px;
}
.wf-stat .wf-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-muted);
}
.wf-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 80px;
}
.wf-chart div {
  flex: 1;
  background: linear-gradient(180deg, rgba(0,112,243,0.7), rgba(0,112,243,0.1));
  border-radius: 4px 4px 0 0;
}
.wf-chat-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 10px;
}
.wf-chat-bubble.user {
  background: rgba(255,255,255,0.06);
  color: var(--text-muted);
  border-bottom-left-radius: 4px;
}
.wf-chat-bubble.bot {
  background: rgba(0,112,243,0.12);
  border: 1px solid rgba(0,112,243,0.25);
  color: #FFF;
  margin-left: auto;
  border-bottom-right-radius: 4px;
}

.collab-section {
  padding: 6rem 2rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.collab-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 4rem 3rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
/* Textura alterna: la misma retícula de puntos del fondo del sitio, contenida dentro de la tarjeta */
.collab-box::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at 50% 25%, black 0%, transparent 75%);
  pointer-events: none;
}
/* Resplandor suave detrás del título, como los glow-orb del fondo general */
.collab-box::after {
  content: "";
  position: absolute;
  top: -35%; left: 50%; transform: translateX(-50%);
  width: 480px; height: 480px;
  background: var(--glow-blue);
  filter: blur(110px);
  opacity: 0.18;
  border-radius: 50%;
  pointer-events: none;
}
.collab-box > * { position: relative; z-index: 1; }
.collab-box h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: #FFF;
  margin-bottom: 1rem;
}
.collab-box p {
  max-width: 520px;
  margin: 0 auto 2rem;
}

@media (max-width: 900px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service-detail.reverse .service-detail-grid { direction: ltr; }
  .collab-box { padding: 2.5rem 1.5rem; }
}

/* =========================================
   SCROLL REVEAL
   ========================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger suave en grids de tarjetas */
.bento-grid .reveal:nth-child(1) { transition-delay: 0.05s; }
.bento-grid .reveal:nth-child(2) { transition-delay: 0.12s; }
.bento-grid .reveal:nth-child(3) { transition-delay: 0.18s; }
.bento-grid .reveal:nth-child(4) { transition-delay: 0.24s; }

.comparison-grid .reveal:nth-child(1) { transition-delay: 0.05s; }
.comparison-grid .reveal:nth-child(2) { transition-delay: 0.15s; }

.cases-container .reveal:nth-child(1) { transition-delay: 0.05s; }
.cases-container .reveal:nth-child(2) { transition-delay: 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================
    NUEVO DISEÑO: CONSOLA DE ESPECIFICACIONES (CTA)
   ========================================= */
.custom-request-console {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.6);
  position: relative;
  transition: border-color 0.3s ease;
}

.custom-request-console:hover {
  border-color: var(--border-hover);
}

.crc-header {
  background: #08080c;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crc-dots {
  display: flex;
  gap: 6px;
}

.crc-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #222;
}

.crc-title {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.crc-status-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--glow-green);
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
}

.status-pulse {
  width: 6px;
  height: 6px;
  background: var(--glow-green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--glow-green);
  animation: pulseStatus 2s infinite;
}

@keyframes pulseStatus {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.4; }
  100% { transform: scale(1); opacity: 1; }
}

.crc-body {
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}

/* Efecto de brillo de fondo sutil */
.custom-request-console::before {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: var(--glow-purple);
  filter: blur(100px);
  opacity: 0.15;
  pointer-events: none;
}

.crc-specs-grid {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.crc-spec-item {
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
}

.crc-action-box {
  background: #060609;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.crc-terminal-prompt {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--text-muted);
  background: #030305;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
}

@media (max-width: 900px) {
  .crc-body {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2rem;
  }
}