/* FlipScout brutal-truth manifesto — impossible to miss */

.fs-truth {
  --fs-truth-ink: #f4f7fc;
  --fs-truth-muted: #c2cad8;
  --fs-truth-line: rgba(244, 247, 252, 0.16);
  --fs-truth-emerald: #3dd68c;
  --fs-truth-amber: #f0b429;
  --fs-truth-display: "Syne", system-ui, sans-serif;
  --fs-truth-mono: "IBM Plex Mono", ui-monospace, monospace;

  position: relative;
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.25rem 1.2rem;
  border: 1px solid var(--fs-truth-line);
  border-left: 4px solid var(--fs-truth-emerald);
  background:
    linear-gradient(105deg, rgba(61, 214, 140, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, rgba(18, 24, 36, 0.96), rgba(8, 11, 16, 0.98));
  color: var(--fs-truth-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 40px rgba(0, 0, 0, 0.35);
}

.fs-truth::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(42%, 16rem);
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(
    -18deg,
    transparent,
    transparent 10px,
    rgba(244, 247, 252, 0.02) 10px,
    rgba(244, 247, 252, 0.02) 11px
  );
  mask-image: linear-gradient(90deg, transparent, #000 55%);
}

.fs-truth__kicker {
  position: relative;
  margin: 0 0 0.45rem;
  font-family: var(--fs-truth-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fs-truth-emerald);
}

.fs-truth__h {
  position: relative;
  margin: 0 0 0.55rem;
  font-family: var(--fs-truth-display);
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
}

.fs-truth__body {
  position: relative;
  margin: 0;
  max-width: 44rem;
  font-family: var(--fs-truth-mono);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--fs-truth-muted);
}

.fs-truth__body strong {
  color: #fff;
  font-weight: 700;
}

.fs-truth__lex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.fs-truth__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  font-family: var(--fs-truth-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.fs-truth__chip--clears {
  color: #04110c;
  background: var(--fs-truth-emerald);
  border-color: rgba(61, 214, 140, 0.85);
}

.fs-truth__chip--over {
  color: #1a1200;
  background: var(--fs-truth-amber);
  border-color: rgba(240, 180, 41, 0.9);
}

/* Homepage — full-bleed band after hero CTAs */
.lp-truth-band {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 clamp(1rem, 4vw, 2.5rem) 0.25rem;
}

.lp-truth-band .fs-truth {
  margin: 0 auto 1.5rem;
  max-width: 72rem;
  padding: 1.45rem 1.5rem 1.5rem;
}

.fs-truth--hero .fs-truth__h {
  font-size: clamp(1.85rem, 4.4vw, 2.65rem);
}

.fs-truth--hero .fs-truth__body {
  font-size: 1rem;
  max-width: 48rem;
}

/* Property / tighter slots */
.fs-truth--compact {
  margin: 0 0 1rem;
  padding: 0.95rem 1.05rem 1rem;
}

.fs-truth--compact .fs-truth__h {
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
}

.fs-truth--compact .fs-truth__body {
  font-size: 0.84rem;
}

.fs-truth--compact .fs-truth__lex {
  margin-top: 0.75rem;
}

/* Houses blotter slot */
.fb-wrap > .fs-truth,
.fb-blotter-truth-slot .fs-truth {
  margin: 0 0 1rem;
}

/* SEO hubs */
.seo-atlas-shell > .fs-truth {
  margin: 0.35rem 0 1.25rem;
}

@media (max-width: 640px) {
  .fs-truth {
    padding: 1rem 1rem 1.05rem;
  }

  .fs-truth__lex {
    flex-direction: column;
    align-items: stretch;
  }

  .fs-truth__chip {
    justify-content: center;
  }
}
