/* ==========================================================================
   VilaTec 2.0 — CSS de Bolsa de Horas de Sistemas
   Estética Premium Cyberpunk & Glassmorphic con Acentos Cian, Oro/Naranja y HUD
   Maquetación de Altísima Gama - Edición Nueva Web 2026
   ========================================================================== */

#sistemas-bolsa-page {
    background-color: #0b1120; /* Slate 900 */
    color: #f3f4f6;
    overflow-x: hidden;
}

/* Asegurar centrado perfecto de todos los botones de la página */
#sistemas-bolsa-page .btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

/* ─── Hero Section ─── */
.bolsa-hero {
    position: relative;
    padding: 14rem 0 9rem;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 10% 20%, rgba(0, 240, 255, 0.05) 0%, transparent 60%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.bolsa-hero__bg-image {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 55%;
    background-size: cover;
    background-position: center;
    mask-image: linear-gradient(to left, black 40%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 40%, transparent 100%);
    z-index: 0;
    opacity: 0.28;
    filter: saturate(0.85) contrast(1.1);
}

.bolsa-hero__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, #05070a 2%, transparent 50%, #0b1120 98%);
    z-index: 1;
    pointer-events: none;
}

.bolsa-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 1.4rem;
    background: rgba(0, 240, 255, 0.05);
    border: 1px solid rgba(0, 240, 255, 0.25);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #00f0ff;
    text-transform: uppercase;
    margin-bottom: 2.2rem;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.05);
    animation: float-slow 4s ease-in-out infinite alternate;
}

.bolsa-hero__title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin-bottom: 1.8rem;
    color: #ffffff;
}

.bolsa-hero__highlight {
    background: linear-gradient(135deg, #00f0ff 0%, #3b82f6 50%, #ff9d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(0 2px 10px rgba(0, 240, 255, 0.1));
}

.bolsa-hero__desc {
    max-width: 38rem;
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 3rem;
    font-weight: 300;
}

.bolsa-hero__ctas {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.bolsa-hero__ctas .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bolsa-hero__ctas .btn:hover {
    transform: translateY(-3px);
}

/* ─── HUD de Destacados Rápidos ─── */
.bolsa-hud {
    padding: 5rem 0;
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom, #0b1120, #0c1222);
}

.bolsa-hud__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.bolsa-hud__card {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 3rem 2.25rem;
    text-align: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.bolsa-hud__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 100%, rgba(0, 240, 255, 0.03) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

.bolsa-hud__card:hover {
    border-color: rgba(0, 240, 255, 0.25);
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 240, 255, 0.06), inset 0 0 15px rgba(0, 240, 255, 0.02);
}

.bolsa-hud__card:hover::before {
    opacity: 1;
}

.bolsa-hud__icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    border-radius: 18px;
    background: rgba(0, 240, 255, 0.03);
    border: 1px solid rgba(0, 240, 255, 0.15);
    color: #00f0ff;
    margin-bottom: 1.8rem;
    font-size: 3.5rem;
    transition: all 0.4s ease;
}

.bolsa-hud__icon-wrapper span.material-symbols-outlined {
    font-size: 3.5rem;
}

.bolsa-hud__card:hover .bolsa-hud__icon-wrapper {
    background: rgba(0, 240, 255, 0.08);
    border-color: #00f0ff;
    box-shadow: 0 0 18px rgba(0, 240, 255, 0.25);
    color: #ffffff;
    transform: scale(1.05) rotate(5deg);
}

.bolsa-hud__val {
    font-size: 1.45rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.bolsa-hud__desc {
    color: #9ca3af;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 300;
}

/* ─── Sección Packs de Horas (Bordes Resplandecientes y Glows) ─── */
.bolsa-packs {
    padding: 8rem 0;
    background-color: #0c1222;
    position: relative;
}

.bolsa-packs::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.03), transparent);
}

.bolsa-packs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 5rem;
}

.bolsa-pack-card {
    position: relative;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.01) 0%, rgba(11, 17, 32, 0.85) 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 26px;
    padding: 4rem 2.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

/* Bordes Resplandecientes Interactivos */
.bolsa-pack-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(to right, transparent, rgba(0, 240, 255, 0.2), transparent);
    transition: all 0.5s ease;
    z-index: 2;
}

