/* =========================================================
   FALCO EXPERIENCE™ v4 DEFINITIVO
========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #020202;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

.falco-experience {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(212,175,55,.18), transparent 28%),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.055), transparent 22%),
    radial-gradient(circle at 82% 75%, rgba(212,175,55,.10), transparent 26%),
    linear-gradient(135deg, #010101 0%, #050505 50%, #111 100%);
}

#falcoParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fx-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.12), rgba(0,0,0,.78)),
    radial-gradient(circle at center, transparent 22%, rgba(0,0,0,.72) 78%);
}

.fx-overlay::before {
  content: "";
  position: absolute;
  inset: -25%;
  background: conic-gradient(
    from 180deg,
    transparent,
    rgba(212,175,55,.10),
    transparent,
    rgba(255,255,255,.04),
    transparent
  );
  animation: fxRotateGlow 28s linear infinite;
  opacity: .72;
}

.fx-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  opacity: .15;
}

.falco-experience::after {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(212,175,55,.14) 48%,
    transparent 60%,
    transparent 100%
  );
  animation: fxGoldenBeam 10s ease-in-out infinite;
}

/* =========================================================
   ESTRUCTURA GENERAL
========================================================= */

.fx-film {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
}

.fx-act {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 48px 6vw;
  text-align: center;

  opacity: 0;
  transform: scale(.94) translateY(24px);
  filter: blur(10px);
  pointer-events: none;

  transition:
    opacity 1.15s ease,
    transform 1.15s ease,
    filter 1.15s ease;
}

.fx-act-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

/* =========================================================
   TIPOGRAFÍA
========================================================= */

.fx-act > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #d4af37;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(212,175,55,.36);
}

.fx-act h1 {
  font-size: clamp(64px, 11vw, 150px);
  line-height: .88;
  font-weight: 900;
  letter-spacing: .04em;
  text-shadow:
    0 0 34px rgba(212,175,55,.30),
    0 0 90px rgba(212,175,55,.15);
}

.fx-act h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.03em;
}

.fx-act p {
  max-width: 700px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.74);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.55;
}

/* Escenas con imagen: menos título, más producto */
.fx-act-ecosystem h2,
.fx-act-operations h2,
.fx-act-triple h2 {
  font-size: clamp(20px, 2.55vw, 34px);
  margin-bottom: 12px;
}

/* =========================================================
   INTRO
========================================================= */

.fx-logo-pulse {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.22), transparent 68%);
  filter: blur(18px);
  animation: fxLogoPulse 5s ease-in-out infinite;
}

/* =========================================================
   PANTALLAS REALES
========================================================= */

.fx-cinema-screen {
  position: relative;
  width: min(1040px, 84vw);
  margin-top: 8px;
  padding: 14px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  border: 1px solid rgba(212,175,55,.30);
  box-shadow:
    0 48px 110px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  animation: fxFloatScreen 7s ease-in-out infinite;
}

.fx-ecosystem-screen {
  width: min(980px, 80vw);
}

.fx-operations-screen {
  width: min(1080px, 86vw);
}

.fx-window-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
}

.fx-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(212,175,55,.75);
  box-shadow: 0 0 14px rgba(212,175,55,.35);
}

.fx-real-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(212,175,55,.22);
}

.fx-real-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.fx-cinema-screen::after,
.fx-triple-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(255,255,255,.12) 48%,
    transparent 58%,
    transparent 100%
  );
  transform: translateX(-120%);
  animation: fxScreenShine 7s ease-in-out infinite;
  pointer-events: none;
}

/* =========================================================
   HOTSPOTS
========================================================= */

.fx-hotspot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow:
    0 0 0 0 rgba(212,175,55,.40),
    0 0 24px rgba(212,175,55,.90);
  animation: fxHotspot 2.4s ease-out infinite;
  z-index: 5;
}

.fx-hotspot-1 { top: 28%; left: 22%; }
.fx-hotspot-2 { top: 47%; left: 54%; animation-delay: .55s; }
.fx-hotspot-3 { top: 70%; left: 76%; animation-delay: 1.1s; }

/* =========================================================
   CORE
========================================================= */

.fx-act-core h2,
.fx-act-final h2 {
  font-size: clamp(24px, 3.4vw, 46px);
}

.fx-core-system {
  position: relative;
  width: 560px;
  height: 560px;
  margin: 24px auto 0;
}

.fx-core-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, #f5dc82 0%, #d4af37 45%, #8f7014 100%);
  color: #050505;
  box-shadow:
    0 0 42px rgba(212,175,55,.65),
    0 0 130px rgba(212,175,55,.28);
  z-index: 20;
  animation: corePulse 4s ease-in-out infinite;
}

.fx-core-center small {
  font-size: 12px;
  letter-spacing: .25em;
  font-weight: 900;
}

.fx-core-center strong {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 900;
}

