/* BMD_LANDING_LIGHT_SPEED_V1_DO_NOT_REMOVE */
/* ---------------------------
   Scoped Landing Styles (no break)
---------------------------- */
.bmdl{
  --bg:#0b0f14;
  --panel:#0f1620;
  --panel2:#111823;
  --text:#e8eef6;
  --muted:#9fb0c3;
  --line: rgba(255,255,255,.09);
  --brand:#1ed760;
  --brand2:#22c55e;
  --gold:#f6c454;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  color: var(--text);
}

.bmdl .container{
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
}

.bmdl a{ color: inherit; text-decoration: none; }
.bmdl .muted{ color: var(--muted); }
.bmdl .kicker{ color: rgba(30,215,96,.95); letter-spacing:.12em; text-transform: uppercase; font-weight: 800; font-size:.72rem; }
.bmdl h1,.bmdl h2,.bmdl h3{ margin: 0; }
.bmdl p{ margin: 0; }
.bmdl .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.55rem;
  padding:.95rem 1.05rem; border-radius: 999px; font-weight: 800;
  border: 1px solid var(--line); transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}
.bmdl .btn:active{ transform: translateY(1px); }
.bmdl .btn--primary{
  background: linear-gradient(180deg, rgba(30,215,96,1) 0%, rgba(22,163,74,1) 100%);
  border-color: rgba(30,215,96,.55);
  box-shadow: 0 16px 40px rgba(30,215,96,.22);
  color: #07120c;
}
.bmdl .btn--primary:hover{ transform: translateY(-1px); box-shadow: 0 22px 55px rgba(30,215,96,.26); }
.bmdl .btn--ghost{
  background: rgba(255,255,255,.04);
}
.bmdl .btn--ghost:hover{ background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); transform: translateY(-1px); }

.bmdl .pill{
  display:inline-flex; align-items:center; gap:.55rem;
  padding:.5rem .8rem; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-weight: 700;
}
.bmdl .pill i{
  width: 10px; height: 10px; border-radius: 99px; background: var(--brand);
  box-shadow: 0 0 0 4px rgba(30,215,96,.12);
}

/* HERO */
.bmdl-hero{
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
  background: radial-gradient(1200px 420px at 50% -120px, rgba(30,215,96,.14), transparent 65%),
              radial-gradient(800px 380px at 12% 10%, rgba(246,196,84,.08), transparent 70%),
              linear-gradient(180deg, rgba(11,15,20,.95), rgba(11,15,20,1));
}
.bmdl-hero__media{
  position:absolute; inset:0; pointer-events:none;
}
.bmdl-hero__video{
  position:absolute; inset:-40px; width: calc(100% + 80px); height: calc(100% + 80px);
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05) brightness(.6);
  opacity: 0;
  transition: opacity .45s ease;
}
.bmdl-hero__video.is-ready{ opacity: .55; }
@media (max-width: 760px){
  .bmdl-hero__video{ display:none; }
}
.bmdl-hero__grain{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 340px at 50% 15%, rgba(30,215,96,.22), transparent 60%),
    radial-gradient(600px 260px at 70% 65%, rgba(34,197,94,.12), transparent 70%),
    radial-gradient(700px 360px at 15% 80%, rgba(246,196,84,.11), transparent 75%),
    linear-gradient(180deg, rgba(11,15,20,.92), rgba(11,15,20,.98));
}
.bmdl-hero__noise{
  position:absolute; inset:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: .25;
}

.bmdl-hero__wrap{
  position: relative;
  padding: 84px 0 36px;
}
@media (max-width: 820px){
  .bmdl-hero__wrap{ padding: 70px 0 22px; }
}

.bmdl-hero__grid{
  display:grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 26px;
  align-items: start;
}
@media (max-width: 960px){
  .bmdl-hero__grid{ grid-template-columns: 1fr; }
}

