/* ============================================================
   Landing Pages — bml-* namespace
   Shared CSS for all new landing page templates.
   ============================================================ */

/* ── CSS custom properties (mirrors podcast-distribution vars) */
/* Assumes --bm-violet, --bm-cyan, --bm-emerald, --bm-night,
   --bm-card, --bm-line, --bm-muted, --bm-radius, --bm-shadow,
   --bm-glow are defined in the global theme stylesheet.        */

/* ── Page wrapper ─────────────────────────────────────────── */
.bml-page {
  background:
    radial-gradient(circle at 12% 6%,  rgba(139, 92, 246, .22), transparent 32rem),
    radial-gradient(circle at 88% 16%, rgba(34, 211, 238, .10), transparent 34rem),
    radial-gradient(circle at 42% 82%, rgba(168, 85, 247, .14), transparent 34rem),
    var(--bm-night);
}

/* ── Section ──────────────────────────────────────────────── */
.bml-section {
  padding-block: clamp(64px, 8vw, 112px);
}

.bml-section--alt {
  background: rgba(255, 255, 255, .025);
}

/* ── Container ────────────────────────────────────────────── */
.bml-container {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
}

/* ── Section heading ──────────────────────────────────────── */
.bml-section-head {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.bml-section-head__kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--bm-violet);
  background: rgba(139, 92, 246, .1);
  border: 1px solid rgba(139, 92, 246, .25);
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 16px;
}

.bml-section-head__title {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
}

.bml-section-head__desc {
  margin: 0;
  color: var(--bm-muted);
  font-size: 1rem;
  line-height: 1.8;
}

/* ── Music Distribution Landing ───────────────────────────── */
.bmmd-page {
  color: #fff;
}

.bmmd-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(34, 211, 238, .16), transparent 28rem),
    radial-gradient(circle at 14% 24%, rgba(236, 72, 153, .14), transparent 24rem);
}

.bmmd-hero__visual {
  min-height: 420px;
}

.bmmd-dashboard-card,
.bmmd-dashboard-mock,
.bmmd-ai-card,
.bmmd-service-card,
.bmmd-audience-grid article {
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(145deg, rgba(16, 23, 41, .82), rgba(8, 12, 24, .94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}

.bmmd-dashboard-card {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  padding: 24px;
}

.bmmd-wave {
  position: absolute;
  inset: 16% 8%;
  border-radius: 999px;
  opacity: .7;
  background: repeating-linear-gradient(90deg, rgba(34, 211, 238, .08) 0 10px, rgba(139, 92, 246, .5) 10px 14px, rgba(34, 211, 238, .08) 14px 24px);
  mask-image: radial-gradient(ellipse at center, #000 0 52%, transparent 72%);
}

.bmmd-cover-stack {
  position: absolute;
  inset-inline-start: 12%;
  inset-block-start: 18%;
  width: 180px;
  aspect-ratio: 1;
}

.bmmd-cover-stack span {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #22d3ee, #8b5cf6 55%, #ec4899);
  box-shadow: 0 18px 45px rgba(139, 92, 246, .35);
}

.bmmd-cover-stack span:nth-child(2) { transform: translate(26px, 24px) rotate(7deg); opacity: .55; }
.bmmd-cover-stack span:nth-child(3) { transform: translate(52px, 48px) rotate(13deg); opacity: .28; }

.bmmd-floating-stat {
  position: relative;
  z-index: 1;
  width: min(220px, 58%);
  margin: 0 0 14px auto;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

.bmmd-floating-stat small,
.bmmd-floating-stat em,
.bmmd-mini-stats small,
.bmmd-mini-stats span {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
  font-style: normal;
}

.bmmd-floating-stat strong {
  display: block;
  margin-block: 3px;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.bmmd-platform-grid,
.bmmd-services-grid,
.bmmd-audience-grid,
.bmmd-mini-stats,
.bmmd-trust-metrics {
  display: grid;
  gap: 16px;
}

.bmmd-platform-grid {
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
}

.bmmd-platform {
  display: grid;
  min-height: 122px;
  place-items: center;
  gap: 7px;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-decoration: none;
}

.bmmd-platform__img {
  width: min(118px, 100%);
  height: 38px;
  object-fit: contain;
}

.bmmd-platform__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(139, 92, 246, .36));
  font-weight: 900;
  direction: ltr;
}

.bmmd-platform small {
  color: rgba(255, 255, 255, .55);
}

.bmmd-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}

.bmmd-services-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.bmmd-service-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  border-radius: 22px;
  padding: 24px;
}

.bmmd-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--bmmd-accent) 32%, transparent), transparent 42%);
  pointer-events: none;
}

.bmmd-service-card > * {
  position: relative;
  z-index: 1;
}

.bmmd-service-card .material-symbols-rounded {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--bmmd-accent) 18%, transparent);
  color: var(--bmmd-accent);
  font-size: 28px;
}

.bmmd-service-card h3,
.bmmd-audience-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.1rem;
}

.bmmd-service-card p,
.bmmd-audience-grid p,
.bmmd-ai-card p,
.bmmd-faq-list p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.85;
}

.bmmd-service-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #fff;
  font-weight: 900;
}

.bmmd-timeline {
  position: relative;
}

.bmmd-dashboard-section {
  align-items: center;
}

.bmmd-left-head {
  text-align: start;
  margin-inline: 0;
}

.bmmd-mini-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bmmd-mini-stats div,
.bmmd-trust-metrics div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.bmmd-mini-stats strong,
.bmmd-trust-metrics strong {
  display: block;
  margin: 4px 0;
  font-size: 1.35rem;
}

.bmmd-dashboard-mock {
  border-radius: 28px;
  padding: 24px;
}

.bmmd-dashboard-image,
.bmmd-ai-card img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.bmmd-chart-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 210px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, .2);
}

.bmmd-chart-bars span {
  flex: 1;
  min-height: 24px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #22d3ee, #8b5cf6);
}

.bmmd-dashboard-mock ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bmmd-dashboard-mock li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
}

.bmmd-dashboard-mock em {
  color: #22d3ee;
  font-style: normal;
}

.bmmd-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.bmmd-check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.bmmd-check-list li {
  position: relative;
  padding-inline-start: 30px;
  color: rgba(255, 255, 255, .78);
}

.bmmd-check-list li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: #22d3ee;
  font-weight: 900;
}

.bmmd-ai-card {
  display: grid;
  min-height: 330px;
  place-items: center;
  text-align: center;
  border-radius: 28px;
  padding: 32px;
}

.bmmd-ai-card .material-symbols-rounded {
  font-size: 68px;
  color: #22d3ee;
}

.bmmd-audience-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.bmmd-audience-grid article {
  border-radius: 20px;
  padding: 22px;
}

.bmmd-audience-grid .material-symbols-rounded {
  color: #c084fc;
  font-size: 30px;
}

.bmmd-artist-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.bmmd-artist-strip a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .05);
}

