body.chcpfc-page {
    --chcpfc-navy: #08284d;
    --chcpfc-navy-deep: #061a31;
    --chcpfc-navy-soft: #12375f;
    --chcpfc-ink: #10243b;
    --chcpfc-muted: #5e6f80;
    --chcpfc-line: #dce3e8;
    --chcpfc-line-dark: rgba(255, 255, 255, 0.14);
    --chcpfc-gold: #c9983e;
    --chcpfc-gold-soft: #f3e7ce;
    --chcpfc-paper: #fbfaf7;
    --chcpfc-white: #ffffff;
    --chcpfc-bg: #f1f4f6;
    --chcpfc-success: #67d49b;
    background: var(--chcpfc-bg);
}

body.chcpfc-page .site-main > article > .entry-header,
body.chcpfc-page .chcqt-hero,
body.chcpfc-page .chcqt-content-section > .chcqt-shell > .chcqt-section-heading {
    display: none !important;
}

body.chcpfc-page .content-area,
body.chcpfc-page .site-main,
body.chcpfc-page .entry-content,
body.chcpfc-page #chc-quote-tool-page,
body.chcpfc-page .chcqt-content-section,
body.chcpfc-page .chcqt-content-section > .chcqt-shell,
body.chcpfc-page .chcqt-original-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.chcpfc-page #chc-quote-tool-page,
body.chcpfc-page .chcqt-content-section,
body.chcpfc-page .chcqt-original-content {
    padding: 0 !important;
    background: transparent !important;
}

.chcpfc-root,
.chcpfc-root * {
    box-sizing: border-box;
}

.chcpfc-root {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(22px, 3.5vw, 54px) clamp(16px, 4vw, 58px) clamp(64px, 8vw, 118px);
    color: var(--chcpfc-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

.chcpfc-root button,
.chcpfc-root input,
.chcpfc-root select {
    font: inherit;
}

.chcpfc-root h1,
.chcpfc-root h2,
.chcpfc-root h3,
.chcpfc-root p {
    margin-top: 0;
}

.chcpfc-root h1,
.chcpfc-root h2,
.chcpfc-root h3 {
    color: inherit;
    font-family: inherit;
    letter-spacing: -0.035em;
    text-transform: none !important;
}

.chcpfc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--chcpfc-gold);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    line-height: 1.25;
}

.chcpfc-eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.chcpfc-calculator {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 36, 59, 0.10);
    border-radius: 30px;
    background: var(--chcpfc-white);
    box-shadow: 0 30px 80px rgba(8, 40, 77, 0.13), 0 3px 12px rgba(8, 40, 77, 0.05);
}

.chcpfc-calculator::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--chcpfc-gold), #edcf8e 30%, var(--chcpfc-navy) 72%, var(--chcpfc-navy-deep));
    content: "";
}

.chcpfc-calculator-head {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
    gap: clamp(28px, 5vw, 82px);
    align-items: end;
    padding: clamp(32px, 4vw, 58px) clamp(24px, 4.2vw, 62px) clamp(28px, 3vw, 42px);
    background:
        radial-gradient(circle at 96% 8%, rgba(201, 152, 62, 0.12), transparent 29%),
        linear-gradient(135deg, #ffffff 0%, #fbfcfd 72%, #f3f6f8 100%);
}

.chcpfc-heading-copy h1 {
    max-width: 820px;
    margin: 14px 0 12px;
    color: var(--chcpfc-navy);
    font-size: clamp(2rem, 4.1vw, 4.15rem);
    font-weight: 830;
    line-height: 0.98;
}

.chcpfc-heading-copy p {
    max-width: 710px;
    margin-bottom: 0;
    color: var(--chcpfc-muted);
    font-size: clamp(0.98rem, 1.25vw, 1.14rem);
}

.chcpfc-head-tools {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
}

.chcpfc-live-note {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: #395268;
    font-size: 0.78rem;
    font-weight: 750;
}

.chcpfc-live-note i,
.chcpfc-status i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #28ad70;
    box-shadow: 0 0 0 5px rgba(40, 173, 112, 0.12);
}

.chcpfc-system-control {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--chcpfc-ink);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.chcpfc-system-control select {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0 42px 0 15px;
    border: 1px solid #cad5de;
    border-radius: 13px;
    outline: none;
    background-color: #ffffff;
    color: var(--chcpfc-navy);
    font-size: 0.94rem;
    font-weight: 760;
    box-shadow: 0 7px 18px rgba(8, 40, 77, 0.05);
}

