/**
 * Homepage v2 — design system from the new Flustle platform page.
 * Scoped to .fp-* so it does not leak into the rest of the theme.
 */

/* Sticky/overlay needs a real page scroll container. Theme sets body { overflow: hidden }. */
html:has(.fp-hero) {
  overflow-x: clip;
  overflow-y: scroll;
  overflow-anchor: none;
}

body:has(.fp-hero) {
  overflow: visible !important;
  overflow-anchor: none;
}

/* Keep banner + nav in flow. Switching them to position:fixed on the first
   scroll pulls them out of the page and makes the top bar hitch. */
html:has(.fp-hero) .site-header,
html:has(.fp-hero) .site-header:has(.sticky) {
  position: sticky !important;
  top: 0;
  left: auto;
  width: 100%;
}

.fp-hero,
.fp-works,
.fp-how,
.fp-trust,
.fp-who,
.fp-price,
.fp-get,
.fp-vs,
.fp-quotes,
.fp-blog,
.fp-cta {
  --fp-ink: #0b0d12;
  --fp-red: var(--qt-bg-bg-7, #9b0000);
  --fp-red-dark: var(--qt-bg-bg-3, #6e0101);
  --fp-muted: #565e6b;
  --fp-dim: #646c79;
  --fp-hint: #7c8492;
  --fp-line: #e4e7ec;
  --fp-line-soft: #ebeef2;
  --fp-wash: #fafbfc;
  --fp-chip: #f1f3f7;
  --fp-purple: #b49bff;
  --fp-cyan: #25f4ee;
  --fp-coral: #ff5c4a;
  --fp-rail: 1400px;
  --fp-display: "Inter Tight", var(--f-ff-font-1), sans-serif;
  --fp-sans: "Inter", var(--f-ff-font-1), sans-serif;
  --fp-label: "Inter", var(--f-ff-font-1), sans-serif;
}

.fp-hero {
  background: #fff;
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
  overflow: visible;
  position: relative;
}

.fp-hero__pin {
  position: sticky;
  top: var(--fp-sticky-top, 0px);
  z-index: 1;
  background: #fff;
  overflow: visible;
  overflow-anchor: none;
}

.fp-hero__rail {
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 76px 28px 0;
}

.fp-hero__rail--app {
  padding: 0 28px;
  border-color: transparent;
}

.fp-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}



/* Type for eyebrow, title and lead lives in the page type standard at the end
   of this file. These blocks only carry what is specific to the hero. */

.fp-hero__eyebrow-text {
  color: var(--fp-red);
}

.fp-hero__title {
  color: var(--qt-text-h-text2, #160707);
  max-width: none;
}

.fp-hero__lead {
  color: var(--fp-muted);
  max-width: 600px;
}

.fp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fp-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease,
    transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.fp-btn:focus-visible {
  outline: 2px solid var(--fp-red);
  outline-offset: 3px;
}

/* Same gradient, lit edge and glow as the header "Sign up for Free" button. */
.fp-btn--primary {
  color: #fff;
  background: linear-gradient(180deg, #b40606 0%, #8e0000 100%);
  border: 1px solid #8e0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 6px 18px rgba(142, 0, 0, 0.26);
}

.fp-btn--primary:hover,
.fp-btn--primary:focus {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 24px rgba(142, 0, 0, 0.32);
}

.fp-btn--ghost {
  color: var(--fp-ink);
  background: transparent;
  border: 1px solid #d5dae1;
}

.fp-btn--ghost:hover,
.fp-btn--ghost:focus {
  color: #fff;
  background: #0b0d12;
  border-color: #0b0d12;
}

.fp-hero__trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.fp-hero__avatars {
  display: flex;
  flex: none;
}

.fp-hero__avatars img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f7f8fa;
}

.fp-hero__avatars img + img {
  margin-left: -10px;
}

.fp-hero__trust-note {
  font-family: var(--fp-sans);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fp-dim);
}

.fp-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 56px 64px;
  align-items: start;
  overflow: visible;
}

.fp-hero__copy {
  min-width: 0;
}

.fp-hero .fp-toasts {
  position: relative;
  align-self: start;
  width: 100%;
  height: auto;
  min-height: 440px;
  overflow: visible;
}

.fp-hero .fp-toasts__bubbles {
  position: absolute;
  inset: 8px 36px 0 36px;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.fp-hero .fp-bubble {
  position: absolute;
  left: var(--x);
  bottom: var(--y, 12%);
  width: 44px;
  height: 44px;
  margin-left: -22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  overflow: visible;
  transform-origin: 50% 50%;
  animation: fpBubbleRise calc(var(--d, 2.2s) * 1.1) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.fp-hero .fp-bubble::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 11px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(-18deg);
}

.fp-hero .fp-bubble i,
.fp-hero .fp-bubble svg {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  max-width: none;
  max-height: none;
  line-height: 1;
  overflow: visible;
}

.fp-hero .fp-bubble i::before {
  display: block;
  line-height: 1;
}

.fp-hero .fp-bubble--heart {
  color: var(--fp-red);
  background: radial-gradient(circle at 32% 28%, #fff 0%, #ffe8e8 46%, #ffd2d2 100%);
}

.fp-hero .fp-bubble--comment {
  color: #44505c;
  background: radial-gradient(circle at 32% 28%, #fff 0%, #eef5ff 50%, #d7e6f6 100%);
}

.fp-hero .fp-bubble--burst {
  animation: fpBubbleBurst 0.77s ease-out forwards;
  animation-delay: var(--delay, 0s);
}

.fp-hero .fp-toasts__stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 42px 22px 52px;
}

.fp-hero .fp-toast {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  flex: none;
  padding: 13px 14px;
  background: #f6f7f9;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  max-height: 92px;
  overflow: hidden;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform-origin: top center;
  transition:
    opacity 0.198s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    max-height 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.242s ease;
}

.fp-hero .fp-toast.is-enter {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -10px;
  transform: translate3d(0, -14px, 0);
}

.fp-hero .fp-toast.is-fresh {
  background: #fdecec;
}

.fp-hero .fp-toast.is-exit {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -10px;
  transform: translate3d(0, 8px, 0);
}

.fp-hero .fp-toast__brand {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex: none;
  overflow: visible;
}

.fp-hero .fp-toast__brand i,
.fp-hero .fp-toast__brand svg,
.fp-hero .fp-toast__ping,
.fp-hero .fp-toast__ping svg {
  overflow: visible;
}

.fp-hero .fp-toast[data-kind="ig"] .fp-toast__brand {
  background: radial-gradient(circle at 30% 110%, #fccc63, #fbad50 20%, #e95950 40%, #d62976 70%, #4f5bd5);
}

.fp-hero .fp-toast[data-kind="yt"] .fp-toast__brand {
  background: #ff0000;
}

.fp-hero .fp-toast[data-kind="tt"] .fp-toast__brand {
  background: #111;
}

.fp-hero .fp-toast[data-kind="x"] .fp-toast__brand {
  background: #0b0d12;
}

.fp-hero .fp-toast[data-kind="fb"] .fp-toast__brand {
  background: #1877f2;
}

.fp-hero .fp-toast__body {
  min-width: 0;
}

.fp-hero .fp-toast__what {
  font-family: var(--fp-sans);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--qt-text-h-text2, #160707);
  line-height: 1.25;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fp-hero .fp-toast__hint {
  font-family: var(--fp-sans);
  font-size: 12.5px;
  color: var(--fp-muted);
  margin-top: 3px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fp-hero .fp-toast__ping {
  color: var(--fp-red);
  font-size: 13px;
  justify-self: end;
}

.fp-hero .fp-toast[data-action="comment"] .fp-toast__ping {
  color: #3a404b;
}

@keyframes fpBubbleRise {
  0% {
    transform: translate3d(0, 12px, 0) scale(calc(var(--s, 1) * 0.7));
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  45% {
    transform: translate3d(4px, -110px, 0) scale(var(--s, 1));
  }
  75% {
    transform: translate3d(-4px, -210px, 0) scale(var(--s, 1));
    opacity: 0.8;
  }
  100% {
    transform: translate3d(2px, -300px, 0) scale(calc(var(--s, 1) * 0.78));
    opacity: 0;
  }
}

@keyframes fpBubbleBurst {
  0% {
    transform: translate3d(0, 6px, 0) scale(0.45);
    opacity: 0;
  }
  22% {
    opacity: 1;
    transform: translate3d(3px, -36px, 0) scale(var(--s, 1));
  }
  100% {
    transform: translate3d(-3px, -150px, 0) scale(calc(var(--s, 1) * 0.85));
    opacity: 0;
  }
}

@keyframes fpBubbleRiseMobile {
  0% {
    transform: translate3d(0, 10px, 0) scale(calc(var(--s, 1) * 0.68));
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  42% {
    transform: translate3d(5px, -120px, 0) scale(var(--s, 1));
  }
  78% {
    transform: translate3d(-4px, -210px, 0) scale(var(--s, 1));
    opacity: 0.75;
  }
  100% {
    transform: translate3d(3px, -280px, 0) scale(calc(var(--s, 1) * 0.78));
    opacity: 0;
  }
}

@keyframes fpBubbleBurstMobile {
  0% {
    transform: translate3d(0, 8px, 0) scale(0.42);
    opacity: 0;
  }
  18% {
    opacity: 1;
    transform: translate3d(4px, -48px, 0) scale(var(--s, 1));
  }
  100% {
    transform: translate3d(-3px, -220px, 0) scale(calc(var(--s, 1) * 0.82));
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-hero .fp-toast,
  .fp-hero .fp-bubble {
    animation: none;
    transition: none;
  }

  .fp-app {
    transform: none;
    will-change: auto;
  }

  .fp-app-stage__red {
    top: 60px;
  }
}

@media (min-width: 768px) {
  .fp-hero {
    height: auto;
  }

  .fp-hero__pin .fp-hero__rail {
    padding-top: 108px;
    padding-bottom: 96px;
    width: 100%;
  }
}

/* ── Works with (platform strip) ── */

.fp-works {
  position: sticky;
  top: var(--fp-works-top, 0px);
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - var(--fp-works-top, 0px));
  background: var(--fp-wash);
  border-bottom: 0;
  overflow-anchor: none;
}

.fp-works__rail {
  width: 100%;
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.fp-works__list {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fp-works__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 4px 0;
  border: 0;
  background: none;
  font-family: var(--fp-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--fp-hint);
  transition: color 0.2s ease;
}

.fp-works__tab i {
  font-size: 14px;
  transition: color 0.2s ease;
}

.fp-works__tab.is-active i {
  color: var(--fp-platform-color, var(--fp-red));
}

.fp-works__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--fp-platform-color, var(--fp-red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.fp-works__tab:hover,
.fp-works__tab:focus-visible {
  color: var(--fp-ink);
}

.fp-works__tab.is-active {
  color: var(--fp-ink);
}

.fp-works__tab.is-active::after {
  transform: scaleX(1);
}

/* Scroll-driven platform experience */

.fp-works__progress {
  position: relative;
  width: 100%;
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 0 28px;
}

.fp-works__progress::before {
  content: "";
  display: block;
  height: 2px;
  background: var(--fp-line);
}

.fp-works__progress-bar {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 2px;
  background: var(--fp-red);
  transform: scaleX(var(--fp-works-progress, 0));
  transform-origin: left;
  transition: transform 0.3s ease;
}

.fp-works__stage {
  display: grid;
  width: 100%;
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 46px 28px 70px;
}

.fp-works__panel {
  position: relative;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(378px, 0.96fr);
  align-items: center;
  min-height: clamp(360px, 42vh, 470px);
  gap: clamp(40px, 6vw, 96px);
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}


.fp-works__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.fp-works__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px 0;
}

.fp-works__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  padding: 8px 15px 8px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fp-platform-color) 11%, #fff);
  border: 1px solid color-mix(in srgb, var(--fp-platform-color) 26%, #fff);
  color: color-mix(in srgb, var(--fp-platform-color) 68%, var(--fp-ink));
}

.fp-works__eyebrow i {
  font-size: 15px;
  color: color-mix(in srgb, var(--fp-platform-color) 76%, var(--fp-ink));
}

.fp-works__headline {
  max-width: 17ch;
  color: var(--fp-ink);
}

.fp-works__copy {
  max-width: 50ch;
  color: var(--fp-muted);
}

.fp-works__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* One colourful board carries the actions instead of separate cards. */
.fp-works__board {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 30px 30px 26px;
  overflow: hidden;
  border-radius: 30px;
  background: #0b0d12;
}

/* The two glows live on their own layers so they can drift slowly without
   repainting the board. Oversized and clipped, so no edge ever shows. */
.fp-works__board::before,
.fp-works__board::after {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}

.fp-works__board::before {
  background: radial-gradient(circle at 29% 24%, color-mix(in srgb, var(--fp-platform-color) 42%, transparent), transparent 34%);
  animation: fp-board-drift-a 26s ease-in-out infinite alternate;
}

.fp-works__board::after {
  background: radial-gradient(circle at 75% 76%, color-mix(in srgb, var(--fp-platform-color) 22%, transparent), transparent 31%);
  animation: fp-board-drift-b 34s ease-in-out infinite alternate;
}

@keyframes fp-board-drift-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(5%, 6%, 0) scale(1.14);
  }
  100% {
    transform: translate3d(-4%, 9%, 0) scale(1.05);
  }
}

@keyframes fp-board-drift-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1.06);
  }
  50% {
    transform: translate3d(-7%, -5%, 0) scale(1);
  }
  100% {
    transform: translate3d(3%, -9%, 0) scale(1.12);
  }
}

.fp-works__board-mark {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -34px;
  font-size: 190px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.fp-works__board-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fp-works__board-label {
  font-family: var(--fp-label);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.66);
}

.fp-works__count {
  font-family: var(--fp-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.fp-works__count span {
  color: rgba(255, 255, 255, 0.42);
}

/* Actions are task cards. Each one runs open → working → done on a loop, so the
   board demonstrates the product instead of listing it. Two values below drive
   the whole cycle: how long one lap takes, and the offset between cards. */
.fp-works__acts {
  --fp-act-cycle: 5.4s;
  --fp-act-step: 640ms;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

/* An odd last card fills the row instead of leaving a hole. */
.fp-works__acts li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.fp-works__acts li {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 13px;
  padding: 14px 15px 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  font-family: var(--fp-sans);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  transition: box-shadow 0.25s ease;
}

/* Hover uses box-shadow because the loop already owns transform and background. */
.fp-works__acts li:hover {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--fp-platform-color) 60%, transparent),
    0 18px 34px -22px rgba(0, 0, 0, 0.9);
}

/* Accent wash that lights up while the card is the active one. */
.fp-works__acts li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--fp-platform-color) 46%, transparent), transparent 72%);
  opacity: 0;
  pointer-events: none;
}