.bolsa-pack-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(0, 240, 255, 0.03) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.bolsa-pack-card:hover {
    border-color: rgba(0, 240, 255, 0.35);
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 240, 255, 0.08), inset 0 0 25px rgba(0, 240, 255, 0.03);
}

.bolsa-pack-card:hover::before {
    background: linear-gradient(to right, transparent, #00f0ff, transparent);
    height: 4px;
}

.bolsa-pack-card:hover::after {
    opacity: 1;
}

/* Pack Recomendado (Naranja / Oro Premium) */
.bolsa-pack-card--recommended {
    border-color: rgba(255, 157, 0, 0.3);
    background: radial-gradient(circle at 50% 0%, rgba(255, 157, 0, 0.06) 0%, rgba(11, 17, 32, 0.9) 100%);
    transform: translateY(-10px);
    box-shadow: 0 30px 65px rgba(255, 157, 0, 0.08);
}

.bolsa-pack-card--recommended::before {
    background: linear-gradient(to right, transparent, #ff9d00, transparent);
    height: 4px;
}

.bolsa-pack-card--recommended::after {
    background: radial-gradient(circle at 50% 0%, rgba(255, 157, 0, 0.06) 0%, transparent 70%);
    opacity: 1;
}

.bolsa-pack-card--recommended .bolsa-pack-card__badge {
    background: rgba(255, 157, 0, 0.08);
    border-color: rgba(255, 157, 0, 0.35);
    color: #ff9d00;
    box-shadow: 0 0 15px rgba(255, 157, 0, 0.05);
}

.bolsa-pack-card--recommended:hover {
    border-color: rgba(255, 157, 0, 0.6);
    transform: translateY(-14px);
    box-shadow: 0 40px 80px rgba(255, 157, 0, 0.16), inset 0 0 30px rgba(255, 157, 0, 0.04);
}

.bolsa-pack-card--recommended:hover::before {
    background: linear-gradient(to right, transparent, #ff9d00, #ffffff, #ff9d00, transparent);
}

/* Elementos de la Tarjeta */
.bolsa-pack-card__badge {
    display: inline-flex;
    padding: 0.45rem 1.25rem;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}

.bolsa-pack-card__hours {
    font-size: clamp(3.8rem, 6vw, 5.2rem);
    font-weight: 900;
    line-height: 0.9;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    position: relative;
    z-index: 1;
    letter-spacing: -0.03em;
}

.bolsa-pack-card__hours span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #6b7280;
}

.bolsa-pack-card__price-box {
    margin: 2rem 0 3rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bolsa-pack-card__price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.bolsa-pack-card__hourly {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.4rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
}

.bolsa-pack-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 3.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.bolsa-pack-card__features li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.9rem;
    color: #9ca3af;
    font-weight: 300;
}

.bolsa-pack-card__features li span.material-symbols-outlined {
    font-size: 1.25rem;
    color: #10b981;
    flex-shrink: 0;
}

.bolsa-pack-card__features li.disabled {
    opacity: 0.35;
}

.bolsa-pack-card__features li.disabled span.material-symbols-outlined {
    color: #ef4444;
}

.bolsa-pack-card__btn {
    width: 100%;
    margin-top: auto;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 12px;
}

/* Telemetría HUD */
.bolsa-pack-card__telemetry {
    width: 100%;
    border-top: 1px dashed rgba(255, 255, 255, 0.05);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    color: #4b5563;
    position: relative;
    z-index: 1;
    letter-spacing: 0.05em;
}


/* ─── Flujo Asimétrico de Pasos ─── */
.bolsa-pasos {
    padding: 8rem 0;
    background-color: #0b1120;
    position: relative;
    overflow: hidden;
}

.bolsa-pasos__mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.7;
    pointer-events: none;
}

.bolsa-pasos__subtitle {
    color: #ff9d00;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bolsa-pasos__flow {
    position: relative;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

/* Conector Cyberpunk */
.bolsa-pasos__connector {
    position: absolute;
    left: 80px;
    top: 60px;
    bottom: 60px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 240, 255, 0.05) 0%, rgba(255, 157, 0, 0.1) 50%, rgba(16, 185, 129, 0.05) 100%);
    z-index: 1;
}

