.dvqr-wrap {
  max-width: 980px;
  padding: 22px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

.dvqr-topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.dvqr-subline {
  color: #666;
  font-size: 14px;
  margin-top: 4px;
}

.dvqr-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f2f4f7;
}

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

.dvqr-field {
  margin-bottom: 14px;
}

.dvqr-field-full {
  grid-column: 1 / -1;
}

.dvqr-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.dvqr-field input[type="text"],
.dvqr-field input[type="url"],
.dvqr-field input[type="email"],
.dvqr-field input[type="number"],
.dvqr-field textarea,
.dvqr-field select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #d6dbe1;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
}

.dvqr-field textarea {
  min-height: 120px;
  resize: vertical;
}

.dvqr-upload-card,
.dvqr-result-card {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  background: #fafafa;
  margin-top: 12px;
}

.dvqr-result-head,
.dvqr-upload-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.dvqr-dropzone {
  border: 2px dashed #b9c0ca;
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: .2s ease;
}

.dvqr-dropzone.is-dragover {
  border-color: #111827;
  transform: translateY(-1px);
}

.dvqr-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.dvqr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: none;
  border-radius: 10px;
  background: #111827;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.dvqr-button-secondary {
  background: #e5e7eb;
  color: #111827 !important;
}

.dvqr-progress {
  height: 10px;
  margin-top: 14px;
  background: #eceff3;
  border-radius: 999px;
  overflow: hidden;
  display: none;
}

.dvqr-progress.is-visible {
  display: block;
}

.dvqr-progress-bar {
  height: 100%;
  width: 0%;
  background: #111827;
  transition: width .2s ease;
}

.dvqr-status {
  min-height: 24px;
  margin-top: 10px;
}

.dvqr-status.is-error {
  color: #b00020;
}

.dvqr-preview-wrap {
  margin-top: 12px;
}

.dvqr-preview {
  max-width: 140px;
  max-height: 140px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
}

.dvqr-output {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
}

.dvqr-image-wrap {
  position: relative;
  display: inline-block;
}

.dvqr-main-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.dvqr-overlay-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22%;
  max-width: 64px;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  object-fit: contain;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
}

.dvqr-locked {
  max-width: 520px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
}

.dvqr-account {
  margin-top: 10px;
}

.dvqr-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.dvqr-stat {
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.dvqr-stat strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.dvqr-stat span {
  color: #666;
  font-size: 14px;
}

.dvqr-account-actions .button {
  margin: 2px 4px 2px 0;
}

@media (max-width: 760px) {
  .dvqr-grid,
  .dvqr-stats {
    grid-template-columns: 1fr;
  }
}
.dvqr-topbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}

