/* Premium Business Launch Bonuses V2 — Bonus Value Stack / Resource Vault */

.bb-premium--v2 {
  --bb-ink: #0f172a;
  --bb-muted: #64748b;
  --bb-purple: #7c3aed;
  --bb-purple-deep: #4c1d95;
  --bb-gold: #fbbf24;
  --bb-gold-deep: #f59e0b;
  --bb-radius: 24px;
  color: var(--bb-ink);
}

.bb-premium__wrap {
  width: min(var(--funnel-site-max, 1160px), calc(100% - var(--funnel-site-gutter, 32px)));
  max-width: var(--funnel-site-max, 1160px);
  margin-inline: auto;
  padding-inline: var(--funnel-site-pad-inline, 0);
  box-sizing: border-box;
}

/* ── Scroll reveal ── */
.bb-premium--v2 .bb-premium__reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.bb-premium--v2 .bb-premium__reveal--visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .bb-premium--v2 .bb-premium__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Hero ── */
.bb-premium--v2 .bb-premium__hero {
  background:
    radial-gradient(ellipse 80% 80% at 70% 20%, rgba(124, 58, 237, 0.38), transparent 55%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(59, 130, 246, 0.14), transparent 50%),
    linear-gradient(180deg, #0a0f1f 0%, #070b18 100%);
  color: #fff;
  padding: clamp(48px, 7vw, 88px) 0 clamp(56px, 8vw, 96px);
}

.bb-premium--v2 .bb-premium__hero-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

@media (min-width: 960px) {
  .bb-premium--v2 .bb-premium__hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: stretch;
  }
}

.bb-premium--v2 .bb-premium__pill {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.24);
  border: 1px solid rgba(167, 139, 250, 0.45);
  color: #ede9fe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.bb-premium--v2 .bb-premium__title {
  margin: 18px 0 0;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.bb-premium--v2 .bb-premium__title-accent {
  background: linear-gradient(90deg, #c4b5fd, #f0abfc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bb-premium--v2 .bb-premium__lead {
  margin: 16px 0 0;
  max-width: 580px;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.65;
  color: #cbd5e1;
}

.bb-premium--v2 .bb-premium__lead--sub {
  margin-top: 10px;
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  color: #94a3b8;
}

.bb-premium--v2 .bb-premium__lead--sub strong {
  color: #fde047;
}

.bb-premium--v2 .bb-premium__highlights {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.bb-premium--v2 .bb-premium__highlights li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.bb-premium--v2 .bb-premium__highlight-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
  font-size: 15px;
  font-weight: 900;
}

.bb-premium--v2 .bb-premium__highlights strong {
  display: block;
  font-size: 0.96rem;
}

.bb-premium--v2 .bb-premium__highlights em {
  display: block;
  font-style: normal;
  font-size: 0.82rem;
  color: #94a3b8;
  margin-top: 2px;
}

/* Vault inventory strip */
.bb-premium--v2 .bb-premium__vault {
  list-style: none;
  margin: 28px 0 0;
  padding: 18px;
  display: grid;
  gap: 10px;
  border-radius: var(--bb-radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

@media (min-width: 640px) {
  .bb-premium--v2 .bb-premium__vault {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
  }
}

.bb-premium--v2 .bb-premium__vault-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  color: #e2e8f0;
  line-height: 1.35;
}

.bb-premium--v2 .bb-premium__vault-emoji {
  font-size: 1.05rem;
  line-height: 1;
}

.bb-premium--v2 .bb-premium__vault-item em {
  font-style: normal;
  color: #94a3b8;
  font-size: 0.78rem;
}

.bb-premium--v2 .bb-premium__vault-item--soon {
  opacity: 0.72;
}

/* ── Hero visual / 3D book ── */
.bb-premium--v2 .bb-premium__hero-visual {
  position: relative;
  min-height: 360px;
}

@media (min-width: 960px) {
  .bb-premium--v2 .bb-premium__hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: 100%;
  }
}

.bb-premium--v2 .bb-premium__hero-glow {
  position: absolute;
  inset: 8% 0 12% 8%;
  z-index: 0;
  background:
    radial-gradient(circle at 45% 40%, rgba(124, 58, 237, 0.45), transparent 62%),
    radial-gradient(circle at 70% 75%, rgba(250, 204, 21, 0.12), transparent 55%);
  filter: blur(32px);
}

.bb-premium--v2 .bb-premium__book-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 20px 12px 28px;
  perspective: 1200px;
  isolation: isolate;
}

