.dzc-app {
  --dzc-bg: #f1ece3;
  --dzc-card: #ffffff;
  --dzc-text: #2f2824;
  --dzc-accent: #b9853f;
  --accent-gold: #b9853f;
  --accent-wood: #9a6b36;
  --text-main: #2f2824;
  --text-soft: #6b6257;
  --bg-main: #f1ece3;
  --dzc-motion-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dzc-motion-fast: 0.24s;
  --dzc-motion-medium: 0.3s;
  --global-palette-btn-bg-hover: #9a6b36;
  --global-palette-highlight: #b9853f;
  --global-palette-btn-bg: #3a322e;
  --global-palette-btn: #fbf8f2;
  position: relative;
  color: var(--dzc-text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 18px;
}

.dzc-credit {
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-size: 9px;
  line-height: 1.2;
  opacity: 0.8;
}

.dzc-credit a {
  color: #6b6257;
  text-decoration: none;
}

.dzc-credit a:hover,
.dzc-credit a:focus-visible {
  color: #9a6b36;
  text-decoration: underline;
}


.dzc-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.dzc-layout-showcase .dzc-controls-pane {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.dzc-layout-showcase .dzc-visual-pane {
  position: sticky;
  top: 16px;
  align-self: start;
  min-width: 0;
}

.dzc-visual-hero {
  background: var(--dzc-card);
  border-radius: 12px;
  border: 1px solid #cdba9c;
  padding: 16px;
}

.dzc-visual-hero h2 {
  margin: 0 0 10px;
}

#dzc-preview-anchor {
  scroll-margin-top: 12px;
}

.dzc-visual-docs {
  margin-top: 16px;
  border: 1px solid #dfe6df;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.dzc-visual-docs h2 {
  margin: 0 0 12px;
  color: #243128;
}

.dzc-panel > h2 {
  margin: 0 0 8px;
}

.dzc-top-live-row {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px;
}

#dzc-live-price-slot-top {
  width: min(100%, 460px);
  min-width: 460px;
}

.dzc-top-price-inline {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
}

.dzc-top-price-title {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #947451;
  margin-right: 4px;
  white-space: nowrap;
}

.dzc-panel-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.dzc-panel-heading-row > h2 {
  margin: 0;
}

.dzc-panel-heading-next {
  flex: 0 0 auto;
  min-width: 142px;
  padding: 9px 14px;
}

.dzc-app:not(.step-model) .dzc-panel-heading-next {
  display: none;
}

.dzc-layout-showcase .dzc-visual-pane .dzc-summary-visual-card .dzc-media-image-wrap {
  min-height: 420px;
  aspect-ratio: auto;
  background: #fff;
  overflow: visible;
  height: auto;
}

.dzc-layout-showcase .dzc-visual-pane .dzc-config-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.dzc-layout-showcase .dzc-visual-pane .dzc-media-image-wrap > img,
.dzc-layout-showcase .dzc-visual-pane .dzc-media-image-wrap > video {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#dzc-sidebar-gallery {
  display: none !important;
  margin-top: 0;
}

.dzc-media-info,
.dzc-media-zoom {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  color: #2f2824;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(47, 40, 36, 0.14);
  transition: box-shadow 0.18s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.dzc-media-info {
  left: 8px;
  background: rgba(58, 50, 46, 0.92);
  color: #fbf8f2;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  font-size: 0;
}

.dzc-media-zoom {
  right: 8px;
  background: rgba(58, 50, 46, 0.92);
  color: #fbf8f2;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.dzc-media-info:hover,
.dzc-media-info:focus-visible,
.dzc-media-info.is-open,
.dzc-media-zoom:hover,
.dzc-media-zoom:focus-visible {
  box-shadow: none;
  transform: translateY(-1px);
}

.dzc-media-info:hover,
.dzc-media-info:focus-visible,
.dzc-media-info.is-open {
  color: #fbf8f2;
  background: rgba(58, 50, 46, 0.98);
}

.dzc-media-zoom:hover,
.dzc-media-zoom:focus-visible {
  color: #fbf8f2;
  background: rgba(58, 50, 46, 0.98);
}

.dzc-media-info-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #fbf8f2;
  text-transform: lowercase;
  pointer-events: none;
}

.dzc-media-zoom-icon {
  width: 15px;
  height: 15px;
  display: inline-flex;
}

.dzc-media-zoom-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.dzc-media-info-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 190px;
  max-width: min(260px, 78vw);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(58, 50, 46, 0.96);
  color: #fbf8f2;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 18px 32px rgba(47, 40, 36, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}

.dzc-media-info:hover .dzc-media-info-tooltip,
.dzc-media-info:focus-visible .dzc-media-info-tooltip,
.dzc-media-info.is-open .dzc-media-info-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.dzc-panel,
.dzc-summary {
  background: var(--dzc-card);
  border-radius: 12px;
  border: 1px solid #cdba9c;
  padding: 16px;
}

.dzc-muted {
  color: #6b6257;
  font-size: 0.92rem;
}

.dzc-panel-actions {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
}

#dzc-live-tools {
  display: flex;
  flex-direction: column;
}

.dzc-live-price-box {
  margin-top: 14px;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(205, 186, 156, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.dzc-live-price-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b6b46;
}

.dzc-price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dzc-price-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 6px 0;
}

.dzc-price-breakdown-row + .dzc-price-breakdown-row {
  border-top: 1px solid rgba(205, 186, 156, 0.24);
}

.dzc-price-breakdown-title {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: #4a3e35;
}

.dzc-price-breakdown-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

.dzc-price-breakdown-gross {
  font-size: 0.92rem;
  font-weight: 700;
  color: #2f2824;
}

.dzc-price-breakdown-net {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b6257;
}

.dzc-live-price-total,
.dzc-total-final {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(185, 133, 63, 0.24);
}

.dzc-live-price-gross {
  font-family: var(--dzc-font-heading);
  font-size: 1.08rem;
  line-height: 1.1;
  font-weight: 600;
  color: #6f5538;
}

.dzc-live-price-net {
  margin-top: 2px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #8f7b67;
}

.dzc-app.step-summary .dzc-panel-actions {
  display: none;
}

.dzc-app.step-model .dzc-panel-actions {
  display: none;
}

.dzc-app.step-model #dzc-live-price-slot-top #dzc-live-tools {
  display: none;
}

.dzc-app.step-summary .dzc-live-price-box {
  display: none;
}

.dzc-app.step-options .dzc-acc-section[data-acc="options"],
.dzc-app.step-colors .dzc-acc-section[data-acc="colors"],
.dzc-app.step-playground .dzc-acc-section[data-acc="playground"],
.dzc-app.step-accessories .dzc-acc-section[data-acc="accessories"],
.dzc-app.step-summary .dzc-acc-section[data-acc="summary"] {
  overflow: visible;
}

.dzc-restore-config,
.dzc-reset-config {
  all: unset;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  background: #fff;
  color: #1f1f1f;
  padding: 7px 10px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}

#dzc-panel-heading {
  margin-bottom: 14px;
}

#dzc-live-tools .dzc-panel-actions {
  margin-top: 0;
}

#dzc-live-price-slot-top #dzc-live-tools {
  width: 100%;
}

#dzc-live-price-slot-top .dzc-live-price-box {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
}

#dzc-live-price-slot-top .dzc-live-price-label,
#dzc-live-price-slot-top .dzc-price-breakdown,
#dzc-live-price-slot-top .dzc-panel-actions {
  display: none;
}

#dzc-live-price-slot-top .dzc-live-price-gross {
  font-size: 1.02rem;
  line-height: 1;
}

#dzc-live-price-slot-top .dzc-live-price-net {
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}

.dzc-app.step-summary .dzc-top-live-row {
  display: none;
}

#dzc-live-price-slot-options #dzc-live-tools,
#dzc-live-price-slot-colors #dzc-live-tools,
#dzc-live-price-slot-accessories #dzc-live-tools,
#dzc-live-price-slot-delivery #dzc-live-tools {
  margin-bottom: 18px;
}

.dzc-restore-config[hidden] {
  display: none;
}

.dzc-panel-actions:has(.dzc-restore-config[hidden]) .dzc-reset-config {
  flex: 0 1 auto;
  margin-left: auto;
  min-width: 220px;
}

.dzc-restore-config {
  border-color: #c8d1c9;
}

.dzc-reset-config:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dzc-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.dzc-acc-section {
  border: 1px solid #dce7dd;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.dzc-app.is-stepper .dzc-acc-section {
  display: none;
}

.dzc-app.is-stepper .dzc-acc-section.is-open {
  display: block;
}

.dzc-app.is-stepper .dzc-acc-trigger {
  display: none;
}

.dzc-app.is-stepper .dzc-acc-body {
  display: block;
  opacity: 1;
  transform: none;
  animation: none;
  padding: 12px 0;
}

.dzc-acc-trigger {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  background: #f7fbf7;
  color: #223127;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.dzc-acc-title {
  text-align: left;
}

.dzc-acc-status {
  margin-left: auto;
  margin-right: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #45574b;
  background: #eef4ef;
  border: 1px solid #d7e2d8;
  border-radius: 999px;
  padding: 3px 8px;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dzc-acc-section.is-locked .dzc-acc-trigger {
  opacity: 0.5;
  cursor: not-allowed;
}

.dzc-acc-arrow {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e1d7;
  border-radius: 999px;
  background: #fff;
  position: relative;
  transition: transform 0.2s ease;
}

.dzc-acc-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #516357;
  border-bottom: 2px solid #516357;
  transform: rotate(45deg);
  margin-top: -2px;
}

.dzc-acc-section.is-open .dzc-acc-arrow {
  transform: rotate(180deg);
}

.dzc-acc-body {
  display: none;
  opacity: 0;
  transform: translateY(-4px);
  padding: 12px 0;
}

.dzc-acc-section.is-open .dzc-acc-body {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: dzcAccBodyIn 0.2s ease;
}

@keyframes dzcAccBodyIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dzc-acc-body h4 {
  margin: 0 0 10px;
}

.dzc-acc-section[data-acc="model"] .dzc-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px;
}

.dzc-acc-section[data-acc="model"] .dzc-product-card-image {
  aspect-ratio: 16 / 10;
}

.dzc-acc-section[data-acc="model"] .dzc-product-card-title {
  font-size: 1.08rem;
  padding: 10px 12px;
}

.dzc-acc-section[data-acc="model"] .dzc-acc-actions {
  justify-content: flex-end;
}

.dzc-acc-actions {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dzc-acc-actions-sticky {
  position: sticky;
  bottom: 24px;
  z-index: 12;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(205, 186, 156, 0.84);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 18%, rgba(251, 248, 242, 0.36) 100%),
    linear-gradient(135deg, rgba(251, 248, 242, 0.54) 0%, rgba(231, 222, 208, 0.38) 100%);
  box-shadow: 0 8px 20px rgba(154, 107, 54, 0.05);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
  backdrop-filter: blur(16px) saturate(118%);
  overflow: hidden;
}

.dzc-acc-actions-sticky::before {
  content: "";
  position: absolute;
  left: 0;
  left: 0;
  top: -1px;
  height: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.dzc-acc-actions-sticky::after {
  content: "";
  position: absolute;
  left: 0;
  left: 0;
  bottom: -1px;
  height: 18px;
  background: linear-gradient(180deg, rgba(205, 186, 156, 0) 0%, rgba(205, 186, 156, 0.08) 100%);
  pointer-events: none;
}

.dzc-acc-actions-sticky[hidden] {
  display: none !important;
}

.dzc-acc-prev {
  all: unset;
  box-sizing: border-box;
  border: 1px solid #cdba9c;
  border-radius: 8px;
  background: #fbf8f2;
  color: #2f2824;
  font-weight: 600;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.dzc-acc-next {
  all: unset;
  box-sizing: border-box;
  border: 1px solid #3a322e;
  border-radius: 8px;
  background: #3a322e;
  color: #fbf8f2;
  font-weight: 600;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.dzc-acc-next:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dzc-acc-prev:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (min-width: 641px) {
  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-acc-actions {
    justify-content: flex-end;
    width: 100%;
  }

  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-acc-next {
    flex: 0 0 auto;
    width: auto;
    min-width: 164px;
    max-width: 220px;
    margin-left: auto;
    align-self: flex-end;
    padding-inline: 16px;
  }
}

.dzc-summary {
  max-height: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.dzc-summary-visual {
  margin: 10px 0 14px;
}

.dzc-summary-visual h5 {
  margin: 0 0 8px;
  font-size: 0.92rem;
}

.dzc-summary-visual-card .dzc-media-image-wrap {
  position: relative;
  min-height: 420px;
  aspect-ratio: auto;
  overflow: visible;
}

.dzc-media-image-wrap.is-zoomable {
  cursor: zoom-in;
}

.dzc-summary-visual-title {
  margin: 0 0 6px;
  font-size: 0.82rem;
  color: #6b6257;
}

.dzc-docs-accordion {
  margin-top: 10px;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  padding: 8px 10px;
}

.dzc-docs-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  color: #2f2824;
}

.dzc-docs-accordion summary::-webkit-details-marker {
  display: none;
}

.dzc-docs-arrow {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdba9c;
  border-radius: 999px;
  background: #fbf8f2;
  position: relative;
  transition: transform 0.18s ease;
}

.dzc-docs-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #6b6257;
  border-bottom: 2px solid #6b6257;
  transform: rotate(45deg);
  margin-top: -2px;
}

.dzc-docs-accordion[open] .dzc-docs-arrow {
  transform: rotate(180deg);
}

#dzc-sidebar-docs {
  margin-top: 8px;
  font-size: 0.9rem;
}

#dzc-total {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dzc-accent);
}

.dzc-color-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
}

.dzc-acc-body > h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.dzc-roof-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
}

.dzc-roof-price {
  display: inline-block;
  margin-left: 6px;
  color: #9a6b36;
  font-weight: 600;
}

.dzc-specs {
  border: 1px solid #cdba9c;
  border-radius: 10px;
  overflow: hidden;
}

.dzc-spec-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border-bottom: 1px solid #e4d5bf;
  background: #fbf8f2;
}

.dzc-spec-row:last-child {
  border-bottom: 0;
}

.dzc-spec-label {
  color: #536256;
}

.dzc-spec-value {
  font-weight: 600;
}

.dzc-spec-row-accessories .dzc-spec-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.dzc-spec-row-configuration .dzc-spec-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.dzc-spec-subvalue {
  font-size: 0.74rem;
  line-height: 1.3;
  font-weight: 500;
  color: var(--dzc-text-muted, #666);
  text-align: right;
  max-width: 280px;
}

.dzc-spec-subvalue-inline {
  max-width: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--dzc-text, #1f1f1f);
}

.dzc-spec-subvalue:empty {
  display: none;
}

.dzc-list {
  border: 1px solid #cdba9c;
  border-radius: 10px;
  overflow: hidden;
}

.dzc-list-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #edf2ed;
  background: #fff;
}

.dzc-list-row:last-child {
  border-bottom: 0;
}

.dzc-config-row input {
  margin-left: 6px;
}

.dzc-config-options {
  margin-top: 6px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.dzc-config-option {
  display: inline-block;
  border: 1px solid #cdba9c;
  border-radius: 999px;
  background: #f1ece3;
  color: #6b6257;
  font-size: 0.78rem;
  padding: 2px 8px;
}

.dzc-config-option-empty {
  border-style: dashed;
  color: #6b6257;
}

.dzc-product-form {
  margin-top: 12px;
}

.dzc-product-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #6b6257;
}

.dzc-product-select {
  width: 100%;
  max-width: 440px;
  border: 1px solid #cdba9c;
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 0.95rem;
  background: #fbf8f2;
  color: #2f2824;
}

.dzc-product-browser {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.dzc-product-group h5 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.dzc-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

.dzc-product-card {
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.dzc-product-card.is-selected {
  border-color: #9a6b36;
  box-shadow: inset 0 0 0 1px #9a6b36;
}

.dzc-product-card-image {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f1ece3;
}

.dzc-product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dzc-product-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6257;
  font-size: 0.86rem;
}

.dzc-product-card-title {
  display: block;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 0.9rem;
}

.dzc-color-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  padding: 10px;
  background: #fbf8f2;
}

.dzc-color-btn {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.dzc-color-btn.is-selected {
  border-color: #9a6b36;
  box-shadow: inset 0 0 0 1px #9a6b36;
}

.dzc-roof-btn.is-selected {
  border-color: #9a6b36;
  box-shadow: inset 0 0 0 1px #9a6b36;
}

.dzc-option-photo-wrap {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #f1ece3;
  display: block;
}

.dzc-option-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.dzc-option-photo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dzc-option-photo-swatch {
  width: 52px;
  height: 52px;
}

.dzc-swatch {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #cdba9c;
  background: linear-gradient(135deg, #fbf8f2 0%, #e7ded0 100%);
  flex-shrink: 0;
}

.dzc-swatch-image {
  border-radius: 6px;
  object-fit: cover;
  background: #f1ece3;
}

.dzc-color-name {
  font-size: 0.92rem;
  color: #2f2824;
  font-weight: 600;
}

.dzc-accessories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dzc-accessory-toolbar {
  grid-column: 1 / -1;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  padding: 10px 12px;
}

.dzc-accessory-filter-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dzc-accessory-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dzc-accessory-filter-row label {
  font-size: 0.85rem;
  color: #6b6257;
  font-weight: 600;
}

.dzc-accessory-select {
  min-width: 210px;
  border: 1px solid #cdba9c;
  border-radius: 8px;
  background: #fbf8f2;
  color: #2f2824;
  padding: 6px 10px;
  font-size: 0.9rem;
}

.dzc-acc-filter-btn {
  border: 1px solid #cdba9c;
  border-radius: 999px;
  background: #fbf8f2;
  color: #2f2824;
  padding: 6px 12px;
  font-size: 0.85rem;
  cursor: pointer;
}

.dzc-acc-filter-btn.is-active {
  border-color: #3a322e;
  background: #3a322e;
  color: #fbf8f2;
}

.dzc-accessory-filter-hint {
  margin: 8px 0 0;
}

.dzc-acc-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  padding: 10px;
  background: #fbf8f2;
}

.dzc-acc-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.dzc-acc-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: auto;
  background: #fff;
}