.bolsa-pasos__connector-glow {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 80px;
    background: linear-gradient(to bottom, transparent, #00f0ff, transparent);
    animation: flow-pulse 6s infinite linear;
}

/* Pasos asimétricos individuales */
.bolsa-pasos__step {
    position: relative;
    z-index: 2;
    width: 100%;
}

.bolsa-paso-card {
    position: relative;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    padding: 3rem;
    max-width: 680px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

/* Alineaciones asimétricas de los pasos */
.bolsa-pasos__step--1 {
    align-self: flex-start;
    padding-left: 140px;
}

.bolsa-pasos__step--2 {
    align-self: center;
    padding-left: 0;
    max-width: 760px;
}

.bolsa-pasos__step--3 {
    align-self: flex-end;
    padding-right: 140px;
    display: flex;
    justify-content: flex-end;
}

.bolsa-pasos__step--3 .bolsa-paso-card {
    width: 100%;
}

/* Efectos al pasar el ratón */
.bolsa-paso-card:hover {
    background: rgba(255, 255, 255, 0.02);
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}

.bolsa-pasos__step--1 .bolsa-paso-card:hover {
    border-color: rgba(0, 240, 255, 0.3);
    box-shadow: 0 25px 50px rgba(0, 240, 255, 0.05);
}

.bolsa-pasos__step--2 .bolsa-paso-card:hover {
    border-color: rgba(255, 157, 0, 0.3);
    box-shadow: 0 25px 50px rgba(255, 157, 0, 0.05);
}

.bolsa-pasos__step--3 .bolsa-paso-card:hover {
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.05);
}

/* Iconos de Pasos */
.bolsa-paso-card__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(0, 240, 255, 0.03);
    border: 1px solid rgba(0, 240, 255, 0.15);
    color: #00f0ff;
    margin-bottom: 1.75rem;
    font-size: 1.7rem;
    transition: all 0.4s ease;
}

.bolsa-paso-card:hover .bolsa-paso-card__icon {
    transform: scale(1.1);
}

.bolsa-pasos__step--1 .bolsa-paso-card:hover .bolsa-paso-card__icon {
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.25);
    color: #ffffff;
    background: rgba(0, 240, 255, 0.1);
}

.bolsa-pasos__step--2 .bolsa-paso-card:hover .bolsa-paso-card__icon {
    box-shadow: 0 0 15px rgba(255, 157, 0, 0.25);
    color: #ffffff;
    background: rgba(255, 157, 0, 0.1);
}

.bolsa-pasos__step--3 .bolsa-paso-card:hover .bolsa-paso-card__icon {
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.25);
    color: #ffffff;
    background: rgba(16, 185, 129, 0.1);
}

/* Títulos y Contenidos */
.bolsa-paso-card__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.bolsa-paso-card__desc {
    color: #9ca3af;
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 2rem;
}

/* Números Gigantes Translúcidos en el fondo */
.bolsa-paso-card__number {
    position: absolute;
    right: 2rem;
    bottom: -1rem;
    font-family: 'Inter', sans-serif;
    font-size: 9.5rem;
    font-weight: 900;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    transition: all 0.5s ease;
}

.bolsa-pasos__step--1 .bolsa-paso-card__number {
    color: #00f0ff;
}

.bolsa-pasos__step--2 .bolsa-paso-card__number {
    color: #ff9d00;
}

.bolsa-pasos__step--3 .bolsa-paso-card__number {
    color: #10b981;
}

.bolsa-paso-card:hover .bolsa-paso-card__number {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.07;
}

/* Telemetría local del paso */
.bolsa-paso-card__hud {
    border-top: 1px dashed rgba(255, 255, 255, 0.04);
    padding-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    color: rgba(0, 240, 255, 0.4);
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}


/* ─── Simulador HUD Interactivo ─── */
.bolsa-sim {
    padding: 8rem 0;
    background-color: #0b1120;
    position: relative;
}

.bolsa-sim__card {
    background: radial-gradient(circle at 0% 0%, rgba(0, 240, 255, 0.015) 0%, rgba(11, 15, 25, 0.85) 100%);
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 28px;
    padding: 5rem;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.55), 0 0 50px rgba(0, 240, 255, 0.02);
}

