/* Cubik landing — capa fluida (Uber Freight) */
.lf-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.lv3-hero.has-fluid .lv3-hero-overlay { z-index: 2; }
.lv3-hero.has-fluid .lv3-hero-inner { z-index: 4; }
.lv3-hero.has-fluid .lv3-hero-metrics { z-index: 4; }

.lf-hero-cine-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.9);
}

.lv3-hero.has-cine .lv3-hero-bg {
  opacity: 0;
  pointer-events: none;
}

.lf-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, transparent 0%, rgba(15, 23, 42, 0.35) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, transparent 35%, rgba(15, 23, 42, 0.65) 100%);
  backdrop-filter: blur(0px);
}

.lv3-carrier .lf-hero-truck-glow {
  position: absolute;
  left: -4%;
  bottom: 8%;
  width: min(52%, 28rem);
  height: 58%;
  z-index: 2;
  pointer-events: none;
  background: url('/brand/landing/hero-truck-night.jpg') 20% 55% / cover no-repeat;
  opacity: 0.42;
  filter: blur(1px) brightness(0.85);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, transparent 88%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, transparent 88%);
  will-change: transform;
}

.lf-hero-product-wrap {
  width: 100%;
  max-width: 36rem;
}

.lf-hero-product-wrap .lf-product {
  animation: lf-float 5.5s ease-in-out infinite;
}

@keyframes lf-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(0.35deg); }
}

.lf-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: brightness(0.4) saturate(0.88);
  will-change: transform;
}

.lv3-home .lf-hero-video {
  object-position: 55% 42%;
  filter: brightness(0.34) saturate(0.62) contrast(1.14) hue-rotate(-6deg);
}

.lv3-carrier .lf-hero-video {
  object-position: 18% 48%;
  filter: brightness(0.32) saturate(0.82);
}

/* Empresas — video de gráficos dentro del dashboard */
.lf-product-main--has-video {
  position: relative;
  overflow: hidden;
}

.lf-product-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 12px 0;
}

.lf-product-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.55) saturate(1.05);
  transform: scale(1.02);
}

.lf-product-main--has-video > :not(.lf-product-video-wrap) {
  position: relative;
  z-index: 1;
}

.lv3-shipper .lf-product-main--has-video .lf-kpis,
.lv3-shipper .lf-product-main--has-video .lf-loads {
  background: rgba(8, 14, 28, 0.78);
  backdrop-filter: blur(8px);
  border-radius: 10px;
}

.lv3-shipper .lf-product-main--has-video .lf-mini-chart,
.lv3-shipper .lf-product-main--has-video .lf-map-wrap {
  background: rgba(8, 14, 28, 0.42);
  backdrop-filter: blur(4px);
}

.lv3-shipper .lf-product-main--has-video .lf-product-title {
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  display: inline-block;
}

/* Transportistas — mockup móvil con video */
.lf-hero-phone-wrap {
  max-width: 17rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px) {
  .lf-hero-phone-wrap {
    max-width: 19rem;
    margin-right: 0;
  }
}

.lf-phone-mockup {
  animation: lf-float 5.5s ease-in-out infinite;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.55));
}

.lf-phone-frame {
  position: relative;
  padding: 0.55rem 0.45rem 0.65rem;
  border-radius: 2rem;
  background: linear-gradient(160deg, #1e293b 0%, #0f172a 55%, #020617 100%);
  border: 2px solid rgba(148, 163, 184, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(6, 182, 212, 0.12);
}

.lf-phone-notch {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.2rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #020617;
  z-index: 2;
}

.lf-phone-screen {
  position: relative;
  border-radius: 1.45rem;
  overflow: hidden;
  aspect-ratio: 9 / 18;
  background: #0a1628;
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.lf-phone-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.72) saturate(0.95);
}

.lf-phone-ui {
  position: absolute;
  inset: auto 0 0;
  padding: 0.65rem 0.7rem 0.85rem;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 14, 28, 0.92) 38%, rgba(8, 14, 28, 0.98) 100%);
}

.lf-phone-ui-title {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
}