.dvqr-placeholder{color:#666;text-align:center;padding:30px;}

.dvqr-designer-note{
  margin: 8px 0 14px;
  padding: 10px 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  color: #475569;
  font-size: 14px;
}
.dvqr-output svg,
.dvqr-output canvas,
.dvqr-output img{
  display:block;
  max-width:100%;
  height:auto;
}

.dvqr-button.is-disabled{
  opacity:.5;
  pointer-events:none;
  cursor:not-allowed;
}


.dvqr-action-stack{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.dvqr-action-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.dvqr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:8px;
  font-size:13px;
  font-weight:600;
  line-height:1;
  text-decoration:none;
  transition:all .2s ease;
  border:1px solid transparent;
  min-height:34px;
  box-sizing:border-box;
}
.dvqr-btn:hover{
  transform:translateY(-1px);
}
.dvqr-btn-primary{
  background:#2563eb;
  color:#fff;
}
.dvqr-btn-primary:hover{
  background:#1d4ed8;
  color:#fff;
}
.dvqr-btn-secondary{
  background:#f3f4f6;
  color:#111827;
}
.dvqr-btn-secondary:hover{
  background:#e5e7eb;
  color:#111827;
}
.dvqr-btn-outline{
  background:#fff;
  border-color:#d1d5db;
  color:#374151;
}
.dvqr-btn-outline:hover{
  background:#f9fafb;
  color:#111827;
}
.dvqr-btn-danger{
  background:#ef4444;
  color:#fff;
}
.dvqr-btn-danger:hover{
  background:#dc2626;
  color:#fff;
}
.dvqr-account-actions{
  min-width:340px;
}
@media (max-width: 900px){
  .dvqr-account-actions{
    min-width:auto;
  }
}


.dvqr-pricing-box{
  margin-top:28px;
  padding:22px;
  border-radius:18px;
  border:1px solid #e5e7eb;
  background:#ffffff;
}
.dvqr-pricing-box h3{
  margin:0 0 14px;
}
.dvqr-pricing-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.dvqr-plan{
  padding:18px;
  border-radius:14px;
  border:1px solid #d1d5db;
  background:#fafafa;
}
.dvqr-plan h4{
  margin:0 0 10px;
}
.dvqr-plan ul{
  margin:0 0 14px 18px;
  padding:0;
}
.dvqr-plan li{
  margin:0 0 8px;
}
.dvqr-plan-pro{
  border:2px solid #2563eb;
  background:#eff6ff;
}
@media (max-width: 800px){
  .dvqr-pricing-grid{
    grid-template-columns:1fr;
  }
}

.dvqr-locked-card{
  background:linear-gradient(180deg,#fffaf0,#fff7ed) !important;
}
.dvqr-lock-box{
  padding:18px;
  border:1px dashed #fdba74;
  border-radius:14px;
  background:#fff7ed;
}


.dvqr-conversion-box {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
}

.dvqr-conversion-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.dvqr-conversion-box p {
  margin: 0;
  color: #475569;
}

.dvqr-conversion-eyebrow {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4338ca;
}

.dvqr-conversion-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dvqr-mini-feature,
.dvqr-pro-badge,
.dvqr-button-badge,
.dvqr-inline-note {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.dvqr-mini-feature,
.dvqr-inline-note {
  background: #eef2ff;
  color: #4338ca;
}

.dvqr-pro-badge,
.dvqr-button-badge {
  background: #111827;
  color: #fff;
  margin-left: 6px;
}

.dvqr-preview-hint {
  font-size: 12px;
  color: #475569;
}

.dvqr-pro-teaser {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid #c7d2fe;
  border-radius: 16px;
  background: #f8faff;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.dvqr-pro-teaser p {
  margin: 6px 0 0;
  color: #475569;
}

.dvqr-pro-teaser-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dvqr-upload-card[data-pro-feature="logo-upload"] .dvqr-dropzone::after {
  content: 'Eigene Logos mit PRO freischalten';
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #475569;
}

@media (max-width: 760px) {
  .dvqr-conversion-box,
  .dvqr-pro-teaser {
    padding: 16px;
  }
}

.dvqr-account-download.is-locked{
  opacity:.88;
  border-style:dashed;
}
.dvqr-account-download.is-locked:hover{
  background:#fff;
  color:#374151;
  transform:none;
}


.dvqr-comparison-box{
  margin-top:28px;
  padding:22px;
  border-radius:20px;
  border:1px solid #dbe3ef;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}
.dvqr-comparison-box-account{
  margin:0 0 20px;
}
.dvqr-comparison-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:16px;
}
.dvqr-comparison-head h3{
  margin:4px 0 6px;
}
.dvqr-comparison-head p{
  margin:0;
  color:#475569;
}
.dvqr-comparison-eyebrow{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#2563eb;
}
.dvqr-comparison-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.dvqr-plan-chip{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  background:#fff;
  font-weight:600;
}
.dvqr-plan-chip-pro{
  border-color:#93c5fd;
  background:#dbeafe;
  color:#1d4ed8;
}
.dvqr-comparison-table-wrap{
  overflow:auto;
}
.dvqr-comparison-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:640px;
}
.dvqr-comparison-table th,
.dvqr-comparison-table td{
  padding:12px 14px;
  border-bottom:1px solid #e5e7eb;
  text-align:left;
}
.dvqr-comparison-table thead th{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#64748b;
  background:#f8fafc;
}
.dvqr-comparison-table .is-pro{
  background:#eff6ff;
}
.dvqr-comparison-table tbody tr:last-child td{
  border-bottom:none;
}
.dvqr-comparison-footer{
  margin-top:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.dvqr-comparison-note{
  color:#475569;
}
@media (max-width: 800px){
  .dvqr-comparison-head,
  .dvqr-comparison-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}


.dvqr-pricing-boost{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin:0 0 18px;
  padding:18px;
  border:1px solid #c7d2fe;
  border-radius:18px;
  background:linear-gradient(135deg,#eef2ff 0%,#f8fbff 100%);
}
.dvqr-pricing-boost-copy h4{
  margin:8px 0 8px;
  font-size:24px;
}
.dvqr-pricing-boost-copy p{
  margin:0;
  max-width:720px;
  color:#475569;
}
.dvqr-pricing-popular{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:#1d4ed8;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.dvqr-pricing-trust{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
  color:#334155;
  font-size:13px;
  font-weight:600;
}
.dvqr-pricing-boost-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.dvqr-price-tag{
  font-size:34px;
  line-height:1;
  font-weight:800;
  color:#0f172a;
}
.dvqr-price-tag small{
  display:block;
  margin-top:6px;
  font-size:13px;
  font-weight:600;
  color:#64748b;
}
.dvqr-insights-box{
  margin:0 0 20px;
  padding:20px;
  border:1px solid #dbe3ef;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.dvqr-insights-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.dvqr-insights-head h3{
  margin:4px 0 6px;
}
.dvqr-insights-head p{
  margin:0;
  color:#475569;
}
.dvqr-insights-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(160px,1fr));
  gap:12px;
}
.dvqr-insight-card{
  padding:16px;
  border-radius:16px;
  border:1px solid #e2e8f0;
  background:#fff;
}
.dvqr-insight-card strong,
.dvqr-insight-card span,
.dvqr-insight-card small,
.dvqr-insight-icon{
  display:block;
}
.dvqr-insight-card strong{
  margin-bottom:6px;
  font-size:18px;
}
.dvqr-insight-card span{
  color:#475569;
}
.dvqr-insight-card small{
  margin-top:10px;
  color:#1d4ed8;
  font-weight:600;
}
.dvqr-insight-icon{
  margin-bottom:10px;
  font-size:20px;
}
.dvqr-insight-card.is-locked{
  background:linear-gradient(180deg,#fffaf0,#fff7ed);
  border-color:#fdba74;
}
@media (max-width: 900px){
  .dvqr-pricing-boost-actions{
    align-items:flex-start;
  }
  .dvqr-insights-grid{
    grid-template-columns:repeat(2,minmax(160px,1fr));
  }
}
@media (max-width: 640px){
  .dvqr-insights-grid{
    grid-template-columns:1fr;
  }
}
