/* Vetoben Consignment — premium, trust-first */

.vb-consign {
  width: 100%;
  background: #ffffff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
}

.vb-consign *,
.vb-consign *::before,
.vb-consign *::after {
  box-sizing: border-box;
}

.vb-consign__shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 22px 64px;
}

/* —— Hero —— */
.vb-consign__hero {
  text-align: center;
  margin-bottom: 48px;
}

.vb-consign__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 14px;
}

.vb-consign__title {
  font-size: clamp(36px, 5vw, 46px);
  line-height: 1.08;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
}

.vb-consign__lead {
  font-size: 17px;
  line-height: 1.65;
  color: #5c5c5c;
  margin: 0 auto 28px;
  max-width: 46ch;
}

.vb-consign__lead strong {
  color: #111111;
  font-weight: 600;
}

.vb-consign__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.vb-consign__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.vb-consign__btn--primary {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.vb-consign__btn--ghost {
  background: #ffffff;
  color: #111111;
  border-color: #d4c4b0;
}

/* —— Core message —— */
.vb-consign__core {
  text-align: center;
  margin-bottom: 52px;
  padding: 36px 24px;
  background: linear-gradient(180deg, #faf8f5 0%, #f5efe6 100%);
  border: 1px solid #e3d8ca;
  border-radius: 20px;
}

.vb-consign__core-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 12px;
}

.vb-consign__core-title {
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
}

.vb-consign__core-text {
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  margin: 0 auto;
  max-width: 50ch;
}

/* —— Compare —— */
.vb-consign__section-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0 0 10px;
  color: #111111;
}

.vb-consign__section-sub {
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin: 0 0 28px;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

.vb-consign__compare {
  margin-bottom: 52px;
}

.vb-consign__compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.vb-consign__compare-card {
  padding: 24px 20px;
  border: 1px solid #ebe3d9;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.vb-consign__compare-card--highlight {
  border-color: #d4c4b0;
  background: #fdfbf8;
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.06);
  position: relative;
}

.vb-consign__flow-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 10px;
}

.vb-consign__section-title--left {
  text-align: left;
  margin-bottom: 18px;
}

.vb-consign__value-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  margin: 0 0 8px;
}

.vb-consign__compare-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9b7442;
  background: #f5efe6;
  border: 1px solid #e3d4c0;
}

.vb-consign__compare-name {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #888888;
  margin: 0 0 12px;
}

.vb-consign__compare-price-label {
  font-size: 12px;
  color: #999999;
  margin: 0 0 4px;
}

.vb-consign__compare-price {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.vb-consign__compare-price--you {
  color: #9b7442;
  font-size: 26px;
}

.vb-consign__compare-note {
  font-size: 13px;
  line-height: 1.55;
  color: #666666;
  margin: 0;
  text-align: left;
}

.vb-consign__compare-note strong {
  color: #111111;
  font-weight: 600;
}

/* —— 75% value —— */
.vb-consign__value {
  margin-bottom: 48px;
  padding: 32px 28px;
  background: #111111;
  border-radius: 18px;
  color: #ffffff;
}

.vb-consign__value-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.vb-consign__value-stat {
  flex: 0 0 auto;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #d4b896;
  margin: 0;
}

.vb-consign__value-copy {
  flex: 1 1 240px;
}

.vb-consign__value-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #ffffff;
}

.vb-consign__value-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* —— Trust —— */
.vb-consign__trust {
  margin-bottom: 52px;
  padding: 24px 22px;
  border: 1px solid #ebe3d9;
  border-radius: 16px;
  background: #faf8f5;
}

.vb-consign__trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.vb-consign__trust-list li {
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
  padding-left: 18px;
  position: relative;
}

.vb-consign__trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9b7442;
  opacity: 0.8;
}

.vb-consign__trust-list strong {
  color: #111111;
  font-weight: 600;
}

/* —— Security —— */
.vb-consign__security {
  margin-bottom: 52px;
}

.vb-consign__security-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 10px;
}

.vb-consign__security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.vb-consign__security-card {
  padding: 28px 24px;
  border: 1px solid #e3d8ca;
  border-radius: 18px;
  background: linear-gradient(180deg, #fdfbf8 0%, #faf8f5 100%);
}

.vb-consign__security-card--dark {
  background: linear-gradient(180deg, #1a1a1a 0%, #111111 100%);
  border-color: #2a2a2a;
  color: #ffffff;
}

.vb-consign__security-icon {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #9b7442;
  margin: 0 0 12px;
}

.vb-consign__security-card--dark .vb-consign__security-icon {
  color: #d4b896;
}

.vb-consign__security-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #111111;
  letter-spacing: -0.01em;
}

.vb-consign__security-card--dark .vb-consign__security-title {
  color: #ffffff;
}

.vb-consign__security-lead {
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 16px;
}

.vb-consign__security-card--dark .vb-consign__security-lead {
  color: rgba(255, 255, 255, 0.78);
}

.vb-consign__security-lead strong {
  color: #111111;
  font-weight: 600;
}

.vb-consign__security-card--dark .vb-consign__security-lead strong {
  color: #ffffff;
}

.vb-consign__security-stat {
  font-size: 14px;
  color: #888888;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
}

.vb-consign__security-stat span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9b7442;
  line-height: 1.1;
  margin-top: 4px;
}

