/* Justiflex Editorial Authority — all public rules are scoped to .jfea-site. */
.jfea-site {
	--jfea-paper: #f4f0e8;
	--jfea-paper-soft: #faf7f1;
	--jfea-stone: #ebe3d7;
	--jfea-ink: #0b1730;
	--jfea-text: #24262a;
	--jfea-oxblood: #6a2428;
	--jfea-brass: #9f7a3b;
	--jfea-line: #d8d0c2;
	--jfea-white: #fffdf9;
	--jfea-serif: "Libre Caslon Display", "Iowan Old Style", Baskerville, "Times New Roman", serif;
	--jfea-sans: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	background: var(--jfea-paper);
	color: var(--jfea-text);
	font-family: var(--jfea-sans);
	font-size: 18px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.jfea-site *, .jfea-site *::before, .jfea-site *::after { box-sizing: border-box; }
.jfea-site img { max-width: 100%; height: auto; }
.jfea-site a { color: inherit; text-underline-offset: .18em; }
.jfea-site button, .jfea-site input { font: inherit; }
.jfea-site :focus-visible { outline: 3px solid var(--jfea-oxblood); outline-offset: 4px; }
.jfea-site .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.jfea-site .jfea-main, .jfea-site article.jfea-article { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }

.jfea-skip-link { position: fixed; z-index: 100001; top: 10px; left: 10px; transform: translateY(-180%); background: var(--jfea-white); color: var(--jfea-ink); padding: 10px 16px; border: 2px solid var(--jfea-ink); }
.jfea-skip-link:focus { transform: translateY(0); }

.jfea-header { position: sticky; z-index: 1000; top: 0; background: rgba(244,240,232,.97); border-bottom: 1px solid var(--jfea-line); backdrop-filter: blur(10px); }
.admin-bar .jfea-header { top: 32px; }
.jfea-header-inner { width: min(100% - 48px, 1440px); min-height: 72px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.jfea-wordmark { display: inline-block; width: max-content; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 24px; font-weight: 600; letter-spacing: .22em; line-height: 1; text-decoration: none; }
.jfea-primary-nav { justify-self: center; }
.jfea-menu { display: flex; align-items: center; gap: 40px; padding: 0; margin: 0; list-style: none; }
.jfea-menu a { font-size: 14px; font-weight: 600; text-decoration: none; }
.jfea-menu a:hover { color: var(--jfea-oxblood); }
.jfea-site a.jfea-button, .jfea-site a.jfea-button:visited, .jfea-site button.jfea-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border: 1px solid var(--jfea-oxblood); border-radius: 3px; background: var(--jfea-oxblood); color: #fff !important; font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.jfea-site a.jfea-button:hover, .jfea-site button.jfea-button:hover { background: var(--jfea-ink); border-color: var(--jfea-ink); color: #fff !important; transform: translateY(-1px); }
.jfea-header-cta { justify-self: end; }
.jfea-menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 0; background: transparent; color: var(--jfea-ink); }
.jfea-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 1px; background: currentColor; }
.jfea-mobile-menu { border-top: 1px solid var(--jfea-line); padding: 12px 24px 22px; background: var(--jfea-paper-soft); }
.jfea-mobile-menu a { display: block; min-height: 48px; padding: 12px 0; border-bottom: 1px solid var(--jfea-line); text-decoration: none; }