.chcpfc-type-section {
    padding: 0 clamp(24px, 4.2vw, 62px) clamp(34px, 4vw, 54px);
    background: linear-gradient(180deg, #fbfcfd 0%, #ffffff 100%);
}

.chcpfc-section-heading {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin-bottom: 18px;
}

.chcpfc-section-heading > span {
    color: var(--chcpfc-gold);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.chcpfc-section-heading h2 {
    margin-bottom: 0;
    color: var(--chcpfc-navy);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 790;
    letter-spacing: -0.018em;
}

.chcpfc-type-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

body.chcpfc-page .chcpfc-root .chcpfc-type-card {
    position: relative;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 150px;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    margin: 0;
    padding: 20px 18px !important;
    overflow: hidden;
    border: 1px solid var(--chcpfc-line) !important;
    border-radius: 16px !important;
    outline: none;
    background-color: #ffffff !important;
    background-image: none !important;
    color: var(--chcpfc-ink) !important;
    text-align: left;
    text-transform: none !important;
    cursor: pointer;
    box-shadow: none;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.chcpfc-type-card::after {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 7px;
    height: 7px;
    border: 1px solid #a7b4be;
    border-radius: 50%;
    content: "";
}

body.chcpfc-page .chcpfc-root .chcpfc-type-card:hover {
    border-color: #9fafbc !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(8, 40, 77, 0.08);
}

body.chcpfc-page .chcpfc-root .chcpfc-type-card.is-active {
    border-color: var(--chcpfc-navy) !important;
    background-color: var(--chcpfc-navy) !important;
    background-image: linear-gradient(145deg, var(--chcpfc-navy) 0%, var(--chcpfc-navy-deep) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 36px rgba(8, 40, 77, 0.22);
}

.chcpfc-type-card.is-active::after {
    border-color: var(--chcpfc-gold);
    background: var(--chcpfc-gold);
    box-shadow: 0 0 0 5px rgba(201, 152, 62, 0.17);
}

.chcpfc-type-number {
    display: block;
    margin-bottom: 18px;
    color: #8a9aa8;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.chcpfc-type-card.is-active .chcpfc-type-number {
    color: #dfbd74;
}

.chcpfc-type-card strong {
    display: block;
    margin-bottom: 8px;
    color: inherit;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
}

.chcpfc-type-card small {
    display: block;
    padding-right: 4px;
    color: #657787;
    font-size: 0.74rem;
    font-weight: 520;
    line-height: 1.42;
}

.chcpfc-type-card.is-active small {
    color: rgba(255, 255, 255, 0.70);
}

.chcpfc-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(370px, 0.72fr);
    border-top: 1px solid var(--chcpfc-line);
    background: var(--chcpfc-paper);
}

.chcpfc-form {
    min-width: 0;
    padding: clamp(30px, 4vw, 58px) clamp(24px, 4.2vw, 62px);
}

.chcpfc-fieldset {
    min-width: 0;
    margin: 0 0 34px;
    padding: 0 0 34px;
    border: 0;
    border-bottom: 1px solid #dfe4e6;
}

.chcpfc-fieldset-last {
    margin-bottom: 26px;
    padding-bottom: 0;
    border-bottom: 0;
}

.chcpfc-fieldset legend {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    color: var(--chcpfc-navy);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.chcpfc-fields-grid {
    display: grid;
    gap: 18px;
}

.chcpfc-fields-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chcpfc-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    color: #2a4055;
    font-size: 0.8rem;
    font-weight: 720;
}

.chcpfc-field[hidden] {
    display: none !important;
}

.chcpfc-input-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #cbd5dc;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 5px 12px rgba(8, 40, 77, 0.035);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.chcpfc-input-wrap:focus-within {
    border-color: var(--chcpfc-navy-soft);
    box-shadow: 0 0 0 4px rgba(18, 55, 95, 0.10);
}

.chcpfc-input-wrap:has(input[aria-invalid="true"]) {
    border-color: #c14a4a;
    box-shadow: 0 0 0 4px rgba(193, 74, 74, 0.08);
}

.chcpfc-input-wrap input {
    width: 100%;
    min-width: 0;
    height: 50px;
    margin: 0;
    padding: 0 8px 0 15px;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--chcpfc-navy);
    font-size: 1rem;
    font-weight: 790;
    box-shadow: none;
}

.chcpfc-input-wrap em {
    min-width: 54px;
    padding: 0 14px 0 8px;
    color: #6a7b89;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 760;
    text-align: right;
    white-space: nowrap;
}

.chcpfc-rate-field small {
    color: #758491;
    font-size: 0.69rem;
    font-weight: 520;
    line-height: 1.45;
}

.chcpfc-form-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.chcpfc-button,
.chcpfc-print {
    min-height: 48px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #bdc9d2;
    border-radius: 999px;
    outline: none;
    background: transparent;
    color: var(--chcpfc-navy);
    font-size: 0.8rem;
    font-weight: 820;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    text-transform: none !important;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.chcpfc-button:hover,
.chcpfc-print:hover {
    transform: translateY(-1px);
}

.chcpfc-button-primary {
    border-color: var(--chcpfc-navy) !important;
    background: var(--chcpfc-navy) !important;
    color: #ffffff !important;
    box-shadow: 0 11px 24px rgba(8, 40, 77, 0.20);
}

.chcpfc-button-primary:hover {
    border-color: var(--chcpfc-navy-deep);
    background: var(--chcpfc-navy-deep);
    color: #ffffff;
}

.chcpfc-type-card:focus-visible,
.chcpfc-button:focus-visible,
.chcpfc-print:focus-visible,
.chcpfc-system-control select:focus-visible {
    outline: 3px solid rgba(201, 152, 62, 0.55);
    outline-offset: 3px;
}

.chcpfc-results {
    position: relative;
    min-width: 0;
    padding: clamp(30px, 4vw, 58px) clamp(24px, 3.6vw, 50px);
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(201, 152, 62, 0.20), transparent 29%),
        linear-gradient(155deg, var(--chcpfc-navy) 0%, var(--chcpfc-navy-deep) 75%);
    color: #ffffff;
}

.chcpfc-results::after {
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.chcpfc-results > * {
    position: relative;
    z-index: 1;
}

.chcpfc-results-head {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.chcpfc-results-head > div > span,
.chcpfc-selected-summary > span {
    display: block;
    margin-bottom: 6px;
    color: #e0bd72;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.chcpfc-results-head h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 790;
    line-height: 1.1;
}

.chcpfc-status {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 720;
}

.chcpfc-status i {
    background: var(--chcpfc-success);
    box-shadow: 0 0 0 5px rgba(103, 212, 155, 0.12);
}

.chcpfc-status.is-error i {
    background: #f09595;
    box-shadow: 0 0 0 5px rgba(240, 149, 149, 0.12);
}

.chcpfc-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.chcpfc-result-grid article {
    min-width: 0;
    min-height: 116px;
    padding: 17px 17px 16px;
    border: 1px solid var(--chcpfc-line-dark);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(6px);
}

.chcpfc-result-grid article > span {
    display: block;
    min-height: 34px;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.67rem;
    font-weight: 740;
    letter-spacing: 0.045em;
    line-height: 1.3;
    text-transform: uppercase;
}

.chcpfc-result-grid article strong {
    display: block;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: clamp(1.25rem, 2.2vw, 1.85rem);
    font-weight: 820;
    line-height: 1;
}

.chcpfc-result-grid .chcpfc-result-cost {
    border-color: rgba(224, 189, 114, 0.35);
    background: rgba(201, 152, 62, 0.10);
}

.chcpfc-result-grid .chcpfc-result-cost strong {
    color: #f0cf8b;
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    line-height: 1.15;
}

.chcpfc-breakdown {
    margin: 0 0 25px;
    padding: 16px 0;
    border-top: 1px solid var(--chcpfc-line-dark);
    border-bottom: 1px solid var(--chcpfc-line-dark);
}

.chcpfc-breakdown > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: baseline;
    padding: 7px 0;
}

.chcpfc-breakdown dt,
.chcpfc-breakdown dd {
    margin: 0;
}

.chcpfc-breakdown dt {
    color: rgba(255, 255, 255, 0.59);
    font-size: 0.72rem;
    font-weight: 620;
}

.chcpfc-breakdown dd {
    color: #ffffff;
    font-size: 0.79rem;
    font-weight: 790;
    text-align: right;
}

.chcpfc-selected-summary {
    margin-bottom: 20px;
    padding: 18px;
    border-left: 2px solid var(--chcpfc-gold);
    background: rgba(255, 255, 255, 0.045);
}

.chcpfc-selected-summary h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 1.03rem;
    font-weight: 780;
    letter-spacing: -0.015em;
}

.chcpfc-selected-summary p,
.chcpfc-cost-note,
.chcpfc-disclaimer {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
    line-height: 1.55;
}

.chcpfc-selected-summary p,
.chcpfc-cost-note {
    margin-bottom: 0;
}

.chcpfc-cost-note {
    margin: 0 0 14px;
}

.chcpfc-disclaimer {
    margin: 0 0 21px;
    padding-top: 14px;
    border-top: 1px solid var(--chcpfc-line-dark);
}

.chcpfc-print {
    width: 100%;
    border-color: rgba(255, 255, 255, 0.30);
    color: #ffffff;
}

.chcpfc-print:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.chcpfc-visual-suite {
    margin-top: clamp(34px, 5vw, 70px);
    padding: clamp(34px, 5.2vw, 72px);
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 85% 0%, rgba(201, 152, 62, 0.15), transparent 25%),
        linear-gradient(145deg, #0a2544 0%, #06192f 80%);
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(8, 40, 77, 0.16);
}

.chcpfc-visual-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.6fr);
    column-gap: clamp(35px, 8vw, 120px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 48px);
}

