.ctcrs {
    --ctcrs-red: #cf1724;
    --ctcrs-navy: #102638;
    --ctcrs-blue: #174f78;
    --ctcrs-gold: #f2c230;
    --ctcrs-green: #11845e;
    --ctcrs-soft: #f2f6f7;
    --ctcrs-line: #dbe3e7;
    width: 100%;
    color: #202b32;
    background: #f5f8f9;
}

.ctcrs,
.ctcrs * { font-family: inherit !important; }
.ctcrs *, .ctcrs *::before, .ctcrs *::after { box-sizing: border-box; }
.ctcrs [hidden] { display: none !important; }

.ctcrs-hero {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.13), transparent 28%),
        linear-gradient(125deg, #091b28 0%, #163e59 62%, #cf1724 165%);
}
.ctcrs-hero__inner { display: flex; min-height: 340px; padding-block: 62px; align-items: center; justify-content: space-between; gap: 40px; }
.ctcrs-hero__copy { max-width: 900px; }
.ctcrs-kicker { display: inline-block; margin-bottom: 13px; padding: 6px 12px; background: var(--ctcrs-red); font-size: 12px; font-weight: 900; }
.ctcrs-hero h1 { max-width: 890px; margin: 0 0 14px; color: #fff; font-size: clamp(31px, 3.8vw, 54px); font-weight: 900; line-height: 1.35; }
.ctcrs-hero p { max-width: 820px; margin: 0; color: #dce9ef; font-size: 17px; line-height: 1.95; }
.ctcrs-hero__tags { display: flex; margin-top: 23px; flex-wrap: wrap; gap: 9px; }
.ctcrs-hero__tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); font-size: 11px; font-weight: 800; }
.ctcrs-hero__score { display: grid; width: 190px; height: 190px; flex: 0 0 190px; place-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; text-align: center; background: rgba(255,255,255,.08); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.ctcrs-hero__score strong { font-size: 44px; line-height: 1; }
.ctcrs-hero__score span { margin-top: 9px; color: #dbe8ee; font-size: 13px; }

.ctcrs-layout { display: grid; margin-block: 34px; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); align-items: start; gap: 22px; }
.ctcrs-form, .ctcrs-results, .ctcrs-notes article { border: 1px solid var(--ctcrs-line); background: #fff; box-shadow: 0 8px 28px rgba(15,38,55,.07); }
.ctcrs-panel-heading { display: flex; min-height: 83px; padding: 18px 22px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--ctcrs-line); }
.ctcrs-panel-heading span { display: block; margin-bottom: 3px; color: var(--ctcrs-red); font-size: 11px; font-weight: 900; }
.ctcrs-panel-heading h2 { margin: 0; color: var(--ctcrs-navy); font-size: 21px; font-weight: 900; }
.ctcrs-panel-heading small { padding: 6px 9px; color: #5c707b; background: var(--ctcrs-soft); font-size: 10px; font-weight: 800; }
.ctcrs-progress { height: 5px; overflow: hidden; background: #e8edef; }
.ctcrs-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--ctcrs-red), #ed5963); transition: width .25s ease; }

.ctcrs-section { min-width: 0; margin: 0; padding: 25px 22px 27px; border: 0; border-bottom: 1px solid var(--ctcrs-line); }
.ctcrs-section legend { display: flex; width: 100%; margin: 0 0 18px; padding: 0; align-items: center; gap: 10px; color: var(--ctcrs-navy); font-size: 17px; font-weight: 900; }
.ctcrs-section legend b { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border-radius: 50%; background: var(--ctcrs-red); font-size: 12px; }
.ctcrs-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.ctcrs-field { display: grid; min-width: 0; align-content: start; gap: 7px; }
.ctcrs-field--wide { grid-column: 1 / -1; }
.ctcrs-field > span, .ctcrs-whatif label > span { color: #233741; font-size: 13px; font-weight: 900; }
.ctcrs-field small { color: #71818a; font-size: 10px; line-height: 1.65; }
.ctcrs-field input, .ctcrs-field select, .ctcrs-whatif select { width: 100%; min-height: 49px; padding: 9px 12px; border: 1px solid #ccd7dc; border-radius: 3px; outline: 0; color: #172932; background: #fff; font-size: 13px; font-weight: 700; transition: border-color .2s, box-shadow .2s; }
.ctcrs-field input:focus, .ctcrs-field select:focus, .ctcrs-whatif select:focus { border-color: var(--ctcrs-blue); box-shadow: 0 0 0 3px rgba(23,79,120,.12); }
.ctcrs-field select:disabled { color: #52656f; background: #edf2f4; opacity: 1; cursor: not-allowed; }
.ctcrs-language-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 11px; }
.ctcrs-test-note { margin: 13px 0; padding: 10px 12px; color: #4f626d; border-right: 3px solid var(--ctcrs-blue); background: #f3f7f9; font-size: 11px; line-height: 1.7; }
.ctcrs-language-grid .ctcrs-field small { min-height: 24px; padding: 3px 7px; color: var(--ctcrs-green); background: #eef8f4; text-align: center; font-weight: 900; }
.ctcrs-subtitle { margin: 18px 0 12px; color: #3f535e; font-size: 12px; font-weight: 900; }
.ctcrs-checks { display: grid; margin-top: 17px; gap: 10px; }
.ctcrs-switch { display: flex; min-height: 62px; padding: 12px 14px; align-items: flex-start; gap: 11px; border: 1px solid var(--ctcrs-line); background: #fafcfc; cursor: pointer; }
.ctcrs-switch input { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 2px; accent-color: var(--ctcrs-red); }
.ctcrs-switch span { display: grid; gap: 3px; }
.ctcrs-switch b { color: #263b46; font-size: 13px; }
.ctcrs-switch small { color: #74838b; font-size: 10px; line-height: 1.65; }
.ctcrs-removed { display: grid; margin-top: 16px; padding: 13px 15px; gap: 4px; color: #654b07; border: 1px solid #efd486; background: #fff8df; font-size: 11px; line-height: 1.7; }
.ctcrs-removed b { color: #5c4100; font-size: 12px; }
.ctcrs-error { margin: 18px 22px 0; padding: 12px 14px; color: #8d111a; background: #fff0f1; border: 1px solid #efc4c7; font-size: 12px; font-weight: 800; }
.ctcrs-submit { width: calc(100% - 44px); min-height: 55px; margin: 22px; padding: 10px 18px; border: 0; color: #fff; background: var(--ctcrs-red); font-size: 16px; font-weight: 900; cursor: pointer; transition: background .2s, transform .2s; }
.ctcrs-submit:hover { background: #a90d18; transform: translateY(-1px); }

.ctcrs-results { position: sticky; top: 82px; overflow: hidden; }
.ctcrs-total { --score-angle: 0deg; position: relative; display: grid; width: 205px; height: 205px; margin: 28px auto; place-content: center; border-radius: 50%; text-align: center; background: conic-gradient(var(--ctcrs-red) var(--score-angle), #e7edef 0); }
.ctcrs-total::before { position: absolute; inset: 10px; content: ''; border-radius: 50%; background: #fff; }
.ctcrs-total > * { position: relative; z-index: 1; }
.ctcrs-total span { color: #5c6d76; font-size: 12px; font-weight: 800; }
.ctcrs-total strong { margin-block: 5px; color: var(--ctcrs-navy); font-size: 54px; line-height: 1; }
.ctcrs-total small { color: var(--ctcrs-red); font-size: 12px; font-weight: 900; }
.ctcrs-breakdown { margin: 0 22px; border-top: 3px solid var(--ctcrs-navy); }
.ctcrs-breakdown h3 { margin: 0; padding: 15px 2px 10px; color: var(--ctcrs-navy); font-size: 15px; }
.ctcrs-breakdown > div { display: flex; min-height: 42px; padding: 9px 2px; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #e5eaed; font-size: 12px; }
.ctcrs-breakdown strong { color: var(--ctcrs-red); font-size: 15px; }
.ctcrs-breakdown > .ctcrs-breakdown-detail {
    display: grid;
    min-height: 0;
    padding: 9px 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
    color: #64757e;
    background: #f5f8f9;
    font-size: 9px;
}
.ctcrs-breakdown-detail span { display: flex; justify-content: space-between; gap: 7px; }
.ctcrs-breakdown-detail b { color: var(--ctcrs-navy); font-size: 10px; }
.ctcrs-subtotals { display: grid; margin: 20px 22px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.ctcrs-subtotals div { display: grid; min-height: 90px; padding: 10px 7px; place-content: center; text-align: center; background: var(--ctcrs-soft); }
.ctcrs-subtotals span { color: #53656f; font-size: 9px; line-height: 1.5; }
.ctcrs-subtotals strong { margin: 3px 0; color: var(--ctcrs-navy); font-size: 21px; }
.ctcrs-subtotals small { color: #7a888f; font-size: 9px; }

.ctcrs-whatif { margin-top: 24px; padding: 24px 22px; color: #fff; background: var(--ctcrs-navy); }
.ctcrs-whatif__kicker { color: var(--ctcrs-gold); font-size: 10px; font-weight: 900; }
.ctcrs-whatif h3 { margin: 4px 0 16px; color: #fff; font-size: 17px; }
.ctcrs-whatif label { display: grid; gap: 7px; }
.ctcrs-whatif label > span { color: #dce6eb; }
.ctcrs-whatif select { border-color: rgba(255,255,255,.22); }
.ctcrs-compare { display: grid; margin-top: 15px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.ctcrs-compare div { display: grid; min-height: 74px; padding: 9px 5px; place-content: center; text-align: center; background: rgba(255,255,255,.08); }
.ctcrs-compare span { color: #bdcbd2; font-size: 9px; }
.ctcrs-compare strong { margin-top: 4px; color: #fff; font-size: 22px; }
.ctcrs-compare__gain strong { color: var(--ctcrs-gold); }
.ctcrs-whatif p { margin: 12px 0 0; color: #c9d5db; font-size: 10px; line-height: 1.7; }
.ctcrs-official-link { display: block; padding: 17px 22px; color: #fff !important; background: var(--ctcrs-red); text-decoration: none !important; font-size: 12px; font-weight: 900; }

.ctcrs-notes { display: grid; padding-bottom: 42px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ctcrs-notes article { padding: 22px; }
.ctcrs-notes h2 { margin: 0 0 10px; color: var(--ctcrs-navy); font-size: 17px; }
.ctcrs-notes p { margin: 0 0 8px; color: #52636d; font-size: 12px; line-height: 1.85; }
.ctcrs-notes a { color: var(--ctcrs-red); font-weight: 900; }
.ctcrs-notes small { color: #77858d; font-size: 10px; }

@media (max-width: 1050px) {
    .ctcrs-layout { grid-template-columns: 1fr; }
    .ctcrs-results { position: static; }
}
@media (max-width: 760px) {
    .ctcrs-hero__inner { min-height: 0; padding-block: 38px; }
    .ctcrs-hero__score { display: none; }
    .ctcrs-hero h1 { font-size: 30px; }
    .ctcrs-hero p { font-size: 14px; }
    .ctcrs-layout { width: min(calc(100% - 20px), 1440px); margin-block: 20px; }
    .ctcrs-fields, .ctcrs-language-grid { grid-template-columns: 1fr 1fr; }
    .ctcrs-field--wide { grid-column: 1 / -1; }
    .ctcrs-notes { grid-template-columns: 1fr; width: min(calc(100% - 20px), 1440px); }
}
@media (max-width: 480px) {
    .ctcrs-panel-heading { padding: 15px; }
    .ctcrs-section { padding: 22px 15px; }
    .ctcrs-fields, .ctcrs-language-grid { grid-template-columns: 1fr; }
    .ctcrs-submit { width: calc(100% - 30px); margin: 18px 15px; }
    .ctcrs-breakdown, .ctcrs-subtotals { margin-inline: 15px; }
    .ctcrs-whatif { padding-inline: 15px; }
    .ctcrs-breakdown > .ctcrs-breakdown-detail { grid-template-columns: 1fr; }
}