.fp-works__act-top,
.fp-works__act-label,
.fp-works__act-track {
  position: relative;
  z-index: 1;
}

.fp-works__act-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fp-works__act-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--fp-platform-color, var(--fp-red));
  color: #fff;
  font-size: 15px;
}

/* Stamps in once the card's progress bar reaches the end. */
.fp-works__act-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--fp-platform-color, var(--fp-red));
  color: #fff;
  font-size: 10px;
  opacity: 0;
  transform: scale(0.3);
}

.fp-works__act-label {
  align-self: start;
  text-wrap: balance;
}

.fp-works__act-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.fp-works__act-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--fp-platform-color, var(--fp-red));
  transform: scaleX(0);
  transform-origin: left center;
}

/* ── Entrance: cards deal in whenever a platform is selected ── */
.fp-works__panel.is-active .fp-works__acts li {
  animation:
    fp-act-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards,
    fp-act-card var(--fp-act-cycle) ease-in-out infinite;
  animation-delay:
    calc(var(--fp-act-i, 0) * 75ms + 120ms),
    calc(var(--fp-act-i, 0) * var(--fp-act-step) + 900ms);
}

.fp-works__panel.is-active .fp-works__act-icon {
  animation:
    fp-act-icon-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards,
    fp-act-icon-pop var(--fp-act-cycle) ease-in-out infinite;
  animation-delay:
    calc(var(--fp-act-i, 0) * 75ms + 200ms),
    calc(var(--fp-act-i, 0) * var(--fp-act-step) + 900ms);
}

/* ── Loop: the four parts of one card's turn ── */
.fp-works__panel.is-active .fp-works__acts li::before,
.fp-works__panel.is-active .fp-works__act-fill,
.fp-works__panel.is-active .fp-works__act-check {
  animation-duration: var(--fp-act-cycle);
  animation-iteration-count: infinite;
  animation-delay: calc(var(--fp-act-i, 0) * var(--fp-act-step) + 900ms);
}

.fp-works__panel.is-active .fp-works__acts li::before {
  animation-name: fp-act-wash;
  animation-timing-function: ease-in-out;
}

.fp-works__panel.is-active .fp-works__act-fill {
  animation-name: fp-act-fill;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-works__panel.is-active .fp-works__act-check {
  animation-name: fp-act-check;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes fp-act-in {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fp-act-icon-in {
  from {
    opacity: 0;
    transform: scale(0.4) rotate(-20deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fp-act-card {
  0%,
  4% {
    transform: none;
    border-color: rgba(255, 255, 255, 0.1);
  }
  11%,
  30% {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--fp-platform-color) 62%, transparent);
  }
  40%,
  100% {
    transform: none;
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@keyframes fp-act-wash {
  0%,
  4% {
    opacity: 0;
  }
  11%,
  30% {
    opacity: 0.5;
  }
  40%,
  100% {
    opacity: 0;
  }
}

@keyframes fp-act-fill {
  0%,
  6% {
    transform: scaleX(0);
    opacity: 1;
  }
  24%,
  33% {
    transform: scaleX(1);
    opacity: 1;
  }
  40% {
    transform: scaleX(1);
    opacity: 0;
  }
  41%,
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes fp-act-check {
  0%,
  23% {
    opacity: 0;
    transform: scale(0.3);
  }
  28%,
  34% {
    opacity: 1;
    transform: scale(1);
  }
  40%,
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes fp-act-icon-pop {
  0%,
  5% {
    transform: none;
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--fp-platform-color) 45%, transparent);
  }
  12% {
    transform: scale(1.16) rotate(-7deg);
  }
  19% {
    transform: scale(1.03) rotate(0deg);
  }
  30%,
  100% {
    transform: none;
    box-shadow: 0 0 0 12px transparent;
  }
}

.fp-works__board-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--fp-label);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.fp-works__board-foot:hover,
.fp-works__board-foot:focus-visible {
  color: #fff;
}

.fp-works__board-foot > i {
  flex: none;
  color: var(--fp-platform-color, var(--fp-red));
  font-size: 14px;
}

.fp-works__board-foot-copy {
  flex: 1 1 12rem;
  min-width: 0;
}

.fp-works__board-foot-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
}

.fp-works__board-foot-link i {
  font-size: 12px;
  color: inherit;
  transition: transform 0.18s ease;
}

.fp-works__board-foot:hover .fp-works__board-foot-link i,
.fp-works__board-foot:focus-visible .fp-works__board-foot-link i {
  transform: translateX(3px);
}

.fp-works__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  font-family: var(--fp-label);
  font-size: 11.5px;
  line-height: 1.3;
  color: var(--fp-dim);
}

.fp-works__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--fp-line-soft);
  border-radius: 999px;
}

.fp-works__meta i {
  color: var(--fp-platform-color, var(--fp-red));
  font-size: 12px;
}

/* Pinned while the tabs advance with the scroll */
.fp-works-track {
  position: relative;
  z-index: 3;
  background: var(--fp-wash);
  overflow-anchor: none;
}

@media (min-width: 992px) {
  .fp-works__rail {
    padding-top: 34px;
    padding-bottom: 20px;
  }

  /* The strip stays under the header, the platform content sits centred below. */
  .fp-works__stage {
    flex: 1;
    align-content: center;
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .fp-works {
    max-height: calc(100dvh - var(--fp-works-top, 0px));
  }

  .fp-works__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-inline: 20px;
  }

  .fp-works__list::-webkit-scrollbar {
    display: none;
  }

  .fp-works__list > li,
  .fp-works__tab {
    flex: none;
    white-space: nowrap;
  }

  .fp-works__progress {
    flex: none;
  }

  .fp-works__stage {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    align-content: center;
    padding-top: 12px;
  }

  .fp-works__panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: 0;
  }

  .fp-works__intro {
    padding-bottom: 4px;
  }

  .fp-works__headline {
    max-width: 22ch;
  }

  .fp-works__copy {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .fp-works__rail {
    padding: 12px 20px 10px;
    gap: 12px;
  }

  .fp-works__list {
    gap: 18px;
  }

  .fp-works__progress {
    padding: 0 20px;
  }

  .fp-works__progress-bar {
    left: 20px;
    right: 20px;
  }

  .fp-works__stage {
    padding: 28px 20px 32px;
  }

  .fp-works__panel {
    gap: 24px;
    padding: 0;
  }

  .fp-works__intro {
    padding: 4px 0 2px;
  }

  .fp-works__headline {
    max-width: none;
  }

  .fp-works__meta {
    display: none;
  }

  .fp-works__ctas {
    flex-wrap: nowrap;
    margin-top: 20px;
  }

  .fp-works__board {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .fp-works__board-mark {
    font-size: 96px;
  }

  .fp-works__acts {
    margin-top: 18px;
    gap: 12px;
  }

  .fp-works__acts li {
    padding: 13px 13px 12px;
    gap: 8px;
    font-size: 13px;
  }

  .fp-works__acts li:last-child:nth-child(odd) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
  }

  .fp-works__acts li:last-child:nth-child(odd) .fp-works__act-label {
    flex: 1;
    min-width: 0;
  }

  .fp-works__act-track {
    display: none;
  }

  .fp-works__board-foot {
    display: none;
  }

  .fp-works__act-icon {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 14px;
  }

  .fp-works__acts li:nth-child(n + 5) {
    display: none !important;
  }

  .fp-works__panel {
    transform: none;
    transition: opacity 0.2s ease, visibility 0.2s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-works__panel,
  .fp-works__progress-bar,
  .fp-works__tab,
  .fp-works__tab::after,
  .fp-works__acts li {
    transition: none;
  }

  .fp-works__board::before,
  .fp-works__board::after,
  .fp-works__panel.is-active .fp-works__acts li,
  .fp-works__panel.is-active .fp-works__acts li::before,
  .fp-works__panel.is-active .fp-works__act-icon,
  .fp-works__panel.is-active .fp-works__act-fill,
  .fp-works__panel.is-active .fp-works__act-check {
    animation: none;
  }

  /* Without the loop the empty track reads as broken, so show it complete. */
  .fp-works__act-track {
    display: none;
  }
}

/* ── How it works (four steps) ── */

.fp-how {
  position: relative;
  z-index: 3;
  /* Each step overrides this inline; the fallback is a lifted brand red that reads on ink. */
  --fp-how-accent: color-mix(in srgb, var(--fp-red) 55%, #ff6b6b);
  background: #fff;
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
}

.fp-how__rail {
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
}

/* Title holds the left, the explanation and the action sit opposite it. */
.fp-how__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.78fr);
  align-items: end;
  gap: 72px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--fp-line);
}

.fp-how__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-how__title {
  max-width: 22ch;
  text-wrap: balance;
  color: var(--fp-ink);
}

.fp-how__head-aside {
  position: relative;
  /* Nudged off the title baseline so the two columns do not sit dead level. */
  padding: 2px 0 6px 30px;
}

/* Hairline tying the aside back to the title, tipped in brand red. */


.fp-how__lead {
  max-width: 46ch;
  margin-top: 0;
  color: var(--fp-muted);
}

.fp-how__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 26px;
}

.fp-how__cta-note {
  font-family: var(--fp-label);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fp-dim);
}