.bmmd-artist-strip img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.bmmd-trust-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bmmd-faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-inline: auto;
}

.bmmd-faq-list details {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  padding: 18px 20px;
}

.bmmd-faq-list summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.bmmd-final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 72, 153, .22), transparent 28rem),
    linear-gradient(135deg, rgba(139, 92, 246, .16), rgba(34, 211, 238, .08));
}

.bmmd-final-cta .bml-container {
  position: relative;
  z-index: 1;
}

.bmmd-final-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .16;
  filter: saturate(1.15);
}

.bmmd-final-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 4vw, 2.9rem);
}

.bmmd-final-cta p {
  max-width: 680px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.9;
}

.bmmd-centered {
  justify-content: center;
}

@media (max-width: 820px) {
  .bmmd-hero__visual {
    min-height: 330px;
  }

  .bmmd-dashboard-card {
    min-height: 330px;
  }

  .bmmd-floating-stat {
    width: 68%;
    padding: 11px 12px;
  }

  .bmmd-cover-stack {
    width: 128px;
  }

  .bmmd-split,
  .bmmd-dashboard-section {
    grid-template-columns: 1fr;
  }

  .bmmd-left-head {
    text-align: center;
    margin-inline: auto;
  }

  .bmmd-mini-stats,
  .bmmd-trust-metrics {
    grid-template-columns: 1fr;
  }
}

/* ── Hero ─────────────────────────────────────────────────── */
.bml-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 120px);
}

.bml-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.bml-hero__content { order: 2; }
.bml-hero__visual  { order: 1; }

/* Uploaded hero image */
.bml-hero__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .5), 0 0 0 1px rgba(139, 92, 246, .15);
}

.bml-hero__visual .bmd-video-wrap {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .5), 0 0 0 1px rgba(139, 92, 246, .15);
}

.bml-hero__visual .bmd-hero-video {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.bml-hero__img-placeholder {
  width: 100%;
  min-height: 320px;
  border-radius: 20px;
  border: 2px dashed rgba(139, 92, 246, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, .04);
  color: rgba(255, 255, 255, .35);
  font-size: 14px;
  text-align: center;
  padding: 24px;
}

.bml-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(139, 92, 246, .35);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--bm-violet);
  background: rgba(139, 92, 246, .08);
  margin-bottom: 20px;
}

.bml-hero__title {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  font-weight: 950;
  line-height: 1.2;
  color: #fff;
}

.bml-hero__title-accent {
  display: block;
  background: linear-gradient(90deg, var(--bm-violet), var(--bm-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bml-hero__desc {
  margin: 0 0 32px;
  color: var(--bm-muted);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 480px;
}

.bml-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.bml-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bml-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .04);
}

.bml-hero__badge .material-symbols-rounded {
  font-size: 15px;
  color: var(--bm-violet);
}

.bamdad-editable-icon-img {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  vertical-align: middle;
  flex: 0 0 auto;
}

.bml-hero__badge .bamdad-editable-icon-img {
  width: 15px;
  height: 15px;
}

/* Plans page */
.bmpl-hero { padding-block: clamp(72px, 9vw, 118px); }
.bmpl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}
.bmpl-hero__content { min-width: 0; }
.bmpl-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.bmpl-keywords span {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  padding: 7px 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}
.bmpl-hero__panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .18), rgba(34, 211, 238, .06)),
    rgba(255, 255, 255, .045);
  box-shadow: var(--bm-shadow);
}
.bmpl-hero__panel div {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 18px;
  background: rgba(0, 0, 0, .18);
}
.bmpl-hero__panel strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}
.bmpl-hero__panel span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .68);
  font-weight: 800;
}
.bmpl-hero__media {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, .14), rgba(34, 211, 238, .06)),
    rgba(255, 255, 255, .045);
  box-shadow: var(--bm-shadow);
}
.bmpl-hero__media-el,
.bmpl-hero__media .bmd-video-wrap,
.bmpl-hero__media .bmd-hero-video {
  display: block;
  width: 100%;
  min-height: clamp(280px, 32vw, 440px);
  object-fit: cover;
}
.bmpl-hero__media .bmd-video-wrap {
  border-radius: 0;
  box-shadow: none;
}
.bmpl-value-grid,
.bmpl-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.bmpl-plan-grid--human {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
  max-width: 760px;
  margin-inline: auto;
}
.bmpl-ai-plans {
  border-block: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(180deg, rgba(139, 92, 246, .08), rgba(52, 211, 153, .035)),
    rgba(255, 255, 255, .018);
}
.bmpl-plan-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  gap: 4px;
  margin: 0 auto 24px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
}
.bmpl-plan-switch button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: transparent;
  color: rgba(255, 255, 255, .7);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.bmpl-plan-switch button.is-active {
  background: linear-gradient(135deg, var(--bm-emerald), var(--bm-violet));
  color: #fff;
  box-shadow: 0 12px 30px rgba(52, 211, 153, .18);
}
.bmpl-plan-switch button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .88);
  outline-offset: 3px;
}
.bmpl-value-card,
.bmpl-plan-card,
.bmpl-notes__box,
.bmpl-final-cta__inner {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24);
}
.bmpl-value-card { padding: 24px; }
.bmpl-value-card .material-symbols-rounded {
  color: var(--bm-emerald);
  font-size: 28px;
}
.bmpl-value-card h3,
.bmpl-plan-card h3,
.bmpl-notes__box h2,
.bmpl-final-cta__inner h2 {
  margin: 12px 0 10px;
  color: #fff;
}
.bmpl-value-card p,
.bmpl-plan-card p,
.bmpl-final-cta__inner p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.9;
}
.bmpl-plan-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 100%;
}
.bmpl-plan-card--featured {
  border-color: rgba(52, 211, 153, .42);
  background:
    linear-gradient(145deg, rgba(52, 211, 153, .12), rgba(139, 92, 246, .12)),
    rgba(255, 255, 255, .055);
}
.bmpl-plan-card__head strong {
  display: block;
  margin: 14px 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}
.bmpl-free-price {
  display: grid;
  gap: 6px;
  margin: 14px 0 8px;
}
.bmpl-free-price__old {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .58);
  font-weight: 900;
}
.bmpl-free-price__free {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bmpl-free-price__old .material-symbols-rounded,
.bmpl-free-price__free .material-symbols-rounded {
  color: var(--bm-emerald);
  font-size: 20px;
}
.bmpl-free-price strong {
  margin: 0;
}
.bmpl-share-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 16px 0 12px;
  border: 1px solid rgba(52, 211, 153, .32);
  border-radius: 18px;
  padding: 12px 14px;
  background:
    linear-gradient(135deg, rgba(52, 211, 153, .14), rgba(139, 92, 246, .12)),
    rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}
