.vbx-page {
  --vbx-bg: #f6f4ef;
  --vbx-ink: #121417;
  --vbx-muted: #626a72;
  --vbx-panel: #ffffff;
  --vbx-line: rgba(18, 20, 23, 0.12);
  --vbx-dark: #11161a;
  --vbx-dark-soft: #1b2328;
  --vbx-green: #1f9f63;
  --vbx-red: #c94747;
  --vbx-cyan: #36aebd;
  --vbx-gold: #c8a65a;
  --vbx-radius: 8px;
  --vbx-shadow: 0 24px 70px rgba(17, 22, 26, 0.16);

  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(246, 244, 239, 0) 0, var(--vbx-bg) 720px),
    var(--vbx-bg);
  color: var(--vbx-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #11161a;
}

.vbx-page,
.vbx-page * {
  box-sizing: border-box;
}

.vbx-page a {
  text-decoration: none;
}

.vbx-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.vbx-site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 22, 26, 0.94);
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(16px);
}

.vbx-site-nav-inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.vbx-brand {
  display: inline-grid;
  gap: 2px;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}

.vbx-brand span {
  color: #c8a65a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vbx-brand strong {
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0;
}

.vbx-nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.vbx-nav-links a,
.vbx-nav-home {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vbx-nav-links a:hover,
.vbx-nav-home:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.vbx-nav-home {
  border: 1px solid rgba(200, 166, 90, 0.45);
  color: #ffffff;
  background: rgba(200, 166, 90, 0.12);
}

.vbx-page [id] {
  scroll-margin-top: 86px;
}

.vbx-hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: center;
  color: #ffffff;
  background: var(--vbx-dark);
  isolation: isolate;
  padding: 64px 0 38px;
}

.vbx-hero-image,
.vbx-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vbx-hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.vbx-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 74% 40%, rgba(54, 174, 189, 0.18), rgba(54, 174, 189, 0) 35%),
    linear-gradient(90deg, rgba(10, 13, 16, 0.92) 0%, rgba(10, 13, 16, 0.78) 42%, rgba(10, 13, 16, 0.46) 100%),
    linear-gradient(180deg, rgba(10, 13, 16, 0.22) 0%, rgba(10, 13, 16, 0.82) 100%);
}

.vbx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 36px;
  align-items: end;
}

.vbx-hero-copy {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  text-align: center;
}

.vbx-eyebrow,
.vbx-kicker {
  margin: 0 0 14px;
  color: var(--vbx-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vbx-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.8rem, 9vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.vbx-lede {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.58;
}

.vbx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.vbx-hero-actions .vbx-button {
  width: auto;
  min-width: 176px;
}

.vbx-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--vbx-radius);
  padding: 0 18px;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.vbx-button:hover {
  transform: translateY(-1px);
}

.vbx-button-primary {
  background: #ffffff;
  color: #101417;
}

.vbx-button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.vbx-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.vbx-hero-facts span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.vbx-live-panel,
.vbx-panel,
.vbx-test-card,
.vbx-result-summary,
.vbx-result-visual,
.vbx-result-note,
.vbx-form {
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  background: var(--vbx-panel);
  box-shadow: var(--vbx-shadow);
}

.vbx-live-panel {
  padding: 20px;
  background: rgba(15, 20, 23, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.vbx-users-panel {
  align-self: center;
  padding: 22px;
}

.vbx-users-panel .vbx-active-strip {
  margin: 20px 0 0;
  padding: 18px;
}

.vbx-users-panel .vbx-active-strip strong {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1;
}

.vbx-live-head,
.vbx-active-strip,
.vbx-demo-top,
.vbx-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.vbx-live-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.45rem;
}

.vbx-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.vbx-live-dot::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8b9298;
  content: "";
}

.vbx-live-dot.is-live::before {
  background: var(--vbx-green);
  box-shadow: 0 0 0 6px rgba(31, 159, 99, 0.16);
}

.vbx-live-dot.is-manual::before {
  background: var(--vbx-gold);
  box-shadow: 0 0 0 6px rgba(200, 166, 90, 0.14);
}

.vbx-active-strip {
  margin: 18px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--vbx-radius);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.07);
}

.vbx-active-strip span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 700;
}

.vbx-active-strip strong {
  color: #ffffff;
  font-size: 2rem;
}

.vbx-demo-list {
  display: grid;
  gap: 10px;
}

.vbx-demo-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--vbx-radius);
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.vbx-demo-top span,
.vbx-demo-card p,
.vbx-live-note {
  color: rgba(255, 255, 255, 0.66);
}

.vbx-demo-top span {
  font-size: 0.82rem;
  font-weight: 800;
}

.vbx-demo-top strong {
  color: #ffffff;
}

.vbx-demo-card p,
.vbx-live-note {
  margin: 10px 0 0;
  font-size: 0.82rem;
}

.vbx-demo-card p strong {
  color: #ffffff;
}

