




html { overflow-x: clip; }
body { overflow-x: clip; max-width: 100vw; }





html.bm-pro-pending #bm-pitch,
html.bm-pro-pending #bm-hero-actions { display: none; }
html.bm-pro-pending #bm-tool[hidden] { display: block; }



.bm-shell { width: 100%; max-width: 1000px; margin: 0 auto; padding-bottom: 44px; }
.bm-intro { text-align: center; margin: 4px auto 28px; max-width: 1000px; }


.bm-intro__title {
  margin: 0 0 8px;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--brand-deep);
}
.bm-intro__sub { margin: 0; color: var(--accent); font-size: 15px; line-height: 1.55; }
.bm-intro p.bm-intro__actions { margin: 18px 0 0; }


#bm-hero-actions[hidden], #bm-tool[hidden] { display: none; }
.bm-intro__actions a { text-decoration: none; }



.bm-shell .btn {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.bm-pitch { margin: 0 auto 26px; max-width: 620px; }
#bm-pitch[hidden] { display: none; }
.bm-included { margin: 0; text-align: center; font-size: 13px; line-height: 1.6; color: var(--slate-deep); }



.bm-features-section { margin: 0; }
.bm-section__title {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--brand-deep);
}


.bm-panel {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(30, 58, 138, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.bm-board { padding: 4px 10px 6px; }
.bm-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bm-feature { padding: 22px 22px 24px; }


.bm-feature + .bm-feature { border-left: 1px solid rgba(37, 99, 235, 0.13); }
.bm-feature__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--brand-deep);
}


.bm-feature__icon { flex: 0 0 auto; color: var(--brand); }
.bm-feature__body { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--accent); }

.bm-honest {
  margin: 0;
  padding: 16px 22px 18px;
  border-top: 1px solid rgba(37, 99, 235, 0.13);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--accent);
}
.bm-honest__title { color: var(--brand-deep); font-weight: 700; }


.bm-honest__title::after { content: "."; }
.bm-honest__body { margin: 0; }

@media (max-width: 780px) {
  .bm-features { grid-template-columns: minmax(0, 1fr); }
  

  .bm-feature + .bm-feature {
    border-left: 0;
    border-top: 1px solid rgba(37, 99, 235, 0.13);
  }
  .bm-feature { padding: 18px 20px; }
}

@media (max-width: 768px) {
  

  .bm-shell { padding-top: 20px; }
}