.bmpl-share-card span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.bmpl-share-card strong {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.8vw, 50px);
  line-height: .95;
  font-weight: 1000;
  text-shadow: 0 10px 28px rgba(52, 211, 153, .18);
}
.bmpl-plan-card ul,
.bmpl-notes__box ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}
.bmpl-plan-card li,
.bmpl-notes__box li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.85;
  font-weight: 800;
}
.bmpl-plan-card li .material-symbols-rounded {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--bm-emerald);
  font-size: 20px;
}
.bmpl-plan-card .bm-btn {
  margin-top: auto;
  justify-content: center;
}
.bmpl-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(52, 211, 153, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 0%, rgba(52, 211, 153, .16), transparent 34%),
    linear-gradient(145deg, rgba(139, 92, 246, .13), rgba(52, 211, 153, .06)),
    rgba(255, 255, 255, .045);
  box-shadow: 0 28px 86px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .07);
}
.bmpl-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
}
.bmpl-table th,
.bmpl-table td {
  padding: 20px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  text-align: right;
  vertical-align: middle;
}
.bmpl-table th {
  color: #fff;
  background: rgba(7, 10, 20, .66);
  font-weight: 1000;
  font-size: 13px;
}
.bmpl-table td {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
  background: rgba(255, 255, 255, .018);
}
.bmpl-table tbody tr {
  transition: background .18s ease, transform .18s ease;
}
.bmpl-table tbody tr:hover {
  background: rgba(255, 255, 255, .052);
}
.bmpl-table tbody tr:last-child td { border-bottom: 0; }
.bmpl-table th:nth-child(4),
.bmpl-table__share {
  text-align: center;
}
.bmpl-table__plan {
  color: #fff !important;
  font-weight: 1000 !important;
  font-size: 16px;
}
.bmpl-table__share {
  min-width: 140px;
}
.bmpl-table__share-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  border: 1px solid rgba(52, 211, 153, .48);
  border-radius: 18px;
  padding: 12px 18px;
  background:
    linear-gradient(145deg, rgba(52, 211, 153, .24), rgba(139, 92, 246, .18)),
    rgba(255, 255, 255, .06);
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 1000;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(52, 211, 153, .13), inset 0 1px 0 rgba(255, 255, 255, .1);
}
.bmpl-notes__box,
.bmpl-final-cta__inner { padding: clamp(24px, 4vw, 38px); }
.bmpl-notes__box li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--bm-emerald);
}
.bmpl-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin-inline: auto;
}
.bmpl-faq-list details {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
  padding: 18px 20px;
}
.bmpl-faq-list summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}
.bmpl-faq-list p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .7);
  line-height: 1.9;
}
.bmpl-final-cta__inner { text-align: center; }
.bmpl-final-cta__inner .bml-hero__actions {
  justify-content: center;
  margin-top: 24px;
}

/* ── Stats section ────────────────────────────────────────── */
.bml-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: stretch;
}

.bml-stats__grid--6 {
  grid-template-columns: repeat(3, 1fr);
}

.bml-stat-card {
  border: 1px solid var(--bm-line);
  border-radius: 20px;
  background: var(--bm-card);
  padding: 24px 20px;
  border-top: 3px solid var(--bm-violet);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bml-stat-card__icon {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.bml-stat-card__val {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 950;
  color: #fff;
  line-height: 1;
}

.bml-stat-card__delta {
  font-size: 12px;
  font-weight: 800;
  color: var(--bm-emerald);
}

.bml-stat-card__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--bm-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: 4px;
}

.bml-stat-card__sub {
  font-size: 11px;
  color: var(--bm-muted);
  line-height: 1.6;
  margin-top: 4px;
}

/* ── Feature cards ────────────────────────────────────────── */
/* YouTube Music income stats strip */
#yt-stats {
  padding-block: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(90deg, rgba(139, 92, 246, .08), rgba(34, 211, 238, .08)),
    rgba(255, 255, 255, .025);
}

#yt-stats .bml-stats-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  width: 100%;
}

#yt-stats .bml-stat-item {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0, rgba(34, 211, 238, .14), transparent 70%),
    rgba(255, 255, 255, .045);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

#yt-stats .bml-stat-item__num {
  direction: ltr;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

#yt-stats .bml-stat-item__label {
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.5;
}

.bml-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bml-feature-card {
  border: 1px solid var(--bm-line);
  border-radius: 18px;
  padding: 28px 24px;
  background: var(--bm-card);
  transition: border-color .25s, transform .25s;
}

.bml-feature-card:hover {
  border-color: rgba(139, 92, 246, .35);
  transform: translateY(-3px);
}

.bml-feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(139, 92, 246, .12);
  border: 1px solid rgba(139, 92, 246, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--bm-violet);
  font-size: 26px;
}

.bml-feature-card__icon .bamdad-editable-icon-img,
.bml-mv-card__icon.bamdad-editable-icon-img,
.bml-audience-card__img .bamdad-editable-icon-img {
  width: 1em;
  height: 1em;
}

.bml-feature-card__title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #fff;
}

.bml-feature-card__desc {
  margin: 0;
  font-size: 14px;
  color: var(--bm-muted);
  line-height: 1.75;
}

/* ── Steps ────────────────────────────────────────────────── */
.bml-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.bml-steps__grid--4col {
  grid-template-columns: repeat(4, 1fr);
}

.bml-steps__grid::before {
  content: '';
  position: absolute;
  top: 22px;
  right: calc(10% + 22px);
  left: calc(10% + 22px);
  height: 1px;
  background: var(--bm-violet);
  opacity: .3;
  pointer-events: none;
}

.bml-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
}

.bml-step__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bm-violet), var(--bm-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 24px rgba(139, 92, 246, .35);
  flex-shrink: 0;
}

.bml-step__connector {
  position: absolute;
  top: 22px;
  left: -50%;
  right: 50%;
  height: 1px;
  border-top: 2px dashed rgba(139, 92, 246, .25);
}

.bml-step__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.bml-step__desc {
  margin: 0;
  font-size: 12px;
  color: var(--bm-muted);
  line-height: 1.7;
}

/* ── Platform pills ───────────────────────────────────────── */
/* YouTube Music income steps */
#yt-steps {
  background:
    radial-gradient(circle at 50% 0, rgba(139, 92, 246, .08), transparent 46%),
    var(--bm-bg);
}

#yt-steps .bml-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

#yt-steps .bml-steps::before {
  content: '';
  position: absolute;
  top: 34px;
  right: calc(10% + 24px);
  left: calc(10% + 24px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, .42), rgba(34, 211, 238, .38), transparent);
  pointer-events: none;
}

#yt-steps .bml-step {
  min-height: 220px;
  padding: 24px 18px 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .025)),
    var(--bm-card);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

#yt-steps .bml-step__num {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 6px solid var(--bm-bg);
  font-size: 18px;
}

#yt-steps .bml-step__body {
  min-width: 0;
}

#yt-steps .bml-step__title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

#yt-steps .bml-step__text {
  margin: 0;
  color: var(--bm-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.bml-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.bml-platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--bm-line);
  border-radius: 12px;
  padding: 10px 18px;
  background: var(--bm-card);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color .2s, background .2s;
}

