.crc-planner,
.crc-utilization,
.crc-member-home,
.crc-auth-grid > section {
  padding: 28px;
  border: 1px solid var(--crc-line, #d9e1e8);
  border-radius: 6px;
  background: #fff;
}
.crc-tool-intro h2,
.crc-member-home h2,
.crc-auth-grid h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); line-height: 1.15; }
.crc-tool-intro p:last-child { color: var(--crc-muted, #59697a); }
.crc-planner-controls { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; margin: 28px 0; padding: 20px; background: var(--crc-soft, #f3f7fa); }
.crc-planner-controls > label { display: grid; gap: 8px; font-weight: 800; }
.crc-planner-controls > label span { display: flex; align-items: center; gap: 5px; }
.crc-planner-controls input[type="number"] { width: 140px; }
.crc-planner-controls fieldset { border: 0; margin: 0; padding: 0; }
.crc-planner-controls legend { margin-bottom: 8px; font-weight: 800; }
.crc-planner-controls fieldset label { margin-right: 18px; }
.crc-debt-row,
.crc-utilization-row { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) 40px; gap: 10px; align-items: end; margin: 0 0 12px; }
.crc-utilization-row { grid-template-columns: 1.4fr 1fr 1fr 40px; }
.crc-debt-row label,
.crc-utilization-row label,
.crc-register-form label { display: grid; gap: 5px; color: var(--crc-muted, #59697a); font-size: 13px; font-weight: 800; }
.crc-debt-row input,
.crc-utilization-row input,
.crc-register-form input[type="text"],
.crc-register-form input[type="email"],
.crc-register-form input[type="password"],
.crc-auth-grid input[type="text"],
.crc-auth-grid input[type="password"] {
  width: 100%;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid #aebdca;
  border-radius: 4px;
  background: #fff;
  color: #162233;
}
.crc-remove-row,
.crc-delete-plan {
  border: 0;
  background: transparent;
  color: #a8372f;
  cursor: pointer;
  font-weight: 800;
}
.crc-remove-row { width: 40px; height: 46px; font-size: 22px; }
.crc-add-debt { margin: 4px 0 22px; padding: 8px 0; border: 0; background: transparent; color: var(--crc-blue-dark, #064f9f); font-weight: 900; cursor: pointer; }
.crc-planner-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.crc-tool-status { min-height: 24px; margin-top: 14px; font-weight: 800; }
.crc-plan-results { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--crc-line, #d9e1e8); }
.crc-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.crc-result-grid > div { padding: 18px; background: var(--crc-soft, #f3f7fa); border-top: 4px solid var(--crc-green, #48a916); }
.crc-result-grid span { display: block; color: var(--crc-muted, #59697a); font-size: 13px; font-weight: 800; }
.crc-result-grid strong { display: block; margin-top: 5px; font-size: 24px; }
.crc-plan-note { margin-top: 20px; padding: 14px; background: #fff8e9; border-left: 4px solid #d99a24; font-size: 13px; }
.crc-utilization .crc-button { margin-top: 12px; }
.crc-utilization-result { margin-top: 24px; }
.crc-utilization-result strong { font-size: 36px; color: var(--crc-navy, #071f46); }
.crc-auth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.crc-auth-grid form { margin-top: 18px; }
.crc-auth-grid form p { margin: 0 0 14px; }
.crc-register-form > label { margin-bottom: 14px; }
.crc-register-form .crc-consent { display: flex; align-items: start; grid-template-columns: 18px 1fr; gap: 8px; font-weight: 600; }
.crc-register-form .cf-turnstile { margin: 16px 0; }
.crc-notice { margin: 0 0 18px; padding: 12px 14px; border-left: 4px solid #59697a; background: #f3f7fa; }
.crc-notice--success { border-color: #48a916; }
.crc-notice--error { border-color: #a8372f; }
.crc-member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; }
.crc-member-grid a { padding: 20px; border: 1px solid var(--crc-line, #d9e1e8); border-radius: 6px; color: var(--crc-ink, #162233); text-decoration: none; }
.crc-member-grid strong, .crc-member-grid span { display: block; }
.crc-member-grid span { margin-top: 8px; color: var(--crc-muted, #59697a); font-size: 14px; }
.crc-reading:has(.crc-question-layout) { width: 100%; max-width: none; }
.crc-question-layout { box-sizing: border-box; display: grid; grid-template-columns: minmax(300px,.82fr) minmax(420px,1.3fr); gap: clamp(34px,5vw,72px); width: 100%; max-width: 1240px; margin: 0 auto; padding: 44px 24px 76px; align-items: start; }
.crc-question-layout > * { min-width: 0; }
.crc-question-intro { position: sticky; top: 32px; padding: 10px 0; }
.crc-question-intro h2,
.crc-qa-library h1 { margin: 0 0 18px; color: var(--crc-navy, #071f46); font-size: clamp(38px, 6vw, 68px); line-height: 1; }
.crc-question-intro > p { color: var(--crc-muted, #59697a); font-size: 18px; line-height: 1.65; }
.crc-question-steps { display: grid; gap: 0; margin: 30px 0; padding: 0; list-style: none; counter-reset: crc-steps; }
.crc-question-steps li { position: relative; display: grid; gap: 3px; min-height: 62px; padding: 10px 0 14px 50px; border-bottom: 1px solid var(--crc-line, #d9e1e8); counter-increment: crc-steps; }
.crc-question-steps li::before { position: absolute; left: 0; top: 9px; display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--crc-blue, #0768d7); border-radius: 50%; color: var(--crc-blue-dark, #064f9f); content: counter(crc-steps); font-weight: 900; }
.crc-question-steps span { color: var(--crc-muted, #59697a); font-size: 14px; line-height: 1.45; }
.crc-question-safety { display: grid; gap: 6px; margin: 28px 0; padding: 18px; border-left: 4px solid #d99a24; background: #fff8e9; }
.crc-question-safety span { color: #5d4a21; }
.crc-question-disclaimer { font-size: 14px !important; }
.crc-question-form-wrap { padding: clamp(24px,4vw,42px); border: 1px solid var(--crc-line, #d9e1e8); border-top: 5px solid var(--crc-green, #48a916); border-radius: 6px; background: #fff; box-shadow: 0 18px 48px rgba(7,31,70,.09); }
.crc-question-form-wrap > h2 { margin: 3px 0 10px; color: var(--crc-navy, #071f46); font-size: clamp(28px,3.2vw,42px); line-height: 1.12; }
.crc-form-kicker { margin: 0; color: var(--crc-blue-dark, #064f9f); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.crc-form-lede { margin: 0 0 26px; color: var(--crc-muted, #59697a); line-height: 1.55; }
.crc-fluent-question .ff-el-group { margin-bottom: 20px; }
.crc-fluent-question .ff-el-input--label label { color: var(--crc-ink, #162233); font-size: 14px; font-weight: 800; }
.crc-fluent-question .ff-el-form-control { box-sizing: border-box; width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #9fb0bf; border-radius: 4px; background: #fff; color: #162233; font: inherit; box-shadow: none; }
.crc-fluent-question textarea.ff-el-form-control { min-height: 190px; line-height: 1.55; resize: vertical; }
.crc-fluent-question .ff-el-form-control:focus { border-color: var(--crc-blue, #0768d7); box-shadow: 0 0 0 3px rgba(7,104,215,.13); outline: 0; }
.crc-fluent-question .ff-el-help-message { margin-top: 6px; color: var(--crc-muted, #59697a); font-size: 12px; }
.crc-fluent-question .ff-t-cell { padding-left: 8px; padding-right: 8px; }
.crc-fluent-question .ff-t-row { margin-left: -8px; margin-right: -8px; }
.crc-fluent-question .ff-el-form-check { margin-bottom: 8px; }
.crc-fluent-question .ff-el-form-check-label { color: var(--crc-ink, #162233); line-height: 1.5; }
.crc-fluent-question input[type="checkbox"], .crc-fluent-question input[type="radio"] { width: 18px; height: 18px; margin-top: 3px; }
.crc-fluent-question .ff-btn-submit { min-height: 50px; padding: 12px 24px; border: 0; border-radius: 4px; background: var(--crc-blue, #0768d7) !important; color: #fff !important; font-size: 16px; font-weight: 900; cursor: pointer; }
.crc-fluent-question .ff-btn-submit:hover { background: var(--crc-blue-dark, #064f9f) !important; }
.crc-fluent-question .ff-message-success { padding: 22px; border: 0; border-left: 5px solid var(--crc-green, #48a916); background: #edf8e9; box-shadow: none; }
.crc-fluent-question .ff-el-is-error .ff-el-form-control { border-color: #a8372f; }
.crc-fluent-question .text-danger { color: #a8372f; }
.crc-question-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.crc-question-form > label { display: grid; gap: 7px; color: var(--crc-ink, #162233); font-size: 14px; font-weight: 800; }
.crc-question-form label span { color: var(--crc-muted, #59697a); font-size: 12px; font-weight: 600; }
.crc-question-form input,
.crc-question-form textarea,
.crc-question-form select { box-sizing: border-box; width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #aebdca; border-radius: 4px; background: #fff; color: #162233; font: inherit; }
.crc-question-form textarea { min-height: 190px; resize: vertical; line-height: 1.5; }
.crc-question-full { grid-column: 1 / -1; }
.crc-question-check { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; font-weight: 600 !important; line-height: 1.45; }
.crc-question-check input { width: 18px; min-height: 18px; margin-top: 2px; }
.crc-question-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.crc-qa-library { max-width: 1080px; margin: 0 auto; padding: 56px 24px 72px; }
.crc-qa-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin: 30px 0; }
.crc-qa-list article { padding: 22px; border: 1px solid var(--crc-line, #d9e1e8); border-top: 4px solid var(--crc-green, #48a916); background: #fff; }
.crc-qa-list h2 { margin: 0 0 10px; font-size: 24px; line-height: 1.2; }
.crc-qa-list h2 a { color: var(--crc-navy, #071f46); text-decoration: none; }
.crc-reader-question { margin: 0 0 34px; padding: 24px; border-left: 5px solid var(--crc-blue, #0768d7); background: var(--crc-soft, #f3f7fa); }
.crc-reader-question blockquote { margin: 8px 0 12px; color: var(--crc-navy, #071f46); font-size: clamp(22px, 3vw, 32px); font-weight: 800; line-height: 1.3; }
.crc-reading:has(.crc-tools-hub) { width: 100%; max-width: none; }
.crc-tools-hub { box-sizing: border-box; width: min(1240px,100%); margin: 0 auto; padding: 42px 24px 76px; }
.crc-tools-intro { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(320px,.7fr); gap: clamp(30px,5vw,70px); align-items: center; }
.crc-tools-intro h2 { max-width: 780px; margin: 0 0 18px; color: var(--crc-navy,#071f46); font-size: clamp(40px,5.5vw,68px); line-height: 1; }
.crc-tools-intro > div > p:last-child { max-width: 760px; color: var(--crc-muted,#59697a); font-size: 18px; line-height: 1.65; }
.crc-tools-account { padding: 28px; border: 1px solid var(--crc-line,#d9e1e8); border-top: 5px solid var(--crc-green,#48a916); background: #fff; box-shadow: 0 16px 38px rgba(7,31,70,.08); }
.crc-tools-account-label { margin: 0 0 10px; color: var(--crc-blue-dark,#064f9f); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.crc-tools-account strong { display: block; color: var(--crc-navy,#071f46); font-size: 24px; line-height: 1.2; }
.crc-tools-account p:not(.crc-tools-account-label) { color: var(--crc-muted,#59697a); line-height: 1.55; }
.crc-tools-primary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin: 54px 0 70px; }
.crc-tools-primary article { position: relative; min-height: 240px; padding: 34px; border: 1px solid var(--crc-line,#d9e1e8); background: var(--crc-soft,#f3f7fa); }
.crc-tools-primary h2 { max-width: 520px; margin: 12px 0; color: var(--crc-navy,#071f46); font-size: clamp(28px,3vw,40px); line-height: 1.08; }
.crc-tools-primary article > p:not(.crc-tools-number) { max-width: 520px; color: var(--crc-muted,#59697a); line-height: 1.6; }
.crc-tools-primary a { display: inline-block; margin-top: 12px; color: var(--crc-blue-dark,#064f9f); font-weight: 900; text-underline-offset: 4px; }
.crc-tools-number { margin: 0; color: var(--crc-green,#48a916); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.crc-tools-section-heading { max-width: 760px; margin-bottom: 28px; }
.crc-tools-section-heading h2 { margin: 0 0 12px; color: var(--crc-navy,#071f46); font-size: clamp(32px,4vw,50px); line-height: 1.05; }
.crc-tools-section-heading > p:last-child { color: var(--crc-muted,#59697a); }
.crc-quick-tools { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.crc-quick-tool { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--crc-line,#d9e1e8); background: #fff; }
.crc-quick-tool h3 { margin: 0 0 8px; color: var(--crc-navy,#071f46); font-size: 26px; line-height: 1.15; }
.crc-quick-tool > p { min-height: 48px; margin: 0 0 20px; color: var(--crc-muted,#59697a); line-height: 1.5; }
.crc-quick-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.crc-quick-fields label { display: grid; gap: 6px; min-width: 0; color: var(--crc-ink,#162233); font-size: 13px; font-weight: 800; }
.crc-quick-fields input { box-sizing: border-box; width: 100%; min-width: 0; min-height: 46px; padding: 9px 11px; border: 1px solid #9fb0bf; border-radius: 4px; background: #fff; color: #162233; font: inherit; }
.crc-quick-fields input:focus { border-color: var(--crc-blue,#0768d7); box-shadow: 0 0 0 3px rgba(7,104,215,.13); outline: 0; }
.crc-button--small { align-self: flex-start; min-height: 44px; padding: 10px 18px; }
.crc-quick-result { display: grid; gap: 5px; min-height: 72px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--crc-line,#d9e1e8); color: var(--crc-muted,#59697a); }
.crc-quick-result:empty { display: none; }
.crc-quick-result strong { color: var(--crc-navy,#071f46); font-size: 30px; line-height: 1; }
.crc-quick-result span { line-height: 1.45; }
.crc-quick-result .crc-quick-positive { color: #2f7d12; }
.crc-quick-result .crc-quick-negative, .crc-quick-error { color: #a8372f; font-weight: 800; }
.crc-tools-privacy { margin-top: 24px; padding: 20px 22px; border-left: 4px solid #d99a24; background: #fff8e9; }
.crc-tools-privacy p { margin: 5px 0 0; color: #5d4a21; line-height: 1.5; }
@media (max-width: 760px) {
  .crc-planner, .crc-utilization, .crc-member-home, .crc-auth-grid > section { padding: 18px; }
  .crc-planner-controls, .crc-auth-grid, .crc-member-grid { grid-template-columns: 1fr; }
  .crc-debt-row, .crc-utilization-row { grid-template-columns: 1fr 1fr; padding-bottom: 14px; border-bottom: 1px solid var(--crc-line, #d9e1e8); }
  .crc-debt-row label:first-child, .crc-utilization-row label:first-child { grid-column: 1 / -1; }
  .crc-remove-row { align-self: center; justify-self: end; }
  .crc-result-grid { grid-template-columns: 1fr; }
  body.page-id-847, body.page-id-847 #main-content, body.page-id-847 .crc-page-content { width: 100%; max-width: 100vw; overflow-x: hidden; }
  body.page-id-847 .crc-page-header .crc-shell { box-sizing: border-box; width: calc(100vw - 28px) !important; max-width: calc(100vw - 28px) !important; min-width: 0; margin-left: 14px; margin-right: 14px; padding-left: 0; padding-right: 0; }
  body.page-id-847 .crc-page-header h1 { max-width: 100%; font-size: clamp(34px,10vw,44px); line-height: 1.04; white-space: normal; overflow-wrap: break-word; }
  body.page-id-847 .crc-reading { box-sizing: border-box; width: 100vw !important; max-width: 100vw !important; min-width: 0; margin: 0; }
  .crc-question-layout { grid-template-columns: minmax(0,1fr); gap: 28px; width: 100vw; max-width: 100vw; min-width: 0; padding: 24px 16px 48px; overflow: hidden; }
  .crc-question-intro { box-sizing: border-box; position: static; width: 100%; max-width: 100%; min-width: 0; padding: 0; }
  .crc-question-intro h2 { max-width: 100%; font-size: 38px; white-space: normal; overflow-wrap: break-word; }
  .crc-question-intro > p { font-size: 16px; }
  .crc-question-steps, .crc-question-steps li, .crc-question-safety, .crc-question-disclaimer { box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; }
  .crc-question-form-wrap { box-sizing: border-box; width: 100%; min-width: 0; padding: 22px 18px; }
  .crc-question-form-wrap > h2 { font-size: 30px; }
  .crc-fluent-question, .crc-fluent-question form, .crc-fluent-question fieldset { width: 100%; min-width: 0; }
  .crc-fluent-question .ff-t-row { display: block; margin: 0; }
  .crc-fluent-question .ff-t-cell { width: 100% !important; padding: 0; }
  .crc-fluent-question .ff-btn-submit { width: 100%; }
  .crc-question-form { grid-template-columns: 1fr; }
  .crc-question-full { grid-column: auto; }
  .crc-qa-list { grid-template-columns: 1fr; }
  .crc-reading:has(.crc-tools-hub) { width: 100%; max-width: 100%; }
  .crc-tools-hub { padding: 26px 16px 50px; }
  .crc-tools-intro, .crc-tools-primary, .crc-quick-tools { grid-template-columns: minmax(0,1fr); }
  .crc-tools-intro { gap: 24px; }
  .crc-tools-intro h2 { font-size: 40px; }
  .crc-tools-intro > div > p:last-child { font-size: 16px; }
  .crc-tools-account { padding: 22px; }
  .crc-tools-primary { margin: 36px 0 52px; }
  .crc-tools-primary article, .crc-quick-tool { padding: 22px; }
  .crc-quick-tool > p { min-height: 0; }
  .crc-quick-fields { grid-template-columns: minmax(0,1fr); }
  .crc-button--small { width: 100%; }
}
