:root {
  /* Token-Spiegel auf :root sodass setTheme() via documentElement.style.setProperty greift */
  --tp2-accent: #2563EB;
  --tp2-accent-hover: #1D4ED8;
  --tp2-accent-cyan: #0EA5E9;
  --tp2-accent-bg: #EFF4FF;
  --tp2-bg-page: #FFFFFF;
  --tp2-bg-surface: #F8FAFC;
  --tp2-bg-trustbar: #0F172A;
  --tp2-bg-selected: #EFF4FF;
  --tp2-text: #0F172A;
  --tp2-text-body: #475569;
  --tp2-text-muted: #64748B;
  --tp2-text-on-dark: #F1F5F9;
  --tp2-border: #E5E7EB;
  --tp2-divider: #F1F5F9;
  --tp2-counter-button: 44px;
  /* Express-Countdown (Amber default) */
  --tp2-express-bg-from: #FEF3C7;
  --tp2-express-bg-to: #FED7AA;
  --tp2-express-border: #FBBF24;
  --tp2-express-ink: #92400E;
  --tp2-express-ink-strong: #78350F;
  --tp2-express-pipe-dim: rgba(120, 53, 15, 0.25);
}

.tp-v2 {
  /* Colors — Mockup V3 Token-Mapping (Anchor: Inter, Saxoprint-Niveau) */       /* dark top strip */       /* selected card */           /* cyan cert-pill */              /* primary */         /* light caption */            /* primary CTA */       /* secondary highlight */

}

.tp-v2 {
  font-family: var(--tp2-font);
  color: var(--tp2-text);
  font-size: var(--tp2-text-base);
  line-height: 1.5;
}
.tp-v2 *, .tp-v2 *::before, .tp-v2 *::after { box-sizing: border-box; }
.tp-v2 button { font-family: inherit; }

.tp2-trustbar { background: var(--tp2-bg-trustbar); padding: 6px 14px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--tp2-border); font-size: var(--tp2-text-sm); flex-wrap: wrap; }
.tp2-trustbar__item { display: inline-flex; align-items: center; gap: 5px; color: var(--tp2-text); }
.tp2-trustbar__item-icon { color: var(--tp2-accent); }
.tp2-trustbar__phone { margin-left: auto; color: var(--tp2-text-muted); }

