.cf-page {
  --cf-ink: #0a1019;
  --cf-panel: #101925;
  --cf-panel-2: #152131;
  --cf-rule: rgba(151, 178, 214, .17);
  --cf-rule-strong: rgba(151, 178, 214, .32);
  --cf-paper: #e8edf5;
  --cf-muted: #9ba9bc;
  --cf-blue: #397fd8;
  --cf-blue-soft: rgba(57, 127, 216, .13);
  --cf-gold: #e6b92f;
  --cf-gold-soft: rgba(230, 185, 47, .12);
  --cf-red: #e5655d;
  --cf-red-soft: rgba(229, 101, 93, .11);
  --cf-green: #59b98a;
  --cf-green-soft: rgba(89, 185, 138, .11);
  width: min(1480px, calc(100% - 28px));
  margin: 0 auto;
  padding: 104px 0 80px;
  color: var(--cf-paper);
  font-family: "Barlow", sans-serif;
}

.cf-page *,
.cf-page *::before,
.cf-page *::after { box-sizing: border-box; }
.cf-page [hidden] { display: none !important; }

.cf-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(32px, 6vw, 100px);
  align-items: end;
  min-height: 360px;
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid var(--cf-rule);
  background: linear-gradient(135deg, rgba(57, 127, 216, .11), transparent 58%), var(--cf-ink);
}

.cf-hero::before { display: none; }

.cf-hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -230px;
  bottom: -280px;
  border: 1px solid rgba(230, 185, 47, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(57, 127, 216, .035), 0 0 0 120px rgba(57, 127, 216, .025);
}

.cf-hero__copy { position: relative; z-index: 1; max-width: 850px; }

.cf-eyebrow,
.cf-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cf-gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cf-eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.cf-hero__index { margin: 40px 0 4px; color: var(--cf-blue); font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .18em; }

.cf-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #f6f8fb;
  font: 400 clamp(46px, 7.2vw, 92px)/.9 "Bebas Neue", sans-serif;
  letter-spacing: .015em;
  text-wrap: balance;
}

.cf-hero__intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: #bec9d7;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.cf-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.cf-hero__proof li { color: #dce3ec; font-size: 13px; }
.cf-hero__proof span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; color: var(--cf-gold); border: 1px solid rgba(230, 185, 47, .35); border-radius: 50%; font-size: 10px; }

.cf-hero__docket {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 34px 26px 24px;
  border: 1px solid rgba(230, 185, 47, .42);
  background: rgba(16, 25, 37, .93);
  box-shadow: 14px 14px 0 rgba(57, 127, 216, .10);
  transform: rotate(1.5deg);
}