.lf-phone-loads {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-phone-loads li {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 0.64rem;
  color: var(--cubik-text);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.lf-phone-loads li.is-in {
  opacity: 1;
  transform: none;
}

.lf-phone-loads li span {
  font-weight: 600;
  color: #f8fafc;
}

.lf-phone-loads li em {
  font-style: normal;
  color: var(--cubik-teal);
  font-weight: 700;
}

/* Home — camión oscuro en movimiento (mockup imagen 2) */
.lf-hero-home-scene {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(6, 182, 212, 0.12);
  animation: lf-float 5.5s ease-in-out infinite;
}

.lf-hero-home-layer {
  position: relative;
  overflow: hidden;
  background: #0a1628;
}

.lf-hero-home-truck,
.lf-hero-home-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 42%;
  will-change: transform;
}

.lf-hero-home-video {
  filter: brightness(0.38) saturate(0.62) contrast(1.15) hue-rotate(-8deg);
}

.lf-hero-home-truck {
  transform-origin: 38% 72%;
  animation: lf-truck-forward 5.5s ease-in-out infinite alternate;
  filter: brightness(0.88) saturate(0.85) contrast(1.08);
}

.lf-hero-home-grade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 16, 30, 0.08) 0%, rgba(10, 16, 30, 0.42) 100%),
    linear-gradient(115deg, rgba(15, 23, 42, 0.55) 0%, transparent 48%),
    radial-gradient(ellipse 70% 50% at 50% 35%, rgba(6, 182, 212, 0.06) 0%, transparent 70%);
  mix-blend-mode: multiply;
}

.lf-hero-home-road {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.lf-hero-home-dash {
  position: absolute;
  bottom: 22%;
  left: -20%;
  width: 22%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.15), rgba(6, 182, 212, 0.55), rgba(148, 163, 184, 0.15), transparent);
  animation: lf-road-streak 1.1s linear infinite;
}

.lf-hero-home-dash--2 { bottom: 18%; animation-duration: 0.95s; animation-delay: 0.25s; width: 16%; }
.lf-hero-home-dash--3 { bottom: 14%; animation-duration: 1.25s; animation-delay: 0.5s; width: 20%; }
.lf-hero-home-dash--4 { bottom: 26%; animation-duration: 0.85s; animation-delay: 0.15s; width: 14%; opacity: 0.7; }

.lf-hero-home-headlights {
  position: absolute;
  left: 14%;
  bottom: 28%;
  width: 28%;
  height: 18%;
  background: radial-gradient(ellipse at 30% 50%, rgba(6, 182, 212, 0.35) 0%, rgba(6, 182, 212, 0.08) 45%, transparent 70%);
  mix-blend-mode: screen;
  animation: lf-headlight-pulse 2.4s ease-in-out infinite;
  pointer-events: none;
}

.lf-hero-home-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.85;
}

@keyframes lf-truck-forward {
  from { transform: scale(1.02) translate3d(-1.2%, 0.4%, 0); }
  to { transform: scale(1.09) translate3d(2.8%, -0.6%, 0); }
}

@keyframes lf-road-streak {
  from { transform: translate3d(0, 0, 0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  to { transform: translate3d(520%, 0, 0); opacity: 0; }
}

@keyframes lf-headlight-pulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

/* Empresas — tablet con video dashboard */
.lf-hero-tablet-wrap {
  max-width: 34rem;
  margin-left: auto;
}

.lf-tablet-mockup {
  animation: lf-float 5.5s ease-in-out infinite;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.55));
}

.lf-tablet-frame {
  position: relative;
  padding: 0.65rem 0.55rem 0.75rem;
  border-radius: 1.35rem;
  background: linear-gradient(165deg, #334155 0%, #0f172a 50%, #020617 100%);
  border: 2px solid rgba(148, 163, 184, 0.25);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(6, 182, 212, 0.15);
}

.lf-tablet-camera {
  position: absolute;
  top: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #1e293b;
  border: 1px solid rgba(148, 163, 184, 0.35);
  z-index: 2;
}

.lf-tablet-screen {
  position: relative;
  border-radius: 0.85rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #0a1628;
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.lf-tablet-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lf-hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  pointer-events: none;
}

.lv3-hero.has-video .lv3-hero-bg { display: none; }

.lf-product {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--cubik-accent-ring);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
  background: rgba(8, 14, 28, 0.92);
  backdrop-filter: blur(14px);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.lf-product-chrome {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  min-height: 22rem;
}

.lf-product-side {
  background: var(--cubik-accent-soft);
  border-right: 1px solid var(--cubik-accent-ring);
  padding: 0.75rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
}

.lf-side-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
}