.bml-platform-pill:hover {
  border-color: rgba(139, 92, 246, .4);
  background: rgba(139, 92, 246, .07);
}

.bml-platform-pill__icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 900;
  color: #fff;
  background: rgba(139, 92, 246, .3);
}

/* ── Compare boxes ────────────────────────────────────────── */
.bml-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bml-compare__box {
  border: 1px solid var(--bm-line);
  border-radius: 18px;
  padding: 28px 24px;
  background: var(--bm-card);
  border-right: 4px solid var(--bm-line);
}

.bml-compare__box--good {
  border-right-color: #22c55e;
}

.bml-compare__box--bad {
  border-right-color: #ef4444;
}

.bml-compare__box h3 {
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.bml-compare__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.6;
}

.bml-compare__item span.good {
  color: #22c55e;
  font-weight: 900;
  flex-shrink: 0;
}

.bml-compare__item span.bad {
  color: #ef4444;
  font-weight: 900;
  flex-shrink: 0;
}

/* ── Timeline ─────────────────────────────────────────────── */
.bml-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
}

.bml-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  right: calc(12.5% + 14px);
  left: calc(12.5% + 14px);
  height: 2px;
  background: linear-gradient(90deg, var(--bm-violet), var(--bm-cyan));
  opacity: .3;
}

.bml-timeline-item {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
}

.bml-timeline-item__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bm-violet), var(--bm-cyan));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 24px rgba(139, 92, 246, .3);
}

.bml-timeline-item__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.bml-timeline-item__desc {
  margin: 0;
  font-size: 12px;
  color: var(--bm-muted);
  line-height: 1.7;
}

/* ── Audience cards ───────────────────────────────────────── */
.bml-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bml-audience-card {
  border: 1px solid var(--bm-line);
  border-radius: 18px;
  background: var(--bm-card);
  overflow: hidden;
  transition: border-color .25s, transform .25s;
}

.bml-audience-card:hover {
  border-color: rgba(139, 92, 246, .35);
  transform: translateY(-3px);
}

.bml-audience-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(139, 92, 246, .15), rgba(34, 211, 238, .08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: rgba(139, 92, 246, .4);
}

.bml-audience-card__body {
  padding: 20px 22px 24px;
}

.bml-audience-card__title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}

.bml-audience-card__desc {
  margin: 0;
  font-size: 14px;
  color: var(--bm-muted);
  line-height: 1.7;
}

/* ── Mission / Vision 2-col ───────────────────────────────── */
.bml-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bml-mv-card {
  border: 1px solid var(--bm-line);
  border-radius: 20px;
  padding: 32px 28px;
  background: var(--bm-card);
}

.bml-mv-card__icon {
  font-size: 40px;
  color: var(--bm-violet);
  margin-bottom: 20px;
  display: block;
}

.bml-mv-card__title {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}

.bml-mv-card__desc {
  margin: 0;
  color: var(--bm-muted);
  font-size: 15px;
  line-height: 1.8;
}

/* ── Warning box ──────────────────────────────────────────── */
.bml-mv-card__desc + .bml-mv-card__desc {
  margin-top: 14px;
}

.bmab-info-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border: 1px solid var(--bm-line);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 40px);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, .08), rgba(139, 92, 246, .08)),
    var(--bm-card);
}

.bmab-info-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #34d399;
  background: rgba(16, 185, 129, .12);
  border: 1px solid rgba(52, 211, 153, .25);
}

.bmab-info-card__body .bml-section-head__title {
  text-align: right;
  margin-bottom: 18px;
}

.bmab-info-card__body p {
  margin: 0;
  color: var(--bm-muted);
  font-size: 15px;
  line-height: 1.9;
}

.bmab-info-card__body p + p {
  margin-top: 14px;
}

.bmab-platform-card .bml-platforms {
  justify-content: flex-start;
  margin-top: 22px;
}

.bmab-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bmab-team-card {
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: 20px;
  background: var(--bm-card);
}

.bmab-team-card__photo {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: rgba(139, 92, 246, .10);
  color: var(--bm-violet);
}

.bmab-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bmab-team-card__photo .material-symbols-rounded {
  font-size: 64px;
}

.bmab-team-card__body {
  padding: 20px;
}

.bmab-team-card__body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.bmab-team-card__body strong {
  display: block;
  color: #34d399;
  font-size: 13px;
  margin-bottom: 10px;
}

.bmab-team-card__body p {
  margin: 0;
  color: var(--bm-muted);
  font-size: 14px;
  line-height: 1.8;
}

.bmab-team-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.bmab-team-card__links a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 6px 11px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.bmab-team-card__links a:hover {
  border-color: rgba(52, 211, 153, .45);
  color: #34d399;
}

.bml-warning-box {
  border: 1px solid rgba(251, 146, 60, .35);
  border-radius: 16px;
  background: rgba(251, 146, 60, .06);
  padding: 24px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 820px;
  margin-inline: auto;
}

.bml-warning-box__icon {
  font-size: 28px;
  color: #fb923c;
  flex-shrink: 0;
  margin-top: 2px;
}

.bml-warning-box__title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
  color: #fb923c;
}

.bml-warning-box__text {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.8;
}

/* ── CSS Mock UIs ─────────────────────────────────────────── */

/* Phone mock */
.bml-phone-mock {
  position: relative;
  width: 260px;
  margin-inline: auto;
}