.fx-core-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fx-core-lines line {
  stroke: #d4af37;
  stroke-width: 1.5;
  opacity: .20;
  stroke-linecap: round;
  stroke-dasharray: 8 12;
  animation: lineMove 5s linear infinite;
  filter: drop-shadow(0 0 6px rgba(212,175,55,.35));
}

.fx-pulse-dot {
  fill: #d4af37;
  filter: drop-shadow(0 0 10px rgba(212,175,55,.9));
  opacity: .9;
}

.dot-1 { animation: pulseTop 3.2s linear infinite; }
.dot-2 { animation: pulseRight 3.2s linear infinite .4s; }
.dot-3 { animation: pulseBottom 3.2s linear infinite .8s; }
.dot-4 { animation: pulseLeft 3.2s linear infinite 1.2s; }

.fx-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,.14);
}

.fx-orbit-one {
  width: 330px;
  height: 330px;
  animation: orbitOne 26s linear infinite;
}

.fx-orbit-two {
  width: 520px;
  height: 520px;
  animation: orbitTwo 40s linear infinite reverse;
}

.fx-orbit-item {
  position: absolute;
  width: 138px;
  padding: 12px 14px;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  border: 1px solid rgba(212,175,55,.30);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 45px rgba(0,0,0,.36);
}

.item-1,
.item-5 {
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.item-2,
.item-6 {
  right: -56px;
  top: 50%;
  transform: translateY(-50%);
}

.item-3,
.item-7 {
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.item-4,
.item-8 {
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
}

/* =========================================================
   TRES INTERFACES
========================================================= */

.fx-triple-stage {
  position: relative;
  width: min(1160px, 94vw);
  height: 500px;
  margin: 0 auto;
  perspective: 1800px;
}

.fx-triple-card {
  position: absolute;
  border-radius: 28px;
  padding: 14px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.03));
  border: 1px solid rgba(212,175,55,.28);
  box-shadow:
    0 35px 90px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.fx-triple-card h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
}

.fx-triple-card .fx-real-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
}

.fx-triple-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx-triple-main {
  width: 540px;
  left: 50%;
  top: 20px;
  transform: translateX(-50%) rotateX(5deg);
  z-index: 5;
  animation: floatMain 7s ease-in-out infinite;
}

.fx-triple-left {
  width: 350px;
  left: 18px;
  top: 140px;
  transform: rotateY(16deg) rotateZ(-2deg);
  z-index: 3;
  animation: floatLeft 7s ease-in-out infinite;
}

.fx-triple-right {
  width: 350px;
  right: 18px;
  top: 140px;
  transform: rotateY(-16deg) rotateZ(2deg);
  z-index: 3;
  animation: floatRight 7s ease-in-out infinite;
}

.fx-live-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(212,175,55,.10);
  border: 1px solid rgba(212,175,55,.24);
  font-size: 12px;
  font-weight: 900;
}

.fx-live-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 14px rgba(212,175,55,.85);
  animation: fxStatusBlink 1.4s ease-in-out infinite;
}

