/* YAQIXIN_B2B_PRICE_CTA_V2 */
.b2b-reference-panel {
  padding: 22px;
  overflow: hidden;
}

.b2b-price-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.b2b-price-range {
  color: var(--navy, #0b1d35);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.b2b-price-caption {
  color: var(--muted, #667085);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.b2b-reference-panel .tier-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
}

.b2b-reference-panel .tier-card,
.b2b-reference-panel .tier-card.is-active {
  min-width: 0;
  border: 1px solid var(--line, #e4dbd1);
  border-radius: 8px;
  background: #fbf8f4;
  padding: 13px 14px;
  box-shadow: none;
}

.b2b-reference-panel .tier-card small {
  line-height: 1.4;
}

.b2b-reference-panel .tier-card b {
  font-size: clamp(19px, 2vw, 24px);
  white-space: nowrap;
}

.b2b-reference-panel .quantity-box[hidden],
.b2b-reference-panel .moq-alert[hidden],
.b2b-reference-panel .quote-summary[hidden] {
  display: none !important;
}

.b2b-reference-panel .price-note,
.b2b-reference-panel > .note {
  margin: 14px 0 0;
  color: var(--muted, #667085);
  font-size: 13px;
  line-height: 1.55;
}

.b2b-sample-promise {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  border: 1px solid #ead8c5;
  border-radius: 8px;
  background: #fff8f0;
  padding: 13px 14px;
}

.b2b-sample-promise strong {
  color: var(--navy, #0b1d35);
  font-size: 14px;
}

.b2b-sample-promise span {
  color: #7d4a27;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.hero-actions.b2b-hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.hero-actions .b2b-sample-cta,
.hero-actions .b2b-bulk-cta {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 10px 18px;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.hero-actions .b2b-sample-cta,
.hero-actions .b2b-sample-cta:hover {
  border-color: #9f5727;
  background: #9f5727;
  color: #fff;
  box-shadow: 0 14px 30px rgba(159, 87, 39, .23);
}

.hero-actions .b2b-bulk-cta,
.hero-actions .b2b-bulk-cta:hover {
  border-color: var(--navy, #0b1d35);
  background: var(--navy, #0b1d35);
  color: #fff;
}

.hero-actions .b2b-sample-cta:focus-visible,
.hero-actions .b2b-bulk-cta:focus-visible {
  outline: 3px solid rgba(200, 120, 58, .38);
  outline-offset: 3px;
}

.b2b-cta-note {
  margin: 10px 0 0;
  color: var(--muted, #667085);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 640px) {
  .b2b-reference-panel {
    margin-top: 18px;
    padding: 17px;
    border-radius: 12px;
  }

  .b2b-price-summary,
  .b2b-sample-promise {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .b2b-price-caption,
  .b2b-sample-promise span {
    text-align: left;
  }

  .b2b-reference-panel .tier-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .b2b-reference-panel .tier-card {
    padding: 12px;
  }

  .b2b-reference-panel .tier-card b {
    font-size: 20px;
  }

  .hero-actions.b2b-hero-actions {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .hero-actions .b2b-sample-cta,
  .hero-actions .b2b-bulk-cta {
    min-height: 54px;
  }
}

@media (max-width: 390px) {
  .b2b-reference-panel .tier-row {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .b2b-sample-cta,
  .hero-actions .b2b-bulk-cta {
    transition: none;
  }
}
