/* Print Broker Program: a distinct, editorial landing page that still uses the house variables. */
body.ff-utility-split--print-brokers .ff-utility-split-main {
  padding-top: 10px;
}

body.ff-utility-split--print-brokers .ff-utility-split {
  grid-template-columns: 4px minmax(0, 1fr) 1px minmax(340px, 480px);
  align-items: start;
}

body.ff-utility-split--print-brokers .ff-utility-split-page-content {
  margin-top: 0;
}

body.ff-utility-split--print-brokers .ff-my-account-card {
  position: sticky;
  top: 18px;
}

body.ff-utility-split--print-brokers .ff-my-account-card-head {
  background: linear-gradient(135deg, #0f172a, #23446c 60%, #558bca);
}

body.ff-utility-split--print-brokers .ff-my-account-card-head h2::before {
  content: "✦";
  color: #facc15;
  margin-right: 8px;
}

.ff-broker-page {
  --broker-ink: #12243b;
  --broker-muted: #53657a;
  --broker-blue: #3f76b7;
  --broker-blue-dark: #244e82;
  --broker-blue-soft: #eef5fd;
  --broker-yellow: #f4c644;
  --broker-line: #dbe6f2;
  --broker-shadow: 0 18px 46px rgba(25, 54, 88, .11);
  color: var(--broker-muted);
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.ff-broker-page h2,
.ff-broker-page h3,
.ff-broker-page strong {
  color: var(--broker-ink);
}

.ff-broker-page h2,
.ff-broker-page h3,
.ff-broker-page p,
.ff-broker-page ul,
.ff-broker-page ol,
.ff-broker-page figure {
  margin-top: 0;
}

.ff-broker-page p:last-child,
.ff-broker-page ul:last-child,
.ff-broker-page ol:last-child {
  margin-bottom: 0;
}

.ff-broker-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #cfe0f0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(244, 198, 68, .2), transparent 21%),
    radial-gradient(circle at 5% 100%, rgba(85, 139, 202, .18), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f3f8fd 54%, #e7f0fb 100%);
  box-shadow: var(--broker-shadow);
}

.ff-broker-hero::after {
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(63, 118, 183, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(63, 118, 183, .04), 0 0 0 45px rgba(63, 118, 183, .025);
  content: "";
  pointer-events: none;
}

.ff-broker-eyebrow,
.ff-broker-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--broker-blue-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ff-broker-eyebrow {
  margin-bottom: 15px;
  padding: 7px 11px;
  border: 1px solid rgba(63, 118, 183, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
}

.ff-broker-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .13);
}

.ff-broker-hero h2 {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin-bottom: 16px;
  font-family: var(--font-display, inherit);
  font-size: clamp(2rem, 5vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.ff-broker-hero-lead {
  position: relative;
  z-index: 1;
  max-width: 68ch;
  margin-bottom: 22px;
  color: #40546b;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.ff-broker-hero-actions,
.ff-broker-proof-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ff-broker-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 17px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.ff-broker-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--broker-blue-dark), var(--broker-blue));
  box-shadow: 0 10px 20px rgba(36, 78, 130, .23);
}

.ff-broker-button--primary:hover {
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(36, 78, 130, .3);
}

.ff-broker-button--quiet {
  color: var(--broker-blue-dark) !important;
  background: rgba(255, 255, 255, .74);
  border: 1px solid #cadced;
}

.ff-broker-button--quiet:hover {
  color: var(--broker-blue-dark) !important;
  background: #fff;
}

.ff-broker-proof-row {
  gap: 8px 18px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(63, 118, 183, .17);
  color: #587089;
  font-size: .8rem;
}

.ff-broker-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ff-broker-proof-row strong {
  color: var(--broker-blue-dark);
}

.ff-broker-callout {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  margin-bottom: 42px;
  padding: 20px 22px;
  border: 1px solid #f3dda0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf3, #fff9df);
}

.ff-broker-callout-icon,
.ff-broker-feature-icon,
.ff-broker-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #8a6c14;
  background: #fff1b8;
}

.ff-broker-callout h2 {
  margin-bottom: 5px;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.25;
}

.ff-broker-callout p {
  margin-bottom: 0;
  font-size: .95rem;
}

.ff-broker-section {
  margin: 0 0 52px;
}

.ff-broker-section--soft {
  margin-right: -8px;
  margin-left: -8px;
  padding: clamp(24px, 4vw, 42px) clamp(20px, 4vw, 36px);
  border: 1px solid #dce9f5;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6fd 100%);
}

.ff-broker-section--dark {
  position: relative;
  overflow: hidden;
  margin-right: -8px;
  margin-left: -8px;
  padding: clamp(24px, 4vw, 42px) clamp(20px, 4vw, 36px);
  border-radius: 24px;
  background: linear-gradient(135deg, #0d1c31 0%, #1b385b 58%, #2c629a 125%);
  box-shadow: 0 18px 40px rgba(15, 35, 59, .22);
}

.ff-broker-section--dark::before {
  position: absolute;
  top: -90px;
  right: -65px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, .035), 0 0 0 46px rgba(255, 255, 255, .02);
  content: "";
  pointer-events: none;
}

.ff-broker-section-heading {
  position: relative;
  z-index: 1;
  max-width: 76ch;
  margin-bottom: 24px;
}

.ff-broker-section-heading .ff-broker-kicker {
  margin-bottom: 8px;
}

.ff-broker-section-heading h2 {
  margin-bottom: 10px;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.ff-broker-section-heading p {
  max-width: 75ch;
  margin-bottom: 0;
}

.ff-broker-section-heading--light h2,
.ff-broker-section-heading--light p {
  color: #f5f9ff;
}

.ff-broker-section-heading--light p {
  color: #c5d5e8;
}

.ff-broker-section--dark .ff-broker-kicker {
  color: #f5d96f;
}

.ff-broker-two-col,
.ff-broker-margin-grid,
.ff-broker-qualification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 24px;
  align-items: start;
}

.ff-broker-two-col p {
  margin-bottom: 16px;
}

.ff-broker-side-note,
.ff-broker-not-fit,
.ff-broker-margin-card,
.ff-broker-boundary-card,
.ff-broker-service-card {
  border: 1px solid var(--broker-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(32, 70, 107, .06);
}

.ff-broker-side-note {
  padding: 22px;
  background: linear-gradient(155deg, #f6faff, #eef5fd);
}

.ff-broker-side-note-label,
.ff-broker-margin-label {
  display: block;
  margin-bottom: 9px;
  color: #71859b;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ff-broker-side-note-quote {
  margin-bottom: 18px;
  color: var(--broker-ink);
  font-family: var(--font-display, inherit);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
}

.ff-broker-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-broker-check-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.ff-broker-check-list li i {
  flex: 0 0 auto;
  margin-top: 6px;
  color: #1e9a66;
  font-size: .78rem;
}

.ff-broker-check-list--stacked {
  gap: 13px;
}

.ff-broker-check-list--stacked li i {
  margin-top: 7px;
}

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

.ff-broker-browser-card {
  min-width: 0;
  margin-bottom: 0;
  border: 1px solid #d8e5f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 68, 105, .08);
  overflow: hidden;
}

.ff-broker-browser-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 12px;
  background: #eef3f8;
  border-bottom: 1px solid #dce6f0;
}

.ff-broker-browser-dots {
  display: inline-flex;
  gap: 4px;
}

.ff-broker-browser-dots i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9b7c7;
}

.ff-broker-browser-dots i:first-child { background: #f49c9c; }
.ff-broker-browser-dots i:nth-child(2) { background: #f1ce73; }
.ff-broker-browser-dots i:nth-child(3) { background: #83cfaa; }

.ff-broker-browser-url {
  min-width: 0;
  overflow: hidden;
  color: #7890a8;
  font-size: .66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ff-broker-browser-screen {
  min-height: 235px;
  padding: 14px;
  background: #f8fbfe;
}

.ff-broker-mini-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #73869a;
  font-size: .54rem;
  white-space: nowrap;
}

.ff-broker-mini-nav strong {
  margin-right: auto;
  color: #213b5b;
  font-size: .75rem;
}

.ff-broker-mini-nav strong span {
  color: #558bca;
}

.ff-broker-mini-nav b {
  padding: 4px 6px;
  border-radius: 999px;
  color: #fff;
  background: #3f76b7;
  font-size: .52rem;
}

.ff-broker-mini-hero {
  display: grid;
  gap: 7px;
  min-height: 108px;
  margin-bottom: 13px;
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #193b60, #4d89c7);
  color: #fff;
}

.ff-broker-mini-hero small,
.ff-broker-product-title small {
  color: #d8eafd;
  font-size: .5rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.ff-broker-mini-hero strong {
  max-width: 23ch;
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: 1.05rem;
  line-height: 1.1;
}

.ff-broker-mini-hero em {
  color: #e9f4ff;
  font-size: .58rem;
  font-style: normal;
}

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

.ff-broker-mini-products div {
  display: grid;
  gap: 5px;
  min-height: 61px;
  padding: 9px;
  border: 1px solid #dbe6f1;
  border-radius: 9px;
  background: #fff;
}

.ff-broker-mini-products b {
  color: #1d3855;
  font-size: .58rem;
  line-height: 1.2;
}

.ff-broker-mini-products span {
  color: #8395a8;
  font-size: .48rem;
  line-height: 1.2;
}

.ff-broker-browser-screen--product {
  background: #fff;
}

.ff-broker-product-title {
  display: grid;
  gap: 6px;
  margin: 4px 4px 13px;
}

.ff-broker-product-title small {
  color: #6f89a4;
}

.ff-broker-product-title strong {
  font-family: var(--font-display, inherit);
  font-size: 1rem;
  line-height: 1.15;
}

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

.ff-broker-mini-form div {
  display: grid;
  gap: 4px;
  padding: 7px 8px;
  border: 1px solid #dce6ef;
  border-radius: 8px;
  background: #fbfdff;
}

.ff-broker-mini-form span,
.ff-broker-price-box span {
  color: #7890a8;
  font-size: .5rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ff-broker-mini-form b {
  color: #294866;
  font-size: .57rem;
  font-weight: 700;
}

.ff-broker-price-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 10px;
  align-items: end;
  margin-top: 10px;
  padding: 10px;
  border-radius: 9px;
  background: #edf5fd;
}

.ff-broker-price-box strong {
  font-size: 1.08rem;
  line-height: 1;
}

.ff-broker-price-box em {
  color: #6d849b;
  font-size: .52rem;
  font-style: normal;
}

.ff-broker-price-box button {
  grid-column: 1 / -1;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #3f76b7;
  font-size: .57rem;
  font-weight: 800;
}

.ff-broker-browser-card figcaption {
  min-height: 78px;
  padding: 13px 15px 16px;
  color: #536a82;
  font-size: .8rem;
  line-height: 1.55;
}

.ff-broker-browser-card figcaption strong {
  color: var(--broker-ink);
}

.ff-broker-reference-note,
.ff-broker-disclaimer,
.ff-broker-payment-note,
.ff-broker-legal {
  color: #657b91;
  font-size: .82rem;
  line-height: 1.6;
}

.ff-broker-reference-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 18px 0 0;
  padding: 11px 13px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .65);
}

.ff-broker-reference-note i,
.ff-broker-tier-footnote i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--broker-blue);
}

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

.ff-broker-feature {
  min-width: 0;
  padding: 19px;
  border: 1px solid var(--broker-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 69, 106, .045);
}

.ff-broker-feature-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 11px;
  border-radius: 11px;
  color: var(--broker-blue-dark);
  background: #eaf3fc;
}

