body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) {
  --ff-spc-ink: #0b1e35;
  --ff-spc-muted: #5f6f82;
  --ff-spc-blue: #1e63e9;
  --ff-spc-blue-dark: #1549b5;
  --ff-spc-green: #168768;
  --ff-spc-gold: #c89532;
  --ff-spc-navy: #071728;
  --ff-spc-soft: #f4f7fb;
  --ff-spc-line: #dfe6ee;
  --ff-spc-white: #fff;
  --ff-spc-danger: #9f3438;
  --ff-spc-shadow-sm: 0 10px 28px rgba(7, 23, 40, 0.08);
  --ff-spc-shadow: 0 22px 58px rgba(7, 23, 40, 0.11);
  color: var(--ff-spc-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) *,
body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) *::before,
body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) *::after {
  box-sizing: border-box;
}

body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) :is(h1, h2, h3, p, dl, dd, ol, ul, figure) {
  margin-top: 0;
}

body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) :is(h1, h2, h3) {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) :is(a, button, input, select, summary) {
  font: inherit;
}

body :is(
  .ff-spc,
  .ff-spc-hero,
  .ff-spc-explainer,
  .ff-spc-content-section,
  .ff-spc-source-section,
  .ff-spc-faq-section,
  .ff-spc-related-section,
  .ff-spc-consultation-cta
) :is(a, button, input, select, summary):focus-visible {
  outline: 3px solid #91b5ff;
  outline-offset: 3px;
}

body .ff-spc-shell {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

body .ff-spc-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--ff-spc-blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Page-owned hero and explanatory sections. */
body .ff-spc-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(133deg, #06111f 0%, #0a1d35 55%, #12355f 100%);
  color: #fff;
}

body .ff-spc-hero::before {
  position: absolute;
  top: -300px;
  right: -260px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 116, 255, 0.3), transparent 68%);
  content: "";
  pointer-events: none;
}

body .ff-spc-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
  min-height: 660px;
  padding-block: 58px 48px;
}

body .ff-spc-hero-copy .ff-spc-eyebrow {
  color: #a9c6ff;
}

body .ff-spc-hero-copy h1 {
  max-width: 790px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.55rem, 5.1vw, 4.35rem);
}

body .ff-spc-hero-copy > p:not(.ff-spc-eyebrow) {
  max-width: 735px;
  margin-bottom: 28px;
  color: #c8d3e0;
  font-size: 1.08rem;
  line-height: 1.68;
}

body .ff-spc-hero-actions,
body .ff-spc-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

body .ff-spc-hero-actions a,
body .ff-spc-cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--ff-spc-blue);
  box-shadow: 0 12px 28px rgba(30, 99, 233, 0.25);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body .ff-spc-hero-actions a:hover,
body .ff-spc-cta-buttons a:hover {
  background: var(--ff-spc-blue-dark);
  box-shadow: 0 15px 32px rgba(30, 99, 233, 0.32);
  transform: translateY(-1px);
}

body .ff-spc-hero-actions .ff-spc-button-link a {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #e4eeff;
}

body .ff-spc-hero-actions .ff-spc-button-link a:hover {
  background: rgba(255, 255, 255, 0.15);
}

body .ff-spc-hero-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

body .ff-spc-hero-trust-row > div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body .ff-spc-hero-trust-row :is(strong, span) {
  display: block;
}

body .ff-spc-hero-trust-row strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

body .ff-spc-hero-trust-row span {
  margin-top: 5px;
  color: #99aabd;
  font-size: 0.72rem;
  line-height: 1.5;
}

body .ff-spc-hero-visual {
  display: flex;
  justify-content: flex-end;
}

body .ff-spc-hero-photo {
  position: relative;
  width: min(430px, 100%);
  height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #183454;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.33);
}

body .ff-spc-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 14, 27, 0.54));
  content: "";
  pointer-events: none;
}

body .ff-spc-hero-photo img,
body .ff-spc-consult-photo img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

body .ff-spc-hero-photo img {
  object-position: center 18%;
}

body .ff-spc-hero-caption {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: calc(100% - 44px);
  padding: 12px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--ff-spc-shadow-sm);
  color: var(--ff-spc-ink);
}

body .ff-spc-hero-caption::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--ff-spc-green);
  content: "";
}

body .ff-spc-hero-caption :is(strong, small) {
  display: block;
}

body .ff-spc-hero-caption strong {
  font-size: 0.88rem;
}

body .ff-spc-hero-caption small {
  color: var(--ff-spc-muted);
  font-size: 0.7rem;
}

body .ff-spc-explainer,
body .ff-spc-content-section,
body .ff-spc-source-section,
body .ff-spc-faq-section,
body .ff-spc-related-section {
  padding-block: clamp(68px, 8vw, 100px);
}

body .ff-spc-content-section,
body .ff-spc-faq-section,
body .ff-spc-related-section {
  background: var(--ff-spc-soft);
}

body .ff-spc-section-head {
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}

body .ff-spc-section-head--left {
  margin-inline: 0;
  text-align: left;
}

body .ff-spc-section-head h2,
body .ff-spc-content-grid > header h2,
body .ff-spc-faq-layout > header h2,
body .ff-spc-consult-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

body .ff-spc-section-head > p,
body .ff-spc-content-grid > header > p,
body .ff-spc-faq-layout > header > p {
  margin-bottom: 0;
  color: var(--ff-spc-muted);
  line-height: 1.75;
}

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