@media (min-width: 960px) {
  .bb-premium--v2 .bb-premium__book-stage {
    flex: 1;
    align-self: stretch;
    width: 100%;
    min-height: 100%;
    height: 100%;
    align-items: stretch;
    padding: 8px 4px 16px;
  }
}

/* Photo book covers (hero = dark stage, featured = light card) */
.bb-premium--v2 .bb-premium__book-photo-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: rotateY(-14deg) rotateX(4deg);
  transform-style: preserve-3d;
  transition: transform 0.35s ease;
}

.bb-premium--v2 .bb-premium__book-photo-wrap:hover {
  transform: rotateY(-8deg) rotateX(2deg) translateY(-4px);
}

.bb-premium--v2 .bb-premium__book-photo-wrap--hero {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.bb-premium--v2 .bb-premium__book-photo-wrap--featured {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transform: none;
}

.bb-premium--v2 .bb-premium__book-photo-wrap--featured:hover {
  transform: translateY(-3px);
}

.bb-premium--v2 .bb-premium__book-photo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.bb-premium--v2 .bb-premium__book-photo--hero {
  width: min(100%, clamp(220px, 42vw, 280px));
  height: auto;
  aspect-ratio: 320 / 440;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.55));
}

@media (min-width: 960px) {
  .bb-premium--v2 .bb-premium__book-photo-wrap--hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: none;
  }

  .bb-premium--v2 .bb-premium__book-photo--hero {
    width: auto;
    height: 100%;
    max-width: min(100%, 420px);
    max-height: 100%;
    aspect-ratio: auto;
  }
}

.bb-premium--v2 .bb-premium__book-photo--featured {
  width: min(100%, 168px);
  height: auto;
  aspect-ratio: 280 / 380;
  filter: drop-shadow(0 16px 32px rgba(15, 23, 42, 0.16));
}

.bb-premium--v2 .bb-premium__featured-book .bb-premium__book-photo-wrap--featured {
  margin-inline: auto;
}

.bb-premium--v2 .bb-premium__hero-book-label {
  display: none;
}

.bb-premium--v2 .bb-premium__book {
  position: relative;
  z-index: 2;
  width: 188px;
  height: 258px;
  transform: perspective(1000px) rotateY(-16deg) rotateX(5deg);
  transform-style: preserve-3d;
}

.bb-premium--v2 .bb-premium__book--hero {
  width: 208px;
  height: 286px;
}

@media (min-width: 960px) {
  .bb-premium--v2 .bb-premium__book--hero {
    width: auto;
    height: 100%;
    max-width: min(100%, 420px);
    max-height: 100%;
    aspect-ratio: 320 / 440;
  }
}

.bb-premium--v2 .bb-premium__book--featured {
  width: 148px;
  height: 204px;
  transform: perspective(900px) rotateY(-12deg) rotateX(3deg);
}

.bb-premium--v2 .bb-premium__book-cover {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 8px 14px 14px 8px;
  background: linear-gradient(155deg, #1e1b4b 0%, #6d28d9 48%, #9333ea 100%);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  padding: 18px 16px;
  overflow: hidden;
}

.bb-premium--v2 .bb-premium__book-cover-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  border-radius: 8px 14px 0 0;
}

