:root {
  --bm-bg: #090909;
  --bm-ink: #151515;
  --bm-red: #e30013;
  --bm-red-dark: #a5000d;
  --bm-orange: #ff6a00;
  --bm-gold: #f5b31a;
  --bm-blue: #276fcf;
  --bm-paper: #ffffff;
  --bm-soft: #fff7f1;
  --bm-line: rgba(227, 0, 19, .18);
  --bm-muted: #6c6c6c;
  --bm-radius: 8px;
  --bm-shadow: 0 18px 50px rgba(30, 0, 0, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.bm88-page {
  margin: 0;
  font-family: "Inter", "Arial", "Helvetica Neue", sans-serif;
  color: var(--bm-ink);
  background: #fff;
  overflow-x: hidden;
}

body.bm88-page a {
  text-decoration: none;
}

body.bm88-page img,
body.bm88-page svg {
  display: block;
}

.bm88-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.bm88-utility {
  background: linear-gradient(90deg, #19100b, #522209 48%, #111);
  color: #ffe9bf;
  font-size: 13px;
  line-height: 1;
}

.bm88-utility .bm88-shell {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bm88-help {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.bm88-help svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bm88-top {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #0d0d0f;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.bm88-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bm88-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: .9;
  color: #fff;
  font-weight: 1000;
  font-style: italic;
  letter-spacing: 0;
}

.bm88-logo span {
  color: var(--bm-orange);
}

.bm88-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bm88-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.bm88-btn:hover {
  transform: translateY(-1px);
}

.bm88-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff7915, #ff3c00);
  box-shadow: 0 12px 28px rgba(255, 98, 0, .28);
}

.bm88-btn-blue {
  color: #fff;
  background: linear-gradient(135deg, #347adb, #1756b7);
  box-shadow: 0 12px 28px rgba(39, 111, 207, .28);
}

.bm88-btn-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.bm88-nav-wrap {
  background: var(--bm-red);
}

.bm88-nav {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bm88-nav::-webkit-scrollbar {
  display: none;
}

.bm88-nav a {
  position: relative;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.bm88-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: transparent;
}

.bm88-nav a.active::after,
.bm88-nav a:hover::after {
  background: var(--bm-gold);
}

.bm88-nav svg,
.bm88-mini svg,
.bm88-contact svg,
.bm88-chip svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bm88-hero {
  position: relative;
  min-height: 585px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 52%, rgba(255, 95, 0, .45), transparent 34%),
    linear-gradient(90deg, #090606 0%, #1b0505 52%, #090606 100%);
  overflow: hidden;
}

.bm88-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 38%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .22) 100%),
    radial-gradient(circle at 8% 18%, rgba(227, 0, 19, .18), transparent 30%);
  z-index: 1;
}

.bm88-hero .bm88-shell {
  position: relative;
  z-index: 2;
  min-height: 585px;
  display: grid;
  grid-template-columns: minmax(320px, 47%) 1fr;
  align-items: center;
  gap: 28px;
}

.bm88-hero-copy {
  padding: 48px 0 86px;
}

.bm88-title {
  margin: 0;
  max-width: 620px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: .98;
  font-weight: 1000;
  letter-spacing: 0;
}

.bm88-title strong {
  display: block;
  color: var(--bm-orange);
}

.bm88-title span {
  color: var(--bm-gold);
}

.bm88-hero-copy p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.bm88-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bm88-proof {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 800;
}

.bm88-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bm88-mini svg {
  color: var(--bm-gold);
}

.bm88-hero-media {
  align-self: stretch;
  position: relative;
}

.bm88-hero-img {
  position: absolute;
  inset: 0 -96px 0 -40px;
  width: calc(100% + 136px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.08) contrast(1.02);
}

.bm88-feature-strip {
  position: relative;
  z-index: 4;
  margin: -58px auto 0;
}

.bm88-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #141414;
  color: #fff;
  border: 1px solid rgba(245, 179, 26, .26);
  border-radius: var(--bm-radius);
  box-shadow: var(--bm-shadow);
  overflow: hidden;
}

.bm88-feature {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.bm88-feature:last-child {
  border-right: 0;
}

.bm88-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bm-gold);
  background: rgba(245, 179, 26, .08);
  border: 1px solid rgba(245, 179, 26, .58);
}

.bm88-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.bm88-feature h3,
.bm88-card h3,
.bm88-step h3,
.bm88-news-card h3,
.bm88-footer h3,
.bm88-side-panel h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 1000;
}