.bmdl-hero__title{
  font-size: clamp(2.05rem, 3.1vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 950;
  margin-top: .55rem;
}
.bmdl-hero__title span{
  background: linear-gradient(90deg, rgba(30,215,96,1), rgba(246,196,84,1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bmdl-hero__sub{
  margin-top: .9rem;
  color: rgba(232,238,246,.85);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 52ch;
}
.bmdl-hero__cta{
  margin-top: 1.25rem;
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
}
.bmdl-hero__badges{
  margin-top: 1.1rem;
  display:flex; gap: 10px; flex-wrap: wrap;
}
.bmdl-hero__badges .pill{ font-size:.92rem; }

.bmdl-hero__stats{
  margin-top: 1.15rem;
  display:flex; flex-wrap:wrap; gap: 12px;
}
.bmdl-stat{
  padding: .85rem .95rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(17,24,35,.48);
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
  min-width: 135px;
}
.bmdl-stat b{ display:block; font-size:1.2rem; }
.bmdl-stat small{ color: var(--muted); }

.bmdl-hero__card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(17,24,35,.40);
  box-shadow: var(--shadow);
  overflow:hidden;
  position: relative;
}
.bmdl-hero__cardHead{
  padding: 16px 16px 0;
  display:flex; align-items:center; justify-content: space-between;
  gap: 10px;
}
.bmdl-hero__cardHead .tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:.45rem .7rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  font-weight: 800; font-size: .82rem;
}
.bmdl-hero__cardHead .tag svg{ width:14px; height:14px; opacity:.9; }
.bmdl-hero__carousel{
  position: relative;
  padding: 14px 14px 18px;
}
.bmdl-slide{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  height: 280px;
}
@media (max-width: 960px){
  .bmdl-slide{ height: 240px; }
}
.bmdl-slide::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--bgimg);
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: saturate(1.05) contrast(1.05) brightness(.75);
}
.bmdl-slide::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(11,15,20,.08) 0%, rgba(11,15,20,.86) 85%);
}
.bmdl-slide__inner{
  position:absolute; inset:0;
  padding: 16px;
  display:flex; flex-direction:column; justify-content:flex-end;
  gap: 8px;
}
.bmdl-slide__inner h3{
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.bmdl-slide__inner p{
  color: rgba(232,238,246,.82);
  line-height: 1.5;
  font-size: .95rem;
}
.bmdl-slide__dots{
  display:flex; justify-content:center; gap: 8px;
  margin-top: 12px;
}
.bmdl-dot{
  width: 10px; height: 10px; border-radius: 99px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
  cursor: pointer;
}
.bmdl-dot.is-on{
  background: rgba(30,215,96,.95);
  border-color: rgba(30,215,96,.55);
  box-shadow: 0 0 0 5px rgba(30,215,96,.15);
}
.bmdl-navBtn{
  position:absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(11,15,20,.55);
  backdrop-filter: blur(10px);
}
.bmdl-navBtn{ display:flex; align-items:center; justify-content:center; }
.bmdl-navBtn svg{ width:18px; height:18px; opacity:.9; }
.bmdl-navBtn:hover{ background: rgba(11,15,20,.75); }
.bmdl-navBtn.prev{ left: 18px; }
.bmdl-navBtn.next{ right: 18px; }

/* Store Marquee */
.bmdl-marquee{
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(17,24,35,.26);
  overflow:hidden;
}
.bmdl-marquee__row{
  display:flex;
  gap: 26px;
  align-items:center;
  padding: 12px 0;
  white-space: nowrap;
  animation: bmdlMarquee 28s linear infinite;
}
.bmdl-logo{
  display:inline-flex; align-items:center; gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(232,238,246,.92);
  font-weight: 800;
  font-size: .9rem;
}
.bmdl-logo svg{ width:18px; height:18px; opacity:.95; }
@keyframes bmdlMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
  .bmdl-marquee__row{ animation: none; }
}

/* Sections */
.bmdl-section{
  padding: 56px 0;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}
@media (max-width: 820px){
  .bmdl-section{ padding: 40px 0; }
}
.bmdl-section__head{
  display:flex; align-items:flex-end; justify-content:space-between; gap: 18px;
  margin-bottom: 18px;
}
.bmdl-section__head h2{
  font-size: clamp(1.4rem, 2.0vw, 2.05rem);
  letter-spacing: -0.02em;
  font-weight: 950;
}
.bmdl-section__head p{
  max-width: 62ch;
  color: rgba(232,238,246,.78);
  line-height: 1.6;
}

