/* Marketing sections — layout/typography aligned with reference mock (no image assets). */

:root {
  --ps-bg-warm: #d8e0ea;
  --ps-accent-bright: #0d9488;
  --ps-accent-bright-dark: #115e59;
  --ps-heading: #0f172a;
  --ps-body-dark: #334155;
  --ps-muted-ref: #64748b;
  --ps-eyebrow-tracking: 0.1em;
  --ps-ref-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
  --ps-ref-title: 2rem; /* 32px */
  --ps-ref-subtitle: 1rem; /* 16px */
  --ps-ref-block-title: 1rem; /* 16px */
  --ps-ref-body: 0.875rem; /* 14px */
  --ps-ref-block-border: 1px;
}

.vb-section {
  margin-bottom: 4rem;
}

.vb-section-head {
  margin-bottom: 1.75rem;
  max-width: 42rem;
}

.vb-section,
.md-license-section,
.md-license-col--pricing .vb-section-head,
.md-hero-split__main,
.md-faq-support-section {
  font-family: var(--ps-ref-font);
}

.vb-section-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: var(--ps-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--ps-accent-bright);
}

.vb-section-heading {
  margin: 0 0 0.75rem;
  font-size: var(--ps-ref-title);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ps-heading);
}

.vb-section-sublead {
  margin: 0;
  font-size: var(--ps-ref-subtitle);
  font-weight: 400;
  line-height: 1.6;
  color: var(--ps-muted-ref);
  max-width: 40rem;
}

/* —— WHY ASB —— */
.vb-why-section .vb-value-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.vb-why-section .vb-value-card {
  padding: 2rem 1.75rem;
  border: 1px solid var(--ps-border);
  border-radius: 10px;
  background: var(--ps-surface);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vb-why-section .vb-value-card:last-child {
  border-right: 1px solid var(--ps-border);
}

.vb-why-section .vb-value-card__num {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ps-accent-bright);
}

.vb-why-section .vb-value-card h3 {
  margin: 0 0 0.65rem;
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ps-heading);
}

.vb-why-section .vb-value-card p {
  margin: 0;
  font-size: var(--ps-ref-body);
  font-weight: 400;
  line-height: 1.6;
  color: var(--ps-body-dark);
}

.vb-why-section .vb-value-card--accent {
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vb-why-section .vb-value-card--accent .vb-value-card__num {
  color: #fff;
  font-weight: 600;
}

.vb-why-section .vb-value-card--accent h3,
.vb-why-section .vb-value-card--accent p {
  color: #fff;
}

/* —— Trust strip (above WHY ASB) —— */
.vb-trust-block {
  margin-bottom: 3rem;
}

.vb-trust-compat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--ps-border);
  border-radius: 10px;
  background: var(--ps-surface);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vb-trust-compat__label {
  font-size: var(--ps-ref-body);
  font-weight: 600;
  color: var(--ps-body-dark);
  white-space: nowrap;
}

.vb-trust-compat__pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vb-trust-compat__pill {
  margin: 0;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #94a3b8;
  background: var(--ps-surface);
  font-size: var(--ps-ref-body);
  font-weight: 500;
  color: #475569;
  white-space: nowrap;
}

.vb-trust-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 1.25rem;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.vb-trust-scenario {
  padding: 2rem 1.65rem 1.85rem;
  border: 1px solid var(--ps-border);
  border-radius: 10px;
  background: var(--ps-surface);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vb-trust-scenario:last-child {
  border-right: 1px solid var(--ps-border);
}

.vb-trust-scenario__stat {
  margin: 0 0 0.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.vb-trust-scenario__stat-num {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ps-accent-bright);
}

.vb-trust-scenario__stat-label {
  font-size: var(--ps-ref-subtitle);
  font-weight: 600;
  line-height: 1.3;
  color: var(--ps-heading);
}

.vb-trust-scenario__body {
  margin: 0;
  font-size: var(--ps-ref-body);
  line-height: 1.6;
  color: var(--ps-body-dark);
}

.vb-design-partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  margin: 0;
}

