.elementor-4359 .elementor-element.elementor-element-9b29196{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e602ca *//* TECH SHOW ECUADOR 2026 — PRÓXIMAMENTE */

.tsp-section {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
  padding: 60px 24px;
}

/* Fondo Ken Burns — idéntico al resto del sitio */
.tsp-bg {
  position: fixed; inset: -6%; z-index: 0;
  background-image: url('https://techshowecuador.com/wp-content/uploads/2026/02/BANNER-ULTIMO-FERIA.jpg.jpeg');
  background-size: cover; background-position: center;
  animation: tspKB 24s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes tspKB {
  0%   { transform: scale(1.0)  translate(0%,0%); }
  50%  { transform: scale(1.07) translate(-1%,-0.5%); }
  100% { transform: scale(1.0)  translate(1%, 0.5%); }
}
.tsp-overlay {
  position: fixed; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom, rgba(3,4,16,.92), rgba(3,4,16,.88)),
    linear-gradient(135deg, rgba(58,181,255,.05) 0%, transparent 50%),
    linear-gradient(225deg, rgba(155,93,229,.05) 0%, transparent 50%);
}
.tsp-overlay::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(58,181,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,181,255,.02) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* ── CONTENIDO CENTRAL ── */
.tsp-inner {
  position: relative; z-index: 2;
  max-width: 680px; width: 100%;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0;
}

/* ── ÍCONO ANIMADO ── */
.tsp-icon-wrap {
  position: relative;
  width: 100px; height: 100px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 40px;
}
.tsp-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(58,181,255,.25);
}
.tsp-ring--1 { width: 100px; height: 100px; animation: tspExpand 3s ease-out infinite; }
.tsp-ring--2 { width: 100px; height: 100px; animation: tspExpand 3s ease-out infinite .8s; }
.tsp-ring--3 { width: 100px; height: 100px; animation: tspExpand 3s ease-out infinite 1.6s; }
@keyframes tspExpand {
  0%   { transform: scale(.6); opacity: .8; }
  100% { transform: scale(2.2); opacity: 0; }
}
.tsp-icon-core {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(10,14,36,.95);
  border: 1px solid rgba(58,181,255,.35);
  display: flex; align-items: center; justify-content: center;
  color: #3ab5ff;
  box-shadow: 0 0 40px rgba(58,181,255,.15), inset 0 0 20px rgba(58,181,255,.05);
  animation: tspCorePulse 3s ease-in-out infinite;
  z-index: 1;
}
@keyframes tspCorePulse {
  0%,100% { box-shadow: 0 0 40px rgba(58,181,255,.15), inset 0 0 20px rgba(58,181,255,.05); }
  50%     { box-shadow: 0 0 60px rgba(58,181,255,.3),  inset 0 0 30px rgba(58,181,255,.1); }
}

/* ── EYEBROW ── */
.tsp-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #3ab5ff; margin-bottom: 18px;
}
.tsp-line { display: inline-block; width: 36px; height: 1px; background: #3ab5ff; box-shadow: 0 0 8px #3ab5ff; flex-shrink: 0; }

/* ── HEADING ── */
.tsp-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3.2rem, 10vw, 6.4rem);
  font-weight: 900; text-transform: uppercase;
  color: #fff; line-height: 1; margin: 0 0 20px;
  letter-spacing: .04em;
}
.tsp-heading em {
  font-style: normal;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── SUBTÍTULO ── */
.tsp-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem; font-weight: 400; letter-spacing: .06em;
  color: rgba(160,185,230,.5);
  margin: 0 0 44px; line-height: 1.7;
}

/* ── BARRA DE PROGRESO ── */
.tsp-progress-wrap { width: 100%; max-width: 520px; margin-bottom: 36px; }

.tsp-progress-track {
  position: relative;
  height: 6px; border-radius: 3px;
  background: rgba(58,181,255,.08);
  overflow: visible;
  margin-bottom: 10px;
}
.tsp-progress-fill {
  height: 100%; width: 0; border-radius: 3px;
  background: linear-gradient(90deg, #3ab5ff, #9b5de5, #f5a623);
  transition: width .06s linear;
  position: relative;
}
/* Punto luminoso al final de la barra */
.tsp-progress-fill::after {
  content: '';
  position: absolute; right: -1px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(58,181,255,.3), 0 0 20px rgba(58,181,255,.8);
}
.tsp-progress-glow {
  position: absolute; inset: -4px; border-radius: 6px;
  background: transparent; pointer-events: none;
}
.tsp-progress-labels {
  display: flex; align-items: center; justify-content: space-between;
}
.tsp-progress-pct {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .85rem; font-weight: 700; letter-spacing: .1em;
  color: #3ab5ff;
}
.tsp-progress-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(130,155,200,.35);
}

/* ── CHIPS DE ESTADO ── */
.tsp-chips {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 10px;
  margin-bottom: 48px;
}
.tsp-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 18px; border-radius: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  transition: transform .2s;
}
.tsp-chip:hover { transform: translateY(-2px); }

.tsp-chip--done {
  color: rgba(58,181,255,.9);
  background: rgba(58,181,255,.08);
  border: 1px solid rgba(58,181,255,.2);
}
.tsp-chip--done svg { stroke: #3ab5ff; }

.tsp-chip--active {
  color: #fff;
  background: rgba(155,93,229,.15);
  border: 1px solid rgba(155,93,229,.4);
  box-shadow: 0 0 20px rgba(155,93,229,.15);
}
.tsp-chip-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #9b5de5; box-shadow: 0 0 8px #9b5de5;
  animation: tspBlink 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes tspBlink { 0%,100%{opacity:1;} 50%{opacity:.2;} }

.tsp-chip--pending {
  color: rgba(130,155,200,.35);
  background: rgba(130,155,200,.04);
  border: 1px solid rgba(130,155,200,.1);
}
.tsp-chip--pending svg { stroke: rgba(130,155,200,.3); }

/* ── BOTÓN VOLVER ── */
.tsp-back {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 34px; border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(200,220,255,.7) !important;
  background: rgba(10,14,36,.8);
  border: 1px solid rgba(58,181,255,.2);
  text-decoration: none !important;
  transition: all .25s;
}
.tsp-back svg { stroke: currentColor; transition: transform .25s; }
.tsp-back:hover {
  color: #fff !important;
  background: rgba(58,181,255,.1);
  border-color: rgba(58,181,255,.5);
  box-shadow: 0 6px 30px rgba(58,181,255,.15);
}
.tsp-back:hover svg { transform: translateX(-4px); }



/* ── RESPONSIVE MÓVIL — Próximamente ── */
@media (max-width: 480px) {
  .tsp-heading {
    font-size: clamp(1.6rem, 10.5vw, 2.8rem);
    letter-spacing: .01em;
    white-space: nowrap;
  }
  .tsp-eyebrow {
    font-size: .63rem;
    gap: 8px;
  }
  .tsp-line { width: 20px; }
  .tsp-chips { gap: 7px; }
  .tsp-chip { padding: 6px 12px; font-size: .6rem; }
  .tsp-inner { gap: 0; padding: 0 8px; }
  .tsp-progress-wrap { max-width: 100%; }
}/* End custom CSS */