/* Influencers connected process map — 2026-08-14 */
#ff-how-live.ff-page-influencers .ff-how-steps {
  overflow: hidden;
  padding-top: clamp(88px, 8vw, 124px);
  padding-bottom: clamp(96px, 8.5vw, 132px);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}
#ff-how-live.ff-page-influencers .ff-how-steps .ff-details-head {
  margin-bottom: clamp(48px, 5.5vw, 72px);
}
#ff-how-live.ff-page-influencers .ff-process-map {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "n1 n2" "n4 n3";
  gap: clamp(66px, 7vw, 106px) clamp(88px, 10vw, 160px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px clamp(18px, 4vw, 48px);
}
#ff-how-live.ff-page-influencers .ff-process-map::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 28%;
  right: 21%;
  bottom: 28%;
  left: 21%;
  border-top: 2px dashed rgba(180, 154, 98, 0.72);
  border-right: 2px dashed rgba(180, 154, 98, 0.72);
  border-bottom: 2px dashed rgba(180, 154, 98, 0.72);
  border-radius: 0 96px 96px 0;
  pointer-events: none;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 430px);
  min-height: 286px;
  padding: 42px 46px;
  border: 1px solid rgba(161, 132, 76, 0.2);
  box-shadow: 0 20px 52px rgba(71, 59, 40, 0.08);
  text-align: left;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(1) {
  grid-area: n1;
  min-height: 330px;
  justify-self: start;
  border-radius: 38% 62% 55% 45% / 43% 48% 52% 57%;
  background: #f7efe2;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(2) {
  grid-area: n2;
  width: min(100%, 394px);
  min-height: 260px;
  justify-self: end;
  transform: translateY(24px);
  border-radius: 54% 46% 39% 61% / 47% 58% 42% 53%;
  background: #f1e7ec;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(3) {
  grid-area: n3;
  width: min(100%, 408px);
  min-height: 276px;
  justify-self: end;
  transform: translateY(-4px);
  border-radius: 47% 53% 61% 39% / 55% 43% 57% 45%;
  background: #e9efea;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(4) {
  grid-area: n4;
  width: min(100%, 420px);
  min-height: 294px;
  justify-self: start;
  transform: translateY(28px);
  border-radius: 61% 39% 48% 52% / 46% 57% 43% 54%;
  background: #f4eddc;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-number {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 20px;
  padding: 7px 11px;
  border: 1px solid rgba(145, 116, 61, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #806a3b;
  font-family: "FF Inter", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}
#ff-how-live.ff-page-influencers .ff-process-map h3 {
  margin: 0 0 13px;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.012em;
}
#ff-how-live.ff-page-influencers .ff-process-map h3 strong {
  color: #26231f;
  font-weight: 700;
}
#ff-how-live.ff-page-influencers .ff-process-map p {
  max-width: 36ch;
  margin: 0;
  color: #5b554c;
  font-size: clamp(0.86rem, 0.9vw, 0.95rem);
  line-height: 1.62;
}
@media (max-width: 820px) {
  #ff-how-live.ff-page-influencers .ff-how-steps {
    padding: 72px 22px 86px;
  }
  #ff-how-live.ff-page-influencers .ff-how-steps .ff-details-head {
    margin-bottom: 42px;
  }
  #ff-how-live.ff-page-influencers .ff-process-map {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "n1" "n2" "n3" "n4";
    gap: 30px;
    padding: 14px 0 14px 30px;
  }
  #ff-how-live.ff-page-influencers .ff-process-map::before {
    top: 6%;
    right: auto;
    bottom: 6%;
    left: 14px;
    width: 0;
    border: 0;
    border-left: 2px dashed rgba(180, 154, 98, 0.72);
    border-radius: 0;
  }
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item,
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(n) {
    width: 100%;
    min-height: 0;
    padding: 34px 30px;
    justify-self: stretch;
    transform: none;
  }
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    width: 10px;
    height: 10px;
    border: 3px solid #fbfaf7;
    border-radius: 50%;
    background: #b49a62;
    transform: translateY(-50%);
  }
  #ff-how-live.ff-page-influencers .ff-process-map h3 {
    font-size: 1.48rem;
  }
  #ff-how-live.ff-page-influencers .ff-process-map p {
    max-width: none;
    font-size: 0.88rem;
  }
}

