/* Corporate article only; the freelance article retains factoring.css. */
.fc {
  --fc-orange: #f89c0d;
  --fc-dark: #393126;
  --fc-muted: #70685d;
  --fc-line: #e9e3d9;
  --fc-cream: #fdf4e4;
  --fc-accent: #9b5400;
  color: var(--fc-dark);
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}
.fc *, .fc *::before, .fc *::after { box-sizing: border-box; }
.fc h1, .fc h2, .fc h3, .fc h4 { color: var(--fc-dark); border: 0; background: none; padding: 0; margin: 0; font-weight: 700; line-height: 1.5; }
.fc p { margin: 0 0 1.2em; }
.fc p:last-child { margin-bottom: 0; }
.fc b, .fc strong { background: none; font-weight: 700; }
.fc strong { background: linear-gradient(transparent 68%, #fff0cf 68%); }
.fc a { color: var(--fc-accent); text-underline-offset: 4px; }
.fc a:hover { color: #663700; }
.fc a:focus-visible, .fc [tabindex]:focus-visible { outline: 3px solid #9b5400; outline-offset: 5px; }
.fc section[id], .fc-anchor { scroll-margin-top: 24px; }
.fc-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; color: var(--fc-muted); margin-bottom: 16px; }
.fc-pr { padding: 2px 10px; border: 1px solid #d5cfc6; border-radius: 4px; }
.fc-audience { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 22px; border: 1px solid var(--fc-line); border-radius: 10px; overflow: hidden; background: #fff; }
.fc-audience a { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 4px 16px; padding: 16px 12px; text-decoration: none; color: var(--fc-muted); font-size: 15px; }
.fc-audience a span { font-size: 11px; }
.fc-audience a[aria-current] { background: var(--fc-dark); color: #fff; font-weight: 700; }
.fc-audience a[aria-current] span { border: 1px solid #8b8275; padding: 0 6px; border-radius: 3px; }
.fc-audience a:not([aria-current]):hover { background: var(--fc-cream); }
.fc-hero { position: relative; display: grid; grid-template-columns: 1.55fr 1fr; align-items: center; gap: 36px; padding: 50px 44px; background: linear-gradient(115deg, #fffbf3 30%, #fceccf); border: 1px solid #eadac0; border-radius: 18px 18px 0 0; }
.fc .fc-eyebrow { color: var(--fc-accent); font-size: 13px; font-weight: 700; letter-spacing: .12em; margin-bottom: 17px; }
.fc .fc-eyebrow::before { content: ""; display: inline-block; width: 22px; height: 2px; background: var(--fc-orange); margin-right: 9px; vertical-align: middle; }
.fc h1 { font-size: clamp(28px, 3.2vw, 41px); line-height: 1.55; letter-spacing: -.025em; margin-bottom: 22px; }
.fc h1 em { color: var(--fc-accent); font-style: normal; }
.fc h1 small { display: block; margin-top: 16px; font-size: 18px; letter-spacing: .025em; }
.fc-hero-copy > p:not(.fc-eyebrow) { color: #615849; font-size: 15px; }
.fc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.fc .fc-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 13px 23px; border: 1px solid var(--fc-orange); border-radius: 7px; background: var(--fc-orange); color: #3e2908; text-decoration: none; text-align: center; font-size: 15px; font-weight: 700; line-height: 1.6; transition: background .15s, box-shadow .15s; }
.fc .fc-button:hover { color: #3e2908; background: #ffaf31; border-color: #e98c00; box-shadow: 0 4px 10px #70400012; }
.fc .fc-button > span { flex-shrink: 0; }
.fc .fc-button--outline { background: #fff; border-color: #ccab76; color: var(--fc-accent); }
.fc .fc-button--outline:hover { background: #fff8e9; }
.fc .fc-text-link { font-size: 13px; font-weight: 700; }
.fc-hero-visual { max-width: 310px; width: 100%; justify-self: center; position: relative; padding: 14px 0 0; }
.fc-hero-visual::before { content: ""; position: absolute; inset: 25px -15px 28px; border-radius: 50%; border: 1px dashed #d6bb8d; }
.fc-invoice { position: relative; width: 218px; margin: 0 auto; padding: 22px; border: 1px solid #e9decc; border-radius: 8px; box-shadow: 7px 8px 0 #f4e1bf; background: #fff; transform: rotate(-5deg); }
.fc-invoice-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: #9d8c72; font: 700 11px/1.5 Arial, sans-serif; letter-spacing: .15em; }
.fc-paper-icon { border: 1px solid #dfc79f; padding: 2px 8px; border-radius: 5px; color: var(--fc-accent); font-size: 18px; }
.fc-invoice-label { font-size: 17px; font-weight: 700; }
.fc-paper-line { height: 5px; background: #f0ede7; margin: 13px 0; border-radius: 8px; }
.fc-paper-line--short { width: 68%; }
.fc-invoice-bottom { border-top: 1px dashed #d5cabb; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 12px; font-size: 11px; }
.fc-invoice-bottom b { font-size: 15px; color: #897759; }
.fc-transfer { position: relative; display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--fc-accent); font-size: 12px; margin: 15px 0 8px; }
.fc-transfer-arrow { font: 32px/1.1 sans-serif; }
.fc-receive { position: relative; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 16px 20px; border: 1px solid #edc47e; border-radius: 10px; background: #fff; box-shadow: 0 8px 20px #8d5b0610; }
.fc-receive-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: #ffecbe; color: var(--fc-accent); font-size: 26px; }
.fc-receive div span { display: block; font-size: 11px; }
.fc-receive b { display: block; font-size: 23px; color: var(--fc-accent); line-height: 1.5; }
.fc-receive-check { font-size: 22px; color: #b1751a; }
.fc-hero-visual > p { position: relative; text-align: center; font-size: 10px; color: #776c59; margin: 12px 0 0; }
.fc-keypoints { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; align-items: center; background: #fff; border: 1px solid #eadac0; border-top: 0; border-radius: 0 0 18px 18px; padding: 23px 32px; gap: 24px; }
.fc .fc-keypoints p { margin: 0; font-size: 12px; line-height: 1.7; }
.fc-keypoints b { font-size: 16px; }
.fc-keypoints > span { font-weight: 700; font-size: 16px; display: flex; gap: 13px; align-items: center; border-left: 1px solid var(--fc-line); padding-left: 22px; }
.fc-keypoints i { font: normal 16px/1 Arial, sans-serif; color: #b2761b; }
.fc .fc-intro { margin: 30px auto; max-width: 880px; color: #625b51; }
.fc-toc { display: grid; grid-template-columns: 145px 1fr; padding: 24px 28px; background: #fff; border-radius: 10px; border: 1px solid var(--fc-line); align-items: center; font-size: 13px; }
.fc-toc > span { font-weight: 700; }
.fc-toc > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 20px; padding-left: 24px; border-left: 1px solid var(--fc-line); }
.fc-toc a { text-decoration: none; }
.fc-toc a::before { content: "↓"; margin-right: 8px; color: #b67e2a; }
.fc-toc a:hover { text-decoration: underline; }
.fc-section { margin-top: 76px; }
.fc-heading { margin-bottom: 26px; }
.fc-heading > span { color: var(--fc-accent); font: 700 11px/1.5 Arial, sans-serif; letter-spacing: .15em; display: block; margin-bottom: 10px; }
.fc-heading h2 { font-size: 27px; letter-spacing: .015em; }
.fc-heading h2::after { content: ""; display: block; width: 36px; height: 3px; margin-top: 17px; background: var(--fc-orange); }
.fc-heading p { margin: 15px 0 0; font-size: 15px; color: var(--fc-muted); }
.fc-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fc-path { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--fc-line); border-radius: 12px; background: #fff; }
.fc-path--consult { border-color: #dfc28e; background: #fffbf3; }
.fc-label { display: block; color: var(--fc-accent); font-size: 12px; font-weight: 700; letter-spacing: .03em; margin-bottom: 10px; }
.fc-path h3 { font-size: 23px; margin-bottom: 14px; }
.fc-path > p { font-size: 14px; }
.fc-path-service { border-top: 1px solid #e9dcc4; border-bottom: 1px solid #e9dcc4; padding: 17px 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.fc-path-service span { font-size: 11px; color: var(--fc-muted); }
.fc-path-service b { font-size: 25px; }
.fc .fc-small { font-size: 13px; }
.fc .fc-fine { color: var(--fc-muted); font-size: 12px; margin: 14px 0 0; line-height: 1.8; }
.fc-path > .fc-text-link { margin-top: 10px; }
.fc-shortlist { margin: 0 0 24px; }
.fc-shortlist a { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--fc-line); padding: 12px 0; text-decoration: none; }
.fc-shortlist a:last-child { border-bottom: 1px solid var(--fc-line); }
.fc-shortlist a > span:first-child { color: var(--fc-muted); font-size: 11px; }
.fc-shortlist b { display: block; color: var(--fc-dark); font-size: 19px; }
.fc-shortlist a:hover b { color: var(--fc-accent); text-decoration: underline; text-underline-offset: 4px; }
.fc-path > .fc-button { margin-top: auto; }
.fc .fc-scroll-hint { display: none; font-size: 12px; text-align: right; margin-bottom: 8px; color: var(--fc-muted); }
.fc-table-scroll { overflow-x: auto; border: 1px solid #ded4c3; border-radius: 12px; background: #fff; }
.fc-table { width: 100%; min-width: 830px; border-collapse: separate; border-spacing: 0; font-size: 14px; line-height: 1.75; }
.fc-table caption { caption-side: bottom; padding: 12px 18px; color: var(--fc-muted); font-size: 11px; background: #fff; }
.fc-table th, .fc-table td { padding: 18px 20px; border-bottom: 1px solid var(--fc-line); border-right: 1px solid var(--fc-line); vertical-align: top; width: 27.5%; }
.fc-table tr > :last-child { border-right: 0; }
.fc-table tr > :first-child { width: 17.5%; }
.fc-table thead th { background: #f9edda; padding-top: 23px; padding-bottom: 23px; vertical-align: middle; }
.fc-table thead th > span { font-size: 11px; font-weight: 500; margin-bottom: 8px; }
.fc-table thead a { font-size: 20px; color: var(--fc-dark); text-decoration: none; }
.fc-table thead a:hover { text-decoration: underline; }
.fc-table thead small { font-size: 12px; color: var(--fc-accent); }
.fc-table span { display: block; font-size: 11px; color: var(--fc-muted); margin-top: 5px; }
.fc-table tbody th { background: #faf8f4; font-size: 13px; vertical-align: middle; }
.fc-fee-row td { background: #fffcf6; }
.fc-fee-row b { color: var(--fc-accent); font: 700 27px/1.5 Arial, sans-serif; }
.fc-table-link { font-size: 12px; font-weight: 700; }
.fc-note { padding: 19px 22px; background: #fff8e9; border-left: 3px solid var(--fc-orange); border-radius: 0 7px 7px 0; margin-top: 20px; font-size: 13px; }
.fc-note > b { display: block; margin-bottom: 6px; }
.fc .fc-source { color: var(--fc-muted); font-size: 11px; margin-top: 14px; }
.fc-source a { display: inline-block; margin: 0 12px 0 0; }
.fc-service { background: #fff; border: 1px solid var(--fc-line); border-radius: 12px; margin-bottom: 26px; overflow: hidden; }
.fc-service-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px 22px; padding: 28px 32px; border-bottom: 1px solid var(--fc-line); }
.fc-service h3 { font-size: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 5px 18px; }
.fc-service h3 small { font-size: 11px; font-weight: 500; color: var(--fc-muted); }
.fc-service-head p { margin: 10px 0 0; font-size: 14px; }
.fc-service-body { display: grid; grid-template-columns: 1fr 290px; padding: 30px 32px; gap: 36px; }
.fc-service-copy { font-size: 15px; }
.fc-service-summary { align-self: start; background: #faf7f1; border-radius: 8px; padding: 20px; }
.fc-service-summary dl { margin: 0; }
.fc-service-summary dl > div { padding: 11px 0; border-bottom: 1px solid #e7dfd0; }
.fc-service-summary dl > div:first-child { padding-top: 0; }
.fc-service-summary dt { font-size: 11px; font-weight: 500; color: var(--fc-muted); }
.fc-service-summary dd { font-size: 21px; font-weight: 700; margin: 2px 0 0; }
.fc-service-summary dl > div:first-child dd { color: var(--fc-accent); }
.fc-check { margin-top: 16px; font-size: 12px; line-height: 1.8; }
.fc-check > b { display: block; color: var(--fc-accent); margin-bottom: 7px; }
.fc-check > b::before { content: "✓"; margin-right: 7px; }
.fc-service-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 32px; border-top: 1px solid var(--fc-line); background: #fffdf8; }
.fc-service-footer > span { font-size: 12px; color: var(--fc-muted); }
.fc .fc-button--long { font-size: 13px; max-width: 460px; text-align: left; }
.fc-consultation { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; background: #fffbf3; border: 1px solid #e2cea9; border-radius: 12px; padding: 32px; font-size: 14px; }
.fc-consultation h3 { font-size: 30px; margin-bottom: 18px; }
.fc-consultation .fc-button { margin-top: 6px; }
.fc-consultation-notes { padding: 24px; background: #fff; border-radius: 8px; border: 1px solid var(--fc-line); }
.fc-consultation-notes h4 { font-size: 16px; }
.fc-consultation-notes ul { list-style: none; padding: 0; margin: 16px 0; }
.fc-consultation-notes li { padding: 13px 0; border-bottom: 1px solid var(--fc-line); }
.fc-consultation-notes li:first-child { padding-top: 0; }
.fc-consultation-notes li:last-child { padding-bottom: 0; border-bottom: 0; }
.fc-consultation-notes b { display: block; font-size: 13px; }
.fc-consultation-notes li span { display: block; font-size: 12px; color: var(--fc-muted); margin-top: 5px; }
.fc-steps { border: 1px solid var(--fc-line); background: #fff; border-radius: 12px; padding: 4px 32px; }
.fc-step { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 30px 0; }
.fc-step + .fc-step { border-top: 1px solid var(--fc-line); }
.fc-step-number { width: 40px; height: 40px; border-radius: 50%; background: #fff0d4; color: var(--fc-accent); display: grid; place-items: center; font: 700 19px/1 Arial, sans-serif; }
.fc-step h3 { font-size: 21px; margin: 2px 0 13px; }
.fc-step p { font-size: 15px; }
.fc-calculation { margin: 24px 0; border: 1px solid #e9dbc3; border-radius: 10px; background: #fffcf5; padding: 20px 28px; }
.fc-calculation figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px; font-weight: 700; font-size: 14px; }
.fc-calculation figcaption span { font-weight: 500; font-size: 11px; color: var(--fc-muted); }
.fc-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; text-align: center; padding: 22px 0; }
.fc-equation div > span { display: block; font-size: 12px; }
.fc-equation b { font-size: 38px; display: block; line-height: 1.5; }
.fc-equation small { font-size: 16px; padding-left: 4px; }
.fc-equation > span { font-size: 23px; color: #b3a28a; }
.fc-equation-result { background: #ffedc5; border-radius: 8px; padding: 10px; color: #845000; }
.fc .fc-calculation > p { font-size: 11px; color: var(--fc-muted); border-top: 1px solid #e9dbc3; padding-top: 12px; }
.fc-checklist { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.fc-checklist li { padding: 4px 0 4px 25px; position: relative; }
.fc-checklist li::before { content: "✓"; position: absolute; left: 0; color: #a3670d; }
.fc-caution { padding: 28px 32px; border: 1px solid #dfcda9; border-top: 3px solid #c69135; border-radius: 8px; background: #fffcf5; font-size: 15px; }
.fc-contract-checks { list-style: none; padding: 20px; margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; background: #fff; border: 1px solid var(--fc-line); border-radius: 7px; font-size: 14px; }
.fc-contract-checks li::before { content: "□"; color: #a3670d; margin-right: 8px; }
.fc-final { margin-top: 70px; text-align: center; padding: 45px 30px; border: 1px solid #e6ce9f; border-radius: 14px; background: #fdf1da; }
.fc-final h2 { font-size: 27px; line-height: 1.7; margin-bottom: 20px; }
.fc-final > p { font-size: 14px; color: #6b5e4a; }
.fc-final .fc-actions { justify-content: center; margin: 25px 0 20px; }
.fc-sources { padding: 32px 0 20px; color: var(--fc-muted); font-size: 12px; }
.fc-sources h2 { font-size: 14px; margin-bottom: 12px; }
.fc-sources ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 8px 22px; }
.fc-tracking { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.fc-tracking img { width: 1px; height: 1px; }
@media (max-width: 1199px) {
  .fc-hero { padding: 34px 28px; gap: 24px; }
  .fc h1 { font-size: 34px; }
  .fc-keypoints { gap: 16px; padding: 20px 24px; }
  .fc-keypoints > span { font-size: 14px; padding-left: 15px; gap: 10px; }
  .fc-hero .fc-actions { gap: 16px; }
  .fc-service-body { grid-template-columns: 1fr 255px; gap: 25px; }
}
@media (max-width: 991px) {
  .fc h1 { font-size: 29px; }
  .fc h1 small { font-size: 15px; }
  .fc-hero { grid-template-columns: 1.4fr 1fr; padding: 30px 24px; gap: 16px; }
  .fc-hero-copy > p:not(.fc-eyebrow) { font-size: 14px; }
  .fc-invoice { width: 185px; padding: 17px; }
  .fc-receive { gap: 10px; padding: 13px; }
  .fc-receive b { font-size: 19px; }
  .fc-receive-check { display: none; }
  .fc-desktop-break { display: none; }
  .fc-keypoints { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .fc .fc-keypoints p { grid-column: 1 / -1; text-align: center; margin-bottom: 8px; }
  .fc-keypoints p br { display: none; }
  .fc-keypoints p b { margin-left: 8px; }
  .fc-keypoints > span { padding-left: 8px; justify-content: center; font-size: 13px; }
  .fc-keypoints > span:first-of-type { border-left: 0; }
  .fc-toc { grid-template-columns: 1fr; gap: 12px; padding: 20px 24px; }
  .fc-toc > div { padding-left: 0; border-left: 0; }
  .fc-paths { gap: 16px; }
  .fc-path { padding: 24px; }
  .fc-path h3 { font-size: 20px; }
  .fc .fc-scroll-hint { display: block; }
  .fc-service-body { grid-template-columns: 1fr; }
  .fc-service-summary dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .fc-service-summary dl > div { border-bottom: 0; padding: 0; }
  .fc-service-summary dd { font-size: 18px; }
  .fc-check { border-top: 1px solid var(--fc-line); padding-top: 15px; }
  .fc-check > b { display: inline; margin-right: 10px; }
  .fc-check p { display: inline; }
  .fc-service-footer { flex-direction: column; align-items: stretch; gap: 10px; text-align: center; }
  .fc .fc-button--long { max-width: none; }
  .fc-consultation { gap: 24px; padding: 26px; }
  .fc-consultation .fc-button { font-size: 13px; }
}
@media (max-width: 767px) {
  .fc { font-size: 15px; }
  .fc-audience a { padding: 12px 8px; font-size: 12px; flex-direction: column; line-height: 1.8; gap: 3px; text-align: center; }
  .fc-audience a span { font-size: 10px; }
  .fc-hero { grid-template-columns: 1fr; padding: 28px 22px; gap: 22px; }
  .fc h1 { font-size: clamp(27px, 5.8vw, 34px); }
  .fc h1 small { font-size: 15px; margin-top: 14px; }
  .fc .fc-eyebrow { font-size: 11px; margin-bottom: 16px; }
  .fc-hero-copy > p:not(.fc-eyebrow) { font-size: 14px; }
  .fc .fc-button { font-size: 14px; padding: 13px 17px; }
  .fc-hero .fc-actions { flex-direction: column; align-items: stretch; gap: 13px; text-align: center; }
  .fc-hero-visual { max-width: 320px; display: grid; grid-template-columns: 1fr 30px 1fr; gap: 8px; align-items: center; padding: 12px 0 0; }
  .fc-hero-visual::before { inset: 4px -5px 22px; border-radius: 80px; }
  .fc-invoice { width: 100%; padding: 14px; border-radius: 5px; box-shadow: 4px 5px 0 #f4e1bf; }
  .fc-invoice-top { margin-bottom: 9px; font-size: 8px; }
  .fc-paper-icon { font-size: 13px; padding: 1px 5px; }
  .fc-invoice-label { font-size: 11px; }
  .fc-paper-line { margin: 9px 0; height: 3px; }
  .fc-invoice-bottom { margin-top: 12px; padding-top: 9px; font-size: 9px; gap: 5px; }
  .fc-invoice-bottom b { font-size: 11px; }
  .fc-transfer { margin: 0; }
  .fc-transfer > span:first-child { display: none; }
  .fc-transfer-arrow { transform: rotate(-90deg); font-size: 27px; }
  .fc-receive { display: flex; flex-direction: column; padding: 13px 9px; gap: 9px; text-align: center; }
  .fc-receive-icon { width: 33px; height: 33px; font-size: 21px; }
  .fc-receive div span { font-size: 9px; }
  .fc-receive b { font-size: 17px; white-space: nowrap; }
  .fc-hero-visual > p { grid-column: 1 / -1; font-size: 9px; margin-top: 9px; }
  .fc-keypoints { padding: 16px 10px; gap: 8px; }
  .fc-keypoints > span { flex-direction: column; font-size: 12px; gap: 8px; padding: 3px; }
  .fc-keypoints i { font-size: 12px; }
  .fc .fc-keypoints p { font-size: 11px; }
  .fc-keypoints b { font-size: 13px; }
  .fc .fc-intro { margin: 24px 4px; font-size: 14px; }
  .fc-toc { padding: 18px 20px; font-size: 12px; }
  .fc-toc > div { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .fc-toc a::before { margin-right: 5px; }
  .fc-section { margin-top: 48px; }
  .fc-heading { margin-bottom: 20px; }
  .fc-heading h2 { font-size: 23px; }
  .fc-heading > span { font-size: 10px; }
  .fc-heading p { font-size: 14px; }
  .fc-paths { grid-template-columns: 1fr; }
  .fc-path { padding: 24px; }
  .fc-path h3 { font-size: 22px; }
  .fc-table { min-width: 790px; }
  .fc-table th, .fc-table td { padding: 15px; }
  .fc-table tr > :first-child { position: sticky; left: 0; z-index: 1; min-width: 125px; box-shadow: 2px 0 3px #46300009; }
  .fc-note { padding: 17px; font-size: 12px; }
  .fc-service-head { padding: 24px 22px; }
  .fc-service h3 { font-size: 27px; gap: 4px 12px; }
  .fc-service-head p { font-size: 13px; }
  .fc-service-body { padding: 24px 22px; gap: 18px; }
  .fc-service-copy { font-size: 14px; }
  .fc-service-summary { padding: 16px; }
  .fc-service-summary dl { display: block; }
  .fc-service-summary dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; padding: 8px 0; border-bottom: 1px solid var(--fc-line); align-items: center; }
  .fc-service-summary dl > div:first-child { padding-top: 0; }
  .fc-service-summary dl > div:last-child { border-bottom: 0; }
  .fc-service-summary dd { font-size: 18px; margin: 0; }
  .fc-check { margin-top: 8px; }
  .fc-service-footer { padding: 18px 22px; }
  .fc-service-footer > span { font-size: 10px; }
  .fc .fc-button--long { font-size: 12px; }
  .fc-consultation { grid-template-columns: 1fr; padding: 24px 22px; gap: 24px; }
  .fc-consultation h3 { font-size: 27px; }
  .fc-consultation .fc-button { width: 100%; }
  .fc-consultation-notes { padding: 20px; }
  .fc-steps { padding: 0 20px; }
  .fc-step { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .fc-step-number { width: 32px; height: 32px; font-size: 16px; }
  .fc-step h3 { font-size: 20px; }
  .fc-step p { font-size: 14px; }
  .fc-calculation { padding: 16px 12px; }
  .fc-calculation figcaption { font-size: 12px; }
  .fc-calculation figcaption span { font-size: 10px; }
  .fc-equation { gap: 4px; padding: 18px 0; }
  .fc-equation div > span { font-size: 10px; }
  .fc-equation b { font-size: 27px; }
  .fc-equation small { font-size: 11px; padding-left: 1px; }
  .fc-equation > span { font-size: 17px; }
  .fc-equation-result { padding: 10px 5px; }
  .fc .fc-calculation > p { font-size: 10px; }
  .fc-checklist { font-size: 13px; }
  .fc-caution { padding: 24px 22px; font-size: 14px; }
  .fc-contract-checks { grid-template-columns: 1fr; padding: 16px; font-size: 13px; gap: 9px; }
  .fc-final { padding: 30px 22px; margin-top: 48px; }
  .fc-final h2 { font-size: 22px; }
  .fc-final > p { font-size: 13px; }
  .fc-final .fc-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .fc-final > .fc-text-link { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { .fc a { transition: none; } }

/* Official advertising materials, placed alongside the service explanation. */
.fc .fc-banner { display: block; max-width: 300px; width: 100%; margin: 0 auto; background: #fff; line-height: 0; }
.fc-banner img { display: block; width: 100%; height: auto; aspect-ratio: 6 / 5; object-fit: contain; }
.fc .fc-banner:hover { outline: 2px solid #e7bd77; outline-offset: 4px; }
.fc-service-body--banner { grid-template-columns: minmax(0, 1fr) 300px; }
.fc-service-ad { align-self: start; }
.fc-service-ad > .fc-check { background: #faf7f1; padding: 16px 18px; border: 1px solid var(--fc-line); border-radius: 7px; margin-top: 20px; }
.fc-inline-stats { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 12px; border-top: 1px solid var(--fc-line); padding-top: 18px; margin: 22px 0 0; }
.fc-inline-stats dt { font-size: 11px; font-weight: 500; color: var(--fc-muted); }
.fc-inline-stats dd { margin: 4px 0 0; font-weight: 700; font-size: 19px; }
.fc-inline-stats > div:first-child dd { color: var(--fc-accent); }
.fc .fc-banner--consultation { margin: 0 auto 24px; }
@media (min-width: 992px) and (max-width: 1199px) {
  .fc-service-body--banner { grid-template-columns: minmax(0, 1fr) 270px; }
  .fc-inline-stats dd { font-size: 17px; }
}
@media (max-width: 991px) {
  .fc-service-body--banner { grid-template-columns: minmax(0, 1fr); }
  .fc-service-ad { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 24px; align-items: center; }
  .fc-service-ad > .fc-check { margin: 0; }
}
@media (max-width: 767px) {
  .fc-service-ad { display: block; }
  .fc-service-ad > .fc-check { margin-top: 20px; }
  .fc-inline-stats { gap: 8px; }
  .fc-inline-stats dt { font-size: 10px; }
  .fc-inline-stats dd { font-size: 15px; }
}
/* The shared header's 728px advertisement cannot fit its tablet column. */
@media (min-width: 768px) and (max-width: 991px) {
  body > .bg-white > header.container .col-sm-9 { display: none; }
  body > .bg-white > header.container .col-sm-3 { width: 240px; }
}
@media (max-width: 767px) {
  body > .container > .row > .col-12 > .bg-white.rounded-3.p-4 { padding: 16px !important; }
}

/* Compact banners at the entry, comparison and final decision points. */
.fc .fc-banner--entry { max-width: 180px; margin: 0 auto 20px; }
.fc .fc-banner--table { max-width: 150px; margin: 0 auto 14px; }
.fc-table-service-links td { text-align: center; vertical-align: middle; }
.fc-final-banners { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin: 26px 0; }
.fc-final-banner-item { width: 150px; max-width: 100%; }
.fc-final-banner-item > span { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 700; }
.fc .fc-banner--small { max-width: 150px; }
@media (max-width: 767px) {
  .fc-final-banners { gap: 20px 16px; }
  .fc-final-banner-item { width: 120px; }
  .fc-final-banner-item > span { font-size: 11px; }
}
