/* ═══════════════════════════════════════════
   THEME: OCEAN — Navy Blue + Cyan
   Professional, tech, corporate. Great for:
   electronics, gadgets, phones, computers.
═══════════════════════════════════════════ */
:root {
  --primary:       #2563eb;
  --primary-dark:  #1e3a8a;
  --primary-light: #dbeafe;
  --accent:        #06b6d4;
  --accent-dark:   #0891b2;

  --bg:            #ffffff;
  --bg2:           #eff6ff;
  --bg3:           #f0f9ff;
  --surface:       #ffffff;
  --border:        #bfdbfe;

  --text:          #0f172a;
  --text2:         #1e3a8a;
  --muted:         #64748b;

  --nav-bg:        #1e3a8a;
  --nav-text:      #ffffff;
  --nav-accent:    #06b6d4;

  --hero-bg:       linear-gradient(135deg, #0c1445 0%, #1e3a8a 50%, #2563eb 100%);
  --hero-text:     #ffffff;

  --btn-bg:        #2563eb;
  --btn-text:      #ffffff;
  --btn-hover:     #1d4ed8;

  --cart-badge:    #ef4444;
  --price-color:   #2563eb;
  --sale-color:    #dc2626;

  --footer-bg:     #0c1445;
  --footer-text:   #93c5fd;
  --footer-head:   #ffffff;

  --shadow:        0 4px 24px rgba(37,99,235,.12);
  --shadow-lg:     0 20px 60px rgba(37,99,235,.2);
  --r:             12px;
}