.bb-premium--v2 .bb-premium__book-spine {
  position: absolute;
  left: -12px;
  top: 6px;
  width: 16px;
  height: calc(100% - 12px);
  background: linear-gradient(180deg, #0f172a, #312e81);
  border-radius: 4px 0 0 4px;
  transform: translateZ(-4px);
}

.bb-premium--v2 .bb-premium__book-pages {
  position: absolute;
  right: -6px;
  top: 8px;
  width: 8px;
  height: calc(100% - 16px);
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, #f8fafc, #e2e8f0);
  box-shadow: inset -1px 0 0 #cbd5e1;
}

.bb-premium--v2 .bb-premium__book-brand {
  position: relative;
  z-index: 1;
  margin: 36px 0 0;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #fde047;
}

.bb-premium--v2 .bb-premium__book-kicker {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.bb-premium--v2 .bb-premium__book-title {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.bb-premium--v2 .bb-premium__book-title span {
  color: #facc15;
}

.bb-premium--v2 .bb-premium__book--hero .bb-premium__book-title {
  font-size: 14px;
}

.bb-premium--v2 .bb-premium__book-sub {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #e9d5ff;
}

.bb-premium--v2 .bb-premium__book-icon {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  color: #fbbf24;
  opacity: 0.95;
}

.bb-premium--v2 .bb-premium__book-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bb-premium--v2 .bb-premium__book-art {
  display: none;
}

/* Floating benefit cards — top of stage, above book cover */
.bb-premium--v2 .bb-premium__float {
  position: absolute;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  animation: bb-float 5s ease-in-out infinite;
  pointer-events: none;
}

.bb-premium--v2 .bb-premium__float--1 { top: 2%; left: 0; animation-delay: 0s; }
.bb-premium--v2 .bb-premium__float--2 { top: 2%; right: 0; animation-delay: 0.8s; }
.bb-premium--v2 .bb-premium__float--3 { top: 12%; left: 4%; animation-delay: 1.6s; }
.bb-premium--v2 .bb-premium__float--4 { top: 12%; right: 4%; animation-delay: 2.4s; }

@keyframes bb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Value badge pulse — original right overlap, above book cover */
.bb-premium--v2 .bb-premium__value-badge {
  position: absolute;
  z-index: 4;
  right: -4px;
  top: 46%;
  transform: translateY(-50%);
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #fde047, #f59e0b 70%);
  color: #111827;
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 14px 36px rgba(245, 158, 11, 0.38);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  pointer-events: none;
}

.bb-premium--v2 .bb-premium__value-badge--pulse {
  animation: bb-pulse 3s ease-in-out infinite;
}

@keyframes bb-pulse {
  0%, 100% { box-shadow: 0 14px 36px rgba(245, 158, 11, 0.38); transform: translateY(-50%) scale(1); }
  50% { box-shadow: 0 18px 44px rgba(245, 158, 11, 0.55); transform: translateY(-50%) scale(1.04); }
}

.bb-premium--v2 .bb-premium__value-badge span {
  display: block;
  font-size: 17px;
  font-weight: 900;
  margin: 3px 0;
}

.bb-premium--v2 .bb-premium__value-badge em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.08em;
}

@media (prefers-reduced-motion: reduce) {
  .bb-premium--v2 .bb-premium__float,
  .bb-premium--v2 .bb-premium__value-badge--pulse {
    animation: none;
  }

  .bb-premium--v2 .bb-premium__book-photo-wrap,
  .bb-premium--v2 .bb-premium__book-photo-wrap:hover {
    transform: none;
    transition: none;
  }
}

/* Locked purchase gate */
.bb-premium--v2 .bb-premium__locked {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff7ed, #fffbeb);
  border: 1px solid #fcd34d;
  color: #92400e;
}

.bb-premium--v2 .bb-premium__locked > span {
  font-size: 24px;
  line-height: 1;
}

.bb-premium--v2 .bb-premium__locked strong {
  display: block;
  color: #78350f;
  margin-bottom: 4px;
}

.bb-premium--v2 .bb-premium__locked p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #92400e;
}

/* ── Body ── */
.bb-premium--v2 .bb-premium__body {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  padding: 0 0 clamp(52px, 7vw, 80px);
  margin-top: -36px;
}

/* ── Featured Bonus #1 ── */
.bb-premium--v2 .bb-premium__featured {
  position: relative;
  background: #fff;
  border: 2px solid #c4b5fd;
  border-radius: var(--bb-radius);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bb-premium--v2 .bb-premium__featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(124, 58, 237, 0.14);
}

.bb-premium--v2 .bb-premium__featured-main {
  display: grid;
  gap: 24px;
  margin-top: 10px;
}

@media (min-width: 900px) {
  .bb-premium--v2 .bb-premium__featured-main {
    grid-template-columns: 1.15fr auto;
    align-items: center;
    gap: 32px;
  }
}

.bb-premium--v2 .bb-premium__featured-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--bb-ink);
}