.bm88-feature p,
.bm88-card p,
.bm88-step p,
.bm88-side-panel p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.55;
}

.bm88-section {
  padding: 74px 0;
  background: #fff;
}

.bm88-section-soft {
  background: linear-gradient(180deg, #fff 0%, #fff6f2 100%);
}

.bm88-section-dark {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(30, 0, 0, .38)),
    url("/assets/bm88-hero.png") center right / cover no-repeat,
    #130605;
}

.bm88-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.bm88-section-title {
  margin: 0;
  color: var(--bm-red);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: 0;
  text-align: center;
}

.bm88-section-title strong {
  color: var(--bm-orange);
}

.bm88-section-lead {
  max-width: 810px;
  margin: 16px auto 0;
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}

.bm88-categories {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.bm88-card {
  min-height: 174px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px 16px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(227, 0, 19, .06);
  text-align: center;
}

.bm88-card .bm88-card-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--bm-red);
  background: radial-gradient(circle, rgba(245, 179, 26, .28), rgba(227, 0, 19, .08));
  border-radius: 50%;
}

.bm88-card .bm88-card-icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.bm88-card h3 {
  color: #151515;
}

.bm88-card-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--bm-red);
  border-radius: 50%;
  font-weight: 1000;
}

.bm88-app {
  display: grid;
  grid-template-columns: .86fr 1fr;
  align-items: center;
  gap: 40px;
}

.bm88-app h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.05;
  font-weight: 1000;
}

.bm88-app h2 span {
  color: var(--bm-gold);
}

.bm88-app p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.bm88-chip-row {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bm88-chip {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, .82);
}

.bm88-chip svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  color: var(--bm-gold);
  border: 1px solid rgba(245, 179, 26, .4);
  border-radius: 50%;
}

.bm88-chip strong {
  display: block;
  color: var(--bm-gold);
  font-size: 15px;
}

.bm88-official {
  margin-top: 28px;
}

.bm88-link-box {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(245, 179, 26, .55);
  border-radius: var(--bm-radius);
  color: var(--bm-gold);
  font-weight: 900;
}

.bm88-downloads {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bm88-steps {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.bm88-step {
  position: relative;
  min-height: 188px;
  padding: 34px 18px 22px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .04);
}

.bm88-step-num {
  position: absolute;
  left: 50%;
  top: -18px;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bm-red);
  font-weight: 1000;
  box-shadow: 0 10px 20px rgba(227, 0, 19, .22);
}

.bm88-step .bm88-icon {
  margin: 0 auto 14px;
  border-radius: var(--bm-radius);
  color: var(--bm-red);
  background: rgba(227, 0, 19, .06);
}

.bm88-step p {
  color: #666;
}

.bm88-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bm88-news-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  padding: 14px;
  min-height: 162px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.bm88-news-thumb {
  min-height: 132px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  color: var(--bm-gold);
  background:
    radial-gradient(circle at 60% 30%, rgba(245, 179, 26, .8), transparent 28%),
    linear-gradient(135deg, #200404, #b4000e 58%, #130000);
}

.bm88-news-thumb svg {
  width: 60px;
  height: 60px;
  fill: currentColor;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .3));
}

.bm88-news-card h3 {
  font-size: 17px;
}

.bm88-news-card a {
  color: inherit;
}

.bm88-news-card h3 a:hover {
  color: var(--bm-red);
}

.bm88-news-card time {
  display: block;
  margin: 8px 0;
  color: var(--bm-muted);
  font-size: 13px;
  font-weight: 800;
}

.bm88-news-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.bm88-more,
.bm88-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bm88-pagination a,
.bm88-pagination span {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  color: var(--bm-red);
  background: #fff;
  font-weight: 900;
}

.bm88-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.bm88-faq-item {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  color: #333;
  background: #fff;
  font-weight: 800;
}

.bm88-faq-item span {
  color: var(--bm-red);
  font-size: 24px;
  font-weight: 400;
}

.bm88-footer {
  color: rgba(255, 255, 255, .72);
  background: #0b0d0f;
}

.bm88-footer-grid {
  padding: 48px 0 36px;
  display: grid;
  grid-template-columns: 1.45fr .8fr .9fr 1fr;
  gap: 48px;
}

.bm88-footer .bm88-logo {
  font-size: 42px;
}

.bm88-footer p {
  margin: 16px 0 0;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.7;
}

.bm88-footer h3 {
  margin-bottom: 16px;
  color: var(--bm-gold);
}