.fp-how__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.fp-how__step {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Each step gets a stage so the drawing, not a box, carries the explanation.
   Same surface recipe as the platform board so both sections read as one system. */
.fp-how__stage {
  position: relative;
  /* Capped so the drawing supports the copy instead of dominating the column. */
  max-width: 212px;
  padding: 14px 16px 10px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 14% 6%, color-mix(in srgb, var(--fp-how-accent) 28%, transparent), transparent 62%),
    radial-gradient(circle at 92% 94%, color-mix(in srgb, var(--fp-how-accent) 14%, transparent), transparent 58%),
    #0b0d12;
  box-shadow: 0 20px 44px -34px rgba(11, 13, 18, 0.85);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fp-how__step:hover .fp-how__stage {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px -34px rgba(11, 13, 18, 0.9);
}

.fp-how__num {
  position: absolute;
  top: 11px;
  left: 13px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 50%;
  background: var(--fp-how-accent);
  color: #0b0d12;
  font-family: var(--fp-display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.fp-how__art {
  display: block;
  width: 100%;
  height: auto;
}

/* Shared drawing palette — the same translucent-white-on-ink language as the action rows. */
.fp-how__art .hs-card {
  fill: rgba(255, 255, 255, 0.07);
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 2;
}

/* Opaque badge for shapes that sit over other artwork. */
.fp-how__art .hs-plate {
  fill: #13161d;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 2;
}

.fp-how__art .hs-soft {
  fill: rgba(255, 255, 255, 0.14);
}

.fp-how__art .hs-line {
  fill: rgba(255, 255, 255, 0.2);
}

.fp-how__art .hs-baseline {
  fill: rgba(255, 255, 255, 0.16);
}

.fp-how__art .hs-ink {
  fill: rgba(255, 255, 255, 0.88);
}

.fp-how__art .hs-red {
  fill: var(--fp-how-accent);
}

.fp-how__art .hs-tick {
  fill: none;
  stroke: #0b0d12;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* The loops idle until the section is actually on screen. */
.fp-how__art * {
  animation-play-state: paused;
}

.fp-how.is-inview .fp-how__art * {
  animation-play-state: running;
}

/* 01 — a secure link between you and the network */
.fp-how__art .hs-link {
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 2 11;
  animation: hs-march 1.2s linear infinite;
}

.fp-how__art .hs-pulse {
  fill: color-mix(in srgb, var(--fp-how-accent) 34%, transparent);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: hs-pulse 2.6s ease-out infinite;
}

.fp-how__art .hs-shackle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 3.4;
  stroke-linecap: round;
}

@keyframes hs-march {
  to {
    stroke-dashoffset: -13;
  }
}

@keyframes hs-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.72);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* 02 — tasks tick over and points land */
.fp-how__art .hs-box {
  fill: var(--fp-how-accent);
  animation: hs-box 4.2s ease-in-out infinite;
}

.fp-how__art .hs-tick--1,
.fp-how__art .hs-tick--2,
.fp-how__art .hs-tick--3 {
  stroke-dasharray: 20;
  stroke-dashoffset: 0;
  animation: hs-draw 4.2s ease-in-out infinite;
}

.fp-how__art .hs-box--2,
.fp-how__art .hs-tick--2 {
  animation-delay: 0.35s;
}

.fp-how__art .hs-box--3,
.fp-how__art .hs-tick--3 {
  animation-delay: 0.7s;
}

.fp-how__art .hs-chip {
  transform-box: fill-box;
  transform-origin: center;
  animation: hs-float 4.2s ease-in-out infinite;
}

.fp-how__art .hs-chip-text {
  fill: #0b0d12;
  font-family: var(--fp-label);
  font-size: 15px;
  font-weight: 700;
}

@keyframes hs-box {
  0%,
  8% {
    fill: rgba(255, 255, 255, 0.16);
  }
  18%,
  86% {
    fill: var(--fp-how-accent);
  }
  94%,
  100% {
    fill: rgba(255, 255, 255, 0.16);
  }
}

@keyframes hs-draw {
  0%,
  8% {
    stroke-dashoffset: 20;
  }
  20%,
  86% {
    stroke-dashoffset: 0;
  }
  94%,
  100% {
    stroke-dashoffset: 20;
  }
}

@keyframes hs-float {
  0%,
  10% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  28%,
  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  90%,
  100% {
    opacity: 0;
    transform: translateY(-12px) scale(0.95);
  }
}

/* 03 — the task goes live and real people pick it up */
.fp-how__art .hs-fill {
  fill: var(--fp-how-accent);
  transform-box: fill-box;
  transform-origin: left center;
  animation: hs-progress 4.2s ease-in-out infinite;
}

.fp-how__art .hs-live-ring {
  fill: none;
  stroke: var(--fp-how-accent);
  stroke-width: 2.5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: hs-ring 2s ease-out infinite;
}

.fp-how__art .hs-face {
  stroke: #0b0d12;
  stroke-width: 4;
  transform-box: fill-box;
  transform-origin: center;
  animation: hs-pop 4.2s ease-in-out infinite;
}

.fp-how__art .hs-face--1 {
  fill: var(--fp-how-accent);
  animation-delay: 0.15s;
}

.fp-how__art .hs-face--2 {
  fill: rgba(255, 255, 255, 0.88);
  animation-delay: 0.45s;
}

.fp-how__art .hs-face--3 {
  fill: rgba(255, 255, 255, 0.42);
  animation-delay: 0.75s;
}

@keyframes hs-progress {
  0%,
  6% {
    transform: scaleX(0);
  }
  55%,
  84% {
    transform: scaleX(1);
  }
  96%,
  100% {
    transform: scaleX(0);
  }
}

@keyframes hs-ring {
  0% {
    opacity: 0.8;
    transform: scale(0.6);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(2.6);
  }
}

@keyframes hs-pop {
  0%,
  18% {
    opacity: 0;
    transform: scale(0.3);
  }
  32%,
  86% {
    opacity: 1;
    transform: scale(1);
  }
  96%,
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

/* 04 — proof is approved and the numbers climb */
.fp-how__art .hs-stamp {
  transform-box: fill-box;
  transform-origin: center;
  animation: hs-stamp 4.2s ease-in-out infinite;
}

.fp-how__art .hs-tick--stamp {
  stroke-dasharray: 24;
  stroke-dashoffset: 0;
  animation: hs-draw 4.2s ease-in-out infinite;
  animation-delay: 0.18s;
}

.fp-how__art .hs-bar {
  transform-box: fill-box;
  transform-origin: bottom;
  animation: hs-grow 4.2s ease-in-out infinite;
}

.fp-how__art .hs-bar--1 {
  fill: rgba(255, 255, 255, 0.18);
  animation-delay: 0.2s;
}

.fp-how__art .hs-bar--2 {
  fill: rgba(255, 255, 255, 0.36);
  animation-delay: 0.4s;
}

.fp-how__art .hs-bar--3 {
  fill: var(--fp-how-accent);
  animation-delay: 0.6s;
}

@keyframes hs-stamp {
  0%,
  12% {
    opacity: 0;
    transform: scale(1.6) rotate(-12deg);
  }
  26%,
  86% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  96%,
  100% {
    opacity: 0;
    transform: scale(1.6) rotate(-12deg);
  }
}

@keyframes hs-grow {
  0%,
  20% {
    transform: scaleY(0);
  }
  46%,
  86% {
    transform: scaleY(1);
  }
  96%,
  100% {
    transform: scaleY(0);
  }
}

/* The reveal only hides the steps once the script is running. */
.fp-how--anim .fp-how__step {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--fp-how-delay, 0ms);
}

.fp-how--anim.is-inview .fp-how__step {
  opacity: 1;
  transform: none;
}

.fp-how__step-title {
  margin: 20px 0 0;
  color: var(--fp-ink);
  text-wrap: balance;
}

.fp-how__step-copy {
  margin: 12px 0 0;
  max-width: 34ch;
  color: var(--fp-muted);
  text-wrap: pretty;
}

.fp-how__step-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  font-family: var(--fp-label);
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--fp-dim);
}

.fp-how__step-meta i {
  flex: none;
  /* Darkened toward ink so bright accents stay legible on the white background. */
  color: color-mix(in srgb, var(--fp-how-accent) 58%, var(--fp-ink));
  font-size: 13px;
}

@media (max-width: 1199px) {
  .fp-how__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 44px;
  }

  .fp-how__stage {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .fp-how__head {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding-bottom: 34px;
  }

  .fp-how__head-aside {
    padding: 0;
  }

  .fp-how__head-aside::before {
    content: none;
  }

  .fp-how__lead {
    max-width: none;
  }

  .fp-how__title {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .fp-how__rail {
    padding: 64px 20px 72px;
  }

  .fp-how__head {
    padding-bottom: 28px;
  }

  .fp-how__head-aside {
    padding: 0;
  }

  .fp-how__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .fp-how__steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    row-gap: 16px;
    margin-top: 28px;
  }

  .fp-how__step {
    padding-bottom: 4px;
    border: 1px solid var(--fp-line);
    border-radius: 22px;
    background: var(--fp-wash);
    overflow: hidden;
  }

  .fp-how__stage {
    max-width: none;
    width: 100%;
    border-radius: 0;
    padding: 18px 18px 12px;
  }

  .fp-how__step:hover .fp-how__stage {
    transform: none;
  }

  .fp-how__step-title {
    margin: 16px 18px 0;
    font-size: 19px;
  }

  .fp-how__step-copy {
    margin: 10px 18px 0;
    max-width: none;
  }

  .fp-how__step-meta {
    margin: 12px 18px 16px;
    padding-top: 0;
  }
}

/* Motion off: every drawing stays in its finished state. */
@media (prefers-reduced-motion: reduce) {
  .fp-how--anim .fp-how__step {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fp-how__stage,
  .fp-how__step:hover .fp-how__stage {
    transform: none;
    transition: none;
  }

  .fp-how__art * {
    animation: none !important;
  }
}

/* ── Shared red parallax band (trust + who) ── */

/* ── Trust and safety ── */

/* Ink, between the white steps above and the red band below. The rules are set
   as a charter rather than a card grid: sticky statement, numbered clauses. */
/* No overflow clipping here: it would turn this into a scroll container and
   stop the intro column from sticking. Both layers are inset to the box anyway. */
.fp-trust {
  position: relative;
  z-index: 3;
  --fp-ink: #fff;
  --fp-muted: rgba(255, 255, 255, 0.7);
  --fp-dim: rgba(255, 255, 255, 0.56);
  --fp-hint: rgba(255, 255, 255, 0.46);
  --fp-line: rgba(255, 255, 255, 0.14);
  --fp-line-soft: rgba(255, 255, 255, 0.09);
  /* Brand red lifted in lightness only, so the hue stays put on ink. */
  --fp-red: color-mix(in srgb, var(--qt-bg-bg-7, #9b0000) 38%, #ff4040);
  --fp-trust-rgb: 190, 22, 22;
  /* Same three-wash recipe as the hero dashboard, in brand red. */
  background-image:
    radial-gradient(ellipse 75% 58% at 10% 4%, rgba(var(--fp-trust-rgb), 0.26) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 92% 92%, rgba(var(--fp-trust-rgb), 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 74% 20%, rgba(var(--fp-trust-rgb), 0.13) 0%, transparent 50%);
  background-color: #0b0d12;
  color: #fff;
}

/* Red diagonal rules, faded out at the edges — the hero dashboard treatment. */
.fp-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:repeating-linear-gradient(122deg, transparent 0, transparent 11px, rgb(190 22 22 / 5%) 11px, rgb(190 22 22 / 8%) 12.2px);
  -webkit-mask-image: radial-gradient(ellipse 100% 94% at 50% 42%, #000 0%, #000 42%, transparent 96%);
  mask-image: radial-gradient(ellipse 100% 94% at 50% 42%, #000 0%, #000 42%, transparent 96%);
}

/* Vignette so the pattern never reaches the section edges. */
.fp-trust::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 110% 92% at 50% 44%, transparent 0%, rgba(11, 13, 18, 0.26) 66%, rgba(11, 13, 18, 0.86) 100%);
}

.fp-trust__rail {
  position: relative;
  z-index: 1;
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: 76px;
}

.fp-trust__intro {
  position: sticky;
  top: 108px;
}

.fp-trust__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-trust__title {
  max-width: 15ch;
  color: #fff;
}

.fp-trust__lead {
  max-width: 40ch;
  color: var(--fp-muted);
}

.fp-trust__seal {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
  padding: 11px 17px 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--fp-line);
  font-family: var(--fp-label);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--fp-dim);
}

.fp-trust__seal i {
  font-size: 15px;
  color: var(--fp-red);
}

.fp-trust__rules {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--fp-line);
}

.fp-trust__rule {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding: 34px 0 32px;
  border-bottom: 1px solid var(--fp-line);
}

.fp-trust__rule-index {
  padding-top: 4px;
  font-family: var(--fp-label);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--fp-red);
}

.fp-trust__rule-body {
  min-width: 0;
  /* Keeps the copy clear of the watermark sitting in the right margin. */
  padding-right: 76px;
}

.fp-trust__rule-title {
  margin: 0;
  font-family: var(--fp-display);
  font-size: clamp(21px, 2.1vw, 27px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.16;
  color: #fff;
  text-wrap: balance;
}

.fp-trust__rule-copy {
  margin: 14px 0 0;
  max-width: 60ch;
  font-family: var(--fp-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--fp-muted);
  text-wrap: pretty;
}

.fp-trust__rule-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  font-family: var(--fp-label);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #fff;
}

.fp-trust__rule-tag i {
  flex: none;
  font-size: 13px;
  color: var(--fp-red);
}

/* Set in the margin at a size that reads as printing, not as an icon button. */
.fp-trust__rule-mark {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 52px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  transition: color 0.3s ease;
}

