
    :root {
      --ff-blue: #1e00fe;
      --ff-violet: #170baf;
      --ff-navy: #03214c;
      --ff-ink: #071323;
      --ff-muted: #586477;
      --ff-bg: #f6f7ff;
      --ff-bg-soft: #fbfbff;
      --ff-white: #ffffff;
      --ff-line: rgba(3, 33, 76, 0.12);
      --ff-line-strong: rgba(30, 0, 254, 0.24);
      --ff-shadow: 0 30px 90px rgba(3, 33, 76, 0.17);
      --ff-shadow-soft: 0 16px 44px rgba(3, 33, 76, 0.10);
      --ff-focus: 0 0 0 4px rgba(30, 0, 254, 0.28);
      --ff-radius-xl: 36px;
      --ff-radius-lg: 26px;
      --ff-radius-md: 18px;
      --ff-max: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: var(--ff-bg);
      color: var(--ff-ink);
      font-weight: 500;
      text-rendering: geometricPrecision;
    }

    img,
    svg {
      max-width: 100%;
      height: auto;
    }

    a {
      color: inherit;
    }

    ::selection {
      background: var(--ff-blue);
      color: #ffffff;
    }

    .ff-skip-link {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 999;
      transform: translateY(-160%);
      padding: 12px 16px;
      border-radius: 14px;
      background: #ffffff;
      color: var(--ff-navy);
      font-weight: 900;
      text-decoration: none;
      box-shadow: var(--ff-shadow-soft);
    }

    .ff-skip-link:focus {
      transform: translateY(0);
      outline: none;
      box-shadow: var(--ff-focus), var(--ff-shadow-soft);
    }

    .ff-page {
      overflow: clip;
      background:
        radial-gradient(circle at 10% 7%, rgba(30, 0, 254, 0.08), transparent 30rem),
        radial-gradient(circle at 86% 16%, rgba(23, 11, 175, 0.12), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, var(--ff-bg) 46%, #ffffff 100%);
    }

    .ff-wrap {
      width: min(var(--ff-max), calc(100% - 40px));
      margin: 0 auto;
    }

    .ff-topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid rgba(3, 33, 76, 0.08);
      background: rgba(246, 247, 255, 0.88);
      backdrop-filter: blur(18px);
    }

    .ff-header {
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .ff-brand {
      display: inline-flex;
      align-items: center;
      min-height: 48px;
      text-decoration: none;
    }

    .ff-brand img {
      display: block;
      width: 188px;
      max-height: 44px;
    }

    .ff-menu-toggle {
      display: none;
      width: 46px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ff-line);
      border-radius: 16px;
      background: #ffffff;
      color: var(--ff-navy);
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(3, 33, 76, 0.06);
    }

    .ff-menu-toggle:focus-visible {
      outline: none;
      box-shadow: var(--ff-focus);
    }

    .ff-menu-lines,
    .ff-menu-lines:before,
    .ff-menu-lines:after {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 99px;
      background: currentColor;
      transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .ff-menu-lines {
      position: relative;
    }

    .ff-menu-lines:before,
    .ff-menu-lines:after {
      content: "";
      position: absolute;
      left: 0;
    }

    .ff-menu-lines:before {
      top: -7px;
    }

    .ff-menu-lines:after {
      top: 7px;
    }

    .ff-menu-toggle[aria-expanded="true"] .ff-menu-lines {
      background: transparent;
    }

    .ff-menu-toggle[aria-expanded="true"] .ff-menu-lines:before {
      top: 0;
      transform: rotate(45deg);
    }

    .ff-menu-toggle[aria-expanded="true"] .ff-menu-lines:after {
      top: 0;
      transform: rotate(-45deg);
    }

    .ff-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
    }

    .ff-nav a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 13px;
      border-radius: 999px;
      color: var(--ff-navy);
      font-size: 13px;
      line-height: 1;
      font-weight: 900;
      text-decoration: none;
    }

    .ff-nav a:hover,
    .ff-nav a:focus-visible {
      outline: none;
      background: rgba(30, 0, 254, 0.08);
    }

    .ff-nav .ff-nav-cta {
      padding: 13px 18px;
      background: var(--ff-navy);
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(3, 33, 76, 0.18);
    }

    .ff-nav .ff-nav-cta:hover,
    .ff-nav .ff-nav-cta:focus-visible {
      background: var(--ff-blue);
      box-shadow: var(--ff-focus), 0 14px 30px rgba(30, 0, 254, 0.24);
    }

    .ff-hero {
      position: relative;
      isolation: isolate;
      padding: 28px 0;
      min-height: calc(100svh - 68px);
      display: flex;
      align-items: center;
    }

    .ff-node-field {
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      opacity: 0.52;
      background-image:
        radial-gradient(circle, rgba(30, 0, 254, 0.22) 1.3px, transparent 1.4px),
        linear-gradient(90deg, rgba(3, 33, 76, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(3, 33, 76, 0.045) 1px, transparent 1px);
      background-size: 34px 34px, 92px 92px, 92px 92px;
      mask-image: radial-gradient(circle at 74% 38%, #000 0%, transparent 62%);
    }


    .ff-hero:before,
    .ff-hero:after {
      content: "";
      position: absolute;
      z-index: -2;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(28px);
      opacity: 0.46;
      transform: translate3d(0, 0, 0);
    }

    .ff-hero:before {
      width: 360px;
      height: 360px;
      left: -90px;
      top: 120px;
      background: rgba(30, 0, 254, 0.12);
      animation: ff-hero-float-a 12s ease-in-out infinite alternate;
    }

    .ff-hero:after {
      width: 420px;
      height: 420px;
      right: -120px;
      top: 90px;
      background: rgba(23, 11, 175, 0.10);
      animation: ff-hero-float-b 15s ease-in-out infinite alternate;
    }

    @keyframes ff-hero-float-a {
      from { transform: translate3d(0, 0, 0) scale(1); }
      to { transform: translate3d(32px, 24px, 0) scale(1.08); }
    }

    @keyframes ff-hero-float-b {
      from { transform: translate3d(0, 0, 0) scale(1); }
      to { transform: translate3d(-30px, 28px, 0) scale(1.05); }
    }

    @keyframes ff-node-drift {
      from { background-position: 0 0, 0 0, 0 0; opacity: 0.42; }
      to { background-position: 36px 28px, 46px 46px, 46px 46px; opacity: 0.58; }
    }

    .ff-hero .ff-node-field {
      animation: ff-node-drift 18s ease-in-out infinite alternate;
    }

    .ff-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.98fr) minmax(440px, 1.02fr);
      gap: clamp(36px, 4.6vw, 72px);
      align-items: center;
    }

    .ff-hero-stage {
      min-height: min(650px, calc(100svh - 126px));
      padding: 18px 0 24px;
    }

    .ff-hero-copy {
      align-self: center;
    }

    .ff-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 14px;
      padding: 10px 25px;
      border: 1px solid rgba(30, 0, 254, 0.17);
      border-radius: 999px;
      background: rgba(30, 0, 254, 0.07);
      color: var(--ff-navy);
      font-size: 12px;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ff-eyebrow:before {
      content: "";
      width: 8px;
      height: 8px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--ff-blue);
      box-shadow: 0 0 0 7px rgba(30, 0, 254, 0.10);
    }

    .ff-dark .ff-eyebrow,
    .ff-final .ff-eyebrow {
      color: #ffffff;
      border-color: rgba(255, 255, 255, 0.24);
      background: rgba(255, 255, 255, 0.10);
    }

    .ff-dark .ff-eyebrow:before,
    .ff-final .ff-eyebrow:before {
      background: #ffffff;
      box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
    }

    .ff-hero h1 {
      margin: 0;
      max-width: 690px;
      color: var(--ff-ink);
      font-size: clamp(36px, 3.45vw, 48px);
      line-height: 0.98;
      letter-spacing: -0.075em;
      font-weight: 700;
    }

    .ff-gradient-text {
      background: linear-gradient(90deg, var(--ff-blue), var(--ff-violet), var(--ff-navy));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .ff-hero-lead {
      margin: 18px 0 0;
      max-width: 700px;
      color: var(--ff-muted);
      font-size: clamp(15.5px, 1.25vw, 17.5px);
      line-height: 1.58;
    }

    .ff-hero-outcomes {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    .ff-hero-outcomes li {
      min-height: 72px;
      padding: 13px;
      border: 1px solid var(--ff-line);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 14px 34px rgba(3, 33, 76, 0.07);
    }

    .ff-outcome-title {
      display: block;
      color: var(--ff-navy);
      font-size: 15px;
      line-height: 1.22;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .ff-outcome-text {
      display: block;
      margin-top: 8px;
      color: var(--ff-muted);
      font-size: 12px;
      line-height: 1.42;
      font-weight: 700;
    }

    .ff-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 26px 0 0;
    }

    .ff-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 19px;
      border: 0;
      border-radius: 999px;
      font-size: 13px;
      line-height: 1.15;
      font-weight: 900;
      text-decoration: none;
      letter-spacing: -0.01em;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .ff-btn:hover {
      transform: translateY(-2px);
    }

    .ff-btn:focus-visible {
      outline: none;
      box-shadow: var(--ff-focus), 0 18px 42px rgba(3, 33, 76, 0.18);
    }

    .ff-btn-primary {
      background: var(--ff-blue);
      color: #ffffff;
      box-shadow: 0 18px 42px rgba(30, 0, 254, 0.25);
    }

    .ff-btn-secondary {
      border: 1px solid var(--ff-line);
      background: #ffffff;
      color: var(--ff-navy);
      box-shadow: 0 18px 42px rgba(3, 33, 76, 0.08);
    }


    .ff-hero-proof-pills {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 22px 0 0;
      max-width: 560px;
      padding: 0;
      list-style: none;
    }

    .ff-hero-proof-pills li {
      display: flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 10px 13px;
      border: 1px solid var(--ff-line);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 12px 30px rgba(3, 33, 76, 0.07);
      white-space: nowrap;
      overflow: hidden;
    }

    .ff-hero-proof-pills strong {
      color: var(--ff-navy);
      font-size: 12.5px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .ff-hero-proof-pills span {
      color: var(--ff-muted);
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ff-client-wall {
      position: relative;
      align-self: center;
      width: 100%;
      max-width: 690px;
      min-height: 470px;
      margin-left: auto;
      padding: 22px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border: 1px solid rgba(3, 33, 76, 0.12);
      border-radius: 34px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
        radial-gradient(circle at 12% 0%, rgba(30, 0, 254, 0.12), transparent 18rem);
      box-shadow: var(--ff-shadow);
      overflow: hidden;
    }

    .ff-client-wall:before {
      content: "";
      position: absolute;
      top: -110px;
      right: -100px;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(30, 0, 254, 0.20), rgba(23, 11, 175, 0.06));
      filter: blur(3px);
    }

    .ff-client-wall-head {
      position: relative;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
    }

    .ff-client-wall-title {
      margin: 0;
      color: var(--ff-navy);
      font-size: 18px;
      line-height: 1.25;
      letter-spacing: -0.035em;
      font-weight: 900;
    }

    .ff-client-wall-note {
      margin: 6px 0 0;
      color: var(--ff-muted);
      font-size: 11px;
      line-height: 1.35;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .ff-client-wall-tag {
      align-self: flex-start;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(30, 0, 254, 0.08);
      color: var(--ff-navy);
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      white-space: nowrap;
    }

    .ff-logo-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      flex: 1 1 auto;
      border: 1px solid rgba(3, 33, 76, 0.10);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.72);
      overflow: hidden;
    }

    .ff-logo-cell {
      min-height: 94px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px 10px;
      border-right: 1px dashed rgba(3, 33, 76, 0.16);
      border-bottom: 1px dashed rgba(3, 33, 76, 0.16);
      color: var(--ff-navy);
      text-align: center;
      font-size: 13px;
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: -0.03em;
      background:
        radial-gradient(circle at 50% 0%, rgba(30, 0, 254, 0.045), transparent 70%),
        rgba(255, 255, 255, 0.46);
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .ff-logo-cell:nth-child(3n) {
      border-right: 0;
    }

    .ff-logo-cell:nth-last-child(-n+3) {
      border-bottom: 0;
    }

    .ff-logo-cell:hover {
      transform: translateY(-2px);
      background: rgba(30, 0, 254, 0.06);
    }

    .ff-wall-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 16px;
    }

    .ff-wall-stat {
      padding: 14px;
      border: 1px solid rgba(3, 33, 76, 0.10);
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 12px 28px rgba(3, 33, 76, 0.06);
    }

    .ff-wall-stat strong {
      display: block;
      color: var(--ff-navy);
      font-size: 24px;
      line-height: 1;
      letter-spacing: -0.04em;
      font-weight: 900;
    }

    .ff-wall-stat span {
      display: block;
      margin-top: 7px;
      color: var(--ff-muted);
      font-size: 11px;
      line-height: 1.35;
      font-weight: 800;
    }

    .ff-proof-strip {
      padding: 18px 0 34px;
    }

    .ff-proof-panel {
      display: grid;
      grid-template-columns: minmax(180px, 0.75fr) minmax(180px, 0.75fr) minmax(300px, 1.2fr);
      gap: 14px;
      align-items: center;
      padding: 16px;
      border: 1px solid var(--ff-line);
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.78);
      box-shadow: var(--ff-shadow-soft);
    }

    .ff-proof-badge {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 68px;
      padding: 10px 12px;
      overflow: hidden;
      border-radius: 22px;
      background: #0f171b;
      box-shadow: 0 18px 38px rgba(3, 33, 76, 0.13);
    }

    .ff-proof-badge img {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 48px;
      object-fit: contain;
    }

    .ff-proof-copy {
      padding: 0 8px;
      color: var(--ff-muted);
      font-size: 13px;
      line-height: 1.52;
      font-weight: 700;
    }

    .ff-proof-copy strong {
      display: block;
      margin-bottom: 5px;
      color: var(--ff-navy);
      font-size: 13px;
      line-height: 1.25;
      font-weight: 900;
    }

    .ff-section {
      padding: 82px 0;
    }

    .ff-section-soft {
      background:
        radial-gradient(circle at 18% 20%, rgba(30, 0, 254, 0.07), transparent 22rem),
        var(--ff-bg);
    }

    .ff-section-white {
      background: #ffffff;
    }

    .ff-dark {
      color: #ffffff;
      background:
        radial-gradient(circle at top left, rgba(30, 0, 254, 0.36), transparent 34rem),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.11), transparent 24rem),
        var(--ff-navy);
    }

    .ff-section-head {
      max-width: 830px;
      margin: 0 0 38px;
    }

    .ff-section-head.center {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    h2 {
      margin: 0;
      color: var(--ff-ink);
      font-size: clamp(34px, 4.2vw, 58px);
      line-height: 1.04;
      letter-spacing: -0.058em;
      font-weight: 700;
    }

    .ff-dark h2,
    .ff-final h2 {
      color: #ffffff;
    }

    .ff-section-head p,
    .ff-large {
      margin: 18px 0 0;
      color: var(--ff-muted);
      font-size: 12px;
      line-height: 1.72;
    }

    .ff-dark .ff-section-head p,
    .ff-dark .ff-large,
    .ff-final .ff-large {
      color: rgba(255, 255, 255, 0.78);
    }

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

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

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

    .ff-card,
    .ff-mini-card,
    .ff-process-card,
    .ff-testimonial-card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--ff-line);
      background: rgba(255, 255, 255, 0.88);
      box-shadow: var(--ff-shadow-soft);
    }

    .ff-card {
      padding: 30px;
      border-radius: var(--ff-radius-lg);
    }

    .ff-mini-card {
      min-height: 100%;
      padding: 23px;
      border-radius: 22px;
    }

    .ff-card:before,
    .ff-mini-card:before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 4px;
      opacity: 0;
      background: linear-gradient(90deg, var(--ff-blue), rgba(23, 11, 175, 0.30));
      transition: opacity 0.2s ease;
    }

    .ff-card:hover:before,
    .ff-mini-card:hover:before {
      opacity: 1;
    }

    .ff-card h3,
    .ff-mini-card h3 {
      margin: 0 0 10px;
      color: var(--ff-navy);
      line-height: 1.2;
      letter-spacing: -0.035em;
      font-weight: 700;
    }

    .ff-card h3 {
      font-size: 25px;
    }

    .ff-mini-card h3 {
      font-size: 18px;
    }

    .ff-card p,
    .ff-mini-card p {
      margin: 0;
      color: var(--ff-muted);
      font-size: 15px;
      line-height: 1.66;
    }

    .ff-capability-icon {
      display: inline-flex;
      width: 46px;
      height: 44px;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      border-radius: 17px;
      background: linear-gradient(135deg, var(--ff-blue), var(--ff-navy));
      color: #ffffff;
      font-size: 16px;
      line-height: 1;
      letter-spacing: -0.03em;
      font-weight: 900;
      box-shadow: 0 16px 32px rgba(30, 0, 254, 0.19);
    }

    .ff-list {
      display: grid;
      gap: 10px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .ff-list li {
      position: relative;
      padding-left: 25px;
      color: var(--ff-ink);
      font-size: 13px;
      line-height: 1.52;
      font-weight: 700;
    }

    .ff-list li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.52em;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--ff-blue);
      box-shadow: 0 0 0 5px rgba(30, 0, 254, 0.10);
    }

    .ff-split {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 34px;
      align-items: center;
    }

    .ff-output-stack {
      display: grid;
      gap: 16px;
    }

    .ff-output-card {
      display: grid;
      grid-template-columns: 62px 1fr;
      gap: 16px;
      align-items: start;
      padding: 20px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.09);
    }

    .ff-output-icon {
      width: 62px;
      height: 62px;
      border-radius: 20px;
      display: grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.12);
      color: #ffffff;
      font-weight: 900;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    }

    .ff-output-card h3 {
      margin: 0 0 7px;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 900;
    }

    .ff-output-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.76);
      font-size: 13px;
      line-height: 1.62;
    }

    .ff-profile-panel {
      padding: 28px;
      border-radius: 34px;
      background: #ffffff;
      border: 1px solid rgba(3, 33, 76, 0.12);
      box-shadow: var(--ff-shadow);
    }

    .ff-profile-head {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 20px;
    }

    .ff-avatar {
      width: 66px;
      height: 66px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--ff-blue), var(--ff-navy));
      color: #ffffff;
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(30, 0, 254, 0.20);
    }

    .ff-profile-head h3 {
      margin: 0;
      color: var(--ff-navy);
      font-size: 22px;
      line-height: 1.15;
      letter-spacing: -0.03em;
    }

    .ff-profile-head p {
      margin: 5px 0 0;
      color: var(--ff-muted);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 700;
    }

    .ff-profile-badge-groups {
      display: grid;
      gap: 13px;
    }

    .ff-profile-badge-group {
      padding: 14px;
      border-radius: 18px;
      background: rgba(246, 247, 255, 0.84);
      border: 1px solid rgba(3, 33, 76, 0.08);
    }

    .ff-profile-badge-title {
      margin: 0 0 10px;
      color: var(--ff-muted);
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }

    .ff-profile-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .ff-profile-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 32px;
      padding: 8px 10px;
      border: 1px solid rgba(3, 33, 76, 0.12);
      border-radius: 999px;
      background: #ffffff;
      color: var(--ff-navy);
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
    }

    .ff-profile-badge:before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--ff-blue);
    }

    .ff-process {
      counter-reset: ffstep;
    }

    .ff-process-card {
      padding: 24px;
      border-radius: 24px;
    }

    .ff-process-card:before {
      counter-increment: ffstep;
      content: counter(ffstep);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      margin-bottom: 17px;
      border-radius: 50%;
      background: var(--ff-navy);
      color: #ffffff;
      font-size: 16px;
      font-weight: 900;
    }

    .ff-process-card h3 {
      margin: 0 0 9px;
      color: var(--ff-navy);
      font-size: 18px;
      line-height: 1.25;
      letter-spacing: -0.02em;
    }

    .ff-process-card p {
      margin: 0;
      color: var(--ff-muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .ff-testimonial-shell {
      position: relative;
      border-radius: 34px;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--ff-line);
      box-shadow: var(--ff-shadow);
    }

    .ff-testimonial-track {
      display: flex;
      transition: transform 0.45s ease;
      will-change: transform;
    }

    .ff-testimonial-card {
      min-width: 100%;
      display: grid;
      grid-template-columns: 0.55fr 1.08fr;
      gap: 28px;
      align-items: stretch;
      padding: 30px;
      border: 0;
      border-radius: 0;
      box-shadow: none;
    }
    .ff-project-url {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1e00fe;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}

.ff-project-url:hover {
  text-decoration: underline;
  opacity: 0.85;
}

    .ff-testimonial-proof {
      display: grid;
      gap: 16px;
      align-content: start;
      padding: 22px;
      border-radius: 26px;
      background:
        radial-gradient(circle at top left, rgba(30, 0, 254, 0.10), transparent 18rem),
        var(--ff-bg-soft);
      border: 1px solid rgba(3, 33, 76, 0.09);
    }

    .ff-testimonial-logo {
      min-height: 86px;
      display: grid;
      place-items: center;
      padding: 18px;
      border-radius: 20px;
      background: #ffffff;
      border: 1px dashed rgba(3, 33, 76, 0.22);
      color: var(--ff-navy);
      text-align: center;
      font-size: 18px;
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    .ff-testimonial-photo img {
      width: 60px;
      height: 60px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      box-shadow: 0 16px 34px rgba(30, 0, 254, 0.20);
    }

    .ff-testimonial-person {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .ff-testimonial-person strong {
      display: block;
      color: var(--ff-navy);
      font-size: 15px;
      line-height: 1.25;
      font-weight: 900;
    }

    .ff-testimonial-person span {
      display: block;
      margin-top: 3px;
      color: var(--ff-muted);
      font-size: 12px;
      line-height: 1.35;
      font-weight: 700;
    }

    .ff-project-url {
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      padding: 10px 14px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid rgba(3, 33, 76, 0.12);
      color: var(--ff-navy);
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
      text-decoration: none;
    }

    .ff-project-url[aria-disabled="true"] {
      cursor: not-allowed;
      color: var(--ff-muted);
    }

    .ff-testimonial-copy {
      position: relative;
      display: grid;
      align-content: center;
      padding: 20px 8px;
    }

    .ff-testimonial-copy:before {
      content: "“";
      position: absolute;
      top: -6px;
      left: 0;
      color: rgba(30, 0, 254, 0.13);
      font-size: 100px;
      line-height: 0.8;
      font-weight: 900;
      pointer-events: none;
    }

    .ff-testimonial-copy blockquote {
      position: relative;
      margin: 0;
      color: var(--ff-ink);
      font-size: 18px;
      line-height: 1.78;
      letter-spacing: -0.015em;
      font-weight: 600;
    }

    .ff-carousel-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 0 30px 26px;
    }

    .ff-carousel-status {
      color: var(--ff-muted);
      font-size: 12px;
      font-weight: 800;
    }

    .ff-arrow-group {
      display: flex;
      gap: 10px;
    }

    .ff-arrow {
      width: 46px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ff-line);
      border-radius: 50%;
      background: #ffffff;
      color: var(--ff-navy);
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 12px 28px rgba(3, 33, 76, 0.08);
    }

    .ff-arrow:hover {
      background: rgba(30, 0, 254, 0.08);
    }

    .ff-arrow:focus-visible {
      outline: none;
      box-shadow: var(--ff-focus);
    }

    .ff-faq details {
      overflow: hidden;
      border: 1px solid var(--ff-line);
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(3, 33, 76, 0.05);
    }

    .ff-faq details + details {
      margin-top: 12px;
    }

    .ff-faq summary {
      cursor: pointer;
      padding: 20px 22px;
      color: var(--ff-navy);
      font-size: 16px;
      line-height: 1.35;
      font-weight: 900;
      list-style-position: outside;
    }

    .ff-faq summary:focus-visible {
      outline: none;
      box-shadow: inset var(--ff-focus);
    }

    .ff-faq details p {
      margin: 0;
      padding: 0 22px 22px;
      color: var(--ff-muted);
      font-size: 15px;
      line-height: 1.68;
    }

    .ff-final {
      position: relative;
      overflow: hidden;
      color: #ffffff;
      text-align: center;
      background:
        radial-gradient(circle at top left, rgba(30, 0, 254, 0.55), transparent 34rem),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.14), transparent 26rem),
        var(--ff-navy);
    }

    .ff-final .ff-wrap {
      position: relative;
      z-index: 2;
    }

    .ff-final h2 {
      max-width: 850px;
      margin: 0 auto;
    }

    .ff-final p {
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
    }

    .ff-final-badges {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin: 28px 0 0;
    }

    .ff-final-badges img {
      width: auto;
      max-width: 260px;
      height: 44px;
      object-fit: contain;
      /*border-radius: 16px;*/
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    }

    .ff-final h2 {
      font-size: clamp(30px, 4.2vw, 50px);
      max-width: 820px;
    }

    .ff-final {
      padding-bottom: 72px;
    }

    .ff-trademark-note {
      max-width: 900px;
      margin: 28px auto 0;
      color: rgba(255, 255, 255, 0.66);
      font-size: 11px;
      line-height: 1.65;
    }

    .ff-sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }


    .ff-proof-badge img,
    .ff-final-badges img {
      display: block;
    }

    .ff-logo-cell {
      text-transform: none;
    }


    .ff-dark .ff-grid-2 {
      align-items: stretch;
    }

    .ff-dark .ff-output-card {
      min-height: 100%;
    }

    .ff-testimonial-copy blockquote {
      max-width: 720px;
    }


    .ff-hero-credentials .ff-outcome-title {
      font-size: 16px;
      letter-spacing: -0.04em;
    }

    .ff-hero-credentials .ff-outcome-text {
      margin-top: 6px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    @media (min-width: 1081px) and (max-height: 820px) {
      .ff-hero {
        padding-top: 18px;
        padding-bottom: 18px;
      }

      .ff-hero-stage {
        min-height: min(590px, calc(100svh - 112px));
      }

      .ff-hero h1 {
        font-size: clamp(36px, 3.85vw, 50px);
      }

      .ff-hero-lead {
        font-size: 15.5px;
        line-height: 1.52;
      }

      .ff-logo-cell {
        min-height: 68px;
      }

  
    .ff-hero-proof-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    .ff-hero-proof-pills li {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 10px 13px;
      border: 1px solid var(--ff-line);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 12px 30px rgba(3, 33, 76, 0.07);
      white-space: nowrap;
    }

    .ff-hero-proof-pills strong {
      color: var(--ff-navy);
      font-size: 12.5px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .ff-hero-proof-pills span {
      color: var(--ff-muted);
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ff-client-wall {
        padding: 16px;
      }

      .ff-client-wall-title {
        font-size: 17px;
      }
    }


    /* Final polish: better eyebrow to title gap and organization-first pledge section */
    .ff-section-head .ff-eyebrow,
    .ff-hero .ff-eyebrow,
    .ff-dark .ff-eyebrow,
    .ff-final .ff-eyebrow {
      margin-bottom: 24px;
    }

    .ff-pledge-section {
      position: relative;
      overflow: hidden;
    }

    .ff-pledge-section:before {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      right: 8%;
      top: 12%;
      border-radius: 50%;
      background: rgba(30, 0, 254, 0.16);
      filter: blur(46px);
      pointer-events: none;
    }

    .ff-pledge-section .ff-split {
      position: relative;
      z-index: 1;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: clamp(36px, 5vw, 78px);
      align-items: center;
    }

    .ff-pledge-section h2 {
      max-width: 650px;
      font-size: clamp(34px, 4.2vw, 58px);
      line-height: 1.03;
    }

    .ff-pledge-section .ff-large {
      max-width: 660px;
      margin-top: 20px;
      font-size: 17px;
      line-height: 1.68;
    }

    .ff-pledge-benefits {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }

    .ff-pledge-benefits li {
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 11px 14px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.88);
      font-size: 13px;
      line-height: 1;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(0, 0, 0, 0.10);
    }

    .ff-pledge-benefits li:before {
      content: "";
      width: 7px;
      height: 7px;
      margin-right: 8px;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.10);
    }

    .ff-founder-mini-card {
      display: flex;
      align-items: center;
      gap: 14px;
      max-width: 620px;
      margin-top: 22px;
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
    }

    .ff-founder-avatar {
      width: 48px;
      height: 48px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #ffffff;
      color: var(--ff-navy);
      font-weight: 900;
      font-size: 15px;
    }

    .ff-founder-mini-card strong {
      display: block;
      color: #ffffff;
      font-size: 15px;
      line-height: 1.25;
      font-weight: 900;
    }

    .ff-founder-mini-card span {
      display: block;
      margin-top: 5px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
      line-height: 1.45;
      font-weight: 700;
    }

    .ff-pledge-card {
      position: relative;
      max-width: 690px;
      margin-left: auto;
      padding: 45px 30px;
      border: 1px solid rgba(3, 33, 76, 0.10);
      border-radius: 34px;
      background: #ffffff;
      box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
      overflow: hidden;
    }

    .ff-pledge-card:before {
      content: "";
      position: absolute;
      right: -90px;
      top: -90px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(30, 0, 254, 0.10);
      pointer-events: none;
    }

    .ff-pledge-card > * {
      position: relative;
      z-index: 1;
    }

    .ff-pledge-card-top {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      margin-bottom: 22px;
    }

    .ff-pledge-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 11px;
      border: 1px solid rgba(3, 33, 76, 0.10);
      border-radius: 999px;
      background: rgba(246, 247, 255, 0.92);
      color: var(--ff-muted);
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ff-pledge-kicker:before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--ff-blue);
    }

    .ff-pledge-card-top a,
    .ff-profile-link-row a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 9px 13px;
      border-radius: 999px;
      background: var(--ff-navy);
      color: #ffffff;
      text-decoration: none;
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
    }

    .ff-pledge-card-top a:focus-visible,
    .ff-profile-link-row a:focus-visible {
      outline: none;
      box-shadow: var(--ff-focus);
    }

    .ff-pledge-stat-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .ff-pledge-stat {
      min-height: 132px;
      padding: 20px;
      border: 1px solid rgba(3, 33, 76, 0.10);
      border-radius: 24px;
      background:
        radial-gradient(circle at 100% 0%, rgba(30, 0, 254, 0.08), transparent 56%),
        rgba(246, 247, 255, 0.84);
    }

    .ff-pledge-stat strong {
      display: block;
      color: var(--ff-blue);
      font-size: 56px;
      line-height: 0.9;
      letter-spacing: -0.08em;
      font-weight: 900;
    }

    .ff-pledge-stat span {
      display: block;
      margin-top: 12px;
      color: var(--ff-navy);
      font-size: 12px;
      line-height: 1.35;
      font-weight: 900;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    .ff-pledge-teams {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 16px;
    }

    .ff-pledge-teams span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 11px;
      border: 1px solid rgba(3, 33, 76, 0.10);
      border-radius: 999px;
      background: #ffffff;
      color: var(--ff-navy);
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
      box-shadow: 0 10px 24px rgba(3, 33, 76, 0.05);
    }

    .ff-pledge-teams span:before {
      content: "";
      width: 7px;
      height: 7px;
      margin-right: 7px;
      border-radius: 50%;
      background: var(--ff-blue);
    }

    .ff-pledge-note {
      margin-top: 30px;
      padding: 18px;
      border-radius: 22px;
      background: var(--ff-navy);
      color: #ffffff;
    }

    .ff-pledge-note strong {
      display: block;
      margin-bottom: 7px;
      font-size: 15px;
      line-height: 1.25;
      font-weight: 900;
    }

    .ff-pledge-note p {
      margin: 0;
      color: rgba(255, 255, 255, 0.76);
      font-size: 13px;
      line-height: 1.55;
      font-weight: 700;
    }

    .ff-profile-link-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 30px;
      padding-top: 16px;
      border-top: 1px solid rgba(3, 33, 76, 0.10);
      color: var(--ff-muted);
      font-size: 12px;
      line-height: 1.4;
      font-weight: 900;
    }

    @media (max-width: 1080px) {
      .ff-pledge-section .ff-split {
        grid-template-columns: 1fr;
      }

      .ff-pledge-card {
        margin-left: 0;
        max-width: none;
      }
    }

    @media (max-width: 760px) {
      .ff-section-head .ff-eyebrow,
      .ff-hero .ff-eyebrow,
      .ff-dark .ff-eyebrow,
      .ff-final .ff-eyebrow {
        margin-bottom: 18px;
      }

      .ff-pledge-section h2 {
        font-size: clamp(30px, 9vw, 42px);
      }

      .ff-pledge-card {
        padding: 22px;
      }

      .ff-pledge-card-top,
      .ff-profile-link-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .ff-pledge-stat-grid {
        grid-template-columns: 1fr;
      }

      .ff-pledge-stat {
        min-height: auto;
      }

      .ff-pledge-benefits {
        display: grid;
        grid-template-columns: 1fr;
      }
    }


    /* Final mobile menu and hero polish */
    @media (max-width: 900px) {
      body.ff-menu-open {
        overflow: hidden;
      }

      .ff-topbar {
        z-index: 120;
      }

      .ff-menu-toggle {
        width: 52px;
        height: 52px;
        border-radius: 18px;
      }

      .ff-nav {
        position: fixed;
        top: 84px;
        left: 14px;
        right: 14px;
        bottom: auto;
        display: grid;
        gap: 10px;
        max-height: calc(100svh - 98px);
        overflow: auto;
        padding: 0;
        border: 0;
        border-radius: 28px;
        background: #ffffff;
        box-shadow: 0 28px 80px rgba(3, 33, 76, 0.18);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, padding 0.22s ease;
        z-index: 110;
      }

      .ff-nav.is-open {
        max-height: calc(100svh - 98px);
        padding: 18px;
        border: 1px solid var(--ff-line);
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .ff-nav a {
        width: 100%;
        justify-content: center;
        border-radius: 18px;
        padding: 16px 18px;
        font-size: 14px;
      }

      .ff-nav .ff-nav-cta {
        margin-top: 6px;
        min-height: 54px;
        justify-content: center;
      }
    }

    @media (max-width: 760px) {
      .ff-hero .ff-eyebrow {
        margin-bottom: 20px;
        padding: 10px 25px;
        font-size: 11px;
      }

      .ff-hero h1 {
        font-size: clamp(32px, 9.4vw, 44px);
        line-height: 0.98;
        letter-spacing: -0.06em;
      }

      .ff-hero-lead {
        font-size: 14.5px;
        line-height: 1.58;
      }

      .ff-hero-proof-pills {
        gap: 10px;
        margin-top: 18px;
      }

      .ff-hero-proof-pills li {
        min-height: 68px;
        padding: 12px 14px;
      }

      .ff-hero-proof-pills strong {
        font-size: 12px;
      }

      .ff-hero-proof-pills span {
        font-size: 9px;
      }

      .ff-ctas {
        margin-top: 20px;
      }

      .ff-btn {
        min-height: 54px;
      }

      .ff-client-wall {
        margin-top: 26px;
      }
    }

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

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

    @media (max-width: 1080px) {
      .ff-hero-grid,
      .ff-split {
        grid-template-columns: 1fr;
      }

  
    .ff-hero-proof-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    .ff-hero-proof-pills li {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 10px 13px;
      border: 1px solid var(--ff-line);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 12px 30px rgba(3, 33, 76, 0.07);
      white-space: nowrap;
    }

    .ff-hero-proof-pills strong {
      color: var(--ff-navy);
      font-size: 12.5px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .ff-hero-proof-pills span {
      color: var(--ff-muted);
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ff-client-wall {
        max-width: 780px;
      }

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

      .ff-hero-outcomes {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .ff-hero-proof-pills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ff-hero-proof-pills li {
        white-space: normal;
      }


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

      .ff-proof-panel {
        grid-template-columns: 1fr 1fr;
      }

      .ff-proof-copy {
        grid-column: 1 / -1;
        padding: 10px 8px 4px;
      }

      .ff-testimonial-card {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 900px) {
      .ff-header {
        position: relative;
      }

      .ff-menu-toggle {
        display: inline-flex;
      }

      .ff-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        display: grid;
        gap: 8px;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        border: 0;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--ff-shadow);
        opacity: 0;
        transform: translateY(-8px);
        transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
      }

      .ff-nav.is-open {
        max-height: 430px;
        padding: 14px;
        border: 1px solid var(--ff-line);
        opacity: 1;
        transform: translateY(0);
      }

      .ff-nav a {
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
        padding: 14px 16px;
      }

      .ff-nav .ff-nav-cta {
        justify-content: center;
      }
    }

    @media (max-width: 760px) {
      .ff-wrap {
        width: min(100% - 28px, var(--ff-max));
      }

      .ff-header {
        min-height: 70px;
      }

      .ff-brand img {
        width: 158px;
      }

      .ff-hero {
        padding: 38px 0 24px;
        min-height: auto;
      }

      .ff-hero-stage {
        min-height: auto;
        padding: 0;
      }

      .ff-hero h1 {
        font-size: clamp(38px, 11vw, 52px);
      }

      .ff-hero-lead,
      .ff-section-head p,
      .ff-large {
        font-size: 10px;
        line-height: 1.68;
      }

      .ff-section {
        padding: 58px 0;
      }

      h2 {
        font-size: clamp(30px, 9vw, 42px);
      }

      .ff-ctas,
      .ff-btn {
        width: 100%;
      }

      .ff-btn {
        min-height: 50px;
      }

      .ff-grid-2,
      .ff-grid-3,
      .ff-grid-4,
      .ff-proof-panel {
        grid-template-columns: 1fr;
      }

      .ff-hero-outcomes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ff-hero-proof-pills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ff-hero-proof-pills li {
        width: 100%;
        justify-content: flex-start;
        white-space: normal;
      }

      .ff-hero-proof-pills {
        max-width: none;
      }

      .ff-hero-proof-pills strong {
        font-size: 12px;
      }

      .ff-hero-proof-pills span {
        font-size: 9px;
      }



      .ff-client-wall,
      .ff-card,
      .ff-profile-panel,
      .ff-testimonial-shell {
        border-radius: 24px;
      }
      .ff-client-wall {
        min-height: auto;
      }

      .ff-logo-cell {
        min-height: 78px;
      }


      .ff-client-wall,
      .ff-card,
      .ff-profile-panel,
      .ff-testimonial-card {
        padding: 22px;
      }

      .ff-client-wall-head {
        display: block;
      }

      .ff-client-wall-tag {
        display: inline-flex;
        margin-top: 12px;
      }

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

      .ff-logo-cell:nth-child(3n) {
        border-right: 1px dashed rgba(3, 33, 76, 0.16);
      }

      .ff-logo-cell:nth-child(2n) {
        border-right: 0;
      }

      .ff-logo-cell:nth-last-child(-n+3) {
        border-bottom: 1px dashed rgba(3, 33, 76, 0.16);
      }

      .ff-logo-cell:nth-last-child(-n+1),
      .ff-logo-cell:nth-last-child(-n+2) {
        border-bottom: 0;
      }

      .ff-proof-badge {
        min-height: auto;
        border-radius: 20px;
      }

      .ff-output-card {
        grid-template-columns: 1fr;
      }

      .ff-testimonial-copy {
        padding: 8px 0;
      }

      .ff-testimonial-copy blockquote {
        font-size: 15.5px;
      }

      .ff-carousel-controls {
        padding: 0 22px 22px;
      }
    }

    @media (max-width: 420px) {
      .ff-logo-grid {
        grid-template-columns: 1fr;
      }

      .ff-logo-cell,
      .ff-logo-cell:nth-child(2n),
      .ff-logo-cell:nth-child(3n) {
        border-right: 0;
      }

      .ff-logo-cell:nth-last-child(-n+1) {
        border-bottom: 0;
      }

      .ff-final-badges img {
        height: auto;
        width: min(100%, 280px);
      }
    }
  


/* Production polish pass */
.ff-wrap {
  width: min(var(--ff-max), calc(100% - 56px));
}

.ff-header {
  min-height: 76px;
}

.ff-brand img {
  display: block;
  width: 184px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.ff-hero {
  padding: 88px 0 86px;
}

.ff-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(64px, 6vw, 96px);
}

.ff-hero h1 {
  font-size: clamp(48px, 4.3vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.ff-hero-lead {
  max-width: 720px;
  margin-top: 26px;
}

.ff-hero-proof-pills {
  margin-top: 28px;
}

.ff-client-wall {
  padding: 26px;
}

.ff-pledge-section .ff-split {
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(42px, 5vw, 72px);
}

.ff-pledge-section h2 {
  font-size: clamp(40px, 4.35vw, 68px);
  line-height: 1.04;
}

.ff-pledge-section .ff-large,
.ff-pledge-benefits,
.ff-founder-card {
  max-width: 720px;
}

.ff-pledge-card {
  max-width: 760px;
  margin-left: auto;
  margin-right: 0;
}

.ff-pledge-card::after {
  opacity: 0.48;
}

.ff-output-icon {
  color: #ffffff;
}

.ff-output-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.ff-process-section {
  position: relative;
}

.ff-process-track {
  position: relative;
}

.ff-process-track::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 7%;
  right: 7%;
  height: 3px;
  border-radius: 99px;
  background: rgba(3, 33, 76, 0.08);
  z-index: 0;
}

.ff-process-track::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 7%;
  width: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ff-blue), var(--ff-navy));
  z-index: 0;
  transition: width 1.4s ease;
}

.ff-process-track.ff-process-active::after {
  width: 86%;
}

.ff-process-track .ff-step-card {
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ff-process-track .ff-step-card.is-highlighted {
  transform: translateY(-8px);
  border-color: rgba(30, 0, 254, 0.34);
  box-shadow: 0 26px 70px rgba(30, 0, 254, 0.14);
}

.ff-process-track .ff-step-card.is-highlighted::before {
  background: var(--ff-blue);
}

.ff-faq summary {
  position: relative;
  padding-right: 72px;
}

.ff-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ff-line);
  border-radius: 50%;
  background: rgba(30, 0, 254, 0.06);
  color: var(--ff-blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ff-faq details[open] summary::after {
  content: "-";
  background: var(--ff-blue);
  color: #ffffff;
}

.ff-final-badges {
  align-items: center;
}

.ff-final-badges img {
  display: block;
  width: auto;
  height: 54px;
  max-width: min(100%, 330px);
  object-fit: contain;
  /*border-radius: 18px;*/
}

.ff-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(7, 19, 35, 0.68);
  backdrop-filter: blur(12px);
  z-index: 300;
}

.ff-modal.is-open {
  display: grid;
}

.ff-modal-card {
  width: min(760px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(30, 0, 254, 0.10), transparent 32%),
    #ffffff;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.35);
}

.ff-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 30px 20px;
  border-bottom: 1px solid var(--ff-line);
}