.dzc-acc-media-btn {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
}

.dzc-acc-media-btn:hover,
.dzc-acc-media-btn:focus-visible {
  background: transparent;
}

.dzc-acc-media-btn:active,
.dzc-acc-media-btn:focus {
  background: #fff;
}

.dzc-media-image-wrap.is-zoomable::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 24, 20, 0.08);
  backdrop-filter: blur(6px);
  pointer-events: none;
  z-index: 2;
  transition: transform 0.18s ease, background 0.18s ease;
}

.dzc-media-image-wrap.is-zoomable::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10.5' cy='10.5' r='4.75' fill='none' stroke='%231a231d' stroke-width='2.2'/%3E%3Cpath d='M15 15l4 4' fill='none' stroke='%231a231d' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  pointer-events: none;
  z-index: 3;
}

.dzc-media-image-wrap.is-zoomable:hover::after {
  transform: scale(1.05);
}

.dzc-acc-media img,
.dzc-acc-media-btn img,
.dzc-acc-media .dzc-acc-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.dzc-acc-img {
  border-radius: 0;
  flex-shrink: 0;
}

.dzc-acc-placeholder {
  background: linear-gradient(135deg, #f0f4f0, #e6ede6);
  display: inline-block;
}

.dzc-acc-name {
  display: block;
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.dzc-acc-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dzc-acc-color {
  margin: 0;
}

.dzc-acc-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  border-top: 1px solid #e4d5bf;
  padding-top: 10px;
}

.dzc-acc-price {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}

.dzc-acc-qty {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 0;
  font-size: 0.86rem;
  color: #6b6257;
}

.dzc-acc-qty input {
  margin-left: 0;
  width: 76px;
}

.dzc-item-group {
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.dzc-item-group h5 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.dzc-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dzc-item-row {
  font-size: 0.92rem;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dzc-item-main {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.dzc-item-row input {
  margin-top: 2px;
}

.dzc-item-text {
  min-width: 0;
}

.dzc-item-name {
  display: block;
  color: #2f2824;
  font-weight: 600;
}

.dzc-item-desc {
  margin-top: 2px;
  color: #6b6257;
  font-size: 0.83rem;
  line-height: 1.35;
}

.dzc-item-price {
  flex-shrink: 0;
  color: #9a6b36;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.dzc-item-price-label {
  color: #6b6257;
  font-weight: 600;
}

.dzc-item-row-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dzc-transport-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dzc-transport-row input {
  width: 100%;
  max-width: 280px;
}

.dzc-delivery-card {
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.dzc-delivery-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.dzc-app button.dzc-delivery-calc {
  all: unset;
  box-sizing: border-box;
  border: 1px solid #cdba9c;
  border-radius: 8px;
  background: #fbf8f2;
  color: #2f2824;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--dzc-font-body);
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.dzc-delivery-map {
  margin-top: 10px;
  width: 100%;
  height: 240px;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  overflow: hidden;
}

.dzc-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dzc-media-block {
  border: 1px solid #cdba9c;
  border-radius: 10px;
  background: #fbf8f2;
  padding: 12px;
}

.dzc-media-block h5 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.dzc-media-image-wrap {
  border-radius: 8px;
  background: #f1ece3;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dzc-model-photo,
.dzc-config-preview {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.dzc-config-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.dzc-summary-visual .dzc-config-video {
  max-height: 460px;
  object-fit: contain;
}

.dzc-doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dzc-doc-list li {
  margin: 0;
}

.dzc-doc-list a {
  color: #2f2824;
  text-decoration: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #cdba9c;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fbf8f2;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.dzc-doc-list a:hover {
  background: #fffdf8;
  border-color: #b9853f;
  text-decoration: none;
  transform: translateY(-1px);
}

.dzc-doc-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dzc-doc-meta strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
}

.dzc-doc-meta strong::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #f1f3f1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 3.75h5.8L18.25 8.2V19A2.25 2.25 0 0 1 16 21.25H8A2.25 2.25 0 0 1 5.75 19V6A2.25 2.25 0 0 1 8 3.75Z' fill='none' stroke='%23212924' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M13.5 3.75V8.5H18.25' fill='none' stroke='%23212924' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.dzc-doc-meta small {
  font-size: 0.76rem;
  color: #6b6257;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dzc-doc-arrow {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #cdba9c;
  background: #fbf8f2;
  flex: 0 0 28px;
}

.dzc-doc-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 16L16 8M10 8h6v6' fill='none' stroke='%23404b43' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.dzc-quote-box {
  margin-top: 16px;
  border-top: 1px solid #e4d5bf;
  padding-top: 14px;
}

.dzc-summary-model-specs h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.25;
}

.dzc-quote-box h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.dzc-estimate-note {
  margin: 0 0 12px;
}

.dzc-quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dzc-quote-grid label {
  font-size: 0.86rem;
  color: #6b6257;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dzc-quote-grid input,
.dzc-quote-grid textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #cdba9c;
  border-radius: 8px;
  padding: 8px;
  font-size: 0.92rem;
  background: #fbf8f2;
  color: #2f2824;
}

.dzc-quote-full {
  grid-column: 1 / -1;
}

.dzc-quote-consent {
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
}

#dzc-submit-quote {
  all: unset;
  box-sizing: border-box;
  margin-top: 10px;
  border: 0;
  background: #3a322e;
  color: #fbf8f2;
  padding: 10px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

#dzc-quote-status {
  margin-top: 8px;
}

.dzc-error-text {
  color: #9f2f2f;
}

.dzc-success-text {
  color: #9a6b36;
}

@media (max-width: 900px) {
  .dzc-top-steps {
    grid-template-columns: 1fr 1fr;
  }

  .dzc-top-step {
    font-size: 0.8rem;
    padding: 7px 8px;
  }

  .dzc-top-step-no {
    width: 20px;
    height: 20px;
    font-size: 0.72rem;
  }

  .dzc-content {
    grid-template-columns: 1fr;
  }

  .dzc-layout-showcase .dzc-visual-pane {
    position: static;
  }

  .dzc-layout-showcase .dzc-visual-pane .dzc-summary-visual-card .dzc-media-image-wrap {
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
  }

  .dzc-summary {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .dzc-quote-grid {
    grid-template-columns: 1fr;
  }

  .dzc-media-grid {
    grid-template-columns: 1fr;
  }

  .dzc-summary-visual-card .dzc-media-image-wrap {
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
    padding: 8px 0;
  }

  .dzc-app .dzc-model-photo,
  .dzc-app .dzc-config-preview,
  .dzc-app .dzc-summary-visual-card .dzc-media-image-wrap > img,
  .dzc-app .dzc-summary-visual-card .dzc-media-image-wrap > video {
    height: auto;
    max-height: none;
  }

  .dzc-color-grid,
  .dzc-roof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .dzc-acc-media {
    min-height: auto;
  }

  .dzc-acc-prev,
  .dzc-acc-next {
    font-size: 0.84rem;
    padding: 7px 10px;
  }

  .dzc-acc-actions-sticky {
    bottom: 10px;
    padding: 9px 10px;
  }

  .dzc-delivery-map {
    height: 200px;
  }

  .dzc-delivery-calc {
    font-size: 0.84rem;
    padding: 7px 10px;
  }
}

.dzc-app.step-model .dzc-content {
  grid-template-columns: 1fr;
}

.dzc-app.step-model .dzc-visual-pane {
  display: none;
}

@media (min-width: 1024px) {
  .dzc-color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dzc-roof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

:root {
  --dzc-font-body: "Poppins", sans-serif;
  --dzc-font-heading: "EB Garamond", serif;
  --dzc-font-display: "EB Garamond", serif;
  --dzc-bg: radial-gradient(circle at top left, rgba(251, 248, 242, 0.96) 0%, rgba(241, 236, 227, 0.98) 42%, rgba(231, 222, 208, 0.98) 100%);
  --dzc-surface: rgba(251, 248, 242, 0.78);
  --dzc-surface-soft: rgba(231, 222, 208, 0.64);
  --dzc-text: #2f2824;
  --dzc-text-muted: #6b6257;
  --dzc-accent: #b9853f;
  --dzc-accent-hover: #9a6b36;
  --dzc-accent-warm: #c89d5f;
  --dzc-accent-warm-strong: #9a6b36;
  --dzc-border: rgba(205, 186, 156, 0.42);
  --dzc-border-strong: rgba(185, 133, 63, 0.46);
  --dzc-shadow-sm: none;
  --dzc-shadow-md: 0 18px 40px rgba(99, 78, 54, 0.09);
}

.dzc-app {
  font-family: var(--dzc-font-body);
  color: var(--dzc-text);
  background: var(--dzc-bg);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 16px 38px rgba(122, 98, 70, 0.07);
}

.dzc-app,
.dzc-app *,
.dzc-app *::before,
.dzc-app *::after {
  box-sizing: border-box;
}

.dzc-app a {
  color: inherit;
}

.dzc-app button,
.dzc-app input,
.dzc-app select,
.dzc-app textarea {
  font: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.dzc-app p,
.dzc-app ul,
.dzc-app ol {
  margin-top: 0;
}

.dzc-app h1,
.dzc-app h2,
.dzc-app h3,
.dzc-app h4 {
  font-family: var(--dzc-font-heading);
  margin: 0;
  color: var(--dzc-text);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.dzc-app h1 {
  font-size: 2.14rem;
  line-height: 1.1;
}

.dzc-app h2 {
  font-size: 1.5rem;
  line-height: 1.22;
}

.dzc-app h3 {
  font-size: 1.28rem;
  line-height: 1.3;
}

.dzc-app h4 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.dzc-app .dzc-panel,
.dzc-app .dzc-summary,
.dzc-app .dzc-visual-hero,
.dzc-app .dzc-acc-section,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-transport-row,
.dzc-app .dzc-product-card,
.dzc-app .dzc-color-item,
.dzc-app .dzc-specs,
.dzc-app .dzc-list,
.dzc-app .dzc-visual-docs {
  background: var(--dzc-surface);
  border-color: var(--dzc-border);
  box-shadow: var(--dzc-shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dzc-app .dzc-panel,
.dzc-app .dzc-summary,
.dzc-app .dzc-visual-hero,
.dzc-app .dzc-acc-section {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.62);
}

.dzc-app .dzc-panel,
.dzc-app .dzc-summary,
.dzc-app .dzc-visual-hero {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.88) 0%, rgba(241, 236, 227, 0.76) 52%, rgba(231, 222, 208, 0.62) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.dzc-app .dzc-visual-docs {
  margin-top: 14px;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid rgba(205, 186, 156, 0.38);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-delivery-card {
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.62) 0%, rgba(231, 222, 208, 0.5) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.dzc-app .dzc-quote-box {
  border-top: 0;
  padding-top: 10px;
}

.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-transport-row,
.dzc-app .dzc-color-item,
.dzc-app .dzc-doc-list a {
  border-color: rgba(205, 186, 156, 0.32);
}

.dzc-app .dzc-doc-list {
  padding-left: 0;
}

.dzc-app .dzc-muted,
.dzc-app .dzc-spec-label,
.dzc-app .dzc-item-desc,
.dzc-app .dzc-accessory-filter-hint {
  color: var(--dzc-text-muted);
}

.dzc-app .dzc-panel > h2,
.dzc-app .dzc-visual-hero h2,
.dzc-app .dzc-visual-docs h2,
.dzc-app .dzc-summary h3,
.dzc-app .dzc-quote-box h3,
.dzc-app .dzc-summary-model-specs h3 {
  color: var(--dzc-accent-warm-strong);
}

.dzc-app .dzc-step-intro {
  position: relative;
  margin: 12px 0 14px;
  padding: 13px 18px;
  line-height: 1.4;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--dzc-font-display);
  color: var(--dzc-accent-warm-strong);
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 82% 24%, rgba(255, 252, 246, 0.68) 0%, rgba(255, 252, 246, 0) 26%),
    linear-gradient(180deg, rgba(251, 248, 242, 0.96) 0%, rgba(231, 222, 208, 0.84) 100%);
  border: 1px solid rgba(185, 133, 63, 0.26);
  border-radius: 20px 24px 20px 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 22px rgba(154, 107, 54, 0.12);
}

.dzc-app .dzc-step-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.dzc-app .dzc-step-intro span,
.dzc-app .dzc-step-intro {
  text-wrap: pretty;
}

.dzc-app .dzc-step-intro::selection {
  background: rgba(185, 133, 63, 0.22);
}

.dzc-app .dzc-step-intro:after {
  z-index: 0;
}

.dzc-app .dzc-step-intro > * {
  position: relative;
  z-index: 2;
}

.dzc-app .dzc-step-intro {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

.dzc-app .dzc-step-intro::marker {
  content: none;
}

.dzc-app .dzc-step-intro {
  isolation: isolate;
}

.dzc-app .dzc-step-intro::after {
  background:
    radial-gradient(circle at 88% 28%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 84% 66%, rgba(246, 224, 190, 0.18) 0%, rgba(246, 224, 190, 0) 24%);
}


.dzc-app .dzc-acc-next,
.dzc-app #dzc-submit-quote,
.dzc-app .dzc-acc-filter-btn.is-active {
  font-family: var(--dzc-font-body);
  background: linear-gradient(180deg, rgba(58, 50, 46, 0.96) 0%, rgba(47, 40, 36, 0.98) 100%);
  border-color: rgba(58, 50, 46, 0.92);
  color: #fbf8f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 22px rgba(58, 50, 46, 0.16);
  text-shadow: none;
}

.dzc-app .dzc-acc-next:hover,
.dzc-app #dzc-submit-quote:hover,
.dzc-app .dzc-acc-filter-btn.is-active:hover {
  background: linear-gradient(180deg, rgba(74, 64, 58, 0.98) 0%, rgba(58, 50, 46, 1) 100%);
  border-color: rgba(74, 64, 58, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 12px 28px rgba(58, 50, 46, 0.24);
}

.dzc-app .dzc-acc-next:focus-visible,
.dzc-app #dzc-submit-quote:focus-visible,
.dzc-app .dzc-acc-filter-btn.is-active:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 186, 156, 0.32), 0 10px 24px rgba(58, 50, 46, 0.2);
}

.dzc-app .dzc-acc-prev,
.dzc-app .dzc-acc-filter-btn,
.dzc-app .dzc-restore-config,
.dzc-app .dzc-reset-config {
  font-family: var(--dzc-font-body);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.84) 0%, rgba(231, 222, 208, 0.66) 100%);
  border-color: var(--dzc-border);
  color: var(--dzc-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dzc-app .dzc-acc-prev:hover,
.dzc-app .dzc-acc-filter-btn:hover,
.dzc-app .dzc-restore-config:hover,
.dzc-app .dzc-reset-config:hover,
.dzc-app .dzc-acc-prev:focus-visible,
.dzc-app .dzc-acc-filter-btn:focus-visible,
.dzc-app .dzc-restore-config:focus-visible,
.dzc-app .dzc-reset-config:focus-visible {
  border-color: var(--dzc-border-strong);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.92) 0%, rgba(221, 210, 192, 0.74) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66), 0 0 0 3px rgba(205, 186, 156, 0.18);
}

.dzc-app .dzc-reset-config:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dzc-app .dzc-product-card,
.dzc-app .dzc-color-item,
.dzc-app .dzc-roof-btn {
  border-color: var(--dzc-border);
}

.dzc-app .dzc-product-card {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.9) 0%, rgba(231, 222, 208, 0.62) 58%, rgba(221, 210, 192, 0.5) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 -1px 0 rgba(205, 186, 156, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.dzc-app .dzc-product-card:hover,
.dzc-app .dzc-product-card:focus-visible {
  transform: translateY(-1.5px);
  border-color: rgba(185, 133, 63, 0.42);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.96) 0%, rgba(239, 228, 212, 0.76) 58%, rgba(228, 214, 194, 0.64) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 10px 20px rgba(154, 107, 54, 0.12);
}

.dzc-app .dzc-product-card-image {
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.42) 0%, rgba(241, 236, 227, 0.32) 52%, rgba(231, 222, 208, 0.32) 100%);
  border-bottom: 1px solid rgba(205, 186, 156, 0.18);
}

.dzc-app .dzc-product-card-title {
  padding: 12px 14px;
  color: var(--dzc-text);
  letter-spacing: -0.015em;
  line-height: 1.35;
  font-family: var(--dzc-font-heading);
  font-size: 1.22rem;
  font-weight: 600;
}

.dzc-app .dzc-color-btn.is-selected,
.dzc-app .dzc-roof-btn.is-selected,
.dzc-app .dzc-product-card.is-selected {
  border-color: rgba(185, 133, 63, 0.46);
  box-shadow: 0 0 0 1px rgba(185, 133, 63, 0.12), 0 0 0 2px rgba(205, 186, 156, 0.16);
}

.dzc-app .dzc-product-card.is-selected {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.96) 0%, rgba(231, 222, 208, 0.76) 54%, rgba(221, 210, 192, 0.68) 100%);
}

.dzc-app .dzc-spec-value,
.dzc-app .dzc-acc-name,
.dzc-app .dzc-product-card.is-selected .dzc-product-card-title {
  color: var(--dzc-accent-warm-strong);
}

.dzc-app .dzc-layout-showcase .dzc-visual-pane .dzc-summary-visual-card .dzc-media-image-wrap {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.68) 0%, rgba(231, 222, 208, 0.42) 100%);
}

