.cz3d-quote {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(27, 100, 242, 0.08);
}

.cz3d-quote__upload {
  border: 2px dashed rgba(27, 100, 242, 0.35);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  background: rgba(27, 100, 242, 0.05);
}

.cz3d-quote__config label,
.cz3d-quote__config input,
.cz3d-quote__config select {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}

.cz3d-quote__preview {
  min-height: 280px;
  background: #0f172a;
  border-radius: 16px;
  position: relative;
}

.cz3d-quote__preview canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.cz3d-quote__summary {
  background: #0d1b3a;
  color: #fff;
  border-radius: 16px;
  padding: 1.75rem;
}

.cz3d-quote__summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.cz3d-quote__summary dt {
  opacity: 0.75;
}

.cz3d-quote__summary dd {
  margin: 0;
  text-align: right;
}

.cz3d-quote__grand {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.cz3d-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.cz3d-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 18px 36px rgba(12, 60, 140, 0.08);
}

.cz3d-price {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.cz3d-list {
  margin: 0;
  padding-left: 1rem;
}

.cz3d-status__table {
  width: 100%;
  border-collapse: collapse;
}

.cz3d-status__table th,
.cz3d-status__table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(12, 60, 140, 0.1);
}