.ff-broker-feature h3,
.ff-broker-boundary-card h3,
.ff-broker-service-card h3,
.ff-broker-payment-card h3,
.ff-broker-margin-card h3,
.ff-broker-not-fit h3 {
  margin-bottom: 7px;
  font-family: var(--font-display, inherit);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.ff-broker-feature p,
.ff-broker-boundary-card p,
.ff-broker-service-card p,
.ff-broker-payment-card p,
.ff-broker-margin-card p,
.ff-broker-not-fit p {
  margin-bottom: 0;
  color: #5b7188;
  font-size: .9rem;
  line-height: 1.6;
}

.ff-broker-tier-table-wrap {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
}

.ff-broker-tier-table {
  width: 100%;
  min-width: 650px;
  margin: 0;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .055);
  color: #d5e1ee;
  font-size: .82rem;
}

.ff-broker-tier-table th {
  padding: 12px 13px;
  color: #a9c2dc;
  background: rgba(0, 0, 0, .14);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: left;
  text-transform: uppercase;
}

.ff-broker-tier-table td {
  padding: 13px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  vertical-align: top;
}

.ff-broker-tier-table td strong {
  display: block;
  color: #fff;
  font-size: .88rem;
}

.ff-broker-tier-table td span {
  display: block;
  margin-top: 2px;
  color: #a8bfd8;
  font-size: .7rem;
}