.fp-trust__rule:hover .fp-trust__rule-mark {
  color: color-mix(in srgb, var(--fp-red) 34%, transparent);
}

/* Reveal: only armed once the script has run, so no-JS keeps everything visible. */
.fp-trust.fp-reveal .fp-trust__rule {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: calc(var(--fp-trust-i, 0) * 120ms);
}

.fp-trust.fp-reveal.is-inview .fp-trust__rule {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .fp-trust__rail {
    gap: 52px;
  }
}

@media (max-width: 991px) {
  .fp-trust__rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .fp-trust__intro {
    position: static;
  }

  .fp-trust__title {
    max-width: 20ch;
  }

  .fp-trust__lead {
    max-width: 58ch;
  }
}

@media (max-width: 575px) {
  .fp-trust__rail {
    padding: 68px 20px 76px;
  }

  .fp-trust__rule {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 26px 0 24px;
  }

  .fp-trust__rule-body {
    padding-right: 0;
  }

  .fp-trust__rule-mark {
    display: none;
  }
}

/* ── Who uses the floor ── */

.fp-who {
  position: relative;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
}

.fp-who__rail {
  position: relative;
  z-index: 1;
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
}

.fp-who__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-who__title {
  color: var(--fp-ink);
}

.fp-who__lead {
  max-width: 52ch;
  color: var(--fp-muted);
}

.fp-who__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 56px;
}

.fp-who__card {
  display: flex;
  flex-direction: column;
  padding: 26px 26px 30px;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 70% 48% at 88% 0%, rgba(255, 120, 100, 0.28), transparent 58%), linear-gradient(168deg, #7a0101 0%, #6c0000 48%, #5c0108 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fp-who__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -28px rgba(110, 1, 1, 0.55);
}

.fp-who__over {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fp-who__index {
  font-family: var(--fp-label);
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--fp-who-accent);
}

.fp-who__label {
  position: relative;
  padding-left: 14px;
  font-family: var(--fp-label);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.86);
}

.fp-who__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.fp-who__stage {
  margin-top: 18px;
  padding: 6px 0 2px;
}

.fp-who__art {
  display: block;
  width: 100%;
  height: auto;
}

/* Shared drawing palette */
.fp-who__art .ws-card,
.fp-who__art .ws-client,
.fp-who__art .ws-hub-card {
  fill: rgba(255, 255, 255, 0.08);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
}

.fp-who__art .ws-soft {
  fill: rgba(255, 255, 255, 0.22);
}

.fp-who__art .ws-baseline,
.fp-who__art .ws-hub-line {
  fill: rgba(255, 255, 255, 0.3);
}

.fp-who__art .ws-hub-line--short {
  fill: rgba(255, 255, 255, 0.18);
}

.fp-who__art .ws-hub-ink {
  fill: rgba(255, 255, 255, 0.88);
}

.fp-who__art .ws-tick {
  fill: none;
  stroke: #2a0107;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Loops idle until the card is actually on screen. */
.fp-who.fp-reveal .fp-who__art * {
  animation-play-state: paused;
}

.fp-who.fp-reveal.is-inview .fp-who__art * {
  animation-play-state: running;
}

/* 01 Influence — one account, reach travelling outward to real people */
.fp-who__art .ws-hub {
  fill: rgba(255, 255, 255, 0.1);
  stroke: var(--fp-who-accent);
  stroke-width: 2;
}

.fp-who__art .ws-ripple {
  fill: none;
  stroke: var(--fp-who-accent);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: ws-ripple 3.9s ease-out infinite;
}

.fp-who__art .ws-ripple--2 {
  animation-delay: 1.3s;
}

.fp-who__art .ws-ripple--3 {
  animation-delay: 2.6s;
}

.fp-who__art .ws-node {
  fill: var(--fp-who-accent);
  transform-box: fill-box;
  transform-origin: center;
  animation: ws-node 3.9s ease-in-out infinite;
}

.fp-who__art .ws-node--2 {
  animation-delay: 0.32s;
}

.fp-who__art .ws-node--3 {
  animation-delay: 0.64s;
}

.fp-who__art .ws-node--4 {
  animation-delay: 0.96s;
}

.fp-who__art .ws-node--5 {
  animation-delay: 1.28s;
}

.fp-who__art .ws-node--6 {
  animation-delay: 1.6s;
}

@keyframes ws-ripple {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ws-node {
  0%,
  10% {
    opacity: 0;
    transform: scale(0.2);
  }
  26%,
  78% {
    opacity: 1;
    transform: scale(1);
  }
  92%,
  100% {
    opacity: 0.15;
    transform: scale(0.7);
  }
}

/* 02 Business — the shopfront, and the trade it brings */
.fp-who__art .ws-awning {
  fill: var(--fp-who-accent);
  opacity: 0.85;
}

.fp-who__art .ws-door {
  fill: rgba(255, 255, 255, 0.16);
  animation: ws-door 4.4s ease-in-out infinite;
}

.fp-who__art .ws-bar {
  fill: var(--fp-who-accent);
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: ws-grow 4.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.fp-who__art .ws-bar--1 {
  opacity: 0.45;
  animation-delay: 0.15s;
}

.fp-who__art .ws-bar--2 {
  opacity: 0.7;
  animation-delay: 0.45s;
}

.fp-who__art .ws-bar--3 {
  animation-delay: 0.75s;
}

.fp-who__art .ws-seal {
  fill: var(--fp-who-accent);
  transform-box: fill-box;
  transform-origin: center;
  animation: ws-seal 4.4s ease-in-out infinite;
}

.fp-who__art .ws-tick {
  stroke-dasharray: 20;
  stroke-dashoffset: 0;
  animation: ws-draw 4.4s ease-in-out infinite;
}

@keyframes ws-door {
  0%,
  22% {
    fill: rgba(255, 255, 255, 0.16);
  }
  40%,
  84% {
    fill: rgba(255, 255, 255, 0.34);
  }
  96%,
  100% {
    fill: rgba(255, 255, 255, 0.16);
  }
}

@keyframes ws-grow {
  0%,
  8% {
    transform: scaleY(0.08);
  }
  46%,
  84% {
    transform: scaleY(1);
  }
  96%,
  100% {
    transform: scaleY(0.08);
  }
}

@keyframes ws-seal {
  0%,
  52% {
    opacity: 0;
    transform: scale(0.4) rotate(-14deg);
  }
  62%,
  86% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  96%,
  100% {
    opacity: 0;
    transform: scale(0.7) rotate(0deg);
  }
}

@keyframes ws-draw {
  0%,
  56% {
    stroke-dashoffset: 20;
  }
  70%,
  86% {
    stroke-dashoffset: 0;
  }
  96%,
  100% {
    stroke-dashoffset: 20;
  }
}

/* 03 Agencies — one hub, many client accounts, traffic running between them */
.fp-who__art .ws-spoke {
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 2 9;
  animation: ws-flow 1.4s linear infinite;
}

.fp-who__art .ws-client {
  animation: ws-client 4.4s ease-in-out infinite;
}

.fp-who__art .ws-client--2 {
  animation-delay: 0.5s;
}

.fp-who__art .ws-client--3 {
  animation-delay: 1s;
}

.fp-who__art .ws-client--4 {
  animation-delay: 1.5s;
}

.fp-who__art .ws-spoke--2 {
  animation-delay: 0.35s;
}

.fp-who__art .ws-spoke--3 {
  animation-delay: 0.7s;
}

.fp-who__art .ws-spoke--4 {
  animation-delay: 1.05s;
}

@keyframes ws-flow {
  to {
    stroke-dashoffset: -11;
  }
}

@keyframes ws-client {
  0%,
  10% {
    fill: rgba(255, 255, 255, 0.06);
    stroke: rgba(255, 255, 255, 0.18);
  }
  24%,
  56% {
    fill: color-mix(in srgb, var(--fp-who-accent) 20%, rgba(255, 255, 255, 0.06));
    stroke: var(--fp-who-accent);
  }
  74%,
  100% {
    fill: rgba(255, 255, 255, 0.06);
    stroke: rgba(255, 255, 255, 0.18);
  }
}

.fp-who__problem {
  margin: 22px 0 0;
  font-family: var(--fp-sans);
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.fp-who__card-title {
  margin: 10px 0 0;
  font-family: var(--fp-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 1.2;
  color: #fff;
  text-wrap: balance;
}

.fp-who__card-copy {
  margin: 13px 0 0;
  font-family: var(--fp-sans);
  font-size: 15.5px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.78);
  text-wrap: pretty;
}

/* Pinned to the bottom so the three actions sit on one line. */
.fp-who__cta {
  margin-top: auto;
  padding-top: 26px;
}

.fp-who__btn {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.fp-who__btn:hover,
.fp-who__btn:focus {
  color: #fff;
  background: #0b0d12;
  border-color: #0b0d12;
}

.fp-who.fp-reveal .fp-who__card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  transition-delay: calc(var(--fp-who-i, 0) * 120ms);
}

.fp-who.fp-reveal.is-inview .fp-who__card {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .fp-who__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .fp-who__stage {
    max-width: 340px;
  }
}

@media (max-width: 575px) {
  .fp-who__rail {
    padding: 68px 20px 76px;
  }

  .fp-who__card {
    padding: 22px 20px 26px;
    border-radius: 16px;
  }

  .fp-who__card-copy {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-who__card,
  .fp-trust__rule-mark {
    transition: none;
  }

  .fp-who__card:hover {
    transform: none;
    box-shadow: none;
  }

  .fp-trust.fp-reveal .fp-trust__rule,
  .fp-who.fp-reveal .fp-who__card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fp-who__art * {
    animation: none !important;
  }
}

/* ── Pricing ── */

.fp-price {
  position: relative;
  z-index: 3;
  background: var(--fp-wash);
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
}

.fp-price__rail {
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 72px;
}

/* Holds while the plans scroll past, same as the trust charter. */
.fp-price__intro {
  position: sticky;
  top: 108px;
}

.fp-price__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-price__title {
  max-width: 20ch;
  color: var(--fp-ink);
}

.fp-price__lead {
  max-width: 46ch;
  color: var(--fp-muted);
}

.fp-price__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-family: var(--fp-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--fp-red);
}

.fp-price__more i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.fp-price__more:hover {
  color: var(--fp-red-dark);
}

.fp-price__more:hover i {
  transform: translateX(3px);
}

.fp-price__note {
  display: block;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--fp-line);
  font-family: var(--fp-label);
  font-size: 12px;
  line-height: 1.6;
  color: var(--fp-dim);
}

/* Two separate cards with air between them, not one joined frame. */
.fp-price__plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fp-price__plan {
  display: flex;
  flex-direction: column;
  padding: 30px 28px 32px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--fp-line);
}

/* The paid plan carries the brand red, matching the persona cards above. */
.fp-price__plan--featured {
  border-color: transparent;
  background:
    radial-gradient(ellipse 70% 48% at 88% 0%, rgba(255, 120, 100, 0.28), transparent 58%),
    linear-gradient(168deg, #7a0101 0%, var(--fp-red) 48%, #5c0108 100%);
  color: #fff;
  box-shadow: 0 22px 44px -30px rgba(110, 1, 1, 0.5);
}

.fp-price__plan-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fp-price__plan-label {
  font-family: var(--fp-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--fp-dim);
}

.fp-price__plan-label--accent {
  color: #fff;
}

.fp-price__badge {
  padding: 3px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-family: var(--fp-label);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}

.fp-price__amount-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 14px;
}

.fp-price__amount {
  font-family: var(--fp-display);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.038em;
  line-height: 1;
  color: var(--fp-ink);
}

.fp-price__plan--featured .fp-price__amount {
  color: #fff;
}

.fp-price__amount--was,
.fp-price__period--was {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: rgba(255, 255, 255, 0.5);
}

.fp-price__period {
  font-family: var(--fp-label);
  font-size: 13px;
  color: var(--fp-dim);
}

.fp-price__plan--featured .fp-price__period {
  color: rgba(255, 255, 255, 0.6);
}

.fp-price__offer {
  display: block;
  margin-top: 10px;
  font-family: var(--fp-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.fp-price__plan-copy {
  margin: 12px 0 0;
  font-family: var(--fp-sans);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--fp-muted);
}

.fp-price__plan--featured .fp-price__plan-copy {
  color: rgba(255, 255, 255, 0.78);
}

.fp-price__features {
  margin: 22px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--fp-line-soft);
  list-style: none;
}

.fp-price__plan--featured .fp-price__features {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.fp-price__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--fp-chip);
  font-family: var(--fp-sans);
  font-size: 14px;
  line-height: 1.45;
  color: var(--fp-muted);
}

.fp-price__plan--featured .fp-price__features li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.fp-price__features li::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fp-red);
}