.bb-premium--v2 .bb-premium__featured-copy p {
  margin: 12px 0 0;
  color: var(--bb-muted);
  line-height: 1.65;
  font-size: 0.98rem;
}

.bb-premium--v2 .bb-premium__includes-label {
  margin: 18px 0 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bb-purple);
}

.bb-premium--v2 .bb-premium__tags {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bb-premium--v2 .bb-premium__tag {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.bb-premium--v2 .bb-premium__tag--purple { background: #ede9fe; color: #5b21b6; }
.bb-premium--v2 .bb-premium__tag--green { background: #dcfce7; color: #166534; }
.bb-premium--v2 .bb-premium__tag--orange { background: #ffedd5; color: #c2410c; }
.bb-premium--v2 .bb-premium__tag--blue { background: #dbeafe; color: #1d4ed8; }
.bb-premium--v2 .bb-premium__tag--violet { background: #f3e8ff; color: #7e22ce; }

.bb-premium--v2 .bb-premium__featured-right {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.bb-premium--v2 .bb-premium__featured-actions {
  width: 100%;
  max-width: 220px;
  text-align: center;
}

.bb-premium--v2 .bb-premium__value-card {
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #faf5ff 0%, #f3e8ff 100%);
  border: 1px solid #ddd6fe;
  margin-bottom: 14px;
}

.bb-premium--v2 .bb-premium__value-card-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--bb-muted);
}

.bb-premium--v2 .bb-premium__value-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--bb-ink);
}

/* ── Grid ── */
.bb-premium--v2 .bb-premium__grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

@media (min-width: 640px) {
  .bb-premium--v2 .bb-premium__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .bb-premium--v2 .bb-premium__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bb-premium--v2 .bb-premium__card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--bb-radius);
  padding: 20px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-content: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bb-premium--v2 .bb-premium__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.bb-premium--v2 .bb-premium__card-icon {
  grid-row: 2;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
}

.bb-premium--v2 .bb-premium__card-icon svg {
  width: 28px;
  height: 28px;
}

.bb-premium--v2 .bb-premium__card--green .bb-premium__card-icon { background: #dcfce7; color: #15803d; }
.bb-premium--v2 .bb-premium__card--blue .bb-premium__card-icon { background: #dbeafe; color: #1d4ed8; }
.bb-premium--v2 .bb-premium__card--orange .bb-premium__card-icon { background: #ffedd5; color: #c2410c; }
.bb-premium--v2 .bb-premium__card--purple .bb-premium__card-icon { background: #ede9fe; color: #6d28d9; }
.bb-premium--v2 .bb-premium__card--pink .bb-premium__card-icon { background: #fce7f3; color: #db2777; }

.bb-premium--v2 .bb-premium__card-body {
  grid-column: 2;
}

.bb-premium--v2 .bb-premium__card-body h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--bb-ink);
}

.bb-premium--v2 .bb-premium__card-body p {
  margin: 8px 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--bb-muted);
}

.bb-premium--v2 .bb-premium__card-value-tag {
  margin: 10px 0 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--bb-muted);
}

.bb-premium--v2 .bb-premium__card-value-tag strong {
  display: inline;
  font-size: 0.92rem;
  color: var(--bb-ink);
  margin-left: 4px;
}

.bb-premium--v2 .bb-premium__card .bb-premium__btn-row {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.bb-premium--v2 .bb-premium__card .bb-premium__btn--compact {
  flex: 1;
}

/* ── Gold claim card ── */
.bb-premium--v2 .bb-premium__claim {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 55%, #fde68a 100%);
  border: 2px solid #fbbf24;
  border-radius: var(--bb-radius);
  padding: clamp(22px, 3vw, 28px);
  text-align: center;
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bb-premium--v2 .bb-premium__claim:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(245, 158, 11, 0.26);
}

.bb-premium--v2 .bb-premium__claim-icon {
  font-size: 38px;
  line-height: 1;
}

.bb-premium--v2 .bb-premium__claim h4 {
  margin: 12px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.35;
  color: #78350f;
}

.bb-premium--v2 .bb-premium__claim h4 span {
  color: #b45309;
  font-weight: 900;
}

.bb-premium--v2 .bb-premium__claim ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  text-align: left;
  display: grid;
  gap: 10px;
  font-size: 0.88rem;
  color: #92400e;
}

.bb-premium--v2 .bb-premium__claim ul li::before {
  content: "✓ ";
  font-weight: 900;
  color: #b45309;
}

.bb-premium--v2 .bb-premium__claim-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827;
  font-weight: 900;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bb-premium--v2 .bb-premium__claim-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(245, 158, 11, 0.42);
}

/* ── Badges & buttons ── */
.bb-premium--v2 .bb-premium__badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bb-purple);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bb-premium--v2 .bb-premium__badge--lg {
  font-size: 11px;
  padding: 7px 14px;
}

.bb-premium--v2 .bb-premium__badge--sm {
  grid-column: 1 / -1;
  justify-self: start;
}

.bb-premium--v2 .bb-premium__btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bb-premium--v2 .bb-premium__btn-row--sm {
  width: 100%;
}

.bb-premium--v2 .bb-premium__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 18px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bb-premium--v2 .bb-premium__btn--primary {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
}

.bb-premium--v2 .bb-premium__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.38);
}

.bb-premium--v2 .bb-premium__btn--ghost {
  background: #fff;
  color: #334155;
  border-color: #e2e8f0;
}

.bb-premium--v2 .bb-premium__btn--ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  border-color: #c4b5fd;
}