.fx-triple-right .fx-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fx-triple-right .fx-mini-grid div {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(212,175,55,.18);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

/* =========================================================
   FINAL
========================================================= */

.fx-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fx-actions a {
  min-height: 50px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #050505;
  background: linear-gradient(135deg, #d4af37, #f5dc82);
  font-size: 14px;
  font-weight: 900;
  box-shadow:
    0 18px 42px rgba(212,175,55,.25),
    inset 0 1px 0 rgba(255,255,255,.45);
  transition: .3s ease;
}

.fx-actions a:hover {
  transform: translateY(-3px);
}

.fx-actions a:nth-child(2) {
  color: #d4af37;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(212,175,55,.48);
}

/* =========================================================
   ENTRADAS POR ACTO
========================================================= */

.fx-act-active.fx-act-intro { animation: fxCameraIntro 7.8s ease-in-out both; }
.fx-act-active.fx-act-core { animation: fxCameraCore 7.8s ease-in-out both; }
.fx-act-active.fx-act-ecosystem { animation: fxCameraEcosystem 7.8s ease-in-out both; }
.fx-act-active.fx-act-triple { animation: fxCameraTriple 7.8s ease-in-out both; }
.fx-act-active.fx-act-operations { animation: fxCameraOperations 7.8s ease-in-out both; }
.fx-act-active.fx-act-final { animation: fxCameraFinal 7.8s ease-in-out both; }

.fx-act-active > span {
  animation: fxTextReveal .9s ease both;
}

.fx-act-active h1,
.fx-act-active h2 {
  animation: fxTitleReveal 1.1s ease both .12s;
}

.fx-act-active p {
  animation: fxTextReveal 1s ease both .28s;
}

.fx-act-active .fx-cinema-screen,
.fx-act-active .fx-core-system,
.fx-act-active .fx-triple-stage {
  animation: fxObjectReveal 1.2s cubic-bezier(.2,.8,.2,1) both .30s;
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes fxRotateGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fxGoldenBeam {
  0%, 45% { transform: translateX(-75%) rotate(4deg); opacity: 0; }
  60% { opacity: .62; }
  100% { transform: translateX(75%) rotate(4deg); opacity: 0; }
}

@keyframes fxLogoPulse {
  0%, 100% { transform: scale(.92); opacity: .55; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes fxFloatScreen {
  0%, 100% { transform: translateY(0) rotateX(0deg); }
  50% { transform: translateY(-14px) rotateX(2deg); }
}

@keyframes fxScreenShine {
  0%, 55% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

@keyframes fxHotspot {
  0% {
    box-shadow:
      0 0 0 0 rgba(212,175,55,.42),
      0 0 20px rgba(212,175,55,.85);
    opacity: 1;
  }
  100% {
    box-shadow:
      0 0 0 34px rgba(212,175,55,0),
      0 0 24px rgba(212,175,55,.20);
    opacity: .2;
  }
}

@keyframes corePulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes lineMove {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -40; }
}

@keyframes orbitOne {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbitTwo {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes pulseTop {
  from { transform: translate(350px,350px); }
  to { transform: translate(350px,45px); }
}

@keyframes pulseRight {
  from { transform: translate(350px,350px); }
  to { transform: translate(655px,350px); }
}

@keyframes pulseBottom {
  from { transform: translate(350px,350px); }
  to { transform: translate(350px,655px); }
}

@keyframes pulseLeft {
  from { transform: translate(350px,350px); }
  to { transform: translate(45px,350px); }
}

@keyframes floatMain {
  0%, 100% { transform: translateX(-50%) translateY(0) rotateX(5deg); }
  50% { transform: translateX(-50%) translateY(-14px) rotateX(5deg); }
}

@keyframes floatLeft {
  0%, 100% { transform: translateY(0) rotateY(16deg) rotateZ(-2deg); }
  50% { transform: translateY(14px) rotateY(16deg) rotateZ(-2deg); }
}

@keyframes floatRight {
  0%, 100% { transform: translateY(0) rotateY(-16deg) rotateZ(2deg); }
  50% { transform: translateY(14px) rotateY(-16deg) rotateZ(2deg); }
}

@keyframes fxStatusBlink {
  0%, 100% { opacity: .35; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes fxCameraIntro {
  from { transform: scale(.90) translateY(20px); }
  to { transform: scale(1) translateY(0); }
}

@keyframes fxCameraCore {
  from { transform: scale(.88) translateY(30px); }
  to { transform: scale(1.01) translateY(-8px); }
}

@keyframes fxCameraEcosystem {
  from { transform: scale(.90) translateY(28px); }
  to { transform: scale(1.03) translateY(-8px); }
}

@keyframes fxCameraTriple {
  from { transform: scale(.90) translateY(28px); }
  to { transform: scale(1.02) translateY(-10px); }
}

@keyframes fxCameraOperations {
  from { transform: scale(.90) translateY(28px); }
  to { transform: scale(1.04) translateY(-10px); }
}

@keyframes fxCameraFinal {
  from { transform: scale(.92) translateY(18px); }
  to { transform: scale(1) translateY(0); }
}

@keyframes fxTextReveal {
  from { opacity: 0; transform: translateY(16px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes fxTitleReveal {
  from { opacity: 0; transform: translateY(22px) scale(.97); filter: blur(10px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes fxObjectReveal {
  from { opacity: 0; transform: translateY(34px) scale(.94); filter: blur(12px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {
  .fx-act {
    padding: 54px 24px;
  }

  .fx-cinema-screen,
  .fx-ecosystem-screen,
  .fx-operations-screen {
    width: 92vw;
  }

  .fx-core-system {
    width: 420px;
    height: 420px;
    transform: scale(.92);
  }

  .fx-orbit-one {
    width: 250px;
    height: 250px;
  }

  .fx-orbit-two {
    width: 390px;
    height: 390px;
  }

  .fx-core-center {
    width: 120px;
    height: 120px;
  }

  .fx-core-center strong {
    font-size: 24px;
  }

  .fx-orbit-item {
    width: 110px;
    padding: 10px;
    font-size: 11px;
  }

  .fx-triple-stage {
    height: auto;
    display: grid;
    gap: 18px;
  }

  .fx-triple-card,
  .fx-triple-main,
  .fx-triple-left,
  .fx-triple-right {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    animation: none;
  }
}

@media (max-width: 620px) {
  .fx-act h1 {
    font-size: 58px;
  }

  .fx-act h2 {
    font-size: 28px;
  }

  .fx-cinema-screen {
    padding: 12px;
    border-radius: 24px;
  }

  .fx-real-image {
    border-radius: 16px;
  }

  .fx-actions {
    flex-direction: column;
    width: 100%;
  }

  .fx-actions a {
    width: min(320px, 100%);
  }
}


/* =========================================================
   PROGRESO + ACCESO FIJO
========================================================= */

.fx-progress-line {
  position: fixed;
  left: 50%;
  bottom: 28px;
  width: min(420px, 70vw);
  height: 3px;
  transform: translateX(-50%);
  z-index: 20;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
}

.fx-progress-line span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4af37, #f5dc82);
  box-shadow: 0 0 18px rgba(212,175,55,.65);
  transition: width .7s ease;
}

.fx-skip-link {
  position: fixed;
  right: 28px;
  bottom: 22px;
  z-index: 21;

  padding: 12px 18px;
  border-radius: 999px;

  color: #d4af37;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;

  background: rgba(255,255,255,.045);
  border: 1px solid rgba(212,175,55,.38);
  backdrop-filter: blur(14px);

  transition: .3s ease;
}

.fx-skip-link:hover {
  transform: translateY(-3px);
  background: rgba(212,175,55,.12);
}

@media (max-width: 700px) {
  .fx-skip-link {
    right: 50%;
    bottom: 42px;
    transform: translateX(50%);
  }

  .fx-progress-line {
    bottom: 18px;
  }
}


.fx-controls {
  position: fixed;
  left: 28px;
  bottom: 22px;
  z-index: 21;
  display: flex;
  gap: 8px;
}

.fx-controls button {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(255,255,255,.045);
  color: #d4af37;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.fx-controls button:hover {
  background: rgba(212,175,55,.12);
}










/*==================================================
      FALCO HUD - INDICADOR DE ESCENAS
==================================================*/

.fx-act-indicator {
  position: fixed;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;

  pointer-events: none;
  user-select: none;
}

#fxActNumber {
  font-size: 64px;
  font-weight: 900;
  line-height: .9;
  color: #d4af37;
  letter-spacing: .05em;
  text-shadow:
    0 0 12px rgba(212,175,55,.65),
    0 0 40px rgba(212,175,55,.25);
}

.fx-act-divider {
  position: relative;
  width: 2px;
  height: 95px;
  overflow: hidden;

  background: linear-gradient(
    to bottom,
    rgba(212,175,55,.95),
    rgba(212,175,55,.15)
  );
}

.fx-act-divider::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -40px;

  width: 6px;
  height: 40px;

  background: linear-gradient(
    to bottom,
    rgba(255,255,255,.95),
    rgba(212,175,55,0)
  );

  filter: blur(3px);
  animation: fxHudScanner 2.8s linear infinite;
}

#fxActTitle {
  width: 130px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}

@keyframes fxHudScanner {
  0% {
    transform: translateY(-45px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(135px);
    opacity: 0;
  }
}

@media(max-width:900px) {
  .fx-act-indicator {
    left: 18px;
  }

  #fxActNumber {
    font-size: 42px;
  }

  .fx-act-divider {
    height: 70px;
  }

  #fxActTitle {
    font-size: 9px;
    width: 90px;
  }
}


/* =========================================================
   HOTSPOTS INTELIGENTES
========================================================= */

.fx-hotspot small {
  position: absolute;
  left: 50%;
  bottom: 24px;

  transform: translateX(-50%) translateY(8px);

  padding: 7px 11px;
  border-radius: 999px;

  color: #050505;
  background: linear-gradient(135deg, #d4af37, #f5dc82);

  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;

  opacity: 0;

  box-shadow: 0 12px 30px rgba(0,0,0,.35);

  animation: fxHotspotLabel 3.2s ease-in-out infinite;
}

.fx-hotspot-2 small {
  animation-delay: .6s;
}

.fx-hotspot-3 small {
  animation-delay: 1.2s;
}

@keyframes fxHotspotLabel {
  0%, 35%, 100% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }

  45%, 75% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}


/*==================================================
        CÁMARA CINEMATOGRÁFICA
==================================================*/

.fx-camera{

    position:absolute;

    inset:0;

    z-index:3;

    transform-origin:center;

    animation:cameraFloat 18s ease-in-out infinite;

}

@keyframes cameraFloat{

0%{

transform:
scale(1)
translateY(0);

}

25%{

transform:
scale(1.015)
translateY(-6px);

}

50%{

transform:
scale(1.025)
translateY(-12px);

}

75%{

transform:
scale(1.015)
translateY(-6px);

}

100%{

transform:
scale(1)
translateY(0);

}

}


.fx-camera {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform-origin: center center;
  transition: transform 1.8s cubic-bezier(.2,.8,.2,1);
}


/* =========================================================
   PARALLAX PREMIUM
========================================================= */

.fx-cinema-screen,
.fx-triple-card,
.fx-core-system {
  will-change: transform;
}


.fx-triple-card {
  translate: var(--px, 0) var(--py, 0);
}


/* =========================================================
   TRANSICIÓN DE MATERIALIZACIÓN
========================================================= */

.fx-real-image {
    position: relative;
    overflow: hidden;
}

.fx-real-image::before {

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(circle,
        rgba(212,175,55,.35),
        transparent 70%);

    transform:scale(0);

    opacity:0;

    z-index:2;

    pointer-events:none;

}

.fx-act-active .fx-real-image::before{

    animation:materialize 1.6s ease-out forwards;

}

@keyframes materialize{

0%{

transform:scale(.2);

opacity:1;

filter:blur(25px);

}

70%{

transform:scale(1.6);

opacity:.35;

}

100%{

transform:scale(2.3);

opacity:0;

}

}


.fx-act-active .fx-real-image img{

    animation:imageAppear 1.5s ease both;

}

@keyframes imageAppear{

0%{

opacity:0;

transform:
scale(.82);

filter:
blur(18px);

}

100%{

opacity:1;

transform:
scale(1);

filter:
blur(0);

}

}


/* =========================================================
   CENTRO DE OPERACIONES VIVO
========================================================= */

.fx-live-notification {
  position: absolute;
  right: 28px;
  top: 76px;
  z-index: 8;

  width: 250px;
  padding: 14px 16px;
  border-radius: 18px;

  text-align: left;

  background: rgba(8,8,8,.72);
  border: 1px solid rgba(212,175,55,.32);
  backdrop-filter: blur(18px);

  box-shadow: 0 24px 60px rgba(0,0,0,.45);

  animation: fxNotifyIn 4.8s ease-in-out infinite;
}

.fx-live-notification strong {
  display: block;
  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
}

.fx-live-notification span {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
}

.fx-live-search-overlay {
  position: absolute;
  left: 32px;
  top: 76px;
  z-index: 8;

  min-width: 260px;
  padding: 13px 16px;
  border-radius: 999px;

  text-align: left;

  color: rgba(255,255,255,.68);
  background: rgba(8,8,8,.72);
  border: 1px solid rgba(212,175,55,.30);
  backdrop-filter: blur(18px);

  font-size: 12px;
  font-weight: 900;

  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}

.fx-live-search-overlay strong {
  color: #d4af37;
}

@keyframes fxNotifyIn {
  0%, 20% {
    opacity: 0;
    transform: translateY(-12px) scale(.96);
  }

  32%, 72% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
  }
}


/* =========================================================
   AUDIO TOGGLE
========================================================= */

.fx-audio-toggle {
  position: fixed;
  right: 28px;
  top: 28px;
  z-index: 41;

  padding: 11px 16px;
  border-radius: 999px;

  color: #d4af37;
  background: rgba(15,15,15,.45);
  border: 1px solid rgba(212,175,55,.28);

  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;

  cursor: pointer;
  backdrop-filter: blur(18px);
}

.fx-audio-toggle.fx-audio-on {
  color: #050505;
  background: linear-gradient(135deg, #d4af37, #f5dc82);
}


/*==================================================
      FONDO VIVO
==================================================*/

.falco-experience::before{

    content:"";

    position:absolute;

    inset:-30%;

    z-index:0;

    pointer-events:none;

    background:

        radial-gradient(circle,
        rgba(212,175,55,.12),
        transparent 65%);

    animation:
        fxBackgroundMove 18s ease-in-out infinite;

}

@keyframes fxBackgroundMove{

0%{

transform:
translate(-2%,-2%)
scale(1);

}

25%{

transform:
translate(2%,-1%)
scale(1.06);

}

50%{

transform:
translate(3%,2%)
scale(1.12);

}

75%{

transform:
translate(-1%,3%)
scale(1.05);

}

100%{

transform:
translate(-2%,-2%)
scale(1);

}

}


/*==================================================
      FLASH CINEMATOGRÁFICO
==================================================*/

.fx-scene-flash{

position:fixed;

inset:0;

pointer-events:none;

z-index:100;

background:

radial-gradient(circle,
rgba(212,175,55,.22),
transparent 70%);

opacity:0;

}

.fx-scene-flash.active{

animation:
sceneFlash .7s ease;

}

@keyframes sceneFlash{

0%{

opacity:0;

}

20%{

opacity:1;

}

100%{

opacity:0;

}

}


/* =========================================================
   TRANSICIONES CONECTADAS ENTRE ACTOS
========================================================= */

.fx-act::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.16), transparent 68%);
  filter: blur(22px);
  opacity: 0;
  transform: scale(.4);
  pointer-events: none;
  z-index: -1;
}

.fx-act-active::before {
  animation: fxActEnergy 1.8s ease-out both;
}

@keyframes fxActEnergy {
  0% {
    opacity: 0;
    transform: scale(.35);
  }

  35% {
    opacity: .9;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

/* El Core parece “generar” la escena siguiente */

.fx-act-core.fx-act-active .fx-core-center {
  animation:
    corePulse 4s ease-in-out infinite,
    fxCoreBuild 1.4s ease-out both;
}

@keyframes fxCoreBuild {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.45);
    filter: blur(18px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}

/* Ecosistema aparece como materializado desde el Core */

.fx-act-ecosystem.fx-act-active .fx-cinema-screen {
  transform-origin: center center;
  animation:
    fxObjectReveal 1.2s cubic-bezier(.2,.8,.2,1) both .25s,
    fxGeneratedScreen 1.8s ease-out both .15s;
}

@keyframes fxGeneratedScreen {
  0% {
    opacity: 0;
    transform: scale(.62);
    filter: blur(22px);
  }

  55% {
    opacity: 1;
    transform: scale(1.04);
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

/* Centro de Operaciones entra como zoom del Ecosistema */

.fx-act-operations.fx-act-active .fx-cinema-screen {
  animation:
    fxOperationsZoom 1.65s cubic-bezier(.18,.85,.2,1) both .2s;
}

@keyframes fxOperationsZoom {
  from {
    opacity: 0;
    transform: scale(1.18);
    filter: blur(18px);
  }

  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}


/* =========================================================
   INTRO GATE FALCO®
========================================================= */

.fx-intro-gate {
  height: 100vh;
}

.fx-gate-content {
  position: relative;
  z-index: 5;

  width: 100%;
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 40px;
  text-align: center;
}

.fx-gate-card {
  width: min(720px, 92vw);
  padding: 52px 42px;

  border-radius: 36px;

  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035));

  border: 1px solid rgba(212,175,55,.34);

  box-shadow:
    0 50px 130px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,255,255,.16);

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  animation: fxGateIn 1.4s ease both;
}

.fx-gate-card span {
  display: inline-block;
  margin-bottom: 16px;

  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.fx-gate-card h1 {
  font-size: clamp(58px, 9vw, 118px);
  line-height: .9;
  letter-spacing: .04em;
  text-shadow:
    0 0 34px rgba(212,175,55,.32),
    0 0 90px rgba(212,175,55,.16);
}

.fx-gate-card p {
  margin-top: 18px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  font-weight: 600;
}

.fx-gate-line {
  width: 180px;
  height: 1px;
  margin: 34px auto;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(212,175,55,.85),
    transparent
  );
}

.fx-gate-card h2 {
  font-size: clamp(24px, 3.4vw, 42px);
  line-height: 1.08;
  margin-bottom: 12px;
}

.fx-gate-subtitle {
  max-width: 520px;
  margin: 0 auto;
}

.fx-gate-button {
  margin-top: 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 15px 28px;

  border-radius: 999px;

  color: #050505;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;

  background: linear-gradient(135deg, #d4af37, #f5dc82);

  box-shadow:
    0 22px 50px rgba(212,175,55,.28),
    inset 0 1px 0 rgba(255,255,255,.50);

  transition: .3s ease;
}

.fx-gate-button:hover {
  transform: translateY(-4px) scale(1.02);
}

.fx-gate-card small {
  display: block;
  margin-top: 26px;

  color: rgba(255,255,255,.44);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@keyframes fxGateIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.96);
    filter: blur(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}




.fx-starting .fx-gate-card {
  animation: fxGateExit .9s ease forwards;
}

.fx-starting::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  background: radial-gradient(circle, rgba(212,175,55,.35), #000 70%);
  animation: fxPortalFlash .9s ease forwards;
}

@keyframes fxGateExit {
  to {
    opacity: 0;
    transform: scale(1.12);
    filter: blur(18px);
  }
}

@keyframes fxPortalFlash {
  0% { opacity: 0; }
  45% { opacity: 1; }
  100% { opacity: 0; }
}


/*==================================================
            PANEL DE CARGA
==================================================*/

.fx-loading-panel{

margin-top:36px;

width:100%;

max-width:460px;

margin-inline:auto;

}

.fx-loading-title{

font-size:11px;

letter-spacing:.18em;

text-transform:uppercase;

color:#d4af37;

margin-bottom:12px;

font-weight:800;

}

.fx-loading-bar{

height:6px;

border-radius:999px;

background:rgba(255,255,255,.08);

overflow:hidden;

}

#fxLoadingFill{

display:block;

width:0;

height:100%;

background:

linear-gradient(90deg,
#b98c13,
#f5dc82,
#d4af37);

border-radius:999px;

transition:width .4s;

}

#fxLoadingText{

display:block;

margin-top:12px;

color:rgba(255,255,255,.55);

font-size:11px;

letter-spacing:.08em;

}


/*==================================================
   PORTAL DE ENTRADA FALCO®
==================================================*/

.fx-gate-portal {
  position: fixed;
  inset: 0;
  z-index: 998;
  pointer-events: none;

  background:
    radial-gradient(circle at center,
      rgba(212,175,55,.55),
      rgba(212,175,55,.16) 22%,
      rgba(0,0,0,.95) 62%,
      #000 100%
    );

  opacity: 0;
  transform: scale(.2);
  filter: blur(18px);
}

.fx-starting .fx-gate-portal {
  animation: fxGatePortal 1.15s ease forwards;
}

.fx-starting .fx-gate-card {
  animation: fxGateCollapse 1.05s ease forwards;
}

.fx-starting #falcoParticles {
  animation: fxParticlesRush 1.1s ease forwards;
}

@keyframes fxGatePortal {
  0% {
    opacity: 0;
    transform: scale(.2);
    filter: blur(22px);
  }

  45% {
    opacity: 1;
    transform: scale(1.25);
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    transform: scale(2.4);
    filter: blur(0);
  }
}

@keyframes fxGateCollapse {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }

  55% {
    opacity: 1;
    transform: scale(1.08);
    filter: blur(3px);
  }

  100% {
    opacity: 0;
    transform: scale(.35);
    filter: blur(22px);
  }
}

@keyframes fxParticlesRush {
  to {
    opacity: .15;
    transform: scale(1.35);
    filter: blur(4px);
  }
}




/* =========================================================
   UNIVERSO FALCO® - GALERÍA 3D CINEMATOGRÁFICA
========================================================= */

.fx-act-showcase {
  overflow: hidden;
  padding-top: 40px;
}

.fx-showcase-title {
  font-size: clamp(24px, 3.4vw, 48px);
  margin-bottom: 12px;
}

.fx-showcase-text {
  max-width: 920px;
  margin: 10px auto 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.7;
  text-align: center;
}

#fxModuleCounter {
  display: inline-block;
  min-width: 90px;
  color: #d4af37;
  font-size: 1.35em;
  font-weight: 900;
  text-shadow:
    0 0 18px rgba(212,175,55,.55),
    0 0 46px rgba(212,175,55,.25);
}

.fx-counter-pop {
  animation: fxCounterPop .45s ease;
}

@keyframes fxCounterPop {
  0% {
    transform: scale(.75);
    filter: blur(8px);
    opacity: .2;
  }

  60% {
    transform: scale(1.22);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    filter: blur(0);
  }
}

.fx-showcase-wall {
  position: relative;
  width: min(1180px, 94vw);
  height: 560px;
  margin: 90px auto 0;
  perspective: 1800px;
  transform-style: preserve-3d;
  animation: fxShowcaseCamera 26s ease-in-out infinite;
}

.fx-showcase-wall::before {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(212,175,55,.24), transparent 64%);
  opacity: .55;
  animation: fxShowcaseGlow 6s ease-in-out infinite;
}

.fx-shot {
  position: absolute;
  width: 250px;
  aspect-ratio: 16 / 10;
  object-fit: cover;

  border-radius: 22px;
  border: 1px solid rgba(212,175,55,.36);

  box-shadow:
    0 34px 90px rgba(0,0,0,.68),
    0 0 38px rgba(212,175,55,.18),
    inset 0 1px 0 rgba(255,255,255,.16);

  opacity: 0;
  transform-style: preserve-3d;

  transition:
    transform 1.2s cubic-bezier(.2,.8,.2,1),
    opacity 1s ease,
    filter 1s ease;

  filter: blur(18px) brightness(.65);
}

.fx-shot.fx-shot-live {
  opacity: 1;
}

.fx-act-showcase.fx-act-active .fx-shot {
  opacity: 1;
  filter: blur(0) brightness(1);
  animation: fxShotBreathe 7s ease-in-out infinite;
}

/* Posiciones base */

.s1  { left: 5%;  top: 5%;  }
.s2  { left: 25%; top: 0%;  }
.s3  { left: 45%; top: 6%;  }
.s4  { left: 65%; top: 0%;  }
.s5  { left: 80%; top: 9%;  }

.s6  { left: 2%;  top: 33%; }
.s7  { left: 22%; top: 29%; }
.s8  { left: 41%; top: 34%; }
.s9  { left: 60%; top: 29%; }
.s10 { left: 78%; top: 35%; }

.s11 { left: 7%;  top: 63%; }
.s12 { left: 27%; top: 67%; }
.s13 { left: 47%; top: 63%; }
.s14 { left: 66%; top: 67%; }
.s15 { left: 81%; top: 63%; }

/* Profundidad cinematográfica */

.fx-act-showcase.fx-act-active .s1  { transform: translate3d(-90px, -26px, 90px) scale(.92) rotateY(14deg) rotateZ(-4deg); transition-delay: 0s; }
.fx-act-showcase.fx-act-active .s2  { transform: translate3d(-24px, -46px, 260px) scale(1.02) rotateY(-8deg) rotateZ(3deg); transition-delay: .12s; }
.fx-act-showcase.fx-act-active .s3  { transform: translate3d(20px, -14px, 40px) scale(.88) rotateY(10deg) rotateZ(-2deg); transition-delay: .24s; }
.fx-act-showcase.fx-act-active .s4  { transform: translate3d(44px, -42px, 290px) scale(1.04) rotateY(-12deg) rotateZ(4deg); transition-delay: .36s; }
.fx-act-showcase.fx-act-active .s5  { transform: translate3d(105px, -10px, 80px) scale(.90) rotateY(15deg) rotateZ(2deg); transition-delay: .48s; }

.fx-act-showcase.fx-act-active .s6  { transform: translate3d(-110px, 16px, 360px) scale(1.08) rotateY(18deg) rotateZ(-3deg); transition-delay: .60s; }
.fx-act-showcase.fx-act-active .s7  { transform: translate3d(-44px, 8px, 130px) scale(.96) rotateY(-8deg) rotateZ(2deg); transition-delay: .72s; }
.fx-act-showcase.fx-act-active .s8  { transform: translate3d(0, 0, 460px) scale(1.14) rotateY(0deg); transition-delay: .84s; }
.fx-act-showcase.fx-act-active .s9  { transform: translate3d(48px, 10px, 150px) scale(.98) rotateY(8deg) rotateZ(-2deg); transition-delay: .96s; }
.fx-act-showcase.fx-act-active .s10 { transform: translate3d(112px, 18px, 340px) scale(1.07) rotateY(-18deg) rotateZ(3deg); transition-delay: 1.08s; }

.fx-act-showcase.fx-act-active .s11 { transform: translate3d(-82px, 44px, 70px) scale(.88) rotateY(12deg) rotateZ(4deg); transition-delay: 1.20s; }
.fx-act-showcase.fx-act-active .s12 { transform: translate3d(-34px, 58px, 250px) scale(1.02) rotateY(-10deg) rotateZ(-3deg); transition-delay: 1.32s; }
.fx-act-showcase.fx-act-active .s13 { transform: translate3d(22px, 40px, 110px) scale(.94) rotateY(10deg) rotateZ(2deg); transition-delay: 1.44s; }
.fx-act-showcase.fx-act-active .s14 { transform: translate3d(58px, 56px, 280px) scale(1.04) rotateY(-12deg) rotateZ(-2deg); transition-delay: 1.56s; }
.fx-act-showcase.fx-act-active .s15 { transform: translate3d(108px, 44px, 90px) scale(.90) rotateY(16deg) rotateZ(4deg); transition-delay: 1.68s; }

@keyframes fxShowcaseCamera {
  0% {
    transform: rotateX(0deg) rotateY(0deg) scale(.92);
  }

  25% {
    transform: rotateX(3deg) rotateY(-6deg) scale(1);
  }

  50% {
    transform: rotateX(-2deg) rotateY(7deg) scale(1.06);
  }

  75% {
    transform: rotateX(2deg) rotateY(-4deg) scale(1.02);
  }

  100% {
    transform: rotateX(0deg) rotateY(0deg) scale(.92);
  }
}

@keyframes fxShowcaseGlow {
  0%, 100% {
    opacity: .25;
    transform: scale(.95);
  }

  50% {
    opacity: .8;
    transform: scale(1.08);
  }
}

@keyframes fxShotBreathe {
  0%, 100% {
    box-shadow:
      0 34px 90px rgba(0,0,0,.68),
      0 0 32px rgba(212,175,55,.14);
  }

  50% {
    box-shadow:
      0 42px 110px rgba(0,0,0,.78),
      0 0 52px rgba(212,175,55,.30);
  }
}

/* =========================================================
   GRAN FINAL
========================================================= */

.fx-act-grand-final {
  overflow: hidden;
}

.fx-final-image {
  position: relative;
  width: min(1180px, 92vw);
  border-radius: 38px;
  overflow: hidden;

  border: 1px solid rgba(212,175,55,.40);

  box-shadow:
    0 55px 140px rgba(0,0,0,.72),
    0 0 80px rgba(212,175,55,.18);

  animation: fxFinalImageIn 16s ease-in-out infinite;
}

.fx-final-image img {
  width: 100%;
  height: auto;
  display: block;
}

.fx-final-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      115deg,
      transparent 0%,
      transparent 35%,
      rgba(255,255,255,.18) 48%,
      transparent 60%,
      transparent 100%
    );

  animation: fxFinalShine 5.5s ease-in-out infinite;
}

.fx-final-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;

  background: radial-gradient(circle, rgba(212,175,55,.22), transparent 70%);
  filter: blur(30px);

  animation: fxFinalGlow 5s ease-in-out infinite;
}

@keyframes fxFinalImageIn {
  0% {
    opacity: 0;
    transform: scale(.88);
    filter: blur(18px);
  }

  18% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: scale(1.08);
    filter: blur(0);
  }
}

@keyframes fxFinalShine {
  0%, 50% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@keyframes fxFinalGlow {
  0%, 100% {
    opacity: .35;
    transform: scale(.9);
  }

  50% {
    opacity: .9;
    transform: scale(1.15);
  }
}

/* Responsive */

@media (max-width: 900px) {
  .fx-showcase-wall {
    width: 92vw;
    height: 520px;
  }

  .fx-shot {
    width: 170px;
  }

  .fx-final-image {
    width: 92vw;
  }
}

@media (max-width: 620px) {
  .fx-showcase-wall {
    height: 560px;
  }

  .fx-shot {
    width: 145px;
  }
}