.dzc-app .dzc-item-price,
.dzc-app .dzc-roof-price,
.dzc-app .dzc-product-label,
.dzc-app .dzc-acc-qty {
  color: #7e694e;
}

.dzc-app .dzc-roof-price,
.dzc-app .dzc-item-price {
  color: var(--dzc-accent-warm-strong);
}

.dzc-app .dzc-item-price-label {
  color: #9b7c58;
}

.dzc-app .dzc-product-label,
.dzc-app .dzc-color-name {
  color: var(--dzc-text);
}

.dzc-app .dzc-item-row:has(.dzc-item-checkbox:checked) .dzc-item-price,
.dzc-app .dzc-item-row:has(.dzc-item-checkbox:checked) .dzc-item-price-label,
.dzc-app .dzc-color-btn.is-selected .dzc-color-name,
.dzc-app .dzc-roof-btn.is-selected .dzc-color-name {
  color: var(--dzc-accent-warm-strong);
}

.dzc-app .dzc-item-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--dzc-accent);
}

.dzc-app .dzc-item-row:has(.dzc-item-checkbox:checked) {
  border-color: rgba(185, 133, 63, 0.48);
  box-shadow: 0 0 0 1px rgba(185, 133, 63, 0.08), 0 0 0 2px rgba(205, 186, 156, 0.14);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.72) 0%, rgba(231, 222, 208, 0.54) 100%);
}

.dzc-app .dzc-acc-status {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(231, 241, 235, 0.54) 100%);
  border-color: var(--dzc-border);
}

.dzc-app .dzc-acc-arrow,
.dzc-app .dzc-docs-arrow {
  border-color: var(--dzc-border);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.72) 0%, rgba(231, 222, 208, 0.54) 100%);
}

.dzc-app .dzc-acc-arrow::before,
.dzc-app .dzc-docs-arrow::before {
  border-right-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
}


.dzc-app #dzc-total {
  color: var(--dzc-accent-warm-strong);
  letter-spacing: -0.02em;
  font-size: 1.7rem;
  line-height: 1.05;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.dzc-app .dzc-doc-meta strong::before {
  background-color: rgba(255, 242, 224, 0.86);
}

.dzc-app .dzc-doc-arrow {
  border-color: rgba(226, 179, 123, 0.34);
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.9) 0%, rgba(251, 239, 220, 0.82) 100%);
}

.dzc-app .dzc-doc-arrow::before {
  filter: sepia(18%) saturate(120%) hue-rotate(-8deg);
}

.dzc-app .dzc-acc-status {
  color: #7a6a55;
}

.dzc-app .dzc-top-step.is-active .dzc-top-step-label,
.dzc-app .dzc-product-card.is-selected .dzc-product-card-title,
.dzc-app .dzc-summary-model-specs h3 {
  color: #6f5940;
}

.dzc-app .dzc-summary {
  gap: 18px;
}

.dzc-app .dzc-summary > * {
  margin: 0;
}

.dzc-app .dzc-summary h4 {
  letter-spacing: -0.01em;
}

.dzc-app .dzc-specs,
.dzc-app .dzc-list,
.dzc-app .dzc-docs-accordion {
  border-color: rgba(198, 187, 167, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(249, 245, 238, 0.4) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.dzc-app .dzc-spec-row,
.dzc-app .dzc-list-row {
  padding: 11px 0;
  border-bottom-color: rgba(188, 204, 196, 0.18);
  background: transparent;
}

.dzc-app .dzc-spec-row,
.dzc-app .dzc-list-row,
.dzc-app .dzc-doc-list a {
  margin: 0 12px;
}

.dzc-app .dzc-spec-row:first-child,
.dzc-app .dzc-list-row:first-child,
.dzc-app .dzc-doc-list li:first-child a {
  margin-top: 10px;
}

.dzc-app .dzc-spec-row:last-child,
.dzc-app .dzc-list-row:last-child,
.dzc-app .dzc-doc-list li:last-child a {
  margin-bottom: 10px;
}

.dzc-app .dzc-spec-label,
.dzc-app .dzc-list-label {
  color: #6f6458;
}

.dzc-app .dzc-spec-subvalue {
  color: #8a7e71;
}

.dzc-app .dzc-docs-accordion {
  padding: 10px 12px;
}

.dzc-app .dzc-docs-accordion summary {
  color: #6a6157;
}

.dzc-app .dzc-doc-list a {
  border-color: rgba(196, 185, 167, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(248, 244, 238, 0.46) 100%);
}

.dzc-app .dzc-doc-list a:hover,
.dzc-app .dzc-doc-list a:focus-visible {
  border-color: rgba(185, 133, 63, 0.26);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.72) 0%, rgba(246, 237, 224, 0.52) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 10px 20px rgba(154, 107, 54, 0.1);
}

.dzc-app .dzc-item-row {
  padding: 11px 13px;
  border-color: rgba(196, 185, 167, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(249, 245, 239, 0.46) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.dzc-app .dzc-item-row:hover {
  transform: translateY(-0.75px);
  border-color: rgba(185, 133, 63, 0.24);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.7) 0%, rgba(246, 237, 224, 0.48) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 6px 14px rgba(154, 107, 54, 0.07);
}

.dzc-app .dzc-item-name {
  color: #5f584f;
}

.dzc-app .dzc-item-desc {
  color: #8b8378;
}

.dzc-app .dzc-accessory-select,
.dzc-app .dzc-acc-qty input,
.dzc-app .dzc-transport-row input,
.dzc-app .dzc-quote-grid input,
.dzc-app .dzc-quote-grid textarea {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(250, 246, 238, 0.72) 100%);
  border-color: rgba(199, 184, 162, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.dzc-app .dzc-accessory-select:focus,
.dzc-app .dzc-acc-qty input:focus,
.dzc-app .dzc-transport-row input:focus,
.dzc-app .dzc-quote-grid input:focus,
.dzc-app .dzc-quote-grid textarea:focus {
  outline: none;
  border-color: rgba(201, 141, 79, 0.56);
  box-shadow: 0 0 0 3px rgba(242, 214, 179, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.dzc-app .dzc-error-text {
  color: #b00020;
}

.dzc-app .dzc-success-text {
  color: #222;
}

.dzc-zoomable {
  cursor: zoom-in;
}

.dzc-main-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid #5a5a5a;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.66);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  z-index: 3;
}

.dzc-main-prev {
  left: 8px;
}

.dzc-main-next {
  right: 8px;
}

.dzc-lightbox[hidden] {
  display: none !important;
}

.dzc-app .dzc-layout-showcase .dzc-visual-pane .dzc-summary-visual-card .dzc-media-image-wrap {
  background: #fff;
}

.dzc-app .dzc-accessory-toolbar {
  padding: 12px 14px;
}

.dzc-app .dzc-acc-card {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.72) 0%, rgba(231, 222, 208, 0.5) 100%);
  padding: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.dzc-app .dzc-acc-card:hover {
  transform: translateY(-1px);
  border-color: rgba(185, 133, 63, 0.26);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.82) 0%, rgba(239, 228, 212, 0.58) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 8px 18px rgba(154, 107, 54, 0.08);
}

.dzc-app .dzc-color-item,
.dzc-app .dzc-roof-btn {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.76) 0%, rgba(231, 222, 208, 0.56) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transition: transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.dzc-app .dzc-color-item:hover,
.dzc-app .dzc-roof-btn:hover,
.dzc-app .dzc-color-btn:hover,
.dzc-app .dzc-color-btn:focus-visible,
.dzc-app .dzc-roof-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(185, 133, 63, 0.3);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.84) 0%, rgba(239, 228, 212, 0.62) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 7px 16px rgba(154, 107, 54, 0.08);
  outline: none;
}

.dzc-app .dzc-option-photo-wrap {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.84) 0%, rgba(231, 222, 208, 0.58) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.dzc-app .dzc-color-name {
  letter-spacing: -0.01em;
}

.dzc-app .dzc-main-nav {
  border: 1px solid rgba(205, 186, 156, 0.24);
  background: linear-gradient(180deg, rgba(58, 50, 46, 0.88) 0%, rgba(47, 40, 36, 0.82) 100%);
  color: #fbf8f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 24px rgba(47, 40, 36, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform var(--dzc-motion-fast) var(--dzc-motion-ease),
    background var(--dzc-motion-fast) var(--dzc-motion-ease),
    border-color var(--dzc-motion-fast) var(--dzc-motion-ease),
    box-shadow var(--dzc-motion-medium) var(--dzc-motion-ease);
}

.dzc-app .dzc-main-nav:hover,
.dzc-app .dzc-main-nav:focus-visible {
  transform: translateY(-50%) scale(1.02);
  border-color: rgba(185, 133, 63, 0.38);
  background: linear-gradient(180deg, rgba(74, 64, 58, 0.94) 0%, rgba(58, 50, 46, 0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 12px 28px rgba(47, 40, 36, 0.24);
  outline: none;
}

.dzc-app .dzc-product-card {
  position: relative;
  overflow: hidden;
}

.dzc-app .dzc-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 34%, rgba(231, 222, 208, 0.08) 100%);
  pointer-events: none;
}

.dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-grid {
  gap: 14px;
}

.dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card {
  border-radius: 14px;
}

.dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card-image {
  aspect-ratio: 16 / 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 13px;
}

.dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card-title {
  padding: 14px 14px 15px;
  font-size: 1.14rem;
  font-weight: 600;
}

.dzc-app .dzc-product-card.is-selected::after,
.dzc-app .dzc-color-btn.is-selected::after,
.dzc-app .dzc-roof-btn.is-selected::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.dzc-app .dzc-color-btn,
.dzc-app .dzc-roof-btn,
.dzc-app .dzc-item-row,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-product-card,
.dzc-app .dzc-doc-list a,
.dzc-app .dzc-acc-filter-btn {
  transition:
    transform var(--dzc-motion-fast) var(--dzc-motion-ease),
    border-color var(--dzc-motion-fast) var(--dzc-motion-ease),
    box-shadow var(--dzc-motion-medium) var(--dzc-motion-ease),
    background var(--dzc-motion-fast) var(--dzc-motion-ease),
    color var(--dzc-motion-fast) var(--dzc-motion-ease);
}

.dzc-app .dzc-doc-list a:hover,
.dzc-app .dzc-doc-list a:focus-visible {
  transform: translateY(-1px);
}

.dzc-app .dzc-acc-prev:hover,
.dzc-app .dzc-acc-prev:focus-visible,
.dzc-app .dzc-acc-filter-btn:hover,
.dzc-app .dzc-acc-filter-btn:focus-visible,
.dzc-app .dzc-restore-config:hover,
.dzc-app .dzc-restore-config:focus-visible,
.dzc-app .dzc-reset-config:hover,
.dzc-app .dzc-reset-config:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 7px 14px rgba(154, 107, 54, 0.06);
}

.dzc-app .dzc-acc-next:hover,
.dzc-app .dzc-acc-next:focus-visible,
.dzc-app #dzc-submit-quote:hover,
.dzc-app #dzc-submit-quote:focus-visible,
.dzc-app .dzc-acc-filter-btn.is-active:hover,
.dzc-app .dzc-acc-filter-btn.is-active:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 20px rgba(47, 40, 36, 0.14);
}

@media (max-width: 900px) {
  .dzc-app {
    padding: 16px 10px 28px;
  }

  .dzc-app .dzc-top-steps {
    gap: 8px;
    padding: 6px;
    border-radius: 14px;
    margin-bottom: 10px;
  }

  .dzc-app .dzc-top-step {
    min-height: 52px;
  }

  .dzc-app .dzc-panel,
  .dzc-app .dzc-summary,
  .dzc-app .dzc-visual-hero,
  .dzc-app .dzc-quote-box {
    padding: 12px;
  }

  .dzc-app.is-stepper .dzc-acc-body,
  .dzc-app .dzc-acc-body {
    padding-left: 0;
    padding-right: 0;
  }

  .dzc-app .dzc-step-intro {
    margin: 10px 0 12px;
    padding: 12px 15px;
    font-size: 1.18rem;
    border-radius: 16px 18px 16px 20px;
  }

  .dzc-app .dzc-summary {
    gap: 14px;
  }

  .dzc-app .dzc-accessory-toolbar,
  .dzc-app .dzc-acc-card,
  .dzc-app .dzc-item-row,
  .dzc-app .dzc-delivery-card {
    padding: 10px;
  }

  .dzc-app .dzc-color-grid,
  .dzc-app .dzc-roof-grid,
  .dzc-app .dzc-accessories,
  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-grid {
    gap: 10px;
  }

  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card-title {
    padding: 12px;
    font-size: 1.04rem;
  }

  .dzc-app .dzc-main-nav {
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
  }

  .dzc-app .dzc-acc-actions,
  .dzc-app .dzc-acc-actions-sticky {
    gap: 8px;
  }

  .dzc-app .dzc-acc-actions .dzc-acc-prev,
  .dzc-app .dzc-acc-actions .dzc-acc-next,
  .dzc-app .dzc-acc-actions-sticky .dzc-acc-prev,
  .dzc-app .dzc-acc-actions-sticky .dzc-acc-next,
  .dzc-app .dzc-acc-actions-sticky #dzc-summary-sticky-submit {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
    min-height: 38px;
    padding: 6px 6px;
    font-size: 0.8rem;
  }

  .dzc-app .dzc-accessory-filter-row,
  .dzc-app .dzc-delivery-tools,
  .dzc-app .dzc-transport-row {
    align-items: stretch;
  }

  .dzc-app .dzc-accessory-filter-row label,
  .dzc-app .dzc-accessory-select,
  .dzc-app .dzc-delivery-calc,
  .dzc-app .dzc-transport-row label,
  .dzc-app .dzc-transport-row input {
    width: 100%;
    max-width: none;
  }

  .dzc-app .dzc-delivery-calc {
    min-height: 42px;
  }

  .dzc-app .dzc-quote-grid {
    gap: 12px;
  }

  .dzc-app .dzc-quote-grid input,
  .dzc-app .dzc-quote-grid textarea,
  .dzc-app .dzc-product-select,
  .dzc-app .dzc-accessory-select {
    font-size: 16px;
  }

}

/* ===== Interaction Lock (Theme Override Protection) ===== */
.dzc-app .dzc-acc-next,
.dzc-app .dzc-acc-prev,
.dzc-app .dzc-acc-filter-btn,
.dzc-app .dzc-restore-config,
.dzc-app .dzc-reset-config,
.dzc-app #dzc-submit-quote,
.dzc-app .dzc-main-nav,
.dzc-app .dzc-lightbox-close,
.dzc-app .dzc-lightbox-nav,
.dzc-app .dzc-color-btn,
.dzc-app .dzc-roof-btn,
.dzc-app .dzc-product-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-doc-list a,
.dzc-app .dzc-acc-media-btn {
  -webkit-tap-highlight-color: transparent;
}

.dzc-app .dzc-acc-next:active,
.dzc-app #dzc-submit-quote:active,
.dzc-app .dzc-acc-filter-btn.is-active:active {
  background: linear-gradient(180deg, rgba(74, 64, 58, 0.98) 0%, rgba(47, 40, 36, 1) 100%) !important;
  border-color: rgba(47, 40, 36, 0.98) !important;
  color: #fbf8f2 !important;
  box-shadow: inset 0 2px 4px rgba(27, 23, 21, 0.16), 0 6px 16px rgba(47, 40, 36, 0.18) !important;
}

.dzc-app .dzc-acc-prev:active,
.dzc-app .dzc-acc-filter-btn:active,
.dzc-app .dzc-restore-config:active,
.dzc-app .dzc-reset-config:active,
.dzc-app .dzc-main-nav:active,
.dzc-app .dzc-lightbox-close:active,
.dzc-app .dzc-lightbox-nav:active {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.92) 0%, rgba(221, 210, 192, 0.8) 100%) !important;
  border-color: rgba(185, 133, 63, 0.3) !important;
  box-shadow: inset 0 2px 4px rgba(154, 107, 54, 0.08), 0 4px 12px rgba(154, 107, 54, 0.08) !important;
  color: inherit !important;
}

