/* Shared sync sections — light gray theme, eCount brand blue (#0073BC) */
.sync3d-section {
  --sync-blue: #0073BC;
  --sync-blue-soft: #E8F4FB;
  --sync-blue-mid: #63baf1;
  --sync-sky: #38BDF8;
  --sync-text: #0f2744;
  --sync-muted: #5b6b7c;
  --sync-line: rgba(0, 115, 188, 0.18);
  --sync-surface: #ffffff;
  --sync-bg-top: #eceff3;
  --sync-bg-mid: #e4e8ee;
  --sync-bg-end: #f0f2f5;

  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(ellipse 50% 45% at 50% 40%, rgba(255, 255, 255, 0.55), transparent 70%),
    radial-gradient(ellipse 40% 40% at 85% 75%, rgba(0, 115, 188, 0.05), transparent 55%),
    linear-gradient(180deg, var(--sync-bg-top) 0%, var(--sync-bg-mid) 48%, var(--sync-bg-end) 100%);
}

.sync3d-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(100, 116, 139, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 116, 139, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 72% 62% at 50% 45%, #000 18%, transparent 78%);
  pointer-events: none;
  animation: syncGridDrift 18s linear infinite;
}

.sync3d-section::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  pointer-events: none;
  animation: syncScanSweep 5.5s ease-in-out infinite;
  z-index: 0;
}

.sync3d-inner {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.sync3d-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.75rem;
}

.sync3d-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--sync-blue-soft);
  color: var(--sync-blue);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sync3d-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sync-blue);
  box-shadow: 0 0 0 3px rgba(0, 115, 188, 0.18);
  animation: syncLiveDot 1.4s ease-in-out infinite;
}

.sync3d-title {
  margin: 0 0 0.75rem;
  color: var(--sync-text);
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sync3d-title span { color: var(--sync-blue); }

.sync3d-sub {
  margin: 0;
  color: var(--sync-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

@keyframes syncLiveDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.75); }
}

@keyframes syncGridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 44px 44px, 44px 44px; }
}

@keyframes syncScanSweep {
  0% { transform: translateX(0); opacity: 0; }
  15% { opacity: 0.7; }
  50% { opacity: 0.35; }
  100% { transform: translateX(320%); opacity: 0; }
}

/* ==========================================================================
   INVOICING — Live Automation Rail (light theme)
   ========================================================================== */
.inv-rail {
  position: relative;
  padding: 0.5rem 0 0.25rem;
}

.inv-rail-track {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 52px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 115, 188, 0.12), rgba(99, 186, 241, 0.35), rgba(0, 115, 188, 0.12));
  overflow: hidden;
  z-index: 0;
}

.inv-rail-track::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, transparent, #63baf1, #0073BC, transparent);
  animation: invRailSweep 2.8s linear infinite;
}