.bm88-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bm88-footer li {
  margin: 10px 0;
  font-size: 14px;
}

.bm88-footer a:hover {
  color: #fff;
}

.bm88-footer a {
  color: inherit;
}

.bm88-social {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}

.bm88-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bm-red);
  font-size: 12px;
  font-weight: 1000;
}

.bm88-contact li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.bm88-contact svg {
  color: var(--bm-gold);
}

.bm88-copy {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 16px 0;
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
  text-align: center;
}

.bm88-article-hero {
  color: #fff;
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(45, 0, 0, .58)),
    url("/assets/bm88-hero.png") center right / cover no-repeat,
    #140303;
}

.bm88-breadcrumb {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 700;
}

.bm88-article-hero h1 {
  max-width: 850px;
  margin: 18px 0 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 1000;
}

.bm88-article-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.bm88-article-meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #ffe0b5;
  font-size: 14px;
  font-weight: 800;
}

.bm88-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.bm88-article-card,
.bm88-side-panel {
  border: 1px solid rgba(227, 0, 19, .14);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.bm88-article-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.bm88-article-body {
  padding: 30px;
  color: #333;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}

.bm88-article-body h2,
.bm88-article-body h3 {
  color: var(--bm-red);
  line-height: 1.22;
}

.bm88-article-body a {
  color: var(--bm-red);
  font-weight: 900;
}

.bm88-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--bm-radius);
}

.bm88-prenext {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.bm88-prenext div {
  padding: 14px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
}

.bm88-side-panel {
  position: sticky;
  top: 164px;
}

.bm88-side-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bm88-side-panel div {
  padding: 22px;
}

.bm88-side-panel h3 {
  color: var(--bm-red);
}

.bm88-side-panel p {
  color: #555;
}

.bm88-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 1040px) {
  .bm88-feature-grid,
  .bm88-categories,
  .bm88-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bm88-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .bm88-app,
  .bm88-article-layout {
    grid-template-columns: 1fr;
  }

  .bm88-side-panel {
    position: static;
  }

  .bm88-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .bm88-shell {
    width: min(100% - 28px, 1180px);
  }

  .bm88-utility .bm88-shell {
    min-height: 38px;
    font-size: 12px;
  }

  .bm88-header {
    min-height: 72px;
  }

  .bm88-actions {
    gap: 8px;
  }

  .bm88-actions .bm88-btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .bm88-logo {
    font-size: 38px;
  }

  .bm88-nav a {
    padding: 0 12px;
    font-size: 13px;
  }

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

  .bm88-hero .bm88-shell {
    min-height: 720px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bm88-hero-copy {
    padding: 40px 0 0;
  }

  .bm88-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .bm88-hero-copy p {
    font-size: 16px;
  }

  .bm88-hero-media {
    min-height: 320px;
  }

  .bm88-hero-img {
    inset: 0 -84px 0 -38px;
    width: calc(100% + 122px);
    object-position: center right;
  }

  .bm88-feature-strip {
    margin-top: 0;
    padding: 22px 0 0;
    background: #fff;
  }

  .bm88-feature-grid,
  .bm88-categories,
  .bm88-news-grid,
  .bm88-steps,
  .bm88-chip-row,
  .bm88-faq,
  .bm88-footer-grid,
  .bm88-prenext {
    grid-template-columns: 1fr;
  }

  .bm88-feature {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .bm88-feature:last-child {
    border-bottom: 0;
  }

  .bm88-section {
    padding: 54px 0;
  }

  .bm88-section-head {
    display: block;
    text-align: center;
  }

  .bm88-section-title {
    font-size: clamp(28px, 9vw, 40px);
  }

  .bm88-news-card {
    grid-template-columns: 112px 1fr;
    gap: 14px;
  }

  .bm88-news-thumb {
    min-height: 112px;
  }

  .bm88-article-hero {
    padding: 54px 0;
  }

  .bm88-article-body {
    padding: 22px;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .bm88-utility .bm88-shell {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 8px 0;
    line-height: 1.3;
  }

  .bm88-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 16px 0;
  }

  .bm88-actions {
    width: 100%;
  }

  .bm88-actions .bm88-btn {
    flex: 1;
  }

  .bm88-hero .bm88-shell {
    min-height: 760px;
  }

  .bm88-hero-actions,
  .bm88-downloads {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bm88-btn {
    width: 100%;
  }

  .bm88-news-card {
    grid-template-columns: 1fr;
  }

  .bm88-news-thumb {
    min-height: 170px;
  }
}