.bml-phone-mock__frame {
  border: 1px solid rgba(139, 92, 246, .3);
  border-radius: 36px;
  background: linear-gradient(160deg, #0f1628 0%, #0a0f1e 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06),
    0 24px 80px rgba(0,0,0,.55),
    0 0 60px rgba(139,92,246,.2);
  overflow: hidden;
  padding: 16px 14px 20px;
}

.bml-phone-mock__notch {
  width: 80px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  margin: 0 auto 14px;
}

.bml-phone-mock__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.bml-phone-mock__artist {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.bml-phone-mock__badge {
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eab308, #f97316);
  color: #fff;
}

.bml-phone-mock__stats-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 11px;
  color: var(--bm-muted);
}

.bml-phone-mock__followers {
  font-weight: 900;
  font-size: 13px;
  color: #fff;
}

.bml-phone-mock__bars {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 24px;
  flex: 1;
}

.bml-phone-mock__bars span {
  flex: 1;
  border-radius: 2px;
  background: rgba(139, 92, 246, .35);
}

.bml-phone-mock__bars span:nth-child(odd) { background: var(--bm-violet); }

.bml-phone-mock__track {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.bml-phone-mock__track-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(139, 92, 246, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
}

.bml-phone-mock__track-info {
  flex: 1;
  min-width: 0;
}

.bml-phone-mock__track-name {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bml-phone-mock__track-dur {
  font-size: 10px;
  color: var(--bm-muted);
  flex-shrink: 0;
}

.bml-phone-mock__nav {
  display: flex;
  justify-content: space-around;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.bml-phone-mock__nav-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  color: var(--bm-muted);
}

.bml-phone-mock__nav-icon.active {
  color: var(--bm-violet);
}

/* Dashboard mock */
.bml-dashboard-mock {
  position: relative;
  width: 100%;
}

.bml-dashboard-mock__screen {
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 20px;
  background: linear-gradient(160deg, #0f1628 0%, #0a0f1e 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05),
    0 24px 80px rgba(0,0,0,.55),
    0 0 60px rgba(139,92,246,.18);
  overflow: hidden;
  padding: 18px 20px 20px;
}

.bml-dashboard-mock__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.bml-dashboard-mock__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.bml-dashboard-mock__title {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,.7);
}

.bml-dashboard-mock__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bml-dashboard-mock__stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  align-items: center;
}

.bml-dashboard-mock__stat-box {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  padding: 10px 12px;
}

.bml-dashboard-mock__stat-label {
  font-size: 10px;
  color: var(--bm-muted);
  margin-bottom: 4px;
  font-weight: 600;
}

.bml-dashboard-mock__stat-val {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.bml-dashboard-mock__stat-delta {
  font-size: 11px;
  font-weight: 800;
  margin-top: 3px;
  color: var(--bm-emerald);
}

.bml-dashboard-mock__growth-pill {
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 10px;
  background: rgba(139,92,246,.12);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: #a3e635;
  white-space: nowrap;
}

.bml-dashboard-mock__sources {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  padding: 10px 12px;
}

.bml-dashboard-mock__sources-title {
  font-size: 10px;
  color: var(--bm-muted);
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.bml-dashboard-mock__source-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 11px;
}

.bml-dashboard-mock__source-name {
  flex: 1;
  color: rgba(255,255,255,.8);
  font-weight: 600;
}

.bml-dashboard-mock__source-bar {
  flex: 2;
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}

.bml-dashboard-mock__source-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--bm-violet), var(--bm-cyan));
}

.bml-dashboard-mock__source-pct {
  color: var(--bm-muted);
  font-size: 10px;
  flex-shrink: 0;
  width: 32px;
  text-align: end;
}

.bml-dashboard-mock__waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 28px;
}

.bml-dashboard-mock__waveform span {
  flex: 1;
  border-radius: 2px;
  background: rgba(139,92,246,.3);
  min-height: 3px;
}

.bml-dashboard-mock__waveform span:nth-child(-n+10) {
  background: var(--bm-violet);
}

.bml-dashboard-mock__chart {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  padding: 10px 12px 8px;
  overflow: hidden;
}

.bml-dashboard-mock__chart-label {
  font-size: 10px;
  color: var(--bm-muted);
  font-weight: 600;
  margin-bottom: 6px;
}

.bml-dashboard-mock__chart-svg {
  width: 100%;
  height: 44px;
  display: block;
}

.bml-dashboard-mock__badge {
  position: absolute;
  bottom: -16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(139,92,246,.35);
  border-radius: 14px;
  background: rgba(10,15,28,.88);
  backdrop-filter: blur(16px);
  padding: 10px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  z-index: 2;
  font-size: 12px;
  color: rgba(255,255,255,.7);
}

.bml-dashboard-mock__badge strong {
  color: #fff;
  font-size: 14px;
}

/* Globe mock */
.bml-globe-mock {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 400px;
  margin-inline: auto;
}

.bml-globe-mock__circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(139, 92, 246, .25), rgba(34, 211, 238, .1), rgba(0,0,0,.4));
  border: 1px solid rgba(139, 92, 246, .25);
  box-shadow:
    0 0 80px rgba(139, 92, 246, .35),
    inset 0 0 60px rgba(139, 92, 246, .1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bml-globe-mock__icon {
  font-size: 80px;
  color: rgba(139, 92, 246, .5);
}

.bml-globe-mock__ring {
  position: absolute;
  border: 1px dashed rgba(139, 92, 246, .2);
  border-radius: 50%;
}

.bml-globe-mock__ring--1 {
  inset: -20px;
}

.bml-globe-mock__ring--2 {
  inset: -44px;
}

.bml-globe-mock__pills {
  position: absolute;
  inset: 0;
}

.bml-globe-mock__pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(139,92,246,.35);
  border-radius: 10px;
  background: rgba(10,15,28,.9);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.bml-globe-mock__pill--tl { top: 5%;  right: -10%; }
.bml-globe-mock__pill--tr { top: 20%; left: -15%; }
.bml-globe-mock__pill--br { bottom: 20%; right: -10%; }
.bml-globe-mock__pill--bl { bottom: 10%; left: -8%; }

/* ── Screen gallery ───────────────────────────────────────── */
.bml-screens__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.bml-screen {
  aspect-ratio: 9/16;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(139,92,246,.15), rgba(34,211,238,.08));
  border: 1px solid var(--bm-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgba(139,92,246,.4);
  position: relative;
  transition: border-color .2s, transform .2s;
}

.bml-screen:hover {
  border-color: rgba(139,92,246,.35);
  transform: translateY(-3px);
}

.bml-screen__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px;
  text-align: center;
}

.bml-screen__placeholder-text {
  font-size: 9px;
  color: var(--bm-muted);
  line-height: 1.4;
}

.bml-screen__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--bm-muted);
  text-align: center;
  margin-top: 8px;
}

/* ── FAQ ──────────────────────────────────────────────────── */
.bml-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 820px;
  margin-inline: auto;
}

.bml-faq-item {
  border: 1px solid var(--bm-line);
  border-radius: 16px;
  background: var(--bm-card);
  overflow: hidden;
}

.bml-faq-item__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: right;
  line-height: 1.5;
  font-family: inherit;
}

.bml-faq-item__q:hover { color: var(--bm-violet); }

.bml-faq-item__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid var(--bm-line);
  background: rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .25s, background .2s, border-color .2s;
}

.bml-faq-item.is-open .bml-faq-item__icon {
  transform: rotate(45deg);
  background: rgba(139, 92, 246, .15);
  border-color: rgba(139, 92, 246, .3);
  color: var(--bm-violet);
}

.bml-faq-item.is-open {
  border-color: rgba(139, 92, 246, .3);
}

.bml-faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.bml-faq-item.is-open .bml-faq-item__a {
  max-height: 400px;
}

.bml-faq-item__a p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--bm-muted);
  font-size: 14px;
  line-height: 1.8;
}

/* ── Final CTA ────────────────────────────────────────────── */
.bml-cta {
  position: relative;
  overflow: hidden;
}

.bml-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(139, 92, 246, .2), transparent 70%);
  pointer-events: none;
}

