:root {
  --tdb-blue: #205cd4;
  --tdb-blue-dark: #174bb0;
  --tdb-cyan: #9ed8ff;
  --tdb-ink: #181818;
  --tdb-muted: #687181;
  --tdb-line: #dfe3ea;
  --tdb-panel: #ffffff;
  --tdb-bg: #f5f7fb;
  --tdb-soft: #f8fafc;
  --tdb-shadow: 0 24px 70px rgba(16, 24, 40, 0.16);
  --tdb-radius-lg: 30px;
  --tdb-radius-md: 20px;
  --tdb-radius-sm: 14px;
}

body.tdb-configurator-page {
  background: var(--tdb-bg);
  overflow-x: hidden;
}

body.tdb-configurator-page .page-header,
body.tdb-configurator-page .entry-title {
  display: none !important;
}

body.tdb-configurator-page .site-main,
body.tdb-configurator-page .page-content {
  display: flow-root;
  margin: 0 !important;
  max-width: none !important;
  overflow: visible;
  padding: 0 !important;
  width: 100% !important;
}

body.tdb-configurator-page .elementor-location-header {
  position: relative;
  z-index: 20;
}

body.tdb-configurator-page .elementor-location-header .elementor-element-4de0744a,
body.tdb-configurator-page .elementor-location-header .elementor-element-24983b7 {
  margin: 0 !important;
  padding: 0 !important;
}

body.tdb-configurator-page .elementor-location-header .elementor-element-4de0744a > .elementor-container {
  min-height: 42px;
}

body.tdb-configurator-page .elementor-location-header .elementor-element-24983b7 > .elementor-container {
  min-height: 74px;
}

body.tdb-configurator-page .elementor-location-header .elementor-widget-wrap {
  align-items: center;
}

body.tdb-configurator-page .elementor-location-header .elementor-widget:not(:last-child) {
  margin-block-end: 0 !important;
}

body.tdb-configurator-page .elementor-location-header .elementor-element-ef90687 {
  width: 10% !important;
}

body.tdb-configurator-page .elementor-location-header .elementor-element-0bb5429 {
  width: 70% !important;
}

body.tdb-configurator-page .elementor-location-header .elementor-element-ff5a05f {
  width: 20% !important;
}

body.tdb-configurator-page .elementor-location-header .elementor-widget-theme-site-logo img {
  display: block;
  max-height: 54px;
  width: auto;
}

body.tdb-configurator-page .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

body.tdb-configurator-page .elementor-location-header .elementor-nav-menu--main .elementor-item {
  color: #ffffff !important;
  font-family: "Poppins", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  padding: 13px 12px !important;
  white-space: nowrap;
}

body.tdb-configurator-page .elementor-location-header .elementor-button {
  align-items: center;
  border-radius: 5px !important;
  display: inline-flex;
  font-size: 12px !important;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px !important;
}