body .ff-spc-path-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-path-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--ff-spc-blue);
  content: "";
}

body .ff-spc-path-card:nth-child(2)::before {
  background: var(--ff-spc-green);
}

body .ff-spc-path-card:nth-child(3)::before {
  background: var(--ff-spc-gold);
}

body .ff-spc-path-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--ff-spc-muted);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

body .ff-spc-path-card h3 {
  margin-bottom: 13px;
  font-size: 1.45rem;
}

body .ff-spc-path-card > p {
  margin-bottom: 18px;
  color: var(--ff-spc-muted);
  font-size: 0.89rem;
  line-height: 1.7;
}

body .ff-spc-rule-list {
  display: grid;
  gap: 13px;
}

body .ff-spc-rule {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

body .ff-spc-rule > :first-child {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: #edf3ff;
  color: var(--ff-spc-blue);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 850;
}

body .ff-spc-rule :is(strong, span) {
  display: block;
}

body .ff-spc-rule strong {
  font-size: 0.8rem;
}

body .ff-spc-rule span {
  margin-top: 2px;
  color: var(--ff-spc-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

body .ff-spc-fair-note {
  max-width: 820px;
  margin: 30px auto 0;
  padding: 18px 20px;
  border: 1px solid #cfe0ff;
  border-radius: 16px;
  background: #f0f5ff;
  color: #294d80;
  font-size: 0.84rem;
  line-height: 1.65;
}

body .ff-spc-transition-note {
  max-width: 920px;
  margin: 22px auto 0;
  padding: 22px 24px;
  border: 1px solid #f0d7a1;
  border-radius: 18px;
  background: #fff9ed;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-transition-note h3 {
  margin-bottom: 9px;
  font-size: 1.18rem;
}

body .ff-spc-transition-note > p {
  margin-bottom: 10px;
  color: #5e5140;
  font-size: 0.84rem;
  line-height: 1.7;
}

body .ff-spc-transition-note > p:last-child {
  margin-bottom: 0;
}

body .ff-spc-transition-note a {
  color: var(--ff-spc-blue-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

body .ff-spc-content-grid,
body .ff-spc-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

body .ff-spc-content-grid > header,
body .ff-spc-faq-layout > header {
  position: sticky;
  top: 104px;
}

body .ff-spc-article-block,
body .ff-spc-method-card,
body .ff-spc-source-card,
body .ff-spc-related-card {
  padding: 26px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-article-block + .ff-spc-article-block {
  margin-top: 16px;
}

body .ff-spc-article-block h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

body .ff-spc-article-block > p {
  margin-bottom: 14px;
  color: var(--ff-spc-muted);
  line-height: 1.75;
}

body .ff-spc-example {
  padding: 15px 17px;
  border-left: 4px solid var(--ff-spc-blue);
  border-radius: 0 13px 13px 0;
  background: #f2f6fc;
  color: #36506f;
  font-size: 0.82rem;
  line-height: 1.65;
}

body .ff-spc-method-card,
body .ff-spc-source-card {
  padding: 28px;
}

body .ff-spc-method-card h3,
body .ff-spc-source-card h2,
body .ff-spc-source-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

body .ff-spc-method-card > p,
body .ff-spc-source-card > p {
  color: var(--ff-spc-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

body .ff-spc-method-list {
  display: grid;
  gap: 9px;
  margin: 17px 0;
  padding-left: 20px;
  color: #41546b;
  font-size: 0.84rem;
  line-height: 1.65;
}

body .ff-spc-source-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

body .ff-spc-source-list a {
  display: inline-flex;
  align-items: flex-start;
  color: var(--ff-spc-blue-dark);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body .ff-spc-author-note {
  max-width: 850px;
  margin: 22px auto 0;
  color: var(--ff-spc-muted);
  font-size: 0.76rem;
  line-height: 1.65;
  text-align: center;
}

body .ff-spc-author-note a {
  color: var(--ff-spc-blue-dark);
  font-weight: 750;
}

body .ff-spc-faq-list {
  display: grid;
  gap: 10px;
}

body .ff-spc-faq-item {
  overflow: hidden;
  border: 1px solid var(--ff-spc-line);
  border-radius: 15px;
  background: #fff;
}

body .ff-spc-faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--ff-spc-ink);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.45;
  list-style: none;
}

body .ff-spc-faq-item summary::-webkit-details-marker {
  display: none;
}

body .ff-spc-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 19px;
  color: var(--ff-spc-blue);
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
}

body .ff-spc-faq-item[open] summary::after {
  content: "−";
}

body .ff-spc-faq-item > :not(summary) {
  margin: 0;
  padding: 0 20px 19px;
  color: var(--ff-spc-muted);
  font-size: 0.84rem;
  line-height: 1.75;
}

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

body .ff-spc-related-card {
  display: flex;
  flex-direction: column;
  color: var(--ff-spc-ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body .ff-spc-related-card:hover {
  border-color: #a9c4fb;
  box-shadow: var(--ff-spc-shadow);
  transform: translateY(-2px);
}

body .ff-spc-related-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

body .ff-spc-related-card p {
  margin-bottom: 16px;
  color: var(--ff-spc-muted);
  font-size: 0.82rem;
}

body .ff-spc-related-card .ff-spc-related-link {
  margin-top: auto;
  margin-bottom: 0;
}

body .ff-spc-related-card .ff-spc-related-link a {
  color: var(--ff-spc-blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body .ff-spc-consultation-cta {
  padding-block: clamp(64px, 8vw, 96px);
  background: linear-gradient(135deg, #071526, #12345d);
  color: #fff;
}

body .ff-spc-consult-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
}

body .ff-spc-consult-photo {
  height: 510px;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

body .ff-spc-consult-photo img {
  object-position: center 25%;
}

body .ff-spc-consult-copy .ff-spc-eyebrow {
  color: #a9c6ff;
}

body .ff-spc-consult-copy h2 {
  color: #fff;
}

body .ff-spc-consult-copy > p {
  margin-bottom: 20px;
  color: #c4d1e0;
  line-height: 1.7;
}

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

body .ff-spc-choice-card {
  display: flex;
  min-height: 156px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body .ff-spc-choice-card--primary {
  border-color: #f1d28e;
  background: linear-gradient(135deg, #e1b657, #b98222);
  box-shadow: 0 16px 35px rgba(190, 133, 31, 0.28);
  color: #102038;
}

body .ff-spc-choice-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

body .ff-spc-choice-card--primary:hover {
  border-color: #ffe1a0;
  background: linear-gradient(135deg, #edc66e, #c18b29);
}

body .ff-spc-choice-card > .ff-spc-choice-kicker {
  margin: 0 0 8px;
  color: #a9c6ff;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

body .ff-spc-choice-card--primary > .ff-spc-choice-kicker {
  color: #4f3711;
}

body .ff-spc-choice-card h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 1.15rem;
}

body .ff-spc-choice-card > p:not(.ff-spc-choice-kicker) {
  margin: 0 0 16px;
  color: #c9d5e3;
  font-size: 0.78rem;
  line-height: 1.55;
}

body .ff-spc-choice-card--primary > p:not(.ff-spc-choice-kicker) {
  color: #263a55;
}

body .ff-spc-choice-card .ff-spc-cta-buttons {
  margin-top: auto;
}

body .ff-spc-choice-card .ff-spc-cta-buttons,
body .ff-spc-choice-card .wp-block-button,
body .ff-spc-choice-card .ff-spc-cta-buttons a {
  width: 100%;
}

body .ff-spc-choice-card :is(strong, span, small) {
  display: block;
}

body .ff-spc-choice-card strong {
  margin-bottom: 7px;
  font-size: 1rem;
}

body .ff-spc-choice-card span {
  margin-bottom: 14px;
  color: #c9d5e3;
  font-size: 0.78rem;
  line-height: 1.55;
}

body .ff-spc-choice-card--primary span {
  color: #263a55;
}

body .ff-spc-choice-card small {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 850;
}

body .ff-spc-choice-card--primary .ff-spc-management-action a {
	border-color: #0b2a4b;
	background: #0b2a4b;
	box-shadow: 0 12px 28px rgba(11, 42, 75, 0.26);
	color: #fff;
}

body .ff-spc-choice-card--primary .ff-spc-management-action a:hover {
	border-color: #1549b5;
	background: #1549b5;
}

/* Interactive calculator. */
body .ff-spc {
  width: min(calc(100% - 40px), 1180px);
  margin: clamp(68px, 8vw, 100px) auto;
}

body .ff-spc [hidden] {
  display: none !important;
}

body .ff-spc-workspace {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(32px, 5vw, 58px);
  align-items: start;
}

body .ff-spc-intro {
  position: sticky;
  top: 104px;
}

body .ff-spc-intro h2 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 4vw, 2.65rem);
}

body .ff-spc-intro > p:not(.ff-spc-eyebrow) {
  color: var(--ff-spc-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

body .ff-spc-find-card {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-find-card h3 {
  margin-bottom: 14px;
  font-size: 1.14rem;
}

body .ff-spc-find-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .ff-spc-find-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

body .ff-spc-find-steps li > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  background: #eaf1ff;
  color: var(--ff-spc-blue);
  font-size: 0.69rem;
  font-weight: 850;
}

body .ff-spc-find-steps p {
  margin-bottom: 0;
}

body .ff-spc-find-steps :is(strong, small) {
  display: block;
}

body .ff-spc-find-steps strong {
  font-size: 0.77rem;
}

body .ff-spc-find-steps small {
  margin-top: 2px;
  color: var(--ff-spc-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

body .ff-spc-find-link {
  display: inline-flex;
  margin-top: 15px;
  color: var(--ff-spc-blue-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

body .ff-spc-privacy-note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 17px;
  padding: 16px;
  border-radius: 15px;
  background: #edf5ff;
  color: #294d80;
}

body .ff-spc-privacy-note > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #d7e8ff;
  font-size: 0.73rem;
  font-weight: 900;
}

body .ff-spc-privacy-note p {
  margin-bottom: 0;
  font-size: 0.73rem;
  line-height: 1.55;
}

body .ff-spc-form {
  min-width: 0;
  padding: 31px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow);
}

body .ff-spc-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body .ff-spc-group + .ff-spc-group {
  margin-top: 29px;
  padding-top: 29px;
  border-top: 1px solid var(--ff-spc-line);
}

body .ff-spc-group-heading {
  display: flex;
  width: 100%;
  gap: 13px;
  align-items: center;
  margin: 0 0 21px;
  padding: 0;
}

body .ff-spc-group-heading > span:first-child {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 11px;
  background: #eaf1ff;
  color: var(--ff-spc-blue);
  font-size: 0.85rem;
  font-weight: 850;
}

body .ff-spc-group-heading :is(small, strong) {
  display: block;
}

body .ff-spc-group-heading small {
  color: var(--ff-spc-muted);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

body .ff-spc-group-heading strong {
  margin-top: 3px;
  color: var(--ff-spc-ink);
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

body .ff-spc-fields {
  display: grid;
  gap: 15px;
}

body .ff-spc-fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .ff-spc-fields--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .ff-spc-fields--spaced {
  margin-top: 15px;
}

body .ff-spc-field {
  min-width: 0;
}

body .ff-spc-field > label,
body .ff-spc-field > small {
  display: block;
}

body .ff-spc-field > label {
  margin-bottom: 7px;
  color: var(--ff-spc-ink);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.45;
}

body .ff-spc-field > small {
  margin-top: 6px;
  color: var(--ff-spc-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

body .ff-spc-input {
  position: relative;
}

body .ff-spc-input input,
body .ff-spc-field select,
body .ff-spc-standalone-input {
  display: block;
  width: 100%;
  height: 51px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  color: var(--ff-spc-ink);
  font-size: 0.9rem;
  line-height: 1;
}

body .ff-spc-input input {
  padding: 0 46px 0 13px;
}

body .ff-spc-field select,
body .ff-spc-standalone-input {
  padding: 0 13px;
}

body .ff-spc-input input:focus,
body .ff-spc-field select:focus,
body .ff-spc-standalone-input:focus {
  border-color: #7da5f9;
  box-shadow: 0 0 0 4px rgba(30, 99, 233, 0.1);
  outline: 0;
}

body .ff-spc-input input[aria-invalid="true"],
body .ff-spc-field select[aria-invalid="true"],
body .ff-spc-standalone-input[aria-invalid="true"] {
  border-color: #cf6065;
  box-shadow: 0 0 0 3px rgba(207, 96, 101, 0.1);
}

body .ff-spc-input > span {
  position: absolute;
  top: 50%;
  right: 13px;
  color: #76869a;
  font-size: 0.76rem;
  font-weight: 800;
  pointer-events: none;
  transform: translateY(-50%);
}

body .ff-spc-live-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0 0;
}

body .ff-spc-live-preview > div {
  min-width: 0;
  padding: 13px;
  border-radius: 13px;
  background: #f6f8fb;
}

body .ff-spc-live-preview :is(dt, dd) {
  margin: 0;
}

body .ff-spc-live-preview dt {
  color: var(--ff-spc-muted);
  font-size: 0.64rem;
  line-height: 1.4;
}

body .ff-spc-live-preview dd {
  margin-top: 5px;
  color: var(--ff-spc-ink);
  font-size: clamp(0.92rem, 2vw, 1.08rem);
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body .ff-spc-inline-warning {
  margin: 11px 0 0;
  padding: 11px 13px;
  border: 1px solid #f0d49b;
  border-radius: 12px;
  background: #fff8e9;
  color: #735018;
  font-size: 0.72rem;
  line-height: 1.55;
}

body .ff-spc-common-note {
  align-self: stretch;
  padding: 15px;
  border: 1px solid #d7e4f7;
  border-radius: 13px;
  background: #f6f9fd;
}

body .ff-spc-common-note strong {
  display: block;
  font-size: 0.76rem;
}

body .ff-spc-common-note p {
  margin: 4px 0 0;
  color: var(--ff-spc-muted);
  font-size: 0.69rem;
  line-height: 1.5;
}

body .ff-spc-contract-fields,
body .ff-spc-old-contract {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 15px;
}

body .ff-spc-contract-fields {
  grid-template-columns: minmax(0, 1fr);
}

body .ff-spc-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 13px;
  background: #fbfcfe;
  cursor: pointer;
}

body .ff-spc-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  accent-color: var(--ff-spc-blue);
}

body .ff-spc-check :is(strong, small) {
  display: block;
}

body .ff-spc-check strong {
  font-size: 0.76rem;
}

body .ff-spc-check small {
  margin-top: 3px;
  color: var(--ff-spc-muted);
  font-size: 0.67rem;
  line-height: 1.5;
}

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

body .ff-spc-scenarios label {
  position: relative;
  cursor: pointer;
}

body .ff-spc-scenarios input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body .ff-spc-scenarios span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 12px;
  color: #536176;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body .ff-spc-scenarios input:checked + span {
  border-color: #7ca2ff;
  background: #edf3ff;
  box-shadow: 0 0 0 2px rgba(30, 99, 233, 0.07);
  color: #174dbf;
}

body .ff-spc-scenarios input:focus-visible + span {
  outline: 3px solid #91b5ff;
  outline-offset: 3px;
}

body .ff-spc-net-returns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0 0;
}

body .ff-spc-net-return {
  padding: 13px;
  border-top: 3px solid var(--ff-spc-blue);
  border-radius: 11px;
  background: #f6f8fb;
}

body .ff-spc-net-return--investment {
  border-top-color: var(--ff-spc-green);
}

body .ff-spc-net-return--third {
  border-top-color: var(--ff-spc-gold);
}

body .ff-spc-net-return :is(dt, dd, small) {
  display: block;
  margin: 0;
}

body .ff-spc-net-return dt,
body .ff-spc-net-return small {
  color: var(--ff-spc-muted);
  font-size: 0.63rem;
  line-height: 1.4;
}

body .ff-spc-net-return dd {
  margin: 5px 0 2px;
  font-size: 1.03rem;
  font-weight: 850;
}

body .ff-spc-return-note,
body .ff-spc-assumption-note {
  margin: 13px 0 0;
  padding: 14px 15px;
  border-radius: 13px;
  background: #f2f6fc;
  color: #425874;
  font-size: 0.72rem;
  line-height: 1.6;
}

body .ff-spc-return-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ff-spc-ink);
}

body .ff-spc-advanced {
  margin-top: 27px;
  border-top: 1px solid var(--ff-spc-line);
}

body .ff-spc-advanced summary {
  display: flex;
  justify-content: space-between;
  padding: 17px 2px;
  color: var(--ff-spc-ink);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 780;
  list-style: none;
}

body .ff-spc-advanced summary::-webkit-details-marker {
  display: none;
}

body .ff-spc-advanced[open] summary > span:last-child {
  transform: rotate(180deg);
}

body .ff-spc-advanced-content {
  padding: 2px 0 18px;
}

body .ff-spc-errors {
  margin-top: 13px;
  padding: 13px 15px;
  border: 1px solid #f2c8c9;
  border-radius: 12px;
  background: #fff0f0;
  color: var(--ff-spc-danger);
  font-size: 0.76rem;
}

body .ff-spc-errors strong {
  display: block;
}

body .ff-spc-errors ul {
  margin: 6px 0 0;
  padding-left: 19px;
}

body .ff-spc-submit {
  display: flex;
  width: 100%;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 17px;
  padding: 13px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--ff-spc-blue);
  box-shadow: 0 12px 27px rgba(30, 99, 233, 0.24);
  color: #fff;
  cursor: pointer;
  font-size: 0.87rem;
  font-weight: 850;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body .ff-spc-submit:hover {
  background: var(--ff-spc-blue-dark);
  box-shadow: 0 15px 32px rgba(30, 99, 233, 0.31);
  transform: translateY(-1px);
}

body .ff-spc-disclaimer {
  margin: 10px 0 0;
  color: var(--ff-spc-muted);
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: center;
}

body .ff-spc-results {
  margin-top: clamp(68px, 8vw, 96px);
  padding-top: clamp(58px, 7vw, 84px);
  border-top: 1px solid var(--ff-spc-line);
  scroll-margin-top: 92px;
}

body .ff-spc-results-heading {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}

body .ff-spc-results-heading h2 {
  margin-bottom: 7px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

body .ff-spc-results-heading p:last-child {
  margin-bottom: 0;
  color: var(--ff-spc-muted);
  font-size: 0.86rem;
}

body .ff-spc-edit {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #9eb4cd;
  border-radius: 11px;
  background: #fff;
  color: #274968;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 780;
}

body .ff-spc-screen-reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

body .ff-spc-stale {
  margin: 0 0 15px;
  padding: 12px 14px;
  border: 1px solid #f0d49b;
  border-radius: 12px;
  background: #fff8e9;
  color: #735018;
  font-size: 0.76rem;
  font-weight: 700;
}

body .ff-spc-exit-summary {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  gap: 0;
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-exit-summary > div {
  min-width: 0;
  padding: 4px 14px;
  border-left: 1px solid var(--ff-spc-line);
}

body .ff-spc-exit-summary > div:first-child {
  border-left: 0;
}

body .ff-spc-exit-summary :is(dt, dd, small) {
  display: block;
  margin: 0;
}

body .ff-spc-exit-summary dt,
body .ff-spc-exit-summary small {
  color: var(--ff-spc-muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

body .ff-spc-exit-summary dd {
  margin: 5px 0 3px;
  font-size: clamp(1.05rem, 2.2vw, 1.42rem);
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body .ff-spc-sodra-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid #cfe8dc;
  border-radius: 17px;
  background: #f1faf6;
  color: #245f4a;
}

body .ff-spc-sodra-note > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #d8f1e4;
  color: var(--ff-spc-green);
  font-size: 1.2rem;
  font-weight: 900;
}

body .ff-spc-sodra-note p {
  margin: 0;
}

body .ff-spc-sodra-note :is(strong, small) {
  display: block;
}

body .ff-spc-sodra-note strong {
  font-size: 0.85rem;
}

body .ff-spc-sodra-note small {
  margin-top: 3px;
  color: #477363;
  font-size: 0.72rem;
  line-height: 1.55;
}

body .ff-spc-headline {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 21px;
  background: linear-gradient(135deg, #08182d, #12325a);
  color: #fff;
}

body .ff-spc-headline > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 1.45rem;
}

body .ff-spc-headline h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.72rem);
}

body .ff-spc-headline p {
  margin-bottom: 0;
  color: #bccbdd;
  font-size: 0.79rem;
  line-height: 1.6;
}

body .ff-spc-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
}

body .ff-spc-metrics > div {
  min-width: 0;
  padding: 19px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-metrics :is(dt, dd, small) {
  display: block;
  margin: 0;
}

body .ff-spc-metrics dt,
body .ff-spc-metrics small {
  color: var(--ff-spc-muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

body .ff-spc-metrics dd {
  margin: 6px 0 3px;
  font-size: clamp(1.22rem, 2.5vw, 1.68rem);
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

body .ff-spc-metric-accent dd {
  color: var(--ff-spc-blue);
}

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

body .ff-spc-result-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-result-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--ff-spc-blue);
  content: "";
}

body .ff-spc-result-card--investmentAccount::before {
  background: var(--ff-spc-green);
}

body .ff-spc-result-card--thirdPillar::before {
  background: var(--ff-spc-gold);
}

body .ff-spc-result-card-is-winner {
  border: 2px solid #86a9ff;
  box-shadow: 0 16px 42px rgba(30, 99, 233, 0.14);
}

body .ff-spc-result-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

body .ff-spc-result-card-head > div:first-child > span {
  display: block;
  margin-bottom: 4px;
  color: var(--ff-spc-muted);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

body .ff-spc-result-card-head h3 {
  margin: 0;
  font-size: 1.35rem;
}

body .ff-spc-result-card-actions {
  display: flex;
  max-width: 142px;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-start;
  justify-content: flex-end;
}

body .ff-spc-winner-badge {
  display: block;
  max-width: 104px;
  padding: 6px 8px;
  border-radius: 9px;
  background: #edf3ff;
  color: #1a56df;
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

body .ff-spc-help {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  border: 1px solid #9aacc1;
  border-radius: 50%;
  background: #fff;
  color: #385b83;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

body .ff-spc-help:hover,
body .ff-spc-help[aria-expanded="true"] {
  border-color: var(--ff-spc-blue);
  background: #edf3ff;
  color: var(--ff-spc-blue-dark);
}

body .ff-spc-net-box {
  margin: 18px 0;
  padding: 17px;
  border-radius: 16px;
  background: #f6f8fb;
}

body .ff-spc-net-box :is(span, strong, small) {
  display: block;
}

body .ff-spc-net-box span {
  color: var(--ff-spc-muted);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

body .ff-spc-net-box strong {
  margin: 6px 0 3px;
  color: var(--ff-spc-ink);
  font-size: clamp(1.45rem, 3vw, 1.82rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

body .ff-spc-net-box small {
  color: var(--ff-spc-muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

body .ff-spc-path-sodra {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: -5px 0 14px;
  padding: 11px 12px;
  border: 1px solid #cfe8dc;
  border-radius: 13px;
  background: #f1faf6;
}

body .ff-spc-path-sodra > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  background: #d8f1e4;
  color: var(--ff-spc-green);
  font-weight: 900;
}

body .ff-spc-path-sodra p {
  margin: 0;
}

body .ff-spc-path-sodra :is(strong, small) {
  display: block;
}

body .ff-spc-path-sodra strong {
  color: #18523c;
  font-size: 0.7rem;
}

body .ff-spc-path-sodra small {
  margin-top: 2px;
  color: #477363;
  font-size: 0.64rem;
  line-height: 1.4;
}

body .ff-spc-detail-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

body .ff-spc-detail-list > div {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #edf0f4;
  font-size: 0.69rem;
  line-height: 1.45;
}

body .ff-spc-detail-list :is(dt, dd) {
  margin: 0;
}

body .ff-spc-detail-list dt {
  color: var(--ff-spc-muted);
}

body .ff-spc-detail-list dd {
  max-width: 52%;
  color: var(--ff-spc-ink);
  font-weight: 780;
  overflow-wrap: anywhere;
  text-align: right;
}

body .ff-spc-why,
body .ff-spc-access {
  margin: 14px 0 0;
  padding: 13px;
  border-radius: 13px;
  background: #f8fafc;
  color: #42536a;
  font-size: 0.68rem;
  line-height: 1.55;
}

body .ff-spc-why :is(strong, span) {
  display: block;
}

body .ff-spc-why strong {
  margin-bottom: 4px;
  color: var(--ff-spc-ink);
}

body .ff-spc-access {
  margin-top: 9px;
  background: #edf5ff;
  color: #294d80;
}

body .ff-spc-result-card--investmentAccount .ff-spc-access {
  background: #edf8f4;
  color: #286452;
}

body .ff-spc-result-card--thirdPillar .ff-spc-access {
  background: #fff7e9;
  color: #735018;
}

body .ff-spc-help-panel {
  margin-top: 13px;
  padding: 15px;
  border: 1px solid #bcd1fa;
  border-radius: 14px;
  background: #edf3ff;
  color: #294d80;
  font-size: 0.72rem;
  line-height: 1.62;
}

body .ff-spc-help-panel > strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ff-spc-ink);
  font-size: 0.78rem;
}

body .ff-spc-help-panel > p {
  margin-bottom: 0;
}

body .ff-spc-help-scenario {
  margin-top: 10px !important;
  padding-top: 10px;
  border-top: 1px solid #cbdafa;
}

body .ff-spc-help-scenario :is(strong, span) {
  display: block;
}

body .ff-spc-help-scenario strong {
  margin-bottom: 3px;
  color: var(--ff-spc-ink);
}

body .ff-spc-equal-return,
body .ff-spc-chart-card,
body .ff-spc-sensitivity-card,
body .ff-spc-browser-summary {
  margin-top: 16px;
  padding: 25px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ff-spc-shadow-sm);
}

body .ff-spc-equal-return header h3,
body .ff-spc-card-heading h3,
body .ff-spc-browser-summary h3 {
  margin-bottom: 6px;
  font-size: 1.48rem;
}

body .ff-spc-equal-return header > div > p:last-child,
body .ff-spc-card-heading p,
body .ff-spc-browser-summary p {
  margin-bottom: 0;
  color: var(--ff-spc-muted);
  font-size: 0.76rem;
  line-height: 1.62;
}

body .ff-spc-equal-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

body .ff-spc-equal-stats > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 14px;
  background: #fafbfd;
}

body .ff-spc-equal-stats :is(dt, dd, small) {
  display: block;
  margin: 0;
}

body .ff-spc-equal-stats dt,
body .ff-spc-equal-stats small {
  color: var(--ff-spc-muted);
  font-size: 0.63rem;
  line-height: 1.45;
}

body .ff-spc-equal-stats dd {
  margin: 5px 0 2px;
  font-size: 1.03rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

body .ff-spc-equal-conclusion {
  margin: 14px 0 0;
  padding: 15px;
  border: 1px solid #cfe0ff;
  border-radius: 14px;
  background: #edf3ff;
  color: #294d80;
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1.65;
}

body .ff-spc-card-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

body .ff-spc-legend {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 11px;
  color: var(--ff-spc-muted);
  font-size: 0.66rem;
}

body .ff-spc-legend i {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 5px;
  border-radius: 4px;
  vertical-align: middle;
}

body .ff-spc-legend-ii {
  background: var(--ff-spc-blue);
}

body .ff-spc-legend-investment {
  background: var(--ff-spc-green);
}

body .ff-spc-legend-third {
  background: var(--ff-spc-gold);
}

body .ff-spc-chart-wrap {
  width: 100%;
  overflow: hidden;
}

body .ff-spc-chart-wrap svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 265px;
}

body .ff-spc-chart-gridline {
  stroke: #e4e9f0;
  stroke-width: 1;
}

body .ff-spc-chart-label {
  fill: #718096;
  font-size: 11px;
}

body .ff-spc-chart-line-ii,
body .ff-spc-chart-line-investment,
body .ff-spc-chart-line-third {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

body .ff-spc-chart-line-ii {
  stroke: var(--ff-spc-blue);
}

body .ff-spc-chart-line-investment {
  stroke: var(--ff-spc-green);
}

body .ff-spc-chart-line-third {
  stroke: var(--ff-spc-gold);
}

body .ff-spc-chart-table {
  margin-top: 14px;
  border-top: 1px solid var(--ff-spc-line);
}

body .ff-spc-chart-table summary {
  padding: 13px 2px 0;
  color: var(--ff-spc-blue-dark);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 800;
}

body .ff-spc-table-scroll {
  max-height: 420px;
  margin-top: 12px;
  overflow: auto;
  border: 1px solid var(--ff-spc-line);
  border-radius: 12px;
}

body .ff-spc-table-scroll table {
  width: 100%;
  min-width: 590px;
  border-collapse: collapse;
  color: var(--ff-spc-ink);
  font-size: 0.7rem;
}

body .ff-spc-table-scroll caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body .ff-spc-table-scroll :is(th, td) {
  padding: 9px 11px;
  border-bottom: 1px solid var(--ff-spc-line);
  text-align: right;
  white-space: nowrap;
}

body .ff-spc-table-scroll :is(th, td):first-child {
  text-align: left;
}

body .ff-spc-table-scroll thead th {
  position: sticky;
  top: 0;
  background: #f3f6fa;
  color: #46586e;
  font-weight: 800;
}

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

body .ff-spc-sensitivity-item {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--ff-spc-line);
  border-radius: 14px;
  background: #fafbfd;
}

body .ff-spc-sensitivity-item :is(span, strong, small) {
  display: block;
}

body .ff-spc-sensitivity-item span,
body .ff-spc-sensitivity-item small {
  color: var(--ff-spc-muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

body .ff-spc-sensitivity-item strong {
  margin: 6px 0 3px;
  font-size: 0.9rem;
  line-height: 1.35;
}

body .ff-spc-browser-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #071526, #12345d);
  color: #fff;
}

body .ff-spc-browser-summary .ff-spc-eyebrow {
  color: #a9c6ff;
}

body .ff-spc-browser-summary h3 {
  color: #fff;
}

body .ff-spc-browser-summary p:last-child {
  color: #c2cfde;
}

body .ff-spc-browser-summary button {
  min-height: 48px;
  padding: 11px 17px;
  border: 0;
  border-radius: 11px;
  background: #fff;
  color: #0b2a4b;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  body .ff-spc-hero-grid,
  body .ff-spc-consult-grid,
  body .ff-spc-workspace,
  body .ff-spc-content-grid,
  body .ff-spc-faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body .ff-spc-hero-grid {
    min-height: 0;
  }

  body .ff-spc-hero-visual {
    justify-content: flex-start;
  }

  body .ff-spc-hero-photo {
    width: min(650px, 100%);
    height: 500px;
  }

  body .ff-spc-intro,
  body .ff-spc-content-grid > header,
  body .ff-spc-faq-layout > header {
    position: static;
  }

  body .ff-spc-intro {
    max-width: 760px;
  }

  body .ff-spc-path-grid,
  body .ff-spc-comparison {
    grid-template-columns: minmax(0, 1fr);
  }

  body .ff-spc-result-card-actions {
    max-width: none;
  }

  body .ff-spc-metrics,
  body .ff-spc-equal-stats,
  body .ff-spc-sensitivity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .ff-spc-exit-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .ff-spc-exit-summary > div:nth-child(odd) {
    border-left: 0;
  }

  body .ff-spc-exit-summary > div:nth-child(n + 3) {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--ff-spc-line);
  }

  body .ff-spc-consult-photo {
    width: min(650px, 100%);
    height: 430px;
  }
}

@media (max-width: 760px) {
  body .ff-spc-shell,
  body .ff-spc {
    width: min(calc(100% - 28px), 1180px);
  }

  body .ff-spc-hero-grid {
    gap: 30px;
    padding-block: 42px;
  }

  body .ff-spc-hero-trust-row,
  body .ff-spc-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body .ff-spc-hero-trust-row {
    gap: 11px;
    margin-top: 30px;
  }

  body .ff-spc-path-card,
  body .ff-spc-article-block,
  body .ff-spc-method-card,
  body .ff-spc-source-card,
  body .ff-spc-related-card {
    padding: 21px;
  }

  body .ff-spc-form {
    padding: 22px;
  }

  body .ff-spc-fields--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .ff-spc-live-preview,
  body .ff-spc-net-returns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .ff-spc-live-preview > div:last-child,
  body .ff-spc-net-return:last-child {
    grid-column: 1 / -1;
  }

  body .ff-spc-results-heading,
  body .ff-spc-card-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body .ff-spc-card-heading {
    display: flex;
  }

  body .ff-spc-legend {
    flex: none;
  }

  body .ff-spc-browser-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  body .ff-spc-browser-summary button {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  body .ff-spc-hero-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }

  body .ff-spc-hero-copy > p:not(.ff-spc-eyebrow) {
    font-size: 0.94rem;
  }

  body .ff-spc-hero-actions,
  body .ff-spc-cta-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  body .ff-spc-hero-actions a,
  body .ff-spc-cta-buttons a {
    width: 100%;
  }

  body .ff-spc-hero-photo {
    height: 410px;
  }

  body .ff-spc-choice-grid,
  body .ff-spc-fields--two,
  body .ff-spc-fields--three,
  body .ff-spc-contract-fields,
  body .ff-spc-old-contract,
  body .ff-spc-scenarios,
  body .ff-spc-live-preview,
  body .ff-spc-net-returns,
  body .ff-spc-metrics,
  body .ff-spc-equal-stats,
  body .ff-spc-sensitivity-grid,
  body .ff-spc-exit-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  body .ff-spc-live-preview > div:last-child,
  body .ff-spc-net-return:last-child {
    grid-column: auto;
  }

  body .ff-spc-form,
  body .ff-spc-result-card,
  body .ff-spc-equal-return,
  body .ff-spc-chart-card,
  body .ff-spc-sensitivity-card,
  body .ff-spc-browser-summary {
    padding: 18px;
  }

  body .ff-spc-group-heading {
    align-items: flex-start;
  }

  body .ff-spc-group-heading strong {
    font-size: 1.16rem;
  }

  body .ff-spc-exit-summary > div,
  body .ff-spc-exit-summary > div:nth-child(odd),
  body .ff-spc-exit-summary > div:nth-child(n + 3) {
    margin: 0;
    padding: 12px 2px;
    border-top: 1px solid var(--ff-spc-line);
    border-left: 0;
  }

  body .ff-spc-exit-summary > div:first-child {
    padding-top: 2px;
    border-top: 0;
  }

  body .ff-spc-headline {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  body .ff-spc-result-card-head {
    grid-template-columns: minmax(0, 1fr);
  }

  body .ff-spc-result-card-actions {
    width: 100%;
    justify-content: space-between;
  }

  body .ff-spc-winner-badge {
    max-width: min(220px, calc(100% - 48px));
    text-align: left;
  }

  body .ff-spc-chart-wrap svg {
    min-height: 215px;
  }

  body .ff-spc-chart-label {
    font-size: 9px;
  }

  body .ff-spc-consult-photo {
    height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body :is(
    .ff-spc,
    .ff-spc-hero,
    .ff-spc-explainer,
    .ff-spc-content-section,
    .ff-spc-source-section,
    .ff-spc-faq-section,
    .ff-spc-related-section,
    .ff-spc-consultation-cta
  ) * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body .ff-spc-intro,
  body .ff-spc-form,
  body .ff-spc-edit,
  body .ff-spc-browser-summary button,
  body .ff-spc-stale {
    display: none !important;
  }

  body .ff-spc,
  body .ff-spc-results {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body .ff-spc-results[hidden] {
    display: none !important;
  }

  body .ff-spc-result-card,
  body .ff-spc-equal-return,
  body .ff-spc-chart-card,
  body .ff-spc-sensitivity-card,
  body .ff-spc-browser-summary {
    break-inside: avoid;
    box-shadow: none;
  }

  body .ff-spc-help {
    display: none;
  }

  body .ff-spc-browser-summary {
    background: #fff;
    color: var(--ff-spc-ink);
  }

  body .ff-spc-browser-summary :is(h3, p:last-child, .ff-spc-eyebrow) {
    color: var(--ff-spc-ink);
  }
}