.vb-design-partner__title {
  margin: 0 0 0.35rem;
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
  color: var(--ps-heading);
}

.vb-design-partner__body {
  margin: 0;
  font-size: var(--ps-ref-body);
  line-height: 1.55;
  color: var(--ps-body-dark);
}

.vb-design-partner__cta {
  flex-shrink: 0;
  white-space: nowrap;
}

.vb-pricing-calls-tip {
  margin: 0 0 1rem;
  max-width: 42rem;
}

.md-pricing-card__runs {
  margin: 0;
  font-size: var(--ps-ref-body);
  line-height: 1.4;
  color: var(--ps-muted-ref);
}

.md-pricing-cards__footnote--runs {
  margin-top: 0.75rem;
  margin-bottom: 0.35rem;
}

/* —— CORE CAPABILITIES —— */
.vb-core-block .vb-core-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 0;
  border: none;
}

.vb-core-block .vb-core-item:nth-child(1),
.vb-core-block .vb-core-item:nth-child(2) {
  grid-column: span 2;
  background: linear-gradient(135deg, #f0fdfa, #fff);
}

.vb-core-item {
  padding: 1.125rem 0.875rem;
  border-radius: 10px;
  border: 1px solid var(--ps-border);
  background: var(--ps-surface);
  box-shadow: none;
}

.vb-core-item__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.85rem;
  border-radius: 8px;
  background: var(--ps-accent-soft);
  color: var(--ps-accent-bright);
}

.vb-core-item h4 {
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ps-heading);
}

.vb-core-item p {
  font-size: var(--ps-ref-body);
  line-height: 1.6;
  color: var(--ps-muted-ref);
}

/* —— SCENARIOS —— */
.vb-section.vb-scenarios {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.vb-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vb-scenario-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 2rem 1.75rem;
  border-radius: 10px;
  border: 1px solid var(--ps-border);
  background: var(--ps-surface);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vb-scenario-card__tag {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: var(--ps-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--ps-accent-bright);
}

.vb-scenario-card h3 {
  margin: 0.15rem 0 0;
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ps-heading);
}

.vb-scenario-card p {
  margin: 0;
  font-size: var(--ps-ref-body);
  line-height: 1.6;
  color: #718096;
}

/* —— SCREENSHOTS + TRUST —— */
.vb-screenshots__grid--ref {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.vb-screenshot-card--hero {
  grid-column: span 2;
}

.vb-screenshots .vb-trust-row {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 1.1rem 1.25rem;
  border-radius: 12px;
  border: var(--ps-ref-block-border) solid var(--ps-border-light);
  background: rgba(255, 255, 255, 0.72);
  gap: 1rem 1.25rem;
}

.vb-trust-item {
  align-items: flex-start;
  gap: 0.5rem;
}

.vb-trust-item::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: var(--ps-accent-bright);
}

.vb-trust-item svg {
  display: none;
}

.vb-trust-item strong {
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
}

.vb-trust-item p {
  font-size: var(--ps-ref-body);
}

.vb-screenshot-card--video .vb-screenshot-card__frame--video {
  border: var(--ps-ref-block-border) solid var(--ps-border-light);
  background: var(--ps-surface);
}