.dzc-app .dzc-color-btn:focus,
.dzc-app .dzc-color-btn:focus-visible,
.dzc-app .dzc-roof-btn:focus,
.dzc-app .dzc-roof-btn:focus-visible,
.dzc-app .dzc-product-card:focus,
.dzc-app .dzc-product-card:focus-visible,
.dzc-app .dzc-item-row:focus-within,
.dzc-app .dzc-doc-list a:focus,
.dzc-app .dzc-doc-list a:focus-visible,
.dzc-app .dzc-acc-media-btn:focus,
.dzc-app .dzc-acc-media-btn:focus-visible {
  outline: none !important;
  border-color: rgba(185, 133, 63, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(205, 186, 156, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.dzc-app .dzc-doc-list a:hover,
.dzc-app .dzc-doc-list a:focus-visible,
.dzc-app .dzc-color-btn:hover,
.dzc-app .dzc-roof-btn:hover,
.dzc-app .dzc-product-card:hover,
.dzc-app .dzc-item-row:hover {
  color: inherit !important;
}

@media (max-width: 900px) {
  .dzc-app .dzc-lightbox {
    padding: 2px;
  }

  .dzc-app .dzc-lightbox-close,
  .dzc-app .dzc-lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .dzc-app .dzc-lightbox-close {
    top: 4px;
    right: 4px;
  }

  .dzc-app .dzc-lightbox-prev {
    left: 2px;
  }

  .dzc-app .dzc-lightbox-next {
    right: 2px;
  }

  .dzc-app .dzc-lightbox-image,
  .dzc-app .dzc-lightbox-video {
    max-width: calc(100vw - 4px);
    max-height: calc(100vh - 4px);
    border-radius: 10px;
  }
}

@media (max-width: 640px) {
  .dzc-app .dzc-lightbox {
    padding: 0;
  }

  .dzc-app .dzc-lightbox-close,
  .dzc-app .dzc-lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .dzc-app .dzc-lightbox-close {
    top: 2px;
    right: 2px;
  }

  .dzc-app .dzc-lightbox-prev {
    left: 0;
  }

  .dzc-app .dzc-lightbox-next {
    right: 0;
  }

  .dzc-app .dzc-lightbox-image,
  .dzc-app .dzc-lightbox-video {
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 8px;
  }
}

.dzc-app .dzc-option-photo-wrap {
  position: relative;
}

.dzc-app .dzc-color-btn[data-color-photo] .dzc-option-photo-wrap {
  cursor: pointer;
}

.dzc-app .dzc-color-btn[data-color-photo] .dzc-color-zoom {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(58, 50, 46, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, background 0.18s ease;
}

.dzc-app .dzc-color-btn[data-color-photo] .dzc-color-zoom .dzc-media-zoom-icon {
  width: 15px;
  height: 15px;
  color: #fbf8f2;
}

.dzc-app .dzc-color-btn[data-color-photo]:hover .dzc-color-zoom,
.dzc-app .dzc-color-btn[data-color-photo]:focus-visible .dzc-color-zoom {
  transform: scale(1.05);
}

.dzc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:
    radial-gradient(circle at top left, rgba(251, 248, 242, 0.1) 0%, rgba(251, 248, 242, 0) 32%),
    radial-gradient(circle at top right, rgba(221, 210, 192, 0.1) 0%, rgba(221, 210, 192, 0) 30%),
    linear-gradient(180deg, rgba(58, 50, 46, 0.9) 0%, rgba(47, 40, 36, 0.94) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dzc-lightbox::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 28px;
  border: 1px solid rgba(205, 186, 156, 0.16);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  pointer-events: none;
}

.dzc-lightbox-image,
.dzc-lightbox-video {
  max-width: min(92vw, 1400px);
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(205, 186, 156, 0.22);
  box-shadow: 0 30px 70px rgba(47, 40, 36, 0.34);
}

.dzc-lightbox-image {
  object-fit: contain;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.96) 0%, rgba(241, 236, 227, 0.9) 100%);
}

.dzc-lightbox-video {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.96) 0%, rgba(241, 236, 227, 0.94) 100%);
}

.dzc-summary-visual-card .dzc-media-image-wrap > img,
.dzc-summary-visual-card .dzc-media-image-wrap > video {
  animation: dzcMediaFadeIn 0.26s ease;
}

@keyframes dzcMediaFadeIn {
  from {
    opacity: 0;
    transform: scale(0.992);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.dzc-lightbox-close,
.dzc-lightbox-nav {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(205, 186, 156, 0.28);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.22) 0%, rgba(221, 210, 192, 0.16) 100%);
  color: #fbf8f2;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 30px rgba(47, 40, 36, 0.24);
  transition:
    transform var(--dzc-motion-fast) var(--dzc-motion-ease),
    background var(--dzc-motion-fast) var(--dzc-motion-ease),
    border-color var(--dzc-motion-fast) var(--dzc-motion-ease),
    box-shadow var(--dzc-motion-medium) var(--dzc-motion-ease);
}

.dzc-lightbox-close:hover,
.dzc-lightbox-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(185, 133, 63, 0.42);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.28) 0%, rgba(205, 186, 156, 0.22) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 16px 34px rgba(47, 40, 36, 0.28);
  outline: none;
}

.dzc-lightbox-nav:hover,
.dzc-lightbox-nav:focus-visible {
  transform: translateY(calc(-50% - 1px));
  border-color: rgba(185, 133, 63, 0.42);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.28) 0%, rgba(205, 186, 156, 0.22) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 16px 34px rgba(47, 40, 36, 0.28);
  outline: none;
}

.dzc-lightbox-close {
  top: 18px;
  right: 18px;
  font-size: 1.5rem;
}

.dzc-lightbox-prev {
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.dzc-lightbox-next {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}


@media (max-width: 900px) {
  .dzc-app .dzc-lightbox {
    padding: 6px 8px;
  }

  .dzc-app .dzc-lightbox-prev {
    left: 4px;
  }

  .dzc-app .dzc-lightbox-next {
    right: 4px;
  }

  .dzc-app .dzc-lightbox-image,
  .dzc-app .dzc-lightbox-video {
    max-width: calc(100vw - 16px);
  }

  .dzc-lightbox::before {
    inset: 8px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  .dzc-app .dzc-lightbox {
    padding: 4px 6px;
  }

  .dzc-app .dzc-color-item,
  .dzc-app .dzc-roof-btn {
    padding: 8px;
    gap: 6px;
  }

  .dzc-app .dzc-color-grid,
  .dzc-app .dzc-roof-grid {
    gap: 8px;
  }

  .dzc-app .dzc-option-photo-wrap {
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: 132px;
  }

  .dzc-app .dzc-option-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .dzc-app .dzc-color-name {
    font-size: 0.84rem;
  }

  .dzc-app .dzc-color-btn[data-color-photo] .dzc-option-photo-wrap::after {
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
  }

  .dzc-app .dzc-color-btn[data-color-photo] .dzc-option-photo-wrap::before {
    right: 15px;
    top: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }

  .dzc-lightbox::before {
    inset: 4px;
    border-radius: 12px;
  }

  .dzc-app .dzc-lightbox-prev {
    left: 2px;
  }

  .dzc-app .dzc-lightbox-next {
    right: 2px;
  }

  .dzc-app .dzc-lightbox-image,
  .dzc-app .dzc-lightbox-video {
    max-width: calc(100vw - 12px);
  }
}

.dzc-app .dzc-summary-final {
  border-color: rgba(205, 186, 156, 0.28);
}

.dzc-app .dzc-summary-final > p.dzc-muted {
  margin-top: 0;
  color: var(--dzc-text-muted);
}

.dzc-app .dzc-total-box {
  margin-top: 6px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(185, 133, 63, 0.24);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.96) 0%, rgba(231, 222, 208, 0.82) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 10px 24px rgba(154, 107, 54, 0.07);
}

.dzc-app .dzc-total-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8b6b46;
}

.dzc-app .dzc-quote-box {
  margin-top: 8px;
  padding: 18px 18px 16px;
  border-top: 0;
  border: 1px solid rgba(205, 186, 156, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.88) 0%, rgba(241, 236, 227, 0.74) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.dzc-app .dzc-quote-box h3 {
  margin-bottom: 12px;
}

.dzc-app #dzc-quote-status {
  min-height: 1.35em;
  margin-top: 12px;
}