.lf-side-dot.active {
  background: var(--cubik-accent-soft);
  border-color: var(--cubik-accent-ring);
  box-shadow: 0 0 16px var(--cubik-accent-ring);
}

.lf-product-main { padding: 1rem; }

.lf-product-title {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}

.lf-kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.lf-kpi {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 10px;
  padding: 0.5rem 0.6rem;
}

.lf-kpi-val {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--cubik-teal);
  line-height: 1.2;
}

.lf-kpi span:last-child {
  font-size: 0.64rem;
  color: var(--cubik-muted);
}

.lf-map-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.65rem;
  background: var(--cubik-navy-dark);
  border: 1px solid var(--cubik-accent-ring);
}

.lf-map-wrap canvas {
  display: block;
  width: 100%;
  height: auto;
}

.lf-loads {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-loads li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  font-size: 0.72rem;
  color: var(--cubik-text);
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lf-loads li.is-in {
  opacity: 1;
  transform: none;
}

.lf-loads li em {
  font-style: normal;
  color: var(--cubik-teal);
  font-weight: 600;
}

.lf-tower-stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--cubik-accent-ring);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  background: var(--cubik-navy-dark);
  min-height: 20rem;
}

.lf-tower-stage canvas {
  display: block;
  width: 100%;
  height: auto;
}

.lf-trip-float {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  width: min(17rem, calc(100% - 2rem));
  background: rgba(10, 16, 30, 0.92);
  border: 1px solid var(--cubik-accent-ring);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  backdrop-filter: blur(10px);
  animation: lf-trip-in 0.8s ease 0.3s both;
}

@keyframes lf-trip-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.lf-scroll-section {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.lf-scroll-section.is-in {
  opacity: 1;
  transform: none;
}

.lf-tab-panel {
  opacity: 1;
  transition: opacity 0.35s ease;
}

.lf-tab-panel.is-fading {
  opacity: 0;
}

html.lf-smooth { scroll-behavior: smooth; }

.lf-trip-float strong {
  display: block;
  font-size: 0.88rem;
  color: #fff;
}

.lf-trip-float p {
  margin: 0.35rem 0;
  font-size: 0.78rem;
  color: var(--cubik-muted);
}

.lf-trip-float span:last-child {
  font-size: 0.72rem;
  color: var(--cubik-teal);
  font-weight: 700;
}

/* Ruta GPS hero */
.lf-hero-route {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid var(--cubik-accent-ring);
  backdrop-filter: blur(12px);
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.95);
  pointer-events: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lf-hero-route--live {
  position: absolute;
  left: 50%;
  bottom: 14%;
  z-index: 3;
  transform: translateX(-50%);
}

.lf-hero-route--copy {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  display: inline-flex;
  margin: 0.35rem 0 1rem;
  z-index: 1;
}

.lf-route-city {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.lf-route-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--cubik-teal);
  box-shadow: 0 0 10px var(--cubik-teal);
  animation: lf-dot-pulse 2s ease-in-out infinite;
}

.lf-route-dot--end {
  background: var(--cubik-teal-light);
  box-shadow: 0 0 10px var(--cubik-teal-light);
  animation-delay: 0.6s;
}

@keyframes lf-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.35); opacity: 1; }
}

.lf-route-track {
  position: relative;
  width: 7.5rem;
  height: 3px;
  background: rgba(148, 163, 184, 0.28);
  border-radius: 3px;
  overflow: visible;
}

.lf-route-line {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(148, 163, 184, 0.5) 0,
    rgba(148, 163, 184, 0.5) 6px,
    transparent 6px,
    transparent 12px
  );
  animation: lf-route-dash 1.2s linear infinite;
}

.lf-route-glow {
  position: absolute;
  inset: -1px 0;
  background: linear-gradient(90deg, transparent, var(--cubik-teal), transparent);
  animation: lf-route-pulse 2s ease-in-out infinite;
  border-radius: 3px;
}