.vb-consign__security-text {
  font-size: 14px;
  line-height: 1.55;
  color: #666666;
  margin: 0;
}

.vb-consign__security-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.vb-consign__security-points li {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 16px;
  position: relative;
}

.vb-consign__security-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d4b896;
}

.vb-consign__security-points strong {
  color: #ffffff;
  font-weight: 600;
}

.vb-consign__security-foot {
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: #777777;
  margin: 0;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

/* —— Remote / SaaS pipeline —— */
.vb-consign__remote {
  margin-bottom: 52px;
  padding: 36px 28px 28px;
  border: 1px solid #e8e0d6;
  border-radius: 22px;
  background: linear-gradient(180deg, #faf9f7 0%, #ffffff 42%);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.04);
}

.vb-consign__remote-head {
  text-align: center;
  margin-bottom: 36px;
}

.vb-consign__remote-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 10px;
}

.vb-consign__pipeline {
  display: grid;
  gap: 0;
  margin-bottom: 28px;
  position: relative;
}

.vb-consign__pipeline-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 0 0 28px;
  position: relative;
}

.vb-consign__pipeline-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #d4c4b0 0%, #ebe3d9 100%);
}

.vb-consign__pipeline-step--final {
  padding-bottom: 0;
}

.vb-consign__pipeline-node {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #d4c4b0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.vb-consign__pipeline-node--final {
  border-color: #111111;
  background: #111111;
}

.vb-consign__pipeline-num {
  font-size: 14px;
  font-weight: 700;
  color: #9b7442;
  line-height: 1;
}

.vb-consign__pipeline-node--final .vb-consign__pipeline-num {
  color: #d4b896;
}

.vb-consign__pipeline-body {
  padding-top: 8px;
}

.vb-consign__pipeline-tag {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 9px;
  border-radius: 6px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a6348;
  background: #f3ece3;
  border: 1px solid #e8ddd0;
}

.vb-consign__pipeline-step--final .vb-consign__pipeline-tag {
  color: #ffffff;
  background: #9b7442;
  border-color: #9b7442;
}

.vb-consign__pipeline-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #111111;
  letter-spacing: -0.01em;
}

.vb-consign__pipeline-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

.vb-consign__pipeline-text strong {
  color: #111111;
  font-weight: 600;
}

.vb-consign__pipeline-meta a {
  color: #9b7442;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  font-weight: 600;
}

.vb-consign__pipeline-meta a:hover {
  color: #111111;
}

.vb-consign__pipeline-meta {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #444444;
  background: #ffffff;
  border: 1px solid #ebe3d9;
}

.vb-consign__remote-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 20px 18px;
  border-radius: 14px;
  background: #111111;
  color: #ffffff;
}

.vb-consign__remote-summary-item {
  flex: 1 1 120px;
  text-align: center;
  padding: 8px 12px;
}

.vb-consign__remote-summary-item--highlight .vb-consign__remote-summary-value {
  color: #d4b896;
}

.vb-consign__remote-summary-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 0 0 6px;
}

.vb-consign__remote-summary-value {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1;
  color: #ffffff;
}

.vb-consign__remote-summary-value--text {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.vb-consign__remote-summary-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

/* —— Terms —— */
.vb-consign__terms {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebe3d9;
}

.vb-consign__terms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.vb-consign__term {
  padding: 22px 20px;
  border: 1px solid #f0ebe3;
  border-radius: 14px;
}

.vb-consign__term-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #111111;
}

.vb-consign__term-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

.vb-consign__term-text strong {
  color: #111111;
  font-weight: 600;
}

.vb-consign__pipeline-node--decision {
  border-color: #9b7442;
  background: #f7f4ef;
}

.vb-consign__pipeline-step--decision:not(:last-child)::before {
  background: linear-gradient(180deg, #9b7442 0%, #d4c4b0 100%);
}

.vb-consign__cta {
  text-align: center;
  padding: 36px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #faf8f5 0%, #f5efe6 100%);
  border: 1px solid #e3d8ca;
}

.vb-consign__cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 10px;
}

.vb-consign__cta-text {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 0 0 20px;
  line-height: 1.2;
}

.vb-consign__cta-call {
  margin-left: 10px;
}