.dzc-app .dzc-quote-lead {
  margin: 0 0 16px;
  color: var(--dzc-text-muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 54ch;
}

.dzc-credit a {
  font-family: var(--dzc-font-body);
  letter-spacing: 0.02em;
  opacity: 0.92;
}

.dzc-visual-docs {
  border-color: #cdba9c;
  background: #fbf8f2;
}

.dzc-visual-docs h2,
.dzc-product-group h5,
.dzc-item-group h5,
.dzc-media-block h5,
.dzc-summary-visual h5 {
  font-family: var(--dzc-font-heading);
  color: #9a6b36;
  letter-spacing: -0.01em;
}

.dzc-top-step-label,
.dzc-acc-title,
.dzc-product-label,
.dzc-accessory-filter-row label,
.dzc-quote-grid label,
.dzc-total-label,
.dzc-spec-label,
.dzc-list-label {
  font-family: var(--dzc-font-body);
}

.dzc-field-wrap {
  position: relative;
}

.dzc-acc-title,
.dzc-top-step-label {
  letter-spacing: -0.01em;
}

.dzc-acc-status {
  font-family: var(--dzc-font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.dzc-product-card-title,
.dzc-color-name,
.dzc-acc-name,
.dzc-spec-value {
  text-wrap: balance;
}

.dzc-product-select,
.dzc-accessory-select,
.dzc-acc-qty input,
.dzc-transport-row input,
.dzc-quote-grid input,
.dzc-quote-grid textarea {
  font-family: var(--dzc-font-body);
}

.dzc-quote-grid input,
.dzc-quote-grid textarea,
.dzc-product-select,
.dzc-accessory-select {
  min-height: 44px;
}

.dzc-input-error {
  border-color: #b85b4a !important;
  box-shadow: 0 0 0 3px rgba(184, 91, 74, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.dzc-field-error {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #b85b4a;
}

.dzc-quote-grid textarea {
  min-height: 128px;
  resize: vertical;
}

.dzc-quote-consent {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 6px;
  align-items: center;
  line-height: 1.45;
  color: #6b6257;
}

.dzc-quote-consent input {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #9a6b36;
}

.dzc-quote-consent-text {
  display: block;
}

.dzc-quote-consent .dzc-field-error {
  grid-column: 2;
  margin-top: 0;
}

.dzc-acc-qty input {
  text-align: center;
  font-weight: 600;
}

.dzc-acc-qty-input::-webkit-outer-spin-button,
.dzc-acc-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dzc-acc-qty-input[type=number] {
  -moz-appearance: textfield;
}

.dzc-acc-qty-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.dzc-acc-qty-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #6b6257;
}

.dzc-acc-qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(205, 186, 156, 0.46);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.dzc-app button.dzc-acc-qty-btn {
  all: unset;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 0 !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #2f2824;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--dzc-motion-fast, 0.18s ease), border-color var(--dzc-motion-fast, 0.18s ease), background var(--dzc-motion-fast, 0.18s ease), box-shadow var(--dzc-motion-fast, 0.18s ease);
}

.dzc-acc-qty-btn::before,
.dzc-acc-qty-btn::after {
  content: none !important;
}

.dzc-app.step-playground .dzc-acc-media,
.dzc-app.step-playground .dzc-acc-media-btn,
.dzc-app.step-playground .dzc-acc-media img,
.dzc-app.step-playground .dzc-acc-media .dzc-acc-img,
.dzc-app.step-accessories .dzc-acc-media,
.dzc-app.step-accessories .dzc-acc-media-btn,
.dzc-app.step-accessories .dzc-acc-media img,
.dzc-app.step-accessories .dzc-acc-media .dzc-acc-img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.dzc-app.step-playground .dzc-acc-media-btn,
.dzc-app.step-playground .dzc-acc-media-btn:hover,
.dzc-app.step-playground .dzc-acc-media-btn:focus,
.dzc-app.step-playground .dzc-acc-media-btn:focus-visible,
.dzc-app.step-playground .dzc-acc-qty-btn,
.dzc-app.step-playground .dzc-acc-qty-btn:hover,
.dzc-app.step-playground .dzc-acc-qty-btn:focus,
.dzc-app.step-playground .dzc-acc-qty-btn:focus-visible,
.dzc-app.step-accessories .dzc-acc-media-btn,
.dzc-app.step-accessories .dzc-acc-media-btn:hover,
.dzc-app.step-accessories .dzc-acc-media-btn:focus,
.dzc-app.step-accessories .dzc-acc-media-btn:focus-visible,
.dzc-app.step-accessories .dzc-acc-qty-btn,
.dzc-app.step-accessories .dzc-acc-qty-btn:hover,
.dzc-app.step-accessories .dzc-acc-qty-btn:focus,
.dzc-app.step-accessories .dzc-acc-qty-btn:focus-visible {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2824 !important;
  transform: none !important;
}

.dzc-app.step-playground .dzc-acc-qty-btn:hover,
.dzc-app.step-playground .dzc-acc-qty-btn:focus-visible,
.dzc-app.step-accessories .dzc-acc-qty-btn:hover,
.dzc-app.step-accessories .dzc-acc-qty-btn:focus-visible {
  background: rgba(205, 186, 156, 0.18) !important;
  color: #9a6b36 !important;
}

.dzc-app .dzc-top-steps,
.dzc-app .dzc-top-steps * {
  font-family: var(--dzc-font-body) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.dzc-app .dzc-top-step,
.dzc-app .dzc-top-step:hover,
.dzc-app .dzc-top-step:focus,
.dzc-app .dzc-top-step:focus-visible,
.dzc-app .dzc-top-step.is-active,
.dzc-app .dzc-top-step[aria-current="step"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  text-decoration: none !important;
}

.dzc-app .dzc-top-step::before,
.dzc-app .dzc-top-step::after,
.dzc-app .dzc-top-step-label::before,
.dzc-app .dzc-top-step-label::after {
  content: none !important;
}

.dzc-acc-qty-btn:hover,
.dzc-acc-qty-btn:focus-visible {
  transform: none;
  border: 0 !important;
  color: #2f2824;
  background: #fff;
  box-shadow: none;
}

.dzc-app input.dzc-acc-qty-input {
  all: unset;
  box-sizing: border-box;
  width: 56px;
  min-width: 56px;
  height: 40px;
  border: 0;
  border-left: 1px solid rgba(205, 186, 156, 0.34);
  border-right: 1px solid rgba(205, 186, 156, 0.34);
  border-radius: 0;
  background: transparent;
  color: #2f2824;
  font-size: 0.96rem;
  box-shadow: none;
  padding: 0 8px;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.dzc-acc-qty-input:hover,
.dzc-acc-qty-input:focus {
  background: rgba(185, 133, 63, 0.04);
  box-shadow: none;
}

.dzc-acc-qty-input:focus-visible {
  outline: none;
}

.dzc-acc-color,
.dzc-accessory-filter-hint,
.dzc-summary-visual-title,
.dzc-doc-meta small,
.dzc-spec-subvalue {
  color: #6b6257;
}

.dzc-acc-placeholder,
.dzc-product-thumb-empty,
.dzc-option-photo-fallback {
  background: linear-gradient(135deg, #f6efe4 0%, #e7ded0 100%);
  color: #6b6257;
}

.dzc-doc-meta strong::before {
  background-color: #f1ece3;
}

.dzc-doc-arrow::before {
  filter: sepia(18%) saturate(130%) hue-rotate(-10deg);
}

#dzc-quote-status {
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .dzc-visual-docs h2,
  .dzc-product-group h5,
  .dzc-item-group h5,
  .dzc-media-block h5,
  .dzc-summary-visual h5 {
    font-size: 1.04rem;
  }

  .dzc-acc-status {
    font-size: 0.72rem;
  }
}

.dzc-app .dzc-step-intro {
  display: none;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-panel,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-total-box {
  background: #fff;
  box-shadow: none;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-panel,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row {
  border-color: rgba(205, 186, 156, 0.6);
}

.dzc-app .dzc-layout-showcase .dzc-visual-pane .dzc-summary-visual-card .dzc-media-image-wrap,
.dzc-app .dzc-layout-showcase .dzc-visual-pane .dzc-config-video,
.dzc-app .dzc-summary-visual-card .dzc-media-image-wrap {
  background: #fff;
  border: 0;
  box-shadow: none;
}

.dzc-app .dzc-item-price {
  font-weight: 700;
  color: #9a6b36;
}

.dzc-app .dzc-item-price-label {
  display: none;
}

.dzc-app .dzc-total-box {
  border-color: rgba(185, 133, 63, 0.38);
  background: #fff;
}

.dzc-app .dzc-total-label {
  margin-bottom: 10px;
}

.dzc-app .dzc-total-primary {
  font-family: var(--dzc-font-heading);
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 700;
  color: #2f2824;
}

.dzc-app .dzc-total-secondary {
  margin-top: 6px;
  font-size: 0.98rem;
  font-weight: 600;
  color: #6b6257;
}

.dzc-app .dzc-total-box .dzc-price-breakdown-row:first-child {
  padding-top: 0;
}

.dzc-app .dzc-live-price-box .dzc-price-breakdown-row:first-child {
  padding-top: 0;
}

.dzc-app .dzc-spec-row,
.dzc-app .dzc-summary-model-specs .dzc-list-row,
.dzc-app .dzc-list-row {
  background: #fff;
}

.dzc-app .dzc-spec-label {
  color: #6b6257;
}

.dzc-app .dzc-live-price-box {
  background: #fff;
  border-color: rgba(205, 186, 156, 0.42);
  box-shadow: none;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-panel,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-total-box {
  box-shadow: none;
}

.dzc-app .dzc-specs,
.dzc-app .dzc-list,
.dzc-app .dzc-doc-list a,
.dzc-app .dzc-color-item,
.dzc-app .dzc-product-card,
.dzc-app .dzc-visual-hero,
.dzc-app .dzc-panel,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-total-box {
  border-color: rgba(205, 186, 156, 0.34);
}

.dzc-app,
.dzc-app .dzc-content,
.dzc-app .dzc-controls-pane,
.dzc-app .dzc-accordion,
.dzc-app .dzc-acc-body,
.dzc-app .dzc-summary,
.dzc-app .dzc-specs,
.dzc-app .dzc-list,
.dzc-app .dzc-doc-list a,
.dzc-app .dzc-color-item,
.dzc-app .dzc-product-card,
.dzc-app .dzc-acc-actions-sticky {
  background: #fff;
}

.dzc-app .dzc-top-steps {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  border-color: rgba(205, 186, 156, 0.26);
}

.dzc-app .dzc-top-step {
  background: #fff;
}

.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-doc-list a,
.dzc-app .dzc-item-row,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-product-card,
.dzc-app .dzc-color-item,
.dzc-app .dzc-live-price-box,
.dzc-app .dzc-total-box,
.dzc-app .dzc-specs,
.dzc-app .dzc-list {
  box-shadow: none;
}

.dzc-app .dzc-acc-actions-sticky {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(205, 186, 156, 0.22);
}

.dzc-app .dzc-media-image-wrap {
  position: relative;
}

.dzc-app .dzc-media-image-wrap .dzc-media-info:hover,
.dzc-app .dzc-media-image-wrap .dzc-media-info:focus-visible,
.dzc-app .dzc-media-image-wrap .dzc-media-info.is-open {
  background: rgba(58, 50, 46, 0.98);
}

.dzc-app .dzc-media-image-wrap .dzc-media-zoom {
  background: rgba(58, 50, 46, 0.92);
  color: #fbf8f2;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

@media (max-width: 900px) {
  .dzc-media-info-tooltip {
    left: -2px;
    max-width: min(240px, 72vw);
  }
}

.dzc-app {
  background: #fff;
}

.dzc-app .dzc-panel,
.dzc-app .dzc-visual-hero {
  border: 0;
  padding: 0;
}

.dzc-app .dzc-accordion {
  margin-top: 8px;
  gap: 16px;
}

.dzc-app .dzc-acc-section {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dzc-app.is-stepper .dzc-acc-body {
  padding: 0;
}

.dzc-app .dzc-visual-docs {
  margin-top: 18px;
  padding: 14px 0 0;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
}

.dzc-app .dzc-accessory-toolbar {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.22);
  border-radius: 0;
}

.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-live-price-box,
.dzc-app .dzc-total-box {
  border-radius: 14px;
}

.dzc-app .dzc-specs,
.dzc-app .dzc-list {
  border-width: 1px;
}

.dzc-app .dzc-spec-row,
.dzc-app .dzc-list-row {
  padding-left: 0;
  padding-left: 0;
  background: transparent;
}

.dzc-app .dzc-summary-model-specs .dzc-list,
.dzc-app .dzc-specs {
  padding: 0 4px;
  background: #fff;
}

.dzc-app .dzc-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dzc-app .dzc-summary {
  gap: 10px;
}

.dzc-app .dzc-summary-visual,
.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box {
  background: transparent;
  box-shadow: none;
}

.dzc-app .dzc-summary-visual,
.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-summary .dzc-list,
.dzc-app .dzc-summary-model-specs .dzc-list {
  border: 0;
  border-radius: 0;
}

.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-quote-box {
  padding-left: 0;
  padding-right: 0;
}

.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-summary-final {
  padding-top: 12px;
  border-top: 1px solid rgba(205, 186, 156, 0.24);
}

.dzc-app .dzc-quote-box {
  padding-top: 12px;
  border-top: 1px solid rgba(205, 186, 156, 0.24);
}

.dzc-app .dzc-summary .dzc-list-row,
.dzc-app .dzc-summary-model-specs .dzc-list-row {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.dzc-app .dzc-spec-row,
.dzc-app .dzc-list-row {
  column-gap: 10px;
}

.dzc-app .dzc-summary-visual-title,
.dzc-app .dzc-summary h4,
.dzc-app .dzc-summary-model-specs h3,
.dzc-app .dzc-summary-final h3,
.dzc-app .dzc-quote-box h3 {
  margin-left: 0;
  margin-right: 0;
}

.dzc-app .dzc-item-row,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-doc-list a,
.dzc-app .dzc-product-card,
.dzc-app .dzc-color-item {
  border-color: rgba(205, 186, 156, 0.22);
}

.dzc-app .dzc-product-group,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-model-specs {
  box-shadow: none;
}

@media (max-width: 640px) {
  .dzc-app {
    padding: 14px 10px 24px;
  }

  .dzc-app .dzc-summary,
  .dzc-app .dzc-summary-model-specs,
  .dzc-app .dzc-summary-final {
    padding-left: 0;
    padding-right: 0;
  }

  .dzc-app .dzc-summary,
  .dzc-app .dzc-summary-model-specs,
  .dzc-app .dzc-summary-final,
  .dzc-app .dzc-quote-box {
    gap: 8px;
  }

  .dzc-app .dzc-summary-model-specs,
  .dzc-app .dzc-summary-final,
  .dzc-app .dzc-quote-box {
    padding-top: 10px;
  }

  .dzc-app .dzc-summary-model-specs .dzc-list,
  .dzc-app .dzc-summary .dzc-list,
  .dzc-app .dzc-specs {
    padding: 0;
  }

  .dzc-app .dzc-summary .dzc-list-row,
  .dzc-app .dzc-summary-model-specs .dzc-list-row,
  .dzc-app .dzc-spec-row {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dzc-app .dzc-spec-label,
  .dzc-app .dzc-list-label {
    font-size: 0.8rem;
  }

  .dzc-app .dzc-spec-value,
  .dzc-app .dzc-list-value,
  .dzc-app .dzc-summary .dzc-list-row,
  .dzc-app .dzc-summary-model-specs .dzc-list-row {
    font-size: 0.86rem;
  }

  .dzc-app .dzc-acc-actions-sticky {
    padding: 8px 8px;
  }

  .dzc-app .dzc-panel,
  .dzc-app .dzc-summary,
  .dzc-app .dzc-visual-hero,
  .dzc-app .dzc-quote-box,
  .dzc-app .dzc-summary-final,
  .dzc-app .dzc-summary-model-specs {
    padding: 10px;
  }

  .dzc-app .dzc-top-steps {
    padding: 4px;
  }

  .dzc-app.is-stepper .dzc-acc-body,
  .dzc-app .dzc-acc-body {
    padding-left: 0;
    padding-right: 0;
  }

  .dzc-panel-actions {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .dzc-app .dzc-panel-actions button.dzc-restore-config,
  .dzc-app .dzc-panel-actions button.dzc-reset-config {
    width: 100%;
    flex: 1 1 auto;
  }

  .dzc-price-breakdown-row {
    flex-direction: column;
    gap: 4px;
  }

  .dzc-price-breakdown-values {
    align-items: flex-start;
    text-align: left;
  }

  .dzc-app .dzc-lightbox-prev {
    left: 2px !important;
    right: auto !important;
  }

  .dzc-app .dzc-lightbox-next {
    right: 2px !important;
    left: auto !important;
  }
}

@media (min-width: 901px) {
  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-acc-actions {
    justify-content: flex-end !important;
  }

  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-acc-actions .dzc-acc-next {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 164px !important;
    max-width: 220px !important;
    margin-left: auto !important;
    align-self: flex-end !important;
    padding-inline: 16px !important;
  }

  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card-image,
  .dzc-app .dzc-acc-section[data-acc="model"] .dzc-product-card-image > img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .dzc-app .dzc-summary,
  .dzc-app .dzc-summary-model-specs,
  .dzc-app .dzc-summary-final {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.dzc-app {
  --dzc-legacy-tab-border: var(--accent-line);
  --dzc-legacy-tab-active: var(--accent-wood);
  --dzc-legacy-tab-active-text: var(--button-light);
  --dzc-legacy-soft-shadow: 7px 7px 0 -3px rgba(154, 107, 54, 0.28);
  --dzc-legacy-radius: 18px;
}

.dzc-app .dzc-content {
  gap: 34px;
  align-items: start;
}


.dzc-app .dzc-panel,
.dzc-app .dzc-visual-hero,
.dzc-app .dzc-summary,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-quote-box {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dzc-app .dzc-panel {
  gap: 18px;
}

.dzc-app .dzc-panel > h2,
.dzc-app .dzc-visual-hero > h2,
.dzc-app .dzc-summary-final > h3,
.dzc-app .dzc-summary-model-specs > h3,
.dzc-app .dzc-quote-box > h3 {
  margin-bottom: 14px;
}

.dzc-app .dzc-step-intro {
  max-width: 42ch;
  font-family: var(--dzc-font-body);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.dzc-app .dzc-acc-section {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(205, 186, 156, 0.72);
  border-radius: 0;
  padding-top: 12px;
}

.dzc-app .dzc-acc-trigger {
  padding: 4px 0 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.dzc-app .dzc-acc-title {
  font-size: 1.05rem;
  color: var(--text-main);
}

.dzc-app .dzc-acc-status {
  color: var(--text-soft);
  font-size: 0.84rem;
}

.dzc-app .dzc-acc-body {
  padding-top: 2px;
}

.dzc-app .dzc-product-group {
  margin-bottom: 30px;
}

.dzc-app .dzc-product-group > h5 {
  margin-bottom: 16px;
  font-family: var(--dzc-font-heading);
  font-size: 1.45rem;
  color: var(--text-main);
}

.dzc-app .dzc-product-grid,
.dzc-app .dzc-color-grid,
.dzc-app .dzc-roof-grid {
  gap: 18px;
}

.dzc-app .dzc-product-card,
.dzc-app .dzc-color-item,
.dzc-app .dzc-roof-btn {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dzc-app .dzc-product-card:hover,
.dzc-app .dzc-color-item:hover,
.dzc-app .dzc-roof-btn:hover {
  transform: none;
  box-shadow: none;
}

.dzc-app .dzc-product-card-image,
.dzc-app .dzc-option-photo-wrap {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--dzc-legacy-soft-shadow);
}

.dzc-app .dzc-color-item.is-selected .dzc-option-photo-wrap,
.dzc-app .dzc-roof-btn.is-selected .dzc-option-photo-wrap {
  box-shadow: 0 0 0 2px rgba(154, 107, 54, 0.65), var(--dzc-legacy-soft-shadow);
}

.dzc-app .dzc-product-card-title,
.dzc-app .dzc-color-name {
  margin-top: 12px;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: var(--text-main);
}

.dzc-app .dzc-color-item small,
.dzc-app .dzc-roof-btn small {
  display: inline;
  color: var(--text-soft);
  font-weight: 500;
}

.dzc-app .dzc-item-list {
  border-top: 1px solid rgba(205, 186, 156, 0.72);
}

.dzc-app .dzc-item-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.56);
}

.dzc-app .dzc-item-price {
  color: var(--accent-wood);
  font-weight: 600;
}

.dzc-app .dzc-accessory-toolbar {
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.56);
  background: transparent;
}

.dzc-app .dzc-acc-card {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.56);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dzc-app .dzc-acc-card:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}

.dzc-app .dzc-acc-media {
  width: 114px;
}

.dzc-app .dzc-acc-media .dzc-acc-img,
.dzc-app .dzc-acc-media .dzc-product-thumb {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--dzc-legacy-soft-shadow);
}

.dzc-app .dzc-live-price-box {
  padding: 16px 18px;
  border: 1px solid rgba(205, 186, 156, 0.68);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.dzc-app .dzc-summary .dzc-specs,
.dzc-app .dzc-summary-model-specs .dzc-list {
  border-top: 1px solid rgba(205, 186, 156, 0.56);
}

.dzc-app .dzc-spec-row,
.dzc-app .dzc-summary-model-specs .dzc-list-row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.42);
}

.dzc-app .dzc-total-box {
  padding: 18px 0 0;
  border-top: 1px solid rgba(205, 186, 156, 0.72);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .dzc-app .dzc-content {
    gap: 20px;
  }

  .dzc-app .dzc-product-group > h5 {
    font-size: 1.18rem;
    margin-bottom: 12px;
  }

  .dzc-app .dzc-product-grid,
  .dzc-app .dzc-color-grid,
  .dzc-app .dzc-roof-grid {
    gap: 12px;
  }

  .dzc-app .dzc-product-card-title,
  .dzc-app .dzc-color-name {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .dzc-app .dzc-acc-media {
    width: 92px;
  }
}


.dzc-app .dzc-top-step-no {
  display: none;
}

.dzc-app .dzc-top-step {
  gap: 0;
}

.dzc-app .dzc-top-step-label {
  display: block;
  font-size: 0.98rem;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}

.dzc-app.step-model .dzc-panel,
.dzc-app.step-options .dzc-panel {
  gap: 14px;
}

.dzc-app.step-model #dzc-panel-heading,
.dzc-app.step-options #dzc-panel-heading {
  margin-bottom: 6px;
}

.dzc-app.step-model .dzc-step-intro,
.dzc-app.step-options .dzc-step-intro {
  max-width: 48ch;
  margin-bottom: 8px;
  font-size: 0.94rem;
}

.dzc-app .dzc-product-browser {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dzc-app .dzc-product-group {
  margin-bottom: 20px;
}

.dzc-app .dzc-product-group > h5,
.dzc-app.step-colors .dzc-acc-body > h3,
.dzc-app.step-playground .dzc-acc-body > h3,
.dzc-app.step-accessories .dzc-acc-body > h3,
.dzc-app.step-summary .dzc-summary h4,
.dzc-app.step-summary .dzc-summary-model-specs h3,
.dzc-app.step-summary .dzc-summary-final h3,
.dzc-app.step-summary .dzc-quote-box h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-main);
}

.dzc-app .dzc-product-card {
  gap: 0;
  text-decoration: none;
}

.dzc-app.step-options .dzc-item-list {
  gap: 0;
  border-top: 0;
}

.dzc-app.step-options .dzc-item-group {
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dzc-app.step-options .dzc-item-group h5 {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-soft);
}

.dzc-app.step-options .dzc-item-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.18);
  box-shadow: none;
  background: transparent;
}

.dzc-app.step-options .dzc-item-list > .dzc-item-row:last-child,
.dzc-app.step-options .dzc-item-group .dzc-item-list > .dzc-item-row:last-child {
  border-bottom: 0;
}

.dzc-app.step-options .dzc-item-main {
  gap: 10px;
}

.dzc-app.step-options .dzc-item-text {
  gap: 2px;
}

.dzc-app.step-options .dzc-item-name {
  font-size: 0.96rem;
  font-weight: 400;
  color: var(--text-main);
}

.dzc-app.step-options .dzc-item-desc {
  margin-top: 0;
  font-size: 0.82rem;
  line-height: 1.42;
  color: var(--text-soft);
}

.dzc-app.step-options .dzc-item-price {
  min-width: 84px;
  padding-top: 1px;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: rgba(111, 85, 56, 0.82);
}

.dzc-app.step-options .dzc-item-row:has(.dzc-item-checkbox:checked) .dzc-item-name {
  color: var(--text-main);
}

.dzc-app.step-options .dzc-item-row-disabled {
  opacity: 0.5;
}

.dzc-app.step-options .dzc-item-row:has(.dzc-item-checkbox:checked),
.dzc-app.step-options .dzc-item-row:hover,
.dzc-app.step-options .dzc-item-row:focus-within {
  border: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dzc-app.step-options .dzc-item-row:hover {
  background: transparent;
}

.dzc-app.step-options .dzc-item-checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0;
  flex: 0 0 16px;
  align-self: center;
}

.dzc-app.step-options .dzc-item-radio {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 16px;
  align-self: center;
  accent-color: var(--accent-wood);
}

.dzc-app.step-options .dzc-live-price-box {
  margin-top: 10px;
}

.dzc-app.step-colors .dzc-color-grid,
.dzc-app.step-colors .dzc-roof-grid,
.dzc-app.step-playground .dzc-accessories,
.dzc-app.step-accessories .dzc-accessories {
  gap: 16px;
}

.dzc-app.step-colors .dzc-color-grid {
  margin-bottom: 26px;
}

.dzc-app.step-colors .dzc-acc-body > h3 + .dzc-color-grid + h3 {
  margin-top: 6px;
}

.dzc-app.step-colors .dzc-color-item,
.dzc-app.step-colors .dzc-roof-btn {
  align-items: stretch;
}

.dzc-app.step-colors .dzc-option-photo-wrap {
  aspect-ratio: 16 / 11;
  min-height: 210px;
}

.dzc-app.step-colors .dzc-option-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.dzc-app.step-colors .dzc-roof-btn .dzc-option-photo-wrap {
  aspect-ratio: 16 / 11;
  min-height: 210px;
}

.dzc-app.step-colors .dzc-roof-btn .dzc-option-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.dzc-app.step-colors .dzc-color-name {
  margin-top: 10px;
  font-size: 0.93rem;
  line-height: 1.3;
  font-weight: 400;
}

.dzc-app.step-colors .dzc-color-item.is-selected .dzc-color-name,
.dzc-app.step-colors .dzc-roof-btn.is-selected .dzc-color-name {
  color: var(--accent-wood);
}

.dzc-app.step-colors .dzc-color-item .dzc-option-photo-wrap {
  box-shadow: none;
}

.dzc-app.step-colors .dzc-roof-btn .dzc-option-photo-wrap {
  box-shadow: none;
}

.dzc-app.step-colors .dzc-color-item.is-selected .dzc-option-photo-wrap {
  box-shadow: none;
  outline: 0;
}

.dzc-app.step-colors .dzc-roof-btn.is-selected .dzc-option-photo-wrap {
  box-shadow: none;
  outline: 0;
}

.dzc-app.step-playground .dzc-accessories,
.dzc-app.step-accessories .dzc-accessories {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 18px;
  align-items: start;
}

.dzc-app.step-playground .dzc-accessories {
  display: grid !important;
  width: 100%;
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 26px 20px;
  justify-content: stretch;
  justify-items: stretch;
  align-items: start;
}

.dzc-app.step-playground #dzc-playground,
.dzc-app.step-playground .dzc-acc-section[data-acc="playground"] .dzc-acc-body {
  width: 100%;
  max-width: 100%;
}

.dzc-app.step-playground .dzc-accessories > * {
  min-width: 0;
}

.dzc-app.step-playground .dzc-acc-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  height: 100%;
  width: 100%;
  max-width: none;
  padding: 0;
}

.dzc-app.step-accessories .dzc-acc-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  height: 100%;
  padding: 0;
}

.dzc-app.step-playground .dzc-acc-top,
.dzc-app.step-accessories .dzc-acc-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.dzc-app.step-playground .dzc-acc-media {
  width: 100%;
  height: 220px;
  min-height: 0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.dzc-app.step-accessories .dzc-acc-media {
  width: 100%;
  height: 220px;
  min-height: 0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.dzc-app.step-playground .dzc-acc-media .dzc-acc-img,
.dzc-app.step-playground .dzc-acc-media .dzc-product-thumb,
.dzc-app.step-accessories .dzc-acc-media .dzc-acc-img,
.dzc-app.step-accessories .dzc-acc-media .dzc-product-thumb,
.dzc-app.step-playground .dzc-acc-media-btn img,
.dzc-app.step-accessories .dzc-acc-media-btn img {
  box-shadow: none;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

.dzc-app.step-playground .dzc-acc-media .dzc-acc-img,
.dzc-app.step-playground .dzc-acc-media .dzc-product-thumb,
.dzc-app.step-playground .dzc-acc-media-btn,
.dzc-app.step-playground .dzc-acc-media-btn img {
  border-radius: 18px;
}

.dzc-app.step-playground .dzc-acc-media-btn,
.dzc-app.step-accessories .dzc-acc-media-btn {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #fff;
}

.dzc-app.step-playground .dzc-acc-media-btn::after,
.dzc-app.step-accessories .dzc-acc-media-btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(58, 50, 46, 0.92);
  pointer-events: none;
  z-index: 2;
}

.dzc-app.step-playground .dzc-acc-media-btn::before,
.dzc-app.step-accessories .dzc-acc-media-btn::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10.5' cy='10.5' r='4.75' fill='none' stroke='%23fbf8f2' stroke-width='2.8'/%3E%3Cpath d='M15 15l4 4' fill='none' stroke='%23fbf8f2' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 3;
}

.dzc-app.step-playground .dzc-acc-media-btn:hover::after,
.dzc-app.step-playground .dzc-acc-media-btn:focus-visible::after,
.dzc-app.step-accessories .dzc-acc-media-btn:hover::after,
.dzc-app.step-accessories .dzc-acc-media-btn:focus-visible::after {
  background: rgba(58, 50, 46, 0.98);
}

.dzc-app.step-playground .dzc-acc-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dzc-app.step-accessories .dzc-acc-meta {
  gap: 0;
}

.dzc-app.step-playground .dzc-acc-name {
  font-size: 1.06rem;
  line-height: 1.22;
  min-height: 2.5em;
  text-align: center;
}

.dzc-app.step-playground .dzc-playground-variant,
.dzc-app.step-accessories .dzc-playground-variant {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 6px;
}

.dzc-app.step-playground .dzc-playground-variant-label,
.dzc-app.step-accessories .dzc-playground-variant-label {
  display: block;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.dzc-app.step-playground .dzc-playground-variant-select,
.dzc-app.step-accessories .dzc-playground-variant-select {
  width: 100%;
  min-height: 38px;
  padding: 8px 34px 8px 12px;
  border: 1px solid rgba(205, 186, 156, 0.5);
  border-radius: 12px;
  background: #fff;
  color: var(--text-main);
  font-size: 0.88rem;
  line-height: 1.3;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(88, 75, 63, 0.82) 50%),
    linear-gradient(135deg, rgba(88, 75, 63, 0.82) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.dzc-app.step-playground .dzc-playground-variant-select:focus,
.dzc-app.step-accessories .dzc-playground-variant-select:focus {
  outline: none;
  border-color: rgba(154, 107, 54, 0.7);
  box-shadow: 0 0 0 3px rgba(154, 107, 54, 0.12);
}

.dzc-app.step-playground .dzc-playground-wuefista-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 38px;
  width: 100%;
  padding: 8px 34px 8px 12px;
  border: 1px solid rgba(205, 186, 156, 0.5);
  border-radius: 12px;
  background: #fff;
  color: var(--text-main);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(88, 75, 63, 0.82) 50%),
    linear-gradient(135deg, rgba(88, 75, 63, 0.82) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.dzc-app.step-playground .dzc-playground-wuefista-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dzc-app.step-playground .dzc-playground-wuefista-selected {
  display: block;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--text-soft);
}

.dzc-app.step-playground .dzc-playground-wuefista-trigger:hover,
.dzc-app.step-playground .dzc-playground-wuefista-trigger:focus-visible {
  border-color: rgba(154, 107, 54, 0.7);
  outline: none;
  box-shadow: 0 0 0 3px rgba(154, 107, 54, 0.12);
}

.dzc-wuefista-modal[hidden] {
  display: none !important;
}

.dzc-wuefista-modal {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

body.dzc-wuefista-modal-open {
  overflow: hidden;
}

.dzc-wuefista-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(47, 40, 36, 0.64);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dzc-wuefista-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
  padding: 24px;
  padding-top: 58px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(47, 40, 36, 0.24);
}

.dzc-app button.dzc-wuefista-modal-close {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(205, 186, 156, 0.42);
  border-radius: 999px;
  background: var(--accent-wood);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.dzc-wuefista-modal-close:hover,
.dzc-wuefista-modal-close:focus-visible {
  background: #7f5628;
  border-color: #7f5628;
  color: #fff;
  outline: none;
}

.dzc-wuefista-modal-head {
  margin-bottom: 18px;
  padding-right: 48px;
}

.dzc-wuefista-modal-eyebrow {
  margin: 0 0 6px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.dzc-wuefista-modal-step-label {
  margin: 0 0 6px;
  font-size: 0.82rem;
  line-height: 1.3;
  color: var(--accent-wood);
}

.dzc-wuefista-modal-head h3 {
  margin: 0 0 8px;
  font-size: 1.42rem;
  line-height: 1.15;
  color: var(--text-main);
}

.dzc-wuefista-modal-step[hidden] {
  display: none !important;
}

.dzc-wuefista-modal-lead {
  margin: 0;
  color: var(--text-soft);
}

.dzc-wuefista-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 18px;
}

.dzc-wuefista-modal-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(205, 186, 156, 0.38);
  border-radius: 18px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.dzc-wuefista-modal-card:hover,
.dzc-wuefista-modal-card:focus-visible {
  border-color: rgba(154, 107, 54, 0.54);
  outline: none;
}

.dzc-wuefista-modal-preview-wrap {
  position: relative;
  display: block;
}

.dzc-wuefista-modal-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.dzc-wuefista-modal-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.dzc-wuefista-modal-preview .dzc-wuefista-modal-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.dzc-wuefista-modal-preview-video {
  background: #fff;
}

.dzc-app button.dzc-wuefista-modal-zoom {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0;
  background: rgba(58, 50, 46, 0.92);
  color: #fbf8f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
}

.dzc-wuefista-modal-zoom:hover,
.dzc-wuefista-modal-zoom:focus-visible {
  background: rgba(58, 50, 46, 0.98);
  outline: none;
}

.dzc-lightbox {
  z-index: 10020;
}

.dzc-wuefista-modal-preview-empty {
  background: linear-gradient(135deg, #f6efe4 0%, #e7ded0 100%);
}

.dzc-wuefista-modal-name {
  display: block;
  min-height: 2.5em;
  font-size: 0.98rem;
  line-height: 1.24;
  color: var(--text-main);
}

.dzc-wuefista-modal-price {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--accent-wood);
}

.dzc-wuefista-modal-card.is-selected {
  border-color: rgba(154, 107, 54, 0.54);
}

.dzc-wuefista-modal-card.is-selected .dzc-wuefista-modal-name {
  color: var(--accent-wood);
}

.dzc-wuefista-modal-selected {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(250, 246, 240, 0.92);
}

.dzc-wuefista-modal-selected-label {
  font-size: 0.76rem;
  color: var(--text-soft);
}

.dzc-wuefista-modal-selected strong {
  font-size: 0.98rem;
  line-height: 1.3;
  color: var(--text-main);
}

.dzc-wuefista-modal-color-section + .dzc-wuefista-modal-color-section {
  margin-top: 20px;
}

.dzc-wuefista-modal-color-section h4 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-main);
}

.dzc-wuefista-modal-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 12px;
}

.dzc-wuefista-modal-choice-grid .dzc-color-item {
  width: 100%;
  min-width: 0;
}

.dzc-wuefista-modal-choice-grid .dzc-option-photo-wrap,
.dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected .dzc-option-photo-wrap,
.dzc-wuefista-modal-choice-grid .dzc-color-item:hover .dzc-option-photo-wrap,
.dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible .dzc-option-photo-wrap {
  box-shadow: none;
}

.dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected {
  border-color: rgba(154, 107, 54, 0.54);
}

.dzc-wuefista-modal-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.dzc-wuefista-modal-actions-top {
  margin-top: 0;
  margin-bottom: 16px;
}

.dzc-app button.dzc-wuefista-modal-back,
.dzc-app button.dzc-wuefista-modal-save {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--dzc-font-body);
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.dzc-app button.dzc-wuefista-modal-back {
  border: 1px solid rgba(205, 186, 156, 0.54) !important;
  background: #fff !important;
  color: var(--text-main) !important;
}

.dzc-app button.dzc-wuefista-modal-back:hover,
.dzc-app button.dzc-wuefista-modal-back:focus-visible {
  border-color: rgba(154, 107, 54, 0.56) !important;
  background: #fff !important;
  color: var(--accent-wood) !important;
  outline: none !important;
}

.dzc-app button.dzc-wuefista-modal-save {
  border: 1px solid var(--accent-wood) !important;
  background: var(--accent-wood) !important;
  color: #fff !important;
}

.dzc-app button.dzc-wuefista-modal-save:hover,
.dzc-app button.dzc-wuefista-modal-save:focus-visible {
  background: #7f5628 !important;
  border-color: #7f5628 !important;
  color: #fff !important;
  outline: none !important;
}

.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-back,
.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-save {
  all: unset;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-family: var(--dzc-font-body) !important;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-back {
  border: 1px solid rgba(205, 186, 156, 0.54) !important;
  background: #fff !important;
  color: var(--text-main) !important;
}

.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-back:hover,
.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-back:focus-visible {
  border-color: rgba(154, 107, 54, 0.56) !important;
  background: #fff !important;
  color: var(--accent-wood) !important;
  outline: none !important;
}

.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-save {
  border: 1px solid var(--accent-wood) !important;
  background: var(--accent-wood) !important;
  color: #fff !important;
}

.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-save:hover,
.dzc-app .dzc-wuefista-modal-actions button.dzc-wuefista-modal-save:focus-visible {
  border-color: #7f5628 !important;
  background: #7f5628 !important;
  color: #fff !important;
  outline: none !important;
}

.dzc-app.step-accessories .dzc-acc-name {
  font-size: 0.98rem;
  line-height: 1.22;
  min-height: 2.4em;
  text-align: center;
}

.dzc-app.step-playground .dzc-acc-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(205, 186, 156, 0.28);
}

.dzc-app.step-accessories .dzc-acc-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(205, 186, 156, 0.22);
}

.dzc-app.step-playground .dzc-acc-price {
  min-width: 0;
  text-align: left;
  color: var(--accent-wood);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.dzc-app.step-playground .dzc-acc-qty-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dzc-app.step-accessories .dzc-acc-price,
.dzc-app.step-summary .dzc-spec-value {
  min-width: 0;
  text-align: left;
  color: var(--accent-wood);
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
}

.dzc-app.step-playground .dzc-accessory-toolbar {
  padding-top: 0;
}

.dzc-app.step-accessories .dzc-accessory-toolbar {
  padding-top: 2px;
  grid-column: 1 / -1;
}

.dzc-app.step-playground .dzc-acc-qty-controls {
  border-radius: 14px;
}

.dzc-app.step-accessories .dzc-acc-qty-controls {
  border-radius: 14px;
}

.dzc-app.step-playground .dzc-acc-card[data-qty]:not([data-qty="0"]) .dzc-acc-name {
  color: var(--accent-wood);
}

.dzc-app.step-playground .dzc-acc-card[data-qty]:not([data-qty="0"]) .dzc-acc-name::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 7px;
  border-radius: 999px;
  background: rgba(154, 107, 54, 0.7);
}

.dzc-app.step-colors .dzc-live-price-box,
.dzc-app.step-playground .dzc-live-price-box,
.dzc-app.step-accessories .dzc-live-price-box {
  margin-top: 14px;
}

.dzc-app .dzc-acc-prev,
.dzc-app .dzc-acc-next,
.dzc-app #dzc-submit-quote,
.dzc-app #dzc-summary-sticky-submit,
.dzc-app .dzc-delivery-calc,
.dzc-app .dzc-restore-config,
.dzc-app .dzc-reset-config {
  border-radius: 18px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: none;
  min-height: 40px;
}

.dzc-app .dzc-acc-next,
.dzc-app #dzc-submit-quote,
.dzc-app #dzc-summary-sticky-submit,
.dzc-app .dzc-delivery-calc {
  padding: 8px 16px;
}

.dzc-app .dzc-acc-prev,
.dzc-app .dzc-restore-config,
.dzc-app .dzc-reset-config {
  padding: 8px 14px;
}

.dzc-app .dzc-acc-actions {
  margin-top: 18px;
  padding-top: 2px;
}

.dzc-app .dzc-acc-actions button.dzc-acc-prev,
.dzc-app .dzc-acc-actions button.dzc-acc-next,
.dzc-app .dzc-acc-actions button#dzc-summary-sticky-submit {
  all: unset;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 8px 16px !important;
  border-radius: 18px !important;
  font-family: var(--dzc-font-body) !important;
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

.dzc-app .dzc-acc-actions button.dzc-acc-prev {
  border: 1px solid var(--dzc-border) !important;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.84) 0%, rgba(231, 222, 208, 0.66) 100%) !important;
  color: var(--dzc-text) !important;
}

.dzc-app .dzc-acc-actions button.dzc-acc-prev:hover,
.dzc-app .dzc-acc-actions button.dzc-acc-prev:focus-visible {
  border-color: rgba(154, 107, 54, 0.38) !important;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98) 0%, rgba(240, 231, 218, 0.92) 100%) !important;
  color: var(--accent-wood) !important;
  outline: none !important;
}

.dzc-app .dzc-acc-actions button.dzc-acc-next,
.dzc-app .dzc-acc-actions button#dzc-summary-sticky-submit {
  border: 1px solid rgba(58, 50, 46, 0.92) !important;
  background: linear-gradient(180deg, rgba(58, 50, 46, 0.96) 0%, rgba(47, 40, 36, 0.98) 100%) !important;
  color: #fbf8f2 !important;
}

.dzc-app .dzc-acc-actions button.dzc-acc-next:hover,
.dzc-app .dzc-acc-actions button.dzc-acc-next:focus-visible,
.dzc-app .dzc-acc-actions button#dzc-summary-sticky-submit:hover,
.dzc-app .dzc-acc-actions button#dzc-summary-sticky-submit:focus-visible {
  border-color: rgba(74, 64, 58, 0.96) !important;
  background: linear-gradient(180deg, rgba(74, 64, 58, 0.98) 0%, rgba(58, 50, 46, 1) 100%) !important;
  color: #fbf8f2 !important;
  outline: none !important;
}

