.bv-page {
  --bv-bg: #070a13;
  --bv-card: rgba(255, 255, 255, .055);
  --bv-border: rgba(255, 255, 255, .11);
  --bv-text: #ffffff;
  --bv-muted: rgba(255, 255, 255, .68);
  --bv-primary: #8b5cf6;
  --bv-secondary: #22d3ee;
  --bv-accent: #34d399;
  --bv-shadow: 0 24px 80px rgba(0, 0, 0, .32);
  background: var(--bv-bg);
  color: var(--bv-text);
  overflow: hidden;
}

.bv-page * { box-sizing: border-box; }

.bv-section { position: relative; }
.bv-pt-none { padding-top: 0; }
.bv-pb-none { padding-bottom: 0; }
.bv-pt-small { padding-top: 34px; }
.bv-pb-small { padding-bottom: 34px; }
.bv-pt-medium { padding-top: 62px; }
.bv-pb-medium { padding-bottom: 62px; }
.bv-pt-large { padding-top: clamp(72px, 8vw, 128px); }
.bv-pb-large { padding-bottom: clamp(72px, 8vw, 128px); }
.bv-bg-dark_gradient {
  background:
    radial-gradient(circle at 12% 5%, rgba(139, 92, 246, .18), transparent 32rem),
    radial-gradient(circle at 88% 30%, rgba(34, 211, 238, .12), transparent 28rem);
}
.bv-bg-panel { background: rgba(255, 255, 255, .02); }

.bv-container {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}
.bv-container--narrow { width: min(860px, calc(100% - 36px)); }
.bv-container--wide { width: min(1360px, calc(100% - 36px)); }

.bv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  border: 1px solid rgba(139, 92, 246, .35);
  border-radius: 999px;
  padding: 6px 12px;
  color: #c4b5fd;
  background: rgba(139, 92, 246, .12);
  font-size: .82rem;
  font-weight: 900;
}

.bv-hero,
.bv-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}
.bv-hero--media-left .bv-hero__media,
.bv-split--media-left > div:last-child { order: -1; }

.bv-hero__title,
.bv-section-title {
  margin: 0;
  color: #fff;
  line-height: 1.18;
  letter-spacing: 0;
}
.bv-hero__title { font-size: clamp(2.25rem, 7vw, 3.4rem); max-width: 850px; }
.bv-section-title { font-size: clamp(1.8rem, 4vw, 2.3rem); }
.bv-lead,
.bv-section-head p,
.bv-final-cta p,
.bv-revenue p {
  color: var(--bv-muted);
  line-height: 2;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.bv-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.bv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.bv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}
.bv-btn:hover { transform: translateY(-2px); }
.bv-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--bv-primary), #a855f7);
  box-shadow: 0 14px 36px rgba(139, 92, 246, .3);
}
.bv-btn--secondary {
  color: #fff;
  border: 1px solid var(--bv-border);
  background: rgba(255, 255, 255, .055);
}

.bv-chips,
.bv-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.bv-chips span,
.bv-bullets li {
  border: 1px solid rgba(52, 211, 153, .24);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, .8);
  background: rgba(52, 211, 153, .08);
  font-weight: 800;
}

.bv-media-card {
  display: block;
  width: 100%;
  min-height: 330px;
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 24px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(139, 92, 246, .18), rgba(34, 211, 238, .08)), rgba(255, 255, 255, .045);
  box-shadow: var(--bv-shadow);
}
.bv-media-card--large { min-height: 420px; }
.bv-page .bmd-video-wrap.bv-media-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 330px;
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--bv-shadow);
  cursor: pointer;
  isolation: isolate;
}
.bv-page .bmd-video-wrap .bv-media-card {
  min-height: inherit;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.bv-page .bmd-video-wrap:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(52, 211, 153, .72), var(--bv-shadow);
}
.bv-page .bmd-vmb-overlay {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .56);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.bv-page .bmd-video-wrap:hover .bmd-vmb-overlay,
.bv-page .bmd-video-wrap.vmb-show .bmd-vmb-overlay {
  transform: scale(1.06);
  background: rgba(0, 0, 0, .7);
  border-color: rgba(255, 255, 255, .42);
}
.bv-page .bmd-vmb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bv-page .bmd-vmb-icon .material-symbols-rounded {
  font-size: 25px;
}
.bv-page .bmd-vmb-unmuted { display: none; }
.bv-page .bmd-video-wrap.is-unmuted .bmd-vmb-muted { display: none; }
.bv-page .bmd-video-wrap.is-unmuted .bmd-vmb-unmuted { display: flex; }
.bv-media-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .42);
  font-weight: 900;
}

