.rc-fastds-article,
.rc-fastds-widget,
.rc-fastds-help {
    --fd-ink: #16211f;
    --fd-muted: #52615e;
    --fd-teal: #0f766e;
    --fd-teal-dark: #0b4f4a;
    --fd-saffron: #d97706;
    --fd-paper: #f8faf9;
    --fd-line: #dbe5e2;
    --fd-navy: #14253b;
    box-sizing: border-box;
}
.rc-fastds-article *, .rc-fastds-widget *, .rc-fastds-help * { box-sizing: border-box; }
.rc-fastds-standfirst { font-size: 1.22em; line-height: 1.7; color: #273b37; }
.rc-fastds-hero { margin: 28px 0 30px; }
.rc-fastds-hero img { display: block; width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 42px rgba(20,37,59,.16); }
.rc-fastds-hero figcaption,
.rc-fastds-source-figure figcaption { margin-top: 10px; color: var(--fd-muted); font-size: .84em; line-height: 1.55; }
.rc-fastds-alert { display: grid; grid-template-columns: 42px 1fr; gap: 15px; margin: 26px 0; padding: 20px; border: 1px solid var(--fd-line); border-radius: 14px; background: #f7fbfa; color: var(--fd-ink); }
.rc-fastds-alert p { margin: 5px 0 0; }
.rc-fastds-alert-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #d9f3ee; color: var(--fd-teal-dark); font-weight: 900; }
.rc-fastds-alert-warning { border-color: #f1d39f; background: #fffaf0; }
.rc-fastds-alert-warning .rc-fastds-alert-mark { background: #ffedc4; color: #8a4b08; }
.rc-fastds-alert-danger { border-color: #f1c2c2; background: #fff7f7; }
.rc-fastds-alert-danger .rc-fastds-alert-mark { background: #fee2e2; color: #9f2323; }
.rc-fastds-jump { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 24px 0; padding: 13px 15px; border-radius: 12px; background: #eef6f4; font-size: .9em; }
.rc-fastds-jump span { font-weight: 800; color: var(--fd-navy); margin-right: 4px; }
.rc-fastds-jump a { padding: 6px 10px; border: 1px solid #c7ddd8; border-radius: 999px; background: white; color: var(--fd-teal-dark); text-decoration: none; font-weight: 700; }
.rc-fastds-jump a:hover { border-color: var(--fd-teal); }
.rc-fastds-fact-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 24px 0; }
.rc-fastds-fact { min-height: 140px; padding: 18px; border: 1px solid var(--fd-line); border-radius: 14px; background: white; }
.rc-fastds-fact span, .rc-fastds-fact small { display: block; color: var(--fd-muted); }
.rc-fastds-fact span { font-size: .8em; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.rc-fastds-fact strong { display: block; margin: 8px 0 6px; color: var(--fd-navy); font-size: 1.4em; line-height: 1.1; }
.rc-fastds-fact small { font-size: .76em; }
.rc-fastds-compare { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 28px 0; }
.rc-fastds-compare article { padding: 24px; border: 1px solid var(--fd-line); border-top: 4px solid var(--fd-teal); border-radius: 16px; background: linear-gradient(180deg,#f8fbfa,#fff); }
.rc-fastds-compare article:nth-child(2) { border-top-color: var(--fd-saffron); }
.rc-fastds-compare h3, .rc-fastds-card-grid h3 { margin: 6px 0 10px; color: var(--fd-navy); }
.rc-fastds-route-label, .rc-fastds-example-tag, .rc-fastds-eyebrow, .rc-fastds-result-label { margin: 0; color: var(--fd-teal); font-size: .78em; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.rc-fastds-big-number { margin: 18px 0 4px; color: var(--fd-teal-dark); font-weight: 850; font-size: 1.12em; }
.rc-fastds-muted { color: var(--fd-muted); font-size: .9em; }
.rc-fastds-checklist, .rc-fastds-cross-list { list-style: none; padding-left: 0; }
.rc-fastds-checklist li, .rc-fastds-cross-list li { position: relative; padding-left: 31px; margin: 12px 0; }
.rc-fastds-checklist li::before, .rc-fastds-cross-list li::before { position: absolute; left: 0; top: .1em; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #dff5f0; color: var(--fd-teal-dark); content: '✓'; font-size: .76em; font-weight: 900; }
.rc-fastds-cross-list li::before { background: #fee7e7; color: #a52b2b; content: '×'; }
.rc-fastds-example { margin: 24px 0; padding: 22px; border-left: 4px solid var(--fd-saffron); border-radius: 0 14px 14px 0; background: #fff9ee; }
.rc-fastds-example h3 { margin: 5px 0 8px; }
.rc-fastds-example-tag { color: #9a570b; }
.rc-fastds-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 24px 0; }
.rc-fastds-card-grid article { position: relative; padding: 21px 21px 21px 66px; border: 1px solid var(--fd-line); border-radius: 14px; background: white; }
.rc-fastds-card-grid article > span { position: absolute; left: 19px; top: 21px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #e2f3ef; color: var(--fd-teal-dark); font-size: .72em; font-weight: 900; }
.rc-fastds-card-grid p { margin-bottom: 0; color: var(--fd-muted); }
.rc-fastds-table-wrap { max-width: 100%; overflow-x: auto; margin: 24px 0; border: 1px solid var(--fd-line); border-radius: 14px; background: white; }
.rc-fastds-table-wrap table { width: 100%; min-width: 720px; margin: 0; border-collapse: collapse; }
.rc-fastds-table-wrap th { background: var(--fd-navy); color: white; text-align: left; }
.rc-fastds-table-wrap th, .rc-fastds-table-wrap td { padding: 14px 15px; border-bottom: 1px solid var(--fd-line); vertical-align: top; }
.rc-fastds-table-wrap tr:last-child td { border-bottom: 0; }
.rc-fastds-source-figure { max-width: 820px; margin: 34px auto; padding: 14px; border: 1px solid var(--fd-line); border-radius: 16px; background: #f6f8f7; }
.rc-fastds-source-figure img { display: block; width: 100%; height: auto; border-radius: 8px; }
.rc-fastds-process-list { counter-reset: fdstep; list-style: none; padding: 0; margin: 25px 0; }
.rc-fastds-process-list li { position: relative; padding: 0 0 24px 54px; counter-increment: fdstep; }
.rc-fastds-process-list li::before { position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--fd-navy); color: white; content: counter(fdstep); font-weight: 800; }
.rc-fastds-process-list li:not(:last-child)::after { position: absolute; left: 17px; top: 39px; bottom: 4px; width: 2px; background: #d7e3e0; content: ''; }
.rc-fastds-docs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 22px 0; }
.rc-fastds-docs label { display: flex; gap: 10px; align-items: flex-start; padding: 13px; border: 1px solid var(--fd-line); border-radius: 10px; background: white; cursor: pointer; }
.rc-fastds-docs input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--fd-teal); }
.rc-fastds-source-list li { margin-bottom: 12px; }
.rc-fastds-reviewed { padding: 14px 16px; border-radius: 10px; background: #f3f6f5; color: var(--fd-muted); font-size: .88em; }
.rc-fastds-faqs details { margin: 10px 0; border: 1px solid var(--fd-line); border-radius: 12px; background: white; overflow: hidden; }
.rc-fastds-faqs summary { padding: 16px 44px 16px 17px; color: var(--fd-navy); font-weight: 800; cursor: pointer; }
.rc-fastds-faqs details > div { padding: 0 17px 16px; color: var(--fd-muted); }
.rc-fastds-widget { margin: 30px 0; border: 1px solid #cbded9; border-radius: 18px; background: white; box-shadow: 0 14px 32px rgba(20,37,59,.08); overflow: hidden; color: var(--fd-ink); }
.rc-fastds-widget-head { padding: 24px 25px 19px; background: linear-gradient(135deg,#eff8f6,#fffaf1); border-bottom: 1px solid var(--fd-line); }
.rc-fastds-widget-head h3 { margin: 5px 0 7px; color: var(--fd-navy); font-size: 1.38em; }
.rc-fastds-widget-head > p:last-child { margin: 0; color: var(--fd-muted); }
.rc-fastds-widget-body { padding: 24px 25px 26px; }
.rc-fastds-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.rc-fastds-form-grid label { display: flex; flex-direction: column; gap: 7px; color: #334744; font-size: .9em; font-weight: 750; }
.rc-fastds-field-label { display: block; }
.rc-fastds-form-grid input, .rc-fastds-form-grid select, .rc-fastds-form-grid textarea { width: 100%; min-height: 54px; padding: 10px 12px; border: 1px solid #b7c9c5; border-radius: 9px; background: white; color: var(--fd-ink); font: inherit; }
.rc-fastds-form-grid textarea { min-height: 128px; resize: vertical; }
.rc-fastds-form-grid input:focus, .rc-fastds-form-grid select:focus, .rc-fastds-form-grid textarea:focus { outline: 3px solid rgba(15,118,110,.15); border-color: var(--fd-teal); }
.rc-fastds-form-grid small { color: var(--fd-muted); font-weight: 500; line-height: 1.45; }
.rc-fastds-widget-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 20px; }
.rc-fastds-primary, .rc-fastds-secondary, .rc-fastds-asset-buttons button, .rc-fastds-context button { min-height: 44px; padding: 10px 17px; border-radius: 9px; font: inherit; font-weight: 800; cursor: pointer; }
.rc-fastds-primary { border: 1px solid var(--fd-teal); background: var(--fd-teal); color: white; }
.rc-fastds-primary:hover { background: var(--fd-teal-dark); }
.rc-fastds-primary:disabled { border-color: #8ba19d; background: #8ba19d; cursor: wait; }
.rc-fastds-secondary { border: 1px solid #b7c9c5; background: white; color: var(--fd-teal-dark); }
.rc-fastds-result { margin-top: 21px; padding: 18px; border: 1px solid var(--fd-line); border-radius: 12px; background: #f5f8f7; }
.rc-fastds-result h4 { margin: 4px 0 7px; color: var(--fd-navy); font-size: 1.16em; }
.rc-fastds-result p { margin: 6px 0; }
.rc-fastds-result.is-success { border-color: #a8d6c9; background: #eef9f5; }
.rc-fastds-result.is-warning { border-color: #eed099; background: #fff9ed; }
.rc-fastds-result.is-danger { border-color: #efbbbb; background: #fff5f5; }
.rc-fastds-result-note { color: var(--fd-muted); font-size: .8em; }
.rc-fastds-valuation-layout { display: grid; grid-template-columns: minmax(180px,.65fr) minmax(0,1.7fr); min-height: 350px; }
.rc-fastds-asset-buttons { display: flex; flex-direction: column; gap: 8px; padding: 20px; border-right: 1px solid var(--fd-line); background: #f7faf9; }
.rc-fastds-asset-buttons button { text-align: left; border: 1px solid transparent; background: transparent; color: var(--fd-muted); }
.rc-fastds-asset-buttons button[aria-pressed="true"] { border-color: #b9d9d2; background: white; color: var(--fd-teal-dark); box-shadow: 0 6px 14px rgba(20,37,59,.06); }
.rc-fastds-asset-panel { padding: 26px; }
.rc-fastds-asset-panel h4 { margin: 6px 0 11px; color: var(--fd-navy); font-size: 1.25em; }
.rc-fastds-asset-panel dl { display: grid; gap: 10px; margin-top: 20px; }
.rc-fastds-asset-panel dl > div { padding: 13px; border-radius: 10px; background: #f4f8f7; }
.rc-fastds-asset-panel dt { color: var(--fd-teal-dark); font-weight: 850; }
.rc-fastds-asset-panel dd { margin: 4px 0 0; color: var(--fd-muted); }
.rc-fastds-countdown { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; padding: 16px 18px; border-radius: 12px; background: var(--fd-navy); color: white; }
.rc-fastds-countdown strong { color: #f4bd65; font-size: 1.38em; }
.rc-fastds-countdown span { font-size: .9em; }
.rc-fastds-date-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.rc-fastds-date-grid label { justify-content: flex-end; }
.rc-fastds-deadline-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.rc-fastds-deadline-grid > div { padding: 15px; border: 1px solid var(--fd-line); border-radius: 11px; background: #f8faf9; }
.rc-fastds-deadline-grid span, .rc-fastds-deadline-grid strong, .rc-fastds-deadline-grid small { display: block; }
.rc-fastds-deadline-grid span { color: var(--fd-teal-dark); font-size: .78em; font-weight: 800; text-transform: uppercase; }
.rc-fastds-deadline-grid strong { margin: 5px 0; color: var(--fd-navy); }
.rc-fastds-deadline-grid small { color: var(--fd-muted); line-height: 1.4; }
.rc-fastds-help { display: grid; grid-template-columns: .8fr 1.4fr; gap: 0; margin: 28px 0; border: 1px solid #c9ddd8; border-radius: 18px; background: white; overflow: hidden; box-shadow: 0 14px 32px rgba(20,37,59,.08); }
.rc-fastds-help-copy { padding: 28px; background: var(--fd-navy); color: #e8f1ef; }
.rc-fastds-help[data-rc-fastds-help] .rc-fastds-help-copy h3 { margin: 6px 0 10px; color: white !important; font-size: 1.42em; }
.rc-fastds-help[data-rc-fastds-help] .rc-fastds-help-copy .rc-fastds-eyebrow { color: #72d1bd !important; }
.rc-fastds-help[data-rc-fastds-help] .rc-fastds-help-copy > p:not(.rc-fastds-eyebrow), .rc-fastds-help[data-rc-fastds-help] .rc-fastds-help-copy li { color: #e8f1ef !important; }
.rc-fastds-help-copy ul { padding-left: 20px; margin-top: 20px; }
.rc-fastds-help-form { padding: 27px; }
.rc-fastds-help-form .rc-fastds-form-grid > label:not(.rc-fastds-consent) { justify-content: flex-end; }
.rc-fastds-help .rc-fastds-wide { grid-column: 1 / -1; }
.rc-fastds-consent { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px !important; font-size: .83em !important; font-weight: 550 !important; }
.rc-fastds-consent input { width: 19px !important; min-height: 0 !important; height: 19px; margin-top: 2px; accent-color: var(--fd-teal); }
.rc-fastds-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rc-fastds-context { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 15px; padding: 11px; border-radius: 9px; background: #eaf6f3; color: var(--fd-teal-dark); font-size: .78em; }
.rc-fastds-context[hidden] { display: none; }
.rc-fastds-context button { min-height: 32px; padding: 4px 8px; border: 1px solid #a9cec6; background: white; color: var(--fd-teal-dark); font-size: .9em; }
.rc-fastds-form-status { color: var(--fd-muted); font-size: .88em; font-weight: 700; }
.rc-fastds-form-status.is-success { color: #087044; }
.rc-fastds-form-status.is-error { color: #aa2727; }
@media (max-width: 820px) {
    .rc-fastds-fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rc-fastds-date-grid { grid-template-columns: 1fr; }
    .rc-fastds-help { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .rc-fastds-alert { grid-template-columns: 34px 1fr; padding: 16px; }
    .rc-fastds-alert-mark { width: 32px; height: 32px; }
    .rc-fastds-fact-grid, .rc-fastds-compare, .rc-fastds-card-grid, .rc-fastds-docs, .rc-fastds-form-grid, .rc-fastds-deadline-grid { grid-template-columns: 1fr; }
    .rc-fastds-fact { min-height: 0; }
    .rc-fastds-card-grid article { padding-left: 60px; }
    .rc-fastds-widget-head, .rc-fastds-widget-body, .rc-fastds-help-form, .rc-fastds-help-copy { padding: 20px; }
    .rc-fastds-valuation-layout { grid-template-columns: 1fr; }
    .rc-fastds-asset-buttons { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--fd-line); }
    .rc-fastds-asset-buttons button { min-width: max-content; }
    .rc-fastds-countdown { align-items: flex-start; flex-direction: column; gap: 3px; }
}
@media (prefers-reduced-motion: reduce) {
    .rc-fastds-article *, .rc-fastds-widget *, .rc-fastds-help * { scroll-behavior: auto !important; transition: none !important; }
}