.tp2-hero { padding: 14px 18px; background: var(--tp2-bg-surface); border-bottom: 1px solid var(--tp2-border); }
.tp2-hero__crumb { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); margin-bottom: 10px; }
.tp2-hero__grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 40px; align-items: start; padding: 32px 24px; background: #F8FAFC; border-radius: 4px; }
.tp2-hero__col { background: var(--tp2-bg-card); border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius); padding: 10px; }
.tp2-hero__gallery img { width: 100%; display: block; }
.tp2-hero__thumbs { display: flex; gap: 4px; margin-top: 6px; }
.tp2-hero__thumb { width: 32px; height: 24px; border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); cursor: pointer; }
.tp2-hero__thumb--active { border: 2px solid var(--tp2-accent); }
.tp2-hero__title { font-size: var(--tp2-text-lg); font-weight: 600; margin: 0 0 4px; }
.tp2-hero__sub { font-size: var(--tp2-text-sm); color: var(--tp2-text-muted); margin-bottom: 10px; }
.tp2-hero__spec { width: 100%; font-size: var(--tp2-text-sm); border-collapse: collapse; }
.tp2-hero__spec td { padding: 3px 0; }
.tp2-hero__spec tr { border-bottom: 1px solid var(--tp2-border-faint); }
.tp2-hero__spec tr:last-child { border-bottom: 0; }
.tp2-hero__spec td:first-child { color: var(--tp2-text-muted); }
.tp2-hero__spec td:last-child { text-align: right; font-weight: 500; }
.tp2-hero__certs { display: flex; gap: 4px; margin-top: 8px; flex-wrap: wrap; }
.tp2-hero__cert { font-size: var(--tp2-text-xs); padding: 1px 5px; background: var(--tp2-bg-trustbar); border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); color: var(--tp2-text-muted); }
.tp2-hero__buy { display: none; }
.tp2-hero__from-label { font-size: var(--tp2-text-xs); opacity: 0.9; text-transform: uppercase; letter-spacing: 0.05em; }
.tp2-hero__from-price { font-size: var(--tp2-text-2xl); font-weight: 700; line-height: 1.1; }
.tp2-hero__from-note { font-size: var(--tp2-text-xs); opacity: 0.9; margin-bottom: 8px; }
.tp2-hero__jump { background: #FFF; color: var(--tp2-accent); padding: 7px 10px; text-align: center; font-size: var(--tp2-text-sm); font-weight: 600; border-radius: var(--tp2-radius-sm); text-decoration: none; }

.tp2-cfg { position: relative; padding: 18px 18px 22px; }
.tp2-cfg__badge { position: absolute; left: 18px; top: -10px; background: var(--tp2-accent); color: #FFF; font-size: var(--tp2-text-xs); padding: 2px 10px; border-radius: var(--tp2-radius-sm); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.tp2-cfg__card { border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius); background: var(--tp2-bg-card); padding: 14px 16px; }
.tp2-cfg__section { margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--tp2-border-faint); }
.tp2-cfg__section:last-of-type { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.tp2-cfg__section-label { font-size: 14px; font-weight: 600; color: #0F172A; margin-bottom: 14px; letter-spacing: 0; text-transform: none; }

.tp2-global { border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius); background: var(--tp2-bg-surface); }
.tp2-global__row { padding: 7px 10px; display: grid; grid-template-columns: 120px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--tp2-border-faint); }
.tp2-global__row:last-child { border-bottom: 0; }
.tp2-global__row-label { font-size: var(--tp2-text-sm); color: var(--tp2-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.tp2-global__row-value { font-size: var(--tp2-text-base); font-weight: 500; }
.tp2-global__row-meta { font-size: var(--tp2-text-sm); color: var(--tp2-text-tertiary); margin-left: 6px; }
.tp2-tag { font-size: 11px; padding: 0; background: none; color: #94A3B8; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.tp2-tag--fix { color: #94A3B8; }
.tp2-tag--var { color: #2563EB; }

.tp2-options { display: flex; flex-direction: column; gap: 10px; padding: 10px; }
.tp2-option-group { border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: #FFF; padding: 10px; }
.tp2-option-group__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.tp2-option-group__choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); gap: 6px; }
.tp2-option { min-height: 40px; border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: #FFF; color: var(--tp2-text); padding: 8px 10px; font-size: 13px; font-weight: 500; line-height: 1.25; text-align: left; cursor: pointer; }
.tp2-option:hover { border-color: var(--tp2-accent); background: var(--tp2-accent-bg); }
.tp2-option.is-active { border-color: var(--tp2-accent); background: var(--tp2-bg-selected); color: var(--tp2-text); box-shadow: inset 0 0 0 1px var(--tp2-accent); }
.tp2-option--checkbox { display: flex; align-items: flex-start; gap: 8px; }
.tp2-option--checkbox input { margin-top: 2px; accent-color: var(--tp2-accent); }
.tp2-option__label { display: block; overflow-wrap: anywhere; }
.tp2-option-select,
.tp2-text-input { width: 100%; border: 1px solid var(--tp2-border-strong); border-radius: var(--tp2-radius-sm); background: #FFF; color: var(--tp2-text); font: inherit; font-size: 14px; padding: 9px 10px; }
.tp2-text-input { resize: vertical; min-height: 68px; line-height: 1.4; }
.tp2-range { display: grid; grid-template-columns: minmax(140px, 1fr) 84px; align-items: center; gap: 10px; }
.tp2-range__input { width: 100%; accent-color: var(--tp2-accent); }
.tp2-range__number { border: 1px solid var(--tp2-border-strong); border-radius: var(--tp2-radius-sm); background: #FFF; color: var(--tp2-text); font: inherit; font-size: 14px; font-weight: 600; padding: 8px 10px; text-align: right; }

.tp2-counter { display: inline-flex; align-items: center; border: 1px solid var(--tp2-border-strong); border-radius: var(--tp2-radius-sm); background: #FFF; overflow: hidden; }
.tp2-counter__btn { background: #F8FAFC; border: 0; cursor: pointer; width: var(--tp2-counter-button); height: var(--tp2-counter-button); font-size: 16px; font-weight: 600; color: #0F172A; padding: 0; line-height: 1; transition: background 0.12s; }
.tp2-counter__btn:hover { background: #E2E8F0; }
.tp2-counter__btn--prev { border-right: 1px solid var(--tp2-border-strong); }
.tp2-counter__btn--next { border-left: 1px solid var(--tp2-border-strong); }
.tp2-counter__input { border: 0; outline: none; font: inherit; width: 56px; height: var(--tp2-counter-button); text-align: center; font-size: 15px; font-weight: 600; background: #FFF; padding: 0; font-variant-numeric: tabular-nums; }

.tp2-format { display: inline-flex; align-items: center; gap: 4px; }
.tp2-format__field { border: 1px solid var(--tp2-border-strong); border-radius: var(--tp2-radius-sm); background: #FFF; padding: 7px 11px; display: inline-flex; align-items: center; gap: 6px; height: 36px; }
.tp2-format__field-label { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); text-transform: uppercase; }
.tp2-format__field-input { border: 0; outline: none; font: inherit; width: 72px; height: 22px; font-size: 15px; font-weight: 600; text-align: right; background: transparent; font-variant-numeric: tabular-nums; padding: 0; }
.tp2-format__field-unit { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); }
.tp2-format__times { color: var(--tp2-text-tertiary); font-size: var(--tp2-text-sm); }
.tp2-format__area { font-size: var(--tp2-text-sm); color: var(--tp2-text-muted); margin-left: 4px; }

.tp2-upload__dropzone { border: 1px dashed var(--tp2-border-strong); border-radius: var(--tp2-radius-sm); background: var(--tp2-bg-surface); padding: 8px 12px; text-align: center; margin-bottom: 8px; }
.tp2-upload__dropzone-icon { color: var(--tp2-accent); vertical-align: -3px; }
.tp2-upload__list { display: flex; flex-direction: column; gap: 6px; }
.tp2-file { border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: var(--tp2-bg-card); padding: 8px 10px; }
.tp2-file--has-override { border-left: 3px solid var(--tp2-accent); }
.tp2-file__row { display: grid; grid-template-columns: 28px 1fr auto auto auto auto; gap: 10px; align-items: center; }
.tp2-file__thumb { width: 28px; height: 28px; border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: var(--tp2-bg-trustbar); }
.tp2-file__name { font-size: var(--tp2-text-base); font-weight: 500; display: flex; align-items: center; gap: 6px; min-width: 0; }
.tp2-file__name-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tp2-file__meta { font-size: var(--tp2-text-sm); color: var(--tp2-text-muted); }
.tp2-file__meta--ok { color: var(--tp2-success); }
.tp2-file__meta--warn { color: var(--tp2-warning); }
.tp2-file__subtotal { text-align: right; min-width: 62px; font-size: var(--tp2-text-base); font-weight: 700; }
.tp2-file__remove { background: transparent; border: 0; cursor: pointer; color: var(--tp2-text-tertiary); padding: 2px; }
.tp2-file__actions { margin-top: 6px; display: flex; gap: 10px; }
.tp2-file__action { font-size: var(--tp2-text-sm); color: var(--tp2-accent); text-decoration: none; }
.tp2-file__action--active { color: #FFF; background: var(--tp2-accent); padding: 2px 8px; border-radius: var(--tp2-radius-sm); font-weight: 500; }
.tp2-file__badge { font-size: var(--tp2-text-xs); padding: 0 5px; background: var(--tp2-accent-bg); color: var(--tp2-accent); border: 1px solid var(--tp2-accent-border); border-radius: var(--tp2-radius-sm); font-weight: 500; }

.tp2-override { background: #FAFCFE; border-top: 1px solid var(--tp2-accent-border); padding: 12px 14px 14px; margin: 8px -10px -8px; }
.tp2-override__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.tp2-override__title { font-size: var(--tp2-text-sm); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--tp2-accent); }
.tp2-override__reset { font-size: var(--tp2-text-sm); color: var(--tp2-text-muted); text-decoration: none; }
.tp2-override__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tp2-override__group-label { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.tp2-override__inherit { font-size: var(--tp2-text-xs); color: var(--tp2-text-tertiary); margin-top: 3px; }

.tp2-opt-grid { display: grid; gap: 3px; }
.tp2-opt-grid--5 { grid-template-columns: repeat(5, 1fr); }
.tp2-opt-grid--2 { grid-template-columns: repeat(2, 1fr); }
.tp2-opt-btn { border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: #FFF; padding: 4px 6px; font-size: var(--tp2-text-sm); cursor: pointer; font-family: inherit; color: var(--tp2-text); }
.tp2-opt-btn:hover { background: var(--tp2-bg-hover); }
.tp2-opt-btn--active { border: 1px solid var(--tp2-accent); background: var(--tp2-accent); color: #FFF; font-weight: 600; }
.tp2-opt-btn--inherit { border: 1px solid var(--tp2-accent-border); background: var(--tp2-accent-bg); color: var(--tp2-accent); font-weight: 500; }

.tp2-opt-check { display: flex; gap: 6px; align-items: center; padding: 4px 7px; border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: #FFF; cursor: pointer; font-size: var(--tp2-text-sm); margin-bottom: 3px; }
.tp2-opt-check--active { border: 1px solid var(--tp2-accent); background: var(--tp2-accent-bg); font-weight: 500; }
.tp2-opt-check__price { margin-left: auto; color: var(--tp2-text-muted); }
.tp2-opt-check--active .tp2-opt-check__price { color: var(--tp2-accent); }

.tp2-agg { background: var(--tp2-bg-trustbar); padding: 8px 12px; margin-top: 10px; border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); display: flex; align-items: center; gap: 14px; font-size: var(--tp2-text-sm); }
.tp2-agg__staffel { margin-left: auto; font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); }
.tp2-total { margin-top: 12px; padding: 12px 14px; background: var(--tp2-bg-surface); border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius); display: flex; align-items: flex-end; justify-content: space-between; }
.tp2-total__label { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.tp2-total__amount { font-size: var(--tp2-text-2xl); font-weight: 700; line-height: 1.1; }
.tp2-total__note { font-size: var(--tp2-text-sm); color: var(--tp2-text-muted); margin-top: 2px; }
.tp2-cta { background: var(--tp2-accent); color: #FFF; border: 0; border-radius: var(--tp2-radius-sm); padding: 9px 16px; font-size: var(--tp2-text-base); font-weight: 600; cursor: pointer; font-family: inherit; }
.tp2-cta:hover { background: #0058B0; }

.tp2-tabs { padding: 0 18px 18px; }
.tp2-tabs__nav { border-bottom: 1px solid var(--tp2-border); display: flex; gap: 24px; margin-bottom: 14px; }
.tp2-tabs__tab { padding: 8px 0; color: var(--tp2-text-muted); font-size: var(--tp2-text-base); cursor: pointer; }
.tp2-tabs__tab--active { border-bottom: 2px solid var(--tp2-text); color: var(--tp2-text); font-weight: 600; }
.tp2-tabs__body { font-size: var(--tp2-text-base); line-height: 1.6; color: #333; }
.tp2-tabs__body p { margin: 0 0 8px; }

.tp2-xsell { background: var(--tp2-bg-surface); border-top: 1px solid var(--tp2-border); padding: 14px 18px; }
.tp2-xsell__title { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-bottom: 8px; }
.tp2-xsell__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.tp2-xsell__card { border: 1px solid var(--tp2-border); border-radius: var(--tp2-radius-sm); background: var(--tp2-bg-card); padding: 8px; }
.tp2-xsell__thumb { height: 48px; margin-bottom: 4px; border-radius: var(--tp2-radius-sm); }
.tp2-xsell__name { font-size: var(--tp2-text-sm); font-weight: 500; }
.tp2-xsell__price { font-size: var(--tp2-text-xs); color: var(--tp2-text-muted); }

@media (max-width: 768px) {
  .tp-v2 .tp2-hero__grid { grid-template-columns: 1fr; }
  .tp-v2 .tp2-file__row { grid-template-columns: 28px 1fr auto; gap: 6px; }
  .tp-v2 .tp2-file__row .tp2-format,
  .tp-v2 .tp2-file__row .tp2-counter,
  .tp-v2 .tp2-file__row .tp2-file__subtotal { grid-column: 1 / -1; }
  .tp-v2 .tp2-global__row { grid-template-columns: 100px 1fr auto; gap: 6px; }
	  .tp-v2 .tp2-tabs__nav { overflow-x: auto; }
	  .tp-v2 .tp2-xsell__grid { grid-template-columns: repeat(2, 1fr); }
	  .tp-v2 .tp2-override__grid { grid-template-columns: 1fr; }
	  .tp-v2 .tp2-option-group__choices { grid-template-columns: 1fr; }
	}

/* T-CFG-21 — Skeleton-State + Toast */
.tp-v2 [data-tp2-cfg]:not(.tp2-ready) [data-tp2-total]::after { content: ""; }
.tp-v2 .tp2-toast {
  font-family: var(--tp2-font, "Inter", -apple-system, sans-serif);
  letter-spacing: -0.01em;
}
.tp-v2 .tp2-file__upload-status[data-status="error"] { color: #c33; }
.tp-v2 [data-tp2-upload-status="pending"] .tp2-file__thumb {
  background: linear-gradient(135deg, #eef3f7 25%, #f7fafd 50%, #eef3f7 75%);
  background-size: 200% 200%;
  animation: tp2-skel 1.2s infinite;
}
@keyframes tp2-skel {
  0%   { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}
.tp-v2 [data-tp2-upload-status="ok"] .tp2-file__upload-status::before {
  content: "v "; color: #2a9d52; font-weight: 600;
}


/* T-CFG-24 — Hero 2-col Redesign */
.tp-v2 .tp2-hero__title { font-size: 28px; font-weight: 600; color: #0F172A; line-height: 1.2; margin: 0 0 6px; letter-spacing: -0.015em; }
.tp-v2 .tp2-hero__sub { font-size: 14px; color: #64748B; margin: 0 0 18px; }
.tp-v2 .tp2-hero__spec { width: 100%; border-collapse: collapse; margin: 0 0 18px; }
.tp-v2 .tp2-hero__spec td { padding: 8px 0; font-size: 14px; color: #334155; border-bottom: 1px solid #EEF2F6; vertical-align: top; }
.tp-v2 .tp2-hero__spec td:first-child { color: #94A3B8; font-weight: 500; width: 40%; padding-right: 16px; }
.tp-v2 .tp2-hero__spec tr:last-child td { border-bottom: 0; }

.tp-v2 .tp2-hero__priceline { display: flex; align-items: baseline; gap: 8px; padding: 14px 0 8px; border-top: 1px solid #E5E7EB; }
.tp-v2 .tp2-hero__priceline-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: #94A3B8; font-weight: 500; }
.tp-v2 .tp2-hero__priceline-price { font-size: 26px; font-weight: 700; color: #0F172A; line-height: 1; font-variant-numeric: tabular-nums; }
.tp-v2 .tp2-hero__priceline-price .woocommerce-Price-amount { font: inherit; color: inherit; }
.tp-v2 .tp2-hero__priceline-note { font-size: 13px; color: #64748B; }

.tp-v2 .tp2-hero__trust { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 12px 0 20px; }
.tp-v2 .tp2-hero__trust-item { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #475569; font-weight: 500; }
.tp-v2 .tp2-hero__trust-item svg { color: #2563EB; flex-shrink: 0; }

.tp-v2 .tp2-hero__cta { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 22px; background: var(--tp2-accent); color: #FFF; font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 3px; transition: background 0.12s; }
.tp-v2 .tp2-hero__cta:hover { background: var(--tp2-accent-hover); color: #FFF; }

.tp-v2 .tp2-hero__gallery img { width: 100%; height: auto; max-height: 480px; object-fit: contain; background: #FFF; border: 1px solid #E5E7EB; border-radius: 4px; }
.tp-v2 .tp2-hero__thumbs { display: flex; gap: 8px; margin-top: 12px; }
.tp-v2 .tp2-hero__thumb { width: 64px; height: 64px; object-fit: cover; border: 1px solid #E5E7EB; border-radius: 3px; cursor: pointer; opacity: 0.75; }
.tp-v2 .tp2-hero__thumb--active, .tp-v2 .tp2-hero__thumb:hover { opacity: 1; border-color: #2563EB; }
.tp-v2 .tp2-hero__certs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.tp-v2 .tp2-hero__cert { font-size: 11px; color: #64748B; background: #FFF; border: 1px solid #E5E7EB; padding: 3px 8px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.04em; }
.tp-v2 .tp2-hero__crumb { font-size: 12px; color: #94A3B8; padding: 0 24px 12px; }
.tp-v2 .tp2-hero__crumb strong { color: #475569; font-weight: 500; }

/* T-CFG-25 — Sticky Price-Bar (erscheint beim Scrollen) */
.tp2-stickybar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.08);
  padding: 12px 24px;
  display: none;
  align-items: center;
  gap: 24px;
  z-index: 100;
  font-family: var(--tp2-font, "Inter", -apple-system, sans-serif);
}
.tp2-stickybar.is-visible { display: flex; }
.tp2-stickybar__product { font-size: 14px; font-weight: 600; color: #0F172A; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tp2-stickybar__pricewrap { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
.tp2-stickybar__price { font-size: 18px; font-weight: 700; color: #0F172A; font-variant-numeric: tabular-nums; line-height: 1.1; }
.tp2-stickybar__pricenote { font-size: 11px; color: #94A3B8; }
.tp2-stickybar__cta {
  background: var(--tp2-accent);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  transition: background 0.12s;
  font-family: inherit;
}
.tp2-stickybar__cta:hover { background: var(--tp2-accent-hover); }
@media (max-width: 640px) {
  .tp2-stickybar { padding: 10px 12px; gap: 12px; }
  .tp2-stickybar__product { display: none; }
  .tp2-stickybar__cta { padding: 10px 14px; }
}

/* T-CFG-26 — Farb-/Typo-Refresh: Body padding und Container-Width */
.tp-v2 .tp2-cfg-wrap { padding: 0; margin: 24px 0; }
.tp-v2 .tp2-cfg__card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  padding: 28px 32px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.tp-v2 .tp2-cfg__badge {
  display: inline-block;
  background: var(--tp2-accent);
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.tp-v2 .tp2-cfg__section + .tp2-cfg__section { margin-top: 32px; padding-top: 28px; border-top: 1px solid #EEF2F6; }
.tp-v2 .tp2-global__row { display: grid; grid-template-columns: 200px 1fr auto; align-items: center; padding: 12px 0; border-bottom: 1px solid #F1F5F9; }
.tp-v2 .tp2-global__row:last-child { border-bottom: 0; }
.tp-v2 .tp2-global__row-label { font-size: 13px; color: #64748B; font-weight: 500; }
.tp-v2 .tp2-global__row-value { font-size: 14px; color: #0F172A; font-weight: 500; }

/* Total */
.tp-v2 .tp2-total {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 32px; padding-top: 24px; border-top: 2px solid #0F172A;
  gap: 20px;
}
.tp-v2 .tp2-total__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #94A3B8; font-weight: 500; }
.tp-v2 .tp2-total__amount { font-size: 32px; font-weight: 700; color: #0F172A; font-variant-numeric: tabular-nums; line-height: 1.1; margin-top: 2px; }
.tp-v2 .tp2-total__note { font-size: 12px; color: #94A3B8; margin-top: 4px; }
.tp-v2 .tp2-cta {
  background: var(--tp2-accent); color: #FFF; font-size: 15px; font-weight: 600;
  padding: 14px 28px; border-radius: 3px; border: 0; cursor: pointer;
  transition: background 0.12s;
}
.tp-v2 .tp2-cta:hover { background: var(--tp2-accent-hover); }

/* Aggregations-Footer */
.tp-v2 .tp2-agg {
  display: flex; gap: 8px 24px; flex-wrap: wrap; padding: 14px 16px;
  background: #F8FAFC; border-radius: 3px; margin-top: 20px;
  font-size: 13px; color: #475569;
}
.tp-v2 .tp2-agg__staffel { color: var(--tp2-accent); font-weight: 600; }

/* File-Row */
.tp-v2 .tp2-file { padding: 16px 0; border-bottom: 1px solid #F1F5F9; }
.tp-v2 .tp2-file:last-child { border-bottom: 0; }
.tp-v2 .tp2-file__row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1.4fr) auto auto auto 32px;
  gap: 16px; align-items: center;
}
.tp-v2 .tp2-file__thumb { width: 56px; height: 56px; background: #F1F5F9; border-radius: 3px; }
.tp-v2 .tp2-file__name-text { font-size: 14px; font-weight: 500; color: #0F172A; }
.tp-v2 .tp2-file__upload-status { font-size: 11px; color: #94A3B8; margin-left: 8px; }
.tp-v2 .tp2-file__subtotal { font-size: 14px; font-weight: 600; color: #0F172A; font-variant-numeric: tabular-nums; min-width: 80px; text-align: right; }
.tp-v2 .tp2-file__remove { background: none; border: 0; color: #94A3B8; font-size: 18px; cursor: pointer; width: 32px; height: 32px; border-radius: 3px; transition: all 0.12s; }
.tp-v2 .tp2-file__remove:hover { color: #DC2626; background: #FEF2F2; }
.tp-v2 .tp2-file__actions { display: flex; gap: 16px; margin-top: 10px; padding-left: 72px; }
.tp-v2 .tp2-file__action { font-size: 12px; color: #64748B; text-decoration: none; }
.tp-v2 .tp2-file__action:hover { color: var(--tp2-accent); }

/* Upload-Dropzone */
.tp-v2 .tp2-upload__dropzone {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 18px; border: 1.5px dashed #CBD5E1; border-radius: 3px;
  cursor: pointer; transition: all 0.12s;
  font-size: 13px; color: #64748B; margin-bottom: 16px;
}
.tp-v2 .tp2-upload__dropzone:hover, .tp-v2 .tp2-upload__dropzone.is-dragover {
  border-color: var(--tp2-accent); background: var(--tp2-accent-bg); color: var(--tp2-accent);
}
.tp-v2 .tp2-upload__dropzone a { color: var(--tp2-accent); text-decoration: underline; font-weight: 500; }

/* Format-Field times-separator */
.tp-v2 .tp2-format { display: inline-flex; align-items: center; gap: 8px; }
.tp-v2 .tp2-format__times { color: #94A3B8; font-size: 14px; }
.tp-v2 .tp2-format__area { font-size: 12px; color: #94A3B8; margin-left: 8px; font-variant-numeric: tabular-nums; }

/* T-CFG-27 — Section-Sublines */
.tp-v2 .tp2-cfg__section-sub { font-size: 13px; color: #64748B; margin: -8px 0 16px; font-weight: 400; line-height: 1.5; }

/* ════════════════════════════════════════════════════════════
   T-CFG-29..31 — Phase A V3-Redesign
   2-col Konfigurator + Material-Karten + File-Row V3
   ════════════════════════════════════════════════════════════ */

/* Configurator Card → 2-col Layout */
.tp-v2 .tp2-cfg__card {
  background: #FFFFFF;
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius-lg);
  padding: 0;
  box-shadow: var(--tp2-shadow-sm);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 0;
}
.tp-v2 .tp2-cfg__options { padding: 28px 32px; }
.tp-v2 .tp2-cfg__sidebar {
  padding: 24px 24px 28px;
  background: var(--tp2-bg-surface);
  border-left: 1px solid var(--tp2-divider);
  position: sticky;
  top: 16px;
  align-self: start;
  border-radius: 0 var(--tp2-radius-lg) var(--tp2-radius-lg) 0;
}
@media (max-width: 980px) {
  .tp-v2 .tp2-cfg__card { grid-template-columns: 1fr; }
  .tp-v2 .tp2-cfg__sidebar { position: static; border-left: 0; border-top: 1px solid var(--tp2-divider); border-radius: 0; }
}

.tp-v2 .tp2-cfg__badge {
  display: inline-flex;
  align-items: center;
  background: var(--tp2-accent);
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 11px;
  border-radius: var(--tp2-radius-sm);
  margin-bottom: 6px;
}

.tp-v2 .tp2-cfg__section + .tp2-cfg__section {
  margin-top: 28px; padding-top: 24px;
  border-top: 1px solid var(--tp2-divider);
}
.tp-v2 .tp2-cfg__section-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp2-text);
  letter-spacing: -0.005em;
  margin: 0 0 4px;
  text-transform: none;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.tp-v2 .tp2-cfg__section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--tp2-divider);
  margin-left: 4px;
}
.tp-v2 .tp2-cfg__section-sub {
  font-size: 13px;
  color: var(--tp2-text-muted);
  margin: 0 0 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Material-Karten-Grid */
.tp-v2 .tp2-global { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
@media (max-width: 720px) {
  .tp-v2 .tp2-global { grid-template-columns: repeat(2, 1fr); }
}
.tp-v2 .tp2-global__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 14px 12px;
  background: #FFFFFF;
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius);
  cursor: pointer;
  min-height: var(--tp2-card-h);
  transition: border-color 0.12s, background 0.12s, box-shadow 0.12s;
  position: relative;
}
.tp-v2 .tp2-global__row:hover {
  border-color: var(--tp2-border-strong);
  box-shadow: var(--tp2-shadow-sm);
}
.tp-v2 .tp2-global__row[data-selected="1"], .tp-v2 .tp2-global__row.is-selected {
  border-color: var(--tp2-accent);
  background: var(--tp2-bg-selected);
  box-shadow: 0 0 0 1px var(--tp2-accent) inset;
}
.tp-v2 .tp2-global__row-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp2-text);
  line-height: 1.3;
}
.tp-v2 .tp2-global__row-value {
  display: block;
  font-size: 12px;
  color: var(--tp2-text-muted);
  margin-top: 3px;
  font-weight: 400;
}
.tp-v2 .tp2-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  background: none;
  letter-spacing: 0;
  text-transform: none;
  align-self: flex-start;
  margin-top: 10px;
}
.tp-v2 .tp2-tag--fix { color: var(--tp2-success); }
.tp-v2 .tp2-tag--var { color: var(--tp2-accent); }
.tp-v2 .tp2-global__row[data-new="1"]::before {
  content: "NEU";
  position: absolute; top: 8px; right: 8px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.05em;
  background: var(--tp2-accent-cyan); color: #FFF;
  padding: 2px 5px; border-radius: var(--tp2-radius-sm);
}

/* Format-Eingabe-Box */
.tp-v2 .tp2-format {
  display: inline-flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
}
.tp-v2 .tp2-format__field {
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius);
  background: #FFFFFF;
  padding: 0 12px;
  height: var(--tp2-input-h);
  display: inline-flex; align-items: center; gap: 6px;
  transition: border-color 0.12s, box-shadow 0.12s;
}
.tp-v2 .tp2-format__field:focus-within {
  border-color: var(--tp2-accent);
  box-shadow: 0 0 0 2px var(--tp2-accent-bg);
}
.tp-v2 .tp2-format__field-label {
  font-size: 11px; color: var(--tp2-text-hint);
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600;
}
.tp-v2 .tp2-format__field-input {
  border: 0; outline: none; font: inherit; width: 70px; height: 100%;
  font-size: 15px; font-weight: 600; text-align: right;
  background: transparent; font-variant-numeric: tabular-nums; padding: 0;
  color: var(--tp2-text);
}
.tp-v2 .tp2-format__field-input::-webkit-outer-spin-button,
.tp-v2 .tp2-format__field-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.tp-v2 .tp2-format__field-unit { font-size: 12px; color: var(--tp2-text-hint); font-weight: 500; }
.tp-v2 .tp2-format__times { color: var(--tp2-text-hint); font-size: 14px; }
.tp-v2 .tp2-format__area {
  font-size: 13px; color: var(--tp2-text-muted); margin-left: 8px;
  font-variant-numeric: tabular-nums; font-weight: 500;
}

/* Counter-Stepper */
.tp-v2 .tp2-counter {
  display: inline-flex; align-items: stretch;
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius);
  background: #FFFFFF; overflow: hidden;
}
.tp-v2 .tp2-counter__btn {
  background: var(--tp2-bg-surface); border: 0; cursor: pointer;
  width: var(--tp2-counter-button); height: var(--tp2-counter-button);
  min-width: 44px; min-height: 44px;
  font-size: 16px; font-weight: 600; color: var(--tp2-text);
  padding: 0; line-height: 1; transition: background 0.12s, color 0.12s;
}
.tp-v2 .tp2-counter__btn:hover { background: var(--tp2-bg-hover); color: var(--tp2-accent); }
.tp-v2 .tp2-counter__btn--prev { border-right: 1px solid var(--tp2-border); }
.tp-v2 .tp2-counter__btn--next { border-left: 1px solid var(--tp2-border); }
.tp-v2 .tp2-counter__input {
  border: 0; outline: none; font: inherit; width: 56px; height: var(--tp2-counter-button);
  text-align: center; font-size: 15px; font-weight: 700; background: #FFFFFF; padding: 0;
  font-variant-numeric: tabular-nums; color: var(--tp2-text);
}
.tp-v2 .tp2-counter__input::-webkit-outer-spin-button,
.tp-v2 .tp2-counter__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* File-Row V3 */
.tp-v2 .tp2-upload__list { display: flex; flex-direction: column; gap: 0; }
.tp-v2 .tp2-file {
  padding: 18px 0;
  border-bottom: 1px solid var(--tp2-divider);
}
.tp-v2 .tp2-file:last-child { border-bottom: 0; }
.tp-v2 .tp2-file__row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1.5fr) auto auto auto 28px;
  gap: 14px; align-items: center;
}
.tp-v2 .tp2-file__thumb {
  width: 48px; height: 48px;
  background: var(--tp2-bg-card-tint);
  border-radius: var(--tp2-radius);
  position: relative;
  overflow: hidden;
}
.tp-v2 .tp2-file__thumb::before {
  content: "PDF";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: var(--tp2-text-hint);
  letter-spacing: 0.05em;
}
.tp-v2 .tp2-file__name {
  display: flex; flex-direction: column; gap: 4px; min-width: 0;
}
.tp-v2 .tp2-file__name-text {
  font-size: 14px; font-weight: 600; color: var(--tp2-text);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.tp-v2 .tp2-file__upload-status { font-size: 11px; color: var(--tp2-text-hint); margin-left: 0; }
.tp-v2 .tp2-file__pills { display: flex; gap: 6px; flex-wrap: wrap; }
.tp-v2 .tp2-file__pill {
  font-size: 10px; font-weight: 600; padding: 2px 7px;
  border-radius: var(--tp2-radius-sm);
  background: var(--tp2-success-bg); color: var(--tp2-success);
  text-transform: uppercase; letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 3px;
}
.tp-v2 .tp2-file__pill--warn { background: var(--tp2-warning-bg); color: var(--tp2-warning); }
.tp-v2 .tp2-file__pill--error { background: var(--tp2-error-bg); color: var(--tp2-error); }
.tp-v2 .tp2-file__subtotal {
  font-size: 16px; font-weight: 700; color: var(--tp2-text);
  font-variant-numeric: tabular-nums; min-width: 92px; text-align: right;
}
.tp-v2 .tp2-file__perunit {
  font-size: 11px; color: var(--tp2-text-hint); font-weight: 500;
  font-variant-numeric: tabular-nums; text-align: right;
  margin-top: 2px;
}
.tp-v2 .tp2-file__remove {
  background: none; border: 0; color: var(--tp2-text-hint);
  font-size: 20px; cursor: pointer; width: 28px; height: 28px;
  border-radius: var(--tp2-radius); transition: all 0.12s;
  line-height: 1; display: inline-flex; align-items: center; justify-content: center;
}
.tp-v2 .tp2-file__remove:hover { color: var(--tp2-error); background: var(--tp2-error-bg); }
.tp-v2 .tp2-file__actions {
  display: flex; gap: 16px; margin-top: 10px; padding-left: 62px;
}
.tp-v2 .tp2-file__action {
  font-size: 12px; color: var(--tp2-text-muted); text-decoration: none;
  font-weight: 500; transition: color 0.12s;
}
.tp-v2 button.tp2-file__action,
.tp-v2 button.tp2-override__reset {
  appearance: none; background: transparent; border: 0; padding: 0;
  font: inherit; line-height: inherit; cursor: pointer; text-align: left;
}
.tp-v2 .tp2-file__action:hover { color: var(--tp2-accent); text-decoration: underline; }

/* Upload-Dropzone */
.tp-v2 .tp2-upload__rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.tp-v2 .tp2-upload__rule {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius);
  background: var(--tp2-bg-surface);
  color: var(--tp2-text-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.tp-v2 .tp2-upload__rule[data-tp2-upload-rule="mode"] {
  border-color: var(--tp2-accent-border);
  background: var(--tp2-accent-bg);
  color: var(--tp2-accent);
}
.tp-v2 .tp2-upload__hint {
  margin: -4px 0 12px;
  color: var(--tp2-text-muted);
  font-size: 13px;
  line-height: 1.45;
}
.tp-v2 .tp2-upload__notice {
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid var(--tp2-accent-border);
  border-radius: var(--tp2-radius);
  background: var(--tp2-accent-bg);
  color: var(--tp2-text);
  font-size: 13px;
  font-weight: 600;
}
.tp-v2 .tp2-upload__dropzone {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 22px; border: 1.5px dashed var(--tp2-border-strong);
  border-radius: var(--tp2-radius); cursor: pointer;
  font-size: 13px; color: var(--tp2-text-muted);
  margin-bottom: 18px; transition: all 0.12s;
  background: var(--tp2-bg-surface);
}
.tp-v2 .tp2-upload__dropzone:hover,
.tp-v2 .tp2-upload__dropzone.is-dragover {
  border-color: var(--tp2-accent);
  background: var(--tp2-accent-bg);
  color: var(--tp2-accent);
}
.tp-v2 .tp2-upload__dropzone a {
  color: var(--tp2-accent); text-decoration: underline; font-weight: 600;
}
.tp-v2 .tp2-upload__dropzone-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--tp2-accent); color: #FFF; font-size: 14px;
}
.tp-v2 .tp2-file--no-upload .tp2-file__row {
  grid-template-columns: minmax(140px, 1fr) auto auto auto;
}
.tp-v2 .tp2-file--no-upload .tp2-file__name-text {
  white-space: normal;
}
.tp-v2 .tp2-file--text-only .tp2-file__row {
  grid-template-columns: minmax(160px, 1fr) auto auto;
}
@media (max-width: 760px) {
  .tp-v2 .tp2-file--no-upload .tp2-file__row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .tp-v2 .tp2-file--no-upload .tp2-file__row > div:last-child,
  .tp-v2 .tp2-file--no-upload .tp2-format,
  .tp-v2 .tp2-file--no-upload .tp2-counter {
    justify-self: stretch;
  }
}

/* Aggregations-Footer */
.tp-v2 .tp2-agg {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  padding: 14px 0; margin-top: 14px;
  border-top: 1px solid var(--tp2-divider);
  border-bottom: 1px solid var(--tp2-divider);
  font-size: 12px;
}
.tp-v2 .tp2-agg > span {
  display: flex; flex-direction: column; gap: 2px;
  border-right: 1px solid var(--tp2-divider);
  padding-left: 14px;
}
.tp-v2 .tp2-agg > span:first-child { padding-left: 0; }
.tp-v2 .tp2-agg > span:last-child { border-right: 0; }
.tp-v2 .tp2-agg__staffel { color: var(--tp2-accent); font-weight: 600; }

/* Sidebar — Live-Kalkulation */
.tp-v2 .tp2-sidebar__label {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--tp2-text-hint);
  font-weight: 600; margin-bottom: 4px;
}
.tp-v2 .tp2-sidebar__title {
  font-size: 14px; font-weight: 700; color: var(--tp2-text);
  margin: 0 0 12px;
}
.tp-v2 .tp2-sidebar__line {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 8px 0; font-size: 13px; color: var(--tp2-text-body);
}
.tp-v2 .tp2-sidebar__line strong {
  font-weight: 600; color: var(--tp2-text);
  font-variant-numeric: tabular-nums;
}
.tp-v2 .tp2-sidebar__divider { border: 0; border-top: 1px solid var(--tp2-divider); margin: 10px 0; }
.tp-v2 .tp2-sidebar__tip {
  background: var(--tp2-accent-bg);
  border-left: 3px solid var(--tp2-accent);
  padding: 10px 12px; margin: 14px 0;
  font-size: 12px; color: var(--tp2-text-body); line-height: 1.5;
  border-radius: 0 var(--tp2-radius) var(--tp2-radius) 0;
}
.tp-v2 .tp2-sidebar__tip strong { color: var(--tp2-text); font-weight: 700; }

/* Total Block (in Sidebar) */
.tp-v2 .tp2-total {
  display: flex; flex-direction: column; gap: 4px;
  margin-top: 18px; padding-top: 16px;
  border-top: 2px solid var(--tp2-text); gap: 4px;
}
.tp-v2 .tp2-total > div { display: flex; flex-direction: column; gap: 2px; }
.tp-v2 .tp2-total__label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--tp2-text-hint); font-weight: 600;
}
.tp-v2 .tp2-total__amount {
  font-size: 28px; font-weight: 700; color: var(--tp2-text);
  font-variant-numeric: tabular-nums; line-height: 1.1; margin-top: 2px;
}
.tp-v2 .tp2-total__note { font-size: 11px; color: var(--tp2-text-hint); margin-top: 4px; }
.tp-v2 .tp2-cta {
  background: var(--tp2-accent); color: #FFFFFF;
  font-size: 15px; font-weight: 600;
  padding: 14px 22px; border-radius: var(--tp2-radius);
  border: 0; cursor: pointer;
  transition: background 0.12s, transform 0.06s;
  width: 100%; margin-top: 14px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.tp-v2 .tp2-cta:hover { background: var(--tp2-accent-hover); }
.tp-v2 .tp2-cta:active { transform: translateY(1px); }
.tp-v2 .tp2-cta::after { content: "→"; font-size: 16px; }

/* ════════════════════════════════════════════════════════════
   T-CFG-32 — Phase B: Trustbar / Profi-Garantie / Why-Teraprint
   ════════════════════════════════════════════════════════════ */

/* fullBleed-Mechanik: Block bricht aus tp-product-page max-width aus */
.tp-block--fullbleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Trustbar */
.tp-v2.tp2-trustbar {
  background: var(--tp2-bg-trustbar);
  color: var(--tp2-text-on-dark);
  font-size: 12px;
  font-weight: 500;
}
.tp-v2 .tp2-trustbar__inner {
  max-width: 1500px; margin: 0 auto;
  padding: 9px 24px;
  display: flex; align-items: center; gap: 22px;
  flex-wrap: wrap;
}
.tp-v2 .tp2-trustbar__item {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--tp2-text-on-dark);
}
.tp-v2 .tp2-trustbar__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.2);
  animation: tp2-pulse 2s infinite;
}
@keyframes tp2-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.tp-v2 .tp2-trustbar__spacer { flex: 1; }
.tp-v2 .tp2-trustbar__link {
  color: rgba(241, 245, 249, 0.85);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.12s;
}
.tp-v2 .tp2-trustbar__link:hover { color: #FFFFFF; text-decoration: underline; }
.tp-v2 span.tp2-trustbar__link { cursor: default; text-decoration: none; }
.tp-v2 span.tp2-trustbar__link:hover { text-decoration: none; }
.tp-v2 .tp2-trustbar__lang {
  color: rgba(241, 245, 249, 0.7);
  border-left: 1px solid rgba(241, 245, 249, 0.2);
  padding-left: 14px; margin-left: 2px;
}

/* Profi-Garantie-Strip */
.tp-v2.tp2-garantie {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin: 32px 0;
}
@media (max-width: 760px) {
  .tp-v2.tp2-garantie { grid-template-columns: repeat(2, 1fr); }
}
.tp-v2 .tp2-garantie__item {
  display: flex; gap: 14px; align-items: flex-start;
  background: #FFFFFF;
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius);
  padding: 18px 18px 16px;
  transition: border-color 0.12s, box-shadow 0.12s;
}
.tp-v2 .tp2-garantie__item:hover {
  border-color: var(--tp2-border-strong);
  box-shadow: var(--tp2-shadow-sm);
}
.tp-v2 .tp2-garantie__icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: var(--tp2-accent-bg);
  color: var(--tp2-accent);
  border-radius: var(--tp2-radius);
  display: inline-flex; align-items: center; justify-content: center;
}
.tp-v2 .tp2-garantie__title {
  font-size: 14px; font-weight: 700; color: var(--tp2-text);
  margin-bottom: 4px;
}
.tp-v2 .tp2-garantie__body {
  font-size: 12.5px; color: var(--tp2-text-muted); line-height: 1.5;
}
@media (max-width: 460px) {
  .tp-v2.tp2-garantie { grid-template-columns: 1fr; }
  .tp-v2 .tp2-garantie__item,
  .tp-v2 .tp2-garantie__text { min-width: 0; }
}

/* Why-Teraprint */
.tp-v2.tp2-why {
  background: var(--tp2-bg-surface);
  padding: 64px 0;
  margin: 32px 0;
}
.tp-v2 .tp2-why__inner {
  max-width: 1500px; margin: 0 auto; padding: 0 24px;
}
.tp-v2 .tp2-why__head { text-align: center; max-width: 780px; margin: 0 auto 48px; }
.tp-v2 .tp2-why__eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--tp2-accent);
  margin-bottom: 14px;
}
.tp-v2 .tp2-why__title {
  font-size: 36px; font-weight: 700; line-height: 1.15;
  color: var(--tp2-text); margin: 0 0 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 640px) { .tp-v2 .tp2-why__title { font-size: 26px; } }
.tp-v2 .tp2-why__lead {
  font-size: 15px; line-height: 1.6;
  color: var(--tp2-text-muted); margin: 0;
}
.tp-v2 .tp2-why__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  margin-bottom: 48px;
  padding: 24px 0;
  border-top: 1px solid var(--tp2-divider);
  border-bottom: 1px solid var(--tp2-divider);
}
@media (max-width: 640px) { .tp-v2 .tp2-why__stats { grid-template-columns: 1fr; gap: 20px; } }
.tp-v2 .tp2-why__stat { text-align: center; }
.tp-v2 .tp2-why__stat-value {
  font-size: 32px; font-weight: 700; color: var(--tp2-text);
  font-variant-numeric: tabular-nums;
  line-height: 1.1; margin-bottom: 6px;
}
.tp-v2 .tp2-why__stat-label {
  font-size: 12px; color: var(--tp2-text-muted);
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500;
}
.tp-v2 .tp2-why__usps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
@media (max-width: 900px) { .tp-v2 .tp2-why__usps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .tp-v2 .tp2-why__usps { grid-template-columns: 1fr; } }
.tp-v2 .tp2-why__usp {
  border-top: 2px solid var(--tp2-accent);
  padding-top: 16px;
}
.tp-v2 .tp2-why__usp-title {
  font-size: 15px; font-weight: 700; color: var(--tp2-text);
  margin: 0 0 8px;
}
.tp-v2 .tp2-why__usp-body {
  font-size: 13px; color: var(--tp2-text-muted);
  line-height: 1.6; margin: 0;
}

/* ════════════════════════════════════════════════════════════
   T-CFG-33 — Phase C: Hero V3 (Live-Preview + Express + Beratung)
   ════════════════════════════════════════════════════════════ */

/* Live-Preview Container */
.tp-v2 .tp2-hero__preview {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--tp2-border);
  border-radius: var(--tp2-radius);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.tp-v2 .tp2-hero__preview-img {
  max-width: 100%; max-height: 100%; height: auto; object-fit: contain;
  position: absolute; inset: 0; margin: auto;
  z-index: 1;
}
.tp-v2 .tp2-hero__preview-overlay {
  position: absolute; inset: 8% 18%;
  z-index: 2;
  border: 2px dashed rgba(15, 23, 42, 0.18);
  border-radius: var(--tp2-radius);
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}
.tp-v2 .tp2-hero__preview-placeholder {
  text-align: center; padding: 12px;
}
.tp-v2 .tp2-hero__preview-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--tp2-text-muted);
  margin-bottom: 12px;
}
.tp-v2 .tp2-hero__preview-cta {
  display: inline-block;
  padding: 8px 22px; border: 2px solid var(--tp2-accent);
  color: var(--tp2-accent); border-radius: var(--tp2-radius);
  font-size: 13px; font-weight: 700; margin-bottom: 10px;
}
.tp-v2 .tp2-hero__preview-url {
  font-size: 11px; color: var(--tp2-text-hint);
  letter-spacing: 0.04em;
}
.tp-v2 .tp2-hero__preview-index {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(15, 23, 42, 0.85); color: #FFF;
  font-size: 11px; padding: 4px 10px; border-radius: var(--tp2-radius);
  font-weight: 500; z-index: 3;
}
.tp-v2 .tp2-hero__preview-index-total { opacity: 0.6; margin-left: 2px; }

.tp-v2 .tp2-hero__preview-meta {
  margin-top: 10px;
  font-size: 12px; color: var(--tp2-text-muted);
  font-variant-numeric: tabular-nums;
  text-align: center;
}

/* Express-Countdown */
.tp-v2 .tp2-hero__express {
  margin-top: 16px;
  background: linear-gradient(135deg, var(--tp2-express-bg-from) 0%, var(--tp2-express-bg-to) 100%);
  border: 1px solid var(--tp2-express-border);
  border-radius: var(--tp2-radius);
  padding: 14px 16px;
}
.tp-v2 .tp2-hero__express-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 6px;
}
.tp-v2 .tp2-hero__express-eyebrow {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--tp2-express-ink);
}
.tp-v2 .tp2-hero__express-date {
  font-size: 12px; color: var(--tp2-express-ink-strong); font-weight: 600;
}
.tp-v2 .tp2-hero__express-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 12px;
  font-size: 12px; color: var(--tp2-express-ink-strong);
}
.tp-v2 .tp2-hero__express-timer {
  font-size: 18px; font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--tp2-express-ink-strong);
  letter-spacing: 0.04em;
}
.tp-v2 .tp2-hero__express-pipe {
  display: flex; align-items: center; gap: 6px;
}
.tp-v2 .tp2-hero__pipe-step {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; flex-shrink: 0;
}
.tp-v2 .tp2-hero__pipe-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--tp2-express-pipe-dim);
}
.tp-v2 .tp2-hero__pipe-step.is-active .tp2-hero__pipe-dot {
  background: var(--tp2-express-ink-strong);
  box-shadow: 0 0 0 3px var(--tp2-express-pipe-dim);
}
.tp-v2 .tp2-hero__pipe-label {
  font-size: 9px; font-weight: 700; color: var(--tp2-express-ink-strong);
  letter-spacing: 0.08em;
}
.tp-v2 .tp2-hero__pipe-line {
  flex: 1; height: 2px; background: var(--tp2-express-pipe-dim);
  margin-bottom: 12px;
}

/* Beratungs-Card */
.tp-v2 .tp2-hero__consultant {
  margin-top: 14px;
  display: grid; grid-template-columns: 48px 1fr auto;
  gap: 12px; align-items: center;
  padding: 12px;
  background: var(--tp2-bg-surface);
  border-radius: var(--tp2-radius);
  border: 1px solid var(--tp2-divider);
}
.tp-v2 .tp2-hero__consultant-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--tp2-accent), var(--tp2-accent-cyan));
  color: #FFFFFF; font-weight: 700; font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  letter-spacing: 0.04em;
}
.tp-v2 .tp2-hero__consultant-name {
  font-size: 14px; font-weight: 600; color: var(--tp2-text);
}
.tp-v2 .tp2-hero__consultant-role {
  font-size: 11.5px; color: var(--tp2-text-muted);
  line-height: 1.4; margin-top: 2px;
}
.tp-v2 .tp2-hero__consultant-cta {
  font-size: 12px; font-weight: 600;
  color: var(--tp2-accent); text-decoration: none;
  padding: 8px 14px; border: 1px solid var(--tp2-accent);
  border-radius: var(--tp2-radius);
  transition: background 0.12s, color 0.12s;
}
.tp-v2 button.tp2-hero__consultant-cta {
  appearance: none; background: transparent; font-family: inherit;
  cursor: pointer; line-height: inherit;
}
.tp-v2 .tp2-hero__consultant-cta:hover {
  background: var(--tp2-accent); color: #FFFFFF;
}

/* Hero-Grid Justierung — mehr Padding, dichter */
.tp-v2 .tp2-hero__grid {
  background: var(--tp2-bg-page);
  padding: 32px 0;
  border-radius: 0;
  gap: 48px;
}

/* ════════════════════════════════════════════════════════════
   T-CFG-35 — Tweaks-Panel (floating top-right, theme-switcher)
   ════════════════════════════════════════════════════════════ */

.tp2-tweaks {
  position: fixed;
  top: 80px; right: 20px;
  width: 280px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.16);
  z-index: 9999;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  color: #0F172A;
  overflow: hidden;
}
.tp2-tweaks__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #F1F5F9;
}
.tp2-tweaks__title {
  font-size: 13px; font-weight: 700; letter-spacing: -0.005em;
}
.tp2-tweaks__close {
  background: none; border: 0; cursor: pointer;
  font-size: 22px; color: #94A3B8; line-height: 1;
  padding: 0; width: 24px; height: 24px;
  border-radius: 3px; transition: background 0.12s, color 0.12s;
}
.tp2-tweaks__close:hover { background: #F1F5F9; color: #0F172A; }
.tp2-tweaks__section { padding: 14px; border-bottom: 1px solid #F1F5F9; }
.tp2-tweaks__section:last-child { border-bottom: 0; }
.tp2-tweaks__label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #94A3B8; margin-bottom: 4px;
  display: flex; justify-content: space-between; align-items: baseline;
}
.tp2-tweaks__hex {
  font-size: 11px; font-weight: 500; color: #64748B;
  font-family: ui-monospace, monospace; letter-spacing: 0;
}
.tp2-tweaks__hint {
  font-size: 12px; color: #64748B; margin-bottom: 10px; line-height: 1.5;
}
.tp2-tweaks__presets {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.tp2-tweaks__preset {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  transition: border-color 0.12s, box-shadow 0.12s;
  text-align: left;
  font-family: inherit;
}
.tp2-tweaks__preset:hover { border-color: #94A3B8; }
.tp2-tweaks__preset.is-active {
  border-color: #2563EB;
  box-shadow: 0 0 0 1px #2563EB inset;
}
.tp2-tweaks__preset-row {
  display: flex; gap: 3px; margin-bottom: 8px;
}
.tp2-tweaks__swatch {
  flex: 1; height: 22px; border-radius: 3px; border: 1px solid rgba(15, 23, 42, 0.08);
}
.tp2-tweaks__preset-label {
  font-size: 12px; font-weight: 600; color: #0F172A;
}
.tp2-tweaks__colors {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px;
}
.tp2-tweaks__color {
  height: 28px;
  border: 2px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.1s, border-color 0.12s;
  padding: 0;
}
.tp2-tweaks__color:hover { transform: scale(1.06); border-color: rgba(15, 23, 42, 0.2); }
.tp2-tweaks__note {
  padding: 10px 14px;
  background: #F8FAFC;
  font-size: 11px; color: #64748B; line-height: 1.5;
}
@media (max-width: 640px) {
  .tp2-tweaks { width: calc(100% - 40px); top: 70px; }
}

/* ════════════════════════════════════════════════════════════
   T-CFG-36 — Tweaks-Panel Slot-UI (Color-Picker pro Token)
   ════════════════════════════════════════════════════════════ */
.tp2-tweaks { max-height: calc(100vh - 100px); overflow-y: auto; }
.tp2-tweaks__section--slots { padding-top: 14px; }
.tp2-tweaks__slots {
  display: flex; flex-direction: column; gap: 8px;
  max-height: 360px; overflow-y: auto;
  padding-right: 4px;
  margin-top: 6px;
}
.tp2-tweaks__slot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 3px;
  transition: background 0.12s;
}
.tp2-tweaks__slot:hover { background: #F8FAFC; }
.tp2-tweaks__slot-label {
  font-size: 11px; color: #475569; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  line-height: 1.4; align-self: center;
}
.tp2-tweaks__slot-controls {
  display: inline-flex; align-items: center; gap: 4px;
}
.tp2-tweaks__slot-color {
  width: 26px; height: 26px;
  border: 1px solid #CBD5E1;
  border-radius: 3px;
  cursor: pointer; padding: 0;
  background: transparent;
}
.tp2-tweaks__slot-color::-webkit-color-swatch { border: 0; border-radius: 2px; }
.tp2-tweaks__slot-color::-webkit-color-swatch-wrapper { padding: 0; border-radius: 2px; }
.tp2-tweaks__slot-color::-moz-color-swatch { border: 0; border-radius: 2px; }
.tp2-tweaks__slot-hex {
  width: 76px; height: 26px;
  border: 1px solid #E5E7EB; border-radius: 3px;
  padding: 0 6px;
  font: 500 11px ui-monospace, monospace;
  color: #475569;
  text-transform: uppercase; letter-spacing: 0;
  outline: none;
}
.tp2-tweaks__slot-hex:focus { border-color: #2563EB; box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12); }
.tp2-tweaks__slot-reset {
  width: 22px; height: 22px;
  background: none; border: 0; cursor: pointer;
  color: #94A3B8; font-size: 14px; line-height: 1;
  border-radius: 3px;
  transition: background 0.12s, color 0.12s;
}
.tp2-tweaks__slot-reset:hover { background: #F1F5F9; color: #2563EB; }

.tp2-tweaks__section--actions {
  display: flex; gap: 8px; padding: 12px 14px;
  background: #F8FAFC;
}
.tp2-tweaks__btn {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #CBD5E1; background: #FFFFFF;
  border-radius: 3px;
  font: 600 12px 'Inter', sans-serif;
  color: #475569; cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.tp2-tweaks__btn:hover { border-color: #2563EB; color: #2563EB; }
.tp2-tweaks__btn--primary {
  background: #2563EB; border-color: #2563EB; color: #FFFFFF;
}
.tp2-tweaks__btn--primary:hover { background: #1D4ED8; border-color: #1D4ED8; color: #FFFFFF; }