.lf-route-truck {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -58%);
  font-size: 0.95rem;
  animation: lf-truck-move 3.8s linear infinite;
  filter: drop-shadow(0 0 8px var(--cubik-teal));
}

@keyframes lf-route-dash {
  from { background-position: 0 0; }
  to { background-position: 24px 0; }
}

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

@keyframes lf-truck-move {
  from { left: 2%; }
  to { left: 98%; }
}

/* Floating cards — profundidad hero */
.lf-float-card {
  position: absolute;
  z-index: 3;
  padding: 0.55rem 0.8rem;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid var(--cubik-accent-ring);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  animation: lf-float-card 6s ease-in-out infinite;
  will-change: transform;
}

.lf-float-card-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cubik-muted);
  margin-bottom: 0.15rem;
}

.lf-float-card-val {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--cubik-teal-light);
  line-height: 1.2;
}

.lv3-home .lf-float-card--1 { left: 6%; top: 22%; animation-delay: 0s; }
.lv3-home .lf-float-card--2 { right: 8%; top: 30%; animation-delay: 0.8s; }

.lv3-shipper .lf-float-card--1 { left: 5%; top: 24%; animation-delay: 0.2s; }
.lv3-shipper .lf-float-card--2 { right: 6%; top: 32%; animation-delay: 1s; }

.lv3-carrier .lf-float-card--1 { left: 4%; bottom: 34%; animation-delay: 0s; }
.lv3-carrier .lf-float-card--2 { right: 5%; top: 26%; animation-delay: 0.6s; }
.lv3-carrier .lf-float-card--3 { left: 12%; bottom: 22%; animation-delay: 1.2s; max-width: 11rem; }

@keyframes lf-float-card {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -9px, 0); }
}

.lf-loads li.lf-load-flash {
  background: rgba(6, 182, 212, 0.08);
  border-radius: 6px;
  transition: background 0.35s ease;
}

.lf-kpi-val.lf-kpi-tick {
  color: var(--cubik-teal-light);
  transition: color 0.25s ease;
}

/* Empresas — mini chart control tower */
.lf-mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 3.5rem;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.5rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.lf-mini-chart span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--cubik-teal-light), var(--cubik-teal));
  animation: lf-bar-grow 1.2s ease-out both;
}

.lf-mini-chart span:nth-child(1) { height: 42%; animation-delay: 0.05s; }
.lf-mini-chart span:nth-child(2) { height: 68%; animation-delay: 0.15s; }
.lf-mini-chart span:nth-child(3) { height: 55%; animation-delay: 0.25s; }
.lf-mini-chart span:nth-child(4) { height: 82%; animation-delay: 0.35s; }
.lf-mini-chart span:nth-child(5) { height: 61%; animation-delay: 0.45s; }

@keyframes lf-bar-grow {
  from { transform: scaleY(0); transform-origin: bottom; }
  to { transform: scaleY(1); }
}

/* Transportistas — viaje activo en dashboard */
.lf-live-trip {
  margin-bottom: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid var(--cubik-accent-ring);
  font-size: 0.72rem;
}

.lf-live-trip strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}

.lf-live-trip-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--cubik-muted);
  margin-top: 0.2rem;
}

.lf-live-trip-row em {
  font-style: normal;
  color: var(--cubik-teal);
  font-weight: 700;
}

@media (max-width: 959px) {
  .lf-float-card { display: none; }
  .lf-hero-route--live { bottom: 10%; font-size: 0.68rem; }
  .lf-route-track { width: 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .lf-hero-video,
  .lf-product-video,
  .lf-tablet-video,
  .lf-phone-video,
  .lf-hero-particles,
  .lf-hero-cine-canvas,
  .lf-trip-float,
  .lf-hero-product-wrap .lf-product,
  .lf-phone-mockup,
  .lf-hero-home-video,
  .lf-hero-home-dash,
  .lf-hero-home-headlights,
  .lf-hero-home-motion,
  .lf-float-card,
  .lf-route-glow,
  .lf-route-truck,
  .lf-route-line,
  .lf-route-dot {
    animation: none !important;
  }
  .lf-scroll-section {
    opacity: 1;
    transform: none;
  }
}
