/* ═══ Bonus Landing — Editorial ═══ */

@keyframes bl-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bl-pulse {
  0%, 100% { transform: scale(1); opacity: .3; }
  50%      { transform: scale(1.06); opacity: .45; }
}

.bl-anim { opacity: 0; }
.bl-anim.is-visible { animation: bl-in .6s cubic-bezier(.25,.46,.45,.94) forwards; }

/* ── page ── */
.bl {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 100vh;
  font-family: var(--font-primary, 'Google Sans', sans-serif);
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

/* ── ambient glows ── */
.bl__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
  animation: bl-pulse 8s ease-in-out infinite;
}
.bl__glow--1 { width: 400px; height: 400px; top: -100px; left: 50%; margin-left: -200px; background: rgba(228,22,22,.18); }
.bl__glow--2 { width: 300px; height: 300px; top: 700px; left: -100px; background: rgba(228,22,22,.12); animation-delay: 3s; }
.bl__glow--3 { width: 260px; height: 260px; top: 1400px; right: -80px; background: rgba(228,22,22,.1); animation-delay: 5s; }

/* ── inner ── */
.bl__in {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ══════════════════════════════════════
   HERO
   ══════════════════════════════════════ */
.bl-hero {
  padding: 48px 0 0;
  text-align: center;
}

.bl-hero__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #E41616;
  margin-bottom: 20px;
}

.bl-hero__h {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.02em;
  margin: 0 0 14px;
}

.bl-hero__p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.5);
  max-width: 300px;
  margin: 0 auto 36px;
}

/* counters row */
.bl-counters {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.bl-counters--single {
  gap: 0;
}

.bl-counter {
  text-align: center;
}

.bl-counter__val {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  color: #fff;
}

.bl-counter__val small {
  font-size: 26px;
  font-weight: 700;
}

.bl-counter__label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.4);
  margin-top: 6px;
}

/* balance */
.bl-bal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 14px;
  font-weight: 600;
}

.bl-bal__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #2EB052;
}

/* ══════════════════════════════════════
   SECTIONS — unified spacing
   ══════════════════════════════════════ */
.bl-sec {
  padding-top: 64px;
}

.bl-sec__h {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: 0 0 28px;
  color: #fff;
}

/* ══════════════════════════════════════
   STEPS (editorial: number + text)
   ══════════════════════════════════════ */
.bl-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bl-step {
  display: flex;
  gap: 16px;
  align-items: baseline;
}

.bl-step__n {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 800;
  color: rgba(255,255,255,.15);
  line-height: 1;
  width: 40px;
}

.bl-step__body {
  flex: 1;
  min-width: 0;
}

.bl-step__t {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.4;
}

.bl-step__d {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  line-height: 1.55;
  margin: 0;
}

.bl-step__d strong {
  color: rgba(255,255,255,.8);
  font-weight: 600;
}

/* ══════════════════════════════════════
   FEATURES (accent-bordered items)
   ══════════════════════════════════════ */
.bl-feats {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bl-ft {
  padding-left: 16px;
  border-left: 2px solid rgba(228,22,22,.5);
}

.bl-ft__t {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.4;
}

.bl-ft__d {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  line-height: 1.55;
  margin: 0;
}

/* ══════════════════════════════════════
   SCOPE (checkmark list)
   ══════════════════════════════════════ */
.bl-scope {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl-scope__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bl-scope__ic {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: #E41616;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl-scope__name {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  line-height: 1.4;
}

/* ══════════════════════════════════════
   RULES
   ══════════════════════════════════════ */
.bl-rules {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bl-rule {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.bl-rule__n {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.2);
}

.bl-rule__t {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.55;
}

/* ══════════════════════════════════════
   CTA
   ══════════════════════════════════════ */
.bl-cta {
  text-align: center;
  padding: 64px 0 48px;
}

.bl-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  height: 50px;
  border-radius: 14px;
  border: none;
  background: #E41616;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s;
}

.bl-cta__btn:active { transform: scale(.97); }

.bl-cta__note {
  font-size: 13px;
  color: rgba(255,255,255,.3);
  margin: 14px 0 0;
}

/* ══════════════════════════════════════
   INACTIVE
   ══════════════════════════════════════ */
.bl-off {
  text-align: center;
  padding: 80px 0;
}

.bl-off__h {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 8px;
}

.bl-off__p {
  font-size: 15px;
  color: rgba(255,255,255,.4);
  margin: 0;
  line-height: 1.6;
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (min-width: 400px) {
  .bl-hero__h { font-size: 34px; }
  .bl-counter__val { font-size: 72px; }
  .bl-counter__val small { font-size: 30px; }
  .bl-hero__p { max-width: 320px; }
}

@media (min-width: 520px) {
  .bl__in { max-width: 520px; padding: 0 24px; }
  .bl-hero { padding-top: 60px; }
  .bl-hero__h { font-size: 40px; }
  .bl-counter__val { font-size: 80px; }
  .bl-counter__val small { font-size: 34px; }
  .bl-hero__p { font-size: 16px; max-width: 360px; }
  .bl-sec { padding-top: 72px; }
  .bl-sec__h { font-size: 26px; }
  .bl-step__n { font-size: 36px; }
  .bl-step__t, .bl-ft__t { font-size: 16px; }
  .bl-step__d, .bl-ft__d { font-size: 14px; }
  .bl-scope__name { font-size: 16px; }
  .bl-rule__t { font-size: 14px; }
  .bl-cta { padding: 72px 0 56px; }
  .bl-cta__btn { height: 54px; font-size: 16px; }
}

@media (min-width: 680px) {
  .bl__in { max-width: 560px; padding: 0 32px; }
  .bl-hero { padding-top: 76px; }
  .bl-hero__h { font-size: 46px; }
  .bl-counter__val { font-size: 88px; }
  .bl-counter__val small { font-size: 38px; }
  .bl-counters { gap: 52px; }
  .bl-hero__p { font-size: 17px; max-width: 400px; }
  .bl-sec { padding-top: 80px; }
  .bl-sec__h { font-size: 28px; margin-bottom: 32px; }
  .bl-steps, .bl-feats { gap: 32px; }
  .bl-step__t, .bl-ft__t { font-size: 17px; }
  .bl-step__d, .bl-ft__d { font-size: 15px; }
  .bl-rule__t { font-size: 15px; }
  .bl-cta { padding: 80px 0 64px; }
}

@media (min-width: 820px) {
  .bl__in { max-width: 600px; }
  .bl-hero { padding-top: 88px; }
  .bl-hero__h { font-size: 52px; }
  .bl-counter__val { font-size: 96px; }
}