.fp-price__plan--featured .fp-price__features li::before {
  background: #fff;
}

.fp-price__features li:last-child {
  border-bottom: 0;
}

.fp-price__cta {
  display: block;
  margin-top: auto;
  padding: 13px 16px;
  border-radius: 9px;
  font-family: var(--fp-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fp-price__cta--ghost {
  border: 1px solid #d5dae1;
  color: var(--fp-ink);
}

.fp-price__cta--ghost:hover {
  background: var(--fp-ink);
  border-color: var(--fp-ink);
  color: #fff;
}

.fp-price__cta--primary {
  background: #fff;
  border: 1px solid #fff;
  color: var(--fp-red);
}

.fp-price__cta--primary:hover {
  background: #ffe9e5;
  border-color: #ffe9e5;
  color: var(--fp-red-dark);
}

.fp-price__plan > .fp-price__features {
  flex: 1 1 auto;
}

.fp-price.fp-reveal .fp-price__plan {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fp-price.fp-reveal .fp-price__plan:nth-child(2) {
  transition-delay: 100ms;
}

.fp-price.fp-reveal.is-inview .fp-price__plan {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .fp-price__rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .fp-price__intro {
    position: static;
  }

  .fp-price__title {
    max-width: 26ch;
  }
}

@media (max-width: 767px) {
  .fp-price__plans {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575px) {
  .fp-price__rail {
    padding: 68px 20px 76px;
  }

  .fp-price__plan {
    padding: 26px 22px 28px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-price__cta,
  .fp-price__more i {
    transition: none;
  }

  .fp-price__more:hover i {
    transform: none;
  }

  .fp-price.fp-reveal .fp-price__plan {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── What you get ── */

.fp-get {
  position: relative;
  z-index: 3;
  background: var(--fp-wash);
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
}

.fp-get__rail {
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 72px;
}

/* Holds while the three outcomes scroll past, same as the trust charter. */
.fp-get__intro {
  position: sticky;
  top: 108px;
}

.fp-get__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-get__title {
  max-width: 18ch;
  color: var(--fp-ink);
}

.fp-get__lead {
  max-width: 40ch;
  color: var(--fp-muted);
}

.fp-get__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--fp-line);
}

.fp-get__item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 4px;
  padding: 30px 0 28px;
  border-bottom: 1px solid var(--fp-line);
}

/* Same three accents as the comparison band, so the two sections rhyme. */
.fp-get__item:nth-child(1) {
  --fp-get-accent: var(--fp-purple);
}

.fp-get__item:nth-child(2) {
  --fp-get-accent: var(--fp-cyan);
}

.fp-get__item:nth-child(3) {
  --fp-get-accent: var(--fp-coral);
}

/* Icon carries the point; the number stays as a quiet index above the title.
   The glyph is mixed toward ink because these sit on a light background —
   the raw accent is tuned for the dark band and would wash out here. */
.fp-get__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--fp-get-accent) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--fp-get-accent) 40%, #fff);
  color: color-mix(in srgb, var(--fp-get-accent) 70%, #0b0d12);
  font-size: 19px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.fp-get__item:hover .fp-get__icon {
  background: color-mix(in srgb, var(--fp-get-accent) 70%, #0b0d12);
  border-color: color-mix(in srgb, var(--fp-get-accent) 70%, #0b0d12);
  color: #fff;
}

.fp-get__icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid color-mix(in srgb, var(--fp-get-accent) 70%, #0b0d12);
  opacity: 0;
  animation: fp-icon-halo 3.6s ease-out infinite;
}

.fp-get__item:nth-child(2) .fp-get__icon::before {
  animation-delay: 1.2s;
}

.fp-get__item:nth-child(3) .fp-get__icon::before {
  animation-delay: 2.4s;
}

.fp-get__icon i {
  display: block;
}

/* One motion per idea: a person arriving, a stamp landing, a spark firing. */
.fp-get__item:nth-child(1) .fp-get__icon i {
  animation: fp-get-nudge 3.6s ease-in-out infinite;
}

.fp-get__item:nth-child(2) .fp-get__icon i {
  animation: fp-get-stamp 3.6s ease-in-out infinite;
}

.fp-get__item:nth-child(3) .fp-get__icon i {
  animation: fp-get-flash 3.6s ease-in-out infinite;
}

.fp-get.fp-reveal .fp-get__icon i,
.fp-get.fp-reveal .fp-get__icon::before {
  animation-play-state: paused;
}

.fp-get.fp-reveal.is-inview .fp-get__icon i,
.fp-get.fp-reveal.is-inview .fp-get__icon::before {
  animation-play-state: running;
}

@keyframes fp-get-nudge {
  0%,
  62%,
  100% {
    transform: translateY(0);
  }
  72% {
    transform: translateY(-3px);
  }
  84% {
    transform: translateY(0);
  }
}

@keyframes fp-get-stamp {
  0%,
  58%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  68% {
    transform: scale(0.82) rotate(-7deg);
  }
  80% {
    transform: scale(1.08) rotate(2deg);
  }
}

@keyframes fp-get-flash {
  0%,
  56%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  64% {
    opacity: 0.35;
    transform: scale(0.92);
  }
  72% {
    opacity: 1;
    transform: scale(1.2);
  }
  84% {
    opacity: 1;
    transform: scale(1);
  }
}

.fp-get__index {
  display: block;
  margin-bottom: 8px;
  font-family: var(--fp-label);
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--fp-hint);
}

.fp-get__item-title {
  margin: 0;
  font-family: var(--fp-display);
  font-size: clamp(21px, 2.1vw, 27px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.16;
  color: var(--fp-ink);
  text-wrap: balance;
}

.fp-get__item-copy {
  margin: 12px 0 0;
  max-width: 52ch;
  font-family: var(--fp-sans);
  font-size: 16px;
  line-height: 1.68;
  color: var(--fp-muted);
  text-wrap: pretty;
}

.fp-get.fp-reveal .fp-get__item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: calc(var(--fp-get-i, 0) * 100ms);
}

.fp-get.fp-reveal.is-inview .fp-get__item {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .fp-get__rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .fp-get__intro {
    position: static;
  }

  .fp-get__title {
    max-width: 22ch;
  }
}

@media (max-width: 575px) {
  .fp-get__rail {
    padding: 68px 20px 76px;
  }

  .fp-get__item {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 24px 0 22px;
  }

  .fp-get__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-get__icon {
    transition: none;
  }

  .fp-get__icon i,
  .fp-get__icon::before {
    animation: none !important;
  }

  .fp-get__icon::before {
    opacity: 0;
  }

  .fp-get.fp-reveal .fp-get__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── The difference (Flustle vs bots vs pods) ── */

/* The one argument the page has to win, so it gets the feature treatment:
   an ink band with the same red rule pattern as Trust and the closing CTA. */
.fp-vs {
  position: relative;
  z-index: 3;
  background-image:
    radial-gradient(ellipse 75% 58% at 8% 4%, rgba(var(--fp-vs-rgb), 0.24) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 94% 96%, rgba(var(--fp-vs-rgb), 0.18) 0%, transparent 55%);
  background-color: #0b0d12;
  color: #fff;
  --fp-vs-rgb: 190, 22, 22;
  --fp-red: color-mix(in srgb, var(--qt-bg-bg-7, #9b0000) 38%, #ff4040);
  --fp-ink: #fff;
  --fp-muted: rgba(255, 255, 255, 0.72);
  --fp-dim: rgba(255, 255, 255, 0.56);
  --fp-hint: rgba(255, 255, 255, 0.46);
  --fp-line: rgba(255, 255, 255, 0.14);
  --fp-line-soft: rgba(255, 255, 255, 0.09);
  --fp-vs-cols: minmax(126px, 0.66fr) repeat(3, minmax(190px, 1fr));
}

.fp-vs::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(122deg, transparent 0, transparent 11px, rgb(190 22 22 / 5%) 11px, rgb(190 22 22 / 8%) 12.2px);
  -webkit-mask-image: radial-gradient(ellipse 100% 94% at 50% 42%, #000 0%, #000 40%, transparent 94%);
  mask-image: radial-gradient(ellipse 100% 94% at 50% 42%, #000 0%, #000 40%, transparent 94%);
}

.fp-vs::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 110% 92% at 50% 44%, transparent 0%, rgba(11, 13, 18, 0.28) 66%, rgba(11, 13, 18, 0.88) 100%);
}

.fp-vs__rail {
  position: relative;
  z-index: 1;
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 104px 28px 112px;
}

.fp-vs__intro {
  max-width: 52ch;
  margin-bottom: 48px;
}

.fp-vs__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-vs__title {
  color: #fff;
}

.fp-vs__lead {
  color: var(--fp-muted);
}

/* Keep overflow visible on desktop. `overflow-x: auto` also forces overflow-y
   to auto, so the reveal translateY flashes a scrollbar until the rows settle. */
.fp-vs__scroll {
  overflow: visible;
}

.fp-vs__table {
  min-width: 780px;
}

.fp-vs__row {
  display: grid;
  grid-template-columns: var(--fp-vs-cols);
  align-items: stretch;
}

.fp-vs__corner {
  display: block;
}

.fp-vs__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px 20px;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--fp-line);
  border-bottom: 0;
}

.fp-vs__head--mid {
  border-left: 0;
}

.fp-vs__head--good {
  border-color: transparent;
  background:
    radial-gradient(ellipse 70% 50% at 88% 0%, rgba(255, 128, 108, 0.34), transparent 60%),
    linear-gradient(168deg, #8f0101 0%, #b81414 52%, #6b0106 100%);
  color: #fff;
}

/* Column identity colours, carried over from the platform accents used up the
   page, so the three routes are told apart by hue as well as position. */
.fp-vs__head--bad {
  --fp-vs-accent: var(--fp-purple);
}

.fp-vs__head--mid {
  --fp-vs-accent: var(--fp-cyan);
}

.fp-vs__head--good {
  --fp-vs-accent: var(--fp-coral);
}

.fp-vs__head-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--fp-vs-accent) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--fp-vs-accent) 44%, transparent);
  color: var(--fp-vs-accent);
  font-size: 15px;
}

/* A halo breathes out behind every badge; the glyph inside moves its own way. */
.fp-vs__head-icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid var(--fp-vs-accent);
  opacity: 0;
  animation: fp-icon-halo 3.6s ease-out infinite;
}

.fp-vs__head--mid .fp-vs__head-icon::before {
  animation-delay: 1.2s;
}

/* On the red column the badge inverts, so the halo goes white to stay visible. */
.fp-vs__head--good .fp-vs__head-icon {
  background: #fff;
  border-color: #fff;
  color: #bd1111;
}

.fp-vs__head--good .fp-vs__head-icon::before {
  border-color: rgba(255, 255, 255, 0.85);
  animation-delay: 2.4s;
}

.fp-vs__head-icon i {
  display: block;
}

.fp-vs__head--bad .fp-vs__head-icon i {
  animation: fp-vs-jitter 3.6s ease-in-out infinite;
}

.fp-vs__head--mid .fp-vs__head-icon i {
  animation: fp-vs-spin 3.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.fp-vs__head--good .fp-vs__head-icon i {
  animation: fp-vs-pop 3.6s ease-in-out infinite;
}

/* Idle until the band is actually on screen. */
.fp-vs.fp-reveal .fp-vs__head-icon i,
.fp-vs.fp-reveal .fp-vs__head-icon::before {
  animation-play-state: paused;
}

.fp-vs.fp-reveal.is-inview .fp-vs__head-icon i,
.fp-vs.fp-reveal.is-inview .fp-vs__head-icon::before {
  animation-play-state: running;
}

/* Shared by every accented icon badge on the page. */
@keyframes fp-icon-halo {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  60%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

/* Bots twitch — a machine pretending to be a person. */
@keyframes fp-vs-jitter {
  0%,
  82%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  86% {
    transform: translateX(-1.5px) rotate(-7deg);
  }
  90% {
    transform: translateX(1.5px) rotate(7deg);
  }
  94% {
    transform: translateX(-1px) rotate(-3deg);
  }
}

/* Pods go round in a circle, which is the whole problem with them. */
@keyframes fp-vs-spin {
  0%,
  18% {
    transform: rotate(0deg);
  }
  62%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fp-vs-pop {
  0%,
  58%,
  100% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.24);
  }
  82% {
    transform: scale(0.95);
  }
}

.fp-vs__head-tag {
  font-family: var(--fp-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #fff;
}

.fp-vs__head-copy {
  font-family: var(--fp-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--fp-dim);
  text-wrap: pretty;
}

.fp-vs__head--good .fp-vs__head-copy {
  color: rgba(255, 255, 255, 0.82);
}

.fp-vs__criterion {
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 0;
  font-family: var(--fp-label);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--fp-hint);
  border-bottom: 1px solid var(--fp-line-soft);
}

.fp-vs__cell {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 20px;
  font-family: var(--fp-sans);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--fp-muted);
  background: rgba(255, 255, 255, 0.02);
  border-left: 1px solid var(--fp-line);
  border-right: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line-soft);
  text-wrap: pretty;
}