.vbx-result {
  margin-top: 12px;
  border-radius: var(--vbx-radius);
  padding: 11px 12px;
  font-size: 1.1rem;
  font-weight: 900;
}

.vbx-result.is-profit {
  background: rgba(31, 159, 99, 0.17);
  color: #5bf0a4;
}

.vbx-result.is-loss {
  background: rgba(201, 71, 71, 0.17);
  color: #ff8585;
}

.vbx-result.is-flat {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.vbx-section {
  padding: 68px 0;
}

.vbx-section-muted {
  background: #ece8df;
}

.vbx-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 22px;
}

.vbx-panel {
  padding: clamp(22px, 3.2vw, 34px);
}

.vbx-panel h2,
.vbx-section-head h2,
.vbx-proof-copy h2,
.vbx-request-copy h2 {
  margin: 0;
  color: var(--vbx-ink);
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 1.07;
  letter-spacing: 0;
}

.vbx-panel > p,
.vbx-section-head p,
.vbx-proof-copy p,
.vbx-request-copy p {
  margin: 18px 0 0;
  color: var(--vbx-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.vbx-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.vbx-steps div {
  min-height: 154px;
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  padding: 20px;
  background: #f9f8f4;
}

.vbx-steps span {
  color: var(--vbx-cyan);
  font-size: 0.82rem;
  font-weight: 900;
}

.vbx-steps h3,
.vbx-test-card h3 {
  margin: 12px 0 0;
  color: var(--vbx-ink);
  font-size: 1.05rem;
}

.vbx-steps p {
  margin: 10px 0 0;
  color: var(--vbx-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.vbx-story {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.vbx-story-wide {
  display: block;
}

.vbx-story-wide h2 {
  max-width: 720px;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.08;
}

.vbx-story-copy {
  columns: 2 320px;
  column-gap: clamp(28px, 5vw, 58px);
  margin-top: 22px;
}

.vbx-story-copy p {
  break-inside: avoid;
  margin: 0 0 18px;
  color: var(--vbx-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.vbx-section-head {
  align-items: end;
  margin-bottom: 28px;
}

.vbx-section-head p {
  max-width: 590px;
}

.vbx-test-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vbx-pair-results {
  display: grid;
  gap: 34px;
}

.vbx-pair-block {
  display: grid;
  gap: 14px;
}

.vbx-pair-title {
  margin: 0;
  color: var(--vbx-ink);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.vbx-test-card {
  display: block;
  padding: 20px;
  color: inherit;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vbx-test-chart {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  margin-bottom: 18px;
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  background: #ffffff;
  object-fit: contain;
}

.vbx-test-card:hover {
  border-color: rgba(54, 174, 189, 0.36);
  box-shadow: 0 18px 48px rgba(17, 22, 26, 0.12);
  transform: translateY(-2px);
}

.vbx-test-period {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(54, 174, 189, 0.12);
  color: #167988;
  font-size: 0.78rem;
  font-weight: 900;
}

.vbx-test-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.vbx-test-card dl div {
  border-top: 1px solid var(--vbx-line);
  padding-top: 12px;
}

.vbx-test-card dt {
  color: var(--vbx-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vbx-test-card dd {
  margin: 5px 0 0;
  color: var(--vbx-ink);
  font-weight: 800;
}

.vbx-test-card .vbx-edit-value {
  color: #8b7a4d;
}

.vbx-positive {
  color: var(--vbx-green) !important;
}

.vbx-result-hero {
  position: relative;
  min-height: auto;
  display: grid;
  align-items: center;
  color: #ffffff;
  background: var(--vbx-dark);
  isolation: isolate;
  padding: 48px 0;
}

.vbx-result-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 380px);
  gap: 34px;
  align-items: center;
}

.vbx-result-heading {
  max-width: 660px;
}

.vbx-result-heading h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.vbx-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vbx-result-meta span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.vbx-back-link {
  display: inline-flex;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.vbx-result-summary {
  padding: 22px;
  background: rgba(15, 20, 23, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.vbx-result-summary dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.vbx-result-summary dl div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
}

.vbx-result-summary dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vbx-result-summary dd {
  margin: 5px 0 0;
  color: #ffffff;
  font-weight: 900;
}

.vbx-result-summary .vbx-edit-value {
  color: #e0c374;
}

.vbx-result-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.vbx-result-shell {
  width: min(100% - 48px, 1360px);
}

.vbx-result-visual,
.vbx-result-note {
  padding: clamp(20px, 2.7vw, 30px);
  box-shadow: none;
}

.vbx-result-visual-large {
  grid-column: 1 / -1;
}

.vbx-result-visual h2,
.vbx-result-note h2 {
  margin: 0;
  color: var(--vbx-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.vbx-chart-frame {
  margin-top: 22px;
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
}

.vbx-result-chart {
  display: block;
  width: max(100%, 1180px);
  height: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.vbx-result-chart.is-screenshot-chart {
  aspect-ratio: 2542 / 407;
}

.vbx-result-chart.is-generated-chart {
  aspect-ratio: 1200 / 620;
}

.vbx-result-visual-large .vbx-result-chart {
  min-height: 0;
}

.vbx-report-metrics {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.vbx-report-metrics span {
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  padding: 14px 16px;
  background: #f9f8f4;
  color: var(--vbx-ink);
  font-weight: 900;
}

.vbx-result-note p {
  margin: 18px 0 0;
  color: var(--vbx-muted);
  line-height: 1.75;
}

.vbx-thanks {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  color: #ffffff;
  background: var(--vbx-dark);
  isolation: isolate;
  padding: 60px 0;
}

.vbx-thanks-panel {
  max-width: 720px;
}

.vbx-thanks-panel h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.4rem, 8vw, 6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.vbx-thanks-panel p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.vbx-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.vbx-note-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.vbx-note-list span {
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  padding: 13px 14px;
  background: #f9f8f4;
  color: var(--vbx-ink);
  font-weight: 800;
}

.vbx-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 28px;
  align-items: start;
}

.vbx-proof-copy {
  max-width: 540px;
}

.vbx-feature-list {
  display: grid;
  width: min(100%, 520px);
  gap: 10px;
}

.vbx-feature-list span {
  border: 1px solid var(--vbx-line);
  border-radius: var(--vbx-radius);
  padding: 14px 16px;
  background: #ffffff;
  color: var(--vbx-ink);
  font-weight: 800;
}

.vbx-request-section {
  background: var(--vbx-dark);
  color: #ffffff;
}

.vbx-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 640px);
  gap: 30px;
  align-items: start;
}

.vbx-request-copy {
  max-width: 460px;
  padding-top: 10px;
}

.vbx-request-copy h2,
.vbx-request-copy p {
  color: #ffffff;
}

.vbx-request-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.vbx-mini-disclaimer {
  margin-top: 26px;
  border-left: 3px solid var(--vbx-gold);
  padding: 12px 0 12px 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.vbx-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 640px);
  gap: 14px;
  padding: 22px;
  background: #ffffff;
  color: var(--vbx-ink);
  box-shadow: none;
}

.vbx-form label {
  display: grid;
  gap: 8px;
  color: #394047;
  font-size: 0.86rem;
  font-weight: 800;
}

.vbx-form input,
.vbx-form select,
.vbx-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 20, 23, 0.16);
  border-radius: var(--vbx-radius);
  padding: 13px 12px;
  background: #f8f7f3;
  color: var(--vbx-ink);
  font: inherit;
}

.vbx-form textarea {
  resize: vertical;
}

.vbx-form-wide,
.vbx-check {
  grid-column: 1 / -1;
}

.vbx-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--vbx-muted) !important;
  font-weight: 600 !important;
  line-height: 1.5;
}

.vbx-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
}

.vbx-form .vbx-button-primary {
  min-height: 52px;
  width: 100%;
  border: 0;
  background: var(--vbx-dark);
  color: #ffffff;
  cursor: pointer;
}

.vbx-form-status {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--vbx-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .vbx-site-nav-inner {
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding: 10px 0;
  }

  .vbx-nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .vbx-nav-links::-webkit-scrollbar {
    display: none;
  }

  .vbx-hero {
    min-height: auto;
  }

  .vbx-hero-grid,
  .vbx-result-hero-grid,
  .vbx-two-col,
  .vbx-proof-grid,
  .vbx-request-grid,
  .vbx-result-layout {
    grid-template-columns: 1fr;
  }

  .vbx-hero-copy {
    padding-bottom: 0;
  }

  .vbx-live-panel,
  .vbx-feature-list,
  .vbx-form {
    width: 100%;
  }

  .vbx-section-head {
    display: block;
  }

  .vbx-test-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vbx-shell {
    width: min(100% - 28px, 1160px);
  }

  .vbx-site-nav-inner {
    min-height: 86px;
  }

  .vbx-brand strong {
    font-size: 1rem;
  }

  .vbx-nav-links a,
  .vbx-nav-home {
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.78rem;
  }

  .vbx-nav-links {
    gap: 4px;
  }

  .vbx-hero {
    padding: 46px 0 28px;
  }

  .vbx-result-hero {
    min-height: auto;
    padding: 46px 0 36px;
  }

  .vbx-hero-grid {
    gap: 28px;
  }

  .vbx-hero h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .vbx-result-heading h1 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .vbx-steps,
  .vbx-form {
    grid-template-columns: 1fr;
  }

  .vbx-section {
    padding: 48px 0;
  }

  .vbx-result-chart,
  .vbx-result-visual-large .vbx-result-chart {
    width: 100%;
    min-height: 0;
  }

  .vbx-live-head,
  .vbx-active-strip,
  .vbx-demo-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .vbx-button {
    width: 100%;
  }

  .vbx-hero-actions {
    flex-wrap: nowrap;
  }

  .vbx-hero-actions .vbx-button {
    min-width: 0;
    width: auto;
    flex: 1 1 0;
    padding-inline: 10px;
  }
}
