/* Homepage — quote marquee + connectors cluster (v3f — 13 cards) */
.jlt-tq-section .heading-title .accent-shape,
.heading-title:has(.jlt-tq-title) .accent-shape,
.heading-title .accent-shape {
  display: none !important;
}

.jlt-tq-title,
h2.jlt-tq-title {
  max-width: 18ch;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.jlt-tq {
  --jlt-tq-ink: #121212;
  --jlt-tq-muted: #5c5a55;
  --jlt-tq-card: #fffcf8;
  --jlt-tq-line: rgba(28, 25, 20, 0.1);
  font-family: Aspekta, Figtree, system-ui, sans-serif;
  margin-top: 10px;
}

.jlt-tq-track-wrap {
  overflow: hidden;
  margin: 0 -8px;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.jlt-tq-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 6px 8px 10px;
  animation: jlt-tq-slide 55s linear infinite;
}

.jlt-tq-track:hover {
  animation-play-state: paused;
}

@keyframes jlt-tq-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.jlt-tq-card {
  width: min(320px, 78vw);
  flex: 0 0 auto;
  background: var(--jlt-tq-card);
  border: 1px solid var(--jlt-tq-line);
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(20, 16, 10, 0.04), 0 16px 36px rgba(40, 28, 10, 0.06);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  text-align: left;
}

.jlt-tq-card.is-center {
  border-color: rgba(232, 120, 42, 0.35);
  box-shadow: 0 1px 0 rgba(20, 16, 10, 0.04), 0 18px 44px rgba(232, 120, 42, 0.12);
}

.jlt-tq-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.jlt-tq-who img,
.jlt-tq-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.jlt-tq-avatar {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1e293b, #0f766e 50%, #1e3a5f);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.jlt-tq-name {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--jlt-tq-ink);
  line-height: 1.2;
}

.jlt-tq-role {
  font-size: 11px;
  color: var(--jlt-tq-muted);
  margin-top: 2px;
  line-height: 1.3;
}

.jlt-tq-pull {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--jlt-tq-ink);
}

.jlt-tq-body {
  margin: 0;
  flex: 1;
  font-size: 13px;
  line-height: 1.45;
  color: #3f3d38;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jlt-tq-mark {
  margin-top: 14px;
  height: 20px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  object-position: left;
  opacity: 0.9;
}

.slider-grid.jlt-tq-hidden,
.w-slider-arrow-left.jlt-tq-hidden,
.w-slider-arrow-right.jlt-tq-hidden,
.slider-arrow-2.jlt-tq-hidden {
  display: none !important;
}

/* —— Connectors cluster —— */
.jlt-cx {
  --jlt-cx-ink: #121212;
  --jlt-cx-muted: #5c5a55;
  --jlt-cx-line: rgba(28, 25, 20, 0.1);
  font-family: Aspekta, Figtree, system-ui, sans-serif;
  margin: 56px 0 8px;
  padding: 8px 0 12px;
}

.jlt-cx-head {
  max-width: 720px;
  margin-bottom: 8px;
}

.jlt-cx-title {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 2.7vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--jlt-cx-ink);
  max-width: 22ch;
}

.jlt-cx-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--jlt-cx-muted);
  max-width: 46ch;
}

.jlt-cx-stage {
  position: relative;
  margin-top: 8px;
  min-height: 420px;
  border-radius: 22px;
  border: 1px solid var(--jlt-cx-line);
  background:
    radial-gradient(
      420px 280px at var(--jlt-cx-glow-x, 50%) var(--jlt-cx-glow-y, 18%),
      rgba(232, 120, 42, 0.18),
      transparent 62%
    ),
    radial-gradient(900px 280px at 50% 10%, rgba(232, 120, 42, 0.1), transparent 62%),
    linear-gradient(rgba(28, 25, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 25, 20, 0.035) 1px, transparent 1px),
    #faf8f3;
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
  overflow: hidden;
  padding: 28px 18px 34px;
  transition: --jlt-cx-glow-x 120ms linear, --jlt-cx-glow-y 120ms linear;
}

.jlt-cx-stage::before {
  content: "";
  position: absolute;
  inset: 12% 10% 18%;
  border-radius: 48%;
  border: 1px dashed rgba(154, 74, 18, 0.14);
  pointer-events: none;
  opacity: 0.85;
}

