.features-body {
  background: #faf9f5;
  color: #183e37;
}
.fx-page {
  --ink: #183e37;
  --orange: #b94e20;
  --line: #dce3dc;
  --teal: #e8f0e9;
  font-family: inherit;
}
.fx-page * {
  box-sizing: border-box;
}
.fx-wrap {
  max-width: 1220px;
  margin: 0 auto;
  width: calc(100% - 80px);
}
.fx-page h1,
.fx-page h2,
.fx-page h3,
.fx-page p {
  margin: 0;
}
.fx-page h1,
.fx-page h2,
.fx-page h3 {
  color: var(--ink);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.fx-page h1 {
  font-size: clamp(48px, 5.7vw, 80px);
  font-weight: 800;
}
.fx-page h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 750;
}
.fx-page h3 {
  font-size: 27px;
  line-height: 1.17;
}
.fx-page em {
  font-style: normal;
  color: var(--orange);
}
.fx-page p {
  font-size: 16px;
  line-height: 1.75;
  color: #53665e;
}
.fx-page a {
  color: inherit;
}
.fx-page .fx-kicker {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--ink);
  margin-bottom: 20px;
}
.fx-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cc5a25;
  margin-right: 7px;
}
.fx-hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 64px;
  padding: 90px 0 80px;
}
.fx-page .fx-lead {
  font-size: 18px;
  max-width: 510px;
  margin-top: 26px;
}
.fx-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0 17px;
}
.fx-button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  border-radius: 9px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  border: 1px solid transparent;
  min-height: 52px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.fx-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px #183e3715;
}
.fx-page .fx-dark {
  background: var(--ink);
  color: white;
}
.fx-page .fx-outline {
  border-color: #b7c5bd;
  background: transparent;
  color: var(--ink);
}
.fx-page .fx-white {
  background: #fff;
  color: var(--ink);
}
.fx-page .fx-small {
  font-size: 12px;
  line-height: 1.6;
  color: #5b6b62;
}
.fx-hero-art {
  position: relative;
  min-height: 445px;
  border-radius: 110px 18px 18px 18px;
  background: #d8e4dc;
}
.fx-hero-art > img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  object-position: 45%;
  border-radius: inherit;
}
.fx-art-caption {
  position: absolute;
  bottom: 14px;
  right: 16px;
  color: white;
  background: #183e37d9;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 10px;
}
.fx-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: #fff;
  border: 1px solid #dce3dc;
  border-radius: 13px;
  box-shadow: 0 16px 35px #142d3321;
}
.fx-float small {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #63766a;
  margin-bottom: 5px;
}
.fx-float strong {
  display: block;
  font-size: 15px;
}
.fx-float-top {
  top: 35px;
  left: -27px;
}
.fx-float-bottom {
  bottom: 49px;
  left: -45px;
}
.fx-float-bottom div > span {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  color: #53665e;
}
.fx-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 11px;
  background: #e9f0e9;
  font-size: 25px;
}
.fx-orange {
  background: #fff0df;
  color: #b94e20;
}
.fx-paths {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 14px;
}
.fx-paths a {
  padding: 25px 22px 25px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  position: relative;
}
.fx-paths a + a {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.fx-paths span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #697e70;
  margin-bottom: 7px;
}
.fx-paths b {
  position: absolute;
  right: 24px;
  top: 39px;
}
.fx-section {
  padding: 90px 0;
  scroll-margin-top: 100px;
}
.fx-section-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 40px;
}
.fx-section-head > p {
  max-width: 380px;
}
.fx-seekers em {
  color: #34765d;
}
.fx-seeker-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
}
.fx-discover,
.fx-chat-card {
  border-radius: 18px;
  padding: 38px;
}
.fx-discover {
  background: #e6eee7;
}
.fx-chat-card {
  background: #fff;
  border: 1px solid var(--line);
}
.fx-mini-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.fx-card-copy p {
  max-width: 410px;
  margin-top: 17px;
}
.fx-search-example {
  background: #fff;
  border: 1px solid #ccdacf;
  border-radius: 12px;
  padding: 20px;
  margin: 28px 0 20px;
  box-shadow: 0 8px 18px #183e3707;
}
.fx-search-example > span {
  display: block;
  font-size: 16px;
  font-weight: 650;
}
.fx-search-example > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0;
}
.fx-search-example b {
  font-size: 11px;
  font-weight: 600;
  background: #edf3ed;
  border-radius: 6px;
  padding: 6px 9px;
}
.fx-search-example small,
.fx-example-label {
  font-size: 10px;
  color: #607267;
}
.fx-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-bottom: 26px;
}
.fx-category-list span {
  font-size: 12px;
  color: #435c4c;
}
.fx-category-list span:before {
  content: '·';
  margin-right: 6px;
}
.fx-text-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  margin-top: 15px;
}
.fx-chat-example {
  border: 1px solid #e5e8e1;
  background: #fafaf6;
  padding: 16px;
  border-radius: 12px;
  margin: 24px 0;
}
.fx-chat-reference {
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #dfe6de;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.fx-chat-reference > span {
  font-size: 25px;
  background: #e6eee7;
  padding: 8px;
  border-radius: 8px;
}
.fx-chat-reference strong,
.fx-chat-reference small {
  display: block;
  font-size: 12px;
}
.fx-chat-reference small {
  font-size: 10px;
  margin-top: 4px;
  color: #617265;
}
.fx-page .fx-bubble {
  font-size: 12px;
  line-height: 1.55;
  border-radius: 10px 10px 10px 0;
  background: #e2ede4;
  padding: 12px 14px;
  width: 88%;
  margin: 10px 0;
}
.fx-page .fx-reply {
  margin-left: auto;
  border-radius: 10px 10px 0 10px;
  background: #fff;
  border: 1px solid #e1e4dc;
}
.fx-chat-example .fx-example-label {
  display: block;
  text-align: center;
  margin-top: 13px;
}
.fx-chat-card > .fx-small {
  margin-top: 12px;
}
.fx-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 30px 0 0;
  margin: 0;
}
.fx-steps li {
  display: flex;
  align-items: start;
  gap: 14px;
}
.fx-steps li > span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  border: 1px solid #b9cfc0;
  border-radius: 50%;
  font-size: 12px;
}
.fx-steps strong {
  font-size: 14px;
}
.fx-steps p {
  font-size: 12px;
  margin-top: 3px;
}
.fx-providers {
  background: #f4eee4;
}
.fx-creation-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
}
.fx-manual,
.fx-ai-intro {
  padding: 35px;
  border-radius: 16px;
}
.fx-manual {
  border: 1px solid #d7cebf;
  background: #f8f4eb;
}
.fx-method {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
}
.fx-manual p,
.fx-ai-intro p {
  margin-top: 18px;
}
.fx-manual ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
  margin: 24px 0;
  font-size: 13px;
}
.fx-manual li:before {
  content: '✓';
  color: #667d62;
  margin-right: 9px;
}
.fx-method-note {
  font-size: 11px;
  color: #697562;
}
.fx-ai-intro {
  background: #fff;
  border: 1px solid #e1d6c9;
  position: relative;
  overflow: hidden;
}
.fx-ai-intro h3 {
  font-size: 34px;
}
.fx-ai-points {
  display: grid;
  gap: 11px;
  font-size: 13px;
  font-weight: 600;
  margin: 24px 0;
}
.fx-ai-intro .fx-text-link {
  color: #ad461a;
}
.fx-walkthrough {
  background: #fff;
  border: 1px solid #ded6c9;
  border-radius: 17px;
  margin-top: 26px;
  padding: 35px;
}
.fx-walkthrough-head {
  display: flex;
  gap: 25px;
  align-items: start;
  justify-content: space-between;
}
.fx-walkthrough .fx-kicker {
  margin-bottom: 12px;
}
.fx-demo-badge {
  font-size: 10px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #f3f1ea;
  color: #5e6458;
  max-width: 220px;
  line-height: 1.6;
}
.fx-example-tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 27px 0 20px;
}
.fx-example-tabs button {
  border: 1px solid #d8dacf;
  background: white;
  color: #183e37;
  border-radius: 8px;
  padding: 11px 16px;
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  min-height: 44px;
}
.fx-example-tabs button[aria-pressed='true'] {
  background: #183e37;
  border-color: #183e37;
  color: #fff;
}
.fx-example-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.fx-input-example {
  background: #f7f4ed;
  border: 1px solid #e7e0d4;
  border-radius: 12px;
  padding: 25px;
}
.fx-input-example blockquote {
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  margin: 23px 0 28px;
  min-height: 150px;
}
.fx-media-placeholder {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px dashed #b9b6a6;
  border-radius: 8px;
  padding: 14px;
  font-size: 11px;
  color: #5e6d60;
}
.fx-media-placeholder span {
  font-size: 20px;
}
.fx-output-example {
  border: 1px solid #dce3dc;
  border-radius: 12px;
  padding: 25px;
}
.fx-output-example dl {
  margin: 0;
}
.fx-output-example dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0e9;
  font-size: 12px;
}
.fx-output-example dt {
  color: #637365;
  flex-shrink: 0;
}
.fx-output-example dd {
  font-weight: 650;
  text-align: right;
  margin: 0;
}
.fx-question {
  background: #edf3eb;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}
.fx-question b {
  font-size: 12px;
}
.fx-question p {
  font-size: 12px;
  margin-top: 6px;
}
.fx-page .fx-walkthrough-note {
  font-size: 12px;
  color: #697565;
  margin-top: 23px;
  max-width: 850px;
}
.fx-provider-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 38px;
}
.fx-provider-tools article {
  padding: 5px 0;
}
.fx-tool-number {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #9d552f;
}
.fx-provider-tools h3 {
  font-size: 21px;
  margin: 14px 0;
}
.fx-provider-tools p {
  font-size: 14px;
}
.fx-trust {
  background: #173e36;
  color: white;
}
.fx-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
}
.fx-trust h2,
.fx-trust h3,
.fx-trust .fx-kicker {
  color: #fff;
}
.fx-trust p {
  color: #c0d1c7;
  margin-top: 20px;
}
.fx-trust .fx-text-link {
  color: #f6cc9c;
  margin-top: 28px;
}
.fx-trust-items article {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #3d5c4e;
}
.fx-trust-items article:first-child {
  padding-top: 0;
}
.fx-trust-items article > span {
  font-size: 25px;
  color: #ecb881;
  width: 30px;
  flex-shrink: 0;
}
.fx-trust-items h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
.fx-trust-items p {
  font-size: 13px;
  margin-top: 10px;
}
.fx-roadmap {
  padding: 75px 0;
}
.fx-roadmap > div {
  max-width: 740px;
}
.fx-roadmap h2 {
  font-size: 32px;
}
.fx-roadmap p {
  font-size: 14px;
  margin-top: 16px;
}
.fx-roadmap details {
  margin-top: 30px;
  border-top: 1px solid #d8dfd5;
  border-bottom: 1px solid #d8dfd5;
  padding: 23px 0;
}
.fx-roadmap summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fx-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 28px 0;
}
.fx-roadmap-grid h3 {
  font-size: 18px;
}
.fx-roadmap-grid p {
  font-size: 13px;
}
.fx-roadmap details > a {
  font-size: 13px;
}
.fx-final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
  border-radius: 18px;
  overflow: hidden;
}
.fx-final > div {
  padding: 45px;
}
.fx-final h2 {
  font-size: 38px;
  margin-bottom: 28px;
}
.fx-final-seeker {
  background: #e2ece4;
}
.fx-final-provider {
  background: #f2ceb0;
}
.fx-final small {
  display: block;
  font-size: 11px;
  color: #574d3f;
  margin-top: 15px;
}
.fx-page :focus-visible {
  outline: 3px solid #b9511e;
  outline-offset: 5px;
}
.fx-page img {
  display: block;
}
.fx-skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 9999;
  padding: 12px 20px;
  background: #173e36;
  color: white;
}
.fx-skip:focus {
  top: 12px;
}
@media (max-width: 1000px) {
  .fx-wrap {
    width: calc(100% - 48px);
  }
  .fx-hero {
    gap: 40px;
    padding: 65px 0;
  }
  .fx-hero-art,
  .fx-hero-art > img {
    height: 390px;
    min-height: 390px;
  }
  .fx-float {
    padding: 14px;
  }
  .fx-float-bottom {
    left: -20px;
  }
  .fx-float-top {
    left: -15px;
  }
  .fx-float strong {
    font-size: 13px;
  }
  .fx-section-head {
    gap: 40px;
  }
  .fx-trust-grid {
    gap: 40px;
  }
  .fx-discover,
  .fx-chat-card {
    padding: 27px;
  }
  .fx-paths a {
    font-size: 12px;
  }
  .fx-walkthrough-head {
    display: block;
  }
  .fx-demo-badge {
    display: inline-block;
    margin-top: 18px;
    max-width: none;
  }
  .fx-input-example blockquote {
    font-size: 21px;
  }
  .fx-final h2 {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .fx-wrap {
    width: calc(100% - 36px);
  }
  .fx-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 45px 0 40px;
  }
  .fx-hero h1 {
    font-size: clamp(44px, 10vw, 65px);
  }
  .fx-page .fx-lead {
    font-size: 16px;
  }
  .fx-hero-art {
    margin: 0 10px 0 18px;
    border-radius: 65px 14px 14px 14px;
  }
  .fx-hero-art,
  .fx-hero-art > img {
    height: 315px;
    min-height: 315px;
  }
  .fx-float-top {
    top: 24px;
    left: -17px;
  }
  .fx-float-bottom {
    bottom: 38px;
    left: -17px;
  }
  .fx-float {
    max-width: calc(100% + 5px);
  }
  .fx-float strong {
    font-size: 12px;
  }
  .fx-float-bottom div > span {
    font-size: 10px;
  }
  .fx-art-caption {
    font-size: 9px;
  }
  .fx-actions {
    gap: 9px;
  }
  .fx-button {
    font-size: 12px;
    padding: 14px 15px;
    gap: 15px;
  }
  .fx-paths {
    grid-template-columns: 1fr;
  }
  .fx-paths a,
  .fx-paths a + a {
    padding: 18px 0;
    border-left: 0;
    font-size: 14px;
  }
  .fx-paths a + a {
    border-top: 1px solid #dce3dc;
  }
  .fx-paths span {
    display: inline-block;
    width: 155px;
    font-size: 9px;
  }
  .fx-paths b {
    right: 0;
    top: 19px;
  }
  .fx-section {
    padding: 55px 0;
    scroll-margin-top: 85px;
  }
  .fx-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 25px;
  }
  .fx-page h2 {
    font-size: 34px;
  }
  .fx-section-head > p {
    font-size: 14px;
    max-width: 100%;
  }
  .fx-seeker-grid,
  .fx-creation-grid,
  .fx-example-grid,
  .fx-trust-grid,
  .fx-final {
    grid-template-columns: 1fr;
  }
  .fx-seeker-grid {
    gap: 18px;
  }
  .fx-discover,
  .fx-chat-card,
  .fx-manual,
  .fx-ai-intro {
    padding: 25px;
  }
  .fx-page h3 {
    font-size: 26px;
  }
  .fx-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fx-ai-intro h3 {
    font-size: 29px;
  }
  .fx-walkthrough {
    padding: 22px 18px;
    margin-top: 20px;
  }
  .fx-walkthrough h3 {
    font-size: 25px;
  }
  .fx-example-grid {
    gap: 15px;
  }
  .fx-example-tabs button {
    padding: 10px 12px;
    font-size: 11px;
  }
  .fx-input-example,
  .fx-output-example {
    padding: 20px;
  }
  .fx-input-example blockquote {
    min-height: 0;
    font-size: 23px;
    margin: 20px 0 25px;
  }
  .fx-provider-tools {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fx-provider-tools article + article {
    border-top: 1px solid #d5ccbd;
    padding-top: 22px;
  }
  .fx-provider-tools h3 {
    font-size: 22px;
    margin: 10px 0;
  }
  .fx-trust-grid {
    gap: 35px;
  }
  .fx-trust h3 {
    font-size: 20px;
  }
  .fx-roadmap {
    padding: 50px 0;
  }
  .fx-roadmap h2 {
    font-size: 29px;
  }
  .fx-roadmap-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .fx-roadmap-grid h3 {
    font-size: 19px;
  }
  .fx-final {
    margin-bottom: 45px;
  }
  .fx-final > div {
    padding: 30px;
  }
  .fx-final h2 {
    font-size: 33px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fx-page * {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Host/lister business previews and workflow comparison. */
.fx-business {
  margin-top: 55px;
  padding-top: 45px;
  border-top: 1px solid #d7cebf;
}
.fx-reverse {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  padding: 36px;
  background: #e3ece3;
  border-radius: 18px;
}
.fx-reverse h3 {
  font-size: 34px;
}
.fx-reverse p {
  margin-top: 18px;
}
.fx-reverse .fx-demo-badge {
  display: inline-block;
  margin-top: 20px;
}
.fx-demand-example {
  align-self: center;
  background: #fff;
  border: 1px solid #c7d8ca;
  border-radius: 13px;
  padding: 26px;
  box-shadow: 0 12px 28px #183e370b;
}
.fx-page .fx-demand-example h4 {
  font-size: 23px;
  line-height: 1.25;
  margin: 0;
  color: var(--ink);
}
.fx-demand-example dl {
  margin: 20px 0;
}
.fx-demand-example dl > div {
  padding: 12px 0;
  border-bottom: 1px solid #e4ebe4;
}
.fx-demand-example dt {
  font-size: 11px;
  color: #53665e;
}
.fx-demand-example dd {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 650;
}
.fx-demand-example p {
  font-weight: 700;
  font-size: 14px;
}
.fx-demand-example > span:last-child {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 8px;
  color: #53665e;
}
.fx-business-heading {
  margin: 48px 0 25px;
  max-width: 680px;
}
.fx-business-heading > p:last-child {
  margin-top: 16px;
}
.fx-business-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.fx-business-cards article {
  background: #fff;
  border: 1px solid #ded6c9;
  border-radius: 14px;
  padding: 26px;
}
.fx-business-cards .fx-demo-badge {
  display: inline-block;
  margin: 0;
}
.fx-page .fx-business-cards h4 {
  font-size: 25px;
  color: var(--ink);
  letter-spacing: -0.035em;
  margin: 24px 0 12px;
}
.fx-business-cards strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.fx-business-cards p {
  font-size: 14px;
  margin-top: 12px;
}
.fx-business-cards .fx-small {
  border-top: 1px solid #e7e4dc;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 12px;
}
.fx-comparison {
  margin-top: 48px;
  padding: 32px;
  background: #faf9f5;
  border: 1px solid #ded6c9;
  border-radius: 16px;
}
.fx-comparison > p:not(.fx-kicker) {
  margin: 16px 0 25px;
  font-size: 14px;
}
.fx-compare-head,
.fx-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.fx-compare-head {
  font-size: 12px;
  font-weight: 800;
  padding: 15px 0;
}
.fx-compare-row {
  border-top: 1px solid #dce3dc;
  padding: 20px 0;
}
.fx-compare-row:last-child {
  padding-bottom: 0;
}
.fx-compare-row p {
  font-size: 14px;
}
.fx-status {
  display: block;
  width: fit-content;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 5px 8px;
  border-radius: 5px;
  background: #e8eee4;
  color: #405847;
  margin-top: 10px;
}
.fx-compare-label {
  display: none;
}
@media (max-width: 1000px) {
  .fx-reverse {
    gap: 25px;
    padding: 28px;
  }
  .fx-business-cards {
    gap: 14px;
  }
  .fx-business-cards article {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .fx-business {
    margin-top: 35px;
    padding-top: 30px;
  }
  .fx-reverse,
  .fx-business-cards,
  .fx-compare-row {
    grid-template-columns: 1fr;
  }
  .fx-reverse {
    padding: 24px 20px;
  }
  .fx-reverse h3 {
    font-size: 29px;
  }
  .fx-demand-example {
    padding: 20px;
    min-width: 0;
  }
  .fx-business-heading {
    margin-top: 35px;
  }
  .fx-comparison {
    padding: 25px 20px;
    margin-top: 35px;
  }
  .fx-compare-head {
    display: none;
  }
  .fx-compare-row {
    gap: 15px;
  }
  .fx-compare-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #183e37;
    margin-bottom: 7px;
  }
  .fx-business-cards .fx-demo-badge {
    margin: 0;
  }
}
.fx-business h3[id] {
  scroll-margin-top: 110px;
}
/* Accessible sample illustrations; images remain readable at phone widths. */
.fx-visual {
  margin: 22px 0;
}
.fx-visual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.fx-visual figcaption {
  font-size: 11px;
  line-height: 1.6;
  color: #53665e;
  margin-top: 9px;
}
.fx-discovery-image {
  margin-top: 25px;
}
.fx-reverse > .fx-visual {
  align-self: center;
  margin: 0;
  min-width: 0;
}
.fx-business-cards .fx-visual {
  margin: 18px -10px 23px;
}
.fx-business-cards .fx-visual figcaption {
  padding: 0 10px;
}
@media (min-width: 1001px) {
  .fx-business-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .fx-business-cards {
    grid-template-columns: 1fr;
  }
  .fx-business-cards .fx-visual {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  .fx-business-cards .fx-visual {
    margin-left: -12px;
    margin-right: -12px;
  }
  .fx-visual figcaption {
    font-size: 11px;
  }
}

/* Larger dashboard previews for viewer profiles and intent-based leads. */
.fx-preview-expand {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: #e7ece7;
}
.fx-preview-expand > span {
  display: block;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
  color: #245641;
}
.fx-preview-expand:hover {
  box-shadow: 0 5px 20px #183e3720;
}
.fx-business-cards > article:nth-child(-n + 2) {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 32px;
  align-content: start;
}
.fx-business-cards > article:nth-child(-n + 2) > .fx-visual {
  grid-column: 2;
  grid-row: 1/6;
  margin: 0;
  align-self: center;
  max-width: none;
}
.fx-business-cards > article:nth-child(-n + 2) > .fx-demo-badge {
  justify-self: start;
}
.fx-business-cards > article:nth-child(-n + 2) > h4 {
  font-size: 30px;
}
.fx-business-cards > article:last-child {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 32px;
}
.fx-business-cards > article:last-child > .fx-visual {
  grid-column: 2;
  grid-row: 1/6;
  margin: 0;
  max-width: 540px;
  justify-self: center;
  width: 100%;
}
.fx-business-cards > article:last-child > .fx-demo-badge {
  justify-self: start;
}
@media (max-width: 1000px) {
  .fx-business-cards > article:nth-child(-n + 2),
  .fx-business-cards > article:last-child {
    display: block;
  }
  .fx-business-cards > article:nth-child(-n + 2) > .fx-visual,
  .fx-business-cards > article:last-child > .fx-visual {
    margin: 20px 0;
    max-width: none;
  }
  .fx-business-cards > article:last-child > .fx-visual {
    max-width: 600px;
  }
  .fx-business-cards > article:nth-child(-n + 2) > h4 {
    font-size: 27px;
  }
}
.fx-business-cards > article > .fx-demo-badge {
  align-self: start;
}
.fx-business-cards > article > strong {
  align-self: center;
}
/* The sample chart has its own page scope so dashboard styles stay isolated. */
.fx-business-cards > article:last-child {
  display: block;
}
.fx-interactive-analytics {
  margin: 24px 0;
}
.fx-interactive-analytics iframe {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
  border-radius: 14px;
  background: #101b2b;
}
.fx-interactive-analytics > .fx-small {
  margin-top: 12px;
}
@media (max-width: 700px) {
  .fx-interactive-analytics {
    margin-left: -12px;
    margin-right: -12px;
  }
  .fx-interactive-analytics iframe {
    height: 1100px;
  }
}
.fx-interactive-analytics iframe {
  height: 1200px;
}
@media (max-width: 700px) {
  .fx-interactive-analytics iframe {
    height: 1550px;
  }
}
.fx-report-highlight {
  display: flex;
  gap: 16px;
  padding: 22px;
  margin: 22px 0;
  background: #e8f0e9;
  border-radius: 12px;
}
.fx-report-highlight > span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #183e37;
  color: white;
  font-size: 24px;
}
.fx-report-highlight h5 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #183e37;
}
.fx-business-cards .fx-report-highlight p {
  margin-top: 8px;
}
.fx-business-cards .fx-report-highlight .fx-small {
  border: 0;
  padding-top: 0;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .fx-report-highlight {
    padding: 18px;
    gap: 12px;
  }
}
.fx-team-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 34px;
  align-items: center;
  margin-top: 45px;
  padding: 32px;
  border: 1px solid #d6dfd3;
  border-radius: 18px;
  background: #e8f0e9;
}
.fx-team-copy h3 {
  font-size: 34px;
}
.fx-team-copy > p {
  margin-top: 18px;
}
.fx-team-copy ul {
  padding-left: 20px;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #435d4f;
}
.fx-team-copy li + li {
  margin-top: 10px;
}
.fx-team-copy .fx-demo-badge {
  display: inline-block;
}
.fx-team-feature > .fx-visual {
  margin: 0;
  min-width: 0;
}
#fx-team-title {
  scroll-margin-top: 110px;
}
@media (max-width: 900px) {
  .fx-team-feature {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 25px;
  }
  .fx-team-copy h3 {
    font-size: 29px;
  }
}
@media (max-width: 600px) {
  .fx-team-feature {
    padding: 20px;
  }
  .fx-team-feature > .fx-visual {
    margin: 0 -8px;
  }
}
.fx-ai-prompt-visual {
  margin: 24px 0;
}
.fx-ai-intro .fx-ai-prompt-visual img {
  border: 1px solid #dce3dc;
}
.fx-ai-prompt-visual figcaption {
  font-size: 11px;
}
/* Explain the listing journey without adding another illustration. */
.fx-listing-flow {
  margin-top: 32px;
  padding: 32px;
  border-radius: 16px;
  background: #183e37;
  color: #fff;
}
.fx-listing-flow .fx-kicker {
  color: #edc39e;
}
.fx-listing-flow h3 {
  color: #fff;
  max-width: 720px;
}
.fx-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  margin: 30px 0 26px;
  padding: 0;
}
.fx-flow-steps li {
  position: relative;
}
.fx-flow-steps li:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -21px;
  top: 3px;
  color: #e5bc91;
  font-size: 22px;
}
.fx-flow-number {
  font-size: 12px;
  color: #edc39e;
  letter-spacing: 0.1em;
}
.fx-flow-steps h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin: 14px 0 9px;
}
.fx-flow-steps p {
  color: #c9d9cf;
  font-size: 14px;
  line-height: 1.65;
}
.fx-flow-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  border-top: 1px solid #496b5d;
  padding-top: 22px;
  margin-bottom: 16px;
}
.fx-flow-choices span {
  padding: 8px 12px;
  background: #2b5145;
  border: 1px solid #648073;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 650;
}
.fx-flow-choices span:last-child {
  background: #edc39e;
  border-color: #edc39e;
  color: #183e37;
}
.fx-listing-flow > .fx-small {
  color: #c9d9cf;
}
#fx-listing-flow-title {
  scroll-margin-top: 110px;
}
@media (max-width: 900px) {
  .fx-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fx-flow-steps li:nth-child(2)::after {
    content: none;
  }
}
@media (max-width: 600px) {
  .fx-listing-flow {
    padding: 24px 20px;
  }
  .fx-flow-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fx-flow-steps li:not(:last-child)::after {
    content: none;
  }
  .fx-flow-steps li + li {
    border-top: 1px solid #496b5d;
    padding-top: 18px;
  }
  .fx-flow-steps h4 {
    margin-top: 8px;
  }
}

/* Keep the mobile brand and navigation trigger on one compact row. */
@media (max-width: 700px) {
  .features-body .public-static-header .header-inner {
    flex-wrap: nowrap;
    min-height: 64px;
  }

  .features-body .public-static-header .header-inner > .docs-back,
  .features-body .public-static-header .header-inner > .static-profile-avatar {
    display: none;
  }

  .features-body .public-static-header .static-public-menu {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .features-body .public-static-header .static-public-mobile-nav {
    top: calc(100% + 6px) !important;
  }
}
