/* ============================================================
   CV999 City — gen-2 site-level visual identity
   Loaded AFTER theme.css. Overrides palette + key components.
   Direction: deep navy + emerald green + warm gold (Bangladesh
   local official platform look), distinct from gen-1 red/black.
   Structure/Bootstrap untouched; mobile-safe.
   ============================================================ */
:root{
  /* primary accent: emerald (was red #ef4444) */
  --red-primary:#10b981; --red-dark:#059669; --card-red:#10b981;
  /* secondary accent: warm gold (was orange) */
  --red-orange:#f5b301; --amber:#f5b301; --gold:#f5b301; --gold-light:#fcd34d; --gold-dark:#d99e00;
  /* backgrounds: deep navy family (was near-black red #020617) */
  --bg-deep:#08192f; --bg-dark:#0d2542; --bg-card:#123152; --bg-card2:#0f2a49; --bg-input:#0c2137;
  /* borders */
  --border-red:rgba(16,185,129,0.30); --border-gold:rgba(245,179,1,0.38);
  /* theme-* mirror */
  --theme-primary:#10b981; --theme-primary-deeper:#08192f; --theme-secondary:#f5b301; --theme-accent:#f5b301;
  --theme-body-bg:#08192f; --theme-section-bg:#08192f; --theme-section-alt-bg:#123152;
  --theme-card-bg:#123152; --theme-card-border:rgba(16,185,129,0.28); --theme-text:#eaf2ff;
  --theme-link:#34d399;
  --text-light:#eaf2ff; --text-muted:#9fb3cc;
}
body{background:var(--bg-deep);color:var(--text-light)}

/* Header: navy gradient with emerald underline (was dark-red) */
.navbar-custom{background:linear-gradient(90deg,#0a1f3a 0%,#0e2c50 55%,#0a1f3a 100%)!important;border-bottom:2px solid var(--red-primary)!important}
.navbar-brand{color:var(--red-primary)!important}

/* Cards: crisper 8px radius, navy surface, emerald hairline (less "template" feel) */
.feature-card,.game-card,.price-card,.testi-card,.resp-card,.step-card,.stat-item,
.source-author-card,.accordion-item,.card{border-radius:8px!important}
.feature-card,.game-card,.price-card,.testi-card,.resp-card,.step-card{
  background:var(--bg-card);border:1px solid var(--border-soft);border-bottom:3px solid var(--red-primary)}

/* Buttons */
.btn-hero-primary,.btn-price,.btn-nav-reg{background:linear-gradient(135deg,#10b981,#059669)!important;border:none!important;color:#04121f!important;font-weight:800}
.btn-hero-secondary,.btn-price-outline{border:2px solid var(--gold)!important;color:var(--gold-light)!important;background:transparent!important}
.cta-register{background:#10b981!important;color:#04121f!important}
.cta-login{background:var(--gold)!important;color:#1a1200!important}

/* Accents */
.hero-badge{background:rgba(16,185,129,0.14)!important;border:1px solid var(--border-red)!important;color:#7ff0c9!important}
.section-underline,.divider-red{background:linear-gradient(90deg,var(--red-primary),var(--gold))!important}
.section-title span,.text-red{color:var(--red-primary)!important}
.game-tag{background:rgba(245,179,1,0.16)!important;color:var(--gold-light)!important}
a{--bs-link-color:var(--theme-link)}