@media (max-width: 767px) {
  html.vb-mobile-web .vb-consign__cta-call {
    margin-left: 0;
    margin-top: 10px;
  }

  html.vb-mobile-web .vb-consign__cta .vb-consign__btn {
    display: flex;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.vb-consign__hero-hint {
  display: none;
}

.vb-consign__mobile-bar {
  display: none;
}

@media (max-width: 767px) {
  html.vb-mobile-web body .elementor .elementor-widget-container .vb-consign__hero-actions,
  html.vb-mobile-web .vb-consign .vb-consign__hero-actions {
    display: none !important;
  }

  html.vb-mobile-web .vb-consign .vb-consign__hero-hint {
    display: block !important;
    margin: 0 auto 14px;
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.55;
    color: #5c5c5c;
    text-align: center;
  }

  html.vb-mobile-web .vb-consign .vb-consign__lead {
    margin-bottom: 12px;
  }

  html.vb-mobile-web .vb-consign .vb-consign__shell {
    padding-bottom: 88px;
  }

  html.vb-mobile-web .vb-consign .vb-consign__mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex !important;
    gap: 10px;
    padding: 12px 14px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e3d8ca;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  html.vb-mobile-web .vb-consign .vb-consign__mobile-bar a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }

  html.vb-mobile-web .vb-consign .vb-consign__mobile-bar-primary {
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
  }

  html.vb-mobile-web .vb-consign .vb-consign__mobile-bar-call {
    background: #ffffff;
    color: #111111;
    border: 1px solid #d4c4b0;
  }

  html.vb-mobile-web .vb-consign #vetoben-consignment {
    scroll-margin-bottom: 88px;
  }
}

html.vb-in-app .vb-consign__mobile-bar,
html.vb-in-app .vb-consign__hero-hint {
  display: none !important;
}

@media (min-width: 768px) {
  .vb-consign__mobile-bar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .vb-consign__shell {
    padding-top: 36px;
  }

  .vb-consign__compare-grid {
    grid-template-columns: 1fr;
  }

  .vb-consign__remote {
    padding: 28px 18px 22px;
  }

  .vb-consign__remote-summary-divider {
    display: none;
  }

  .vb-consign__remote-summary-item {
    flex: 1 1 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
  }

  .vb-consign__remote-summary-item:first-child {
    border-top: none;
    padding-top: 8px;
  }

  .vb-consign__terms-grid,
  .vb-consign__security-grid {
    grid-template-columns: 1fr;
  }

  .vb-consign__value-stat {
    font-size: 48px;
  }
}

/* The Consignment Advantage — full-width stacked cards */
.vb-advantage {
  margin-bottom: 56px;
}

.vb-advantage__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}

.vb-advantage__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 12px;
}

.vb-advantage__title {
  font-size: clamp(32px, 4.5vw, 42px);
  line-height: 1.12;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
}

.vb-advantage__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #5c5c5c;
  margin: 0;
}

.vb-advantage__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vb-advantage__card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border: 1px solid #ebe4da;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.06);
}

.vb-advantage__icon {
  position: relative;
  flex-shrink: 0;
  width: 88px;
  min-height: 88px;
  margin-right: 22px;
  border-radius: 50%;
  background: #f7f4ef;
  border: 1px solid #e3d8ca;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.vb-advantage__icon--platforms {
  flex-direction: column;
  gap: 2px;
  padding: 10px;
}

.vb-advantage__platform {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #9b7442;
  line-height: 1.2;
}

.vb-advantage__strike {
  position: absolute;
  inset: 14px;
  border-top: 2px solid #9b7442;
  transform: rotate(-32deg);
  transform-origin: center;
  opacity: 0.85;
  pointer-events: none;
}

.vb-advantage__body {
  flex: 1;
  min-width: 0;
  padding-left: 22px;
  border-left: 1px solid #e3d8ca;
}

.vb-advantage__num {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 800;
  margin: 0 0 8px;
}

.vb-advantage__card-title {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111111;
}

.vb-advantage__card-text {
  font-size: 15px;
  line-height: 1.65;
  color: #5c5c5c;
  margin: 0;
  max-width: 62ch;
}

@media (max-width: 767px) {
  html.vb-mobile-web .vb-advantage {
    margin-bottom: 40px;
  }

  html.vb-mobile-web .vb-advantage__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 18px;
  }

  html.vb-mobile-web .vb-advantage__icon {
    width: 72px;
    min-height: 72px;
    margin: 0 0 16px;
  }

  html.vb-mobile-web .vb-advantage__body {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e3d8ca;
    padding-top: 16px;
    width: 100%;
  }

  html.vb-mobile-web .vb-advantage__title {
    font-size: 30px;
  }

  html.vb-mobile-web .vb-consign__section-title--left {
    text-align: center;
  }
}