.bmdl-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.bmdl-card{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(17,24,35,.32);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
  overflow:hidden;
}
.bmdl-card__inner{ padding: 16px; }
.bmdl-card__title{ font-weight: 950; letter-spacing: -0.01em; }
.bmdl-card__text{ margin-top: 6px; color: rgba(232,238,246,.78); line-height: 1.6; }

.bmdl-steps .bmdl-card{ grid-column: span 4; }
@media (max-width: 960px){
  .bmdl-steps .bmdl-card{ grid-column: span 6; }
}
@media (max-width: 640px){
  .bmdl-steps .bmdl-card{ grid-column: span 12; }
}

.bmdl-ic{
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 12px;
}
.bmdl-ic svg{ width: 22px; height: 22px; opacity: .95; }

/* Artists slider */
.bmdl-hscroll{
  display:flex; gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}
.bmdl-hscroll::-webkit-scrollbar{ height: 10px; }
.bmdl-hscroll::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.16); border-radius: 999px;
}
.bmdl-artist{
  flex: 0 0 240px;
  scroll-snap-align: start;
}
.bmdl-artist .bmdl-card__inner{ padding: 14px; }
.bmdl-avatar{
  width: 54px; height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  overflow:hidden;
}
.bmdl-avatar img{ width:100%; height:100%; object-fit: cover; display:block; }
.bmdl-artistTop{
  display:flex; gap: 12px; align-items:center;
}
.bmdl-artistName{
  font-weight: 950;
  line-height: 1.1;
}
.bmdl-artistBio{
  margin-top: 10px;
  color: rgba(232,238,246,.76);
  line-height: 1.5;
  font-size: .92rem;
  min-height: 2.8em;
}
.bmdl-artistMeta{
  margin-top: 10px;
  display:flex; gap: 10px; flex-wrap:wrap;
}
.bmdl-chip{
  display:inline-flex; align-items:center; gap: 6px;
  padding: .38rem .6rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(232,238,246,.85);
  font-weight: 800;
  font-size: .8rem;
}

/* Songs */
.bmdl-songs{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.bmdl-song{
  grid-column: span 3;
}
@media (max-width: 1100px){
  .bmdl-song{ grid-column: span 4; }
}
@media (max-width: 820px){
  .bmdl-song{ grid-column: span 6; }
}
@media (max-width: 520px){
  .bmdl-song{ grid-column: span 12; }
}
.bmdl-songCover{
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.bmdl-songCover img{ width:100%; height:100%; object-fit: cover; display:block; }
.bmdl-songBody{ padding: 12px 14px 14px; }
.bmdl-songTitle{ font-weight: 950; letter-spacing:-0.01em; }
.bmdl-songArtist{ margin-top:4px; color: rgba(232,238,246,.74); font-weight: 800; font-size:.92rem; }
.bmdl-songActions{
  margin-top: 12px;
  display:flex;
  gap: 10px;
}
.bmdl-miniBtn{
  flex: 1;
  border-radius: 14px;
  padding: .7rem .85rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  font-weight: 900;
  display:flex; align-items:center; justify-content:center; gap: 8px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.bmdl-miniBtn:hover{ background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); transform: translateY(-1px); }
.bmdl-miniBtn.primary{
  background: rgba(30,215,96,.18);
  border-color: rgba(30,215,96,.22);
}
.bmdl-miniBtn.primary:hover{ background: rgba(30,215,96,.22); }

/* Sticky Mobile CTA */
.bmdl-stickyCta{
  position: fixed;
  left: 12px; right: 12px;
  bottom: 12px;
  z-index: 90;
  display:none;
}
@media (max-width: 720px){
  .bmdl-stickyCta{ display:block; }
}
.bmdl-stickyCta .wrap{
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(11,15,20,.66);
  backdrop-filter: blur(14px);
  padding: 10px;
  display:flex; gap: 10px;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
}
.bmdl-stickyCta a{ flex:1; }

/* In-view animation */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-in{
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity: 1; transform:none; }
}

/* Small fix: avoid conflicts */
.bmdl .btn, .bmdl .miniBtn, .bmdl .bmdl-miniBtn { -webkit-tap-highlight-color: transparent; }