.vb-flow-demo {
  border: var(--ps-ref-block-border) solid rgba(var(--ps-accent-rgb), 0.35);
  background: var(--ps-surface);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vb-flow-demo__title {
  font-size: var(--ps-ref-block-title, 1.05rem);
}

/* —— HERO —— */
.vb-hero-flow {
  margin: 20px 0 4px;
  width: 100%;
}

.vb-hero-flow--full {
  --vb-hero-flow-inset: 20px;
  --vb-hero-flow-container-pad: 22px;
  width: calc(100% + 2 * (var(--vb-hero-flow-container-pad) - var(--vb-hero-flow-inset)));
  max-width: calc(var(--ps-max-width) - 2 * var(--vb-hero-flow-inset));
  margin-top: 28px;
  margin-bottom: 12px;
  margin-left: calc(var(--vb-hero-flow-inset) - var(--vb-hero-flow-container-pad));
  margin-right: calc(var(--vb-hero-flow-inset) - var(--vb-hero-flow-container-pad));
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .vb-hero-flow--full {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.vb-hero-flow__phase {
  margin: 0 0 0.35rem;
  font-size: var(--ps-ref-body);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ps-heading);
}

.vb-hero-flow__status {
  margin: 0 0 0.5rem;
  min-height: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--ps-text-muted);
}

.vb-hero-flow__stage {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vb-hero-flow__layers {
  position: relative;
  width: 66.6667%;
  max-width: calc((var(--ps-max-width) - 40px) * 0.6667);
  margin: 0 auto;
  aspect-ratio: 2607 / 1279;
  background: transparent;
}

.vb-hero-flow__layer svg {
  color: var(--ps-text, #1a1a1a);
  font-family: var(--ps-font, inherit);
}

.vb-hero-flow__layer svg #vb-flow-phase-text {
  display: none;
}

.vb-hero-flow__layer {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  background: transparent;
}

.vb-hero-flow__layer svg,
.vb-hero-flow__layer .vb-hero-flow__fallback {
  display: block;
  width: 100%;
  height: auto;
}

.vb-hero-diagram.vb-hero-illustration {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.vb-hero-illustration__label {
  margin: 0 0 0.5rem;
  font-size: var(--ps-ref-body);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ps-heading);
}

.vb-hero-h1 {
  margin: 0 0 10px;
  font-size: var(--ps-ref-title);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ps-heading);
}

.vb-hero-kicker {
  margin: 0 0 12px;
  font-size: var(--ps-ref-subtitle);
  font-weight: 500;
  line-height: 1.5;
  color: var(--ps-muted-ref);
}

.vb-hero-desc {
  font-size: var(--ps-ref-subtitle);
  line-height: 1.6;
  color: var(--ps-body-dark);
}

.vb-hero-points__item {
  font-size: var(--ps-ref-body);
}

/* —— FAQ + SUPPORT —— */
.md-faq-support-section .md-section__title {
  margin: 0 0 0.75rem;
  font-size: var(--ps-ref-title);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ps-heading);
}

.md-faq-support-section .md-section__lead {
  margin: 0 0 1.75rem;
  max-width: none;
  font-size: var(--ps-ref-subtitle);
  font-weight: 400;
  line-height: 1.6;
  color: var(--ps-muted-ref);
}

.md-faq-support-section .md-faq summary {
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
  color: var(--ps-heading);
}

.md-faq-support-section .md-faq .md-faq__body {
  font-size: var(--ps-ref-body);
  line-height: 1.6;
}

.md-faq-support-section .md-support-card h3,
.md-faq-support-section .md-support-contact__title {
  font-size: var(--ps-ref-block-title);
  font-weight: 700;
  color: var(--ps-heading);
}

.md-faq-support-section .md-support-card p,
.md-faq-support-section .md-support-contact__p,
.md-faq-support-section .md-support-email-banner {
  font-size: var(--ps-ref-body);
  line-height: 1.6;
}