.bolsa-sim__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
}

.bolsa-sim__controls {
    display: flex;
    flex-direction: column;
}

.bolsa-sim__subtitle {
    color: #00f0ff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.bolsa-sim__title {
    font-size: 2.4rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.8rem;
    letter-spacing: -0.02em;
}

.bolsa-sim__desc {
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 3rem;
    font-weight: 300;
}

/* Selector de pack dentro del simulador */
.bolsa-sim__pack-selector {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 3rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    border-radius: 14px;
}

.bolsa-sim__pack-btn {
    flex: 1;
    background: transparent;
    border: none;
    color: #9ca3af;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.95rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'JetBrains Mono', monospace;
}

.bolsa-sim__pack-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.bolsa-sim__pack-btn--active {
    background: #00f0ff !important;
    color: #05070a !important;
    box-shadow: 0 4px 20px rgba(0, 240, 255, 0.35) !important;
    font-weight: 800 !important;
}

/* Lista de tareas para simular */
.bolsa-sim__tasks {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.bolsa-sim__task-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 1.2rem 1.8rem;
    transition: all 0.35s ease;
}

.bolsa-sim__task-row:hover {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.bolsa-sim__task-row--active {
    border-color: rgba(0, 240, 255, 0.25);
    background: rgba(0, 240, 255, 0.02);
}

.bolsa-sim__task-info {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.bolsa-sim__task-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.bolsa-sim__task-hours {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #00f0ff;
    font-weight: 600;
}

.bolsa-sim__task-row--active .bolsa-sim__task-name {
    color: #00f0ff;
}

/* Switch styling */
.bolsa-sim__switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    flex-shrink: 0;
}

.bolsa-sim__switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.bolsa-sim__slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 24px;
}

.bolsa-sim__slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #9ca3af;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
}

.bolsa-sim__switch input:checked + .bolsa-sim__slider {
    background-color: rgba(0, 240, 255, 0.15);
    border-color: #00f0ff;
}

.bolsa-sim__switch input:checked + .bolsa-sim__slider:before {
    transform: translateX(22px);
    background-color: #00f0ff;
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.7);
}

/* Panel de Telemetría Derecha */
.bolsa-sim__telemetry {
    background: #060910;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.85);
    position: relative;
    overflow: hidden;
}

.bolsa-sim__telemetry::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 240, 255, 0.03) 0%, transparent 80%);
    pointer-events: none;
}

.bolsa-sim__hud-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #4b5563;
    letter-spacing: 0.18em;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.bolsa-sim__hud-dot {
    width: 7px;
    height: 7px;
    background-color: #00f0ff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00f0ff;
}

.bolsa-sim__hud-dot--warning {
    background-color: #ef4444;
    box-shadow: 0 0 10px #ef4444;
}

/* Medidor Circular */
.bolsa-sim__progress-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.5s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.4s ease;
    transform-origin: 50% 50%;
}

.bolsa-sim__progress-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bolsa-sim__progress-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.bolsa-sim__progress-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #4b5563;
    margin-top: 0.6rem;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* Consola de Comandos Simulada */
.bolsa-sim__hud-terminal {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    margin-top: 2.5rem;
    min-height: 105px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.bolsa-sim__hud-line {
    color: #556277;
    line-height: 1.4;
}

.bolsa-sim__hud-line span {
    color: #00f0ff;
}

.bolsa-sim__hud-line--warning span {
    color: #ef4444 !important;
}


/* ─── Showroom Premium ─── */
.bolsa-showroom {
    padding: 8rem 0;
    background-color: #0c1222;
}

.bolsa-showroom__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 5rem;
}

.bolsa-showroom__card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 440px;
    display: flex;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.02);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.55);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.bolsa-showroom__card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.32;
    filter: saturate(0.7) contrast(1.2);
    transition: all 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.bolsa-showroom__card-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(5, 7, 10, 0.98) 12%, rgba(5, 7, 10, 0.6) 65%, transparent 100%);
    z-index: 1;
    transition: all 0.5s ease;
}