.ff-broker-tier-table td b {
  color: #f8dd74;
  font-size: 1rem;
  white-space: nowrap;
}

.ff-broker-tier-table__manual td {
  background: rgba(244, 198, 68, .08);
}

.ff-broker-tier-footnote {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 16px 0 0;
  color: #adc1d6;
  font-size: .78rem;
  line-height: 1.55;
}

.ff-broker-margin-card {
  padding: 22px;
}

.ff-broker-margin-card--example {
  border-color: #cfe0f0;
  background: linear-gradient(145deg, #f8fbff, #edf6fe);
}

.ff-broker-math {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-items: center;
  margin: 15px 0 16px;
  padding: 14px;
  border: 1px solid #d7e6f3;
  border-radius: 12px;
  background: #fff;
  color: #5e748a;
  font-size: .8rem;
}

.ff-broker-math b {
  color: #2d557f;
  font-size: 1rem;
  text-align: right;
}

.ff-broker-math i {
  display: none;
}

.ff-broker-math strong {
  grid-column: 1 / -1;
  padding-top: 8px;
  border-top: 1px solid #e2ebf3;
  color: #1d865b;
  font-size: 1.04rem;
}

.ff-broker-disclaimer {
  margin: 16px 0 0;
  font-style: italic;
}

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

.ff-broker-boundary-card,
.ff-broker-service-card {
  padding: 20px;
}

.ff-broker-boundary-icon,
.ff-broker-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 12px;
}