.cf-docket__clip { position: absolute; top: -9px; right: 24px; width: 62px; height: 24px; border: 2px solid #8290a2; border-bottom: 0; border-radius: 24px 24px 0 0; transform: rotate(-3deg); }
.cf-hero__docket small { color: var(--cf-muted); font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .16em; }
.cf-hero__docket strong { display: block; margin-top: 20px; color: var(--cf-gold); font: 400 84px/.78 "Bebas Neue", sans-serif; }
.cf-hero__docket p { margin: 18px 0 0; color: #fff; font: 600 18px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.cf-hero__docket i { display: inline-block; margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--cf-rule-strong); color: var(--cf-muted); font-size: 12px; font-style: normal; }

.cf-rail {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  border: 1px solid var(--cf-rule);
  border-top: 0;
  background: #0c141f;
}

.cf-rail__intro { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-right: 1px solid var(--cf-rule); }
.cf-file-pulse { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--cf-green); box-shadow: 0 0 0 5px var(--cf-green-soft); }
.cf-rail__intro p { margin: 0; }
.cf-rail__intro strong,
.cf-rail__intro small { display: block; }
.cf-rail__intro strong { color: var(--cf-paper); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .11em; }
.cf-rail__intro small { margin-top: 5px; color: var(--cf-muted); font-size: 11px; }

.cf-rail ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.cf-rail li { min-width: 0; border-right: 1px solid var(--cf-rule); }
.cf-rail li:last-child { border-right: 0; }
.cf-rail a { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) 10px; gap: 8px; align-items: center; min-height: 78px; padding: 13px 14px; color: inherit; text-decoration: none; transition: background .18s ease; }
.cf-rail a:hover { background: rgba(255, 255, 255, .025); }
.cf-rail b { color: #6d7c8f; font: 400 24px/1 "Bebas Neue", sans-serif; }
.cf-rail span strong,
.cf-rail span small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cf-rail span strong { color: #e8edf4; font: 600 13px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .035em; }
.cf-rail span small { margin-top: 5px; color: #78879a; font-size: 10px; }
.cf-rail i { width: 8px; height: 8px; border: 1px solid #536175; border-radius: 50%; }
.cf-rail li.is-active { background: var(--cf-blue-soft); box-shadow: inset 0 -3px 0 var(--cf-blue); }
.cf-rail li.is-active b { color: var(--cf-blue); }
.cf-rail li.is-active i { border-color: var(--cf-blue); background: var(--cf-blue); box-shadow: 0 0 0 4px rgba(57, 127, 216, .12); }
.cf-rail li.is-complete i { border-color: var(--cf-green); background: var(--cf-green); }

.cf-workspace {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 24px;
  padding: 0;
}

.cf-file-card,
.cf-bench { border: 1px solid var(--cf-rule); background: var(--cf-panel); }
.cf-file-card { position: sticky; top: 84px; }
.cf-file-card__head { padding: 24px; border-bottom: 1px solid var(--cf-rule); background: linear-gradient(135deg, rgba(57, 127, 216, .10), transparent 70%); }
.cf-file-card__head > span,
.cf-bench__head > div > span { color: var(--cf-gold); font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .15em; }
.cf-file-card__head strong { display: block; margin-top: 8px; color: #fff; font: 400 28px/1 "Bebas Neue", sans-serif; letter-spacing: .025em; }
.cf-file-card__head p { margin: 8px 0 0; color: var(--cf-muted); font-size: 12px; line-height: 1.55; }
.cf-file-fields { padding: 20px 20px 8px; }
.cf-file-fields label { display: block; margin-bottom: 15px; }
.cf-file-fields label > span,
.cf-field > span,
.cf-fieldset > legend { display: block; margin-bottom: 7px; color: #bdc8d6; font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }

.cf-file-fields input,
.cf-field input,
.cf-field select,
.cf-field textarea,
.cf-inline-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--cf-rule-strong);
  border-radius: 0;
  outline: none;
  background: #0c141f;
  color: #f1f4f8;
  font: 400 14px/1.4 "Barlow", sans-serif;
  color-scheme: dark;
}

.cf-field textarea { min-height: 100px; resize: vertical; }
.cf-file-fields input:focus,
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus,
.cf-inline-input:focus { border-color: var(--cf-blue); box-shadow: 0 0 0 3px rgba(57, 127, 216, .12); }
.cf-field select option { background: #101925; color: #fff; }
.cf-field small { display: block; margin-top: 6px; color: #7f8da0; font-size: 11px; line-height: 1.45; }
.cf-file-actions { display: grid; gap: 4px; padding: 0 20px 18px; }
.cf-text-button { padding: 7px 0; border: 0; background: transparent; color: #8fb9ee; font: 600 12px/1.3 "Barlow", sans-serif; text-align: left; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cf-text-button:hover { color: #c2dbfa; }
.cf-text-button--danger { color: #c9918d; }
.cf-file-status { min-height: 0; margin: 0 20px; color: var(--cf-green); font-size: 11px; line-height: 1.45; }
.cf-file-status:not(:empty) { margin-bottom: 15px; padding: 9px 10px; border-left: 2px solid currentColor; background: var(--cf-green-soft); }
.cf-privacy-note { display: grid; grid-template-columns: 26px 1fr; gap: 10px; padding: 18px 20px; border-top: 1px solid var(--cf-rule); background: #0c141f; }
.cf-privacy-note > span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--cf-green); border: 1px solid rgba(89, 185, 138, .35); border-radius: 50%; }
.cf-privacy-note p { margin: 0; color: #8594a8; font-size: 11px; line-height: 1.55; }
.cf-privacy-note strong { display: block; margin-bottom: 3px; color: #b8c6d6; }

.cf-bench { min-width: 0; padding: 0; }
.cf-bench__head { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 86px; padding: 20px 26px; border-bottom: 1px solid var(--cf-rule); background: #0c141f; }
.cf-bench__head h2 { margin: 7px 0 0; color: #fff; font: 400 clamp(25px, 4vw, 36px)/1 "Bebas Neue", sans-serif; letter-spacing: .025em; }
.cf-bench__head > p { margin: 0; color: #748398; font-size: 11px; text-align: right; }
.cf-bench__head > p strong { display: block; color: var(--cf-paper); font: 600 16px/1 "Barlow Condensed", sans-serif; }
.cf-app { min-height: 540px; padding: clamp(20px, 4vw, 42px); }
.cf-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 420px; color: var(--cf-muted); }
.cf-loading span { width: 18px; height: 18px; border: 2px solid var(--cf-rule-strong); border-top-color: var(--cf-gold); border-radius: 50%; animation: cf-spin .8s linear infinite; }
@keyframes cf-spin { to { transform: rotate(360deg); } }
.cf-noscript { margin: 24px; padding: 18px; border: 1px solid rgba(229, 101, 93, .35); background: var(--cf-red-soft); color: #f2b3ae; }

.cf-tool-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--cf-rule); }
.cf-tool-intro h3 { margin: 0; color: #fff; font: 400 clamp(29px, 5vw, 44px)/1 "Bebas Neue", sans-serif; letter-spacing: .02em; }
.cf-tool-intro p { max-width: 730px; margin: 10px 0 0; color: #9dacbf; font-size: 14px; line-height: 1.65; }
.cf-tool-intro__badge { min-width: 110px; padding: 11px 12px; border: 1px solid rgba(230, 185, 47, .28); background: var(--cf-gold-soft); color: var(--cf-gold); font: 700 11px/1.25 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.cf-progress { display: grid; grid-template-columns: repeat(var(--cf-steps, 4), 1fr); gap: 5px; margin: 0 0 28px; }
.cf-progress span { height: 4px; background: #243246; }
.cf-progress span.is-active { background: var(--cf-blue); }
.cf-progress span.is-done { background: var(--cf-green); }
.cf-step-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 10px; color: #76869a; font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.cf-step-meta strong { color: var(--cf-blue); }
.cf-question { margin: 0 0 22px; color: #fff; font: 400 clamp(26px, 4vw, 38px)/1.05 "Bebas Neue", sans-serif; letter-spacing: .02em; }
.cf-help { max-width: 760px; margin: -10px 0 24px; color: #9aa8ba; font-size: 14px; line-height: 1.6; }

.cf-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cf-form-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-field { min-width: 0; }
.cf-field--full { grid-column: 1 / -1; }
.cf-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.cf-fieldset > legend { width: 100%; }

.cf-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.cf-choice-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-choice {
  position: relative;
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--cf-rule);
  background: #0c141f;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.cf-choice:hover { border-color: var(--cf-rule-strong); background: #111c2a; transform: translateY(-1px); }
.cf-choice[aria-pressed="true"],
.cf-choice.is-selected { border-color: var(--cf-blue); background: var(--cf-blue-soft); }
.cf-choice__mark { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #53647a; border-radius: 50%; color: transparent; font-size: 11px; }
.cf-choice[aria-pressed="true"] .cf-choice__mark,
.cf-choice.is-selected .cf-choice__mark { border-color: var(--cf-blue); background: var(--cf-blue); color: #fff; }
.cf-choice strong,
.cf-choice small { display: block; }
.cf-choice strong { color: #e8edf4; font-size: 14px; line-height: 1.25; }
.cf-choice small { margin-top: 4px; color: #8291a4; font-size: 11px; line-height: 1.35; }

.cf-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--cf-rule); }
.cf-actions__right { display: flex; gap: 9px; margin-left: auto; }
.cf-button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 46px; padding: 11px 20px; border: 1px solid transparent; background: var(--cf-blue); color: #fff; font: 700 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.cf-button:hover { background: #4a91e6; color: #fff; transform: translateY(-1px); }
.cf-button:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.cf-button--gold { background: var(--cf-gold); color: #10151d; }
.cf-button--gold:hover { background: #f2c844; color: #10151d; }
.cf-button--quiet { border-color: var(--cf-rule-strong); background: transparent; color: #b8c5d5; }
.cf-button--quiet:hover { border-color: #687b93; background: rgba(255, 255, 255, .03); }
.cf-button--danger { border-color: rgba(229, 101, 93, .35); background: transparent; color: #e99690; }

.cf-inline-alert,
.cf-alert { padding: 14px 16px; border: 1px solid rgba(57, 127, 216, .34); background: rgba(57, 127, 216, .08); color: #c7dcf6; font-size: 14px; line-height: 1.6; }
.cf-alert--urgent { border-color: rgba(229, 101, 93, .36); background: rgba(229, 101, 93, .08); color: #f3c6c2; }
.cf-alert--caution { border-color: rgba(230, 185, 47, .32); background: rgba(230, 185, 47, .07); color: #eddda9; }
.cf-alert--success { border-color: rgba(89, 185, 138, .34); background: rgba(89, 185, 138, .07); color: #c2e5d4; }
.cf-alert strong { color: #fff; }

.cf-result { max-width: 860px; margin-inline: auto; padding: 0; animation: cf-result-in .24s cubic-bezier(.16, 1, .3, 1) both; }
.cf-result:focus { outline: none; }
@keyframes cf-result-in { from { opacity: .72; transform: translateY(6px); filter: blur(2px); } }
.cf-result-hero { padding: clamp(26px, 4vw, 40px); border: 1px solid rgba(89, 185, 138, .28); background: #0d1a22; }
.cf-result-hero > span { display: none; }
.cf-result-hero h3 { max-width: 760px; margin: 0; color: #fff; font: 400 clamp(32px, 5vw, 48px)/1.03 "Bebas Neue", sans-serif; letter-spacing: .018em; text-wrap: balance; }
.cf-result-hero p { max-width: 70ch; margin: 14px 0 0; color: #bac7d6; font-size: 17px; line-height: 1.65; }
.cf-result-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cf-chip { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; padding: 5px 9px; border: 1px solid var(--cf-rule-strong); color: #c4cfdd; font-size: 12px; }
.cf-chip--gold { border-color: rgba(230, 185, 47, .32); color: var(--cf-gold); }
.cf-chip--red { border-color: rgba(229, 101, 93, .32); color: #ef9d97; }
.cf-chip--green { border-color: rgba(89, 185, 138, .32); color: #8fd0ae; }

.cf-result-grid { display: block; margin-top: 10px; }
.cf-result-section { min-width: 0; padding: 28px 4px; border: 0; border-bottom: 1px solid var(--cf-rule); background: transparent; }
.cf-result-section__head { margin-bottom: 14px; }
.cf-result-section__head b { display: none; }
.cf-result-section__head h4 { margin: 0; color: #fff; font: 600 22px/1.25 "Barlow", sans-serif; letter-spacing: -.01em; text-transform: none; text-wrap: balance; }
.cf-result-section p { max-width: 72ch; color: #b9c4d2; font-size: 16px; line-height: 1.65; }
.cf-result-section ul,
.cf-result-section ol { margin: 0; padding-left: 18px; }
.cf-result-section li { max-width: 72ch; margin: 9px 0; color: #c7d0dc; font-size: 16px; line-height: 1.6; }
.cf-result-section li strong { color: #eef2f7; }
.cf-result-section a { color: #8fb9ee; text-underline-offset: 3px; }

.cf-task-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.cf-task { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; padding: 16px 0; border: 0; border-top: 1px solid rgba(151, 178, 214, .14); background: transparent; }
.cf-task:first-child { border-top: 0; }
.cf-task > span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--cf-rule-strong); color: #9fc5f2; font: 700 11px/1 "Barlow", sans-serif; }
.cf-task strong,
.cf-task small { display: block; }
.cf-task strong { color: #edf2f8; font-size: 16px; line-height: 1.4; }
.cf-task small { margin-top: 5px; max-width: 72ch; color: #aebaca; font-size: 15px; line-height: 1.6; }
.cf-task--urgent > span { border-color: rgba(229, 101, 93, .5); color: #f1a49e; }
.cf-task--soon > span { border-color: rgba(230, 185, 47, .45); color: #efd575; }

.cf-source-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: #99c4f7; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.cf-copy-box { margin-top: 12px; padding: 18px; border: 1px solid rgba(151, 178, 214, .2); background: #09111b; color: #d0d8e2; font: 400 15px/1.7 "Barlow", sans-serif; white-space: pre-wrap; }
.cf-result-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--cf-rule); }
.cf-result-details { margin-top: 18px; border-top: 1px solid var(--cf-rule); border-bottom: 1px solid var(--cf-rule); }
.cf-result-details summary { padding: 15px 0; color: #dce4ee; font: 600 15px/1.4 "Barlow", sans-serif; cursor: pointer; }
.cf-result-details summary:hover { color: #fff; }
.cf-result-details > div { padding: 0 0 20px; color: #b7c2d0; font-size: 15px; line-height: 1.65; }

.cf-continuity { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr); gap: 32px; margin-top: 24px; padding: clamp(26px, 5vw, 48px); border: 1px solid var(--cf-rule); background: #0c141f; }
.cf-continuity > div:first-child > span,
.cf-review > div:first-child > span { color: var(--cf-gold); font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .15em; }
.cf-continuity h2,
.cf-review h2,
.cf-faq h2,
.cf-sources h2 { margin: 9px 0 0; color: #fff; font: 400 clamp(29px, 4vw, 43px)/1 "Bebas Neue", sans-serif; letter-spacing: .02em; }
.cf-continuity > div:first-child > p,
.cf-review > div:first-child > p { max-width: 540px; margin: 12px 0 0; color: #93a2b6; font-size: 13px; line-height: 1.65; }
.cf-continuity__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cf-continuity__links a { display: grid; grid-template-columns: 28px minmax(0, 1fr) 20px; gap: 8px; align-items: center; min-height: 66px; padding: 10px 12px; border: 1px solid var(--cf-rule); color: inherit; text-decoration: none; transition: border-color .15s ease, background .15s ease; }
.cf-continuity__links a:hover { border-color: var(--cf-blue); background: var(--cf-blue-soft); }
.cf-continuity__links b { color: var(--cf-blue); font: 400 23px/1 "Bebas Neue", sans-serif; }
.cf-continuity__links strong,
.cf-continuity__links small { display: block; }
.cf-continuity__links strong { color: #e7ecf3; font: 600 13px/1.15 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.cf-continuity__links small { margin-top: 4px; color: #7d8da1; font-size: 10px; }
.cf-continuity__links i { color: var(--cf-gold); font-style: normal; }

.cf-review { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 24px; padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(57, 127, 216, .30); background: linear-gradient(110deg, rgba(57, 127, 216, .12), transparent 65%), var(--cf-panel); }
.cf-review > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.cf-primary,
.cf-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 18px; font: 700 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-decoration: none; }
.cf-primary { background: var(--cf-gold); color: #111722; }
.cf-primary:hover { background: #f1c63e; color: #111722; }
.cf-secondary { border: 1px solid var(--cf-rule-strong); color: #d6dee8; }
.cf-secondary:hover { border-color: #71849d; color: #fff; }

.cf-content,
.cf-faq,
.cf-sources { width: min(900px, 100%); margin: 70px auto 0; }
.cf-content,
.cf-faq,
.cf-sources { padding: 0; }
.cf-content { color: #b3bfce; }
.cf-content h2 { margin-top: 54px; color: #fff; font-size: clamp(28px, 4vw, 42px); }
.cf-content h3 { color: #e8edf4; }
.cf-content p,
.cf-content li { font-size: 16px; line-height: 1.8; }
.cf-content a { color: #87b6ef; }
.cf-content table { display: block; overflow-x: auto; }
.cf-content blockquote { margin-left: 0; padding: 18px 20px; border: 1px solid rgba(230, 185, 47, .28); background: var(--cf-gold-soft); color: #d7c98f; }

.cf-faq details { border-top: 1px solid var(--cf-rule); }
.cf-faq details:last-child { border-bottom: 1px solid var(--cf-rule); }
.cf-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: #e9eef5; font-weight: 600; cursor: pointer; list-style: none; }
.cf-faq summary::-webkit-details-marker { display: none; }
.cf-faq summary span { color: var(--cf-gold); }
.cf-faq details[open] summary span { transform: rotate(45deg); }
.cf-faq details p { margin: -4px 0 22px; color: #9caabd; font-size: 14px; line-height: 1.7; }

.cf-sources > p { color: #98a6b8; line-height: 1.65; }
.cf-sources ol { margin: 22px 0 0; padding-left: 22px; }
.cf-sources li { margin: 10px 0; color: #8998ab; font-size: 13px; line-height: 1.55; }
.cf-sources a { color: #8fb9ee; }
.cf-legal { width: min(900px, 100%); margin: 34px auto 0; padding: 18px 20px; border: 1px solid var(--cf-rule); background: #0c141f; }
.cf-legal strong { color: var(--cf-gold); font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .12em; }
.cf-legal p { margin: 7px 0 0; color: #7f8ea1; font-size: 12px; line-height: 1.6; }
.cf-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 1120px) {
  .cf-rail { grid-template-columns: 1fr; }
  .cf-rail__intro { border-right: 0; border-bottom: 1px solid var(--cf-rule); }
  .cf-rail a { min-height: 70px; }
  .cf-workspace { grid-template-columns: 270px minmax(0, 1fr); }
  .cf-choice-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .cf-page { width: min(100% - 18px, 760px); padding-top: 84px; }
  .cf-hero { grid-template-columns: 1fr; min-height: 0; padding: 38px 26px; }
  .cf-hero__docket { display: none; }
  .cf-hero__index { margin-top: 28px; }
  .cf-rail { overflow: hidden; }
  .cf-rail ol { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .cf-rail li { flex: 0 0 210px; scroll-snap-align: start; }
  .cf-workspace { grid-template-columns: 1fr; }
  .cf-file-card { position: static; }
  .cf-file-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-bottom: 16px; }
  .cf-file-fields label { margin: 0; }
  .cf-file-actions { grid-template-columns: 1fr 1fr; }
  .cf-privacy-note { display: grid; grid-template-columns: 22px 1fr; gap: 8px; padding: 12px 14px; }
  .cf-privacy-note > span { width: 21px; height: 21px; font-size: 11px; }
  .cf-privacy-note p { font-size: 10px; line-height: 1.45; }
  .cf-continuity { grid-template-columns: 1fr; }
  .cf-review { display: grid; }
  .cf-review > div:last-child { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .cf-page { width: 100%; padding-top: 74px; }
  .cf-hero { border-left: 0; border-right: 0; padding: 30px 20px; }
  .cf-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }
  .cf-hero__proof { display: grid; gap: 9px; }
  .cf-rail { border-left: 0; border-right: 0; }
  .cf-workspace { margin-top: 12px; gap: 12px; }
  .cf-file-card,
  .cf-bench { border-left: 0; border-right: 0; }
  .cf-file-fields { grid-template-columns: 1fr; }
  .cf-file-actions { grid-template-columns: 1fr; }
  .cf-bench__head { padding: 17px 18px; }
  .cf-bench__head > p { display: none; }
  .cf-app { min-height: 480px; padding: 22px 18px; }
  .cf-tool-intro { grid-template-columns: 1fr; }
  .cf-tool-intro__badge { justify-self: start; }
  .cf-form-grid,
  .cf-form-grid--3,
  .cf-choice-grid,
  .cf-choice-grid--3,
  .cf-result-grid { grid-template-columns: 1fr; }
  .cf-result-section--wide,
  .cf-field--full { grid-column: auto; }
  .cf-actions { align-items: stretch; }
  .cf-actions,
  .cf-actions__right { flex-direction: column-reverse; }
  .cf-actions .cf-button { width: 100%; }
  .cf-continuity,
  .cf-review { margin-top: 12px; padding: 28px 18px; border-left: 0; border-right: 0; }
  .cf-continuity__links { grid-template-columns: 1fr; }
  .cf-review > div:last-child { display: grid; }
  .cf-content,
  .cf-faq,
  .cf-sources,
  .cf-legal { width: calc(100% - 36px); }
}

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

@media print {
  body { background: #fff !important; }
  body > header,
  body > footer,
  .nav,
  footer,
  #cookie-consent,
  .mobile-cta,
  .cf-hero,
  .cf-rail,
  .cf-file-card,
  .cf-bench__head,
  .cf-continuity,
  .cf-review,
  .cf-content,
  .cf-faq,
  .cf-sources,
  .cf-legal,
  .cf-result-actions,
  .cf-tool-intro,
  .cf-progress,
  .cf-step-meta { display: none !important; }
  .cf-page { width: 100%; margin: 0; padding: 0; color: #111; }
  .cf-workspace { display: block; margin: 0; }
  .cf-bench { border: 0; background: #fff; }
  .cf-app { padding: 0; }
  .cf-result-hero { border-color: #777; background: #f3f6f8 !important; }
  .cf-result-hero h3,
  .cf-result-section__head h4,
  .cf-result-section strong { color: #111 !important; }
  .cf-result-hero p,
  .cf-result-section p,
  .cf-result-section li,
  .cf-task strong,
  .cf-task small { color: #333 !important; }
  .cf-result-section,
  .cf-task { break-inside: avoid; border-color: #bbb; background: #fff !important; }
}
