:root {
  --id3d-page-bg: #f7f8fa;
  --id3d-card: #ffffff;
  --id3d-text: #102b57;
  --id3d-muted: #687386;
  --id3d-orange: #f6931e;
  --id3d-orange-dark: #e37d09;
  --id3d-line: #e5e9ef;
  --id3d-shadow: 0 8px 24px rgba(22, 43, 78, 0.06);
}

body.id3d-page { background: var(--id3d-page-bg); color: var(--id3d-text); font-family: 'Lato', sans-serif; }
.id3d-page-main { padding: 28px 0 0; }
.id3d-tool-grid { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(330px, 1fr); gap: 18px; align-items: start; }
.id3d-card-head, .id3d-app-card, .id3d-how-card, .id3d-saved-designs-card, .id3d-benefit-strip { background: var(--id3d-card); border: 1px solid var(--id3d-line); border-radius: 10px; box-shadow: var(--id3d-shadow); }
.id3d-card-head { grid-column: 1; padding: 23px 26px 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.id3d-section-label { margin: 0 0 7px; color: var(--id3d-orange-dark); font: 700 10px/1.2 'Raleway', sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.id3d-card-head h1 { margin: 0; color: var(--id3d-text); font: 800 clamp(24px, 2.1vw, 31px)/1.14 'Raleway', sans-serif; }
.id3d-card-copy { max-width: 610px; margin: 9px 0 0; color: var(--id3d-muted); font-size: 13px; line-height: 1.55; }
.id3d-chip-group { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.id3d-chip { white-space: nowrap; padding: 7px 9px; border-radius: 6px; background: #fff4e5; color: var(--id3d-orange-dark); font: 700 10px/1.2 'Raleway', sans-serif; }

.id3d-app-main { grid-column: 1; }
.id3d-app-card { padding: 18px 26px 19px; }
.id3d-stepper { display: flex; align-items: center; margin: 0 0 18px; padding: 0; overflow: hidden; }
.id3d-step { position: relative; display: flex; align-items: center; flex: 1 1 0; min-width: 0; border: 0; background: transparent; color: var(--id3d-muted); padding: 0; font: 700 10px/24px 'Raleway', sans-serif; white-space: nowrap; text-align: left; }
.id3d-step:not(:last-child)::after { content: ''; flex: 1 1 auto; min-width: 12px; height: 1px; margin: 0 12px; background: #d6dce5; }
.id3d-step > span:first-child { display: inline-grid; flex: 0 0 18px; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #eef1f5; color: var(--id3d-muted); font: 700 9px/1 'Lato', sans-serif; }
.id3d-step .id3d-step-label { display: inline; flex: 0 1 auto; width: auto; height: auto; margin-left: 5px; border-radius: 0; background: transparent; color: inherit; font: inherit; }
body.id3d-page .id3d-step.is-active { border-color: transparent; border-radius: 0; background: transparent; color: #1f8f5f; }
body.id3d-page .id3d-step.is-active .id3d-step-label { background: transparent; color: #1f8f5f; }
.id3d-step.is-active > span:first-child { background: #1f8f5f; color: #fff; }
.id3d-step.is-complete { color: #1f8f5f; }
.id3d-step.is-complete > span:first-child { background: #1f8f5f; color: #fff; }
.id3d-step.is-active:not(:last-child)::after, .id3d-step.is-complete:not(:last-child)::after { background: #1f8f5f; }
.id3d-status { margin-bottom: 14px; padding: 10px 12px; border-radius: 7px; font-size: 12px; font-weight: 700; }
.id3d-status.is-success { color: #17613b; background: #eef9f1; border: 1px solid #c6ead2; }
.id3d-status.is-error { color: #a52f2f; background: #fff1f1; border: 1px solid #f2cece; }
.id3d-status.is-limit { color: #17613b; background: #eaf8ef; border: 1px solid #b9e2c7; text-align: center; white-space: pre-line; line-height: 1.55; }
.id3d-step-panel { display: none; }
.id3d-step-panel.is-active { display: block; }
.id3d-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
.id3d-field { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.id3d-field > span:first-child { color: var(--id3d-text); font: 700 11px/1.2 'Raleway', sans-serif; }
.id3d-field > span:first-child em { color: var(--id3d-muted); font-size: 10px; font-style: normal; font-weight: 600; }
.id3d-field-control { position: relative; display: block; }
.id3d-field-control i { position: absolute; z-index: 1; top: 50%; left: 11px; transform: translateY(-50%); color: #9aa5b6; font-style: normal; font-size: 14px; }
.id3d-field input, .id3d-field select, .id3d-field textarea { width: 100%; min-height: 42px; border: 1px solid #dce2eb; border-radius: 6px; background: #fff; color: var(--id3d-text); padding: 9px 11px; font: 12px/1.35 'Lato', sans-serif; outline: none; box-shadow: none; }
.id3d-field-control input { padding-left: 33px; }
.id3d-field input:focus, .id3d-field select:focus, .id3d-field textarea:focus { border-color: var(--id3d-orange); box-shadow: 0 0 0 3px rgba(246, 147, 30, .12); }
.id3d-field textarea { min-height: 86px; resize: vertical; }
.id3d-field-full { grid-column: 1 / -1; }
.id3d-finish-selector { grid-column: 1 / -1; min-width: 0; }
.id3d-finish-heading > span { display: block; color: var(--id3d-text); font: 700 11px/1.2 'Raleway', sans-serif; }
.id3d-finish-heading small { display: block; margin-top: 3px; color: var(--id3d-muted); font-size: 10px; line-height: 1.35; }
.id3d-finish-group-title { margin: 11px 0 6px; color: var(--id3d-text); font: 700 10px/1.2 'Raleway', sans-serif; }
.id3d-finish-grid { display: grid; gap: 6px; }
.id3d-solid-finish-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.id3d-wood-finish-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.id3d-finish-option { position: relative; display: flex; min-width: 0; min-height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 1px solid #dce2eb; border-radius: 6px; background: #fff; color: var(--id3d-text); padding: 4px 3px; font: 700 8px/1.15 'Lato', sans-serif; cursor: pointer; }
.id3d-finish-option:hover { border-color: #c6cfdb; }
.id3d-finish-option.is-selected { border-color: var(--id3d-orange); background: #fff9f1; box-shadow: 0 0 0 1px rgba(246, 147, 30, .12); }
.id3d-finish-option b { position: absolute; top: 3px; right: 3px; display: none; width: 12px; height: 12px; border-radius: 50%; background: var(--id3d-orange); color: #fff; font: 700 8px/12px 'Lato', sans-serif; }
.id3d-finish-option.is-selected b { display: block; }
.id3d-solid-swatch, .id3d-wood-swatch { display: block; width: 31px; height: 18px; border: 1px solid rgba(16, 43, 87, .15); border-radius: 3px; }
.id3d-solid-swatch { background: var(--id3d-swatch); }
.id3d-wood-swatch { background-image: url('wood-finish-sprite.png'); background-size: 500% 200%; }
.id3d-wood-light-oak { background-position: 0 0; }
.id3d-wood-natural-oak { background-position: 25% 0; }
.id3d-wood-honey-oak { background-position: 50% 0; }
.id3d-wood-ash { background-position: 75% 0; }
.id3d-wood-teak { background-position: 100% 0; }
.id3d-wood-walnut { background-position: 0 100%; }
.id3d-wood-dark-walnut { background-position: 25% 100%; }
.id3d-wood-wenge { background-position: 50% 100%; }
.id3d-wood-light { background-position: 75% 100%; }
.id3d-wood-dark { background-position: 100% 100%; }
.id3d-finish-limit { margin: 7px 0 0; color: #ae5710; font-size: 10px; font-weight: 700; }
.id3d-selected-summary { margin: 8px 0 0; color: var(--id3d-muted); font-size: 10px; }
.id3d-selected-summary span { color: var(--id3d-text); font-weight: 700; }
.id3d-custom-finish-toggle { margin-top: 7px; border: 0; background: transparent; color: var(--id3d-orange-dark); padding: 0; font: 700 10px/1.35 'Raleway', sans-serif; cursor: pointer; }
.id3d-custom-finish-input { width: 100%; min-height: 36px; margin-top: 6px; border: 1px solid #dce2eb; border-radius: 6px; background: #fff; color: var(--id3d-text); padding: 7px 9px; font: 11px/1.35 'Lato', sans-serif; outline: none; }
.id3d-custom-finish-input:focus { border-color: var(--id3d-orange); box-shadow: 0 0 0 3px rgba(246, 147, 30, .12); }
.id3d-finish-disclaimer { display: block; margin-top: 6px; color: #8a94a5; font-size: 9px; line-height: 1.35; }
.id3d-consent { display: flex; align-items: flex-start; gap: 7px; margin: 15px 0 0; color: var(--id3d-muted); font-size: 10px; line-height: 1.4; }
.id3d-consent input { width: 13px; height: 13px; margin: 1px 0 0; accent-color: var(--id3d-orange); }
.id3d-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.id3d-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 0; border-radius: 6px; padding: 0 16px; font: 700 12px/1 'Raleway', sans-serif; text-decoration: none; cursor: pointer; }
.id3d-btn-primary { background: var(--id3d-orange); color: #fff; }
.id3d-btn-primary:hover { background: var(--id3d-orange-dark); color: #fff; }
.id3d-btn-secondary { background: #eff2f6; color: var(--id3d-text); }
.id3d-btn-outline { border: 1px solid #ccd4df; background: #fff; color: var(--id3d-text); }
.id3d-upload-box { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 170px; padding: 20px; border: 1px dashed #bdc7d4; border-radius: 8px; background: #fbfcfe; text-align: center; cursor: pointer; }
.id3d-upload-title { margin-top: 10px; font: 700 16px/1.2 'Raleway', sans-serif; }
.id3d-upload-copy, .id3d-upload-meta { color: var(--id3d-muted); font-size: 12px; }
.id3d-upload-meta { margin-top: 8px; font-weight: 700; }
.id3d-upload-preview { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px; border: 1px solid var(--id3d-line); border-radius: 7px; background: #fff; }
.id3d-upload-preview img { width: 48px; height: 48px; object-fit: cover; border: 1px solid var(--id3d-line); border-radius: 5px; }
.id3d-upload-preview div { min-width: 0; flex: 1; }
.id3d-upload-preview strong, .id3d-upload-preview span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.id3d-upload-preview strong { color: var(--id3d-text); font: 700 12px/1.3 'Raleway', sans-serif; }
.id3d-upload-preview span { margin-top: 2px; color: var(--id3d-muted); font-size: 11px; }
.id3d-upload-preview .id3d-btn { min-height: 34px; padding: 0 11px; font-size: 11px; }
.id3d-design-plan-preview { display: flex; align-items: center; gap: 10px; padding: 9px; border: 1px solid #dce7df; border-radius: 7px; background: #fbfdfc; }
.id3d-design-plan-preview img { display: block; width: 82px; height: 56px; border: 1px solid var(--id3d-line); border-radius: 4px; object-fit: cover; }
.id3d-design-plan-preview strong, .id3d-design-plan-preview span { display: block; }
.id3d-design-plan-preview strong { color: var(--id3d-text); font: 700 11px/1.3 'Raleway', sans-serif; }
.id3d-design-plan-preview span { margin-top: 2px; color: var(--id3d-muted); font-size: 10px; }
.id3d-crop-modal[hidden] { display: none; }
.id3d-crop-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(9, 21, 42, .62); }
.id3d-crop-dialog { width: min(720px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 22px; border-radius: 10px; background: #fff; box-shadow: 0 22px 50px rgba(0, 0, 0, .24); }
.id3d-crop-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.id3d-crop-head h2 { margin: 0; color: var(--id3d-text); font: 800 22px/1.2 'Raleway', sans-serif; }
.id3d-crop-close { width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f1f3f6; color: var(--id3d-text); font-size: 24px; line-height: 1; cursor: pointer; }
.id3d-crop-copy { margin: 10px 0 14px; color: var(--id3d-muted); font-size: 13px; line-height: 1.5; }
.id3d-crop-canvas-wrap { display: grid; place-items: center; overflow: auto; padding: 8px; border: 1px solid var(--id3d-line); border-radius: 8px; background: #f7f8fa; }
#id3dCropCanvas { display: block; max-width: 100%; height: auto; touch-action: none; cursor: crosshair; }
.id3d-crop-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.id3d-result-card { padding: 18px; border: 1px solid var(--id3d-line); border-radius: 8px; background: #fbfcfe; }
.id3d-result-card h3 { margin: 0 0 8px; font: 800 20px/1.2 'Raleway', sans-serif; }
.id3d-result-spinner { width: 46px; height: 46px; margin: 8px auto 14px; border: 4px solid var(--id3d-line); border-top-color: var(--id3d-orange); border-radius: 50%; animation: id3dSpin .9s linear infinite; }
@keyframes id3dSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .id3d-result-spinner { animation-duration: 2.4s; } }
#id3dResultMessage { line-height: 1.6; }
.id3d-result-image-button { position: relative; display: block; width: 100%; max-width: 650px; margin-top: 14px; border: 0; border-radius: 8px; background: transparent; padding: 0; overflow: hidden; cursor: zoom-in; }
.id3d-result-image-button span { position: absolute; right: 9px; bottom: 9px; border-radius: 4px; background: rgba(16, 43, 87, .82); color: #fff; padding: 5px 7px; font: 700 10px/1 'Raleway', sans-serif; }
.id3d-result-image { display: block; width: 100%; border-radius: 8px; }

.id3d-sidebar { grid-column: 2; grid-row: 1 / span 3; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.id3d-how-card { padding: 14px; }
.id3d-how-card h2 { margin: 0 0 11px; color: var(--id3d-text); font: 800 15px/1.2 'Raleway', sans-serif; }
.id3d-how-card h2 span { color: var(--id3d-orange); margin-right: 5px; }
.id3d-visual-step { padding: 10px; border: 1px solid #e7ebf0; border-radius: 7px; }
.id3d-visual-step p { margin: 0 0 7px; color: var(--id3d-text); font: 700 10px/1.2 'Raleway', sans-serif; }
.id3d-visual-step p b { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 5px; border-radius: 50%; background: #fff0df; color: var(--id3d-orange-dark); font-size: 9px; }
.id3d-visual-step > img { display: block; width: 100%; height: 86px; object-fit: contain; border-radius: 4px; }
.id3d-preview-row { display: flex; justify-content: center; align-items: center; height: 67px; overflow: hidden; }
.id3d-preview-row img { width: 44%; height: 58px; object-fit: cover; border: 2px solid #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(20, 36, 61, .15); }
.id3d-preview-row img + img { margin-left: -18px; }
.id3d-flow-arrow { height: 20px; color: var(--id3d-orange); text-align: center; font-size: 16px; line-height: 20px; }
.id3d-disclaimer { display: flex; gap: 7px; margin: 10px 0 0; padding: 8px; border: 1px solid #e7ebf0; border-radius: 6px; color: var(--id3d-muted); font-size: 9px; line-height: 1.35; }
.id3d-disclaimer span { color: var(--id3d-orange); font-size: 13px; line-height: 1; }
.id3d-saved-designs-card { padding: 14px; }
.id3d-saved-designs-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.id3d-saved-designs-head .id3d-section-label { margin-bottom: 4px; }
.id3d-saved-designs-head h2 { margin: 0; color: var(--id3d-text); font: 800 15px/1.2 'Raleway', sans-serif; }
.id3d-credit-chip { flex: 0 0 auto; border-radius: 5px; background: #eef8f2; color: #17613b; padding: 5px 6px; font: 700 9px/1.2 'Lato', sans-serif; }
.id3d-saved-account-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; }
.id3d-logout-button { min-height: 24px; border: 1px solid #d5dce5; border-radius: 5px; background: #fff; color: var(--id3d-text); padding: 0 7px; font: 700 9px/1 'Raleway', sans-serif; cursor: pointer; }
.id3d-logout-button:hover { border-color: var(--id3d-orange); color: var(--id3d-orange-dark); }
.id3d-logout-button:disabled { cursor: wait; opacity: .65; }
.id3d-saved-designs-copy { margin: 7px 0 9px; color: var(--id3d-muted); font-size: 10px; line-height: 1.35; }
.id3d-saved-design-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.id3d-saved-design-tile { position: relative; min-width: 0; border: 1px solid #e1e6ed; border-radius: 6px; background: #fff; padding: 0; overflow: hidden; text-align: left; cursor: pointer; }
.id3d-saved-design-tile:hover, .id3d-saved-design-tile.is-selected { border-color: var(--id3d-orange); }
.id3d-saved-design-tile.is-selected { box-shadow: 0 0 0 1px rgba(246, 147, 30, .15); }
.id3d-saved-design-tile img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.id3d-saved-design-tile span { display: block; overflow: hidden; padding: 5px 6px; color: var(--id3d-text); font: 700 9px/1.2 'Lato', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.id3d-saved-design-tile b { position: absolute; top: 5px; right: 5px; display: none; border-radius: 4px; background: var(--id3d-orange); color: #fff; padding: 3px 4px; font: 700 8px/1 'Lato', sans-serif; }
.id3d-saved-design-tile.is-selected b { display: block; }
.id3d-image-viewer[hidden] { display: none; }
.id3d-image-viewer { position: fixed; z-index: 2100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(9, 21, 42, .74); }
.id3d-image-viewer-dialog { width: min(1040px, 100%); max-height: calc(100vh - 40px); padding: 17px; border-radius: 10px; background: #fff; box-shadow: 0 22px 50px rgba(0, 0, 0, .28); }
.id3d-image-viewer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.id3d-image-viewer-head h2 { margin: 0; color: var(--id3d-text); font: 800 18px/1.2 'Raleway', sans-serif; }
.id3d-image-viewer-stage { display: grid; max-height: calc(100vh - 170px); place-items: center; overflow: auto; margin-top: 12px; border: 1px solid var(--id3d-line); border-radius: 7px; background: #f4f6f8; }
.id3d-image-viewer-stage img { display: block; max-width: 100%; max-height: calc(100vh - 185px); transform-origin: center; transition: transform .16s ease; }
.id3d-image-viewer-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.id3d-completion-toast[hidden] { display: none; }
.id3d-completion-toast { position: fixed; z-index: 2050; right: 22px; bottom: 22px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 10px; width: min(430px, calc(100vw - 32px)); border: 1px solid #dce2e9; border-left: 4px solid var(--id3d-orange); border-radius: 9px; background: #fff; padding: 12px 12px 12px 11px; box-shadow: 0 14px 38px rgba(16, 43, 87, .18); animation: id3d-toast-in .24s ease-out; }
.id3d-completion-toast-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #eef8f2; color: #1f8f5f; font: 800 14px/1 'Lato', sans-serif; }
.id3d-completion-toast-copy strong, .id3d-completion-toast-copy span { display: block; }
.id3d-completion-toast-copy strong { color: var(--id3d-text); font: 800 12px/1.25 'Raleway', sans-serif; }
.id3d-completion-toast-copy span { margin-top: 2px; color: var(--id3d-muted); font-size: 10px; line-height: 1.3; }
.id3d-completion-toast-view { border: 0; border-radius: 5px; background: var(--id3d-orange); color: #fff; padding: 8px 9px; font: 700 10px/1 'Raleway', sans-serif; cursor: pointer; white-space: nowrap; }
.id3d-completion-toast-close { width: 24px; height: 24px; border: 0; background: transparent; color: #7b8595; padding: 0; font-size: 20px; line-height: 1; cursor: pointer; }
@keyframes id3d-toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.id3d-benefit-strip { grid-column: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 13px 8px; }
.id3d-benefit-strip article { display: flex; gap: 8px; align-items: flex-start; min-width: 0; padding: 0 9px; }
.id3d-benefit-strip article + article { border-left: 1px solid var(--id3d-line); }
.id3d-benefit-strip i { display: inline-grid; flex: 0 0 23px; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #fff3e4; color: var(--id3d-orange-dark); font-size: 12px; font-style: normal; }
.id3d-benefit-strip strong, .id3d-benefit-strip span { display: block; }
.id3d-benefit-strip strong { color: var(--id3d-text); font: 700 10px/1.25 'Raleway', sans-serif; }
.id3d-benefit-strip span { margin-top: 2px; color: var(--id3d-muted); font-size: 9px; line-height: 1.35; }
/* Benefit strip relocated into the right sidebar (below "Choose Your Favourite") -
   stack the four items vertically for the narrow column. Higher specificity than the
   base/media-query rules above, so it wins at every breakpoint. */
.id3d-sidebar .id3d-benefit-strip { grid-column: auto; grid-template-columns: 1fr; padding: 6px 14px; }
.id3d-sidebar .id3d-benefit-strip article { padding: 9px 0; align-items: center; }
.id3d-sidebar .id3d-benefit-strip article + article { border-left: 0; border-top: 1px solid var(--id3d-line); }
/* Single line per item: show only the icon + title, hide the description sub-text. */
.id3d-sidebar .id3d-benefit-strip span { display: none; }
.id3d-sidebar .id3d-benefit-strip strong { font-size: 11px; line-height: 23px; }

@media (max-width: 991px) {
  .id3d-tool-grid { grid-template-columns: minmax(0, 1fr) 300px; }
  .id3d-card-head, .id3d-app-main, .id3d-benefit-strip { grid-column: 1; }
  .id3d-sidebar { grid-column: 2; }
  .id3d-card-head { padding: 20px; }
  .id3d-app-card { padding: 17px 20px; }
  .id3d-benefit-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 0; }
  .id3d-benefit-strip article:nth-child(3) { border-left: 0; }
}

@media (max-width: 767px) {
  .id3d-page-main { padding: 16px 0 32px; }
  .id3d-tool-grid { display: flex; flex-direction: column; gap: 14px; }
  .id3d-card-head, .id3d-app-main, .id3d-sidebar, .id3d-benefit-strip { width: 100%; }
  .id3d-card-head { order: 1; padding: 18px 16px 15px; }
  .id3d-sidebar { order: 2; }
  .id3d-how-card { padding: 12px; }
  .id3d-app-main { order: 3; }
  .id3d-benefit-strip { order: 4; }
  .id3d-app-card { padding: 16px; }
  .id3d-card-head { display: block; }
  .id3d-chip-group { justify-content: flex-start; margin-top: 11px; }
  .id3d-card-head h1 { font-size: 24px; }
  .id3d-card-copy { font-size: 12px; }
  .id3d-stepper { margin-bottom: 16px; overflow: visible; }
  .id3d-step { flex-direction: column; padding: 0 2px; font-size: 9px; line-height: 1.25; text-align: center; }
  .id3d-step .id3d-step-label { margin: 4px 0 0; }
  .id3d-step:not(:last-child)::after { position: absolute; top: 9px; left: calc(50% + 12px); width: calc(100% - 18px); min-width: 0; margin: 0; }
  .id3d-form-grid { grid-template-columns: 1fr; gap: 16px; }
  .id3d-field-full { grid-column: auto; }
  /* Larger, touch-friendly inputs on mobile — comfortable for all ages */
  .id3d-field { gap: 8px; }
  /* Bigger, bolder, high-contrast labels */
  .id3d-field > span:first-child { font-size: 15px; font-weight: 800; color: #0d2247; }
  .id3d-field > span:first-child em { font-size: 13px; }
  .id3d-field input,
  .id3d-field select,
  .id3d-field textarea {
    min-height: 54px;
    padding: 15px 15px;
    font-size: 16px;          /* 16px stops iOS auto-zoom on focus */
    line-height: 1.4;
    color: #0d2247;
    border-width: 1.5px;
    border-color: #c4ccd8;    /* stronger, more visible border */
    border-radius: 10px;
  }
  /* Darker, readable placeholder text */
  .id3d-field input::placeholder,
  .id3d-field textarea::placeholder { color: #7b8798; opacity: 1; }
  .id3d-field-control input { padding-left: 44px; }
  .id3d-field-control i { left: 14px; font-size: 20px; color: #5b6678; }
  .id3d-field textarea { min-height: 120px; }
  /* Larger, clearer step labels (Details / Verify / …) */
  .id3d-step { font-size: 11px; }
  .id3d-step > span:first-child { flex-basis: 24px; width: 24px; height: 24px; font-size: 12px; }
  /* Bigger primary/step buttons */
  .id3d-btn { min-height: 52px; font-size: 15px; border-radius: 10px; }
  /* Easier-to-tap consent checkbox + readable text */
  .id3d-consent { gap: 10px; font-size: 12px; }
  .id3d-consent input { width: 20px; height: 20px; }
  .id3d-finish-selector { grid-column: auto; }
  .id3d-solid-finish-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .id3d-wood-finish-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .id3d-actions { display: block; }
  .id3d-actions .id3d-btn { width: 100%; margin-bottom: 8px; }
  .id3d-upload-preview { align-items: flex-start; flex-wrap: wrap; }
  .id3d-upload-preview .id3d-btn { width: 100%; }
  .id3d-crop-modal { padding: 12px; }
  .id3d-crop-dialog { padding: 16px; }
  .id3d-crop-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .id3d-crop-actions .id3d-btn { width: 100%; }
  .id3d-image-viewer { padding: 12px; }
  .id3d-image-viewer-dialog { padding: 14px; }
  .id3d-image-viewer-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
  .id3d-image-viewer-actions .id3d-btn { min-width: 0; padding: 0 8px; }
  .id3d-completion-toast { right: 12px; bottom: 12px; grid-template-columns: auto minmax(0, 1fr) auto; width: calc(100vw - 24px); }
  .id3d-completion-toast-view { grid-column: 2; justify-self: start; }
  .id3d-completion-toast-close { grid-column: 3; grid-row: 1; }
  .id3d-benefit-strip { grid-template-columns: 1fr 1fr; padding: 12px 5px; }
  .id3d-benefit-strip article { padding: 0 7px; }
  .id3d-benefit-strip article:nth-child(3) { border-left: 0; }
}

/* On-page FAQ section (matches the FAQPage structured data for rich results).
   Full-width tinted band (edge-to-edge, like the reference), FAQ centred inside. */
.id3d-faq { margin: 44px 0 0; padding: 52px 0 60px; background: linear-gradient(180deg, #fff7ec 0%, #fdefdd 100%); border-top: 1px solid #f4e2cb; }
.id3d-faq-inner { max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.id3d-faq-head { text-align: center; margin-bottom: 22px; }
.id3d-faq-head h2 { margin: 0 0 8px; color: var(--id3d-text); font: 700 24px/1.3 'Raleway', sans-serif; }
.id3d-faq-head p { margin: 0 auto; max-width: 640px; color: var(--id3d-muted); font-size: 14px; line-height: 1.6; }
.id3d-faq-list { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.id3d-faq-item { background: var(--id3d-card); border: 1px solid var(--id3d-line); border-radius: 10px; box-shadow: var(--id3d-shadow); overflow: hidden; }
.id3d-faq-item summary { list-style: none; cursor: pointer; padding: 16px 46px 16px 18px; position: relative; color: var(--id3d-text); font: 700 15px/1.4 'Raleway', sans-serif; }
.id3d-faq-item summary::-webkit-details-marker { display: none; }
.id3d-faq-item summary::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #fff3e4; color: var(--id3d-orange-dark); font-size: 18px; line-height: 1; transition: transform .2s ease; }
.id3d-faq-item[open] summary::after { content: '\2212'; }
.id3d-faq-answer { padding: 0 18px 16px; }
.id3d-faq-answer p { margin: 0; color: var(--id3d-muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 767px) {
  .id3d-faq { margin-top: 26px; }
  .id3d-faq-head h2 { font-size: 20px; }
  .id3d-faq-item summary { font-size: 14px; padding: 14px 42px 14px 15px; }
  .id3d-faq-answer { padding: 0 15px 14px; }
}

/* Match all form-control text to the site font (Raleway), same as the field labels.
   Higher specificity than legacy input{font-family:...} rules in style.css and the
   shorthand font: rules above, so the values you type render in the website font. */
body.id3d-page input,
body.id3d-page select,
body.id3d-page textarea,
body.id3d-page input::placeholder,
body.id3d-page textarea::placeholder {
  font-family: 'Raleway', 'Lato', Arial, Helvetica, sans-serif !important;
}