.bolsa-showroom__card-content {
    position: relative;
    z-index: 2;
    padding: 3rem;
    width: 100%;
}

.bolsa-showroom__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    background: rgba(0, 240, 255, 0.06);
    border: 1px solid rgba(0, 240, 255, 0.25);
    border-radius: 100px;
    font-size: 0.68rem;
    font-weight: 800;
    color: #00f0ff;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.bolsa-showroom__card-title {
    font-size: 1.55rem;
    font-weight: 850;
    color: #ffffff;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    letter-spacing: -0.015em;
}

.bolsa-showroom__card-desc {
    color: #9ca3af;
    font-size: 0.9rem;
    line-height: 1.7;
    font-weight: 300;
}

.bolsa-showroom__card:hover {
    border-color: rgba(0, 240, 255, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 35px 65px rgba(0, 240, 255, 0.06);
}

.bolsa-showroom__card:hover .bolsa-showroom__card-bg {
    transform: scale(1.08) rotate(1deg);
    opacity: 0.45;
    filter: saturate(0.95) contrast(1.15);
}

.bolsa-showroom__card:hover .bolsa-showroom__card-overlay {
    background: linear-gradient(to top, rgba(5, 7, 10, 0.98) 20%, rgba(5, 7, 10, 0.5) 70%, transparent 100%);
}


/* ─── CTA Final ─── */
.bolsa-cta {
    padding: 8rem 0;
    background-color: #0b1120;
}

.bolsa-cta__card {
    background: linear-gradient(135deg, rgba(11, 17, 32, 0.9) 0%, rgba(0, 240, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 28px;
    padding: 6rem 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
}

.bolsa-cta__glow {
    position: absolute;
    top: -50%; left: 50%; transform: translateX(-50%);
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.12) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
    filter: blur(40px);
}

.bolsa-cta__inner {
    position: relative;
    z-index: 1;
}

.bolsa-cta__btns .btn {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bolsa-cta__btns .btn:hover {
    transform: translateY(-3px);
}


/* ─── Modal Premium LaIA ─── */
#laiaModal {
    animation: fade-in 0.35s ease-out;
}

#laiaModal > div {
    border-color: rgba(0, 240, 255, 0.3) !important;
    background: #090e17 !important;
}

#laiaChatArea::-webkit-scrollbar {
    width: 6px;
}

#laiaChatArea::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
}

#laiaChatArea::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
}

#laiaChatArea::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 240, 255, 0.3);
}

.laia-content-bubble {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Animaciones de LaIA */
@keyframes pulse-laia {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 240, 255, 0));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.45));
    }
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 240, 255, 0));
    }
}

@keyframes pulse-laia-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 240, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(0, 240, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 240, 255, 0);
    }
}

