.price-guide-hero {
  min-height: 560px;
}

.price-guide-hero .product-hero-media img {
  object-position: center 48%;
}

.price-simple {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.62fr);
  gap: 54px;
  align-items: start;
}

.price-simple-copy {
  max-width: 760px;
}

.price-simple-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.price-note-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.price-note-list div {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.price-note-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.price-note-list span {
  display: block;
  color: var(--muted);
  line-height: 1.5;
}

.price-guide-embed {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.price-form-heading {
  padding: 28px 30px 22px;
  border-bottom: 1px solid var(--line);
}

.price-form-heading span {
  display: block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.price-form-heading h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.16;
}

.price-form-heading p {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.price-guide-embed .sb-chat-demo.sb-chat-embedded {
  position: static;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
}

.price-guide-embed .sb-chat-launcher {
  display: none;
}

.price-guide-embed .sb-chat-panel {
  position: static;
  width: 100%;
  height: auto;
  max-height: none;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.price-guide-embed .sb-chat-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.price-guide-embed .sb-chat-header {
  display: none;
}

.price-guide-embed .sb-chat-demo-note {
  display: none;
}

.price-guide-embed .sb-chat-messages {
  overflow: visible;
  max-height: none;
  padding: 0;
  background: transparent;
}

.price-guide-embed .sb-chat-message {
  display: block;
  margin: 0;
}

.price-guide-embed .sb-chat-message:not(.estimator-row):not(:has(.sb-price-result)):not(:has(.sb-lead-card)) {
  display: none;
}

.price-guide-embed .sb-chat-bubble {
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.price-guide-embed .sb-estimator-card,
.price-guide-embed .sb-lead-card {
  padding: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.price-guide-embed .sb-estimator-heading {
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.price-guide-embed .sb-estimator-heading strong,
.price-guide-embed .sb-lead-card > strong {
  color: var(--ink);
  font-size: 20px;
}

.price-guide-embed .sb-estimator-heading span {
  color: var(--muted);
  font-size: 12px;
}

.price-guide-embed .sb-estimator-card label,
.price-guide-embed .sb-lead-card label {
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.price-guide-embed .sb-estimator-card input,
.price-guide-embed .sb-estimator-card select,
.price-guide-embed .sb-lead-card input,
.price-guide-embed .sb-lead-card select {
  height: 48px;
  padding: 0 14px;
  border-color: rgba(23, 23, 23, 0.22);
  border-radius: 4px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
}

.price-guide-embed .sb-estimator-grid {
  gap: 16px;
}

.price-guide-embed .sb-blind-list {
  gap: 12px;
  margin: 4px 0 18px;
}

.price-guide-embed .sb-blind-item {
  padding: 16px;
  border-color: var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.56);
}

.price-guide-embed .sb-blind-item-head {
  min-height: 28px;
}

.price-guide-embed .sb-blind-item-head strong {
  color: var(--wine);
  font-size: 13px;
  text-transform: uppercase;
}

.price-guide-embed .sb-estimator-card button,
.price-guide-embed .sb-lead-card button {
  min-height: 50px;
  border-radius: 4px;
  background: var(--olive);
  font-size: 15px;
}

.price-guide-embed .sb-estimator-card > small,
.price-guide-embed .sb-lead-card > small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.price-guide-embed .sb-price-result {
  width: calc(100% - 60px);
  margin: 0 30px 26px;
  padding: 22px;
  border-color: rgba(77, 90, 67, 0.28);
  border-radius: 4px;
  background: #edf6f0;
}

.price-guide-embed .sb-price-result span {
  color: var(--olive);
  font-size: 12px;
}

.price-guide-embed .sb-price-result strong {
  font-size: 30px;
}

.price-guide-embed .sb-price-result p {
  font-size: 12px;
}

.price-guide-embed .sb-chat-quick {
  padding: 0 30px 30px;
  border-top: 0;
  background: transparent;
}

.price-guide-embed .sb-chat-quick button.is-primary {
  min-height: 52px;
  border-radius: 4px;
  background: var(--olive);
  box-shadow: none;
}

.price-guide-embed .sb-chat-close[hidden] {
  display: none;
}

.price-compact-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #e7ede8;
}

.price-compact-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
}

.price-compact-inner h2 {
  max-width: 720px;
}

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

.price-compact-grid article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(77, 90, 67, 0.18);
  background: #fffaf3;
}

.price-compact-grid h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.price-compact-grid p {
  margin: 0;
  color: var(--muted);
}

.price-faq-inner {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 920px) {
  .price-simple,
  .price-compact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .price-guide-hero {
    min-height: 520px;
  }

  .price-compact-inner {
    width: calc(100% - 36px);
    padding: 68px 0;
  }

  .price-form-heading,
  .price-guide-embed .sb-estimator-card,
  .price-guide-embed .sb-lead-card,
  .price-note-list div,
  .price-compact-grid article {
    padding: 22px;
  }

  .price-guide-embed .sb-chat-panel {
    border-radius: 6px;
  }

  .price-guide-embed .sb-estimator-heading,
  .price-guide-embed .sb-estimator-grid.dimensions,
  .price-guide-embed .sb-estimator-grid {
    grid-template-columns: 1fr;
  }

  .price-guide-embed .sb-price-result {
    width: calc(100% - 44px);
    margin: 0 22px 22px;
  }

  .price-guide-embed .sb-chat-quick {
    padding: 0 22px 22px;
  }
}