.inv-rail-packet {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 0%, #E8F4FB 100%);
  border: 1px solid rgba(0, 115, 188, 0.22);
  box-shadow: 0 8px 18px rgba(0, 115, 188, 0.16);
  animation: invPacketRide 7.5s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inv-rail-packet svg {
  width: 14px;
  height: 14px;
  color: var(--sync-blue);
}

.inv-rail-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.inv-rail-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.inv-rail-node {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  background: var(--sync-surface);
  border: 2px solid rgba(0, 115, 188, 0.16);
  box-shadow:
    0 12px 24px rgba(0, 115, 188, 0.08),
    0 0 0 6px rgba(255, 255, 255, 0.8);
  color: var(--sync-blue);
  font-weight: 800;
  font-size: 1.05rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inv-rail-step:hover .inv-rail-node {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 30px rgba(0, 115, 188, 0.14);
}

.inv-rail-step.is-live .inv-rail-node {
  animation: invNodePulse 2.2s ease-in-out infinite;
}

.inv-rail-step.is-cta .inv-rail-node {
  width: 68px;
  height: 68px;
  border: 0;
  background: linear-gradient(145deg, #0073BC, #2f9fd6);
  color: #fff;
  box-shadow:
    0 16px 32px rgba(0, 115, 188, 0.28),
    0 0 0 8px rgba(0, 115, 188, 0.1);
  animation: invCtaNode 2.4s ease-in-out infinite;
}

.inv-rail-card {
  width: 100%;
  border-radius: 18px;
  padding: 1.15rem 1rem 1.25rem;
  background: var(--sync-surface);
  border: 1px solid rgba(0, 115, 188, 0.1);
  box-shadow: 0 10px 26px rgba(15, 39, 68, 0.05);
  min-height: 168px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inv-rail-step:hover .inv-rail-card {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 115, 188, 0.1);
}

.inv-rail-card h3 {
  margin: 0 0 0.45rem;
  color: var(--sync-text);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.3;
}

.inv-rail-card p {
  margin: 0;
  color: var(--sync-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.inv-rail-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.inv-rail-chip {
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: var(--sync-blue-soft);
  color: var(--sync-blue);
  font-size: 0.68rem;
  font-weight: 700;
}

.inv-rail-step.is-cta .inv-rail-card {
  background: linear-gradient(160deg, #0073BC 0%, #1a8fd0 55%, #3aa6de 100%);
  border: 0;
  box-shadow: 0 20px 40px rgba(0, 115, 188, 0.26);
  min-height: 200px;
  transform: translateY(-8px);
}

.inv-rail-step.is-cta .inv-rail-card h3 {
  color: #fff;
  font-size: 1.2rem;
}

.inv-rail-step.is-cta .inv-rail-card p {
  color: rgba(255, 255, 255, 0.92);
}

.inv-rail-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.95rem;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  background: #fff;
  color: var(--sync-blue);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 115, 188, 0.16);
}

.inv-rail-cta:hover {
  color: #035a94;
  transform: translateY(-1px);
}

.inv-rail-status {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.inv-rail-status span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--sync-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.inv-rail-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sync-blue);
  box-shadow: 0 0 0 3px rgba(0, 115, 188, 0.16);
  animation: syncLiveDot 1.6s ease-in-out infinite;
}

@keyframes invRailSweep {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(420%); }
}

@keyframes invPacketRide {
  0% { left: 8%; opacity: 0; transform: scale(0.8); }
  8% { opacity: 1; transform: scale(1); }
  28% { left: 30%; }
  50% { left: 52%; }
  72% { left: 74%; }
  90% { left: 90%; opacity: 1; }
  100% { left: 92%; opacity: 0; transform: scale(0.85); }
}

@keyframes invNodePulse {
  0%, 100% { box-shadow: 0 12px 24px rgba(0, 115, 188, 0.08), 0 0 0 6px rgba(255, 255, 255, 0.8); }
  50% { box-shadow: 0 12px 24px rgba(0, 115, 188, 0.14), 0 0 0 10px rgba(0, 115, 188, 0.08); }
}

@keyframes invCtaNode {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@media (max-width: 900px) {
  .inv-rail-track,
  .inv-rail-packet { display: none; }

  .inv-rail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inv-rail-step.is-cta .inv-rail-card {
    transform: none;
  }
}

@media (max-width: 560px) {
  .inv-rail-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   BILTY — Live Route Constellation (light theme)
   ========================================================================== */
.bilty-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 1.35rem 1.75rem;
  align-items: stretch;
  min-height: 0;
}

.bilty-map-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(0, 115, 188, 0.2);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.bilty-map-ring.is-1 {
  width: min(360px, 42%);
  height: min(360px, 42%);
  animation: biltyOrbitSpin 28s linear infinite;
}

.bilty-map-ring.is-2 {
  width: min(250px, 30%);
  height: min(250px, 30%);
  border-style: solid;
  border-color: rgba(99, 186, 241, 0.28);
  animation: biltyOrbitSpin 18s linear infinite reverse;
}

.bilty-map-core {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(100, 116, 139, 0.16);
  box-shadow:
    0 22px 44px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--sync-text);
  text-align: center;
  padding: 1.1rem 1rem;
  animation: biltyCoreLive 3.6s ease-in-out infinite;
}

.bilty-map-core::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 36px;
  background: radial-gradient(circle, rgba(0, 115, 188, 0.12), transparent 68%);
  z-index: -1;
  animation: biltyCoreGlow 3s ease-in-out infinite;
}

.bilty-map-core::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px solid rgba(0, 115, 188, 0.12);
  pointer-events: none;
  animation: biltyCoreFrame 2.8s ease-in-out infinite;
}