.tdb-configurator {
  background:
    radial-gradient(circle at 14% 4%, rgba(40, 99, 214, 0.32), transparent 34rem),
    radial-gradient(circle at 88% 16%, rgba(158, 216, 255, 0.2), transparent 24rem),
    linear-gradient(180deg, #111827 0, #172033 440px, var(--tdb-bg) 440px, var(--tdb-bg) 100%);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 36px;
  box-shadow: 0 28px 90px rgba(16, 24, 40, 0.18);
  color: var(--tdb-ink);
  font-family: "Bahnschrift", "DIN Alternate", "Segoe UI", sans-serif;
  isolation: isolate;
  margin: clamp(22px, 3vw, 38px) auto clamp(48px, 5vw, 72px);
  max-width: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min(1800px, calc(100vw - 42px));
}

.tdb-configurator * {
  box-sizing: border-box;
}

.tdb-configurator button,
.tdb-configurator input,
.tdb-configurator select,
.tdb-configurator textarea {
  color: var(--tdb-ink);
  font: inherit;
}

.tdb-hero {
  color: #ffffff;
  display: grid;
  gap: 12px;
  margin: 0;
  max-width: 920px;
  padding: clamp(42px, 4.2vw, 62px) clamp(32px, 4vw, 42px) 0;
}

.tdb-hero p,
.tdb-configurator small {
  color: var(--tdb-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.tdb-hero h2 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
  max-width: 940px;
}

.tdb-hero span {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.55;
  max-width: 720px;
}

.tdb-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.tdb-trust-row span {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  padding: 10px 13px;
}

.tdb-layout {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(390px, 1.08fr) minmax(360px, 0.92fr) minmax(320px, 0.66fr);
  margin-top: clamp(30px, 3vw, 38px);
  min-width: 0;
  padding: 0 clamp(32px, 4vw, 42px) clamp(44px, 5vw, 64px);
}

.tdb-card,
.tdb-basket,
.tdb-summary {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--tdb-radius-lg);
  box-shadow: var(--tdb-shadow);
  min-width: 0;
  padding: clamp(24px, 2vw, 28px);
  position: relative;
}

.tdb-card h3,
.tdb-basket h3,
.tdb-summary h3 {
  color: var(--tdb-ink) !important;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0 0 22px;
}

.tdb-card-head {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.tdb-card-head > strong {
  background: #e9f1ff;
  border-radius: 999px;
  color: var(--tdb-blue-dark);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  padding: 9px 12px;
  white-space: nowrap;
}

.tdb-dropzone {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(40, 99, 214, 0.08), rgba(158, 216, 255, 0.12)),
    #fbfcff;
  border: 2px dashed #aeb8c7;
  border-radius: var(--tdb-radius-md);
  color: #4b5563;
  cursor: pointer;
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-bottom: 18px;
  min-height: 158px;
  padding: 28px;
  position: relative;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tdb-dropzone:hover {
  border-color: var(--tdb-blue);
  box-shadow: 0 18px 34px rgba(40, 99, 214, 0.16);
  transform: translateY(-2px);
}

.tdb-dropzone.is-dragging {
  background:
    linear-gradient(135deg, rgba(32, 92, 212, 0.14), rgba(158, 216, 255, 0.2)),
    #ffffff;
  border-color: var(--tdb-blue);
  box-shadow: 0 22px 42px rgba(40, 99, 214, 0.2);
}

.tdb-dropzone input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.tdb-dropzone b {
  color: var(--tdb-ink);
  font-size: 1.1rem;
}

.tdb-dropzone span {
  color: var(--tdb-muted);
  line-height: 1.45;
}

.tdb-unit-check {
  align-items: center;
  background: #fff7e6;
  border: 1px solid #fed58b;
  border-radius: var(--tdb-radius-md);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  margin: -2px 0 18px;
  padding: 16px;
}

.tdb-unit-check[hidden] {
  display: none;
}

.tdb-unit-check.needs-unit {
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.tdb-unit-check b {
  color: var(--tdb-ink);
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

.tdb-unit-check p,
.tdb-unit-check > span {
  color: #7a4c00;
  font-size: 0.92rem;
  line-height: 1.4;
  margin: 0;
}

.tdb-unit-check > span {
  grid-column: 1 / -1;
  font-weight: 800;
}

.tdb-ghost,
.tdb-secondary {
  border: 1px solid #bfd0ec;
  border-radius: 999px;
  cursor: pointer;
  display: inline-grid;
  font-weight: 900;
  min-height: 40px;
  padding: 0 15px;
  place-items: center;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tdb-ghost {
  background: var(--tdb-blue);
  border: 0;
  color: #ffffff !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tdb-secondary {
  background: var(--tdb-blue);
  color: #ffffff !important;
}

.tdb-ghost:hover,
.tdb-secondary:hover {
  border-color: var(--tdb-blue);
  box-shadow: 0 14px 28px rgba(40, 99, 214, 0.18);
  transform: translateY(-2px);
}

.tdb-ghost:hover,
.tdb-secondary:hover {
  background: var(--tdb-blue-dark);
}

.tdb-viewer {
  background:
    radial-gradient(circle at 40% 24%, rgba(255, 255, 255, 0.16), transparent 16rem),
    linear-gradient(145deg, #0a111d, #24324a);
  border-radius: 28px;
  height: clamp(340px, 29vw, 430px);
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}

.tdb-viewer canvas {
  display: block;
  height: 100%;
  width: 100%;
}

.tdb-viewer [data-empty-viewer] {
  color: rgba(255, 255, 255, 0.68);
  display: grid;
  inset: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
  text-align: center;
}

.tdb-viewer [data-empty-viewer][hidden] {
  display: none !important;
}

.tdb-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}

.tdb-metrics span {
  background: var(--tdb-soft);
  border: 1px solid var(--tdb-line);
  border-radius: var(--tdb-radius-sm);
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 15px;
}

.tdb-metrics b {
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}

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

.tdb-procedure {
  margin-bottom: 18px;
}

.tdb-procedure button {
  background: var(--tdb-soft);
  border: 1px solid var(--tdb-line);
  border-radius: var(--tdb-radius-md);
  color: var(--tdb-ink);
  cursor: pointer;
  font-weight: 900;
  min-height: 112px;
  min-width: 0;
  padding: 18px;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tdb-procedure button:hover,
.tdb-procedure button.is-active {
  background: #edf4ff;
  border-color: var(--tdb-blue);
  box-shadow: 0 14px 30px rgba(40, 99, 214, 0.14);
  transform: translateY(-1px);
}

.tdb-procedure button span {
  color: var(--tdb-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-top: 8px;
  text-transform: uppercase;
  white-space: normal;
}

.tdb-procedure button.is-active {
  color: var(--tdb-blue-dark);
}

.tdb-assistant {
  background:
    linear-gradient(135deg, rgba(40, 99, 214, 0.08), rgba(158, 216, 255, 0.14)),
    #fbfdff;
  border: 1px solid #d6e4ff;
  border-radius: var(--tdb-radius-md);
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 18px;
}

.tdb-assistant > b {
  color: var(--tdb-ink);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.tdb-assistant > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tdb-assistant button {
  background: #ffffff;
  border: 1px solid #bfd0ec;
  border-radius: 999px;
  color: var(--tdb-blue-dark);
  cursor: pointer;
  font-weight: 900;
  min-height: 38px;
  padding: 0 12px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tdb-assistant button:hover,
.tdb-assistant button.is-active {
  background: var(--tdb-blue);
  border-color: var(--tdb-blue);
  color: #ffffff;
}

.tdb-assistant p,
.tdb-card p,
.tdb-basket p,
.tdb-summary p {
  color: var(--tdb-muted);
  line-height: 1.55;
  margin: 0;
}

.tdb-material-info {
  background: #ffffff;
  border: 1px solid #dbe6f7;
  border-radius: var(--tdb-radius-md);
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 16px;
}

.tdb-material-info b {
  color: var(--tdb-ink);
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.tdb-material-info > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tdb-material-info span {
  background: #edf4ff;
  border: 1px solid #bfd0ec;
  border-radius: 999px;
  color: var(--tdb-blue-dark);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px 10px;
}

.tdb-configurator label {
  color: #263142;
  display: grid;
  font-size: 0.94rem;
  font-weight: 900;
  gap: 8px;
}

.tdb-configurator select,
.tdb-configurator textarea,
.tdb-configurator input[type="text"],
.tdb-configurator input[type="email"],
.tdb-configurator input[type="tel"] {
  background: #ffffff;
  border: 1px solid var(--tdb-line);
  border-radius: var(--tdb-radius-sm);
  color: var(--tdb-ink);
  min-height: 48px;
  padding: 0 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.tdb-configurator select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #526176 50%),
    linear-gradient(135deg, #526176 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 38px;
}

.tdb-configurator select:focus,
.tdb-configurator textarea:focus,
.tdb-configurator input[type="text"]:focus,
.tdb-configurator input[type="email"]:focus,
.tdb-configurator input[type="tel"]:focus {
  border-color: var(--tdb-blue);
  box-shadow: 0 0 0 4px rgba(40, 99, 214, 0.12);
  outline: 0;
}

.tdb-configurator textarea {
  min-height: 116px;
  padding: 14px;
  resize: vertical;
}

.tdb-range {
  margin: 18px 0;
}

.tdb-range input {
  accent-color: var(--tdb-blue);
  width: 100%;
}

.tdb-price-card {
  align-self: start;
  overflow: hidden;
  padding: 28px;
  position: sticky;
  top: 22px;
}

.tdb-price {
  color: var(--tdb-ink);
  display: block;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 8px 0 14px;
  overflow-wrap: anywhere;
}

.tdb-signal {
  align-items: center;
  background: var(--tdb-soft);
  border: 1px solid var(--tdb-line);
  border-radius: var(--tdb-radius-sm);
  display: grid;
  gap: 4px 10px;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  padding: 14px;
}

.tdb-signal i {
  background: var(--tdb-blue);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(40, 99, 214, 0.12);
  display: block;
  height: 12px;
  width: 12px;
}

.tdb-signal span {
  color: var(--tdb-muted);
  grid-column: 2;
  line-height: 1.35;
}

.tdb-signal.signal-green i {
  background: #24b26b;
  box-shadow: 0 0 0 6px rgba(36, 178, 107, 0.14);
}

.tdb-signal.signal-amber i {
  background: #f59e0b;
  box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.16);
}

.tdb-signal.signal-red i {
  background: #ef4444;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.14);
}

.tdb-warning {
  background: #fff7e6;
  border: 1px solid #fed58b;
  border-radius: 13px;
  color: #7a4c00;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
  padding: 11px 12px;
}

.tdb-warning.is-info {
  background: #edf4ff;
  border-color: #bfd0ec;
  color: var(--tdb-blue-dark);
}

.tdb-price-card dl {
  display: grid;
  gap: 0;
  margin: 0 0 22px;
  padding: 0;
}

.tdb-quote-meta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 18px;
}

.tdb-quote-meta span {
  background: #f8fbff;
  border: 1px solid #dbe6f7;
  border-radius: 13px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px;
}

.tdb-quote-meta b {
  color: var(--tdb-ink);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.tdb-quote-meta small {
  color: var(--tdb-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tdb-price-card dt {
  border-top: 1px solid var(--tdb-line);
  color: var(--tdb-muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 14px 0 4px;
  text-transform: uppercase;
}

.tdb-price-card dd {
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 0 0 14px;
}

.tdb-primary {
  background: var(--tdb-blue);
  border: 0;
  border-radius: 15px;
  box-shadow: 0 14px 28px rgba(40, 99, 214, 0.26);
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.06em;
  min-height: 54px;
  text-transform: uppercase;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.tdb-primary:hover {
  background: var(--tdb-blue-dark);
  box-shadow: 0 18px 36px rgba(40, 99, 214, 0.34);
  transform: translateY(-2px);
}

.tdb-secondary {
  border-radius: 15px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  min-height: 48px;
  text-transform: uppercase;
  width: 100%;
}

.tdb-basket,
.tdb-summary {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  margin: 0 clamp(32px, 4vw, 42px) clamp(44px, 5vw, 64px);
  padding: 30px;
}

.tdb-basket[hidden],
.tdb-summary[hidden] {
  display: none;
}

.tdb-basket-item {
  background: var(--tdb-soft);
  border: 1px solid var(--tdb-line);
  border-radius: var(--tdb-radius-sm);
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  padding: 14px;
}

.tdb-basket-item button {
  background: #fff1f1;
  border: 1px solid #ffd0d0;
  border-radius: 999px;
  color: #9b1c1c;
  cursor: pointer;
  font-weight: 900;
  min-height: 32px;
  padding: 0 11px;
  width: max-content;
}

.tdb-summary textarea {
  background: #0f172a;
  border-color: #1e293b;
  color: #dbeafe;
  font-family: "Cascadia Mono", "Consolas", monospace;
  min-height: 280px;
}

.tdb-request-flow {
  display: grid;
  gap: 18px;
}

.tdb-request-form {
  background: var(--tdb-soft);
  border: 1px solid var(--tdb-line);
  border-radius: var(--tdb-radius-md);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.tdb-honeypot {
  height: 0;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.tdb-request-form h4 {
  color: var(--tdb-ink);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin: 0;
}

.tdb-consent {
  align-items: flex-start;
  display: flex !important;
  flex-direction: row;
  gap: 10px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

.tdb-consent input {
  accent-color: var(--tdb-blue);
  flex: 0 0 auto;
  margin-top: 3px;
}

.tdb-submit-status {
  color: var(--tdb-blue-dark) !important;
  font-weight: 900;
  min-height: 22px;
}

.tdb-primary:disabled,
.tdb-secondary:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.tdb-primary:disabled:hover {
  background: var(--tdb-blue);
  box-shadow: none;
  transform: none;
}

.tdb-next-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tdb-next-steps span {
  background: #ffffff;
  border: 1px solid #dbe6f7;
  border-radius: 13px;
  color: var(--tdb-muted);
  display: grid;
  font-size: 0.86rem;
  gap: 4px;
  line-height: 1.35;
  padding: 12px;
}

.tdb-next-steps b {
  color: var(--tdb-ink);
}

.tdb-consent a {
  color: var(--tdb-blue-dark);
  font-weight: 900;
}

@media (max-width: 1240px) {
  .tdb-layout {
    grid-template-columns: 1fr 1fr;
  }

  .tdb-price-card {
    grid-column: 1 / -1;
    position: static;
  }
}

@media (max-width: 1080px) {
  .tdb-configurator {
    width: calc(100vw - 28px);
  }

  .tdb-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  body.tdb-configurator-page .elementor-location-header .elementor-element-24983b7 > .elementor-container {
    min-height: auto;
  }

  body.tdb-configurator-page .elementor-location-header .elementor-element-24983b7 .elementor-container {
    align-items: center;
  }

  body.tdb-configurator-page .elementor-location-header .elementor-element-ef90687,
  body.tdb-configurator-page .elementor-location-header .elementor-element-0bb5429,
  body.tdb-configurator-page .elementor-location-header .elementor-element-ff5a05f {
    width: 100% !important;
  }

  body.tdb-configurator-page .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  body.tdb-configurator-page .elementor-location-header .elementor-nav-menu--main .elementor-item {
    font-size: 14px !important;
    padding: 10px 9px !important;
  }

  .tdb-configurator {
    border-radius: 22px;
    margin: 18px auto;
    max-width: none;
    padding: 0;
    width: calc(100vw - 24px);
  }

  .tdb-hero {
    padding: 28px 18px 0;
  }

  .tdb-layout {
    margin-top: 24px;
    padding: 0 18px 18px;
  }

  .tdb-layout,
  .tdb-basket,
  .tdb-summary,
  .tdb-procedure,
  .tdb-form-grid,
  .tdb-metrics,
  .tdb-unit-check,
  .tdb-next-steps {
    grid-template-columns: 1fr;
  }

  .tdb-card-head {
    display: grid;
  }

  .tdb-viewer {
    height: 320px;
  }

  .tdb-basket,
  .tdb-summary {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .tdb-configurator {
    border-radius: 18px;
    max-width: calc(100vw - 32px);
    padding: 0;
    width: calc(100vw - 32px);
  }

  .tdb-hero {
    margin: 0;
    gap: 10px;
    padding: 22px 12px 0;
  }

  .tdb-layout {
    padding: 0 12px 12px;
  }

  .tdb-hero h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.35rem);
    letter-spacing: -0.045em;
  }

  .tdb-hero span {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .tdb-trust-row {
    gap: 6px;
  }

  .tdb-trust-row span {
    font-size: 0.76rem;
    padding: 8px 9px;
  }

  .tdb-card,
  .tdb-basket,
  .tdb-summary {
    border-radius: 20px;
    overflow: hidden;
    padding: 16px;
  }

  .tdb-card h3,
  .tdb-basket h3,
  .tdb-summary h3 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .tdb-card-head > strong {
    justify-self: start;
    width: max-content;
  }

  .tdb-dropzone {
    min-height: 118px;
    padding: 18px 12px;
  }

  .tdb-dropzone b,
  .tdb-dropzone span {
    line-height: 1.32;
  }

  .tdb-viewer {
    border-radius: 22px;
    height: 260px;
  }

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

  .tdb-summary textarea {
    max-height: 170px;
    min-height: 170px;
  }
}
