/* Shared visual finish for the approved black, white and green BearMoney crest. */
:root {
  --bg: #090f0d;
  --bg-2: #101c17;
  --bg-card: #111d18;
  --panel: rgba(255,255,255,.035);
  --border: rgba(224,245,233,.13);
  --border-green: rgba(0,217,96,.28);
  --green: #00d960;
  --green-bright: #73efa9;
  --green-glow: rgba(0,217,96,.12);
  --text: #f5faf7;
  --muted: #b5c2ba;
  --muted-2: #93a59a;
}
body {
  background: radial-gradient(ellipse at 85% 0%, rgba(0,100,57,.16), transparent 48%), #090f0d;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
body::before { opacity: .45; }
body::after { opacity: .35; }
body #bm-topbar {
  background: rgba(7,14,10,.97);
  border-bottom-color: rgba(205,236,218,.14);
}
body #bm-topbar .tb-brand > .bm-brand-mark {
  width: 72px !important;
  height: 54px !important;
  object-fit: contain;
}
body #bm-topbar .tb-brand-name { letter-spacing: -.035em; }
body #bm-topbar .tb-brand-tag { color: #93a59a; }
body #bm-topbar .tb-cta-btn {
  background: var(--green);
  box-shadow: none;
  font-family: 'DM Sans', system-ui, sans-serif;
}
body #bm-topbar .tb-cta-btn:hover { background: #35e780; box-shadow: none; }
.stat-num { color: var(--green-bright); }
.hero-badge, .how-num {
  color: #a8f3c8;
  background: rgba(0,217,96,.065);
  border-color: rgba(0,217,96,.24);
}
.hero-badge { letter-spacing: .08em; font-size: 11px; padding: 8px 12px; }
.badge-dot { animation: none; box-shadow: none; width: 6px; height: 6px; }
.hero-h1 { line-height: 1.04; letter-spacing: -.045em; }
.hero-h1 em::after { display: none; }
.hero-sub { color: var(--muted); line-height: 1.75; }
.btn-hero, .btn-signup-card {
  background: var(--green);
  color: #04130a;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  font-family: 'DM Sans', system-ui, sans-serif;
  border-radius: 12px;
}
.btn-hero:hover, .btn-signup-card:hover {
  background: #35e780;
  box-shadow: 0 6px 18px rgba(0,0,0,.24);
}
.btn-hero::before, .btn-signup-card::before { display: none; }
.btn-ghost { border-radius: 12px; color: #e0eae4; background: rgba(255,255,255,.025); }
.hero-card, .balance-card, .card, .calculator {
  background: var(--bg-card);
  border-color: var(--border);
  box-shadow: 0 16px 40px rgba(0,0,0,.2);
}
.hero-card { border-radius: 20px; border-top: 2px solid var(--green); }
.hero-card-top, .card-login-section { padding: 24px; }
.hero-card-top { padding-bottom: 0; }
.how-card, .method-card { background: rgba(255,255,255,.025); border-radius: 16px; }
.how-card p, .feature-body p { font-size: 15px; }
.how-num { border-radius: 10px; }
.cta-banner {
  background: linear-gradient(120deg, #102a1d, #0c1711);
  border-color: rgba(0,217,96,.22);
  border-radius: 22px;
  box-shadow: none;
}
.trust-item, .footer-copy, .footer-link, .card-signin-row { color: var(--muted-2); }
.footer-link { min-height: 40px; }
.brand-home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.025em;
}
.brand-home img { display: block; width: 64px; height: 48px; object-fit: contain; }
.button { background: var(--green); color: #04130a; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #73efa9;
  outline-offset: 4px;
}
@media (max-width: 700px) {
  .hero-badge { max-width: 100%; letter-spacing: .055em; font-size: 10px; }
  .hero-h1 { font-size: clamp(34px, 9.6vw, 48px); line-height: 1.08; }
  .hero-sub { font-size: 16px; margin-bottom: 28px; }
  .hero-trust { gap: 12px 18px; }
  .trust-item { font-size: 12px; }
  .hero-cta-row { gap: 12px; }
  .cta-banner { padding: 30px 22px; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .badge-dot, .live-pip { animation: none; }
  .btn-hero, .btn-signup-card, .how-card, .method-card { transition: none; }
}