.bilty-map-logo {
  width: min(132px, 68%);
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0, 115, 188, 0.12));
  animation: biltyLogoBreath 3.2s ease-in-out infinite;
}

.bilty-map-core strong {
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  color: var(--sync-blue);
}

.bilty-map-core small {
  font-size: 0.68rem;
  color: var(--sync-muted);
  line-height: 1.35;
}

.bilty-map-signal {
  display: flex;
  gap: 5px;
  margin-top: 0.15rem;
}

.bilty-map-signal span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sync-blue);
  animation: biltySignal 1.2s ease-in-out infinite;
}

.bilty-map-signal span:nth-child(2) { animation-delay: 0.2s; background: #2f9fd6; }
.bilty-map-signal span:nth-child(3) { animation-delay: 0.4s; background: #63baf1; }

.bilty-map-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  border: 2px solid rgba(0, 115, 188, 0.28);
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: biltyLivePulse 2.4s ease-out infinite;
}

.bilty-map-pulse.is-2 {
  animation-delay: 0.8s;
}

.bilty-map-nodes {
  display: contents;
}

.bilty-node {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 3;
  display: flex;
}

.bilty-node.is-1 { grid-column: 1; grid-row: 1; }
.bilty-node.is-2 { grid-column: 3; grid-row: 1; }
.bilty-node.is-3 { grid-column: 1; grid-row: 2; }
.bilty-node.is-cta { grid-column: 3; grid-row: 2; width: 100%; }

.bilty-node.is-1,
.bilty-node.is-3 {
  justify-content: flex-end;
}

.bilty-node.is-2,
.bilty-node.is-cta {
  justify-content: flex-start;
}

.bilty-node-card {
  position: relative;
  width: 100%;
  max-width: 280px;
  min-height: 100%;
  border-radius: 20px;
  padding: 1.15rem 1.2rem 1.2rem;
  background: var(--sync-surface);
  border: 1px solid rgba(100, 116, 139, 0.14);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bilty-node-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.45) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: biltyCardShimmer 4.8s ease-in-out infinite;
  pointer-events: none;
}

.bilty-node-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0073BC, #63baf1);
}

.bilty-node.is-1 .bilty-node-card { animation: biltyFloatA 4.2s ease-in-out infinite; }
.bilty-node.is-2 .bilty-node-card { animation: biltyFloatB 4.8s ease-in-out infinite; }
.bilty-node.is-3 .bilty-node-card { animation: biltyFloatB 4.4s ease-in-out infinite 0.4s; }

.bilty-node.is-1 .bilty-node-card::after { animation-delay: 0.2s; }
.bilty-node.is-2 .bilty-node-card::after { animation-delay: 1.1s; }
.bilty-node.is-3 .bilty-node-card::after { animation-delay: 2s; }
.bilty-node.is-cta .bilty-node-card::after {
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
  animation-delay: 2.8s;
}

.bilty-node-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.bilty-node-badge {
  flex: none;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--sync-blue-soft);
  color: var(--sync-blue);
  font-size: 0.82rem;
  font-weight: 800;
  border: 1px solid rgba(0, 115, 188, 0.14);
}

.bilty-node-live {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sync-blue);
}

.bilty-node-live::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: var(--sync-blue);
  vertical-align: middle;
  animation: syncLiveDot 1.3s ease-in-out infinite;
}

.bilty-node-card h3 {
  margin: 0 0 0.4rem;
  color: var(--sync-text);
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.3;
}