.dzc-app .dzc-panel-actions button.dzc-restore-config,
.dzc-app .dzc-panel-actions button.dzc-reset-config {
  all: unset;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 8px 14px !important;
  border-radius: 18px !important;
  border: 1px solid var(--dzc-border) !important;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.84) 0%, rgba(231, 222, 208, 0.66) 100%) !important;
  color: var(--dzc-text) !important;
  font-family: var(--dzc-font-body) !important;
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

.dzc-app .dzc-panel-actions button.dzc-restore-config:hover,
.dzc-app .dzc-panel-actions button.dzc-restore-config:focus-visible,
.dzc-app .dzc-panel-actions button.dzc-reset-config:hover,
.dzc-app .dzc-panel-actions button.dzc-reset-config:focus-visible {
  border-color: rgba(154, 107, 54, 0.38) !important;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98) 0%, rgba(240, 231, 218, 0.92) 100%) !important;
  color: var(--accent-wood) !important;
  outline: none !important;
}

.dzc-app .dzc-panel-actions button.dzc-reset-config:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

.dzc-app.step-delivery .dzc-delivery-card {
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.56);
  border-radius: 0;
  background: transparent;
}

.dzc-app.step-delivery .dzc-transport-row {
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.42);
  background: transparent;
}

.dzc-app.step-delivery .dzc-transport-row label,
.dzc-app.step-delivery .dzc-accessory-filter-row label,
.dzc-app.step-summary .dzc-quote-grid label {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-soft);
}

.dzc-app.step-delivery .dzc-delivery-tools {
  gap: 12px;
  margin-top: 10px;
}

.dzc-app.step-delivery .dzc-delivery-map {
  margin-top: 14px;
}

.dzc-app.step-summary .dzc-summary {
  gap: 20px;
}

.dzc-app.step-summary .dzc-summary-visual,
.dzc-app.step-summary .dzc-summary-model-specs,
.dzc-app.step-summary .dzc-summary-final,
.dzc-app.step-summary .dzc-quote-box {
  padding-top: 0;
  margin-top: 0;
}

.dzc-app.step-summary .dzc-summary-visual-title,
.dzc-app.step-summary .dzc-summary h4,
.dzc-app.step-summary .dzc-summary-model-specs h3,
.dzc-app.step-summary .dzc-summary-final h3,
.dzc-app.step-summary .dzc-quote-box h3 {
  margin-bottom: 8px;
}

