.pallet-configurator {
	--pc-bg: #f4f7fb;
	--pc-ink: #172033;
	--pc-muted: #5f6d80;
	--pc-line: #dbe4ee;
	--pc-soft: #f7f9fc;
	--pc-green: #0d8158;
	--pc-green-dark: #0a6f4c;
	--pc-green-soft: #eef8f4;
	--pc-blue: #087fcd;
	background: var(--pc-bg);
	color: var(--pc-ink);
	font-family: Inter, Arial, sans-serif;
	letter-spacing: 0;
}
.pallet-configurator *, .pallet-configurator *::before, .pallet-configurator *::after { box-sizing: border-box; letter-spacing: 0; }
.pallet-configurator button, .pallet-configurator input, .pallet-configurator select, .pallet-configurator textarea { font: inherit; }
.pallet-configurator button, .pallet-configurator select { cursor: pointer; }
.pallet-configurator button:focus-visible, .pallet-configurator a:focus-visible, .pallet-configurator input:focus-visible, .pallet-configurator select:focus-visible, .pallet-configurator textarea:focus-visible { outline: 3px solid rgba(8,127,205,.2); outline-offset: 2px; }
.pallet-configurator section { width: 100%; max-width: none; min-height: 0; margin-inline: 0; padding: 0; }
.pc-shell { width: min(1840px, calc(100% - 3rem)); margin-inline: auto; }
.pc-workspace { padding: 2.4rem 0 7rem; }
.pc-kicker { display: block; margin: 0 0 .35rem; color: var(--pc-muted); font-size: 1.4rem; line-height: 1.35; font-weight: 800; text-transform: uppercase; }

