:root {
  --ffm-blue: #1e5bfa;
  --ffm-orange: #ff6d24;
  --ffm-ink: #000;
  --ffm-copy: #2b1104;
  --ffm-muted: #5f5f5f;
  --ffm-pale: #f7f9ff;
  --ffm-soft-blue: #e8eeff;
  --ffm-border: #c5d5ff;
  --ffm-green: #0f9700;
  --ffm-shadow: 0 14px 36px rgba(0, 24, 81, 0.1);
}

html {
  scroll-behavior: smooth;
}

.ffm-page {
  margin: 0;
  color: var(--ffm-ink);
  background: #fff;
  font-family: "Lexend", "Encode Sans", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  overflow-x: hidden;
}

.ffm-page h1,
.ffm-page h2,
.ffm-page h3,
.ffm-page h4,
.ffm-page h5,
.ffm-page h6 {
  font-family: "Lexend", "Encode Sans", Arial, sans-serif !important;
  letter-spacing: -0.03em;
}

.ffm-page *,
.ffm-page *::before,
.ffm-page *::after {
  box-sizing: border-box;
}

.ffm-page img {
  max-width: 100%;
}

.ffm-page button,
.ffm-page a {
  -webkit-tap-highlight-color: transparent;
}

.ffm-page button:focus-visible,
.ffm-page a:focus-visible,
.ffm-page [tabindex]:focus-visible {
  outline: 3px solid var(--ffm-orange);
  outline-offset: 4px;
}

.ffm-container {
  width: min(89.583333%, 1720px);
  margin-inline: auto;
}

.ffm-section {
  padding: 110px 0;
}

.ffm-section-heading {
  max-width: 1500px;
  margin: 0 auto 72px;
  text-align: center;
}