.bml-cta__inner {
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius, 24px);
  background: linear-gradient(135deg, rgba(139, 92, 246, .1), rgba(34, 211, 238, .05));
  padding: clamp(40px, 6vw, 72px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.bml-cta__title {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 950;
  color: #fff;
}

.bml-cta__desc {
  margin: 0 0 36px;
  color: var(--bm-muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
  margin-inline: auto;
  margin-bottom: 36px;
}

.bml-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ── Testimonial / Quote ──────────────────────────────────── */
.bml-quote {
  padding-block: clamp(48px, 6vw, 80px);
}

.bml-quote__card {
  border: 1px solid var(--bm-line);
  border-radius: 24px;
  background: var(--bm-card);
  padding: clamp(32px, 5vw, 56px);
  max-width: 820px;
  margin-inline: auto;
  position: relative;
}

.bml-quote__mark {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 80px;
  line-height: 1;
  color: rgba(139, 92, 246, .15);
  font-family: serif;
  font-weight: 900;
  user-select: none;
}

.bml-quote__text {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.85;
  color: rgba(255,255,255,.85);
  font-style: italic;
  margin: 0 0 28px;
  position: relative;
  z-index: 1;
}

.bml-quote__attribution {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bml-quote__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bm-violet), var(--bm-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}

.bml-quote__name {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}

.bml-quote__role {
  font-size: 13px;
  color: var(--bm-muted);
}

.bml-quote__stars {
  color: #eab308;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* ── 2-col grid helper ────────────────────────────────────── */
.bml-2col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

/* ── Income type cards ────────────────────────────────────── */
.bml-income-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bml-income-card {
  border: 1px solid var(--bm-line);
  border-radius: 16px;
  padding: 24px 20px;
  background: var(--bm-card);
  text-align: center;
  transition: border-color .2s, transform .2s;
}

.bml-income-card:hover {
  border-color: rgba(139, 92, 246, .35);
  transform: translateY(-3px);
}

.bml-income-card__icon {
  font-size: 36px;
  color: var(--bm-violet);
  margin-bottom: 14px;
}

.bml-income-card__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}

.bml-income-card__subtitle {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--bm-cyan);
  font-weight: 700;
}

.bml-income-card__desc {
  margin: 0;
  font-size: 13px;
  color: var(--bm-muted);
  line-height: 1.65;
}

/* ── Featured card (violet) ───────────────────────────────── */
.bml-feature-card--featured {
  border-color: rgba(139, 92, 246, .5);
  background: linear-gradient(135deg, rgba(139, 92, 246, .14), rgba(34, 211, 238, .06));
  box-shadow: 0 0 40px rgba(139, 92, 246, .2);
}

.bml-feature-card--featured .bml-feature-card__icon {
  background: linear-gradient(135deg, var(--bm-violet), var(--bm-cyan));
  border-color: transparent;
  color: #fff;
}

/* ── Audience icon list ───────────────────────────────────── */
.bml-icon-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bml-icon-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,.85);
  line-height: 1.65;
}

.bml-icon-list__icon {
  font-size: 22px;
  color: var(--bm-violet);
  flex-shrink: 0;
  margin-top: 1px;
}

.bml-icon-list__label {
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}

/* ── Card with colored left border ───────────────────────── */
.bml-answer-card {
  border: 1px solid rgba(139, 92, 246, .3);
  border-radius: 16px;
  background: rgba(139, 92, 246, .06);
  padding: 24px 28px;
  max-width: 820px;
  margin-inline: auto;
}

.bml-answer-card p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.8;
}

.bml-answer-card p:last-child {
  margin: 0;
}