.chcpfc-visual-heading .chcpfc-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 13px;
}

.chcpfc-visual-heading h2 {
    max-width: 780px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(2rem, 3.5vw, 3.65rem);
    font-weight: 810;
    line-height: 1.02;
}

.chcpfc-visual-heading p {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.94rem;
}

.chcpfc-foundation-figure {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(270px, 0.55fr);
    gap: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
}

.chcpfc-image-frame {
    min-height: 470px;
    overflow: hidden;
    background: #e9e7e2;
}

.chcpfc-image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 470px;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.chcpfc-layer-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px clamp(20px, 3vw, 38px);
    background: rgba(3, 17, 32, 0.48);
}

.chcpfc-layer-list article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.chcpfc-layer-list article:last-child {
    border-bottom: 0;
}

.chcpfc-layer-list article > span,
.chcpfc-checklist article > span {
    color: #dfbd74;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.chcpfc-layer-list h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 770;
    letter-spacing: -0.01em;
}

.chcpfc-layer-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    line-height: 1.55;
}

.chcpfc-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.chcpfc-checklist article {
    min-height: 188px;
    padding: clamp(20px, 2.5vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.045);
}

.chcpfc-checklist h3 {
    margin: 24px 0 9px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 780;
    letter-spacing: -0.015em;
}