.pc-app-head { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 1.5rem; }
.pc-app-head h1 { margin: 0; color: var(--pc-ink); font-size: 3.25rem; line-height: 1; font-weight: 750; }
.pc-app-head p { margin: .65rem 0 0; color: var(--pc-muted); font-size: 1.6rem; }
.pc-app-actions { display: flex; align-items: center; gap: .8rem; }
.pc-app-actions label, .pc-app-actions button, .pc-preview-actions > button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; height: 4.6rem; padding: 0 1.4rem; border: 1px solid var(--pc-line); border-radius: 7px; background: #fff; color: #344055; font-size: 1.5rem; font-weight: 700; white-space: nowrap; }
.pc-app-actions input { width: 1.6rem; height: 1.6rem; margin: 0; accent-color: var(--pc-green); }
.pc-mode-switch { display: inline-grid; grid-template-columns: 1fr 1fr; padding: .3rem; border: 1px solid var(--pc-line); border-radius: 7px; background: #fff; }
.pc-app-actions .pc-mode-switch button { height: 3.8rem; padding-inline: 1.1rem; border: 0; background: transparent; }
.pc-app-actions .pc-mode-switch button.is-active { background: var(--pc-green-soft); color: #176343; box-shadow: inset 0 0 0 1px #9dccb8; }
.pc-simple-mode .pc-expert-only { display: none !important; }

.pc-progress { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 1.2rem; border: 1px solid var(--pc-line); border-radius: 8px; overflow: hidden; background: #fff; }
.pc-progress button { display: flex; align-items: center; justify-content: center; gap: .8rem; min-height: 6.5rem; padding: .8rem 1rem; border: 0; border-right: 1px solid var(--pc-line); background: #fff; color: var(--pc-muted); font-size: 1.5rem; line-height: 1.25; font-weight: 750; }
.pc-progress button:last-child { border-right: 0; }
.pc-progress button b { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid #c6d2df; border-radius: 50%; background: #fff; color: #637389; font-size: 1.25rem; }
.pc-progress button.is-active { background: var(--pc-green-soft); color: #24523f; }
.pc-progress button.is-active b { border-color: var(--pc-green); background: var(--pc-green); color: #fff; }
.pc-progress button.is-complete b { border-color: var(--pc-green); color: var(--pc-green); }
.pc-progress button:disabled { cursor: default; opacity: .56; }

.pc-builder { display: grid; grid-template-columns: minmax(520px, 570px) minmax(0, 1fr); gap: 1.5rem; align-items: stretch; }
.pc-controls, .pc-preview-column, .pc-output, .pc-cargo-placeholder { border: 1px solid var(--pc-line); border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.pc-controls { min-width: 0; overflow: hidden; }
.pc-wizard-panel { display: flex; flex-direction: column; min-height: 760px; padding: 2.6rem; }
.pc-wizard-panel[hidden] { display: none !important; }
#pc-size-preset-section[hidden] { display: none !important; }
.pc-wizard-panel[data-pc-step-panel="1"] { min-height: 678px; padding: 2rem 2.2rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-step-head { padding-bottom: 1.2rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-step-head > span { margin-bottom: .4rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-step-head p { margin-top: .55rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-select-field { margin-top: 1.2rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-question { margin-top: 1.25rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-question > span { margin-bottom: .55rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-dimension-fields { margin-top: 1.35rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-dimension-fields .pc-field > span:first-child { color: var(--pc-ink); }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-dimension-fields .pc-input-wrap { height: 5.6rem; border-color: #aebdcb; background: #fbfcfd; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-dimension-fields .pc-field input { height: 5.4rem; font-size: 2rem; font-weight: 750; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-shortcuts { margin-top: 1.15rem; padding-top: 1rem; border-top: 1px solid var(--pc-line); }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-shortcuts > span { color: var(--pc-muted); font-size: 1.4rem; font-weight: 700; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets { gap: .55rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets button { min-height: 4.4rem; padding: .55rem .7rem; border-color: #dce4ec; background: var(--pc-soft); }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets b { font-size: 1.45rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets small { margin-top: .1rem; font-size: 1.25rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets button.is-active { border-color: #9ccbb8; background: var(--pc-green-soft); box-shadow: none; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-advisor-note { margin-top: 1rem; padding: .9rem 1rem; }
.pc-wizard-panel[data-pc-step-panel="1"] .pc-step-actions { padding-top: 1.2rem; }
.pc-step-head { padding-bottom: 1.7rem; border-bottom: 1px solid var(--pc-line); }
.pc-step-head > span { display: block; margin-bottom: .7rem; color: var(--pc-green); font-size: 1.35rem; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.pc-step-head h2 { margin: 0; color: var(--pc-ink); font-size: 2.9rem; line-height: 1.12; font-weight: 720; }
.pc-step-head p { margin: .8rem 0 0; color: var(--pc-muted); font-size: 1.65rem; line-height: 1.55; }

.pc-select-field, .pc-field { display: flex; flex-direction: column; gap: .65rem; min-width: 0; color: #455268; font-size: 1.6rem; line-height: 1.35; font-weight: 780; }
.pc-select-field { margin-top: 1.7rem; }
.pc-select-field > span:first-child, .pc-field > span:first-child { display: flex; justify-content: space-between; gap: 1rem; }
.pc-select-field small { color: var(--pc-muted); font-size: 1.3rem; line-height: 1.35; font-weight: 600; }
.pc-select-wrap { position: relative; display: block; min-width: 0; }
.pc-select-wrap select { width: 100%; height: 5.4rem; padding: 0 4rem 0 1.3rem; border: 1px solid #c9d5e2; border-radius: 7px; outline: 0; background: #fff; color: var(--pc-ink); font-size: 1.75rem; font-weight: 700; appearance: none; }
.pc-select-wrap select:hover { border-color: #9cafc2; }
.pc-select-wrap select:focus { border-color: var(--pc-green); }
.pc-select-wrap i { position: absolute; top: 50%; right: 1.3rem; transform: translateY(-54%); color: var(--pc-muted); font-size: 1.6rem; font-style: normal; pointer-events: none; }
.pc-type-description { margin: 1rem 0 0; padding: 1.25rem 1.35rem; border-left: 3px solid var(--pc-green); background: var(--pc-green-soft); color: #315848; font-size: 1.5rem; line-height: 1.5; }
.pc-popular-tag { display: inline-flex; align-items: center; padding: .35rem .7rem; border-radius: 999px; background: #dff5e9; color: #087348; font-size: 1.25rem; line-height: 1.2; font-style: normal; font-weight: 800; white-space: nowrap; }
.pc-popular-tag[hidden] { display: none; }

.pc-question { margin-top: 1.8rem; }
.pc-question > span { display: block; margin-bottom: .8rem; color: #455268; font-size: 1.6rem; line-height: 1.35; font-weight: 780; }
.pc-size-presets, .pc-layout-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; }
.pc-size-presets[hidden] { display: none !important; }
.pc-layout-choices--five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pc-size-presets button, .pc-layout-choices button { min-height: 6.2rem; padding: .9rem .7rem; border: 1px solid #cfdae6; border-radius: 7px; background: #fff; color: var(--pc-ink); text-align: left; }
.pc-size-presets b, .pc-size-presets small, .pc-layout-choices b, .pc-layout-choices small { display: block; }
.pc-size-presets b, .pc-layout-choices b { font-size: 1.55rem; line-height: 1.3; font-weight: 750; }
.pc-size-presets small, .pc-layout-choices small { margin-top: .4rem; color: var(--pc-muted); font-size: 1.35rem; line-height: 1.35; }
.pc-size-presets button:hover, .pc-layout-choices button:hover, .pc-count-presets button:hover { border-color: #9cafc2; }
.pc-size-presets button.is-active, .pc-layout-choices button.is-active { border-color: var(--pc-green); background: var(--pc-green-soft); box-shadow: inset 0 0 0 1px var(--pc-green); }
.pc-count-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.pc-count-presets button { height: 4.6rem; border: 1px solid #cfdae6; border-radius: 7px; background: #fff; color: var(--pc-ink); font-size: 1.55rem; font-weight: 750; }
.pc-count-presets button.is-active { border-color: var(--pc-green); background: var(--pc-green); color: #fff; }
.pc-block-sizes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.pc-block-sizes button { min-height: 5.6rem; padding: .8rem 1rem; border: 1px solid #cfdae6; border-radius: 7px; background: #fff; color: var(--pc-ink); font-size: 1.5rem; line-height: 1.3; font-weight: 750; text-align: left; }
.pc-block-sizes b, .pc-block-sizes small { display: block; }
.pc-block-sizes small { margin-top: .25rem; color: var(--pc-muted); font-weight: 600; }
.pc-block-sizes button:hover { border-color: #9cafc2; }
.pc-block-sizes button.is-active { border-color: var(--pc-green); background: var(--pc-green-soft); box-shadow: inset 0 0 0 1px var(--pc-green); }

.pc-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.pc-field-grid .pc-select-field { margin-top: 0; }
.pc-field-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pc-field--wide { grid-column: 1 / -1; }
.pc-dimension-fields { margin-top: 1.4rem; }
.pc-input-wrap { display: flex; align-items: center; min-width: 0; height: 5.1rem; border: 1px solid #c9d5e2; border-radius: 7px; background: #fff; }
.pc-input-wrap:focus-within { border-color: var(--pc-green); box-shadow: 0 0 0 3px rgba(15,138,95,.1); }
.pc-field input { width: 100%; min-width: 0; height: 4.9rem; padding: 0 1.2rem; border: 0; outline: 0; background: transparent; color: var(--pc-ink); font-size: 1.8rem; font-weight: 650; }
.pc-input-wrap b { padding-right: 1.1rem; color: #66758a; font-size: 1.3rem; font-weight: 700; white-space: nowrap; }
.pc-stepper { display: grid; grid-template-columns: 4.5rem 1fr 4.5rem; height: 4.7rem; border: 1px solid #c9d5e2; border-radius: 7px; overflow: hidden; background: #fff; }
.pc-stepper button { border: 0; background: #f3f6f9; color: var(--pc-ink); font-size: 2rem; }
.pc-stepper button:first-child { border-right: 1px solid var(--pc-line); }
.pc-stepper button:last-child { border-left: 1px solid var(--pc-line); }
.pc-stepper button:hover { background: #e8edf3; }
.pc-stepper input { height: 4.5rem; padding: 0; text-align: center; }
.pc-custom-count { margin-top: 1rem; }

.pc-live-note, .pc-advisor-note { display: flex; gap: 1rem; margin-top: 1.5rem; padding: 1.2rem; border: 1px solid #d7e5ef; border-radius: 7px; background: #f4f9fc; }
.pc-live-note > span { color: var(--pc-blue); font-size: 1.7rem; }
.pc-live-note p, .pc-advisor-note p { margin: 0; }
.pc-live-note b, .pc-live-note small { display: block; }
.pc-live-note b { color: #29445b; font-size: 1.45rem; line-height: 1.35; }
.pc-live-note small { margin-top: .35rem; color: var(--pc-muted); font-size: 1.3rem; line-height: 1.4; }
.pc-advisor-note { display: block; border-color: #d8e7df; background: var(--pc-green-soft); color: #315848; }
.pc-advisor-note b { font-size: 1.45rem; line-height: 1.35; }
.pc-advisor-note p { margin-top: .35rem; font-size: 1.35rem; line-height: 1.5; }

.pc-parameter-section[hidden] { display: none !important; }
.pc-parameter-section > .pc-field { margin-top: 1.5rem; }
.pc-advanced { margin-top: 1.6rem; border: 1px solid var(--pc-line); border-radius: 7px; background: var(--pc-soft); }
.pc-advanced summary { display: flex; justify-content: space-between; align-items: center; min-height: 5rem; padding: 0 1.3rem; color: #455268; font-size: 1.5rem; line-height: 1.35; font-weight: 780; cursor: pointer; list-style: none; }
.pc-advanced summary::-webkit-details-marker { display: none; }
.pc-advanced[open] summary span { transform: rotate(180deg); }
.pc-advanced__body { padding: 0 1.2rem 1.2rem; border-top: 1px solid var(--pc-line); }
.pc-advanced .pc-parameter-section { padding-top: 1.25rem; }
.pc-advanced .pc-parameter-section + .pc-parameter-section { margin-top: 1.2rem; border-top: 1px solid var(--pc-line); }
.pc-advanced h3 { margin: 0 0 .9rem; color: #344055; font-size: 1.45rem; line-height: 1.35; font-weight: 800; }
.pc-advanced .pc-field-grid { margin-top: 0; }
.pc-technical-hint { margin-top: 1.2rem; padding: 1rem 1.1rem; border: 1px solid #d8e7df; border-radius: 7px; background: var(--pc-green-soft); color: #315848; font-size: 1.4rem; line-height: 1.45; }
.pc-technical-hint button { padding: 0; border: 0; background: transparent; color: #087348; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.pc-technical-mode .pc-technical-hint { display: none; }

.pc-check-list { display: grid; margin-top: 1.5rem; border-top: 1px solid var(--pc-line); }
.pc-check-list label { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1.1rem; padding: 1.45rem .2rem; border-bottom: 1px solid var(--pc-line); cursor: pointer; }
.pc-check-list input { width: 2rem; height: 2rem; margin: .15rem 0 0; accent-color: var(--pc-green); }
.pc-check-list b, .pc-check-list small { display: block; }
.pc-check-list b { font-size: 1.55rem; line-height: 1.35; }
.pc-check-list small { margin-top: .35rem; color: var(--pc-muted); font-size: 1.4rem; line-height: 1.45; }

.pc-step-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 2rem; }
.pc-step-actions--end { justify-content: flex-end; }
.pc-step-actions button, .pc-step-actions a { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 5.2rem; padding: 0 1.6rem; border-radius: 7px; font-size: 1.55rem; font-weight: 780; text-decoration: none; }
.pc-back { border: 1px solid var(--pc-line); background: #fff; color: #455268; }
.pc-next { border: 1px solid var(--pc-green); background: var(--pc-green); color: #fff; }
.pc-next:hover { background: var(--pc-green-dark); color: #fff; }

.pc-final-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.6rem; }
.pc-final-metrics > div { min-height: 7rem; padding: 1.1rem; border: 1px solid var(--pc-line); border-radius: 7px; background: var(--pc-soft); }
.pc-final-metrics small, .pc-final-metrics strong { display: block; }
.pc-final-metrics small { color: var(--pc-muted); font-size: 1.3rem; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.pc-final-metrics strong { margin-top: .65rem; color: var(--pc-ink); font-size: 1.55rem; line-height: 1.35; }
.pc-spec-link { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding: 1.3rem; border: 1px solid var(--pc-line); border-radius: 7px; color: #334155; font-size: 1.45rem; line-height: 1.35; font-weight: 750; text-decoration: none; }

.pc-preview-column { position: sticky; top: 1rem; display: flex; flex-direction: column; align-self: start; min-width: 0; min-height: 680px; padding: 1.6rem; }
.pc-preview-head { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-bottom: 1rem; }
.pc-preview-eyebrow { display: block; margin-bottom: .25rem; color: var(--pc-green); font-size: 1.3rem; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.pc-preview-head h2 { margin: 0; color: var(--pc-ink); font-size: 2.1rem; line-height: 1.25; font-weight: 720; }
.pc-preview-stage { position: relative; flex: 1 1 auto; min-height: 590px; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 8px; background: #fff; isolation: isolate; }
.pc-view { display: none; position: absolute; inset: 0; }
.pc-view.is-active { display: block; }
#pc-three-stage { width: 100%; height: 100%; min-height: 588px; cursor: grab; }
#pc-three-stage:active { cursor: grabbing; }
#pc-three-stage canvas { display: block; width: 100%; height: 100%; }
.pc-watermark-grid { position: absolute; inset: -18%; z-index: 2; display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1.1rem .2rem; align-items: center; transform: rotate(-16deg) scale(1.08); overflow: hidden; pointer-events: none; }
.pc-watermark-grid span { color: rgba(61,82,105,.075); font-size: 3.9rem; line-height: 1; font-weight: 900; text-align: center; white-space: nowrap; }
.pc-watermark-grid span::before { content: "HGV"; display: block; }
.pc-watermark-grid span::after { content: "PALETY"; display: block; margin-top: .25rem; font-size: .58em; font-weight: 800; }
.pc-stage-size { position: absolute; top: 1.2rem; right: 1.2rem; z-index: 3; padding: .8rem 1rem; border: 1px solid var(--pc-line); border-radius: 7px; background: rgba(255,255,255,.94); color: #24334a; font-size: 1.3rem; line-height: 1.35; font-weight: 750; }
.pc-hide-dimensions .pc-stage-size { display: none; }
.pc-preview-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: .8rem; border: 1px solid var(--pc-line); border-radius: 7px; overflow: hidden; }
.pc-preview-meta span { padding: 1.1rem; border-right: 1px solid var(--pc-line); color: #455268; font-size: 1.4rem; line-height: 1.35; font-weight: 700; text-align: center; }
.pc-preview-meta span:last-child { border-right: 0; }

.pc-output { margin-top: 1.2rem; overflow: hidden; }
.pc-wizard-panel .pc-output { flex: 0 0 auto; box-shadow: none; }
.pc-output > summary { display: flex; justify-content: space-between; align-items: center; min-height: 6.4rem; padding: 1.2rem 1.5rem; cursor: pointer; list-style: none; }
.pc-output > summary::-webkit-details-marker { display: none; }
.pc-output > summary span, .pc-output > summary b, .pc-output > summary small { display: block; }
.pc-output > summary b { font-size: 1.55rem; line-height: 1.35; }
.pc-output > summary small { margin-top: .3rem; color: var(--pc-muted); font-size: 1.35rem; line-height: 1.4; }
.pc-output > summary i { color: var(--pc-muted); font-size: 1.6rem; font-style: normal; }
.pc-output[open] > summary { border-bottom: 1px solid var(--pc-line); }
.pc-output[open] > summary i { transform: rotate(180deg); }
.pc-output__main { padding: 1.5rem; }
.pc-table-wrap { overflow-x: auto; }
.pc-parts-table { width: 100%; border-collapse: collapse; font-size: 1.45rem; line-height: 1.4; }
.pc-parts-table th, .pc-parts-table td { padding: 1.1rem .9rem; border-bottom: 1px solid var(--pc-line); text-align: left; }
.pc-parts-table th { background: var(--pc-soft); color: var(--pc-muted); font-size: 1.25rem; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.pc-parts-table td:nth-child(2) { font-weight: 750; }
.pc-engineering-note { margin: 1.4rem 0 0; color: var(--pc-muted); font-size: 1.35rem; line-height: 1.5; }

.pc-cargo-placeholder { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; margin-top: 1.2rem; padding: 1.5rem; background: #eef2f5; }
.pc-cargo-placeholder .pc-kicker { margin: 0; }
.pc-cargo-placeholder h3 { margin: 0 0 .35rem; font-size: 1.55rem; font-weight: 720; }
.pc-cargo-placeholder p { margin: 0; color: var(--pc-muted); font-size: 1.45rem; line-height: 1.5; }
.pc-cargo-contact { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; min-width: 16rem; padding: 1.2rem 1.4rem; border-radius: 7px; background: var(--pc-green); color: #fff; font-size: 1.45rem; font-weight: 750; text-decoration: none; }
.pc-cargo-contact:hover { background: var(--pc-green-dark); color: #fff; }

.pc-quote { display: block; margin-top: 1.2rem; border: 1px solid var(--pc-line); border-radius: 8px; overflow: hidden; background: #fff; color: var(--pc-ink); }
.pc-quote__intro, .pc-quote__form-wrap { padding: 2.5rem; }
.pc-quote__intro { border-right: 1px solid var(--pc-line); background: var(--pc-soft); }
.pc-quote__form-wrap { background: #fff; }
.pc-quote .pc-kicker { color: var(--pc-green); }
.pc-quote h2 { margin: 0 0 .8rem; font-size: 2.8rem; line-height: 1.1; font-weight: 650; }
.pc-quote__intro > p { max-width: 520px; margin: 0; color: var(--pc-muted); font-size: 1.55rem; line-height: 1.55; }
.pc-quote-summary { display: grid; gap: .55rem; margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid var(--pc-line); }
.pc-quote-summary span { display: flex; justify-content: space-between; gap: 2rem; color: var(--pc-muted); font-size: 1.4rem; line-height: 1.4; }
.pc-quote-summary b { color: var(--pc-ink); font-weight: 650; text-align: right; }
.pc-quote-form { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 0; }
.pc-contact-fields { display: grid; gap: 1rem; }
.pc-quote-form label { display: flex; flex-direction: column; gap: .4rem; color: #344055; font-size: 1.45rem; line-height: 1.3; font-weight: 700; }
.pc-quote-form input, .pc-quote-form textarea, .pc-quote-form select { width: 100%; padding: .9rem 1rem; border: 1px solid #c9d5e2; border-radius: 7px; outline: 0; background: #fff; color: var(--pc-ink); font-size: 1.6rem; resize: vertical; }
.pc-quote-form input { height: 4.2rem; }
.pc-quote-form .pc-select-wrap select { height: 4.2rem; border-color: #4d5563; background: #1b1f27; color: #fff; }
.pc-quote-form .pc-select-wrap i { color: #c7cdd6; }
.pc-quote-form .pc-input-wrap { height: 4.2rem; border-color: #c9d5e2; background: #fff; }
.pc-quote-form .pc-input-wrap input { height: 4rem; padding: 0 1rem; border: 0; }
.pc-quote-options { display: grid; gap: .9rem; padding: 1.1rem; border: 1px solid #3c4350; border-radius: 7px; background: #171b22; }
.pc-quote-options__title { margin: 0; color: #fff; font-size: 1.6rem; line-height: 1.4; font-weight: 750; }
.pc-check-list--quote { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin-top: 0; border-top: 0; }
.pc-check-list--quote label { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: .7rem; min-height: 5.2rem; padding: .8rem; border: 1px solid #414957; border-radius: 7px; background: #1b1f27; color: #fff; }
.pc-quote-form .pc-check-list--quote input { width: 18px; height: 18px; margin: .1rem 0 0; padding: 0; }
.pc-check-list--quote small { color: #aeb6c3; }
.pc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pc-quote-form .hgv-phone-input { display: grid; grid-template-columns: 10.5rem minmax(0, 1fr); gap: .7rem; }
.pc-quote-form .hgv-phone-input input, .pc-quote-form .hgv-phone-input select { min-width: 0; height: 4.2rem; }
.pc-form-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; margin-top: .25rem; }
.pc-privacy { display: grid !important; grid-template-columns: 2rem 1fr; align-items: start; gap: 1rem !important; color: var(--pc-muted) !important; font-size: 1.35rem !important; font-weight: 400 !important; line-height: 1.5 !important; cursor: pointer; }
.pc-privacy input { width: 2rem; height: 2rem; margin: .1rem 0 0; padding: 0; accent-color: var(--pc-green); }
.pc-privacy__copy > span { display: block; color: inherit; font-weight: inherit; }
.pc-privacy a { color: inherit; font-weight: inherit; text-decoration: underline; text-underline-offset: 2px; }
.pc-submit { display: inline-flex; justify-content: center; align-items: center; justify-self: start; gap: 1rem; width: auto; min-height: 4.7rem; padding: 0 1.6rem; border: 1px solid #111319; border-radius: 7px; background: #111319; color: #fff; font-size: 1.5rem; font-weight: 780; white-space: nowrap; cursor: pointer; }
.pc-form-note { margin: 0; color: var(--pc-muted); font-size: 1.3rem; line-height: 1.45; }
.pc-notice { margin: 0 0 1.5rem; padding: 1.2rem; border-radius: 7px; font-size: 1.45rem; line-height: 1.4; }
.pc-notice--success { background: #d8f2e5; color: #075b31; }
.pc-notice--error { background: #f8dcdc; color: #8b1519; }
.pc-success-modal { position: fixed; inset: 0; z-index: 10050; display: none; place-items: center; padding: 2rem; }
.pc-success-modal.is-open { display: grid; }
.pc-success-modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(10, 13, 18, .62); cursor: default; }
.pc-success-modal__dialog { position: relative; z-index: 1; width: min(48rem, 100%); padding: 3.2rem; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, .24); text-align: center; }
.pc-success-modal__dialog img { display: block; width: 9.6rem; height: auto; margin: 0 auto 1.8rem; }
.pc-success-modal__dialog h2 { margin: 0 0 1rem; color: var(--pc-ink); font-size: 2.8rem; line-height: 1.15; }
.pc-success-modal__dialog p { margin: 0 auto 2rem; color: var(--pc-muted); font-size: 1.6rem; line-height: 1.55; }
.pc-success-modal__close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 4rem; height: 4rem; padding: 0; place-items: center; border: 0; background: transparent; color: var(--pc-ink); font-size: 3rem; line-height: 1; cursor: pointer; }
.pc-success-modal__button { min-height: 4.6rem; padding: 0 2.4rem; border: 1px solid #111319; border-radius: 7px; background: #111319; color: #fff; font-size: 1.6rem; font-weight: 750; cursor: pointer; }
body.pc-success-modal-open { overflow: hidden; }

/* Stable, accessible type scale independent of the theme's reduced rem base. */
.pc-kicker, .pc-step-head > span, .pc-preview-eyebrow, .pc-final-metrics small, .pc-parts-table th { font-size: 14px; }
.pc-app-head p, .pc-select-field, .pc-field, .pc-question > span, .pc-size-presets b, .pc-layout-choices b, .pc-count-presets button, .pc-check-list b, .pc-step-actions button, .pc-step-actions a, .pc-final-metrics strong, .pc-output > summary b, .pc-submit { font-size: 17px; }
.pc-app-actions label, .pc-app-actions button, .pc-progress button, .pc-type-description, .pc-live-note b, .pc-advisor-note b, .pc-advanced summary, .pc-advanced h3, .pc-parts-table, .pc-cargo-placeholder p, .pc-cargo-contact, .pc-quote-summary span, .pc-quote-form label, .pc-notice, .pc-block-sizes button, .pc-quote-options__title { font-size: 16px; }
.pc-popular-tag { font-size: 13px; }
.pc-technical-hint { font-size: 14px; }
.pc-select-field small, .pc-size-presets small, .pc-layout-choices small, .pc-input-wrap b, .pc-live-note small, .pc-advisor-note p, .pc-check-list small, .pc-stage-size, .pc-preview-meta span, .pc-output > summary small, .pc-engineering-note, .pc-form-note { font-size: 15px; }
.pc-select-wrap select { font-size: 17px; }
.pc-field input { font-size: 18px; }
.pc-progress button b { font-size: 14px; }
.pc-preview-head h2 { font-size: 24px; }
.pc-cargo-placeholder h3 { font-size: 20px; }
.pc-quote__intro > p, .pc-quote-form input, .pc-quote-form textarea { font-size: 16px; }

@media (max-width: 1080px) {
	.pc-builder { grid-template-columns: 1fr; }
	.pc-wizard-panel, .pc-wizard-panel[data-pc-step-panel="1"] { min-height: 0; }
	.pc-preview-column { position: static; min-height: 560px; }
	.pc-preview-stage, #pc-three-stage { min-height: 480px; }
	.pc-step-actions { margin-top: 2rem; }
}

@media (max-width: 800px) {
	.pc-privacy span { white-space: normal; }
	.pc-form-footer { grid-template-columns: 1fr; align-items: stretch; gap: 1.2rem; }
	.pc-submit { width: 100%; }
	.pc-success-modal__dialog { padding: 3rem 2rem 2.4rem; }
	.pc-shell { width: min(100% - 2rem, 760px); }
	.pc-workspace { padding: 1.8rem 0 5rem; }
	.pc-app-head { align-items: flex-start; flex-direction: column; }
	.pc-app-head h1 { font-size: 2.5rem; }
	.pc-app-actions { display: grid; grid-template-columns: 1fr; width: 100%; overflow: visible; }
	.pc-mode-switch, #pc-reset-variant { width: 100%; }
	.pc-app-actions .pc-mode-switch button { min-width: 0; padding-inline: .7rem; white-space: normal; }
	.pc-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; }
	.pc-progress button { flex-direction: row; gap: .6rem; min-width: 0; min-height: 44px; padding: .6rem; font-size: 14px; line-height: 1.25; text-align: center; overflow-wrap: normal; }
	.pc-progress button:nth-child(-n+2) { border-bottom: 1px solid var(--pc-line); }
	.pc-progress button:nth-child(2) { border-right: 0; }
	.pc-progress button b { flex: 0 0 auto; width: 2.5rem; height: 2.5rem; }
	.pc-wizard-panel { padding: 1.6rem; }
	.pc-step-head h2 { font-size: 2rem; }
	.pc-field-grid, .pc-form-row { grid-template-columns: 1fr; }
	.pc-field-grid--three { grid-template-columns: 1fr 1fr; }
	.pc-count-presets { grid-template-columns: repeat(2, 1fr); }
	.pc-size-presets, .pc-layout-choices { grid-template-columns: 1fr; }
	.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets button { min-width: 0; min-height: 4.8rem; padding-inline: .45rem; }
	.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets b { font-size: 13px; white-space: nowrap; }
	.pc-wizard-panel[data-pc-step-panel="1"] .pc-size-presets small { font-size: 12px; }
	.pc-block-sizes, .pc-check-list--quote { grid-template-columns: 1fr; }
	.pc-size-presets button, .pc-layout-choices button { min-height: 5rem; }
	.pc-preview-head { align-items: flex-start; flex-direction: column; }
	.pc-preview-column { min-height: 470px; padding: 1rem; }
	.pc-preview-stage, #pc-three-stage { min-height: 390px; }
	.pc-watermark-grid { inset: -20%; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem .2rem; }
	.pc-watermark-grid span { font-size: 2.4rem; }
	.pc-preview-meta { grid-template-columns: 1fr; }
	.pc-preview-meta span { border-right: 0; border-bottom: 1px solid var(--pc-line); }
	.pc-preview-meta span:last-child { border-bottom: 0; }
	.pc-final-metrics { grid-template-columns: 1fr; }
	.pc-cargo-placeholder { grid-template-columns: 1fr; gap: 1rem; }
	.pc-quote-form { grid-template-columns: 1fr; }
	.pc-quote__intro, .pc-quote__form-wrap { padding: 2.4rem; }
	.pc-quote__intro { border-right: 0; border-bottom: 1px solid var(--pc-line); }
	.pc-quote h2 { font-size: 2.8rem; }
}