.ff-broker-boundary-icon--yes { color: #315c8d; background: #e8f2fd; }
.ff-broker-boundary-icon--check { color: #28845c; background: #e6f7ed; }
.ff-broker-boundary-icon--note { color: #936c16; background: #fff5ca; }

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

.ff-broker-payment-card {
  position: relative;
  padding: 21px;
  border: 1px solid var(--broker-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 69, 106, .05);
}

.ff-broker-payment-card--featured {
  border-color: #bcd4ec;
  box-shadow: 0 12px 28px rgba(63, 118, 183, .12);
}

.ff-broker-payment-number {
  display: block;
  margin-bottom: 13px;
  color: #7a95b2;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.ff-broker-payment-tag {
  display: inline-flex;
  margin-top: 16px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #315d8e;
  background: #eaf3fc;
  font-size: .68rem;
  font-weight: 800;
}

.ff-broker-payment-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid #e3e9ef;
  border-radius: 12px;
  background: #fafcfe;
}

.ff-broker-payment-note i {
  margin-top: 5px;
  color: #3f76b7;
}

.ff-broker-payment-note p {
  margin: 0;
}

.ff-broker-payment-note strong {
  color: var(--broker-ink);
}

.ff-broker-service-icon {
  color: #315d8e;
  background: #eaf3fc;
}

.ff-broker-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: broker-step;
}

.ff-broker-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  position: relative;
  padding-bottom: 24px;
}

.ff-broker-steps li:last-child {
  padding-bottom: 0;
}

.ff-broker-steps li:not(:last-child)::after {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 20px;
  width: 1px;
  background: #cfe0ef;
  content: "";
}

.ff-broker-steps li > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #315d8e, #558bca);
  box-shadow: 0 7px 15px rgba(63, 118, 183, .2);
  font-size: .73rem;
  font-weight: 800;
}