.ff-modal-head h2 {
  margin: 0;
  color: var(--ff-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.ff-modal-head p:not(.ff-eyebrow) {
  margin: 10px 0 0;
  color: var(--ff-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ff-modal-close {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ff-line);
  border-radius: 16px;
  background: #ffffff;
  color: var(--ff-navy);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.ff-contact-form {
  padding: 26px 30px 30px;
}

.ff-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ff-form-field {
  display: grid;
  gap: 8px;
}

.ff-form-field.ff-full {
  grid-column: 1 / -1;
}

.ff-form-field label {
  color: var(--ff-navy);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.ff-form-field input,
.ff-form-field select,
.ff-form-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--ff-line);
  border-radius: 16px;
  padding: 13px 14px;
  background: #ffffff;
  color: var(--ff-ink);
  font: inherit;
  font-size: 14px;
  outline: none;
}

.ff-form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.ff-form-field input:focus,
.ff-form-field select:focus,
.ff-form-field textarea:focus,
.ff-modal-close:focus-visible {
  box-shadow: var(--ff-focus);
  border-color: rgba(30, 0, 254, 0.36);
}

.ff-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 18px 0;
  color: var(--ff-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ff-consent input {
  margin-top: 3px;
}

.ff-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ff-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.ff-form-status {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.ff-form-status.is-visible {
  display: block;
}

.ff-form-status.is-success {
  background: rgba(16, 185, 129, 0.10);
  color: #05603a;
  border: 1px solid rgba(16, 185, 129, 0.20);
}

.ff-form-status.is-error {
  background: rgba(220, 38, 38, 0.08);
  color: #991b1b;
  border: 1px solid rgba(220, 38, 38, 0.18);
}

@media (max-width: 1080px) {
  .ff-pledge-section .ff-split {
    grid-template-columns: 1fr;
  }

  .ff-pledge-card {
    margin-left: 0;
    max-width: none;
  }

  .ff-process-track::before,
  .ff-process-track::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .ff-wrap {
    width: min(100% - 28px, var(--ff-max));
  }

  .ff-brand img {
    width: 168px;
  }

  .ff-hero {
    padding: 48px 0 44px;
  }

  .ff-hero-grid {
    gap: 34px;
  }

  .ff-hero h1 {
    font-size: clamp(34px, 9.8vw, 46px);
    line-height: 1.02;
  }

  .ff-pledge-section h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .ff-output-card {
    grid-template-columns: 48px 1fr;
  }

  .ff-output-icon {
    width: 48px;
    height: 48px;
  }

  .ff-final-badges img {
    height: 46px;
  }

  .ff-form-grid {
    grid-template-columns: 1fr;
  }

  .ff-modal {
    padding: 12px;
  }

  .ff-modal-card {
    border-radius: 26px;
  }

  .ff-modal-head,
  .ff-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-process-track .ff-step-card {
    transition: none;
    transform: none !important;
  }

  .ff-process-track::after {
    transition: none;
  }
}

/* Hero V3: full-viewport discipline, real client logos, and no boxed background lines */
:root {
  --ff-header-height: 72px;
}

.ff-topbar {
  min-height: var(--ff-header-height);
}

.ff-header {
  min-height: var(--ff-header-height) !important;
}

.ff-brand img {
  display: block;
  width: clamp(178px, 12.5vw, 204px) !important;
  height: auto !important;
  max-width: 100%;
  max-height: none !important;
  object-fit: contain !important;
  transform: none !important;
}

.ff-hero {
  min-height: calc(100svh - var(--ff-header-height)) !important;
  padding: clamp(22px, 3.2vh, 34px) 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 8% 70%, rgba(30, 0, 254, 0.15), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(116, 80, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 54%, #f5f6ff 100%) !important;
}

.ff-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: -2 !important;
  width: 620px !important;
  height: 620px !important;
  left: -250px !important;
  top: auto !important;
  bottom: -250px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(30, 0, 254, 0.16), rgba(30, 0, 254, 0.06) 44%, transparent 72%) !important;
  filter: blur(24px) !important;
  opacity: 0.78 !important;
  animation: ff-hero-orb-one 16s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

.ff-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: -2 !important;
  width: 760px !important;
  height: 760px !important;
  right: -300px !important;
  top: -250px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(30, 0, 254, 0.12), rgba(116, 80, 255, 0.08) 44%, transparent 74%) !important;
  filter: blur(28px) !important;
  opacity: 0.70 !important;
  animation: ff-hero-orb-two 18s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

.ff-hero .ff-node-field {
  inset: 0 !important;
  opacity: 0.62 !important;
  background-image:
    radial-gradient(circle, rgba(30, 0, 254, 0.18) 1.15px, transparent 1.3px) !important;
  background-size: 34px 34px !important;
  background-position: 0 0 !important;
  mask-image: radial-gradient(circle at 68% 42%, #000 0%, rgba(0,0,0,0.80) 48%, transparent 76%) !important;
  animation: ff-hero-dots-drift 26s ease-in-out infinite alternate !important;
}

@keyframes ff-hero-dots-drift {
  from { background-position: 0 0; }
  to { background-position: 34px 28px; }
}

.ff-hero-stage::before {
  content: none !important;
  display: none !important;
}

.ff-hero-stage {
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.ff-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr) !important;
  gap: clamp(48px, 5.2vw, 86px) !important;
  align-items: stretch !important;
}

.ff-hero-copy,
.ff-client-wall {
  height: min(540px, calc(100svh - 148px)) !important;
  min-height: 470px !important;
  max-height: 560px !important;
}

.ff-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: stretch !important;
}

.ff-hero h1 {
  max-width: 760px !important;
  font-size: clamp(48px, 4.45vw, 72px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.06em !important;
}

.ff-hero-lead {
  max-width: 700px !important;
  margin-top: clamp(18px, 2.2vh, 26px) !important;
  font-size: clamp(16px, 1.14vw, 19px) !important;
  line-height: 1.58 !important;
}

.ff-hero-proof-pills {
  max-width: 650px !important;
  margin-top: clamp(18px, 2.4vh, 26px) !important;
  gap: 10px !important;
}

.ff-hero-proof-pills li {
  min-height: 44px !important;
  padding: 10px 14px !important;
}

.ff-ctas {
  margin-top: clamp(20px, 2.7vh, 30px) !important;
}

.ff-client-wall {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: clamp(22px, 2vw, 30px) !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(30, 0, 254, 0.17), rgba(30, 0, 254, 0.06) 23%, transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)) !important;
  box-shadow:
    0 28px 78px rgba(3, 33, 76, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  overflow: hidden !important;
}

.ff-client-wall::before {
  opacity: 0.42 !important;
}

.ff-client-wall-head {
  align-items: flex-start !important;
  margin-bottom: 18px !important;
}

.ff-client-wall-title {
  font-size: clamp(21px, 1.45vw, 27px) !important;
}

.ff-client-wall-note {
  max-width: 560px !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.ff-real-logo-grid {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 14px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.ff-real-logo-grid .ff-logo-cell {
  flex: 0 0 calc(25% - 11px) !important;
  min-height: clamp(92px, 11.2vh, 120px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  border: 1px solid rgba(3, 33, 76, 0.11) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 16px 38px rgba(3, 33, 76, 0.07) !important;
}

.ff-real-logo-grid .ff-logo-cell img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 70px !important;
  object-fit: contain !important;
}

.ff-logo-government img,
.ff-logo-nimhans img,
.ff-logo-red-cross img {
  max-height: 72px !important;
}

.ff-logo-autoliv img {
  max-width: 132px !important;
  max-height: 42px !important;
}

.ff-logo-indane img {
  max-width: 132px !important;
  max-height: 44px !important;
}

.ff-logo-tinton img {
  max-height: 82px !important;
}

.ff-logo-royal-arabian img {
  max-width: 138px !important;
  max-height: 54px !important;
}

@media (min-width: 1540px) {
  .ff-hero-copy,
  .ff-client-wall {
    height: min(580px, calc(100svh - 158px)) !important;
    max-height: 600px !important;
  }

  .ff-hero h1 {
    font-size: clamp(60px, 4.4vw, 84px) !important;
  }

  .ff-real-logo-grid .ff-logo-cell {
    min-height: clamp(108px, 12vh, 138px) !important;
  }

  .ff-real-logo-grid .ff-logo-cell img {
    max-height: 84px !important;
  }

  .ff-logo-autoliv img,
  .ff-logo-indane img {
    max-width: 160px !important;
  }
}

@media (max-height: 780px) and (min-width: 981px) {
  .ff-header {
    min-height: 66px !important;
  }

  :root {
    --ff-header-height: 66px;
  }

  .ff-hero {
    padding: 18px 0 !important;
  }

  .ff-hero-copy,
  .ff-client-wall {
    height: calc(100svh - 112px) !important;
    min-height: 430px !important;
    max-height: 520px !important;
  }

  .ff-hero h1 {
    font-size: clamp(42px, 4vw, 62px) !important;
  }

  .ff-hero-lead {
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .ff-hero-proof-pills {
    margin-top: 16px !important;
  }

  .ff-ctas {
    margin-top: 18px !important;
  }

  .ff-real-logo-grid {
    gap: 10px !important;
  }

  .ff-real-logo-grid .ff-logo-cell {
    min-height: 84px !important;
    padding: 12px !important;
  }

  .ff-real-logo-grid .ff-logo-cell img {
    max-height: 58px !important;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .ff-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr) !important;
    gap: 38px !important;
  }

  .ff-hero h1 {
    font-size: clamp(42px, 4.7vw, 58px) !important;
  }

  .ff-hero-copy,
  .ff-client-wall {
    min-height: 430px !important;
  }

  .ff-real-logo-grid .ff-logo-cell {
    flex-basis: calc(33.333% - 10px) !important;
    min-height: 86px !important;
  }
}

@media (max-width: 980px) {
  .ff-hero {
    min-height: auto !important;
    padding: 34px 0 46px !important;
    display: block !important;
  }

  .ff-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .ff-hero-copy,
  .ff-client-wall {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .ff-hero-copy {
    justify-content: flex-start !important;
  }

  .ff-hero h1 {
    font-size: clamp(42px, 8vw, 68px) !important;
    max-width: 820px !important;
  }

  .ff-real-logo-grid .ff-logo-cell {
    flex-basis: calc(25% - 11px) !important;
    min-height: 96px !important;
  }
}

@media (max-width: 760px) {
  :root {
    --ff-header-height: 68px;
  }

  .ff-hero {
    padding: 28px 0 34px !important;
  }

  .ff-hero .ff-eyebrow {
    max-width: 100%;
    font-size: 8px !important;
    letter-spacing: 0.055em !important;
    padding: 9px 13px !important;
    margin-bottom: 18px !important;
  }

  .ff-hero h1 {
    font-size: clamp(33px, 10vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .ff-hero-lead {
    margin-top: 18px !important;
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  .ff-hero-proof-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 18px !important;
  }

  .ff-hero-proof-pills li {
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  .ff-client-wall {
    padding: 18px !important;
    border-radius: 28px !important;
  }

  .ff-client-wall-head {
    gap: 12px !important;
    margin-bottom: 15px !important;
  }

  .ff-client-wall-title {
    font-size: 19px !important;
  }

  .ff-client-wall-note {
    font-size: 9.5px !important;
  }

  .ff-real-logo-grid {
    gap: 10px !important;
  }

  .ff-real-logo-grid .ff-logo-cell {
    flex-basis: calc(50% - 5px) !important;
    min-height: 82px !important;
    border-radius: 18px !important;
    padding: 12px !important;
  }

  .ff-real-logo-grid .ff-logo-cell img {
    max-height: 54px !important;
  }

  .ff-logo-autoliv img,
  .ff-logo-indane img,
  .ff-logo-royal-arabian img {
    max-width: 116px !important;
  }
}

@media (max-width: 480px) {
  .ff-hero {
    padding: 24px 0 30px !important;
  }

  .ff-hero-proof-pills {
    grid-template-columns: 1fr !important;
  }

  .ff-real-logo-grid .ff-logo-cell {
    flex-basis: calc(50% - 5px) !important;
    min-height: 76px !important;
  }

  .ff-real-logo-grid .ff-logo-cell img {
    max-height: 48px !important;
  }

  .ff-logo-tinton img {
    max-height: 58px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-hero::before,
  .ff-hero::after,
  .ff-hero .ff-node-field,
  .ff-client-wall::before {
    animation: none !important;
  }
}

/* Hero V4: 3x3 logo wall and softer brand glow */
.ff-hero {
  background:
    radial-gradient(circle at 8% 70%, rgba(30, 0, 254, 0.075), transparent 26rem),
    radial-gradient(circle at 88% 22%, rgba(116, 80, 255, 0.075), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 56%, #f7f8ff 100%) !important;
}

.ff-hero::before {
  width: 520px !important;
  height: 520px !important;
  left: -250px !important;
  bottom: -250px !important;
  background: radial-gradient(circle, rgba(30, 0, 254, 0.09), rgba(30, 0, 254, 0.035) 44%, transparent 72%) !important;
  opacity: 0.48 !important;
  filter: blur(30px) !important;
}

.ff-hero::after {
  width: 620px !important;
  height: 620px !important;
  right: -300px !important;
  top: -250px !important;
  background: radial-gradient(circle, rgba(30, 0, 254, 0.08), rgba(116, 80, 255, 0.04) 44%, transparent 74%) !important;
  opacity: 0.46 !important;
  filter: blur(34px) !important;
}

.ff-client-wall {
  background:
    radial-gradient(circle at 94% 4%, rgba(30, 0, 254, 0.085), rgba(30, 0, 254, 0.025) 23%, transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)) !important;
}

.ff-client-wall::before {
  opacity: 0.26 !important;
}

.ff-real-logo-grid-9 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(84px, 1fr) !important;
  align-content: stretch !important;
  justify-content: stretch !important;
  gap: 12px !important;
}

.ff-real-logo-grid-9 .ff-logo-cell {
  flex: none !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 12px 14px !important;
  border-radius: 20px !important;
}

.ff-real-logo-grid-9 .ff-logo-cell img {
  max-height: 62px !important;
}

.ff-logo-government img,
.ff-logo-nimhans img,
.ff-logo-red-cross img {
  max-height: 64px !important;
}

.ff-logo-tinton img {
  max-height: 72px !important;
}

.ff-logo-autoliv img {
  max-width: 126px !important;
  max-height: 38px !important;
}

.ff-logo-indane img {
  max-width: 126px !important;
  max-height: 38px !important;
}

.ff-logo-royal-arabian img {
  max-width: 132px !important;
  max-height: 46px !important;
}

.ff-logo-al-manayif img {
  max-width: 128px !important;
  max-height: 54px !important;
}

.ff-logo-savemaxx img {
  max-width: 132px !important;
  max-height: 44px !important;
}

@media (max-height: 780px) and (min-width: 981px) {
  .ff-real-logo-grid-9 {
    grid-auto-rows: minmax(70px, 1fr) !important;
    gap: 10px !important;
  }

  .ff-real-logo-grid-9 .ff-logo-cell {
    padding: 9px 11px !important;
  }

  .ff-real-logo-grid-9 .ff-logo-cell img {
    max-height: 48px !important;
  }

  .ff-logo-government img,
  .ff-logo-nimhans img,
  .ff-logo-red-cross img {
    max-height: 50px !important;
  }

  .ff-logo-tinton img {
    max-height: 54px !important;
  }

  .ff-logo-autoliv img,
  .ff-logo-indane img,
  .ff-logo-savemaxx img,
  .ff-logo-al-manayif img,
  .ff-logo-royal-arabian img {
    max-width: 112px !important;
    max-height: 34px !important;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .ff-real-logo-grid-9 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .ff-real-logo-grid-9 .ff-logo-cell {
    min-height: 0 !important;
  }
}

@media (max-width: 980px) {
  .ff-real-logo-grid-9 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(92px, auto) !important;
  }
}

@media (max-width: 760px) {
  .ff-real-logo-grid-9 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(76px, auto) !important;
    gap: 10px !important;
  }

  .ff-real-logo-grid-9 .ff-logo-cell {
    padding: 10px !important;
  }

  .ff-real-logo-grid-9 .ff-logo-cell img {
    max-height: 50px !important;
  }

  .ff-logo-autoliv img,
  .ff-logo-indane img,
  .ff-logo-al-manayif img,
  .ff-logo-savemaxx img,
  .ff-logo-royal-arabian img {
    max-width: 112px !important;
    max-height: 36px !important;
  }

  .ff-logo-tinton img {
    max-height: 54px !important;
  }
}

@media (max-width: 420px) {
  .ff-real-logo-grid-9 {
    grid-template-columns: 1fr !important;
    grid-auto-rows: minmax(74px, auto) !important;
  }
}

/* Contact form V2: country code dropdown, compact modal, sticky actions, inline validation */
.ff-modal {
  align-items: center;
}

.ff-modal-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: min(92svh, 820px);
}

.ff-modal-head {
  padding: 24px 28px 18px;
}

.ff-modal-head .ff-eyebrow {
  margin-bottom: 18px;
}

.ff-modal-head h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.04;
}

.ff-modal-head p {
  margin-top: 12px;
  max-width: 720px;
}

.ff-contact-form {
  min-height: 0;
  overflow: auto;
  padding: 22px 28px 0;
}

.ff-form-grid {
  gap: 14px 16px;
}

.ff-form-field input,
.ff-form-field select,
.ff-form-field textarea {
  min-height: 46px;
  border-radius: 15px;
  font-size: 14px;
}

.ff-form-field select {
  appearance: auto;
}

.ff-phone-combo select {
  font-weight: 700;
}

.ff-field-error {
  display: none;
  color: #b42318;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.ff-field-error.is-visible {
  display: block;
}

.ff-form-field.has-error input,
.ff-form-field.has-error select,
.ff-form-field.has-error textarea {
  border-color: rgba(180, 35, 24, 0.55);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
}

.ff-consent-error {
  margin-top: -8px;
  margin-bottom: 12px;
}

.ff-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-left: -28px;
  margin-right: -28px;
  margin-top: 18px;
  padding: 16px 28px 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72), #ffffff 28%),
    #ffffff;
  border-top: 1px solid rgba(3, 33, 76, 0.08);
}

.ff-form-success-panel {
  display: none;
  padding: 26px 28px 30px;
}

.ff-form-success-panel.is-visible {
  display: block;
}

.ff-form-success-panel h3 {
  margin: 0;
  color: var(--ff-navy);
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.1;
  font-weight: 900;
}

.ff-form-success-panel p {
  margin: 14px 0 0;
  color: var(--ff-muted);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .ff-modal-card {
    max-height: 94svh;
  }

  .ff-modal-head {
    padding: 20px 20px 16px;
  }

  .ff-modal-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .ff-contact-form {
    padding: 18px 20px 0;
  }

  .ff-form-actions {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* V6 fixes: single visual phone box, no preselected dropdowns, hamburger reliability */
.ff-phone-field {
  grid-column: auto;
}

.ff-phone-input-wrap {
  display: grid;
  grid-template-columns: minmax(158px, 0.42fr) minmax(0, 0.58fr);
  align-items: stretch;
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ff-line);
  border-radius: 15px;
  background: #ffffff;
  overflow: hidden;
}

.ff-phone-field.has-error .ff-phone-input-wrap {
  border-color: rgba(180, 35, 24, 0.55);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
}

.ff-phone-input-wrap select,
.ff-phone-input-wrap input {
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.ff-phone-input-wrap select {
  border-right: 1px solid var(--ff-line) !important;
  padding-right: 8px !important;
  font-weight: 800;
}

.ff-phone-input-wrap input {
  padding-left: 14px !important;
}

.ff-menu-toggle {
  position: relative;
  z-index: 210;
}

@media (max-width: 900px) {
  .ff-header {
    position: relative;
  }

  .ff-nav {
    z-index: 205 !important;
    pointer-events: none;
  }

  .ff-nav.is-open {
    pointer-events: auto;
        display: block;
  }
}

@media (max-width: 560px) {
  .ff-phone-input-wrap {
            display: flex;
  }

  .ff-phone-input-wrap select {
    width: 20%;
    border-right: 1px solid var(--ff-line) !important;
    border-bottom: 0 !important;
  }
}

/* V7 modal title and country code display polish */
.ff-modal-card {
  width: min(980px, calc(100% - 40px));
}

.ff-modal-head h2 {
  max-width: calc(100% - 84px);
  font-size: clamp(36px, 4.2vw, 56px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.ff-phone-input-wrap {
  grid-template-columns: minmax(118px, 0.30fr) minmax(0, 0.70fr);
}

.ff-phone-input-wrap select {
  min-width: 118px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .ff-modal-card {
    width: min(760px, calc(100% - 24px));
  }

  .ff-modal-head h2 {
    max-width: none;
    font-size: clamp(30px, 6vw, 44px) !important;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .ff-phone-input-wrap {
    grid-template-columns: 1fr;
  }
}

/* V8 final copy and ecosystem polish */
.ff-card-points {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ff-card-points li {
  position: relative;
  padding-left: 20px;
  color: var(--ff-muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
}

.ff-card-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ff-blue);
  box-shadow: 0 0 0 5px rgba(30, 0, 254, 0.08);
}

.ff-hero-proof-pills li {
  min-height: 40px !important;
  padding: 9px 13px !important;
  border-color: rgba(3, 33, 76, 0.10) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 8px 22px rgba(3, 33, 76, 0.045) !important;
}

.ff-hero-proof-pills strong {
  font-size: 12.5px !important;
}

.ff-hero-proof-pills span {
  color: rgba(88, 100, 119, 0.86) !important;
  font-size: 9.5px !important;
}

.ff-btn-secondary.ff-btn-linkish {
  background: rgba(255, 255, 255, 0.52) !important;
  border: 1px solid rgba(30, 0, 254, 0.22) !important;
  color: var(--ff-blue) !important;
  box-shadow: none !important;
}

.ff-btn-secondary.ff-btn-linkish span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 0.18s ease;
}

.ff-btn-secondary.ff-btn-linkish:hover span,
.ff-btn-secondary.ff-btn-linkish:focus-visible span {
  transform: translateX(3px);
}

.ff-founder-avatar {
  overflow: hidden;
  background: #ffffff !important;
}

.ff-founder-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 999px;
  object-fit: cover;
}

.ff-pledge-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ff-pledge-team-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(3, 33, 76, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ff-navy);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(3, 33, 76, 0.045);
}

.ff-team-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(30, 0, 254, 0.08);
  color: var(--ff-blue);
}

.ff-team-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 760px) {
  .ff-pledge-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-card-points li {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .ff-pledge-team-grid {
    grid-template-columns: 1fr;
  }
}

/* V8 final copy implementation fixes */
.ff-capability-card .ff-card-points {
  margin-top: 14px;
}

.ff-founder-avatar {
  overflow: hidden;
  background: #ffffff !important;
}

.ff-founder-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 999px;
  object-fit: cover;
}

.ff-pledge-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}

.ff-pledge-team-grid > span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(3, 33, 76, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ff-navy);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(3, 33, 76, 0.045);
}

.ff-team-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(30, 0, 254, 0.08);
  color: var(--ff-blue);
}

.ff-team-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 760px) {
  .ff-pledge-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .ff-pledge-team-grid {
    grid-template-columns: 1fr;
  }
}

/* V8 capability point-list implementation */
.ff-mini-card .ff-card-points {
  margin-top: 14px;
}

.ff-mini-card .ff-card-points li {
  font-size: 14px;
  line-height: 1.42;
}