@keyframes modal-fadein {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Asignar animaciones a clases */
.pulse-laia-animation {
    animation: pulse-laia 2s infinite ease-in-out;
}


/* ==========================================================================
   DISEÑO RESPONSIVO
   ========================================================================== */

/* Portátiles y pantallas medianas */
@media (max-width: 1200px) {
    .bolsa-pasos__step--1 {
        padding-left: 100px;
    }
    
    .bolsa-pasos__step--3 {
        padding-right: 100px;
    }
    
    .bolsa-pasos__connector {
        left: 50px;
    }
}

@media (max-width: 992px) {
    .bolsa-hero {
        padding: 12rem 0 7rem;
    }
    
    .bolsa-hero__bg-image {
        width: 100%;
        opacity: 0.14;
    }

    .bolsa-hud__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .bolsa-packs__grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .bolsa-pack-card--recommended {
        transform: translateY(0);
    }
    
    .bolsa-pack-card--recommended:hover {
        transform: translateY(-6px);
    }

    .bolsa-sim__grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .bolsa-sim__card {
        padding: 3.5rem 2.5rem;
    }

    .bolsa-showroom__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Adaptación del flujo de pasos a tabletas */
    .bolsa-pasos__flow {
        gap: 3rem;
    }
    
    .bolsa-pasos__step {
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-self: stretch !important;
    }
    
    .bolsa-paso-card {
        max-width: 100%;
    }
    
    .bolsa-pasos__connector {
        display: none;
    }
}

/* Móviles */
@media (max-width: 576px) {
    .bolsa-hero__title {
        font-size: 2.2rem;
        line-height: 1.25;
    }

    .bolsa-hero__ctas {
        flex-direction: column;
        align-items: stretch;
    }
    
    .bolsa-hero__ctas .btn {
        text-align: center;
        justify-content: center;
        white-space: normal;
        font-size: 0.8rem;
        padding: 0.95rem 1.25rem;
        line-height: 1.4;
    }

    .bolsa-pack-card {
        padding: 3rem 1.75rem;
    }
    
    .bolsa-paso-card {
        padding: 2.25rem 1.5rem;
    }
    
    .bolsa-paso-card__number {
        font-size: 6.5rem;
        right: 1rem;
        bottom: -0.75rem;
    }

    .bolsa-sim__card {
        padding: 2.5rem 1.5rem;
    }

    .bolsa-sim__title {
        font-size: 1.85rem;
    }

    .bolsa-sim__pack-selector {
        flex-direction: column;
        gap: 0.5rem;
    }

    .bolsa-sim__task-row {
        padding: 1rem 1.15rem;
        gap: 0.85rem;
    }

    .bolsa-sim__task-name {
        font-size: 0.88rem;
        line-height: 1.35;
    }

    .bolsa-sim__task-meta {
        gap: 0.75rem;
        margin-top: 0.45rem;
    }

    .bolsa-sim__multiplier-inline {
        gap: 0.45rem;
    }

    .bolsa-sim__counter-btn {
        width: 20px;
        height: 20px;
        font-size: 0.85rem;
    }

    .task-multiplier-input {
        width: 22px;
        font-size: 0.75rem;
    }

    .bolsa-sim__telemetry {
        padding: 2.25rem 1.5rem;
    }
    
    .bolsa-sim__hud-terminal {
        padding: 1.25rem;
        font-size: 0.7rem;
    }

    .bolsa-showroom__card {
        min-height: 380px;
    }

    .bolsa-showroom__card-content {
        padding: 2rem;
    }

    .bolsa-cta__card {
        padding: 4rem 1.5rem;
    }

    .bolsa-cta__btns {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem !important;
        margin-top: 2rem !important;
    }

    .bolsa-cta__btns .btn {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        white-space: normal !important;
        font-size: 0.8rem !important;
        padding: 1.15rem 1.25rem !important;
        line-height: 1.45 !important;
    }
}

/* ─── Animaciones Generales ─── */
@keyframes float-slow {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes flow-pulse {
    0% { top: 0%; opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

@keyframes pulse-opacity {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}

/* Contenedor meta de la tarea (Horas + Multiplicador alineados) */
.bolsa-sim__task-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

/* Multiplicador y Contador Cyberpunk del Simulador */
.bolsa-sim__multiplier-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Estado inactivo / atenuado */
.bolsa-sim__multiplier-inline--disabled {
    opacity: 0.25;
    pointer-events: none;
    filter: saturate(0.5);
}

.bolsa-sim__multiplier-inline--disabled .bolsa-sim__counter {
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

.bolsa-sim__multiplier-inline--disabled .bolsa-sim__counter-btn {
    color: #4b5563;
}

.bolsa-sim__counter {
    display: inline-flex;
    align-items: center;
    background: rgba(5, 7, 10, 0.6);
    border: 1px solid rgba(0, 240, 255, 0.25);
    border-radius: 8px;
    padding: 1px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 240, 255, 0.05);
    transition: all 0.3s ease;
}

.bolsa-sim__counter:focus-within {
    border-color: #00f0ff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 240, 255, 0.2);
}

.bolsa-sim__counter-btn {
    background: transparent;
    border: none;
    color: #00f0ff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
    border-radius: 5px;
}

.bolsa-sim__counter-btn:hover {
    background: rgba(0, 240, 255, 0.15);
    color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.35);
}

.bolsa-sim__counter-btn:active {
    transform: scale(0.88);
}

.task-multiplier-input {
    width: 26px;
    background: transparent;
    border: none;
    color: #ffffff;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.task-multiplier-input::-webkit-outer-spin-button,
.task-multiplier-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