.ffm-section-heading h2,
.ffm-impact h2,
.ffm-final-cta > .ffm-container > h2,
.ffm-faq h2 {
  margin: 0;
  color: var(--ffm-ink);
  font-size: clamp(2rem, 2.1875vw, 2.625rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.ffm-section-heading p {
  max-width: 1450px;
  margin: 24px auto 0;
  color: var(--ffm-muted);
  font-size: 18px;
  line-height: 1.8;
}

.ffm-button {
  min-width: 290px;
  min-height: 82px;
  padding: 18px 32px;
  border: 2px solid var(--ffm-blue);
  border-radius: 8px;
  font: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease;
}

.ffm-button-primary {
  color: #fff;
  background: var(--ffm-blue);
}

.ffm-button-secondary {
  color: var(--ffm-blue);
  background: #fff;
}

.ffm-button-light {
  min-width: 355px;
  min-height: 76px;
  color: #fff;
  background: transparent;
  border-color: #fff;
}

/* Header */
.ffm-nav-shell {
  display: block;
  width: 100%;
  height: 0;
  min-height: 0;
  background: transparent;
}

.ffm-nav-shell .header-container {
  top: 0;
  margin: 0;
}

.ffm-nav-shell .header-container .header-container-box {
  height: 76px;
  padding: 7px 60px 0;
  border-bottom: 1px solid var(--ffm-border);
  border-radius: 0;
  box-shadow: none;
}

.ffm-nav-shell .header-container.header-on-scroll .header-container-box {
  box-shadow: 0 7px 20px rgba(0, 24, 81, 0.08);
}

/* Hero */
.ffm-hero {
  min-height: 0;
  padding: 190px 40px 0;
  overflow: hidden;
  background: var(--ffm-pale);
  border-bottom-right-radius: 208px;
}

.ffm-hero-inner {
  width: min(100%, 1720px);
  margin: 0 auto;
  text-align: center;
}

.ffm-hero .ffm-hero-eyebrow {
  display: inline-flex;
  min-height: 38px;
  margin: 0 0 24px;
  padding: 8px 20px;
  align-items: center;
  justify-content: center;
  color: var(--ffm-blue);
  background: #e5edff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.ffm-hero h1 {
  max-width: 1050px;
  margin: 0 auto;
  color: #000;
  font-size: clamp(2.5rem, 2.8125vw, 3.375rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.ffm-hero h1 span {
  color: var(--ffm-blue);
}

.ffm-hero p {
  max-width: 1100px;
  margin: 20px auto 0;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.ffm-hero-actions {
  display: flex;
  max-width: 1100px;
  justify-content: center;
  gap: 16px;
  margin: 44px auto 0;
}

.ffm-hero .ffm-button {
  min-width: 200px;
  min-height: 54px;
  padding: 12px 24px;
  font-size: 18px;
}

.ffm-hero-image {
  display: block;
  width: 60%;
  height: auto;
  margin: 64px auto 0;
  object-fit: contain;
}

/* Shared customer logo section copied from the referenced product page. */
.ffm-logo-section {
  position: relative;
  z-index: 1;
  min-height: 250px;
  background: #fff2ea;
}

.ffm-logo-section .logo-carousel .heading {
  margin: 0;
  font-family: "Lexend", "Encode Sans", Arial, sans-serif;
  font-size: clamp(2rem, 2.1875vw, 2.625rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.ffm-logo-section .logo-carousel img {
  position: static;
  display: block;
  margin-top: -8px;
}

/* Challenge and embedded demo form */
.ffm-challenge {
  background: #fff;
}

.ffm-challenge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
  align-items: start;
  gap: clamp(64px, 6vw, 120px);
}

.ffm-challenge-copy {
  padding-top: 54px;
}

.ffm-challenge-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 2.1875vw, 2.625rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.ffm-challenge-copy p,
.ffm-challenge-list {
  font-size: 18px;
  line-height: 1.75;
}

.ffm-challenge-copy .ffm-accent-copy {
  margin: 34px 0;
  color: #000;
}

.ffm-challenge-list {
  display: grid;
  gap: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ffm-challenge-list li {
  position: relative;
  padding-left: 44px;
}

.ffm-challenge-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--ffm-blue);
  border-radius: 50%;
  content: "✓";
  font-size: 16px;
  font-weight: 700;
}

.ffm-challenge-copy .ffm-supporting {
  margin: 38px 0 12px;
}

.ffm-worldwide-trust {
  margin: 18px 0 0;
  color: var(--ffm-muted);
}

.ffm-availability {
  margin-top: 28px;
}

.ffm-availability > p {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.ffm-store-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ffm-store-badges a {
  display: inline-flex;
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ffm-store-badges img {
  display: block;
  width: auto;
  height: 48px;
}

.ffm-demo-card {
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 54px 54px 44px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ff;
  border-radius: 24px;
  box-shadow: var(--ffm-shadow);
}

.ffm-demo-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, var(--ffm-orange), var(--ffm-blue));
}

.ffm-demo-card h3 {
  margin: 0;
  font-size: clamp(1.75rem, 1.875vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
}

.ffm-demo-card h3 span {
  display: inline-block;
  margin-top: 6px;
  color: var(--ffm-blue);
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ffm-demo-card > p {
  margin: 14px 0 28px;
  color: var(--ffm-muted);
  font-size: 19px;
  line-height: 1.45;
}

.ffm-demo-widget {
  min-height: 510px;
}

.ffm-demo-widget .btn-box {
  width: auto;
  margin-right: 30%;
  margin-left: 30%;
}

.ffm-demo-widget .btn-box button,
.ffm-demo-widget button[type="submit"],
.ffm-demo-widget input[type="submit"] {
  width: 100%;
  min-height: 54px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ffm-blue);
  border: 1px solid var(--ffm-blue);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(30, 91, 250, 0.18);
  font-family: var(--ffm-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ffm-demo-card input,
.ffm-demo-card select,
.ffm-demo-card textarea {
  min-height: 52px;
  border-radius: 7px;
}

/* How it works */
.ffm-how {
  background: #fff;
}

.ffm-how > .ffm-section-heading {
  padding-top: 110px;
  margin-bottom: 76px;
}

.ffm-how .ffm-section-heading p span {
  display: block;
  margin-top: 4px;
  color: var(--ffm-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.ffm-how .ffm-section-heading > p {
  font-size: 20px;
  line-height: 1.6;
}

.ffm-how-row {
  min-height: 517px;
  padding: 62px 0;
  background: #fff;
}

.ffm-how-row:nth-child(even) {
  background: #fafafa;
}

.ffm-how-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 120px;
}

.ffm-how-row-reverse .ffm-how-copy {
  order: 2;
}

.ffm-how-row-reverse .ffm-how-visual {
  order: 1;
}

.ffm-step-number {
  display: block;
  margin: 0 0 22px;
  color: #e4e6e9;
  font-size: clamp(3.25rem, 3.541667vw, 4.25rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.ffm-how-copy h3 {
  margin: 0;
  color: var(--ffm-copy);
  font-size: clamp(1.5rem, 1.458333vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.ffm-how-copy > p {
  max-width: 720px;
  margin: 22px 0 26px;
  color: var(--ffm-copy);
  font-size: 18px;
  line-height: 1.75;
}

.ffm-how-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ffm-how-copy li {
  position: relative;
  padding-left: 38px;
  color: var(--ffm-copy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.ffm-how-copy li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--ffm-green);
  border: 2px solid var(--ffm-green);
  border-radius: 50%;
  content: "✓";
  font-size: 13px;
  font-weight: 700;
}

.ffm-how-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 350px;
}

.ffm-how-visual img {
  display: block;
  width: min(100%, 660px);
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}

/* Mid-page CTA */
.ffm-mid-cta {
  display: flex;
  min-height: 388px;
  padding: 64px 0;
  align-items: center;
  color: #fff;
  background: var(--ffm-blue);
  text-align: center;
}

.ffm-mid-cta h2 {
  max-width: none;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2rem, 2.083333vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
}

.ffm-mid-cta p {
  margin: 26px 0 38px;
  font-size: 20px;
  line-height: 1.6;
}

.ffm-mid-cta .ffm-button-light {
  min-width: 250px;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 7px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .ffm-mid-cta h2 {
    font-size: clamp(1.55rem, 1.666667vw, 2rem);
    white-space: nowrap;
  }
}

/* Industries */
.ffm-industries {
  overflow: hidden;
  background: #fff;
}

.ffm-industries .ffm-section-heading p {
  max-width: 1320px;
}

.ffm-industry-shell {
  position: relative;
}

.ffm-industry-track {
  display: grid;
  grid-auto-columns: 435px;
  grid-auto-flow: column;
  gap: 34px;
  padding: 2px 2px 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.ffm-industry-track::-webkit-scrollbar {
  display: none;
}

.ffm-industry-card {
  display: block;
  min-height: 760px;
  overflow: hidden;
  color: #000;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ffm-industry-card > img {
  display: block;
  width: 100%;
  height: 365px;
  object-fit: cover;
}

.ffm-industry-card-body {
  padding: 30px 18px 36px;
}

.ffm-industry-card h3 {
  margin: 0 0 22px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}

.ffm-industry-card p {
  margin: 0;
  color: var(--ffm-muted);
  font-size: 18px;
  line-height: 1.7;
}

.ffm-slider-button {
  position: absolute;
  top: 337px;
  z-index: 2;
  display: grid;
  width: 68px;
  height: 68px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: #7f7f7f;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ffm-slider-button span {
  margin-top: -7px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}

.ffm-slider-prev {
  left: -36px;
}

.ffm-slider-next {
  right: -36px;
}

/* Business impact */
.ffm-impact {
  min-height: 744px;
  background: var(--ffm-pale);
  text-align: center;
}

.ffm-impact h2 {
  color: var(--ffm-blue);
  font-weight: 500;
}

.ffm-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1420px;
  margin: 56px auto 0;
}

.ffm-impact-card {
  display: flex;
  min-height: 320px;
  padding: 44px 34px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 24, 81, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ffm-impact-card strong {
  min-width: 3.5ch;
  color: var(--ffm-blue);
  font-size: clamp(4.4rem, 5.572917vw, 6.6875rem);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ffm-impact-card strong.ffm-impact-positive {
  color: #0b8518;
}

.ffm-impact-card strong.ffm-impact-negative {
  color: #d52b1e;
}

.ffm-impact-card p {
  max-width: 360px;
  margin: 38px auto 0;
  color: var(--ffm-muted);
  font-size: 18px;
  line-height: 1.65;
}

/* Four requested features, moved below business impact. */
.ffm-features {
  background: #fff;
}

.ffm-features .ffm-section-heading p {
  max-width: 1520px;
}

.ffm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.ffm-feature-card {
  display: flex;
  min-height: 380px;
  padding: 32px 28px;
  flex-direction: column;
  color: #000;
  background: #fff;
  border: 2px solid var(--ffm-border);
  border-radius: 14px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ffm-feature-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 32px;
  place-items: center;
  background: var(--ffm-pale);
  border-radius: 10px;
}

.ffm-feature-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.ffm-feature-card h3 {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.ffm-feature-card p {
  margin: 0 0 24px;
  color: var(--ffm-muted);
  font-size: 18px;
  line-height: 1.7;
}

.ffm-feature-cta {
  display: inline-flex;
  min-height: 48px;
  margin-top: auto;
  padding: 11px 22px;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  color: #fff;
  background: var(--ffm-blue);
  border: 2px solid var(--ffm-blue);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 180ms ease, border-color 180ms ease;
}

/* Pricing */
.ffm-pricing {
  min-height: 0;
  padding-bottom: 56px;
  background: #fafafa;
}

.ffm-pricing .ffm-section-heading {
  margin-bottom: 62px;
}

.ffm-pricing .ffm-section-heading p {
  color: #000;
}

.ffm-inline-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--ffm-blue);
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.ffm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  max-width: 1420px;
  margin: 0 auto;
}

.ffm-price-card {
  display: flex;
  min-height: 810px;
  padding: 50px 32px 36px;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--ffm-blue);
  border-radius: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ffm-price-card-featured {
  background: var(--ffm-soft-blue);
  box-shadow: 0 18px 38px rgba(30, 91, 250, 0.14);
}

.ffm-price-card h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.ffm-price-card-featured h3,
.ffm-price-card-featured .ffm-price strong {
  color: var(--ffm-blue);
}

.ffm-price {
  display: flex;
  align-items: baseline;
}

.ffm-price strong {
  font-size: 40px;
  line-height: 1;
}

.ffm-price span {
  margin-left: 4px;
  color: var(--ffm-muted);
  font-size: 27px;
}

.ffm-price-card > p {
  min-height: 120px;
  margin: 42px 0 32px;
  color: var(--ffm-muted);
  font-size: 26px;
  line-height: 1.4;
}

.ffm-price-card ul {
  display: grid;
  gap: 24px;
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}

.ffm-price-card li {
  position: relative;
  padding-left: 52px;
  color: var(--ffm-muted);
  font-size: 24px;
  line-height: 1.3;
}

.ffm-price-card li::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--ffm-blue);
  background: #f0f0f0;
  border-radius: 50%;
  content: "✓";
  font-size: 16px;
  font-weight: 700;
}

.ffm-price-card-featured li {
  color: #000;
}

.ffm-price-card-featured li::before {
  background: #fff;
}

.ffm-plan-button {
  display: grid;
  width: 100%;
  min-height: 66px;
  margin-top: auto;
  place-items: center;
  color: var(--ffm-blue);
  background: #fff;
  border: 2px solid var(--ffm-blue);
  border-radius: 8px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ffm-price-card-featured .ffm-plan-button {
  color: #fff;
  background: var(--ffm-blue);
}

/* Three closing CTA blocks */
.ffm-final-cta {
  padding-top: 56px;
  background: #fff;
}

.ffm-final-cta > .ffm-container > h2 {
  margin-bottom: 64px;
  text-align: center;
}

.ffm-final-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.ffm-final-card {
  min-height: 400px;
  padding: 28px 20px 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ffm-final-card > img {
  display: block;
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.ffm-final-card h3 {
  margin: 18px 0 28px;
  color: var(--ffm-blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.ffm-final-card p {
  min-height: 88px;
  margin: 0 0 22px;
  color: var(--ffm-muted);
  font-size: 20px;
  line-height: 1.35;
}

.ffm-final-card a,
.ffm-final-card button {
  padding: 0;
  color: var(--ffm-blue);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 19px;
  text-decoration: underline;
  cursor: pointer;
}

/* FAQ accordion */
.ffm-faq {
  background: #fff;
}

.ffm-faq-container {
  max-width: 1480px;
}

.ffm-faq h2 {
  margin-bottom: 52px;
  text-align: center;
}

.ffm-faq-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px 20px;
}

.ffm-faq-accordion .accordion-item {
  overflow: hidden;
  background: #f5f7f8;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

.ffm-faq-accordion .accordion-button {
  min-height: 80px;
  padding: 20px 60px 20px 35px;
  color: #000;
  background: #f5f7f8;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.ffm-faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: #f5f7f8;
}

.ffm-faq-accordion .accordion-button:focus {
  box-shadow: inset 0 0 0 3px rgba(30, 91, 250, 0.18);
}

.ffm-faq-accordion .accordion-body {
  padding: 0 35px 26px;
  color: #000;
  background: #f5f7f8;
  font-size: 18px;
  line-height: 1.65;
}

.ffm-faq-accordion .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
  transition: transform 260ms ease;
}

.ffm-faq-accordion .collapsing {
  transition: height 320ms ease;
}

@media (hover: hover) {
  .ffm-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(30, 91, 250, 0.2);
  }

  .ffm-button-primary:hover,
  .ffm-plan-button:hover {
    color: #fff;
    background: #124bd4;
  }

  .ffm-button-secondary:hover {
    color: #fff;
    background: var(--ffm-blue);
  }

  .ffm-button-light:hover {
    color: var(--ffm-blue);
    background: #fff;
  }

  .ffm-industry-card:hover,
  .ffm-impact-card:hover,
  .ffm-feature-card:hover,
  .ffm-price-card:hover,
  .ffm-final-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 42px rgba(0, 24, 81, 0.13);
  }

  .ffm-feature-card:hover {
    border-color: var(--ffm-blue);
  }

  .ffm-feature-card:hover .ffm-feature-cta {
    background: #124bd4;
    border-color: #124bd4;
  }

  .ffm-store-badges a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 24, 81, 0.16);
  }

  .ffm-demo-widget .btn-box button:hover,
  .ffm-demo-widget button[type="submit"]:hover,
  .ffm-demo-widget input[type="submit"]:hover {
    background: #124bd4;
    border-color: #124bd4;
    box-shadow: 0 12px 26px rgba(30, 91, 250, 0.24);
    transform: translateY(-2px);
  }

  .ffm-slider-button:hover {
    background: var(--ffm-blue);
    transform: scale(1.06);
  }

  .ffm-inline-link:hover,
  .ffm-final-card a:hover,
  .ffm-final-card button:hover {
    color: #124bd4;
  }
}

@media (max-width: 1440px) {
  .ffm-section {
    padding: 88px 0;
  }

  .ffm-hero {
    min-height: 0;
    padding-top: 176px;
    border-bottom-right-radius: 160px;
  }

  .ffm-hero-actions {
    margin-top: 44px;
  }

  .ffm-button {
    min-width: 240px;
    min-height: 66px;
    font-size: 20px;
  }

  .ffm-hero-image {
    width: 60%;
    margin-top: 64px;
  }

  .ffm-logo-section {
    min-height: 205px;
  }

  .ffm-challenge-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.88fr);
  }

  .ffm-demo-card {
    padding: 42px 38px 36px;
  }

  .ffm-challenge-copy {
    padding-top: 42px;
  }

  .ffm-how > .ffm-section-heading {
    padding-top: 88px;
  }

  .ffm-how-grid {
    gap: 80px;
  }

  .ffm-industry-track {
    grid-auto-columns: 360px;
    gap: 26px;
  }

  .ffm-industry-card {
    min-height: 680px;
  }

  .ffm-industry-card > img {
    height: 302px;
  }

  .ffm-slider-button {
    top: 285px;
  }

  .ffm-pricing {
    min-height: auto;
    padding-bottom: 48px;
  }

  .ffm-final-cta {
    padding-top: 48px;
  }

  .ffm-pricing-grid {
    gap: 34px;
  }

  .ffm-price-card {
    min-height: 700px;
  }

  .ffm-price-card > p {
    min-height: 96px;
    font-size: 21px;
  }

  .ffm-price-card li {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .ffm-container {
    width: min(92%, 980px);
  }

  .ffm-challenge-grid {
    grid-template-columns: 1fr;
  }

  .ffm-challenge-copy {
    padding-top: 0;
  }

  .ffm-demo-card {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .ffm-how-grid {
    gap: 50px;
  }

  .ffm-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ffm-pricing-grid {
    gap: 20px;
  }

  .ffm-price-card {
    padding-inline: 24px;
  }

  .ffm-final-cta-grid {
    gap: 14px;
  }
}

@media (max-width: 770px) {
  html {
    scroll-behavior: auto;
  }

  .ffm-section {
    padding: 64px 0;
  }

  .ffm-section-heading {
    margin-bottom: 44px;
  }

  .ffm-section-heading h2,
  .ffm-impact h2,
  .ffm-final-cta > .ffm-container > h2,
  .ffm-faq h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .ffm-section-heading p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.6;
  }

  .ffm-nav-shell .header-container .header-container-box {
    height: 66px;
    padding: 6px 20px 0;
  }

  .ffm-hero {
    min-height: auto;
    padding: 132px 20px 0;
    border-bottom-right-radius: 76px;
  }

  .ffm-hero h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .ffm-hero .ffm-hero-eyebrow {
    min-height: 36px;
    margin-bottom: 20px;
    padding: 7px 16px;
    font-size: 15px;
  }

  .ffm-desktop-break {
    display: none;
  }

  .ffm-hero p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.6;
  }

  .ffm-hero-actions {
    margin-top: 38px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .ffm-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 14px 22px;
    font-size: 18px;
  }

  .ffm-hero-image {
    width: min(100%, 560px);
    margin-top: 50px;
  }

  .ffm-logo-section {
    min-height: 0;
  }

  .ffm-logo-section .logo-carousel .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
  }

  .ffm-logo-section .logo-carousel img {
    display: none;
  }

  .ffm-logo-section .logo-carousel-mobile img {
    position: static;
    display: block;
    margin-top: -8px;
  }

  .ffm-challenge-grid {
    gap: 52px;
  }

  .ffm-challenge-copy h2 {
    font-size: 30px;
  }

  .ffm-challenge-copy p,
  .ffm-challenge-list {
    font-size: 18px;
    line-height: 1.6;
  }

  .ffm-challenge-copy .ffm-accent-copy {
    margin: 24px 0;
  }

  .ffm-challenge-list {
    gap: 16px;
  }

  .ffm-challenge-list li {
    padding-left: 36px;
  }

  .ffm-challenge-list li::before {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }

  .ffm-demo-card {
    min-height: 620px;
    padding: 38px 20px 28px;
    border-radius: 17px;
  }

  .ffm-demo-card h3 {
    font-size: 30px;
  }

  .ffm-demo-card > p {
    font-size: 18px;
  }

  .ffm-demo-widget .btn-box {
    margin-right: 0;
    margin-left: 0;
  }

  .ffm-how > .ffm-section-heading {
    padding-top: 64px;
    margin-bottom: 44px;
  }

  .ffm-how .ffm-section-heading > p {
    font-size: 18px;
  }

  .ffm-how .ffm-section-heading p span {
    font-size: 20px;
  }

  .ffm-how-row {
    min-height: 0;
    padding: 60px 0;
  }

  .ffm-how-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ffm-how-row-reverse .ffm-how-copy,
  .ffm-how-row-reverse .ffm-how-visual {
    order: initial;
  }

  .ffm-how-copy h3 {
    font-size: 27px;
  }

  .ffm-step-number {
    margin-bottom: 18px;
    font-size: 52px;
  }

  .ffm-how-copy > p,
  .ffm-how-copy li {
    font-size: 18px;
    line-height: 1.6;
  }

  .ffm-how-copy li {
    padding-left: 31px;
  }

  .ffm-how-copy li::before {
    width: 19px;
    height: 19px;
    font-size: 11px;
  }

  .ffm-how-visual {
    min-height: 0;
  }

  .ffm-how-visual img {
    width: min(100%, 430px);
    border-radius: 16px;
  }

  .ffm-mid-cta {
    min-height: 390px;
    padding: 64px 0;
  }

  .ffm-mid-cta h2 {
    font-size: 32px;
  }

  .ffm-mid-cta p {
    margin: 26px 0 40px;
    font-size: 20px;
  }

  .ffm-industry-track {
    grid-auto-columns: min(82vw, 360px);
    gap: 18px;
    padding-bottom: 18px;
  }

  .ffm-industry-card {
    min-height: 620px;
  }

  .ffm-industry-card > img {
    height: auto;
    aspect-ratio: 1.192 / 1;
  }

  .ffm-industry-card-body {
    padding: 24px 18px 30px;
  }

  .ffm-industry-card h3 {
    font-size: 21px;
  }

  .ffm-industry-card p {
    font-size: 18px;
    line-height: 1.6;
  }

  .ffm-slider-button {
    top: 265px;
    width: 50px;
    height: 50px;
  }

  .ffm-slider-button span {
    font-size: 45px;
  }

  .ffm-slider-prev {
    left: -12px;
  }

  .ffm-slider-next {
    right: -12px;
  }

  .ffm-impact {
    min-height: 0;
  }

  .ffm-impact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
  }

  .ffm-impact-card {
    min-height: 230px;
    padding: 36px 24px;
  }

  .ffm-impact-card strong {
    font-size: 70px;
  }

  .ffm-impact-card p {
    margin-top: 22px;
    font-size: 18px;
  }

  .ffm-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ffm-feature-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .ffm-feature-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ffm-feature-icon img {
    width: 50px;
    height: 50px;
  }

  .ffm-feature-card h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .ffm-feature-card p {
    font-size: 18px;
  }

  .ffm-feature-cta {
    min-height: 46px;
    padding: 10px 20px;
    font-size: 18px;
  }

  .ffm-inline-link {
    margin-top: 16px;
    font-size: 20px;
  }

  .ffm-pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ffm-pricing {
    padding-bottom: 40px;
  }

  .ffm-final-cta {
    padding-top: 40px;
  }

  .ffm-price-card {
    min-height: 610px;
    padding: 36px 26px 28px;
  }

  .ffm-price-card h3,
  .ffm-price strong {
    font-size: 34px;
  }

  .ffm-price span {
    font-size: 20px;
  }

  .ffm-price-card > p {
    min-height: 0;
    margin: 30px 0;
    font-size: 18px;
  }

  .ffm-price-card ul {
    gap: 18px;
  }

  .ffm-price-card li {
    padding-left: 41px;
    font-size: 18px;
  }

  .ffm-price-card li::before {
    width: 27px;
    height: 27px;
  }

  .ffm-plan-button {
    min-height: 56px;
    font-size: 20px;
  }

  .ffm-final-cta > .ffm-container > h2 {
    margin-bottom: 40px;
  }

  .ffm-final-cta-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ffm-final-card {
    min-height: 0;
    padding: 26px 22px 30px;
  }

  .ffm-final-card > img {
    width: 68px;
    height: 68px;
  }

  .ffm-final-card h3 {
    margin: 16px 0;
    font-size: 25px;
  }

  .ffm-final-card p {
    min-height: 0;
    font-size: 18px;
  }

  .ffm-faq h2 {
    margin-bottom: 40px;
  }

  .ffm-faq-accordion {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ffm-faq-accordion .accordion-button {
    min-height: 72px;
    padding: 18px 52px 18px 20px;
    font-size: 18px;
  }

  .ffm-faq-accordion .accordion-body {
    padding: 0 20px 24px;
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  .ffm-hero {
    padding-inline: 16px;
  }

  .ffm-hero h1 {
    font-size: 31px;
  }

  .ffm-demo-card {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ffm-page *,
  .ffm-page *::before,
  .ffm-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