.jlt-cx-cluster {
  position: relative;
  height: 430px;
  max-width: 980px;
  margin: 0 auto;
  z-index: 1;
}

.jlt-cx-card {
  --jlt-cx-px: 0px;
  --jlt-cx-py: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 176px;
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--jlt-cx-line);
  box-shadow: 0 14px 36px rgba(40, 28, 10, 0.1);
  text-decoration: none;
  color: inherit;
  will-change: transform;
  transform: translate3d(var(--jlt-cx-px), var(--jlt-cx-py), 0);
  transition: transform 160ms ease-out, box-shadow 180ms ease;
  animation: jlt-cx-bob 5.6s ease-in-out infinite;
  animation-delay: var(--jlt-cx-delay, 0s);
}

.jlt-cx-card.is-featured {
  min-width: 220px;
  padding: 16px 20px 16px 14px;
  gap: 14px;
  box-shadow: 0 18px 44px rgba(40, 28, 10, 0.14);
  z-index: 2;
}

.jlt-cx-card:hover {
  animation-play-state: paused;
  transform: translate3d(var(--jlt-cx-px), calc(var(--jlt-cx-py) - 6px), 0) scale(1.03);
  box-shadow: 0 20px 48px rgba(40, 28, 10, 0.16);
  z-index: 3;
}

@keyframes jlt-cx-bob {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

.jlt-cx-logo {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: #f4f2ec;
  border: 1px solid rgba(28, 25, 20, 0.06);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.jlt-cx-card.is-featured .jlt-cx-logo {
  width: 56px;
  height: 56px;
  border-radius: 13px;
}

.jlt-cx-logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.jlt-cx-card.is-featured .jlt-cx-logo img {
  width: 40px;
  height: 40px;
}

.jlt-cx-logo.is-fill {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}

.jlt-cx-logo.is-fill img,
.jlt-cx-card.is-featured .jlt-cx-logo.is-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jlt-cx-card.is-featured .jlt-cx-name {
  font-size: 16px;
}

.jlt-cx-fallback {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #334155;
}

.jlt-cx-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--jlt-cx-ink);
}

.jlt-cx-meta {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--jlt-cx-muted);
}

/* Desktop float positions — 13 cards; Moov (6) + Pak (9) + API (13) featured */
.jlt-cx-card:nth-child(1) { left: 1%; top: 4%; } /* Claude Cowork */
.jlt-cx-card:nth-child(2) { left: 26%; top: 1%; } /* Codex */
.jlt-cx-card:nth-child(3) { left: 50%; top: 5%; } /* Plaid */
.jlt-cx-card:nth-child(4) { left: 74%; top: 2%; } /* QuickBooks */
.jlt-cx-card:nth-child(5) { left: 4%; top: 28%; } /* Quorum */
.jlt-cx-card:nth-child(6) { left: 28%; top: 26%; } /* Moov — payments */
.jlt-cx-card:nth-child(7) { left: 54%; top: 30%; } /* Checkeeper */
.jlt-cx-card:nth-child(8) { left: 76%; top: 26%; } /* W-Energy */
.jlt-cx-card:nth-child(9) { left: 2%; top: 54%; } /* Pak — CSV */
.jlt-cx-card:nth-child(10) { left: 26%; top: 58%; } /* BOLO */
.jlt-cx-card:nth-child(11) { left: 50%; top: 52%; } /* Integra */
.jlt-cx-card:nth-child(12) { left: 72%; top: 56%; } /* W-9 */
.jlt-cx-card:nth-child(13) { left: 38%; top: 78%; } /* Joltly API */

.jlt-cx-foot {
  margin: 14px 18px 0;
  text-align: center;
  font-size: 13px;
}

.jlt-cx-foot a {
  color: #9a4a12;
  font-weight: 650;
  text-decoration: none;
}

.jlt-cx-foot a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .jlt-cx {
    margin-top: 40px;
  }

  .jlt-cx-stage {
    min-height: 0;
  }

  .jlt-cx-cluster {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .jlt-cx-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    min-width: 0;
    width: 100%;
  }

  .jlt-tq-card {
    min-height: 220px;
  }
}

@media screen and (max-width: 560px) {
  .jlt-cx-cluster {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jlt-cx-card {
    animation: none !important;
  }

  .jlt-tq-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}

/* v3b featured moov pak logos */

/* v3c logo fill */

/* v3d bob parallax glow */