.md-faq-support-section .md-faq details {
  margin-bottom: 0.35rem;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.md-faq-support-section .md-support-card {
  border: var(--ps-ref-block-border) solid var(--ps-border-light);
  border-radius: 14px;
}

.md-faq-support-section .md-support-card--community {
  border-top-color: var(--ps-border);
  border-top-width: var(--ps-ref-block-border);
}

.md-faq-support-section .md-support-card--pro {
  border-top-color: var(--ps-accent);
  border-top-width: var(--ps-ref-block-border);
}

.md-faq-support-section .md-support-email-banner {
  margin-bottom: 1.25rem;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}

/* —— PRODUCT DOWNLOADS —— */
.md-product-downloads {
  margin-top: 6px;
}

/* —— LICENSE: pricing on top, checkout below —— */
.md-license-section {
  background: var(--ps-bg-warm);
}

.md-license-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.md-license-col--checkout {
  display: none;
}

.md-license-section :is(
  .md-billing-tabs__lead,
  .md-billing-product-fieldset__hint,
  .md-billing-tabs__callout,
  .md-billing-tabs__legal,
  .md-pricing-cards__footnote,
  .md-billing-form label,
  .md-billing-status
) {
  font-size: var(--ps-ref-body);
}

.md-license-section .md-billing-product-fieldset legend {
  font-size: var(--ps-ref-block-title);
}

.md-license-col--pricing .md-section__title,
.md-license-col--pricing .md-section__lead,
.md-license-pricing-intro {
  display: none;
}

.md-pricing-table-wrap {
  display: none;
}

.md-pricing-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.md-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 14px;
  border: var(--ps-ref-block-border) solid var(--ps-border-light);
  background: var(--ps-surface);
  text-align: left;
  cursor: default;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.md-pricing-card.js-billing-plan-row {
  cursor: default;
}

.md-pricing-card.js-billing-plan-row:hover,
.md-pricing-card.js-billing-plan-row.is-selected {
  border-color: var(--ps-accent-bright);
  box-shadow: 0 0 0 1px rgba(var(--ps-accent-rgb), 0.35);
}

.md-pricing-card--featured {
  background: linear-gradient(180deg, #ccfbf1, #fff);
  border: 2px solid var(--ps-accent-bright);
  box-shadow: 0 8px 24px rgba(var(--ps-accent-rgb), 0.12);
}

.md-pricing-card--enterprise {
  border-style: dashed;
  border-color: rgba(var(--ps-accent-rgb), 0.42);
  background: rgba(var(--ps-accent-rgb), 0.06);
  cursor: default;
}

.md-pricing-card--enterprise:hover {
  border-color: var(--ps-accent-bright);
  background: rgba(var(--ps-accent-rgb), 0.1);
  box-shadow: none;
}

.md-pricing-card--enterprise .md-pricing-card__price {
  font-size: 1.35rem;
}

.md-pricing-card--enterprise .md-pricing-card__cta {
  pointer-events: auto;
}

.md-pricing-card__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: var(--ps-accent-bright);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.md-pricing-card__name {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ps-text-muted);
}

.md-pricing-card__price {
  margin: 0.15rem 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ps-heading);
  line-height: 1.1;
}

.md-pricing-card__calls {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ps-text-muted);
  flex: 1;
}

.md-pricing-card__cta {
  margin-top: 0.85rem;
  width: 100%;
  justify-content: center;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.md-pricing-card.js-billing-plan-row:hover .md-pricing-card__cta,
.md-pricing-card.js-billing-plan-row.is-selected .md-pricing-card__cta {
  background: var(--ps-accent-soft);
  border-color: var(--ps-accent-bright);
  color: var(--ps-accent-bright-dark);
}

.md-pricing-cards__footnote {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--ps-text-muted);
}

.md-pricing-cards__manage {
  margin: 1rem 0 0;
  text-align: center;
}

.md-pricing-cards__manage-btn {
  min-width: min(100%, 320px);
}

.md-link-btn {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
  font-size: var(--ps-ref-body, 0.875rem);
  color: var(--ps-accent-bright, var(--ps-accent));
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
}

.md-link-btn:hover {
  color: var(--ps-accent-bright-dark, #115e59);
}

.billing-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.billing-checkout-modal[hidden] {
  display: none;
}

body.billing-checkout-modal-open {
  overflow: hidden;
}

.billing-checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.45);
}

.billing-checkout-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 840px);
  max-height: min(92vh, 900px);
  overflow: auto;
  border-radius: 16px;
  border: 1px solid var(--ps-border-light);
  background: var(--ps-surface);
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.18);
}

.billing-checkout-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 0;
}

.billing-checkout-modal__head h3 {
  margin: 0;
  font-size: var(--ps-ref-block-title, 1rem);
  font-weight: 700;
  color: var(--ps-heading, var(--ps-stroke));
}

.billing-checkout-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ps-text-muted);
  cursor: pointer;
}

.billing-checkout-modal__close:hover {
  background: var(--ps-bg);
  color: var(--ps-stroke);
}