.dzc-app.step-summary .dzc-summary-visual-card {
  padding-bottom: 16px;
}

.dzc-app.step-summary .dzc-summary-model-specs .dzc-list,
.dzc-app.step-summary .dzc-specs {
  border-top: 0;
}

.dzc-app.step-summary .dzc-spec-row,
.dzc-app.step-summary .dzc-summary-model-specs .dzc-list-row {
  min-height: 40px;
  padding: 7px 0;
}

.dzc-app.step-summary .dzc-spec-label,
.dzc-app.step-summary .dzc-list-label {
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 500;
}

.dzc-app.step-summary .dzc-spec-value,
.dzc-app.step-summary .dzc-list-value {
  font-size: 0.9rem;
  text-align: right;
}

.dzc-app.step-summary .dzc-total-box {
  margin-top: 8px;
  padding: 14px 16px 12px;
  border: 0;
  border-radius: 16px;
  background: transparent;
}

.dzc-app.step-summary .dzc-total-label {
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-soft);
}

.dzc-app.step-summary .dzc-total-primary {
  font-size: 1.36rem;
  line-height: 1.06;
}

.dzc-app.step-summary .dzc-total-secondary {
  font-size: 0.82rem;
}

.dzc-app.step-summary .dzc-quote-grid {
  gap: 14px;
  margin-top: 6px;
}

.dzc-app.step-summary .dzc-quote-grid input,
.dzc-app.step-summary .dzc-quote-grid textarea,
.dzc-app.step-delivery .dzc-transport-row input,
.dzc-app.step-delivery .dzc-accessory-select {
  border-radius: 14px;
  background: #fff;
}

.dzc-app.step-summary .dzc-quote-consent {
  align-items: flex-start;
  gap: 10px;
}

.dzc-app.step-summary .dzc-quote-consent-text,
.dzc-app.step-delivery .dzc-delivery-hint,
.dzc-app.step-summary .dzc-quote-lead,
.dzc-app.step-summary .dzc-muted {
  line-height: 1.45;
}

.dzc-app.step-summary .dzc-summary-visual-title {
  font-size: 0.76rem;
  color: var(--text-soft);
}

.dzc-app.step-summary .dzc-total-box .dzc-price-breakdown {
  margin-top: 8px;
}

.dzc-app.step-summary .dzc-summary-visual,
.dzc-app.step-summary .dzc-summary-model-specs,
.dzc-app.step-summary .dzc-summary-final,
.dzc-app.step-summary .dzc-quote-box {
  padding-bottom: 2px;
}

.dzc-app.step-summary .dzc-summary-model-specs,
.dzc-app.step-summary .dzc-summary-final,
.dzc-app.step-summary .dzc-quote-box {
  border-top: 0;
  padding-top: 10px;
}

.dzc-app.step-summary .dzc-summary-visual-title,
.dzc-app.step-summary .dzc-summary h4,
.dzc-app.step-summary .dzc-summary-model-specs h3,
.dzc-app.step-summary .dzc-summary-final h3,
.dzc-app.step-summary .dzc-quote-box h3 {
  font-size: 1.24rem;
  font-weight: 500;
  color: var(--text-main);
}

.dzc-app.step-summary .dzc-summary-model-specs .dzc-list,
.dzc-app.step-summary .dzc-specs {
  margin-top: 2px;
  border: 0;
  background: transparent;
}

.dzc-app.step-summary .dzc-spec-row-configuration .dzc-spec-value,
.dzc-app.step-summary .dzc-spec-row-accessories .dzc-spec-value {
  align-items: flex-end;
  gap: 3px;
}

.dzc-app.step-summary .dzc-spec-row-playground .dzc-spec-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.dzc-app.step-summary .dzc-spec-row-playground .dzc-spec-subvalue {
  display: block;
  max-width: 240px;
  text-align: right;
}

.dzc-app.step-summary .dzc-spec-row-configuration .dzc-spec-subvalue {
  display: block;
  max-width: 240px;
  text-align: right;
  margin-left: auto;
}

.dzc-app.step-summary .dzc-spec-subvalue {
  color: var(--text-soft);
  font-size: 0.75rem;
  line-height: 1.35;
}

.dzc-app.step-summary .dzc-quote-lead {
  margin: 0 0 4px;
  color: var(--text-soft);
}

.dzc-app.step-summary .dzc-spec-row,
.dzc-app.step-summary .dzc-summary-model-specs .dzc-list-row {
  border-bottom: 0;
  background: transparent;
}

.dzc-app.step-summary .dzc-field-wrap input,
.dzc-app.step-summary .dzc-field-wrap textarea {
  padding: 11px 12px;
}

.dzc-app.step-summary #dzc-submit-quote {
  margin-top: 6px;
}

.dzc-app .dzc-controls-pane,
.dzc-app .dzc-visual-pane {
  padding-top: 2px;
}

.dzc-app .dzc-panel > h2,
.dzc-app .dzc-visual-hero > h2 {
  font-size: 1.42rem;
}

.dzc-app .dzc-acc-title {
  font-size: 1.02rem;
}

.dzc-app .dzc-acc-trigger {
  padding-bottom: 10px;
}

.dzc-app .dzc-live-price-box {
  padding: 12px 0 0;
  border-top: 1px solid rgba(205, 186, 156, 0.56);
}

.dzc-app .dzc-price-breakdown-row {
  gap: 10px;
}

.dzc-app .dzc-price-breakdown-title {
  font-size: 0.78rem;
}

.dzc-app .dzc-price-breakdown-gross {
  font-size: 0.9rem;
}

.dzc-app .dzc-price-breakdown-net {
  font-size: 0.74rem;
}

.dzc-app .dzc-product-card-image,
.dzc-app .dzc-option-photo-wrap,
.dzc-app .dzc-acc-media .dzc-acc-img,
.dzc-app .dzc-acc-media .dzc-product-thumb,
.dzc-app .dzc-summary-visual-card .dzc-media-image-wrap {
  background: #fff;
  border-radius: 13px;
}

.dzc-app .dzc-product-card-title,
.dzc-app .dzc-color-name,
.dzc-app .dzc-acc-name,
.dzc-app.step-options .dzc-item-name {
  color: var(--text-main);
}

.dzc-app.step-model .dzc-acc-section[data-acc="model"] .dzc-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 25px 8px;
}

.dzc-app.step-model .dzc-product-card {
  padding: 5px 5px 4px;
  border: 2px solid transparent;
  border-radius: 13px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}

.dzc-app.step-model .dzc-product-card::before,
.dzc-app.step-model .dzc-product-card::after {
  display: none;
}