.bilty-node-card p {
  margin: 0;
  color: var(--sync-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  flex: 1;
}

.bilty-node-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.bilty-node-meta span {
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--sync-blue-soft);
  color: var(--sync-blue);
  font-size: 0.68rem;
  font-weight: 700;
  border: 1px solid rgba(0, 115, 188, 0.1);
}

.bilty-node.is-cta .bilty-node-card {
  padding: 1.35rem 1.25rem 1.4rem;
  max-width: 300px;
  background: linear-gradient(155deg, #0073BC 0%, #1a8fd0 50%, #3aa6de 100%);
  border: 0;
  box-shadow:
    0 24px 46px rgba(0, 115, 188, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  animation: biltyCtaGlow 2.6s ease-in-out infinite;
}

.bilty-node.is-cta .bilty-node-card::before { display: none; }

.bilty-node.is-cta .bilty-node-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.bilty-node.is-cta .bilty-node-live { color: rgba(255, 255, 255, 0.92); }
.bilty-node.is-cta .bilty-node-live::before { background: #fff; }

.bilty-node.is-cta h3 {
  color: #fff;
  font-size: 1.25rem;
}

.bilty-node.is-cta p { color: rgba(255, 255, 255, 0.92); }

.bilty-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.95rem;
  align-self: flex-start;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  color: var(--sync-blue);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 115, 188, 0.18);
}

.bilty-cta-btn:hover {
  color: #035a94;
  transform: translateY(-1px);
}

.bilty-beam {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.bilty-beam path {
  fill: none;
  stroke: rgba(0, 115, 188, 0.2);
  stroke-width: 1.5;
  stroke-dasharray: 6 8;
  animation: biltyDash 1.4s linear infinite;
}

@keyframes biltyOrbitSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes biltyCoreGlow {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes biltyCoreLive {
  0%, 100% { transform: translateY(0); box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95); }
  50% { transform: translateY(-5px); box-shadow: 0 28px 50px rgba(0, 115, 188, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95); }
}

@keyframes biltyCoreFrame {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.9; }
}

@keyframes biltyLogoBreath {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes biltyLivePulse {
  0% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.35); }
}

@keyframes biltyCardShimmer {
  0%, 55% { transform: translateX(-120%); }
  75% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

@keyframes biltySignal {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes biltyFloatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes biltyFloatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@keyframes biltyCtaGlow {
  0%, 100% { filter: brightness(1); transform: translateY(0); }
  50% { filter: brightness(1.04); transform: translateY(-4px); }
}

@keyframes biltyDash {
  to { stroke-dashoffset: -28; }
}

@media (max-width: 900px) {
  .bilty-map {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.9rem;
  }

  .bilty-map-ring,
  .bilty-beam { display: none; }

  .bilty-map-core {
    grid-column: 1;
    grid-row: auto;
    margin: 0 auto 0.5rem;
    max-width: 200px;
  }

  .bilty-node.is-1,
  .bilty-node.is-2,
  .bilty-node.is-3,
  .bilty-node.is-cta {
    grid-column: 1;
    grid-row: auto;
    justify-content: stretch;
  }

  .bilty-node-card,
  .bilty-node.is-cta .bilty-node-card {
    max-width: none;
  }

  .bilty-node.is-1 .bilty-node-card,
  .bilty-node.is-2 .bilty-node-card,
  .bilty-node.is-3 .bilty-node-card,
  .bilty-node.is-cta .bilty-node-card {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sync3d-eyebrow::before,
  .inv-rail-track::after,
  .inv-rail-packet,
  .inv-rail-step.is-live .inv-rail-node,
  .inv-rail-step.is-cta .inv-rail-node,
  .inv-rail-status i,
  .bilty-map-core::before,
  .bilty-map-core::after,
  .bilty-map-core,
  .bilty-map-logo,
  .bilty-map-pulse,
  .bilty-map-signal span,
  .bilty-node-card,
  .bilty-node-card::after,
  .bilty-node.is-cta .bilty-node-card,
  .bilty-beam path,
  .bilty-node-live::before,
  .sync3d-section::before,
  .sync3d-section::after {
    animation: none !important;
  }
}