/* Influencers map alignment and direction polish — 2026-08-14 */
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas: "number title" "copy copy";
  column-gap: 12px;
  row-gap: 13px;
  align-content: center;
  justify-content: initial;
  padding: 36px 44px 52px;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-number {
  grid-area: number;
  align-self: center;
  justify-self: start;
  margin: 0;
  padding: 8px 12px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
#ff-how-live.ff-page-influencers .ff-process-map h3 {
  grid-area: title;
  align-self: center;
  margin: 0;
  color: #26231f;
  font-size: clamp(1.42rem, 1.75vw, 1.72rem);
  font-weight: 700;
  line-height: 1.14;
}
#ff-how-live.ff-page-influencers .ff-process-map h3 strong {
  color: inherit;
  font-weight: inherit;
}
#ff-how-live.ff-page-influencers .ff-process-map p {
  grid-area: copy;
  max-width: none;
  margin: 0;
  font-size: clamp(0.82rem, 0.86vw, 0.9rem);
  line-height: 1.54;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item::before {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fbfaf7;
  color: #a4874f;
  font-family: Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 5px rgba(251, 250, 247, 0.78);
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(1)::before {
  content: "→";
  top: 50%;
  right: -84px;
  transform: translateY(-50%);
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(2)::before {
  content: "↓";
  left: calc(50% + 10px);
  bottom: -66px;
  transform: translateX(-50%);
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(3)::before {
  content: "←";
  top: 50%;
  left: -84px;
  transform: translateY(-50%);
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(4)::before {
  content: none;
}
@media (max-width: 820px) {
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item,
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(n) {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas: "number title" "copy copy";
    column-gap: 10px;
    row-gap: 10px;
    align-content: start;
    padding: 28px 30px 42px;
  }
  #ff-how-live.ff-page-influencers .ff-process-map .ff-number {
    padding: 7px 10px;
    font-size: 0.96rem;
  }
  #ff-how-live.ff-page-influencers .ff-process-map h3 {
    font-size: 1.34rem;
    line-height: 1.16;
  }
  #ff-how-live.ff-page-influencers .ff-process-map p {
    font-size: 0.82rem;
    line-height: 1.5;
  }
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(-n+3)::before {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -28px;
    left: -31px;
    min-width: 26px;
    height: 26px;
    padding: 0 3px;
    font-size: 1.04rem;
    transform: none;
  }
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(4)::before {
    content: none;
  }
}

/* Influencers map exact title baseline — 2026-08-14 */
#ff-how-live.ff-page-influencers .ff-process-map .ff-process-item {
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 10px;
}
#ff-how-live.ff-page-influencers .ff-process-map .ff-number {
  align-self: start;
  margin-top: 2px;
}
#ff-how-live.ff-page-influencers .ff-process-map h3 {
  align-self: start;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
}
@media (max-width: 820px) {
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item,
  #ff-how-live.ff-page-influencers .ff-process-map .ff-process-item:nth-child(n) {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 8px;
  }
  #ff-how-live.ff-page-influencers .ff-process-map h3 {
    font-size: 1.28rem !important;
  }
}

/* Influencers hero CTA — 2026-08-14 */
#ff-how-live.ff-page-influencers .ff-influencer-hero-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#ff-how-live.ff-page-influencers .ff-unified-cta-influencer {
  background: #ed0060 !important;
  border-color: #ed0060 !important;
  color: #ffffff !important;
}

#ff-how-live.ff-page-influencers .ff-unified-cta-influencer:hover,
#ff-how-live.ff-page-influencers .ff-unified-cta-influencer:focus-visible {
  background: #ffffff !important;
  border-color: #ed0060 !important;
  color: #ed0060 !important;
}

@media (max-width: 820px) {
  #ff-how-live.ff-page-influencers .ff-influencer-hero-action {
    margin-top: 24px;
  }
}