.dzc-app.step-model .dzc-product-card:hover,
.dzc-app.step-model .dzc-product-card:focus-visible {
  opacity: 1;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dzc-app.step-model .dzc-product-card-image {
  aspect-ratio: 16 / 10;
  min-height: 154px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.dzc-app.step-model .dzc-product-thumb-legacy,
.dzc-app.step-model .dzc-product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
  transition: transform 1.1s ease;
}

.dzc-app.step-model .dzc-product-card:hover .dzc-product-thumb-legacy,
.dzc-app.step-model .dzc-product-card:focus-visible .dzc-product-thumb-legacy,
.dzc-app.step-model .dzc-product-card:hover .dzc-product-card-image img,
.dzc-app.step-model .dzc-product-card:focus-visible .dzc-product-card-image img {
  transform: scale(1.07);
}

.dzc-app.step-model .dzc-product-card-title {
  margin-top: 3px;
  min-height: 2.1em;
  padding: 0 2px;
  font-size: 1.125rem;
  line-height: 1.16;
  font-weight: 400;
  text-align: center;
  color: var(--text-main);
}

.dzc-app.step-model .dzc-product-card.is-selected {
  border-color: transparent;
}

.dzc-app.step-model .dzc-product-card.is-selected .dzc-product-thumb-legacy,
.dzc-app.step-model .dzc-product-card.is-selected .dzc-product-card-image img {
  box-shadow: none;
}

.dzc-app.step-model .dzc-product-card.is-selected .dzc-product-card-title {
  color: var(--text-main);
  font-weight: 400;
}

.dzc-app .dzc-top-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
  padding: 0;
  border-bottom: 1px solid rgba(185, 133, 63, 0.52);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dzc-app button.dzc-top-step {
  all: unset;
  box-sizing: border-box;
  position: relative;
  top: 1px;
  z-index: 1;
  min-height: 0;
  margin: 0;
  padding: 14px 22px 12px;
  border: 1px solid transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent;
  color: #495057;
  box-shadow: none;
  transform: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dzc-app .dzc-top-step:hover:not(:disabled),
.dzc-app .dzc-top-step:focus-visible:not(:disabled) {
  z-index: 2;
  border-color: rgba(154, 107, 54, 0.44) !important;
  border-bottom-color: var(--dzc-card) !important;
  background: var(--dzc-card) !important;
  background-color: var(--dzc-card) !important;
  color: var(--text-main) !important;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.68) inset !important;
  text-decoration: none !important;
  transform: none !important;
}

.dzc-app .dzc-top-step:hover:not(:disabled) .dzc-top-step-label,
.dzc-app .dzc-top-step:focus-visible:not(:disabled) .dzc-top-step-label,
.dzc-app .dzc-top-step:hover:not(:disabled) .dzc-top-step-no,
.dzc-app .dzc-top-step:focus-visible:not(:disabled) .dzc-top-step-no {
  color: var(--text-main) !important;
}

.dzc-app .dzc-top-step.is-active,
.dzc-app .dzc-top-step[aria-current="step"] {
  top: 1px;
  z-index: 3;
  border: 1px solid rgba(154, 107, 54, 0.96);
  border-bottom-color: rgba(154, 107, 54, 0.96);
  background: var(--accent-wood) !important;
  background-color: var(--accent-wood) !important;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dzc-app .dzc-top-step.is-active:hover:not(:disabled),
.dzc-app .dzc-top-step.is-active:focus-visible:not(:disabled),
.dzc-app .dzc-top-step[aria-current="step"]:hover:not(:disabled),
.dzc-app .dzc-top-step[aria-current="step"]:focus-visible:not(:disabled) {
  border-color: rgba(154, 107, 54, 0.96);
  border-bottom-color: rgba(154, 107, 54, 0.96);
  background: var(--accent-wood) !important;
  background-color: var(--accent-wood) !important;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dzc-app .dzc-top-step.is-active .dzc-top-step-label,
.dzc-app .dzc-top-step[aria-current="step"] .dzc-top-step-label {
  color: #fff;
}

.dzc-app .dzc-top-step.is-done:not(.is-active) {
  border-color: transparent;
  background: transparent;
  color: #6b6257;
}

.dzc-app .dzc-top-step.is-locked,
.dzc-app .dzc-top-step:disabled {
  opacity: 0.48;
  background: transparent;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-panel,
.dzc-app .dzc-summary,
.dzc-app .dzc-acc-section,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-live-price-box {
  background: #fff;
  border-color: rgba(205, 186, 156, 0.46);
  box-shadow: none;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-panel,
.dzc-app .dzc-summary,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-final {
  padding: 12px;
}

.dzc-app .dzc-acc-section {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.dzc-app .dzc-acc-trigger {
  padding-left: 0;
  padding-right: 0;
}

.dzc-app .dzc-acc-body {
  padding-top: 10px;
}

.dzc-app .dzc-live-price-box {
  padding: 10px 12px;
}

.dzc-app .dzc-summary > *,
.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-summary-final > * {
  border-left: 0;
  border-right: 0;
}

@media (max-width: 900px) {
  #dzc-live-price-slot-top {
    width: 100%;
    min-width: 0;
  }

  .dzc-app {
    padding: 6px 4px 14px;
  }

  .dzc-app.step-model .dzc-content,
  .dzc-app.step-model .dzc-controls-pane,
  .dzc-app.step-model .dzc-panel,
  .dzc-app.step-model .dzc-accordion,
  .dzc-app.step-model .dzc-acc-section,
  .dzc-app.step-model .dzc-acc-body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  .dzc-app.step-model .dzc-panel-heading-row {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
  }

  .dzc-app.step-model .dzc-panel-heading-row > h2 {
    flex: 1 1 100%;
    min-width: 0;
  }

  .dzc-app.step-model .dzc-panel-heading-next {
    display: none;
  }

  .dzc-app .dzc-visual-hero,
  .dzc-app .dzc-panel,
  .dzc-app .dzc-summary,
  .dzc-app .dzc-visual-docs,
  .dzc-app .dzc-summary-final {
    padding: 10px;
  }

  .dzc-app .dzc-live-price-box {
    padding: 8px 10px;
  }

  .dzc-panel-heading-row {
    align-items: flex-start;
  }

  .dzc-panel-heading-next {
    min-width: 0;
    padding: 8px 12px;
  }
}

.dzc-app .dzc-panel,
.dzc-app .dzc-summary,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-live-price-box,
.dzc-app .dzc-color-item,
.dzc-app .dzc-roof-btn,
.dzc-app .dzc-acc-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dzc-app .dzc-color-item:hover,
.dzc-app .dzc-roof-btn:hover,
.dzc-app .dzc-acc-card:hover {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dzc-app .dzc-option-photo-wrap,
.dzc-app .dzc-acc-media .dzc-acc-img,
.dzc-app .dzc-acc-media .dzc-product-thumb,
.dzc-app .dzc-summary-visual-card .dzc-media-image-wrap {
  box-shadow: 7px 7px 0 -3px rgba(185, 133, 63, 0.22);
}

.dzc-app .dzc-color-item.is-selected .dzc-option-photo-wrap,
.dzc-app .dzc-roof-btn.is-selected .dzc-option-photo-wrap {
  box-shadow: 7px 7px 0 -3px rgba(185, 133, 63, 0.34);
  outline: 1px solid rgba(185, 133, 63, 0.22);
}

.dzc-app .dzc-acc-actions-sticky {
  padding: 10px 12px;
  border: 1px solid rgba(205, 186, 156, 0.64);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dzc-app .dzc-acc-actions-sticky::before,
.dzc-app .dzc-acc-actions-sticky::after {
  display: none;
}

.dzc-app.step-summary .dzc-summary-visual-card,
.dzc-app.step-summary .dzc-summary-model-specs,
.dzc-app.step-summary .dzc-summary-final,
.dzc-app.step-summary .dzc-quote-box {
  border-top: 1px solid rgba(205, 186, 156, 0.56);
}

.dzc-app.step-summary .dzc-summary-final {
  border-top: 0;
}

.dzc-app.step-summary .dzc-summary-visual-card {
  border-top: 0;
  border-bottom: 1px solid rgba(205, 186, 156, 0.56);
}

@media (max-width: 900px) {
  .dzc-app .dzc-product-group > h5 {
    font-size: 1.05rem;
  }

  .dzc-app.step-options .dzc-item-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 10px 0;
  }

  .dzc-app.step-options .dzc-item-price {
    min-width: 0;
    text-align: left;
    padding-left: 26px;
    font-size: 0.78rem;
  }

  .dzc-app.step-colors .dzc-color-grid,
  .dzc-app.step-colors .dzc-roof-grid {
    gap: 12px;
  }

  .dzc-app.step-colors .dzc-color-grid {
    margin-bottom: 22px;
  }

  .dzc-app.step-colors .dzc-option-photo-wrap {
    min-height: 0;
    aspect-ratio: 16 / 12;
  }

  .dzc-app.step-colors .dzc-roof-btn .dzc-option-photo-wrap {
    min-height: 0;
    aspect-ratio: 16 / 12;
  }

  .dzc-app.step-playground .dzc-acc-card {
    gap: 10px;
  }

  .dzc-app.step-accessories .dzc-acc-card {
    gap: 10px;
  }

  .dzc-app.step-playground .dzc-acc-bottom {
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 10px;
  }

  .dzc-app.step-accessories .dzc-acc-bottom {
    justify-content: flex-start;
  }

  .dzc-app.step-playground .dzc-acc-media {
    width: 100%;
    height: 220px;
  }

  .dzc-app.step-accessories .dzc-acc-media {
    width: 100%;
    height: 220px;
  }

  .dzc-app.step-playground .dzc-acc-price {
    min-width: 0;
    text-align: left;
  }

.dzc-app.step-accessories .dzc-acc-price {
  min-width: 0;
  text-align: left;
}

  .dzc-app .dzc-acc-prev,
  .dzc-app .dzc-acc-next,
  .dzc-app #dzc-submit-quote,
  .dzc-app #dzc-summary-sticky-submit,
  .dzc-app .dzc-delivery-calc,
  .dzc-app .dzc-restore-config,
  .dzc-app .dzc-reset-config {
    border-radius: 16px;
    font-size: 0.8rem;
  }

  .dzc-app.step-delivery .dzc-delivery-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .dzc-app.step-summary .dzc-quote-grid {
    gap: 10px;
  }

  .dzc-app.step-summary .dzc-spec-value,
  .dzc-app.step-summary .dzc-list-value {
    font-size: 0.88rem;
  }

  .dzc-app.step-summary .dzc-total-primary {
    font-size: 1.16rem;
  }

  .dzc-app .dzc-panel > h2,
  .dzc-app .dzc-visual-hero > h2 {
    font-size: 1.28rem;
  }

  .dzc-app .dzc-acc-title {
    font-size: 0.96rem;
  }

  .dzc-app .dzc-live-price-box {
    padding-top: 10px;
  }

  .dzc-app .dzc-price-breakdown-gross {
    font-size: 0.86rem;
  }

  .dzc-app .dzc-price-breakdown-net {
    font-size: 0.72rem;
  }

  .dzc-app.step-model .dzc-acc-section[data-acc="model"] .dzc-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 8px;
    padding: 0 4px;
    box-sizing: border-box;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .dzc-app.step-model .dzc-product-card {
    padding: 2px 2px 2px;
    overflow: hidden;
    min-width: 0;
    flex: 0 0 48%;
    width: auto;
    max-width: 48%;
    box-sizing: border-box;
    border-radius: 0;
  }

  .dzc-app.step-model .dzc-product-card-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
  }

  .dzc-app.step-model .dzc-product-thumb-legacy,
  .dzc-app.step-model .dzc-product-card-image img {
    box-shadow: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
    object-position: 45% center;
  }

  .dzc-app .dzc-option-photo-wrap,
  .dzc-app .dzc-acc-media .dzc-acc-img,
  .dzc-app .dzc-acc-media .dzc-product-thumb,
  .dzc-app .dzc-summary-visual-card .dzc-media-image-wrap {
    box-shadow: 3px 3px 0 -3px rgba(185, 133, 63, 0.12);
  }

  .dzc-app.step-model .dzc-product-card-title {
    margin-top: 1px;
    min-height: 1.82em;
    padding: 0 1px;
    font-size: 0.88rem;
    line-height: 1.12;
  }

  .dzc-app .dzc-top-steps {
    margin-bottom: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .dzc-app .dzc-top-steps::-webkit-scrollbar {
    display: none;
  }

  .dzc-app .dzc-top-step {
    flex: 0 0 auto;
    padding: 10px 14px 9px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .dzc-app .dzc-top-step-label {
    font-size: 0.84rem;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .dzc-top-live-row {
    margin-bottom: 10px;
  }

  #dzc-live-price-slot-top {
    width: 100%;
  }

  .dzc-top-price-inline {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .dzc-app.step-playground .dzc-accessories,
  .dzc-app.step-accessories .dzc-accessories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 10px;
  }

  .dzc-app.step-playground .dzc-accessories {
    display: grid !important;
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 26px 10px;
    justify-content: stretch;
    justify-items: stretch;
  }

  .dzc-app.step-playground .dzc-acc-media {
    height: 220px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dzc-app.step-playground .dzc-acc-media-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dzc-app.step-playground .dzc-acc-media .dzc-acc-img,
  .dzc-app.step-playground .dzc-acc-media .dzc-product-thumb,
  .dzc-app.step-playground .dzc-acc-media-btn img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    object-position: center center;
  }

  .dzc-app.step-accessories .dzc-acc-media,
  .dzc-app.step-accessories .dzc-acc-media .dzc-acc-img,
  .dzc-app.step-accessories .dzc-acc-media .dzc-product-thumb,
  .dzc-app.step-accessories .dzc-acc-media-btn img {
    height: auto;
    max-height: 200px;
  }

  .dzc-app.step-playground .dzc-acc-media,
  .dzc-app.step-playground .dzc-acc-media .dzc-acc-img,
  .dzc-app.step-playground .dzc-acc-media .dzc-product-thumb,
  .dzc-app.step-playground .dzc-acc-media-btn,
  .dzc-app.step-playground .dzc-acc-media-btn img {
    border-radius: 16px;
  }

  .dzc-app.step-accessories .dzc-acc-media,
  .dzc-app.step-accessories .dzc-acc-media-btn,
  .dzc-app.step-accessories .dzc-acc-media-btn img {
    border-radius: 16px;
  }

  .dzc-app.step-playground .dzc-acc-name,
  .dzc-app.step-accessories .dzc-acc-name {
    min-height: 2.7em;
    font-size: 0.9rem;
    line-height: 1.18;
  }

  .dzc-app.step-playground .dzc-acc-price,
  .dzc-app.step-accessories .dzc-acc-price {
    font-size: 0.9rem;
  }

  .dzc-wuefista-modal {
    padding: 14px;
  }

  .dzc-wuefista-modal-dialog {
    padding: 18px;
    padding-top: 52px;
    border-radius: 20px;
  }

  .dzc-wuefista-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .dzc-wuefista-modal-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dzc-wuefista-modal-preview {
    height: 180px;
  }

  .dzc-wuefista-modal-actions {
    flex-direction: column;
  }

  .dzc-wuefista-modal-back,
  .dzc-wuefista-modal-save {
    width: 100%;
  }

  .dzc-app.step-playground .dzc-acc-qty-controls,
  .dzc-app.step-accessories .dzc-acc-qty-controls {
    width: auto;
    max-width: 100%;
    align-self: flex-start;
  }

  .dzc-app.step-model .dzc-panel-heading-row {
    gap: 6px;
  }

  .dzc-app.step-model .dzc-panel-heading-next {
    padding: 8px 10px;
  }

  .dzc-app.step-model .dzc-acc-section[data-acc="model"] .dzc-product-grid {
    gap: 12px;
    padding: 0 4px;
  }

  .dzc-app.step-model .dzc-product-card {
    flex-basis: 48%;
    max-width: 48%;
  }

  .dzc-app.step-model .dzc-product-card-image {
    min-height: 0;
  }

  .dzc-app.step-model .dzc-product-card-title {
    font-size: 0.84rem;
    line-height: 1.1;
  }

  .dzc-app.step-colors .dzc-color-name {
    font-size: 0.86rem;
  }

  .dzc-app.step-playground .dzc-acc-bottom {
    padding-left: 0;
    flex-direction: column;
    gap: 12px;
  }

  .dzc-app.step-accessories .dzc-acc-bottom {
    padding-left: 0;
    flex-direction: column;
  }
}

.dzc-app.step-summary .dzc-quote-box {
  margin-top: 18px;
  padding: 18px 0 2px;
  border: 0;
  border-top: 1px solid rgba(205, 186, 156, 0.38);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dzc-app.step-summary .dzc-quote-box h3 {
  margin-bottom: 6px;
  font-size: 1.24rem;
}

.dzc-app.step-summary .dzc-quote-lead {
  margin-bottom: 18px;
}

.dzc-app.step-summary .dzc-quote-grid {
  column-gap: 16px;
  row-gap: 12px;
}

.dzc-app.step-summary .dzc-quote-grid label,
.dzc-app.step-summary .dzc-field-wrap {
  gap: 5px;
}

.dzc-app.step-summary .dzc-quote-grid label {
  font-size: 0.79rem;
  font-weight: 600;
  color: var(--text-soft);
}

.dzc-app.step-summary .dzc-field-wrap input,
.dzc-app.step-summary .dzc-field-wrap textarea {
  border: 1px solid rgba(205, 186, 156, 0.52);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.dzc-app.step-summary .dzc-field-wrap input:hover,
.dzc-app.step-summary .dzc-field-wrap textarea:hover {
  border-color: rgba(154, 107, 54, 0.42);
}

.dzc-app.step-summary .dzc-field-wrap input:focus,
.dzc-app.step-summary .dzc-field-wrap textarea:focus {
  border-color: rgba(154, 107, 54, 0.68);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(185, 133, 63, 0.08);
}

.dzc-app.step-summary .dzc-quote-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.dzc-app.step-summary .dzc-quote-consent {
  margin-top: 2px;
  padding-top: 4px;
  align-items: center;
}

.dzc-app.step-summary .dzc-quote-consent-text {
  font-size: 0.84rem;
  color: var(--text-main);
}

.dzc-app.step-summary #dzc-submit-quote {
  min-width: 220px;
  margin-top: 10px;
}

.dzc-app.step-summary #dzc-quote-status {
  margin-top: 10px;
}

.dzc-app #dzc-panel-heading,
.dzc-app #dzc-preview-anchor {
  color: var(--text-main);
}

.dzc-app .dzc-product-card,
.dzc-app .dzc-color-item,
.dzc-app .dzc-color-btn,
.dzc-app .dzc-roof-btn,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item {
  border-radius: 18px;
  background: #fff;
}

.dzc-app .dzc-product-card-title,
.dzc-app .dzc-color-name,
.dzc-app .dzc-acc-name,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-name {
  position: relative;
  padding-bottom: 9px;
}

.dzc-app .dzc-product-card-title::after,
.dzc-app .dzc-color-name::after,
.dzc-app .dzc-acc-name::after,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  border-radius: 999px;
  background: rgba(154, 107, 54, 0.72);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.dzc-app.step-colors .dzc-color-item:hover,
.dzc-app.step-colors .dzc-color-btn:hover,
.dzc-app.step-colors .dzc-roof-btn:hover,
.dzc-app.step-colors .dzc-color-item:focus-visible,
.dzc-app.step-colors .dzc-color-btn:focus-visible,
.dzc-app.step-colors .dzc-roof-btn:focus-visible,
.dzc-app.step-model .dzc-product-card:hover,
.dzc-app.step-model .dzc-product-card:focus-visible,
.dzc-app.step-playground .dzc-acc-card:hover,
.dzc-app.step-accessories .dzc-acc-card:hover,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:hover,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible {
  border-color: transparent !important;
  background: #fff !important;
  box-shadow: none !important;
}

.dzc-app.step-model .dzc-product-card.is-selected,
.dzc-app.step-colors .dzc-color-item.is-selected,
.dzc-app.step-colors .dzc-color-btn.is-selected,
.dzc-app.step-colors .dzc-roof-btn.is-selected,
.dzc-app.step-playground .dzc-acc-card[data-qty]:not([data-qty="0"]),
.dzc-app.step-accessories .dzc-acc-card[data-qty]:not([data-qty="0"]),
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected {
  border-color: transparent !important;
  background: #fff !important;
  box-shadow: none !important;
}

.dzc-app.step-colors .dzc-option-photo-wrap,
.dzc-app.step-colors .dzc-color-item.is-selected .dzc-option-photo-wrap,
.dzc-app.step-colors .dzc-roof-btn.is-selected .dzc-option-photo-wrap {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: transparent !important;
}

.dzc-app.step-model .dzc-product-card:hover .dzc-product-card-title,
.dzc-app.step-model .dzc-product-card:focus-visible .dzc-product-card-title,
.dzc-app.step-model .dzc-product-card.is-selected .dzc-product-card-title,
.dzc-app.step-colors .dzc-color-item:hover .dzc-color-name,
.dzc-app.step-colors .dzc-color-btn:hover .dzc-color-name,
.dzc-app.step-colors .dzc-roof-btn:hover .dzc-color-name,
.dzc-app.step-colors .dzc-color-item.is-selected .dzc-color-name,
.dzc-app.step-colors .dzc-roof-btn.is-selected .dzc-color-name,
.dzc-app.step-playground .dzc-acc-card:hover .dzc-acc-name,
.dzc-app.step-accessories .dzc-acc-card:hover .dzc-acc-name,
.dzc-app.step-playground .dzc-acc-card[data-qty]:not([data-qty="0"]) .dzc-acc-name,
.dzc-app.step-accessories .dzc-acc-card[data-qty]:not([data-qty="0"]) .dzc-acc-name {
  color: var(--accent-wood);
}

.dzc-app.step-model .dzc-product-card:hover .dzc-product-card-title::after,
.dzc-app.step-model .dzc-product-card:focus-visible .dzc-product-card-title::after,
.dzc-app.step-model .dzc-product-card.is-selected .dzc-product-card-title::after,
.dzc-app.step-colors .dzc-color-item:hover .dzc-color-name::after,
.dzc-app.step-colors .dzc-color-btn:hover .dzc-color-name::after,
.dzc-app.step-colors .dzc-roof-btn:hover .dzc-color-name::after,
.dzc-app.step-colors .dzc-color-item.is-selected .dzc-color-name::after,
.dzc-app.step-colors .dzc-roof-btn.is-selected .dzc-color-name::after,
.dzc-app.step-playground .dzc-acc-card:hover .dzc-acc-name::after,
.dzc-app.step-accessories .dzc-acc-card:hover .dzc-acc-name::after,
.dzc-app.step-playground .dzc-acc-card[data-qty]:not([data-qty="0"]) .dzc-acc-name::after,
.dzc-app.step-accessories .dzc-acc-card[data-qty]:not([data-qty="0"]) .dzc-acc-name::after {
  opacity: 1;
}

.dzc-app.step-colors .dzc-wuefista-extra-section {
  margin-top: 22px;
}

.dzc-app.step-colors .dzc-wuefista-extra-section > h3 {
  margin-bottom: 10px;
}

.dzc-app.step-colors .dzc-color-price {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--accent-wood);
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-price {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--accent-wood);
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-option-photo-wrap,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:hover .dzc-option-photo-wrap,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible .dzc-option-photo-wrap,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected .dzc-option-photo-wrap {
  box-shadow: none !important;
  outline: 0 !important;
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:hover,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible {
  border-color: rgba(185, 133, 63, 0.48) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:hover .dzc-color-name,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible .dzc-color-name {
  color: var(--accent-wood);
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-name {
  position: relative;
  display: block;
  padding-bottom: 9px;
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-name::after {
  opacity: 0;
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:hover .dzc-color-name::after,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible .dzc-color-name::after {
  opacity: 1;
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected {
  border-color: rgba(185, 133, 63, 0.48) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected .dzc-color-name {
  color: var(--accent-wood);
}

.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected .dzc-color-name::after {
  opacity: 1;
}

.dzc-app .dzc-summary,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-live-price-box {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 901px) {
  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap {
    min-height: 620px;
    overflow: hidden;
  }

  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap > img,
  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap > video,
  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-config-video {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: scale(1.6);
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 900px) {
  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap {
    min-height: 460px;
    overflow: hidden;
  }

  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap > img,
  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap > video,
  .dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-config-video {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: scale(1.6);
    object-fit: cover;
    object-position: center center;
  }
}

/* Final surface split: warm app background, white only under visualisation */
.dzc-app {
  background: #efe8da;
  border: 0;
  border-radius: 25px;
}

.dzc-app .dzc-content.dzc-layout-showcase {
  background: #efe8da;
}

.dzc-app .dzc-accordion {
  background: #efe8da;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-controls-pane,
.dzc-app .dzc-acc-body {
  background: #efe8da;
}

.dzc-app .dzc-controls-pane,
.dzc-app .dzc-panel,
.dzc-app .dzc-acc-section,
.dzc-app .dzc-summary,
.dzc-app .dzc-summary-final,
.dzc-app .dzc-summary-model-specs,
.dzc-app .dzc-quote-box,
.dzc-app .dzc-live-price-box,
.dzc-app .dzc-total-box,
.dzc-app .dzc-accessory-toolbar,
.dzc-app .dzc-acc-card,
.dzc-app .dzc-item-row,
.dzc-app .dzc-color-item,
.dzc-app .dzc-product-card,
.dzc-app .dzc-docs-accordion,
.dzc-app .dzc-specs,
.dzc-app .dzc-list {
  background: transparent;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-visual-card,
.dzc-app .dzc-layout-showcase .dzc-visual-pane #dzc-sidebar-visual .dzc-media-image-wrap,
.dzc-app .dzc-summary-visual-card .dzc-media-image-wrap,
.dzc-app .dzc-config-video {
  background: #fff;
}

.dzc-app .dzc-visual-hero,
.dzc-app .dzc-visual-docs,
.dzc-app .dzc-summary-visual-card,
.dzc-app .dzc-option-photo-wrap {
  background: #efe8da;
}

.dzc-app .dzc-acc-card:hover {
  background: transparent !important;
}

.dzc-app .dzc-color-item:hover,
.dzc-app .dzc-color-item.is-selected,
.dzc-app .dzc-roof-btn:hover,
.dzc-app .dzc-roof-btn.is-selected {
  background: transparent !important;
}

.dzc-app.step-playground .dzc-acc-card:hover,
.dzc-app.step-accessories .dzc-acc-card:hover {
  background: transparent !important;
}

.dzc-app.step-colors .dzc-color-item:hover {
  background: transparent !important;
}

.dzc-app.step-colors .dzc-color-btn:hover,
.dzc-app.step-colors .dzc-roof-btn:hover,
.dzc-app.step-colors .dzc-color-item:focus-visible,
.dzc-app.step-colors .dzc-color-btn:focus-visible,
.dzc-app.step-colors .dzc-roof-btn:focus-visible,
.dzc-app.step-model .dzc-product-card:hover,
.dzc-app.step-model .dzc-product-card:focus-visible,
.dzc-app.step-colors .dzc-color-item.is-selected,
.dzc-app.step-colors .dzc-color-btn.is-selected,
.dzc-app.step-colors .dzc-roof-btn.is-selected,
.dzc-app.step-playground .dzc-acc-card[data-qty]:not([data-qty="0"]),
.dzc-app.step-accessories .dzc-acc-card[data-qty]:not([data-qty="0"]),
.dzc-app.step-model .dzc-product-card.is-selected,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:hover,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item:focus-visible,
.dzc-app .dzc-wuefista-modal-choice-grid .dzc-color-item.is-selected {
  background: transparent !important;
}

.dzc-app {
  border: 0 !important;
  box-shadow: none !important;
}

.dzc-app .dzc-media-zoom {
  all: unset !important;
  box-sizing: border-box !important;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 5 !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(58, 50, 46, 0.92) !important;
  color: #fbf8f2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.dzc-app .dzc-media-zoom:hover,
.dzc-app .dzc-media-zoom:focus-visible {
  padding: 0 !important;
  background: rgba(58, 50, 46, 0.98) !important;
  color: #fbf8f2 !important;
  box-shadow: none !important;
}

.dzc-app .dzc-media-zoom .dzc-media-zoom-icon,
.dzc-app .dzc-media-zoom .dzc-media-zoom-icon svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
}
