.wl { --wl-green: #256e20; --wl-ink: #202825; --wl-muted: #52615a; --wl-line: #d5ddd7; color: var(--wl-ink); background: #fff; padding: 36px 0 0; font-size: 16px; line-height: 1.6; letter-spacing: 0; }
.wl *, .wl *::before, .wl *::after { box-sizing: border-box; letter-spacing: 0; }
.mhg-workshop-layout-page [data-mhg-quote-dock], .mhg-workshop-layout-page [data-mhg-quote-recovery] { display: none !important; }
.wl [hidden] { display: none !important; }
.wl-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.wl h1, .wl h2, .wl h3, .wl p { margin: 0; overflow-wrap: anywhere; }
.wl h1 { font-size: 36px; line-height: 1.25; margin: 5px 0 10px; font-weight: 700; max-width: 100%; }
.wl h2 { font-size: 23px; line-height: 1.4; margin-bottom: 12px; }
.wl h3 { font-size: 18px; line-height: 1.5; margin-bottom: 12px; }
.wl a { color: var(--wl-green); text-underline-offset: 4px; }
.wl .wl-kicker { font-size: 12px; font-weight: 700; color: var(--wl-green); }
.wl-heading { margin-bottom: 28px; }
.wl-heading > p:last-child { color: var(--wl-muted); max-width: 720px; }
.wl-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; margin: 0 0 30px; border-block: 1px solid var(--wl-line); }
.wl-steps li { min-width: 0; }
.wl-steps button { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 68px; padding: 12px 10px; background: transparent; border: 0; border-bottom: 3px solid transparent; font: inherit; font-weight: 600; color: var(--wl-muted); text-align: left; }
.wl-steps button[aria-current] { border-bottom-color: var(--wl-green); color: var(--wl-green); }
.wl-step-number { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--wl-line); border-radius: 50%; font-size: 13px; }
.wl-steps button[aria-current] .wl-step-number { background: var(--wl-green); color: #fff; border-color: var(--wl-green); }
.wl-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 258px; gap: 56px; align-items: start; }
.wl-form, .wl-field, .wl-workspace > * { min-width: 0; }
.wl-aside { padding-left: 24px; border-left: 1px solid var(--wl-line); font-size: 14px; }
.wl-aside h2 { font-size: 18px; }
.wl-aside ul { padding-left: 18px; margin: 16px 0; }
.wl-aside li { margin-bottom: 14px; }
.wl-aside p { color: var(--wl-muted); margin: 20px 0 8px; }
.wl-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; margin-top: 22px; }
.wl-wide { grid-column: 1 / -1; }
.wl label, .wl legend { font-weight: 600; font-size: 14px; }
.wl-field > label, .wl-search > label { display: block; margin-bottom: 6px; }
.wl input:not([type=checkbox]):not([type=radio]), .wl select, .wl textarea { display: block; width: 100%; max-width: 100%; min-height: 46px; border: 1px solid #aebcb2; border-radius: 4px; padding: 10px 12px; background: #fff; color: var(--wl-ink); font: inherit; line-height: 1.5; box-shadow: none; }
.wl textarea { resize: vertical; }
.wl input::placeholder { color: #66716b; opacity: 1; }
.wl input[type=checkbox], .wl input[type=radio] { width: 19px; height: 19px; accent-color: var(--wl-green); flex: 0 0 19px; margin: 2px 0; }
.wl :is(input, select, textarea)[aria-invalid=true] { border-color: #a32828; }
.wl :focus-visible { outline: 3px solid #347dca; outline-offset: 3px; }
.wl-error { display: block; color: #a32828; font-size: 13px; margin-top: 4px; overflow-wrap: anywhere; }
.wl-error:empty { display: none; }
.wl-alert { padding: 14px 16px; border-left: 3px solid #a32828; background: #fff1f0; margin-bottom: 20px; }
.wl-muted { color: var(--wl-muted); font-size: 14px; }
.wl-actions { display: flex; align-items: center; gap: 14px; padding: 22px 0; margin-top: 24px; border-top: 1px solid var(--wl-line); }
.wl-actions > .wl-muted { flex: 1; }
.wl .wl-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 46px; border: 1px solid var(--wl-green); border-radius: 4px; padding: 11px 20px; background: var(--wl-green); color: #fff; font: inherit; font-size: 14px; font-weight: 650; text-decoration: none; cursor: pointer; text-align: center; white-space: normal; transition: background-color 140ms ease, border-color 140ms ease; }
.wl .wl-button:hover { background: #1c5618; }
.wl .wl-secondary { background: #fff; color: var(--wl-ink); border-color: #aebcb2; }
.wl .wl-secondary:hover { background: #eef3ef; }
.wl button { cursor: pointer; }
.wl button:disabled { cursor: wait; opacity: .65; }
.wl-mode { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0 0 20px; margin: 18px 0 20px; border: 0; border-bottom: 1px solid var(--wl-line); }
.wl-mode legend { margin-bottom: 12px; }
.wl-mode label, .wl-check { display: flex; align-items: flex-start; gap: 10px; }
.wl-brief { border-left: 3px solid var(--wl-green); padding-left: 16px; margin-bottom: 24px; }
.wl-brief p { font-size: 14px; white-space: pre-line; margin-bottom: 12px; }
.wl-search { margin-bottom: 28px; }
.wl-search > p { margin: 8px 0; }
.wl-results, .wl-equipment-list, .wl-file-list { list-style: none; padding: 0; margin: 0; }
.wl-results { max-height: 360px; overflow: auto; overscroll-behavior: contain; }
.wl-product { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--wl-line); }
.wl-product img { width: 64px; height: 64px; object-fit: contain; background: #fff; }
.wl-product strong, .wl-product small { display: block; overflow-wrap: anywhere; }
.wl-product strong { font-size: 14px; line-height: 1.45; }
.wl-product small { font-size: 12px; color: var(--wl-muted); }
.wl-product .wl-quantity { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.wl-quantity input { max-width: 86px !important; }
.wl-link-button { border: 0; background: transparent; color: var(--wl-green); font: inherit; font-size: 14px; padding: 10px 0; text-decoration: underline; text-underline-offset: 4px; }
.wl-icon-button { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--wl-line); background: #fff; border-radius: 4px; }
.wl-icon-button img { width: 20px; height: 20px; }
.wl-notice { background: #f2f5f3; border-left: 3px solid #85968a; padding: 14px 16px; font-size: 14px; margin: 16px 0 !important; }
.wl-measurements { margin: 28px 0; padding: 18px 0; border-block: 1px solid var(--wl-line); }
.wl-measurements summary { cursor: pointer; font-weight: 600; font-size: 15px; }
.wl-dimensions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.wl-dropzone { border: 1px dashed #7e9685; padding: 20px; border-radius: 4px; transition: background-color 140ms ease; }
.wl-dropzone.is-over { background: #edf5ee; border-color: var(--wl-green); }
.wl-file-label { display: block; margin-bottom: 10px; }
.wl-dropzone p { font-size: 12px; margin-top: 10px; color: var(--wl-muted); }
.wl input[type=file] { padding: 8px; font-size: 13px; }
.wl input[type=file]::file-selector-button { border: 0; padding: 7px; margin-right: 8px; border-radius: 2px; background: #edf2ee; color: var(--wl-ink); }
.wl-file { padding: 15px 0; border-bottom: 1px solid var(--wl-line); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; }
.wl-file strong { display: block; font-size: 14px; overflow-wrap: anywhere; }
.wl-file small { display: block; color: var(--wl-muted); }
.wl-file-actions { display: flex; align-items: center; gap: 10px; }
.wl-file progress { grid-column: 1 / -1; width: 100%; height: 6px; accent-color: var(--wl-green); }
.wl-review-group { border-bottom: 1px solid var(--wl-line); padding: 18px 0; }
.wl-review-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wl-review-heading h3 { margin: 0; }
.wl-review-group dl { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 8px 18px; font-size: 14px; }
.wl-review-group dt { color: var(--wl-muted); }
.wl-review-group dd { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.wl-review-group li { overflow-wrap: anywhere; }
.wl-consent { margin: 22px 0 6px; line-height: 1.7; }
.wl-confirmation { padding: 40px 0; max-width: 680px; }
.wl-confirmation p { margin: 16px 0; }
.wl-reference { font-size: 24px; overflow-wrap: anywhere; }
.wl-brands { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: center; gap: 24px; margin-top: 32px; padding: 26px 0; border-top: 1px solid var(--wl-line); }
.wl-brands a { display: grid; place-items: center; min-height: 64px; }
.wl-brands img { width: 100%; max-width: 120px; height: 48px; object-fit: contain; }
@media (max-width: 1000px) { .wl-workspace { grid-template-columns: minmax(0, 1fr); gap: 26px; } .wl-aside { padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--wl-line); } .wl-aside ul { display: flex; flex-wrap: wrap; gap: 8px 30px; } .wl-aside li { flex: 1 1 180px; margin: 0; } }
@media (max-width: 600px) { .wl { padding-top: 24px; } .wl-shell { width: calc(100% - 32px); } .wl h1 { font-size: 29px; } .wl h2 { font-size: 22px; } .wl-heading { margin-bottom: 22px; } .wl-steps { margin-bottom: 24px; } .wl-steps button { flex-direction: column; align-items: flex-start; gap: 7px; min-height: 104px; padding: 12px 6px; font-size: 12px; line-height: 1.5; } .wl-fields { grid-template-columns: minmax(0, 1fr); gap: 16px; } .wl-dimensions { grid-template-columns: repeat(2, minmax(0, 1fr)); } .wl-actions { flex-wrap: wrap; gap: 10px; } .wl-actions > .wl-muted { flex: 1; font-size: 12px; } .wl-actions > [data-wl-next], .wl-actions > [data-wl-submit] { width: 100%; } .wl-product { grid-template-columns: 52px minmax(0, 1fr) 44px; gap: 10px; } .wl-product > img { width: 52px; height: 52px; } .wl-review-group dl { grid-template-columns: minmax(0, 1fr); gap: 4px; } .wl-review-group dd { margin-bottom: 12px; } .wl-brands { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } .wl-brands img { height: 36px; } .wl-dropzone { padding: 14px; } }
@media (prefers-reduced-motion: reduce) { .wl *, .wl *::before, .wl *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