.billing-checkout-modal__body {
  padding: 12px 20px 22px;
}

.billing-checkout-modal .md-billing-tabs {
  margin-top: 16px;
}

.billing-checkout-modal .md-billing-form label:first-of-type {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .vb-screenshots__grid--ref {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vb-screenshot-card--hero {
    grid-column: span 2;
  }
}

@media (max-width: 1100px) {
  .md-pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vb-core-block .vb-core-grid {
    grid-template-columns: 1fr;
  }

  .vb-core-block .vb-core-item:nth-child(1),
  .vb-core-block .vb-core-item:nth-child(2) {
    grid-column: auto;
  }

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

  .vb-why-section .vb-value-cards {
    grid-template-columns: 1fr;
  }

  .vb-scenarios__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-pricing-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .vb-scenarios__grid,
  .vb-screenshots__grid--ref {
    grid-template-columns: 1fr;
  }

  .vb-screenshot-card--hero {
    grid-column: span 1;
  }
}


/* Hero proof refresh */
.vb-hero-proof {
  margin-top: 30px;
}

.vb-hero-proof__head {
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
  text-align: left;
}

.vb-hero-proof__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ps-accent-strong, #0f8f31);
}

.vb-hero-proof__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.2;
  color: var(--ps-heading);
}

.vb-hero-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.vb-proof-compare {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
}

.vb-proof-compare__runtime {
  margin: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #123a1b;
  color: #f3fff4;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 12px 20px rgba(18, 58, 27, 0.16);
  flex-shrink: 0;
}

.vb-proof-compare__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  flex: 1;
  align-items: stretch;
  min-height: 0;
}

.vb-proof-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  padding: 14px 16px 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
}

.vb-proof-card--before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.92));
}

.vb-proof-card--after {
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.96), rgba(255, 255, 255, 0.92));
  border-color: rgba(var(--ps-accent-rgb), 0.32);
}

.vb-proof-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.vb-proof-card__eyebrow {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ps-heading);
}

.vb-proof-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--ps-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.vb-proof-card__badge--accent {
  background: rgba(var(--ps-accent-rgb), 0.14);
  color: #115e59;
}

.vb-proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  flex: 1;
}

.vb-proof-list__item {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 0.88rem;
  line-height: 1.42;
  color: var(--ps-text);
}

.vb-proof-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.28);
}

.vb-proof-card--after .vb-proof-list__item::before {
  background: var(--ps-accent-bright);
  box-shadow: 0 0 0 4px rgba(var(--ps-accent-rgb), 0.12);
}

.vb-hero-proof .vb-flow-demo {
  margin-top: 0;
  height: 100%;
  box-sizing: border-box;
}

.vb-flow-demo {
  display: grid;
  grid-template-rows: auto minmax(0, auto) auto;
  padding: 18px;
}

.vb-flow-demo__head {
  gap: 10px;
}

.vb-flow-demo__desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ps-text);
}

.vb-flow-demo .vb-flow-demo__player.vb-screenshot-card__frame {
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.vb-flow-demo__foot {
  margin-top: 12px;
}

.vb-hero-actions {
  gap: 10px;
}

.vb-hero-actions .md-btn {
  min-width: 188px;
  justify-content: center;
}

.vb-hero-download-btn {
  box-shadow: 0 12px 24px rgba(var(--ps-accent-rgb), 0.2);
}

.vb-hero-try-link {
  background: var(--ps-accent);
  color: #fff;
  border: 1px solid var(--ps-accent);
  box-shadow: 0 12px 24px rgba(var(--ps-accent-rgb), 0.2);
  border-radius: 6px;
}

.vb-hero-try-link:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

.vb-hero-points {
  gap: 0.7rem 1.25rem;
}

.vb-hero-points__item {
  white-space: normal;
}

@media (max-width: 980px) {
  .vb-hero-proof__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .vb-proof-compare__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .vb-hero-actions .md-btn {
    width: 100%;
  }

  .vb-proof-card {
    padding: 16px;
  }
}
