/* ═══════════════════════════════════════
   THEME 1 — NAVY GOLD  (Default Premium)
   Deep Navy Blue + Warm Gold
   ═══════════════════════════════════════ */
:root {
  --primary:         #1a2e5e;
  --primary-light:   #243d7a;
  --primary-dark:    #0f1c3a;
  --accent:          #c9a227;
  --accent-light:    #e0b840;
  --accent-dark:     #a07d10;

  --bg-page:         #f4f6fb;
  --bg-card:         #ffffff;
  --bg-card-alt:     #eef1f8;
  --bg-hero:         linear-gradient(135deg,#1a2e5e 0%,#243d7a 60%,#1e3a6e 100%);
  --bg-section-alt:  #f0f3fa;

  --text-primary:    #0f1c3a;
  --text-secondary:  #3d4f72;
  --text-muted:      #6b7a99;
  --text-on-primary: #ffffff;
  --text-on-accent:  #0f1c3a;

  --border-color:    #d5daea;
  --border-radius-sm:8px;
  --border-radius-md:14px;
  --border-radius-lg:22px;

  --shadow-sm:  0 2px 8px  rgba(26,46,94,.08);
  --shadow-md:  0 6px 24px rgba(26,46,94,.13);
  --shadow-lg:  0 16px 48px rgba(26,46,94,.18);
  --shadow-glow:0 0 32px  rgba(201,162,39,.35);

  --tab-active-bg:    #1a2e5e;
  --tab-active-text:  #c9a227;
  --tab-inactive-bg:  #eef1f8;
  --tab-inactive-text:#3d4f72;
  --badge-bg:         rgba(201,162,39,.15);
  --badge-text:       #a07d10;
  --step-number-bg:   #1a2e5e;
  --step-number-text: #c9a227;
  --success: #16a34a;
  --warning: #d97706;
  --danger:  #dc2626;
  --info:    #0284c7;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --transition:   all .28s cubic-bezier(.4,0,.2,1);
}