/* Neighbouring columns share an edge, so only the first one draws a left rule. */
.fp-vs__cell--mid {
  border-left: 0;
}

/* The winning column stays lit from header to footer. */
.fp-vs__cell--good {
  background: rgba(var(--fp-vs-rgb), 0.16);
  border-color: rgba(255, 138, 118, 0.3);
  border-left-color: rgba(255, 138, 118, 0.3);
  color: #fff;
  font-weight: 500;
}

.fp-vs__row:last-child .fp-vs__cell {
  border-bottom: 1px solid var(--fp-line);
  border-radius: 0 0 16px 16px;
}

.fp-vs__row:last-child .fp-vs__cell--good {
  border-bottom-color: rgba(255, 138, 118, 0.3);
}

.fp-vs__row:last-child .fp-vs__criterion {
  border-bottom: 0;
}

.fp-vs__cell i {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 9px;
}

.fp-vs__cell.is-no i {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

.fp-vs__cell.is-ok i {
  background: var(--fp-coral);
  color: #2a0107;
}

.fp-vs.fp-reveal .fp-vs__row,
.fp-vs.fp-reveal.is-inview .fp-vs__row,
.fp-vs.fp-reveal .fp-vs__card,
.fp-vs.fp-reveal.is-inview .fp-vs__card {
  opacity: 1;
  transform: none;
}

.fp-vs__scroll {
  display: none;
}

.fp-vs__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fp-vs__card {
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.fp-vs__card--bad {
  --fp-vs-accent: var(--fp-purple);
}

.fp-vs__card--mid {
  --fp-vs-accent: var(--fp-cyan);
}

.fp-vs__card--good {
  --fp-vs-accent: var(--fp-coral);
  border-color: transparent;
  background:
    radial-gradient(ellipse 70% 50% at 88% 0%, rgba(255, 128, 108, 0.34), transparent 60%),
    linear-gradient(168deg, #8f0101 0%, #b81414 52%, #6b0106 100%);
}

.fp-vs__card--good .fp-vs__head-icon {
  background: #fff;
  border-color: #fff;
  color: #bd1111;
}

.fp-vs__card--good .fp-vs__head-icon::before {
  border-color: rgba(255, 255, 255, 0.85);
}

.fp-vs__card--good .fp-vs__head-copy {
  color: rgba(255, 255, 255, 0.82);
}

.fp-vs__card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid var(--fp-line-soft);
}

.fp-vs__card--good .fp-vs__card-head {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.fp-vs__card-head-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.fp-vs__card-rows {
  margin: 0;
  padding: 4px 0 8px;
  list-style: none;
}

.fp-vs__card-rows li {
  display: grid;
  grid-template-columns: 7.2em minmax(0, 1fr);
  gap: 10px 12px;
  align-items: start;
  padding: 12px 18px;
  border-top: 1px solid var(--fp-line-soft);
}

.fp-vs__card-rows li:first-child {
  border-top: 0;
}

.fp-vs__card-label {
  font-family: var(--fp-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-dim);
}

.fp-vs__card-value {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--fp-sans);
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
}

.fp-vs__card-value i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  font-size: 9px;
}

.fp-vs__card-rows .is-no i {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

.fp-vs__card-rows .is-ok i {
  background: var(--fp-coral);
  color: #2a0107;
}

.fp-vs__card--good .fp-vs__card-rows .is-ok i {
  background: #fff;
  color: #bd1111;
}

@media (max-width: 899px) {
  .fp-vs__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .fp-vs__rail {
    padding: 76px 20px 84px;
  }

  .fp-vs {
    --fp-vs-cols: minmax(104px, 0.6fr) repeat(3, minmax(170px, 1fr));
  }

  .fp-vs__table {
    min-width: 660px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-vs.fp-reveal .fp-vs__row,
  .fp-vs.fp-reveal .fp-vs__card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fp-vs__head-icon i,
  .fp-vs__head-icon::before {
    animation: none !important;
  }

  .fp-vs__head-icon::before {
    opacity: 0;
  }
}

/* ── Testimonials ── */

.fp-quotes {
  position: relative;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
}

.fp-quotes__rail {
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
}

.fp-quotes__intro {
  max-width: 65ch;
  margin-bottom: 44px;
}

.fp-quotes__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-quotes__title {
  color: var(--fp-ink);
}

.fp-quotes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fp-quotes__item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px 32px 30px;
  border-radius: 18px;
  background: var(--fp-wash);
  border: 1px solid var(--fp-line);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.fp-quotes__item:hover {
  border-color: var(--fp-vs-good-line, #f5d9d4);
  box-shadow: 0 22px 44px -34px rgba(11, 13, 18, 0.4);
  transform: translateY(-2px);
}

/* Oversized quote glyph set into the corner, cropped by the card. */
.fp-quotes__item::before {
  content: "\201C";
  position: absolute;
  top: -34px;
  right: 14px;
  font-family: var(--fp-display);
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  color: var(--fp-red);
  opacity: 0.07;
  pointer-events: none;
}

.fp-quotes__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fp-quotes__stars {
  display: inline-flex;
  gap: 3px;
  color: var(--fp-red);
  font-size: 12px;
}

.fp-quotes__result {
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--fp-line);
  font-family: var(--fp-label);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--fp-dim);
}

.fp-quotes__text {
  position: relative;
  margin: 20px 0 0;
  font-family: var(--fp-display);
  font-size: clamp(19px, 1.9vw, 24px);
  font-weight: 600;
  letter-spacing: -0.026em;
  line-height: 1.4;
  color: var(--fp-ink);
  text-wrap: pretty;
}

.fp-quotes__by {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 26px;
}

/* Initials disc with the platform badge tucked on the corner. */
.fp-quotes__avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(168deg, #7a0101 0%, var(--fp-red) 55%, #5c0108 100%);
  font-family: var(--fp-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.fp-quotes__avatar i {
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--fp-line);
  color: var(--fp-ink);
  font-size: 9px;
}

.fp-quotes__name {
  display: block;
  font-family: var(--fp-display);
  font-size: 15.5px;
  font-weight: 700;
  color: var(--fp-ink);
}

.fp-quotes__role {
  display: block;
  margin-top: 2px;
  font-family: var(--fp-label);
  font-size: 12px;
  color: var(--fp-dim);
}

.fp-quotes.fp-reveal .fp-quotes__item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: calc(var(--fp-quote-i, 0) * 110ms);
}

.fp-quotes.fp-reveal.is-inview .fp-quotes__item {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .fp-quotes__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575px) {
  .fp-quotes__rail {
    padding: 68px 20px 76px;
  }

  .fp-quotes__item {
    padding: 26px 22px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-quotes__item {
    transition: none;
  }

  .fp-quotes__item:hover {
    transform: none;
  }

  .fp-quotes.fp-reveal .fp-quotes__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Blog ── */

.fp-blog {
  position: relative;
  z-index: 3;
  background: var(--fp-wash);
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
}

.fp-blog__rail {
  max-width: var(--fp-rail);
  margin: 0 auto;
  padding: 96px 28px 104px;
}

.fp-blog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.fp-blog__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-blog__title {
  max-width: 18ch;
  color: var(--fp-ink);
}

.fp-blog__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--fp-line);
  font-family: var(--fp-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--fp-ink);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fp-blog__all i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.fp-blog__all:hover {
  background: var(--fp-red);
  border-color: var(--fp-red);
  color: #fff;
}

.fp-blog__all:hover i {
  transform: translateX(3px);
}

.fp-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

/* Each post is a real surface now, so the row reads as three cards with air. */
.fp-blog__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px 14px 8px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--fp-line);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.fp-blog__card:hover {
  border-color: #d9dee5;
  box-shadow: 0 24px 46px -34px rgba(11, 13, 18, 0.42);
  transform: translateY(-3px);
}

.fp-blog__media {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  background: #e8eaee;
}

.fp-blog__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.fp-blog__card:hover .fp-blog__media img {
  transform: scale(1.04);
}

.fp-blog__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 12px 16px;
}

.fp-blog__date {
  font-family: var(--fp-label);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--fp-red);
}

.fp-blog__card-title {
  margin: 10px 0 0;
  font-family: var(--fp-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.25;
  text-wrap: balance;
}

.fp-blog__card-title a {
  color: var(--fp-ink);
  text-decoration: none;
}

.fp-blog__card-title a:hover {
  color: var(--fp-red);
}

.fp-blog__excerpt {
  margin: 10px 0 0;
  font-family: var(--fp-sans);
  font-size: 15px;
  line-height: 1.62;
  color: var(--fp-muted);
}

.fp-blog__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 20px;
  font-family: var(--fp-display);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fp-red);
}

.fp-blog__more i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.fp-blog__more:hover i {
  transform: translateX(3px);
}

.fp-blog.fp-reveal .fp-blog__card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: calc(var(--fp-blog-i, 0) * 100ms);
}

.fp-blog.fp-reveal.is-inview .fp-blog__card {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .fp-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fp-blog__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .fp-blog__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575px) {
  .fp-blog__rail {
    padding: 68px 20px 76px;
  }

  .fp-blog__card {
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-blog__card,
  .fp-blog__media img,
  .fp-blog__all,
  .fp-blog__all i,
  .fp-blog__more i {
    transition: none;
  }

  .fp-blog__card:hover,
  .fp-blog__card:hover .fp-blog__media img,
  .fp-blog__all:hover i,
  .fp-blog__more:hover i {
    transform: none;
  }

  .fp-blog.fp-reveal .fp-blog__card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Closing CTA ── */

.fp-cta {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(190, 22, 22, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(155, 0, 0, 0.22) 0%, transparent 55%),
    #0b0d12;
  color: #fff;
  border-bottom: 0;
}

.fp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(122deg, transparent 0, transparent 11px, rgb(190 22 22 / 5%) 11px, rgb(190 22 22 / 8%) 12.2px);
  -webkit-mask-image: radial-gradient(ellipse 100% 90% at 50% 40%, #000 0%, #000 35%, transparent 92%);
  mask-image: radial-gradient(ellipse 100% 90% at 50% 40%, #000 0%, #000 35%, transparent 92%);
}

.fp-cta__rail {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 108px 28px 112px;
  text-align: center;
}

.fp-cta__kicker {
  display: block;
  color: var(--fp-red);
}

.fp-cta__title {
  color: #fff;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.fp-cta__lead {
  margin: 22px auto 0;
  max-width: 42ch;
  font-family: var(--fp-sans);
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.fp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

/* Same gradient as everywhere else, with a wider glow so it separates
   from the ink band instead of sinking into it. */
.fp-cta .fp-btn--primary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 14px 34px rgba(180, 6, 6, 0.42);
}

.fp-cta .fp-btn--primary:hover,
.fp-cta .fp-btn--primary:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 40px rgba(180, 6, 6, 0.5);
}

.fp-btn--outline-light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
}

.fp-btn--outline-light:hover,
.fp-btn--outline-light:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.fp-cta__note {
  display: block;
  margin-top: 24px;
  font-family: var(--fp-label);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 575px) {
  .fp-cta__rail {
    padding: 76px 20px 84px;
  }

  .fp-cta__actions {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .fp-cta__actions .fp-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
    text-wrap: balance;
  }
}

/* ── Product mock (app.flustle.com/dashboard) ── */

.fp-app-track {
  position: relative;
}

.fp-app-stage {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-bottom: 70px;
  background: transparent;
  overflow: visible;
}

/* Same red as the footer, so the page opens and closes on the same band. */
.fp-app-stage__red {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--fp-red-top, 90px);
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 48% at 88% 6%, rgba(255, 92, 72, 0.34), transparent 58%),
    radial-gradient(ellipse 70% 42% at 8% 94%, rgba(255, 60, 48, 0.22), transparent 55%),
    linear-gradient(168deg, #6e0101 0%, #9b0000 42%, #7a0101 68%, #52010a 100%);
}