.jfea-main { display: block; overflow: clip; }
.jfea-hero { min-height: 540px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--jfea-paper-soft); border-bottom: 1px solid var(--jfea-line); }
.jfea-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 7vw, 112px) clamp(40px, 7vw, 112px); }
.jfea-kicker { margin: 0 0 20px; color: var(--jfea-brass); font-size: 12px; font-weight: 800; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.jfea-hero h1 { max-width: 820px; margin: 0; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: clamp(48px, 4.25vw, 68px); font-weight: 500; letter-spacing: -.038em; line-height: 1.01; }
.jfea-subtitle { max-width: 760px; margin: 20px 0 0; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: clamp(27px, 2.7vw, 42px); letter-spacing: -.025em; line-height: 1.12; }
.jfea-ingress { max-width: 700px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; }
.jfea-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; margin-top: 34px; color: #4c4d50; font-size: 14px; }
.jfea-byline img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 1px solid var(--jfea-line); }
.jfea-byline strong { color: var(--jfea-ink); }
.jfea-byline > span[aria-hidden] { width: 1px; height: 26px; background: var(--jfea-line); }
.jfea-hero-media { position: relative; min-height: 540px; overflow: hidden; background: var(--jfea-ink); }
.jfea-hero-media > .jfea-hero-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.jfea-hero-placeholder { width: 100%; height: 100%; min-height: 540px; display: grid; place-items: center; padding: 32px; color: rgba(255,255,255,.72); background: linear-gradient(135deg, #111d34, #07101f); text-align: center; }

.jfea-direct-answer { background: var(--jfea-ink); color: #fff; }
.jfea-direct-answer > div { width: min(100% - 48px, 1240px); margin-inline: auto; padding: 32px 0 36px; }
.jfea-direct-answer .jfea-kicker { margin-bottom: 8px; color: #c7a15d; }
.jfea-direct-answer-text { margin: 0; font-family: var(--jfea-serif); font-size: clamp(27px, 3.2vw, 46px); line-height: 1.13; letter-spacing: -.024em; }
.jfea-direct-answer-text + p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }

.jfea-content-shell { width: min(100% - 48px, 1320px); margin: 0 auto; padding: 70px 0 110px; display: grid; grid-template-columns: 200px minmax(0, 760px) 260px; gap: 48px; align-items: start; }
.jfea-toc-rail, .jfea-expert-rail { position: sticky; top: 112px; }
.admin-bar .jfea-toc-rail, .admin-bar .jfea-expert-rail { top: 144px; }
.jfea-toc-rail .jfea-kicker { margin-bottom: 16px; }
.jfea-toc-list { margin: 0; padding: 0; list-style: none; border-left: 1px solid var(--jfea-line); }
.jfea-toc-list li { margin: 0; }
.jfea-toc-list a { display: block; padding: 8px 12px 8px 18px; color: #535459; font-size: 14px; line-height: 1.35; text-decoration: none; border-left: 2px solid transparent; transform: translateX(-1px); }
.jfea-toc-list a:hover, .jfea-toc-list a[aria-current="true"] { color: var(--jfea-ink); border-left-color: var(--jfea-brass); font-weight: 700; }
.jfea-mobile-toc { display: none; margin: 0 0 36px; border: 1px solid var(--jfea-line); background: var(--jfea-paper-soft); }
.jfea-mobile-toc summary { min-height: 52px; display: flex; align-items: center; gap: 12px; padding: 12px 16px; color: var(--jfea-brass); cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.jfea-mobile-toc ol { margin: 0; padding: 0 20px 16px 44px; }
.jfea-mobile-toc a { display: block; padding: 7px 0; font-size: 15px; text-decoration: none; }

.jfea-prose { min-width: 0; }
.jfea-prose > :first-child { margin-top: 0; }
.jfea-prose h2, .jfea-component h2, .jfea-final-cta h2, .jfea-author-box h2 { margin: 82px 0 24px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: clamp(34px, 3.4vw, 48px); font-weight: 500; letter-spacing: -.032em; line-height: 1.08; text-wrap: balance; }
.jfea-prose h3 { margin: 48px 0 15px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 27px; font-weight: 600; line-height: 1.2; }
.jfea-prose h4 { margin: 34px 0 12px; color: var(--jfea-ink); font-size: 18px; }
.jfea-prose p, .jfea-prose ul, .jfea-prose ol { margin: 0 0 24px; }
.jfea-prose ul, .jfea-prose ol { padding-left: 1.4em; }
.jfea-prose li + li { margin-top: 9px; }
.jfea-prose a { color: var(--jfea-oxblood); font-weight: 650; }
.jfea-prose blockquote:not(.jfea-quote blockquote) { margin: 40px 0; padding: 24px 28px; border-left: 3px solid var(--jfea-brass); background: var(--jfea-paper-soft); color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 23px; line-height: 1.45; }
.jfea-prose table { width: 100%; margin: 36px 0; border-collapse: collapse; background: var(--jfea-paper-soft); font-size: 15px; line-height: 1.45; }
.jfea-prose th, .jfea-prose td { padding: 14px 16px; border: 1px solid var(--jfea-line); text-align: left; vertical-align: top; }
.jfea-prose th { color: var(--jfea-ink); font-weight: 800; }
.jfea-prose hr { margin: 72px 0; border: 0; border-top: 1px solid var(--jfea-line); }

.jfea-expert-card { padding: 26px; border: 1px solid var(--jfea-line); background: var(--jfea-paper-soft); }
.jfea-expert-card .jfea-kicker { margin-bottom: 18px; }
.jfea-expert-card blockquote { margin: 0; }
.jfea-expert-card blockquote > span { color: var(--jfea-oxblood); font-family: Georgia, serif; font-size: 44px; line-height: .7; }
.jfea-expert-card blockquote p { margin: 8px 0 22px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 28px; line-height: 1.15; }
.jfea-expert-person { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--jfea-line); }
.jfea-expert-person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.jfea-expert-person strong, .jfea-expert-person span { display: block; }
.jfea-expert-person strong { color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 16px; }
.jfea-expert-person span { color: #666; font-size: 12px; }
.jfea-expert-card > a { display: inline-block; margin-top: 22px; color: var(--jfea-oxblood); font-family: var(--jfea-serif); font-size: 17px; font-weight: 700; }

.jfea-component { margin: 76px 0; }
.jfea-component > h2:first-child { margin-top: 0; }
.jfea-line-icon { display: inline-grid; width: 38px; height: 38px; place-items: center; color: var(--jfea-ink); }
.jfea-line-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.jfea-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--jfea-line); background: var(--jfea-paper-soft); }
.jfea-route-card { position: relative; min-width: 0; padding: 25px 23px 28px; border-right: 1px solid var(--jfea-line); }
.jfea-route-card:last-child { border-right: 0; }
.jfea-route-card h3, .jfea-costs h3 { margin: 14px 0 8px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 17px; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.jfea-route-card p { margin: 0; font-size: 14px; line-height: 1.5; }
.jfea-card-arrow { position: absolute; right: 18px; bottom: 12px; color: var(--jfea-oxblood); font-size: 22px; }

.jfea-comparison { width: min(100vw - 48px, 1180px); margin-left: 50%; transform: translateX(-50%); padding: 48px; border: 1px solid var(--jfea-line); background: var(--jfea-stone); }
.jfea-comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--jfea-line); background: rgba(255,255,255,.25); }
.jfea-comparison-card { border-right: 1px solid var(--jfea-line); }
.jfea-comparison-card:last-child { border-right: 0; }
.jfea-comparison-card h3 { margin: 0; padding: 16px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 19px; text-align: center; }
.jfea-comparison-card dl { margin: 0; }
.jfea-comparison-card dl > div { display: grid; grid-template-columns: 82px 1fr; min-height: 72px; border-top: 1px solid var(--jfea-line); }
.jfea-comparison-card dt, .jfea-comparison-card dd { margin: 0; padding: 12px; font-size: 13px; line-height: 1.4; }
.jfea-comparison-card dt { color: var(--jfea-ink); font-weight: 800; }

.jfea-five-check { width: min(100vw - 48px, 1020px); margin-left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; padding: 38px 42px; border: 1px solid var(--jfea-line); background: var(--jfea-paper-soft); }
.jfea-five-check header h2 { margin: 0; color: var(--jfea-oxblood); font-size: 38px; }
.jfea-five-check header .jfea-kicker { margin-bottom: 10px; }
.jfea-five-check ol { margin: 0; padding: 0; list-style: none; counter-reset: jfea-check; }
.jfea-five-check li { counter-increment: jfea-check; display: grid; grid-template-columns: 30px 145px 1fr; gap: 12px; align-items: start; padding: 8px 0; font-size: 14px; line-height: 1.4; }
.jfea-five-check li::before { content: counter(jfea-check); width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--jfea-brass); color: #fff; font-size: 12px; font-weight: 800; }
.jfea-five-check li strong { color: var(--jfea-ink); }

.jfea-process { width: min(100vw - 48px, 1180px); margin-left: 50%; transform: translateX(-50%); text-align: center; }
.jfea-process-list { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; margin: 0; padding: 34px 0 0; list-style: none; }
.jfea-process-list::before { content: ""; position: absolute; top: 46px; left: 9%; right: 9%; height: 1px; background: var(--jfea-brass); }
.jfea-process-list li { position: relative; display: flex; flex-direction: column; align-items: center; }
.jfea-step-number { position: relative; z-index: 1; width: 26px; height: 26px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; background: var(--jfea-brass); color: #fff; font-size: 12px; font-weight: 800; }
.jfea-process-list strong { display: block; color: var(--jfea-ink); font-size: 14px; }
.jfea-process-list p { margin: 5px 0 0; font-size: 12px; line-height: 1.45; }

.jfea-quote { width: min(100vw - 48px, 1020px); margin-left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: 116px 1fr; gap: 26px; align-items: center; padding: 32px 44px; background: var(--jfea-stone); }
.jfea-quote-avatar img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; }
.jfea-quote blockquote { margin: 0; }
.jfea-quote blockquote > span { float: left; margin-right: 12px; color: var(--jfea-oxblood); font-family: Georgia, serif; font-size: 54px; line-height: .8; }
.jfea-quote blockquote p { margin: 0 0 8px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 27px; line-height: 1.25; }
.jfea-quote cite { color: #5c5d60; font-family: var(--jfea-sans); font-size: 13px; font-style: normal; }

.jfea-cost-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.jfea-cost-grid article { padding: 24px; border: 1px solid var(--jfea-line); background: var(--jfea-paper-soft); }
.jfea-cost-grid header { display: flex; align-items: center; gap: 10px; }
.jfea-cost-grid header h3 { margin: 0; }
.jfea-cost-amount { display: block; margin: 24px 0 10px; color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 31px; font-weight: 500; }
.jfea-cost-grid p { margin: 0; font-size: 13px; line-height: 1.45; }

.jfea-mistakes ol { margin: 0; padding: 0; border: 1px solid var(--jfea-line); list-style: none; counter-reset: jfea-mistakes; }
.jfea-mistakes li { counter-increment: jfea-mistakes; display: grid; grid-template-columns: 42px minmax(160px,.7fr) 1.3fr 24px; gap: 16px; align-items: center; min-height: 64px; padding: 10px 18px; border-bottom: 1px solid var(--jfea-line); font-size: 14px; }
.jfea-mistakes li:last-child { border-bottom: 0; }
.jfea-mistakes li::before { content: counter(jfea-mistakes); color: var(--jfea-ink); font-family: var(--jfea-serif); font-size: 24px; }
.jfea-mistakes li strong { color: var(--jfea-ink); }
.jfea-mistakes li > span:first-of-type { color: var(--jfea-oxblood); }
.jfea-mistakes li > span:last-child { color: var(--jfea-oxblood); font-size: 20px; }

.jfea-quiz { width: min(100vw - 48px, 1180px); margin-left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: 300px 1fr; gap: 36px; padding: 40px 44px; background: var(--jfea-ink); color: #fff; }
.jfea-quiz h2 { margin: 0 0 12px; color: #fff; font-size: 42px; }
.jfea-quiz header > p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.jfea-quiz-body { min-width: 0; }
.jfea-quiz-questions { border: 1px solid rgba(255,255,255,.22); }
.jfea-quiz fieldset { position: relative; min-width: 0; min-height: 64px; margin: 0; padding: 18px 160px 14px 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.jfea-quiz fieldset:last-child { border-bottom: 0; }
.jfea-quiz legend { display: block; width: 100%; color: #fff; font-size: 14px; }
.jfea-quiz legend span { color: #d1ad6a; font-weight: 800; }
.jfea-quiz-options { position: absolute; top: 50%; right: 12px; display: flex; gap: 8px; transform: translateY(-50%); }
.jfea-quiz-options input { position: absolute; opacity: 0; pointer-events: none; }
.jfea-quiz-options label { min-width: 58px; min-height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); cursor: pointer; font-size: 13px; }
.jfea-quiz-options input:focus-visible + label { outline: 3px solid #fff; outline-offset: 3px; }
.jfea-quiz-options input:checked + label { border-color: #fff; background: #fff; color: var(--jfea-ink); font-weight: 800; }
.jfea-quiz-submit { margin-top: 18px; }
.jfea-quiz-result { margin-top: 18px; padding: 16px 18px; border-left: 3px solid #c9a45f; background: rgba(255,255,255,.09); font-weight: 700; }

.jfea-faq-list { border-top: 1px solid var(--jfea-line); }
.jfea-faq details { border-bottom: 1px solid var(--jfea-line); }
.jfea-faq summary { position: relative; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 48px 12px 4px; color: var(--jfea-ink); cursor: pointer; font-weight: 700; list-style: none; }
.jfea-faq summary::-webkit-details-marker { display: none; }
.jfea-faq summary span::before, .jfea-faq summary span::after { content: ""; position: absolute; top: 50%; right: 12px; width: 16px; height: 1px; background: var(--jfea-ink); transition: transform .2s ease; }
.jfea-faq summary span::after { transform: rotate(90deg); }
.jfea-faq details[open] summary span::after { transform: rotate(0); }
.jfea-faq details > div { padding: 0 48px 22px 4px; }
.jfea-faq details > div p { margin: 0; }

.jfea-final-cta { width: min(100% - 48px, 1320px); margin: 0 auto 48px; display: grid; grid-template-columns: 1.2fr 1.4fr auto; gap: 34px; align-items: center; padding: 38px 42px; border: 1px solid var(--jfea-line); background: var(--jfea-stone); }
.jfea-final-cta h2 { margin: 0 0 12px; font-size: 38px; }
.jfea-final-copy p { margin: 0; font-size: 14px; }
.jfea-trust-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.jfea-trust-list li { display: grid; grid-template-columns: 28px 1fr; column-gap: 8px; align-items: start; }
.jfea-trust-list li > span { grid-row: 1 / 3; color: var(--jfea-brass); }
.jfea-trust-list strong, .jfea-trust-list small { display: block; }
.jfea-trust-list strong { color: var(--jfea-ink); font-size: 13px; }
.jfea-trust-list small { color: #595a5d; font-size: 11px; line-height: 1.35; }

.jfea-author-box { width: min(100% - 48px, 1120px); margin: 0 auto 64px; display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: center; padding: 30px; border-top: 1px solid var(--jfea-line); border-bottom: 1px solid var(--jfea-line); }
.jfea-author-box > img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.jfea-author-box .jfea-kicker { margin-bottom: 5px; }
.jfea-author-box h2 { margin: 0; font-size: 30px; }
.jfea-author-role { margin: 2px 0 8px; color: var(--jfea-brass); font-size: 14px; }
.jfea-author-box div > p:last-child { margin: 0; font-size: 14px; }

.jfea-footer { padding: 58px max(24px, calc((100vw - 1320px)/2)) 20px; background: var(--jfea-ink); color: rgba(255,255,255,.78); }
.jfea-footer a { display: block; width: max-content; max-width: 100%; margin: 7px 0; color: inherit; font-size: 13px; text-decoration: none; }
.jfea-footer a:hover { color: #fff; }
.jfea-footer .jfea-wordmark { color: #fff; font-size: 22px; }
.jfea-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 54px; }
.jfea-footer-brand p { max-width: 220px; margin: 22px 0 12px; font-size: 13px; }
.jfea-footer h2 { margin: 4px 0 18px; color: #c7a15d; font-family: var(--jfea-sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.jfea-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.jfea-mobile-sticky { position: fixed; z-index: 900; right: 16px; bottom: 16px; left: 16px; display: none; align-items: stretch; box-shadow: 0 12px 38px rgba(11,23,48,.22); }
.jfea-mobile-sticky a { flex: 1; min-height: 52px; display: grid; place-items: center; padding: 8px 18px; background: var(--jfea-oxblood); color: #fff; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; }
.jfea-mobile-sticky button { width: 52px; border: 0; background: var(--jfea-ink); color: #fff; font-size: 24px; }

@media (max-width: 1180px) {
	.jfea-content-shell { grid-template-columns: 180px minmax(0,760px); justify-content: center; }
	.jfea-expert-rail { display: none; }
	.jfea-final-cta { grid-template-columns: 1fr; }
	.jfea-final-cta > .jfea-button { justify-self: start; }
	.jfea-footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
}

@media (max-width: 900px) {
	.admin-bar .jfea-header { top: 46px; }
	.jfea-content-shell { grid-template-columns: minmax(0,760px); padding-top: 46px; }
	.jfea-toc-rail { display: none; }
	.jfea-mobile-toc { display: block; }
	.jfea-comparison, .jfea-five-check, .jfea-process, .jfea-quote, .jfea-quiz { width: 100%; margin-left: 0; transform: none; }
	.jfea-five-check { grid-template-columns: 1fr; }
	.jfea-quiz { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.jfea-site { font-size: 17px; }
	.jfea-header-inner { width: calc(100% - 40px); min-height: 64px; grid-template-columns: 1fr auto; }
	.jfea-primary-nav, .jfea-header-cta { display: none; }
	.jfea-menu-toggle { display: flex; justify-self: end; }
	.jfea-wordmark { font-size: 20px; }
	.jfea-hero { min-height: 0; grid-template-columns: 1fr; }
	.jfea-hero-copy { padding: 54px 24px 34px; }
	.jfea-hero h1 { font-size: clamp(39px, 10.8vw, 52px); line-height: 1.02; }
	.jfea-subtitle { margin-top: 14px; font-size: 27px; }
	.jfea-ingress { margin-top: 22px; font-size: 16px; }
	.jfea-byline { gap: 10px 12px; margin-top: 24px; font-size: 12px; }
	.jfea-byline img { width: 46px; height: 46px; }
	.jfea-byline > span[aria-hidden] { display: none; }
	.jfea-hero-media, .jfea-hero-image, .jfea-hero-placeholder { min-height: 310px; }
	.jfea-direct-answer > div { width: 100%; padding: 26px 24px 30px; }
	.jfea-direct-answer-text { font-size: 29px; }
	.jfea-content-shell { width: 100%; padding: 28px 24px 72px; }
	.jfea-prose h2, .jfea-component h2 { margin-top: 62px; font-size: 36px; }
	.jfea-prose h3 { font-size: 25px; }
	.jfea-prose table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.jfea-component { margin: 58px 0; }
	.jfea-route-grid, .jfea-comparison-grid, .jfea-cost-grid { grid-template-columns: 1fr; }
	.jfea-route-card, .jfea-comparison-card { border-right: 0; border-bottom: 1px solid var(--jfea-line); }
	.jfea-route-card:last-child, .jfea-comparison-card:last-child { border-bottom: 0; }
	.jfea-comparison { padding: 26px 18px; }
	.jfea-comparison-card dl > div { grid-template-columns: 90px 1fr; min-height: 0; }
	.jfea-five-check { gap: 22px; padding: 28px 20px; }
	.jfea-five-check header h2 { font-size: 34px; }
	.jfea-five-check li { grid-template-columns: 28px 1fr; gap: 8px 12px; }
	.jfea-five-check li span { grid-column: 2; }
	.jfea-process { text-align: left; }
	.jfea-process-list { display: block; padding: 4px 0 0 12px; }
	.jfea-process-list::before { top: 12px; bottom: 16px; left: 24px; width: 1px; height: auto; }
	.jfea-process-list li { min-height: 90px; display: grid; grid-template-columns: 26px 42px 1fr; gap: 12px; align-items: start; }
	.jfea-step-number { margin: 0; }
	.jfea-process-list .jfea-line-icon { margin-top: -5px; }
	.jfea-process-list p { font-size: 13px; }
	.jfea-quote { grid-template-columns: 70px 1fr; gap: 16px; padding: 24px 20px; }
	.jfea-quote-avatar img { width: 68px; height: 68px; }
	.jfea-quote blockquote p { font-size: 22px; }
	.jfea-cost-grid { gap: 10px; }
	.jfea-cost-grid article { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: center; padding: 18px; }
	.jfea-cost-grid article header { min-width: 0; }
	.jfea-cost-amount { margin: 0; font-size: 25px; }
	.jfea-cost-grid p { grid-column: 1 / -1; }
	.jfea-mistakes li { grid-template-columns: 32px 1fr 20px; gap: 8px 12px; padding: 14px; }
	.jfea-mistakes li > span:first-of-type { grid-column: 2 / -1; }
	.jfea-mistakes li > span:last-child { grid-column: 3; grid-row: 1; }
	.jfea-quiz { gap: 24px; padding: 30px 20px; }
	.jfea-quiz h2 { font-size: 36px; }
	.jfea-quiz fieldset { min-height: 0; padding: 16px; }
	.jfea-quiz legend { display: block; width: 100%; margin-bottom: 12px; }
	.jfea-quiz-options { position: static; display: grid; grid-template-columns: 1fr 1fr; transform: none; }
	.jfea-quiz-options label { min-height: 48px; }
	.jfea-quiz-submit { width: 100%; }
	.jfea-faq summary { min-height: 64px; padding-left: 0; font-size: 15px; }
	.jfea-final-cta { width: calc(100% - 48px); gap: 26px; padding: 30px 22px; }
	.jfea-final-cta h2 { font-size: 35px; }
	.jfea-trust-list { grid-template-columns: 1fr; }
	.jfea-final-cta > .jfea-button { width: 100%; }
	.jfea-author-box { width: calc(100% - 48px); grid-template-columns: 76px 1fr; gap: 16px; padding: 24px 0; }
	.jfea-author-box > img { width: 72px; height: 72px; }
	.jfea-author-box h2 { font-size: 26px; }
	.jfea-author-box div > p:last-child { grid-column: 1 / -1; }
	.jfea-footer { padding: 42px 24px 96px; }
	.jfea-footer-grid { grid-template-columns: 1fr; gap: 25px; }
	.jfea-footer-grid > div:not(.jfea-footer-brand) { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
	.jfea-footer h2 { margin-bottom: 10px; }
	.jfea-footer-bottom { flex-direction: column; }
	.jfea-mobile-sticky.is-visible { display: flex; }
}

@media (max-width: 420px) {
	.jfea-byline { display: grid; grid-template-columns: 46px 1fr; }
	.jfea-byline time, .jfea-byline > span:last-child { grid-column: 2; }
	.jfea-cost-grid article { grid-template-columns: 1fr; }
	.jfea-cost-amount { margin-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
	.jfea-site *, .jfea-site *::before, .jfea-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.jfea-header, .jfea-toc-rail, .jfea-expert-rail, .jfea-final-cta, .jfea-mobile-sticky, .jfea-footer { display: none !important; }
	.jfea-site { background: #fff; color: #000; }
	.jfea-hero { grid-template-columns: 1fr; min-height: 0; }
	.jfea-hero-media { display: none; }
	.jfea-content-shell { display: block; width: 100%; padding: 30px 0; }
}