.bv-platform-grid,
.bv-card-grid,
.bv-artist-grid,
.bv-stats {
  display: grid;
  gap: 18px;
}
.bv-platform-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.bv-card-grid.bv-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bv-card-grid.bv-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bv-card-grid.bv-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.bv-platform,
.bv-card,
.bv-step,
.bv-artist,
.bv-stats div,
.bv-faq-list details {
  border: 1px solid var(--bv-border);
  border-radius: 18px;
  background: var(--bv-card);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
}
.bv-platform {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.bv-platform__logo {
  display: block;
  max-width: 128px;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.bv-platform__sign {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: color-mix(in srgb, var(--bv-item-accent, var(--bv-primary)) 45%, transparent);
}
.bv-platform__sign svg,
.bv-platform__sign img,
.bv-platform__icon {
  display: block;
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
}
.bv-platform__sign svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.bv-platform.is-force-white img,
.bv-platform.is-dark-logo img,
.bv-platform.is-force-white svg,
.bv-platform.is-dark-logo svg { filter: brightness(0) invert(1); }
.bv-extra-text {
  margin-top: 22px;
  text-align: center;
  color: var(--bv-muted);
  font-weight: 900;
}

.bv-card {
  padding: 24px;
}
.bv-card h3,
.bv-step h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 1.1rem;
}
.bv-card p,
.bv-step p,
.bv-card blockquote {
  color: var(--bv-muted);
  line-height: 1.9;
}
.bv-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(139, 92, 246, .35), rgba(34, 211, 238, .18));
}

.bv-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
  counter-reset: step;
}
.bv-step {
  position: relative;
  padding: 24px;
}
.bv-step__num {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #070a13;
  background: linear-gradient(135deg, var(--bv-accent), var(--bv-secondary));
  font-weight: 1000;
}

.bv-artist-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.bv-artist {
  overflow: hidden;
  color: inherit;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.bv-artist__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}
.bv-artist div { padding: 16px; }
.bv-artist strong,
.bv-artist > div > span { display: block; }
.bv-artist > div > span { color: var(--bv-muted); margin-top: 4px; }
.bv-artist small {
  display: inline-flex;
  margin-bottom: 8px;
  border: 1px solid rgba(139, 92, 246, .35);
  border-radius: 999px;
  padding: 4px 9px;
  color: #c4b5fd;
  background: rgba(139, 92, 246, .12);
  font-size: .76rem;
  font-weight: 900;
}
.bv-artist__link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 14px auto 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.bv-artist__link:hover {
  transform: translateY(-2px);
  border-color: rgba(52, 211, 153, .45);
  color: var(--bv-accent);
  background: rgba(52, 211, 153, .1);
}
.bv-artist__link .material-symbols-rounded {
  display: block;
  margin-top: 0;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
}

.bv-revenue {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(52, 211, 153, .3);
  border-radius: 26px;
  padding: clamp(28px, 5vw, 56px);
  background: radial-gradient(circle at 85% 20%, rgba(52, 211, 153, .22), transparent 28rem), rgba(255, 255, 255, .055);
}
.bv-percent {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(52, 211, 153, .32);
  background: rgba(52, 211, 153, .09);
}
.bv-percent strong { font-size: clamp(3rem, 7vw, 5.2rem); line-height: 1; }
.bv-percent span { color: var(--bv-muted); font-weight: 900; }

.bv-faq-list { display: grid; gap: 12px; }
.bv-faq-list details { padding: 18px 20px; }
.bv-faq-list summary {
  cursor: pointer;
  color: #fff;
  font-weight: 950;
}
.bv-faq-list div {
  margin-top: 12px;
  color: var(--bv-muted);
  line-height: 2;
}