.fp-app-stage__red::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:repeating-linear-gradient(122deg, transparent 0, transparent 11px, rgb(255 255 255 / 4%) 11px, rgb(255 255 255 / 0%) 12.2px);
  -webkit-mask-image: radial-gradient(ellipse 100% 90% at 50% 40%, #000 0%, #000 35%, transparent 92%);
  mask-image: radial-gradient(ellipse 100% 90% at 50% 40%, #000 0%, #000 35%, transparent 92%);
}

.fp-hero__rail--app {
  position: relative;
  z-index: 2;
  height: auto;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.fp-app {
  position: relative;
  z-index: 3;
  height: auto;
  min-height: 0;
  transform: translate3d(0, var(--fp-dash-y, -90px), 0);
  will-change: transform;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #0a0a10;
  transform-origin: 50% 100%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 -12px 48px -18px rgba(0, 0, 0, 0.5),
    0 40px 80px -20px rgba(0, 0, 0, 0.65);
}

.fp-app__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #0a0a10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fp-app__dots {
  display: flex;
  gap: 6px;
  flex: none;
}

.fp-app__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.fp-app__dots span:nth-child(1) {
  background: #ff5f57;
}

.fp-app__dots span:nth-child(2) {
  background: #febc2e;
}

.fp-app__dots span:nth-child(3) {
  background: #28c840;
}

.fp-app__url {
  margin: 0 auto;
  width: min(100%, 28rem);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 4px 11px;
  font-family: var(--fp-label);
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Dashboard mock: a scaled 1280×820 replica of app.flustle.com/dashboard.
   Everything inside .fp-dash__desktop is authored at real dashboard pixel
   sizes, then scaled to the container width, so it holds together from
   phone to desktop. ── */

.fp-dash {
  --d-bg: 240 10% 2%;
  --d-fg: 0 0% 98%;
  --d-card: 240 10% 4%;
  --d-muted: 240 3.7% 10%;
  --d-dim: 240 5% 64.9%;
  --d-line: 240 3.7% 12%;
  --d-primary: 0 100% 31.4%;
  --d-primary-lit: 0 100% 63%;
  --d-w: 1280;
  --d-h: 820;
}

.fp-dash__frame {
  position: relative;
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  background: hsl(var(--d-bg));
  container-type: inline-size;
}

.fp-dash__spacer {
  padding-bottom: calc(var(--d-h) / var(--d-w) * 100%);
}

.fp-dash__stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
}

.fp-dash__desktop {
  display: flex;
  width: calc(var(--d-w) * 1px);
  height: calc(var(--d-h) * 1px);
  transform-origin: top left;
  transform: scale(calc(100cqi / (var(--d-w) * 1px)));
  font-family: var(--fp-sans);
  color: hsl(var(--d-fg));
  background: hsl(var(--d-bg));
}

/* Fallback for browsers without container queries or length division in
   calc(): hero-dashboard.js measures the frame and sets --d-scale. */
.fp-dash[data-fp-scaled] .fp-dash__desktop {
  transform: scale(var(--d-scale, 1));
}

.fp-dash__fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 96px;
  background: linear-gradient(to top, hsl(var(--d-bg)), hsl(var(--d-bg) / 0));
  pointer-events: none;
}

/* Sidebar */

.fp-dash__side {
  display: flex;
  flex: 0 0 304px;
  flex-direction: column;
  width: 304px;
  border-right: 1px solid hsl(var(--d-line));
  background: hsl(var(--d-card));
}

.fp-dash__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  border-bottom: 1px solid hsl(var(--d-line));
}

.fp-dash__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: hsl(var(--d-primary));
  box-shadow: 0 18px 34px -12px hsl(var(--d-primary) / 0.55);
  color: #fff;
  transform: rotate(6deg);
}

.fp-dash__logo .fp-mark {
  width: 30px;
  height: 30px;
  transform: rotate(-6deg);
}

.fp-dash__word {
  font-family: var(--fp-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.045em;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fp-dash__nav {
  flex: 1;
  padding: 20px 16px;
}

.fp-dash__group {
  margin-bottom: 20px;
}

.fp-dash__group-label {
  margin: 0 0 8px;
  padding: 0 16px;
  font-family: var(--fp-label);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: hsl(var(--d-dim));
}

.fp-dash__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--d-dim));
}

.fp-dash__item + .fp-dash__item {
  margin-top: 4px;
}

.fp-dash__item i {
  width: 20px;
  font-size: 16px;
  text-align: center;
}

.fp-dash__item.is-active {
  background: hsl(var(--d-primary));
  font-weight: 600;
  color: #fff;
  box-shadow: 0 14px 26px -12px hsl(var(--d-primary) / 0.7);
}

.fp-dash__item.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 24px;
  border-radius: 0 999px 999px 0;
  background: #fff;
}

.fp-dash__logout {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 24px 20px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--d-dim));
}

.fp-dash__logout i {
  width: 20px;
  font-size: 16px;
  text-align: center;
}

/* Main column */

.fp-dash__main {
  position: relative;
  flex: 1;
  min-width: 0;
}

.fp-dash__ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.fp-dash__wash {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 75% 58% at 10% 6%, hsl(var(--d-primary) / 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 92% 88%, hsl(var(--d-primary) / 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 72% 22%, hsl(var(--d-primary) / 0.04) 0%, transparent 50%);
}

.fp-dash__grid {
  position: absolute;
  inset: 0;
  opacity: 0.74;
  background-image:
    radial-gradient(circle at center, hsl(var(--d-fg) / 0.096) 0.65px, transparent 0.75px),
    repeating-linear-gradient(122deg, transparent 0, transparent 12px, hsl(var(--d-primary) / 0.072) 12px, hsl(var(--d-primary) / 0.072) 13px);
  background-size: 20px 20px, 100% 100%;
  -webkit-mask-image: radial-gradient(ellipse 92% 85% at 50% 40%, #000 0%, transparent 88%);
  mask-image: radial-gradient(ellipse 92% 85% at 50% 40%, #000 0%, transparent 88%);
}

.fp-dash__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 105% 85% at 50% 42%, transparent 0%, hsl(var(--d-bg) / 0.35) 58%, hsl(var(--d-bg) / 0.92) 100%);
}

.fp-dash__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 32px;
  border-bottom: 1px solid hsl(var(--d-line));
  background: hsl(var(--d-bg) / 0.65);
  backdrop-filter: blur(16px);
}

.fp-dash__collapse {
  font-size: 18px;
  color: hsl(var(--d-dim));
}

.fp-dash__top-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fp-dash__balance {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border: 1px solid hsl(var(--d-line));
  border-radius: 12px;
  background: hsl(var(--d-muted));
}

.fp-dash__balance-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  background: hsl(var(--d-primary));
  box-shadow: 0 8px 18px -8px hsl(var(--d-primary) / 0.6);
  font-size: 13px;
  color: #fff;
}

.fp-dash__balance-label {
  display: block;
  font-family: var(--fp-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: hsl(var(--d-dim));
}

.fp-dash__balance-val {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.fp-dash__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: hsl(var(--d-primary));
  box-shadow: 0 0 0 2px hsl(var(--d-line));
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.fp-dash__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  padding: 32px 40px 0;
}

.fp-dash__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fp-dash__h1 {
  margin: 0;
  font-family: var(--fp-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: hsl(var(--d-fg));
}

.fp-dash__create {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 24px;
  border-radius: 12px;
  background: hsl(var(--d-primary));
  box-shadow: 0 14px 26px -14px hsl(var(--d-primary) / 0.8);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* Bento stats */

.fp-dash__bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(112px, auto));
  gap: 16px;
}

.fp-dash__tile {
  position: relative;
  overflow: hidden;
  border: 1px solid hsl(var(--d-primary) / 0.25);
  background: linear-gradient(to bottom, hsl(var(--d-primary) / 0.16), hsl(var(--d-card)) 55%, hsl(var(--d-card)));
  box-shadow: 0 0 0 1px hsl(var(--d-line) / 0.6);
  animation: fp-dash-pulse 1.8s ease-in-out infinite;
}

@keyframes fp-dash-pulse {
  0%,
  100% {
    border-color: hsl(var(--d-primary) / 0.25);
  }

  50% {
    border-color: hsl(var(--d-primary) / 0.65);
  }
}

.fp-dash__tile-mark {
  position: absolute;
  right: -6px;
  bottom: -10px;
  font-size: 96px;
  opacity: 0.24;
}

.fp-dash__tile-body {
  position: relative;
  z-index: 1;
  padding: 16px 40% 16px 16px;
}

.fp-dash__tile-title {
  margin: 0;
  font-family: var(--fp-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(var(--d-fg));
}

.fp-dash__tile-desc {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.35;
  color: hsl(var(--d-dim));
}

.fp-dash__tile-val {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.fp-dash__tile--points {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(to bottom, hsl(var(--d-primary) / 0.2), hsl(var(--d-card)) 55%, hsl(var(--d-card)));
}

.fp-dash__tile--points .fp-dash__tile-mark {
  right: -18px;
  bottom: -18px;
  font-size: 150px;
  color: hsl(var(--d-primary));
  opacity: 0.25;
  transform: rotate(-12deg);
}

.fp-dash__tile--points .fp-dash__tile-body {
  padding: 0;
}

.fp-dash__points-val {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--fp-display);
  font-size: 40px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, hsl(var(--d-primary-lit)), hsl(var(--d-primary)));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fp-dash__tile--tasks {
  border-radius: 24px 12px 24px 12px;
}

.fp-dash__tile--reach {
  border-radius: 12px 24px 12px 24px;
}

.fp-dash__tile--today {
  grid-column: span 2;
  border-radius: 24px;
}

.fp-dash__tile-mark--sky {
  color: var(--fp-cyan);
}

.fp-dash__tile-mark--emerald {
  color: var(--fp-coral);
}

.fp-dash__tile-mark--violet {
  color: var(--fp-purple);
}

/* Platform cards */

.fp-dash__platforms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fp-dash__platform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 160px;
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.9);
}

.fp-dash__platform--ig {
  background: radial-gradient(circle at 30% 110%, #fccc63, #fbad50 20%, #e95950 40%, #d62976 70%, #4f5bd5);
}

.fp-dash__platform--tt {
  background: #111;
}

.fp-dash__platform--fb {
  background: #1877f2;
}

.fp-dash__platform-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 20px;
}

.fp-dash__platform-name {
  margin: 0;
  font-family: var(--fp-display);
  font-size: 18px;
  font-weight: 700;
}

.fp-dash__platform-sub {
  margin: 2px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

/* Growth tips */

.fp-dash__tips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fp-dash__tip {
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 24px;
  border: 1px solid hsl(var(--d-line));
  border-radius: 24px;
  background: linear-gradient(to bottom, hsl(var(--d-primary) / 0.06), hsl(var(--d-card)) 55%, hsl(var(--d-card)));
}

.fp-dash__tip-title {
  margin: 0;
  font-family: var(--fp-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: hsl(var(--d-fg));
}

.fp-dash__tip-body {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: hsl(var(--d-dim));
}

.fp-dash__tip-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 12px 16px;
  border: 1px solid hsl(var(--d-primary) / 0.3);
  border-radius: 12px;
  background: hsl(var(--d-primary) / 0.08);
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--d-primary-lit));
}

/* Recent activity */

.fp-dash__activity {
  padding: 24px 40px;
  border: 1px solid hsl(var(--d-line));
  border-radius: 40px;
  background: hsl(0 0% 4.25% / 0.5);
}

.fp-dash__activity-title {
  margin: 0 0 20px;
  font-family: var(--fp-display);
  font-size: 24px;
  font-weight: 600;
  color: hsl(var(--d-fg));
}

.fp-dash__act {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid hsl(var(--d-line));
}

.fp-dash__act:last-child {
  border-bottom: 0;
}

.fp-dash__act-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fp-dash__act-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 16px;
}

.fp-dash__act--up .fp-dash__act-icon {
  background: color-mix(in srgb, var(--fp-cyan) 16%, transparent);
  color: var(--fp-cyan);
}

.fp-dash__act--down .fp-dash__act-icon {
  background: color-mix(in srgb, var(--fp-coral) 16%, transparent);
  color: var(--fp-coral);
}

.fp-dash__act-what {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: hsl(var(--d-fg));
}

.fp-dash__act-meta {
  margin: 3px 0 0;
  font-family: var(--fp-label);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: hsl(var(--d-dim));
}

