/**
 * BANGit hero banner — full-width logo lockup inside the hero card
 */

.bangit-hero--banner {
  margin: 1.5rem 0 1.25rem;
  width: 100%;
}

.bangit-hero-banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  min-height: 128px;
  padding: 1.25rem 1.65rem 1.15rem;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2e6ed;
  box-shadow: 0 2px 18px rgba(16, 24, 40, 0.07);
}

.bangit-hero-banner-glow {
  position: absolute;
  right: 12%;
  top: -55%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155, 213, 28, 0.22) 0%, rgba(26, 115, 232, 0.06) 42%, transparent 72%);
  pointer-events: none;
}

.bangit-hero-banner-arc {
  position: absolute;
  right: 4%;
  top: 8%;
  width: min(46%, 340px);
  height: 78%;
  opacity: 0.9;
  pointer-events: none;
}

.bangit-hero-banner-main {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
}

.bangit-hero-banner-badge {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  align-self: flex-start;
  padding-top: 0.15rem;
}

.bangit-hero-logo-lockup {
  display: block;
}

.bangit-hero-logo-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
}

.bangit-hero-wordmark {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin: 0;
  padding: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.bangit-hero-word-bang {
  font-size: clamp(2.65rem, 6.2vw, 4.15rem);
  font-weight: 900;
  color: #0b1220;
  text-transform: none;
}

.bangit-hero-word-it {
  font-size: clamp(2.65rem, 6.2vw, 4.15rem);
  font-weight: 900;
  color: #9bd51c;
  text-transform: lowercase;
}

.bangit-hero-tagline {
  margin: 0.28rem 0 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2.4vw, 1.5rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.01em;
  color: #475569;
  line-height: 1.15;
}

.bangit-hero--banner .bangit-hero-desc {
  margin: 0.7rem 0 0;
  max-width: 540px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

.bangit-hero--banner .bangit-sport-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.95rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #334155;
  white-space: nowrap;
}

.bangit-sport-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.22);
  flex-shrink: 0;
}

/* Dark workspace (bangit-pro / mastery) */
body.bangit-pro .bangit-hero-banner,
body.la-platform-dark .bangit-hero-banner {
  background: linear-gradient(128deg, #1c222d 0%, #141820 52%, #11151c 100%);
  border-color: #3a4456;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.42);
}

body.bangit-pro .bangit-hero-logo-kicker,
body.la-platform-dark .bangit-hero-logo-kicker {
  color: #6b7689;
}

body.bangit-pro .bangit-hero-word-bang,
body.la-platform-dark .bangit-hero-word-bang {
  color: #f1f5f9;
}

body.bangit-pro .bangit-hero-word-it,
body.la-platform-dark .bangit-hero-word-it {
  color: #9bd51c;
}

body.bangit-pro .bangit-hero-tagline,
body.la-platform-dark .bangit-hero-tagline {
  color: #9aa3b5;
}

body.bangit-pro .bangit-hero--banner .bangit-hero-desc,
body.la-platform-dark .bangit-hero--banner .bangit-hero-desc {
  color: #8b95a8;
}

body.bangit-pro .bangit-hero--banner .bangit-sport-badge,
body.la-platform-dark .bangit-hero--banner .bangit-sport-badge {
  background: #222833;
  border-color: #3a4456;
  color: #c8d0dc;
}

/* Branded light card shell */
body.la-branded .bangit-hero--banner .bangit-hero-banner {
  background: #ffffff !important;
  border-color: #e2e6ed !important;
  box-shadow: 0 2px 18px rgba(16, 24, 40, 0.07) !important;
}

body.la-branded .bangit-hero-word-bang {
  color: #0b1220 !important;
}

body.la-branded .bangit-hero-word-it {
  color: #7cb518 !important;
}

body.la-branded .bangit-hero-tagline {
  color: #475569 !important;
}

body.la-branded .bangit-hero--banner .bangit-hero-desc {
  color: #64748b !important;
}

@media (max-width: 640px) {
  .bangit-hero-banner {
    flex-direction: column;
    padding: 1.1rem 1.15rem 1rem;
    min-height: 0;
  }

  .bangit-hero-banner-arc {
    width: 55%;
    opacity: 0.55;
  }

  .bangit-hero-banner-badge {
    align-self: flex-start;
  }
}