/* ── Platform coverage stats row ──────────────────────────── */
.bml-coverage-stats {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.bml-coverage-stat {
  text-align: center;
}

.bml-coverage-stat__val {
  font-size: 1.8rem;
  font-weight: 950;
  color: #fff;
  display: block;
}

.bml-coverage-stat__label {
  font-size: 12px;
  color: var(--bm-muted);
  font-weight: 700;
}

/* ── Platform grid ────────────────────────────────────────── */
.bml-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.bml-platform-item {
  border: 1px solid var(--bm-line);
  border-radius: 10px;
  background: var(--bm-card);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  text-align: center;
  transition: border-color .2s;
}

.bml-platform-item:hover {
  border-color: rgba(139,92,246,.35);
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1100px) {
  .bml-stats__grid     { grid-template-columns: repeat(3, 1fr); }
  #yt-stats .bml-stats-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #yt-steps .bml-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #yt-steps .bml-steps::before { display: none; }
  .bml-screens__grid   { grid-template-columns: repeat(3, 1fr); }
  .bml-income-grid     { grid-template-columns: repeat(2, 1fr); }
  .bmpl-plan-grid      { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .bml-stats__grid--6  { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .bml-stats__grid--6  { grid-template-columns: 1fr; }
  .bmpl-plan-switch    { width: 100%; grid-template-columns: 1fr 1fr; }
  .bmpl-plan-switch button { padding: 0 10px; }
}

@media (max-width: 900px) {
  .bml-features__grid  { grid-template-columns: repeat(2, 1fr); }
  .bml-steps__grid     { grid-template-columns: repeat(3, 1fr); }
  .bml-steps__grid--4col { grid-template-columns: repeat(2, 1fr); }
  .bml-compare         { grid-template-columns: 1fr; }
  .bml-mv-grid         { grid-template-columns: 1fr; }
  .bml-audience-grid   { grid-template-columns: repeat(2, 1fr); }
  .bmab-team-grid      { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bml-timeline        { flex-direction: column; align-items: flex-start; }
  .bml-timeline::before { display: none; }
  .bml-platform-grid   { grid-template-columns: repeat(3, 1fr); }
  .bmpl-hero__grid,
  .bmpl-value-grid     { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .bml-hero__grid      { grid-template-columns: 1fr; }
  .bml-hero__content   { order: 1; }
  .bml-hero__visual    { order: 2; }
  .bml-2col-grid       { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .bml-features__grid  { grid-template-columns: 1fr; }
  .bml-stats__grid     { grid-template-columns: repeat(2, 1fr); }
  #yt-stats .bml-stats-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #yt-steps .bml-steps { grid-template-columns: 1fr; }
  #yt-steps .bml-step {
    min-height: 0;
    align-items: flex-start;
    text-align: right;
  }
  .bml-steps__grid     { grid-template-columns: repeat(2, 1fr); }
  .bml-steps__grid--4col { grid-template-columns: 1fr; }
  .bml-screens__grid   { grid-template-columns: repeat(2, 1fr); }
  .bml-audience-grid   { grid-template-columns: 1fr; }
  .bmab-team-grid      { grid-template-columns: 1fr; }
  .bmab-info-card      { grid-template-columns: 1fr; }
  .bmab-info-card__icon { width: 60px; height: 60px; }
  .bml-platform-grid   { grid-template-columns: repeat(2, 1fr); }
  .bml-income-grid     { grid-template-columns: 1fr; }
  .bmpl-hero__panel strong { font-size: 28px; }
  .bmpl-table          { min-width: 760px; }
}

@media (max-width: 400px) {
  .bml-stats__grid     { grid-template-columns: 1fr; }
  #yt-stats .bml-stats-strip { grid-template-columns: 1fr; }
}

.bmpl-simple .bmpl-choice-hero { padding-block: clamp(72px, 9vw, 116px); }
.bmpl-choice-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .82fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}
.bmpl-choice-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.bmpl-choice-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  border: 1px solid rgba(52, 211, 153, .22);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(52, 211, 153, .12), rgba(255, 255, 255, .035)), rgba(255, 255, 255, .045);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .22);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bmpl-choice-card--ai {
  border-color: rgba(139, 92, 246, .32);
  background: linear-gradient(145deg, rgba(139, 92, 246, .14), rgba(34, 211, 238, .055)), rgba(255, 255, 255, .045);
}
.bmpl-choice-card:hover,
.bmpl-choice-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .34);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  outline: 0;
}
.bmpl-choice-card span,
.bmpl-plan-tag {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
}
.bmpl-choice-card strong { font-size: clamp(22px, 3vw, 31px); line-height: 1.35; }
.bmpl-choice-card small {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 800;
}
.bmpl-choice-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bm-emerald), var(--bm-violet));
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-weight: 1000;
  box-shadow: 0 14px 32px rgba(52, 211, 153, .15);
}
.bmpl-choice-card__button::after {
  content: "arrow_back";
  margin-right: 8px;
  font-family: "Material Symbols Rounded";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.bmpl-choice-hero__media,
.bmpl-choice-hero__summary {
  border: 1px solid rgba(139, 92, 246, .28);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .045);
  box-shadow: var(--bm-shadow);
}
.bmpl-choice-hero__media .bmpl-choice-hero__media-el,
.bmpl-choice-hero__media .bmd-video-wrap,
.bmpl-choice-hero__media .bmd-hero-video {
  display: block;
  width: 100%;
  min-height: clamp(280px, 32vw, 430px);
  object-fit: cover;
}
.bmpl-choice-hero__media .bmd-video-wrap { border-radius: 0; box-shadow: none; }
.bmpl-choice-hero__summary {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  background: radial-gradient(circle at 84% 10%, rgba(52, 211, 153, .2), transparent 34%), linear-gradient(145deg, rgba(139, 92, 246, .16), rgba(34, 211, 238, .06)), rgba(255, 255, 255, .04);
}
.bmpl-choice-hero__summary div {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  padding: 18px;
  background: rgba(0, 0, 0, .2);
}
.bmpl-choice-hero__summary span {
  display: block;
  color: rgba(255, 255, 255, .67);
  font-weight: 900;
}
.bmpl-choice-hero__summary strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}
.bmpl-route-section { scroll-margin-top: 120px; }
.bmpl-route-section--ai {
  border-block: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(52, 211, 153, .045), rgba(139, 92, 246, .06)), rgba(255, 255, 255, .012);
}
.bmpl-main-plan,
.bmpl-ai-card,
.bmpl-compare-cards article {
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 22px 64px rgba(0, 0, 0, .28);
}
.bmpl-main-plan {
  max-width: 840px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 34px);
  border-color: rgba(52, 211, 153, .38);
  background: linear-gradient(145deg, rgba(52, 211, 153, .13), rgba(139, 92, 246, .09)), rgba(255, 255, 255, .045);
}
.bmpl-main-plan__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.bmpl-main-plan h2,
.bmpl-ai-card h2,
.bmpl-compare-cards h3 { margin: 14px 0 8px; color: #fff; }
.bmpl-main-plan p,
.bmpl-ai-card p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  line-height: 1.9;
  font-weight: 800;
}
.bmpl-price-stack {
  display: grid;
  gap: 8px;
  min-width: 190px;
  text-align: left;
}
.bmpl-price-stack del {
  color: rgba(255, 255, 255, .56);
  font-size: 16px;
  font-weight: 900;
}
.bmpl-price-stack strong,
.bmpl-ai-card__price {
  color: #fff;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 1000;
}
.bmpl-plan-body {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  gap: 22px;
  margin-block: 24px;
  align-items: start;
}
.bmpl-share-meter {
  display: grid;
  place-items: center;
  min-height: 148px;
  border: 1px solid rgba(52, 211, 153, .34);
  border-radius: 20px;
  background: radial-gradient(circle at 50% 18%, rgba(52, 211, 153, .22), transparent 48%), rgba(255, 255, 255, .045);
}
.bmpl-share-meter span {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 900;
}
.bmpl-share-meter strong {
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  font-weight: 1000;
  text-shadow: 0 14px 34px rgba(52, 211, 153, .16);
}
.bmpl-main-plan ul,
.bmpl-ai-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bmpl-main-plan li,
.bmpl-ai-card li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.85;
  font-weight: 850;
}
.bmpl-main-plan li .material-symbols-rounded,
.bmpl-ai-card li .material-symbols-rounded {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--bm-emerald);
  font-size: 20px;
}
.bmpl-main-plan .bm-btn { width: 100%; justify-content: center; }
.bmpl-ai-grid,
.bmpl-compare-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.bmpl-ai-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
}
.bmpl-ai-card--featured {
  border-color: rgba(52, 211, 153, .42);
  background: linear-gradient(145deg, rgba(52, 211, 153, .12), rgba(139, 92, 246, .12)), rgba(255, 255, 255, .055);
}
.bmpl-ai-card .bm-btn { margin-top: auto; justify-content: center; }
.bmpl-compare-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bmpl-compare-cards article { padding: 22px; }
.bmpl-compare-cards__share {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
  font-weight: 1000;
}
.bmpl-compare-cards dl,
.bmpl-compare-cards div { display: grid; gap: 10px; }
.bmpl-compare-cards dl { margin: 0; }
.bmpl-compare-cards div {
  grid-template-columns: .45fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 12px;
}
.bmpl-compare-cards dt {
  color: rgba(255, 255, 255, .56);
  font-weight: 900;
}
.bmpl-compare-cards dd {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 900;
}

@media (max-width: 900px) {
  .bmpl-choice-hero__grid,
  .bmpl-plan-body,
  .bmpl-ai-grid,
  .bmpl-compare-cards { grid-template-columns: 1fr; }
  .bmpl-main-plan__top { flex-direction: column; }
  .bmpl-price-stack { text-align: right; }
}

@media (max-width: 620px) {
  .bmpl-choice-cards { grid-template-columns: 1fr; }
  .bmpl-choice-card { min-height: 130px; }
}

/* Mobile hardening for landing templates that still use inline grid styles. */
.bml-page,
.bml-section,
.bml-container {
  min-width: 0;
}