.chcpfc-checklist p {
    margin: 0;
    color: rgba(255, 255, 255, 0.60);
    font-size: 0.76rem;
    line-height: 1.58;
}

@media (max-width: 1120px) {
    .chcpfc-type-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .chcpfc-workspace {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    }

    .chcpfc-foundation-figure {
        grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    }
}

@media (max-width: 900px) {
    .chcpfc-calculator-head,
    .chcpfc-workspace,
    .chcpfc-visual-heading,
    .chcpfc-foundation-figure {
        grid-template-columns: 1fr;
    }

    .chcpfc-head-tools {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(230px, 0.7fr);
        align-items: end;
    }

    .chcpfc-results {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .chcpfc-visual-heading p {
        margin-top: 18px;
    }

    .chcpfc-image-frame,
    .chcpfc-image-frame img {
        min-height: 390px;
    }

    .chcpfc-layer-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 18px;
    }

    .chcpfc-layer-list article {
        grid-template-columns: 1fr;
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        border-bottom: 0;
        padding: 18px;
    }

    .chcpfc-layer-list article:last-child {
        border-right: 0;
    }
}

@media (max-width: 680px) {
    .chcpfc-root {
        padding-right: 10px;
        padding-left: 10px;
    }

    .chcpfc-calculator,
    .chcpfc-visual-suite {
        border-radius: 20px;
    }

    .chcpfc-calculator-head,
    .chcpfc-type-section,
    .chcpfc-form,
    .chcpfc-results {
        padding-right: 19px;
        padding-left: 19px;
    }

    .chcpfc-heading-copy h1 {
        font-size: clamp(2rem, 11vw, 3.1rem);
    }

    .chcpfc-section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .chcpfc-section-heading > span {
        white-space: nowrap;
    }

    .chcpfc-head-tools {
        display: flex;
    }

    .chcpfc-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chcpfc-type-card {
        min-height: 136px;
        padding: 16px;
    }

    .chcpfc-type-card:last-child {
        grid-column: 1 / -1;
    }

    .chcpfc-fields-two,
    .chcpfc-result-grid,
    .chcpfc-layer-list,
    .chcpfc-checklist {
        grid-template-columns: 1fr;
    }

    .chcpfc-result-grid article {
        min-height: 100px;
    }

    .chcpfc-layer-list article {
        grid-template-columns: 32px minmax(0, 1fr);
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding: 19px 3px;
    }

    .chcpfc-image-frame,
    .chcpfc-image-frame img {
        min-height: 280px;
    }

    .chcpfc-image-frame img {
        object-position: 57% center;
    }

    .chcpfc-checklist article {
        min-height: 0;
    }

    .chcpfc-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chcpfc-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chcpfc-root *,
    .chcpfc-root *::before,
    .chcpfc-root *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    body.chcpfc-page {
        background: #ffffff !important;
    }

    body.chcpfc-page .site-header,
    body.chcpfc-page .site-footer,
    body.chcpfc-page footer,
    body.chcpfc-page .chcpfc-visual-suite,
    body.chcpfc-page .chcpfc-form-actions,
    body.chcpfc-page .chcpfc-print {
        display: none !important;
    }

    .chcpfc-root {
        width: 100%;
        padding: 0;
    }

    .chcpfc-calculator {
        border: 0;
        box-shadow: none;
    }

    .chcpfc-workspace {
        grid-template-columns: 1fr 1fr;
    }

    .chcpfc-results {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}