.fp-dash__act-amt {
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.fp-dash__act--up .fp-dash__act-amt {
  color: var(--fp-cyan);
}

.fp-dash__act--down .fp-dash__act-amt {
  color: var(--fp-coral);
}

.fp-dash__dock {
  display: none;
}

/* Layout is driven by data-device, not the marketing page’s viewport.
   A phone-sized frame on a laptop still draws the phone dashboard. */

.fp-dash[data-device="mobile"] [data-dash-min="tablet"],
.fp-dash[data-device="mobile"] [data-dash-min="desktop"],
.fp-dash[data-device="tablet"] [data-dash-min="desktop"] {
  display: none;
}

.fp-dash[data-device="tablet"] {
  --d-w: 768;
  --d-h: 860;
}

.fp-dash[data-device="mobile"] {
  --d-w: 390;
  --d-h: 780;
}

.fp-dash[data-device="tablet"] .fp-dash__bento {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 12px;
}

.fp-dash[data-device="tablet"] .fp-dash__tile--points {
  grid-row: auto;
  grid-column: 1 / -1;
  min-height: 168px;
}

.fp-dash[data-device="tablet"] .fp-dash__tile--today {
  grid-column: 1 / -1;
}

.fp-dash[data-device="tablet"] .fp-dash__platforms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fp-dash[data-device="tablet"] .fp-dash__tips {
  grid-template-columns: minmax(0, 1fr);
}

.fp-dash[data-device="tablet"] .fp-dash__content {
  padding: 24px 32px 0;
}

.fp-dash[data-device="mobile"] {
  max-width: 420px;
  margin-inline: auto;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fp-dash[data-device="mobile"] .fp-app__chrome,
.fp-dash[data-device="mobile"] .fp-dash__side,
.fp-dash[data-device="mobile"] .fp-dash__top {
  display: none;
}

.fp-dash[data-device="tablet"] .fp-dash__frame,
.fp-dash[data-device="mobile"] .fp-dash__frame {
  max-height: none;
}

.fp-dash[data-device="mobile"] .fp-dash__content {
  gap: 24px;
  padding: 20px 16px 88px;
}

.fp-dash[data-device="mobile"] .fp-dash__h1 {
  font-size: 24px;
}

.fp-dash[data-device="mobile"] .fp-dash__create {
  height: 40px;
  padding: 0 16px;
  font-size: 12px;
}

.fp-dash[data-device="mobile"] .fp-dash__bento {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 8px;
}

.fp-dash[data-device="mobile"] .fp-dash__tile--points {
  grid-row: auto;
  grid-column: 1 / -1;
  min-height: 118px;
  padding: 12px;
}

.fp-dash[data-device="mobile"] .fp-dash__tile--today {
  grid-column: 1 / -1;
}

.fp-dash[data-device="mobile"] .fp-dash__tile-desc {
  display: none;
}

.fp-dash[data-device="mobile"] .fp-dash__tile-title {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.fp-dash[data-device="mobile"] .fp-dash__tile-body {
  padding: 12px 38% 12px 12px;
}

.fp-dash[data-device="mobile"] .fp-dash__tile-val {
  top: 12px;
  right: 12px;
  font-size: 22px;
}

.fp-dash[data-device="mobile"] .fp-dash__points-val {
  font-size: 30px;
}

.fp-dash[data-device="mobile"] .fp-dash__tile-mark {
  font-size: 56px;
}

.fp-dash[data-device="mobile"] .fp-dash__tile--points .fp-dash__tile-mark {
  font-size: 112px;
}

.fp-dash[data-device="mobile"] .fp-dash__platforms {
  display: flex;
  gap: 12px;
  overflow: hidden;
}

.fp-dash[data-device="mobile"] .fp-dash__platform {
  flex: 0 0 70%;
  height: 144px;
  padding: 16px;
}

.fp-dash[data-device="mobile"] .fp-dash__tips {
  grid-template-columns: minmax(0, 1fr);
}

.fp-dash[data-device="mobile"] .fp-dash__tip {
  height: 220px;
  padding: 20px;
}

.fp-dash[data-device="mobile"] .fp-dash__activity {
  padding: 16px;
  border-radius: 16px;
}

.fp-dash[data-device="mobile"] .fp-dash__activity-title {
  margin-bottom: 12px;
  font-size: 20px;
}

.fp-dash[data-device="mobile"] .fp-dash__act {
  padding: 12px 0;
}

.fp-dash[data-device="mobile"] .fp-dash__act-icon {
  width: 36px;
  height: 36px;
}

.fp-dash[data-device="mobile"] .fp-dash__fade {
  height: 48px;
}

.fp-dash[data-device="mobile"] .fp-dash__dock {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 64px;
  padding: 0 8px;
  border-top: 1px solid hsl(var(--d-line));
  background: hsl(var(--d-bg) / 0.88);
  backdrop-filter: blur(16px);
}

.fp-dash[data-device="mobile"] .fp-dash__dock span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 64px;
  color: hsl(var(--d-dim));
  font-size: 10px;
  font-weight: 500;
}

.fp-dash[data-device="mobile"] .fp-dash__dock span i {
  font-size: 16px;
}

.fp-dash[data-device="mobile"] .fp-dash__dock span b {
  font-weight: 500;
}

.fp-dash[data-device="mobile"] .fp-dash__dock .is-active {
  color: hsl(var(--d-primary-lit));
}

.fp-dash[data-device="mobile"] .fp-dash__dock .is-active::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 32px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: hsl(var(--d-primary));
}

@media (prefers-reduced-motion: reduce) {
  .fp-dash__tile {
    animation: none;
  }
}

@media (min-width: 768px) {
  .fp-app-track {
    position: relative;
  }
}

@media (max-width: 1100px) {
  .fp-hero__intro {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .fp-hero__pin {
    height: calc(100dvh - var(--fp-sticky-top, 0px) - 54px);
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  .fp-hero__pin .fp-hero__rail {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 28px 20px 20px;
  }

  .fp-hero__intro {
    position: relative;
    flex: 1;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 8px;
    overflow: hidden;
  }

  .fp-hero__trust {
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }

  .fp-hero .fp-toasts {
    position: relative;
    z-index: 1;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 36px;
  }

  .fp-hero .fp-toasts__stack {
    position: relative;
    z-index: 2;
    padding: 0 4px;
    gap: 10px;
    justify-content: center;
  }

  .fp-hero .fp-toasts__stack .fp-toast:nth-child(n + 3) {
    display: none;
  }

  .fp-hero .fp-toast {
    grid-template-columns: 36px minmax(0, 1fr) 16px;
    gap: 10px;
    padding: 11px 12px;
    max-height: 78px;
    border-radius: 14px;
  }

  .fp-hero .fp-toast__brand {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 10px;
    font-size: 16px;
  }

  .fp-hero__actions {
    flex-wrap: nowrap;
    margin-top: 28px;
  }

  .fp-hero__actions .fp-btn,
  .fp-works__ctas .fp-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
    text-wrap: balance;
  }

  .fp-hero__rail--app {
    padding: 8px 16px 0;
  }

  .fp-app-stage {
    margin-top: 0;
  }

  .fp-dash[data-device="mobile"] {
    max-width: none;
    border-radius: 28px 28px 0 0;
  }

  .fp-dash[data-device="tablet"],
  .fp-dash[data-device="desktop"] {
    border-left: none;
    border-right: none;
    border-radius: 16px 16px 0 0;
  }

  .fp-hero .fp-toasts__bubbles {
    inset: -48px 0 8px 0;
    overflow: hidden;
    z-index: 1;
  }

  .fp-hero .fp-bubble {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    font-size: 14px;
    bottom: var(--y, 8%);
    animation-name: fpBubbleRiseMobile;
  }

  .fp-hero .fp-bubble--burst {
    animation-name: fpBubbleBurstMobile;
  }

  .fp-works__list {
    flex-wrap: nowrap;
    gap: 22px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent);
  }

  .fp-works__list::-webkit-scrollbar {
    display: none;
  }

  .fp-works__tab {
    flex: none;
    white-space: nowrap;
  }
}

/* ─── Page type standard ───────────────────────────────────────────────────────
   The hero sets the scale for the whole page: one eyebrow, one section title,
   one lead paragraph, one card pair. Sections opt in through these class lists,
   so editing a token here moves every section together. Colors stay with each
   section, which is what lets the dark bands invert without touching the scale.
   This block sits last on purpose — it is the final word on section type. */

.fp-hero,
.fp-works,
.fp-how,
.fp-trust,
.fp-who,
.fp-price,
.fp-get,
.fp-vs,
.fp-quotes,
.fp-blog,
.fp-cta {
  --fp-eyebrow-size: 15px;
  --fp-eyebrow-weight: 600;
  --fp-eyebrow-tracking: 0.01em;
  --fp-eyebrow-leading: 1.3;
  --fp-title-size: clamp(36px, 5vw, 60px);
  --fp-title-weight: 800;
  --fp-title-tracking: -0.035em;
  --fp-title-leading: 1.1;
  --fp-title-gap: 22px;
  --fp-lead-size: 19px;
  --fp-lead-leading: 1.62;
  --fp-lead-gap: 24px;
  --fp-card-title-size: 21px;
  --fp-card-title-tracking: -0.02em;
  --fp-card-title-leading: 1.25;
  --fp-card-copy-size: 16.5px;
  --fp-card-copy-leading: 1.65;
}

/* Eyebrow */

.fp-hero__eyebrow-text,
.fp-works__eyebrow,
.fp-how__kicker,
.fp-trust__kicker,
.fp-who__kicker,
.fp-price__kicker,
.fp-get__kicker,
.fp-vs__kicker,
.fp-quotes__kicker,
.fp-blog__kicker,
.fp-cta__kicker {
  font-family: var(--fp-label);
  font-size: var(--fp-eyebrow-size);
  font-weight: var(--fp-eyebrow-weight);
  letter-spacing: var(--fp-eyebrow-tracking);
  line-height: var(--fp-eyebrow-leading);
  text-transform: none;
}

/* The hero spaces its eyebrow with the wrapper; every title owns the gap now. */
.fp-hero__eyebrow {
  margin-bottom: 0;
}

/* Section title */

.fp-hero__title,
.fp-works__headline,
.fp-how__title,
.fp-trust__title,
.fp-who__title,
.fp-price__title,
.fp-get__title,
.fp-vs__title,
.fp-quotes__title,
.fp-blog__title,
.fp-cta__title {
  font-family: var(--fp-display);
  font-size: var(--fp-title-size);
  font-weight: var(--fp-title-weight);
  letter-spacing: var(--fp-title-tracking);
  line-height: var(--fp-title-leading);
  margin-top: var(--fp-title-gap);
  margin-bottom: 0;
  text-wrap: balance;
}

/* Lead paragraph */

.fp-hero__lead,
.fp-works__copy,
.fp-how__lead,
.fp-trust__lead,
.fp-who__lead,
.fp-price__lead,
.fp-get__lead,
.fp-vs__lead,
.fp-cta__lead {
  font-family: var(--fp-sans);
  font-size: var(--fp-lead-size);
  font-weight: 400;
  line-height: var(--fp-lead-leading);
  margin-top: var(--fp-lead-gap);
  margin-bottom: 0;
  text-wrap: pretty;
}

/* Cards sit one step below the section title, on the same rhythm everywhere. */

.fp-how__step-title,
.fp-blog__card-title {
  font-family: var(--fp-display);
  font-size: var(--fp-card-title-size);
  font-weight: 700;
  letter-spacing: var(--fp-card-title-tracking);
  line-height: var(--fp-card-title-leading);
}

.fp-how__step-copy,
.fp-blog__excerpt {
  font-family: var(--fp-sans);
  font-size: var(--fp-card-copy-size);
  line-height: var(--fp-card-copy-leading);
}

/* Held back on the homepage so it arrives after the hero has settled. */
body:has(.fp-hero) .fp-help {
  animation-delay: 1.4s;
}

@media (max-width: 767px) {
  .fp-hero,
  .fp-works,
  .fp-how,
  .fp-trust,
  .fp-who,
  .fp-price,
  .fp-get,
  .fp-vs,
  .fp-quotes,
  .fp-blog,
  .fp-cta {
    --fp-eyebrow-size: 14px;
    --fp-title-tracking: -0.028em;
    --fp-title-gap: 16px;
    --fp-lead-size: 16.5px;
    --fp-lead-leading: 1.55;
    --fp-lead-gap: 18px;
    --fp-card-title-size: 19px;
    --fp-card-copy-size: 15.5px;
  }

  .fp-hero {
    --fp-title-size: clamp(26px, 7.4vw, 34px);
    --fp-title-gap: 18px;
    --fp-lead-size: 15px;
    --fp-lead-gap: 18px;
  }

  .fp-works {
    --fp-title-size: clamp(24px, 6.6vw, 32px);
    --fp-title-gap: 10px;
    --fp-lead-size: 15px;
    --fp-lead-gap: 10px;
  }
}

