.wcf-section {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
}

.wcf-flow {
  --wcf-accent: #3b82f6;
  --wcf-dot: #8ea3bd;
  --wcf-radius: 16px;
  --wcf-speed: 2.4s;
  position: relative;
  width: min(1560px, calc(100vw - 48px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 30px 0 24px;
  box-sizing: border-box;
  overflow: visible;
  color: #111827;
  font-family: inherit;
}
.wcf-flow *, .wcf-flow *::before, .wcf-flow *::after { box-sizing: border-box; }

/* One continuous animated connector, always behind every card. */
.wcf-flow-track {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.wcf-track {
  position: absolute;
  left: var(--wcf-track-left, 60px);
  width: var(--wcf-track-width, calc(100% - 120px));
  top: 55%;
  height: 4px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, color-mix(in srgb, var(--wcf-dot) 92%, transparent) 1.7px, transparent 1.9px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left center;
  opacity: .9;
}
.wcf-moving-dots {
  position: absolute;
  left: var(--wcf-track-left, 60px);
  width: var(--wcf-track-width, calc(100% - 120px));
  top: 0;
  bottom: 0;
}
.wcf-moving-dots i {
  position: absolute;
  left: -10px;
  top: 55%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 999px;
  background: var(--wcf-accent);
  box-shadow: 0 0 0 4px rgba(59,130,246,.09);
  opacity: .1;
  animation: wcf-dot-travel var(--wcf-speed) linear infinite;
  animation-delay: calc((var(--wcf-speed) / var(--wcf-dot-count)) * var(--i) * -1);
  will-change: transform, opacity;
}

/* Three-part story: source ecosystem -> Webnalytics hub -> outcome. */
.wcf-flow-row {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(145px, 11vw, 178px) clamp(220px, 18vw, 286px);
  align-items: center;
  gap: clamp(36px, 4.2vw, 78px);
}
.wcf-source-cluster {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 1.8vw, 30px);
}
.wcf-node {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

/* Source apps stay compact and equal. */
.wcf-app-card {
  width: clamp(94px, 7.2vw, 112px);
  min-height: 116px;
  padding: 15px 10px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .065);
  border-radius: var(--wcf-radius);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}
.wcf-logo-wrap {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
}
.wcf-logo {
  max-width: 46px;
  max-height: 46px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.wcf-logo-fallback {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef2f7;
  color: #475569;
  font-size: 20px;
  font-weight: 800;
}
.wcf-label {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  font-weight: 700;
  white-space: normal;
}

/* Explicitly communicates that the visible logos are examples, not the whole ecosystem. */
.wcf-more-card {
  border-style: dashed;
  border-color: rgba(59,130,246,.28);
  background: rgba(248,250,252,.98);
}
.wcf-more-badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eef4ff;
  color: var(--wcf-accent);
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

/* Webnalytics is a distinct, larger hub — not another app tile. */
.wcf-hub-zone {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wcf-hub-kicker {
  position: absolute;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  color: #64748b;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wcf-hub-card {
  width: 100%;
  min-height: 154px;
  padding: 18px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #fff;
  border: 2px solid rgba(59,130,246,.18);
  border-radius: calc(var(--wcf-radius) + 2px);
  box-shadow: 0 16px 34px rgba(37,99,235,.10), 0 8px 20px rgba(15,23,42,.06);
}
.wcf-hub-logo {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
}
.wcf-hub-logo .wcf-logo {
  max-width: 60px;
  max-height: 60px;
}
.wcf-logo-fallback.wcf-w {
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(145deg, #2563eb, #5b7cfa);
  font-size: 25px;
  border-radius: 15px;
}
.wcf-hub-title {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}
.wcf-hub-subtitle {
  max-width: 130px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.wcf-answer-card {
  width: 100%;
  min-height: 130px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .065);
  border-radius: var(--wcf-radius);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .075);
}
.wcf-spark {
  flex: 0 0 auto;
  font-size: 31px;
  line-height: 1;
  color: var(--wcf-accent);
}
.wcf-answer-card strong,
.wcf-answer-card span { display: block; }
.wcf-answer-card strong {
  color: #101828;
  font-size: clamp(22px, 1.7vw, 29px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
}
.wcf-answer-card div > span {
  margin-top: 8px;
  color: #667085;
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 650;
  white-space: nowrap;
}

@keyframes wcf-dot-travel {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: .25; }
  45% { opacity: 1; }
  90% { opacity: .25; }
  100% { transform: translateX(var(--wcf-distance, 900px)); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .wcf-moving-dots i {
    animation: none;
    left: calc((100% / var(--wcf-dot-count)) * var(--i));
    opacity: .55;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .wcf-flow { width: calc(100vw - 28px); }
  .wcf-flow-row {
    grid-template-columns: minmax(0, 1fr) 132px 205px;
    gap: 24px;
  }
  .wcf-source-cluster { gap: 10px; }
  .wcf-app-card {
    width: 88px;
    min-height: 108px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .wcf-hub-card { min-height: 140px; }
  .wcf-answer-card {
    min-height: 112px;
    padding: 16px;
  }
  .wcf-answer-card strong { font-size: 20px; }
  .wcf-answer-card div > span { font-size: 15px; }
}

@media (max-width: 900px) {
  .wcf-flow {
    width: 100%;
    margin-left: 0;
    transform: none;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 32px 16px 16px;
  }
  .wcf-flow-row {
    min-width: 1120px;
    grid-template-columns: 710px 155px 235px;
    gap: 34px;
  }
  .wcf-source-cluster { gap: 18px; }
}

@media (max-width: 640px) {
  .wcf-flow-row {
    min-width: 1030px;
    grid-template-columns: 645px 145px 210px;
    gap: 28px;
  }
  .wcf-app-card {
    width: 92px;
    min-height: 108px;
  }
  .wcf-hub-card { min-height: 138px; }
  .wcf-answer-card { min-height: 108px; padding: 15px 16px; }
}
