/* ============================================================
   CV999 Cool — gen-2 site-level visual identity
   Loaded AFTER theme.css. Overrides palette + key components.
   Direction: clean white + deep indigo + cyan + gold accent
   (international brand-site look), distinct from gen-1 coral/pink.
   Structure/Bootstrap untouched; mobile-safe.
   ============================================================ */
:root{
  /* primary: deep indigo (was coral #fb7185) */
  --coral:#4f46e5; --coral-dark:#4338ca; --primary:#4f46e5; --primary-dark:#4338ca; --theme-primary:#4f46e5;
  --theme-button-bg:#4f46e5; --theme-button-border:#4f46e5; --theme-link:#4f46e5;
  /* secondary: cyan */
  --pink:#06b6d4; --secondary:#06b6d4; --secondary-dark:#0891b2; --theme-secondary:#06b6d4;
  /* accent: gold */
  --accent:#f4b41a; --theme-accent:#f4b41a;
  /* surfaces: clean white / faint indigo tint */
  --bg:#ffffff; --warm-bg:#ffffff; --soft-pink-bg:#f4f6ff; --theme-body-bg:#ffffff;
  --theme-section-bg:#ffffff; --theme-section-alt-bg:#f4f6ff; --card-bg:#ffffff; --theme-card-bg:#ffffff;
  /* text / heading */
  --dark-text:#131a3a; --text-dark:#131a3a; --theme-heading:#131a3a; --primary-deeper:#131a3a; --theme-primary-deeper:#131a3a;
  --text-mid:#4a5578; --mid-text:#4a5578; --light-text:#6b76a0; --theme-muted:#4a5578;
  --theme-card-border:rgba(79,70,229,0.18);
  /* shadows: indigo-tinted */
  --shadow:0 4px 22px rgba(79,70,229,0.10); --shadow-hover:0 10px 34px rgba(79,70,229,0.18);
  /* radius: slightly tighter, product-like */
  --card-radius:12px; --radius:12px; --border-radius:12px;
}
body{background:#ffffff;color:var(--text-dark)}

/* Header: indigo→cyan gradient (was pink) */
.navbar{background:linear-gradient(90deg,#4f46e5 0%,#4338ca 45%,#06b6d4 100%)!important;box-shadow:0 2px 16px rgba(79,70,229,0.18)!important}

/* Coral utility overrides (hardcoded in gen-1 template) */
.text-coral{color:#4f46e5!important}
.btn-coral{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5!important}
.btn-outline-coral{border-color:#4f46e5!important;color:#4f46e5!important}
.btn-nav-register{color:#4f46e5!important}
.section-divider{background:linear-gradient(90deg,#4f46e5,#06b6d4)!important}
.section-title span,.section-title strong{color:#4f46e5!important}

/* Cards: product-like, indigo hairline, tighter radius */
.feature-card,.pricing-card,.price-card,.game-card,.info-card,.author-box-card,.faq-card,.card{
  border-radius:12px!important;border:1px solid rgba(79,70,229,0.12)!important;box-shadow:var(--shadow)!important}
.feature-card{border-top:3px solid #4f46e5!important}

/* Gold accent for key CTAs / badges */
.badge-popular,.badge-hot{background:#f4b41a!important;color:#3a2c00!important}
.floating-cta .cta-register{background:#4f46e5!important;color:#fff!important}
.floating-cta .cta-login{background:#f4b41a!important;color:#3a2c00!important}
a{--bs-link-color:#4f46e5}