.bb-premium--v2 .bb-premium__btn--compact {
  padding: 9px 14px;
}

/* ── Trust footer ── */
.bb-premium--v2 .bb-premium__trust {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.86rem;
  color: var(--bb-muted);
}

@media (min-width: 768px) {
  .bb-premium--v2 .bb-premium__trust {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.bb-premium--v2 .bb-premium__trust strong {
  color: var(--bb-ink);
}

/* Gift / landing dark page compatibility */
.al-lp-bonuses-sec--premium {
  padding: 0;
  background: transparent !important;
}

.al-lp-bonuses-sec .bb-premium--v2 .bb-premium__body {
  background: transparent;
  margin-top: 0;
  padding-top: 28px;
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__body {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, #0f172a 100%);
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__grid .bb-premium__card,
.al-lp-page--gift .bb-premium--v2 .bb-premium__featured {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__featured-copy h3,
.al-lp-page--gift .bb-premium--v2 .bb-premium__card-body h4 {
  color: #f8fafc;
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__featured-copy p,
.al-lp-page--gift .bb-premium--v2 .bb-premium__card-body p {
  color: #94a3b8;
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__value-card {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(167, 139, 250, 0.3);
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__value-card strong {
  color: #f8fafc;
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__btn--ghost {
  background: transparent;
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.18);
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__trust {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: #94a3b8;
}

.al-lp-page--gift .bb-premium--v2 .bb-premium__trust strong {
  color: #e2e8f0;
}