.ff-broker-steps h3 {
  margin-bottom: 5px;
  padding-top: 2px;
  font-family: var(--font-display, inherit);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.25;
}

.ff-broker-steps p {
  margin-bottom: 0;
  font-size: .92rem;
}

.ff-broker-offer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ff-broker-offer-grid > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
}

.ff-broker-offer-number {
  display: block;
  margin-bottom: 8px;
  color: #f8dd74;
  font-family: var(--font-display, inherit);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.ff-broker-offer-grid strong {
  display: block;
  color: #fff;
  font-size: .9rem;
  line-height: 1.25;
}

.ff-broker-offer-grid p {
  margin: 7px 0 0;
  color: #b9cce0;
  font-size: .78rem;
  line-height: 1.5;
}

.ff-broker-qualification-grid {
  grid-template-columns: minmax(0, 1fr) minmax(240px, .75fr);
}

.ff-broker-qualification-grid h3 {
  margin-bottom: 13px;
  font-family: var(--font-display, inherit);
  font-size: 1.1rem;
  font-weight: 800;
}

.ff-broker-not-fit {
  padding: 21px;
  border-color: #f1d6d6;
  background: linear-gradient(145deg, #fffafa, #fff4f4);
}

.ff-broker-not-fit h3 {
  color: #8f3e3e;
}

.ff-broker-not-fit p {
  color: #785d64;
}

.ff-broker-faq {
  display: grid;
  gap: 9px;
}

.ff-broker-faq details {
  border: 1px solid #dce7f1;
  border-radius: 13px;
  background: #fff;
}

.ff-broker-faq summary {
  position: relative;
  padding: 14px 42px 14px 16px;
  color: var(--broker-ink);
  cursor: pointer;
  font-size: .92rem;
  font-weight: 800;
  list-style: none;
}

.ff-broker-faq summary::-webkit-details-marker {
  display: none;
}

.ff-broker-faq summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--broker-blue);
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.ff-broker-faq details[open] summary::after {
  content: "–";
}

.ff-broker-faq details p {
  margin: 0;
  padding: 0 16px 16px;
  color: #5d738a;
  font-size: .88rem;
  line-height: 1.62;
}

.ff-broker-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 26px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e7f1fb, #f6fbff);
}

.ff-broker-final-cta h2 {
  margin: 6px 0 7px;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.17;
}

.ff-broker-final-cta p {
  max-width: 60ch;
  margin-bottom: 0;
  font-size: .9rem;
}

.ff-broker-final-cta .ff-broker-button {
  flex: 0 0 auto;
}

.ff-broker-legal {
  margin: 0;
  padding: 15px 16px;
  border-top: 1px solid #dce6f0;
  border-bottom: 1px solid #dce6f0;
}

.ff-broker-legal strong {
  color: #344c66;
}

@media (max-width: 991.98px) {
  body.ff-utility-split--print-brokers .ff-utility-split {
    grid-template-columns: 4px minmax(0, 1fr) 1px minmax(280px, 360px);
  }

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

  .ff-broker-payment-grid,
  .ff-broker-boundary-grid,
  .ff-broker-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.ff-utility-split--print-brokers .ff-utility-split {
    grid-template-columns: minmax(0, 1fr);
    max-width: 560px;
  }

  body.ff-utility-split--print-brokers .ff-my-account-card {
    position: static;
    order: -1;
  }

  .ff-broker-section--soft,
  .ff-broker-section--dark {
    margin-right: -2px;
    margin-left: -2px;
    border-radius: 18px;
  }

  .ff-broker-two-col,
  .ff-broker-margin-grid,
  .ff-broker-qualification-grid,
  .ff-broker-reference-grid {
    grid-template-columns: 1fr;
  }

  .ff-broker-hero h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

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

  .ff-broker-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .ff-broker-final-cta .ff-broker-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ff-broker-callout {
    grid-template-columns: 1fr;
  }

  .ff-broker-hero,
  .ff-broker-section--soft,
  .ff-broker-section--dark {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .ff-broker-mini-products {
    grid-template-columns: 1fr;
  }

  .ff-broker-browser-screen {
    min-height: 0;
  }

  .ff-broker-math {
    font-size: .74rem;
  }
}