.bv-final-cta {
  border: 1px solid rgba(139, 92, 246, .34);
  border-radius: 28px;
  padding: clamp(34px, 6vw, 72px);
  text-align: center;
  background: linear-gradient(135deg, rgba(139, 92, 246, .25), rgba(34, 211, 238, .1)), rgba(255, 255, 255, .045);
}
.bv-final-cta .bv-actions { justify-content: center; }

.bv-stats { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.bv-stats div { padding: 22px; text-align: center; }
.bv-stats strong { display: block; font-size: 2rem; }
.bv-stats span { display: block; color: #fff; font-weight: 900; margin-top: 6px; }
.bv-stats small { color: var(--bv-muted); }

.bv-plan.is-highlighted { border-color: rgba(139, 92, 246, .6); background: rgba(139, 92, 246, .12); }
.bv-plan__price { display: block; margin: 10px 0; font-size: 2rem; color: #fff; }

.bv-revenue-calculator {
  border: 1px solid rgba(34, 211, 238, .28);
  border-radius: 28px;
  padding: clamp(26px, 5vw, 52px);
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, .18), transparent 22rem),
    rgba(255, 255, 255, .055);
  box-shadow: var(--bv-shadow);
}
.bv-revenue-calculator .bv-section-head {
  margin-bottom: 26px;
}
.bv-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bv-calc-grid label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 900;
}
.bv-calc-grid select,
.bv-calc-grid input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  padding: 0 14px;
  color: #fff;
  background: rgba(7, 10, 19, .72);
  font: inherit;
}
.bv-calc-grid input[data-bv-calc-streams] {
  direction: ltr;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.bv-calc-result {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  border: 1px solid rgba(52, 211, 153, .28);
  border-radius: 22px;
  padding: 22px;
  background: rgba(52, 211, 153, .09);
  text-align: center;
}
.bv-calc-result span,
.bv-calc-result small,
.bv-calc-note {
  color: var(--bv-muted);
}
.bv-calc-result strong {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.15;
  direction: ltr;
  unicode-bidi: isolate;
}
.bv-calc-result small[data-bv-calc-rpm] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: ltr;
  unicode-bidi: isolate;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.98rem, 1.8vw, 1.15rem);
  font-weight: 850;
}
.bv-calc-rpm__range {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}
.bv-calc-result small[data-bv-calc-rpm] span {
  color: inherit;
}
.bv-calc-rpm__sep {
  direction: rtl;
  color: var(--bv-muted);
}
.bv-calc-note {
  margin: 16px 0 0;
  line-height: 1.9;
  text-align: center;
}

.bv-copy {
  color: var(--bv-muted);
  line-height: 2.05;
  font-size: 1.05rem;
}
.bv-copy :where(p, ul, ol) { color: var(--bv-muted); }
.bv-wp-content {
  color: var(--bv-muted);
  line-height: 2.05;
}
.bv-wp-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.bv-wp-content .alignleft {
  float: left;
  margin: 6px 22px 14px 0;
}
.bv-wp-content .alignright {
  float: right;
  margin: 6px 0 14px 22px;
}
.bv-wp-content .aligncenter {
  display: block;
  margin: 22px auto;
}
.bv-wp-content::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 920px) {
  .bv-hero,
  .bv-split,
  .bv-revenue {
    grid-template-columns: 1fr;
  }
  .bv-calc-grid { grid-template-columns: 1fr; }
  .bv-hero--media-left .bv-hero__media,
  .bv-split--media-left > div:last-child { order: 0; }
  .bv-card-grid.bv-cols-3,
  .bv-card-grid.bv-cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .bv-container,
  .bv-container--narrow,
  .bv-container--wide { width: min(100% - 28px, 1180px); }
  .bv-card-grid.bv-cols-2,
  .bv-card-grid.bv-cols-3,
  .bv-card-grid.bv-cols-4 { grid-template-columns: 1fr; }
  .bv-actions { align-items: stretch; flex-direction: column; }
  .bv-btn { width: 100%; }
  .bv-media-card { min-height: 240px; }
}