.bml-page {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .bml-page .bml-contact-grid,
  .bml-page .bml-features__grid[style*="grid-template-columns"],
  .bml-page .bml-screens__grid[style*="grid-template-columns"],
  .bml-page .bml-stats__grid[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #contact-form .bml-contact-grid {
    gap: 24px !important;
  }

  #contact-form .bml-contact-grid > div,
  #contact-cards .bml-feature-card,
  .bml-page .bml-feature-card {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .bml-page [style*="grid-template-columns:1fr 1fr"],
  .bml-page [style*="grid-template-columns: 1fr 1fr"],
  .bml-page .bml-contact-grid,
  .bml-page .bml-features__grid[style*="grid-template-columns"],
  .bml-page .bml-screens__grid[style*="grid-template-columns"],
  .bml-page .bml-stats__grid[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  #contact-hero .bml-contact-hero-icon {
    width: 88px !important;
    height: 88px !important;
    margin-bottom: 20px !important;
  }

  #contact-hero .bml-contact-hero-icon .material-symbols-rounded {
    font-size: 48px !important;
  }

  #contact-cards .bml-feature-card {
    padding: 22px 18px !important;
  }

  #contact-cards .bm-btn,
  #contact-form .bm-btn {
    width: 100%;
    justify-content: center;
  }

  #contact-form .bml-contact-grid > div {
    padding: 22px !important;
    border-radius: 16px !important;
  }

  #contact-form .bml-contact-form input,
  #contact-form .bml-contact-form select,
  #contact-form .bml-contact-form textarea {
    font-size: 16px !important;
  }

  #contact-form [style*="display:flex"][style*="gap:12px"] {
    gap: 10px !important;
  }

  #contact-map > div {
    padding: 42px 18px !important;
  }

  .bml-cta__actions,
  .bml-hero__actions {
    align-items: stretch;
  }

  .bml-cta__actions .bm-btn,
  .bml-hero__actions .bm-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .bml-container {
    padding-inline: 16px;
  }

  #contact-form .bml-contact-grid > div {
    padding: 18px !important;
  }

  .bml-page .bml-feature-card,
  .bml-page .bml-stat-card,
  .bml-page .bml-screen-card,
  .bml-page .bml-income-card {
    border-radius: 14px;
  }

  .bml-page .bml-section-head__title,
  .bml-page .bml-hero__title {
    overflow-wrap: anywhere;
  }
}

/* YouTube Music income mobile refinements */
@media (max-width: 860px) {
  #yt-hero.bml-hero {
    padding-block: 46px 54px;
  }

  #yt-hero .bml-hero__grid {
    gap: 28px;
  }

  #yt-hero .bml-hero__content {
    text-align: center;
  }

  #yt-hero .bml-hero__pill,
  #yt-hero .bml-hero__actions {
    justify-content: center;
  }

  #yt-hero .bml-hero__visual {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
  }

  #yt-content-id > .bml-container > div[style],
  #yt-conditions > .bml-container > div[style] > div[style] {
    padding: 28px !important;
    border-radius: 18px !important;
  }

  #yt-content-id div[style*="grid-template-columns:1fr 1fr"],
  #yt-conditions div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
}

@media (max-width: 620px) {
  #yt-hero .bml-hero__title {
    font-size: 2rem;
    line-height: 1.28;
  }

  #yt-hero .bml-hero__desc {
    margin-bottom: 24px;
    font-size: .95rem;
    line-height: 1.9;
  }

  #yt-hero .bml-hero__img,
  #yt-hero .bml-hero__visual .bmd-video-wrap,
  #yt-hero .bml-hero__img-placeholder {
    border-radius: 16px;
  }

  #yt-hero .bml-hero__img-placeholder {
    min-height: 220px;
  }

  #yt-stats {
    padding-block: 24px;
  }

  #yt-stats .bml-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #yt-stats .bml-stat-item {
    min-height: 96px;
    gap: 8px;
    border-radius: 14px;
    padding: 14px 10px;
  }

  #yt-stats .bml-stat-item__num {
    font-size: 1.35rem;
  }

  #yt-stats .bml-stat-item__label {
    font-size: .78rem;
  }

  #yt-sources .bml-feature-card {
    padding: 22px 18px;
  }

  #yt-content-id > .bml-container > div[style],
  #yt-conditions > .bml-container > div[style] > div[style] {
    padding: 22px !important;
  }

  #yt-content-id div[style*="display:flex"][style*="align-items:center"] {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  #yt-content-id h3[style],
  #yt-conditions h3[style] {
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
  }

  #yt-content-id p[style],
  #yt-conditions li[style] {
    font-size: .9rem !important;
    line-height: 1.9 !important;
  }

  #yt-content-id div[style*="display:flex"][style*="flex-wrap:wrap"] {
    gap: 10px !important;
  }

  #yt-content-id div[style*="display:flex"][style*="flex-wrap:wrap"] > span {
    width: 100%;
    justify-content: center;
  }

  #yt-steps .bml-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    align-items: start;
  }

  #yt-steps .bml-step__num {
    width: 48px;
    height: 48px;
    margin: 0;
    border-width: 4px;
  }

  #yt-steps .bml-step__title {
    margin-bottom: 6px;
    font-size: .95rem;
  }

  #yt-steps .bml-step__text {
    font-size: .86rem;
  }

  #yt-faq .bml-faq-item__q {
    gap: 12px;
    padding: 16px;
    font-size: .92rem;
    line-height: 1.7;
  }

  #yt-faq .bml-faq-item__a p {
    padding-inline: 16px;
    font-size: .88rem;
  }

  #yt-cta .bml-cta__inner {
    padding: 30px 18px;
    border-radius: 18px;
  }
}

@media (max-width: 400px) {
  #yt-stats .bml-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #yt-stats .bml-stat-item:last-child {
    grid-column: 1 / -1;
  }
}

/* Music distribution page refinements */
.bmmd-page .bml-section {
  padding-block: clamp(48px, 6vw, 88px);
}

.bmmd-page .bml-hero {
  padding-block: clamp(56px, 7vw, 96px);
}

.bmmd-page .bml-hero__grid {
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.bmmd-page .bml-hero__title {
  max-width: 760px;
  line-height: 1.22;
}

.bmmd-page .bml-hero__desc {
  max-width: 680px;
}

.bmmd-page .bmmd-dashboard-card,
.bmmd-page .bmmd-dashboard-mock,
.bmmd-page .bmmd-ai-card,
.bmmd-page .bmmd-service-card,
.bmmd-page .bmmd-audience-grid article,
.bmmd-page .bmmd-faq-list details {
  border-radius: 12px;
}

.bmmd-page .bmmd-dashboard-card {
  min-height: 360px;
}

.bmmd-page .bmmd-platform-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.bmmd-page .bmmd-platform {
  min-height: 112px;
  border-radius: 10px;
}

.bmmd-page .bmmd-platform__img {
  max-width: 112px;
}

.bmmd-page .bmmd-service-card {
  min-height: 210px;
}

@media (max-width: 768px) {
  .bmmd-page .bml-hero__grid,
  .bmmd-page .bmmd-split,
  .bmmd-page .bmmd-dashboard-section {
    grid-template-columns: 1fr;
  }

  .bmmd-page .bmmd-hero__visual {
    min-height: 300px;
  }

  .bmmd-page .bmmd-dashboard-card {
    min-height: 300px;
  }

  .bmmd-page .bmmd-floating-stat {
    width: min(100%, 240px);
  }
}
